]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * international/mule.el (ctext-pre-write-conversion): Handle the
4 case when FROM is a string, and when we are called from
5 build_annotations_2.
6
7 2002-02-26 Richard M. Stallman <rms@gnu.org>
8
9 * rect.el (clear-rectangle-line): Reindent to the same column
10 that move-to-column reached when it tried to go to endcol.
11
12 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
13
14 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
15
16 * winner.el (winner-boring-buffers, winner-set): A window which
17 displays a buffer whose name is in the list
18 `winner-boring-buffers', will no longer be restored by
19 `winner-undo'.
20 (winner-sorted-window-list): Used to improve comparison between
21 window configurations.
22 (winner-win-data): Simplified and moved.
23 (winner-conf): Simplified (now uses `winner-win-data').
24 (winner-change-fun, winner-save-old-configurations)
25 (winner-save-(un)conditionally, winner-redo): Changes made while in
26 the minibuffer will be ignored. (Such changes are undone upon
27 exit for the minibuffer, anyway.)
28 (winner-set-conf): Preserve selected window whenever possible.
29 (winner-make-point-alist): Simplified.
30 (winner-mode, winner-save-unconditionally): Save current window
31 configuration on entering minibuffer.
32 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
33 since it does not change the overall behavior of Emacs.
34
35 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * international/mule-conf.el (compound-text): Renamed back from
38 compound-text-no-extensions.
39 (ctext-no-compositions): Remove the mime-charset property.
40 (compound-text-with-extensions): Renamed from compound-text.
41 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
42
43 2002-02-26 Juanma Barranquero <lektu@terra.es>
44
45 * faces.el (list-faces-display): Fix typo.
46
47 2002-02-25 Richard M. Stallman <rms@gnu.org>
48
49 * frame.el (focus-follows-mouse): Doc fix.
50
51 2002-02-26 Miles Bader <miles@gnu.org>
52
53 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
54 to `define-key', since it no longer accepts the latter.
55
56 2002-02-25 Jason Rumney <jasonr@gnu.org>
57
58 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
59 mouse-wheel-scroll-amount.
60
61 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
62 mwheel.el.
63
64 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
65
66 2002-02-25 Andre Spiegel <spiegel@gnu.org>
67
68 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
69 consistent with the others that take a backend name as a symbol.
70
71 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
72
73 2002-02-25 Kim F. Storm <no-spam@cua.dk>
74
75 * comint.el (comint-replace-by-expanded-filename): Do nothing if
76 comint-match-partial-filename returns nil.
77
78 * shell.el (shell-pcomplete-setup-done): New variable.
79 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
80 (shell-pcomplete-reverse): Ditto.
81
82 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
83
84 * ps-print.el (ps-print-printer): Added `lpr' customize group
85 member.
86
87 2002-02-25 Juanma Barranquero <lektu@terra.es>
88
89 * subr.el (save-match-data): Doc fix.
90
91 * ielm.el (ielm-prompt): Allow customization; make it read-only.
92
93 2002-02-25 Kim F. Storm <storm@cua.dk>
94
95 * shell.el (shell-mode-map): Add "Complete" header so completion
96 menu is shown on the menu bar in shell mode.
97
98 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
99
100 * ielm.el (ielm-match-data): New var.
101 (inferior-emacs-lisp-mode): Make it buffer-local.
102 (ielm-eval-input): Use it to preserve match-data between inputs.
103
104 2002-02-24 Juanma Barranquero <lektu@terra.es>
105
106 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
107
108 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
109
110 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
111 `custom-buffer' customize group.
112
113 2002-02-23 Kim F. Storm <storm@cua.dk>
114
115 * help.el (where-is): Use remap-command.
116
117 * help-fns.el (describe-function-1): Use remap-command.
118
119 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
120 change (no longer accept a symbol for the KEY argument).
121
122 2002-02-23 Colin Walters <walters@debian.org>
123
124 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
125 * calc/calcalg2.el (math-solve-get-sign): Ditto.
126
127 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
128 in generated function.
129
130 * ibuf-ext.el (ibuffer-old-time): Change to hours.
131 (ibuffer-mark-old-buffers): Handle it.
132
133 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
134 (toplevel): Bind them.
135 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
136 not necessary now that we use pcomplete.
137
138 * comint.el: Document how use new pcomplete completion facility.
139
140 2002-02-23 Richard M. Stallman <rms@gnu.org>
141
142 * mail/rmailsum.el (rmail-summary-output): Properly advance
143 to next message, by calling rmail-summary-goto-msg.
144
145 * net/browse-url.el (browse-url-galeon): Specify --existing
146 for an existing window. Use --noraise rather than --no-raise.
147 Don't use -x.
148
149 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
150
151 * progmodes/etags.el (find-tag-noselect, find-tag)
152 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
153 Fix a typo in doc strings.
154
155 2002-02-20 Deepak Goel <deego@glue.umd.edu>
156
157 * play/snake.el (snake-velocity-queue, snake-update-velocity)
158 (snake-final-x-velocity, snake-final-y-velocity):
159 New variable and functions. Store user's keypresses
160 into a queue and pop from the queue each subsequent turn.
161 (snake-update-game, snake-move-left)
162 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
163 (snake-start-game): Use that queue.
164 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
165 (snake-use-color-flag): Likewise.
166 (snake-mode): Rename uses of those variables.
167
168 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
169
170 Support for ICCCM Extended Segments in X selections:
171
172 * international/mule-conf.el (ctext-no-compositions): New coding
173 system.
174 (compount-text-no-extensions): Renamed from compound-text.
175 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
176 compound-text-no-extensions.
177 (compound-text): Redefined using post-read and pre-write conversions.
178
179 * international/mule.el (non-standard-icccm-encodings-alist)
180 (non-standard-designations-alist): New variables.
181 (ctext-post-read-conversion, ctext-pre-write-conversion):
182 New functions.
183
184 2002-02-21 Andre Spiegel <spiegel@gnu.org>
185
186 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
187
188 * vc.el (vc-default-init-version): Update documentation to
189 indicate that the backend can override the default init version.
190 (vc-register): Use the backend init-version function, if it
191 exists, to determine the initial version of a file.
192 (vc-diff-switches-list): Don't symbol-quote backend, since it's
193 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
194
195 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
196 not version-controlled. This is necessary, e.g., if the file has
197 just been reverted, and thus was previously under version control
198 but isn't any longer.
199 (vc-find-file-hook): Likewise.
200
201 2002-02-21 Andre Spiegel <spiegel@gnu.org>
202
203 Patch by Martin.Lorentzson@telia.com.
204
205 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
206 (vc-cvs-sticky-tag-display): New variable.
207 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
208 (vc-cvs-checkin): If the input revision is a valid symbolic tag
209 name, we create it as a branch, commit and switch to it.
210 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
211 (vc-cvs-valid-symbolic-tag-name-p): New function.
212 (vc-cvs-parse-sticky-tag): New function.
213 (vc-cvs-parse-entry): Added parsing of sticky tags.
214
215 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
216
217 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
218 nil, and then explicitly set the standard-value to t.
219
220 2002-02-20 Sam Steingold <sds@gnu.org>
221
222 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
223 since it is used in the menu bar.
224
225 2002-02-20 Richard M. Stallman <rms@gnu.org>
226
227 * simple.el (shell-command-on-region): Display the exit status
228 when a command fails.
229
230 * subr.el (add-hook): Doc fix.
231
232 * frame.el (other-frame): Doc fix.
233
234 * simple.el (yank): Clear `field' property.
235
236 2002-02-20 Tom Tromey <tromey@cachet>
237
238 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
239 natural paragraph boundaries. Don't fail at beginning of buffer.
240
241 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
242
243 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
244 call the argument "arg" to match plain next-line and
245 previous-line. From Kevin Ryde <user42@zip.com.au>.
246
247 2002-02-19 Sam Steingold <sds@gnu.org>
248
249 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
250 scroll amounts for different modifiers now.
251 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
252 format properly.
253 (mouse-wheel-mode): Ditto.
254
255 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
258 around function body.
259
260 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
261 sense of the comparison, to match the doc strings of functions
262 that use this macro.
263
264 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
265
266 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
267
268 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
269 * menu-bar.el (menu-bar-mode): Ditto.
270
271 2002-02-18 Andreas Schwab <schwab@suse.de>
272
273 * replace.el (query-replace-regexp-eval): Doc fix.
274
275 2002-02-18 Colin Walters <walters@verbum.org>
276
277 * calc/calcalg2.el (math-solve-get-int): Convert return value from
278 `math-get-from-counter' to a string before calling `concat' on it.
279
280 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
281 (calc-public-autoloads): Obsolete; remove.
282 (calc-private-autoloads): Ditto.
283 (calc-add-autoloads): Ditto.
284
285 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
286 for body.
287
288 2002-02-17 Jason Rumney <jasonr@gnu.org>
289
290 * w32-win.el (x-option-alist, x-long-option-alist)
291 (x-switch-definitions): Remove, use command-line-x-option-alist
292 instead to be consistent with X.
293 (x-handle-initial-switch): New function.
294
295 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
296
297 * faces.el (mode-line-inactive, header-line): Add the :inherit
298 attribute for the tty case.
299
300 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
301
302 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
303 invoked from Rmail with full headers displayed.
304
305 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
306
307 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
308 when repeated.
309 * textmodes/paragraphs.el (mark-paragraph): Ditto.
310
311 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
312
313 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
314 (menu-bar-tools-menu): Removed speedbar.
315
316 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
317 and `flyspell-mode' entries.
318
319 * textmodes/flyspell.el (flyspell): Add to ispell group.
320
321 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
322
323 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
324 repeated.
325 (mark-defun): Mark more if repeated.
326
327 2002-02-17 Colin Walters <walters@verbum.org>
328
329 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
330
331 * ibuffer.el (ibuffer-truncate-lines): New option.
332 (ibuffer-mode): Use it.
333
334 2002-02-17 Kim F. Storm <storm@cua.dk>
335
336 * cus-start.el: Add mouse-highlight.
337
338 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
341
342 * cus-start.el: Add automatic-hscroll-margin and
343 automatic-hscroll-step.
344
345 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
346
347 * cus-start.el (x-autoselect-window): Allow customization.
348
349 * eshell/em-alias.el (eshell-alias-initialize): Do not use
350 make-local-hook.
351
352 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
353
354 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
355
356 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
357
358 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
359
360 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
361
362 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
363
364 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
365
366 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
367
368 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
369
370 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
371
372 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
373
374 * eshell/esh-io.el (eshell-io-initialize): Likewise.
375
376 * eshell/esh-mode.el (eshell-mode): Likewise.
377
378 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
379
380 * eshell/esh-var.el (eshell-var-initialize): Likewise.
381
382 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
383
384 * progmodes/idlwave.el (idlwave-mode): Likewise.
385
386 * textmodes/reftex-sel.el (reftex-select-label-mode)
387 (reftex-select-bib-mode): Likewise.
388
389 2002-02-16 John Wiegley <johnw@gnu.org>
390
391 * eshell/em-hist.el (eshell-hist-initialize): When in the
392 minibuffer, use the global value of `eshell-history-ring', and
393 never save it to disk, or ask to save it to disk. This allows
394 users of session.el to control whether its global state should be
395 persisted or not.
396 (eshell-add-command-to-history): Don't write Eshell's history out
397 to disk, let the governing mode control that upon exit.
398
399 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
400
401 * eshell/eshell.el (eshell-command): Before reading from the
402 minibuffer, add eshell-add-command-to-history to
403 minibuffer-exit-hook, and remove it after read-from-minibuffer
404 returns.
405
406 * eshell/em-hist.el (eshell-add-input-to-history): New function,
407 with most of the code from eshell-add-to-history.
408 (eshell-add-command-to-history): New function, to record in
409 eshell-history the commands run via eshell-command.
410 (eshell-add-to-history): Call eshell-add-command-to-history to do
411 most of the work.
412
413 2002-02-16 John Wiegley <johnw@gnu.org>
414
415 * eshell/esh-ext.el (eshell-external-command): Added a fix for
416 XEmacs' new dired.el, which adds a global entry in the
417 `file-name-handler-alist'.
418
419 2002-02-16 John Wiegley <johnw@gnu.org>
420
421 * align.el (align-region): Added a missing name argument.
422
423 2002-02-16 John Wiegley <johnw@gnu.org>
424
425 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
426 after the #! of a shell interpretor specification.
427
428 2002-02-15 Richard M. Stallman <rms@gnu.org>
429
430 * help.el (describe-key-briefly): Make output in INSERT case
431 look just like what is displayed in the normal case.
432
433 2002-02-15 Andreas Schwab <schwab@suse.de>
434
435 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
436 non-letter after specials.
437
438 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
439
440 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
441
442 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
443
444 * simple.el (mark-word): Mark more if repeated.
445 * textmodes/paragraphs.el (mark-paragraph): Ditto.
446 (mark-end-of-sentence): Ditto.
447
448 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
449
450 * wid-edit.el (widgetp): Made it more robust.
451
452 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
453
454 * facemenu.el (describe-text-done): New function.
455 (describe-text-mode-map): New variable.
456 (describe-text-mode-hook): New option.
457 (describe-text-mode): New function.
458 (describe-text-widget): New function.
459 (describe-text-sexp): New function.
460 (describe-text-properties): New function.
461 (describe-text-category): New command.
462 (describe-text-at): New command.
463 (facemenu-menu): Replace `list-text-properties-at' with
464 `describe-text-at' in the menu.
465
466 * wid-edit.el (widgetp): New function.
467 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
468 Autoloaded.
469
470 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
471
472 * wid-browse.el: Removed version and x-url keywords.
473
474 2002-02-13 Kim F. Storm <storm@cua.dk>
475
476 * cus-start.el (mode-line-in-non-selected-windows):
477 Allow customization.
478
479 2002-02-13 Richard M. Stallman <rms@gnu.org>
480
481 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
482 Tell bibtex-parse-keys to output no progress messages.
483
484 * international/mule-diag.el (list-input-methods):
485 Use help-input-method, not describe-input-method, for button type.
486
487 * register.el (describe-register-1): Access register contents here.
488
489 * textmodes/text-mode.el (text-mode-hook-identify):
490 Restore previous definition. Add to text-mode-hook again.
491
492 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
493 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
494 to avoid needing sendmail.el at run time.
495
496 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
497 Initialization moved up too.
498 (mode-line-modes): Use :propertize.
499 (mode-line-mode-menu-keymap): Var deleted.
500 (mode-line-copied-mode-name): Var deleted.
501 (mode-line-mode-name): Function deleted.
502 (mode-line-mode-menu): Each item now shows its mode line lighter.
503 (minor-mode-alist): Don't call propertize here.
504
505 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
506
507 * progmodes/pascal.el (pascal-imenu-generic-expression):
508 Add menu-title and fix parentheses.
509
510 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
511
512 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
513 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
514
515 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
516
517 * menu-bar.el (menu-bar-options-save): Only save
518 `current-language-environment' and `default-input-method' when
519 marked as customized.
520
521 * international/mule-cmds.el
522 (setup-specified-language-environment):
523 Mark `current-language-environment' as customized.
524 (set-input-method): Mark `default-input-method' as customized when
525 called interactively.
526 (toggle-input-method): Ditto.
527
528 2002-02-11 Colin Walters <walters@verbum.org>
529
530 * ibuffer.el (ibuffer-switch-format): Supply required argument for
531 `ibuffer-current-formats'.
532
533 2002-02-11 Miles Bader <miles@gnu.org>
534
535 * faces.el (mode-line-inactive): Add dark-background variant.
536
537 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
538
539 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
540 * menu-bar.el (menu-bar-mode): Ditto.
541 * cus-edit.el (customize-mark-to-save): Always save variables
542 without a standard value.
543
544 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
545 (menu-bar-options-save): Ditto.
546 (menu-bar-showhide-menu): Ditto.
547 (menu-bar-options-menu): Ditto.
548 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
549 (menu-bar-scroll-bar-none): Remove.
550 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
551 expressions instead.
552
553 * cus-edit.el (customize-set-value): Return value.
554 (customize-set-variable): Ditto.
555 (customize-save-variable): Ditto.
556 (customize-set-variable): Load dependencies before setting value.
557 (custom-load-symbol): Autoload it.
558 (customize-mark-as-set): New function.
559
560 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
561
562 * cus-start.el: Don't warn about "x-*" symbols when building a
563 non-GUI version.
564
565 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
566
567 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
568 Doc fix.
569 (strokes-help): Do not use doubled with-output-to-temp-buffer.
570 Fix the help string.
571 (strokes-prompt-user-save-strokes): Fix typo.
572 (strokes-list-strokes): Use proper exit-action argument for
573 view-buffer. Update copyright notice.
574
575 * international/mule-diag.el: Various doc and message fixes.
576 (non-iso-charset-alist): Add mac-roman. Don't add entries for
577 codepages already present.
578 (list-block-of-chars): Display space for null entries in
579 translation table. Display tab specially.
580 (list-non-iso-charset-chars): Check for null charsets. Use pop
581 for clarity. Don't break 8-bit sets into sections between ranges.
582 (list-charset-chars): Avoid indent-tabs-mode.
583 (describe-char-after): Maybe use the text property for syntax
584 table information. Maybe report char-code-property-table info.
585 Maybe report character's unicode. Tweak printing of list info.
586 (list-input-methods): Add xref buttons.
587 (dump-charsets, dump-codings): Deleted (obsolete).
588 From Dave Love <fx@gnu.org>.
589
590 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
591
592 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
593
594 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
595
596 * viper-util.el (viper-read-key-sequence): Fix so it'll read
597 fast key sequences in emacs native mode
598 (viper-events-to-keys): Delete.
599
600 * viper.el (describe-key, describe-key-briefly): Get rid of
601 viper-events-to-keys.
602
603 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
604
605 * ediff-wind.el (ediff-setup-control-frame):
606 Use ediff-has-gutter-support.
607
608 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
609 check if buff is alive.
610
611 * ediff.el: Typo in comment.
612
613 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
614
615 * menu-bar.el (menu-bar-options-save): Take care of
616 line-number-mode and column-number-mode variables.
617 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
618 "Show Column Number" in "Show/Hide" menu.
619
620 2002-02-09 Richard M. Stallman <rms@gnu.org>
621
622 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
623
624 2002-02-09 Kim F. Storm <storm@cua.dk>
625
626 * faces.el (mode-line-inactive): New face for mode-line for
627 non-selected windows.
628 (mode-line): Doc fix: Only used for selected window.
629
630 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
631
632 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
633 name to "Insert Diary Entry".
634
635 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
636
637 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
638 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
639
640 2002-02-08 Richard M. Stallman <rms@gnu.org>
641
642 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
643
644 2002-02-08 Andreas Schwab <schwab@suse.de>
645
646 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
647 of point-min.
648
649 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
650
651 * net/ange-ftp.el (ange-ftp-process-handle-line)
652 (ange-ftp-set-xfer-size): If the file's size is a float, divide
653 by 1024 instead of using ash.
654
655 * international/mule-cmds.el (select-safe-coding-system):
656 State the buffer's name in the message popped in the *Warning* buffer,
657 and make sure the offending buffer is displayed.
658
659 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
660
661 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
662
663 2002-02-07 Richard M. Stallman <rms@gnu.org>
664
665 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
666
667 * register.el (list-registers): New command.
668 (describe-register-1): New subroutine, taken out of view-register.
669
670 * emacs-lisp/copyright.el (copyright-regexp):
671 Delete the unibyte copyright symbol; it's redundant.
672 Fix a spazz in the multibyte encoding here.
673
674 2002-02-07 Dave Love <fx@gnu.org>
675
676 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
677 (cyrillic-encode-alternativnyj-char): Get translation tables from
678 symbol properties, not as variables.
679 (standard-display-cyrillic-translit): Include unicodes.
680
681 2002-02-06 Kim F. Storm <storm@cua.dk>
682
683 * help.el (where-is): Report remapped commands.
684
685 * help-fns.el (describe-function-1): Ditto.
686
687 * subr.el (global-set-key, local-set-key): Accept a symbol for the
688 KEY argument (like define-key).
689
690 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
691
692 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
693
694 2002-02-06 Richard M. Stallman <rms@gnu.org>
695
696 * mail/mailabbrev.el: Require sendmail only at compile time.
697 (mail-mode-header-syntax-table): Var deleted.
698 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
699 (sendmail-pre-abbrev-expand-hook): Only temporarily change
700 local-abbrev-table and the syntax table.
701 Compute mail-abbrev-syntax-table if that has not been done.
702
703 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
704
705 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
706 (debugger-frame-number): Figure out the offset directly.
707 (debugger-setup-buffer): Don't use debugger-frame-offset.
708 (debugger-frame, debugger-frame-clear): Likewise.
709 (debugger-jump): Don't alter debugger-frame-offset.
710
711 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
712 Replace foo-p as var name with foo-flag, not foo-p-flag.
713
714 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
715 (highlight-changes-passive-string): Default to -Chg.
716 (highlight-changes-global-modes): Doc fix.
717
718 * dired.el (dired-get-filename): Add /: when appropriate
719 to avoid taking a local name as remote.
720
721 * files.el (file-name-non-special): Add special handling for
722 file-name-sans-versions, file-name-completion, and
723 file-name-all-completions.
724
725 * isearch.el (isearch-update): Don't update display in kbd macro.
726 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
727
728 * subr.el (force-mode-line-update): Doc fix.
729
730 * subr.el (atomic-change-group, prepare-change-group)
731 (activate-change-group, accept-change-group, cancel-change-group):
732 New functions.
733
734 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
735 (transpose-subr-1): Use atomic-change-group.
736
737 * subr.el (add-minor-mode): Include the mode's lighter string
738 in the minor mode menu item name.
739
740 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
741 rmail-count-screen-lines starting from (point-min).
742
743 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
744 beyond the image height, to use the fancy splash screen.
745
746 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
747 (text-mode): Set text-mode-variant here.
748
749 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
750
751 * play/pong.el (pong-height): Don't use height that exceeds the
752 frame height.
753 (pong-border-options): Make the border colors slightly more bright.
754
755 * play/gamegrid.el (gamegrid-display-type): Treat any
756 color-capable display as color-x, if display-color-p is fboundp.
757 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
758 (gamegrid-make-color-tty-face): Use the value of color, not the
759 symbol itself. Don't call gamegrid-color.
760
761 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
762
763 * gud.el (gud-refresh): Call recenter only after we are sure we
764 are in the right window.
765
766 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
767
768 * cus-edit.el (customize-mark-to-save): New function.
769 * menu-bar.el (menu-bar-options-save): Rewrote.
770
771 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
772
773 * cus-start.el (x-use-underline-position-properties):
774 Allow customization.
775
776 2002-02-04 Simon Josefsson <jas@extundo.com>
777
778 * dired.el (dired-load-hook, dired-mode-hook)
779 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
780
781 2002-02-03 Colin Walters <walters@verbum.org>
782
783 * ibuf-ext.el (ibuffer-filter-format-alist)
784 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
785 New variables.
786 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
787 is now the Emacs CVS tree.
788 (ibuffer-formats): Doc fix.
789 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
790 (ibuffer-current-format): Use them.
791 (ibuffer-recompile-formats, ibuffer-check-formats)
792 (ibuffer-switch-format, ibuffer-update-title):
793 Add support for ibuffer-filter-format-alist.
794 (define-ibuffer-column process): Remove unncessary consing.
795
796 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
797 for a summary column.
798
799 2002-02-03 Andreas Schwab <schwab@suse.de>
800
801 * window.el (save-selected-window): Move macro before first use.
802 (balance-windows): Fix misplaced parenthesis.
803
804 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
805
806 * calculator.el (calculator-displayers): Doc fixes.
807
808 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
809
810 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
811 (menu-bar-options-save): Save also the value of `display-time-mode'.
812 (showhide-date-time): New function.
813 (menu-bar-showhide-menu): New menu-item "Date and time".
814
815 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
816
817 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
818 get-file-buffer to check for rmail buffer existence.
819
820 * term.el (term-emulate-terminal): Extract proper command string
821 which is supplied to term-command-hook.
822
823 2002-02-03 Richard M. Stallman <rms@gnu.org>
824
825 * international/quail.el (quail-help): Don't call help-setup-xref.
826
827 * international/mule-cmds.el (describe-input-method):
828 Call help-setup-xref here.
829 (describe-current-input-method): Doc fix.
830
831 * novice.el (disabled-command-hook): Clarify output text.
832 Indent the paragraph from the command's doc string.
833
834 * dabbrev.el (dabbrev--goto-start-of-abbrev):
835 Exit loop on beginning of field rather than bobp.
836
837 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
838
839 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
840 the message text into the *mail* buffer, and restore the pruned
841 state after that.
842
843 * mail/rmail.el (rmail-redecode-body): Prune the headers before
844 looking for X-Coding-System header, and restore the pruned state
845 before returning.
846
847 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
848
849 * cus-edit.el (customize-save-variable): Fix typo in prompt.
850
851 These changes integrate new version of flyspell.el from its
852 maintainer, Manuel Serrano:
853
854 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
855 (flyspell-mode-on, flyspell-notify-misspell)
856 (flyspell-small-region, flyspell-external-point-words)
857 (flyspell-large-region): Use it
858 (flyspell-before-incorrect-word-string)
859 (flyspell-after-incorrect-word-string): New user options.
860 (make-flyspell-overlay): Use them.
861 (flyspell-version): New function.
862 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
863 definitions to use :weight.
864 (flyspell-insert-function): New user option.
865 (flyspell-auto-correct-word, flyspell-correct-word)
866 (flyspell-xemacs-correct): Use it.
867 (flyspell-define-abbrev): New function.
868 (flyspell-auto-correct-word, flyspell-correct-word)
869 (flyspell-xemacs-correct): Use it.
870 (make-flyspell-overlay): Use `evaporate' property.
871 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
872 (flyspell-emacs-popup): Use `session' instead of `accept'.
873 (flyspell-auto-correct-previous-pos): New variable.
874 (flyspell-auto-correct-previous-hook)
875 (flyspell-auto-correct-previous-word): New functions.
876
877 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
878
879 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
880 don't alter the user's ~/.emacs.
881 (disable-command): If user-init-file is nil or does not exist,
882 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
883 But don't alter the init file if Emacs was invoked as "emacs -q"
884
885 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
886
887 * mail/sendmail.el (mail-mode): Undo half of last change.
888
889 * indent.el (indent-for-tab-command): Remove spurious code.
890
891 * hi-lock.el (hi-lock-find-patterns): Save restriction.
892
893 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
894
895 * calendar/time-date.el: Moved from lisp/gnus.
896
897 * calendar/parse-time.el: Ditto.
898
899 2002-01-31 Richard M. Stallman <rms@gnu.org>
900
901 * international/iso-acc.el (iso-languages): Fix ", " in French.
902
903 * cus-start.el (history-length): Specify customization for it.
904
905 * emacs-lisp/debug.el (debugger-setup-buffer):
906 When an eval-buffer frame was reading from a buffer,
907 insert indication of the buffer position.
908 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
909 (debugger-frame-clear, debugger-frame): Error on non-frame line.
910
911 * simple.el (shell-command-on-region): Err if no mark
912 before reading the command string.
913
914 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
915 Definitions moved down after hl-line-mode var's definition.
916
917 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
918 (hilit-chg-set-face-on-change): Rename arg.
919 (hilit-chg-make-ov): Detect error earlier.
920
921 * ediff-hook.el: Delete autoload cookies.
922
923 * comint.el (comint-scroll-show-maximum-output): Default is t.
924
925 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
926 (batch-byte-compile-if-not-done): New function.
927
928 * Makefile.in (compile): New target.
929 (compile-always): Renamed from compile-files.
930 (compile-after-backup): Renamed from compile.
931 (bootstrap): Depend on compile-always, not compile-files.
932
933 * emulation/pc-select.el (pc-select-save-and-set-mode):
934 Properly use MODE-VAR.
935
936 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
937
938 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
939 Version" to "About Emacs".
940 (menu-bar-options-save): Add `default-frame-alist'
941 to saved variables.
942 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
943 of the variable `scroll-bar-mode'.
944
945 * startup.el (normal-splash-screen, display-splash-screen):
946 New functions (separated from command-line-1).
947 (command-line-1): Use them.
948
949 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
950
951 * calendar/calendar.el (generate-calendar-month): Doc fix.
952
953 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
954
955 * time.el (display-time-mail-directory): New option.
956 (display-time-mail-function): Update doc-string.
957 (display-time-mail-icon): Use XPM image when available.
958 (display-time-string-forms): Use more descriptive text as
959 help-echo property.
960 (display-time-mail-check-directory): New function.
961 (display-time-update): Use it.
962
963 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
964 Quote `window-system'.
965
966 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
967 Add Keywords header. Update Commentary section.
968 Update copyright notice.
969
970 * menu-bar.el (menu-bar-scroll-bar-right)
971 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
972 (showhide-menu-bar): New functions.
973 (menu-bar-showhide-menu): New submenu "Show/Hide".
974 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
975 "Show/Hide".
976 Update copyright notice.
977
978 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
979
980 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
981
982 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
983
984 * pc-select.el (pc-selection-mode-hook)
985 (pc-select-saved-settings-alist, pc-select-map)
986 (pc-select-saved-global-map, pc-select-key-bindings-alist)
987 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
988 (pc-select-meta-moves-sexps-key-bindings)
989 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
990 New variables.
991 (pc-select-define-keys, pc-select-restore-keys): New functions.
992 (pc-select-add-to-alist, pc-select-save-and-set-var)
993 (pc-select-save-and-set-mode, pc-select-restore-var)
994 (pc-select-restore-mode): New macros.
995 (pc-selection-mode): Completely rewrote the body of the function;
996 the main goal was to make pc-selection-mode "turn-off"-able, like
997 other minor modes. Use define-minore-mode instead of just a
998 defun. Store the key bindings into four alists:
999 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1000 pc-select-meta-moves-sexps-key-bindings, and
1001 pc-select-tty-key-bindings; then have the pc-select-define-keys
1002 function walk those alists instead of calling define-key
1003 repeatedly. When the mode is turned on, set the
1004 keybindings in global-map and remember the old keybindings; when
1005 the mode is turned off, restore the previously-saved keybindings.
1006 (pc-selection-mode defcustom): Reflect the fact that the mode is
1007 now "turn-off"-able.
1008
1009 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1010
1011 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1012 returns t, don't treat that as an error.
1013
1014 2002-01-25 Jason Rumney <jasonr@gnu.org>
1015
1016 * faces.el (face-font-registry-alternatives) [windows-nt]:
1017 Add ms-oemlatin as an alternative for iso8859-1.
1018
1019 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1020
1021 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1022 args and the absence of an entry. Don't add -f each time.
1023
1024 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1025
1026 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1027
1028 Support for more than 8 colors on character terminals:
1029
1030 * term/rxvt.el: New file.
1031
1032 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1033
1034 * term/xterm.el (xterm-standard-colors): New variable.
1035 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1036 (xterm-rxvt-set-background-mode): New functions.
1037 (toplevel): Call xterm-register-default-colors,
1038 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1039 Add support for more keys from xterm's terminfo entry.
1040
1041 * facemenu.el (list-colors-display): If the argument is nil, don't
1042 show more colors that the number returned by display-color-cells.
1043
1044 * term/pc-win.el (msdos-color-values): Reverse the order of the
1045 colors, since tty-color-define now preserves the registration order.
1046
1047 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1048
1049 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1050 (tty-register-default-colors): New function; code moved from
1051 startup.el's command-line.
1052 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1053 the order the colors where registered.
1054
1055 * frame.el (display-color-cells): Use tty-display-color-cells.
1056
1057 * startup.el (command-line): Call tty-register-default-colors.
1058
1059 2002-01-25 Richard M. Stallman <rms@gnu.org>
1060
1061 * subr.el (remove): Doc fix.
1062
1063 2002-01-24 Richard M. Stallman <rms@gnu.org>
1064
1065 * progmodes/compile.el (compilation-handle-exit):
1066 Add a compilation-handle-exit property to the "finished" message.
1067 (compilation-parse-errors): Stop parsing when that property is seen.
1068
1069 * subr.el (substring-no-properties): New function.
1070 (copy-without-properties): Function deleted.
1071
1072 * term/x-win.el (x-handle-geometry): Put sizes on both
1073 initial-frame-alist and default-frame-alist.
1074
1075 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1076 for saving .emacs.
1077
1078 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1079
1080 * calendar/calendar.el (generate-calendar-month): Doc fix.
1081
1082 2002-01-23 Richard M. Stallman <rms@gnu.org>
1083
1084 * play/tetris.el (tetris): New defgroup.
1085 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1086 (tetris-default-tick-period): Convert to defcustom.
1087 Added * in docstring to indicate user variable.
1088 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1089 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1090 (tetris-buffer-height, tetris-width, tetris-height)
1091 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1092
1093 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1094
1095 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1096 and is already matched by adaptive-fill-regexp.
1097
1098 2002-01-22 Richard M. Stallman <rms@gnu.org>
1099
1100 * bindings.el (mode-line-copied-mode-name): New variable.
1101 (mode-line-mode-name): Don't modify mode-name itself!
1102 Instead, make a copy and reuse it.
1103
1104 * subr.el (copy-without-properties): New function.
1105
1106 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1107
1108 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1109 slash if DIR is just slash.
1110
1111 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1112
1113 2002-01-21 Richard M. Stallman <rms@gnu.org>
1114
1115 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1116
1117 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1118 Move defvar up.
1119
1120 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1121
1122 * ibuffer.el: Don't require ibuf-ext at load time.
1123 (ibuffer): Require ibuf-ext here.
1124
1125 2002-01-21 Francesco Potorti` <pot@gnu.org>
1126
1127 * generic-x.el (apache-conf-generic-mode): Highlight the first
1128 word in a line even if preceded by blanks.
1129
1130 2002-01-21 Richard M. Stallman <rms@gnu.org>
1131
1132 * window.el (window-body-height): Handle minibuffer window specially.
1133 Otherwise, don't return less than 1.
1134
1135 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1136
1137 * ange-ftp.el: Added support for BS2000, and for raw ftp
1138 login commands (needed in some circumstances).
1139 (ange-ftp-raw-login): New custom var.
1140 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1141 ange-ftp-raw-login is set and account password is needed.
1142 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1143 (ange-ftp-bs2000-filename-pubset-regexp)
1144 (ange-ftp-bs2000-filename-username-regexp)
1145 (ange-ftp-bs2000-filename-prefix-regexp)
1146 (ange-ftp-bs2000-name-template): New consts.
1147 (ange-ftp-bs2000-short-filename-regexp)
1148 (ange-ftp-bs2000-fix-name-regexp-reverse)
1149 (ange-ftp-bs2000-fix-name-regexp): New consts.
1150 (ange-ftp-bs2000-special-prefix): New custom var.
1151 (ange-ftp-fix-name-for-bs2000)
1152 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1153 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1154 (ange-ftp-bs2000-posix-hook-installed): New vars.
1155 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1156 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1157 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1158 (ange-ftp-bs2000-filename-regexp): New const.
1159 (ange-ftp-bs2000-additional-pubsets): New custom var.
1160 (ange-ftp-bs2000-cd-to-posix): New fun.
1161
1162 2002-01-20 Colin Walters <walters@verbum.org>
1163
1164 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1165 with `byte-compile-dynamic'.
1166 (ibuffer-default-directory, toplevel): Doc files.
1167
1168 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1169
1170 * tempo.el (tempo-define-template): Doc fix.
1171
1172 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1173
1174 2002-01-20 Jason Rumney <jasonr@gnu.org>
1175
1176 * w32-vars.el: New file.
1177
1178 * loadup.el [windows-nt]: Load it.
1179
1180 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1181 and make them defcustoms.
1182
1183 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1184
1185 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1186
1187 * language/tibet-util.el (tibetan-decompose-region)
1188 (tibetan-decompose-string): Fix typo in docstring.
1189
1190 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1191
1192 2002-01-18 Richard M. Stallman <rms@gnu.org>
1193
1194 * comint.el (comint-redirect-send-command-to-process):
1195 Restore previous current buffer.
1196
1197 * window.el (window-body-height): New function.
1198
1199 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1200
1201 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1202 "Finish Function" menu map entries for jdb mode.
1203 (gud-jdb-use-classpath): New customization variable.
1204 (gud-jdb-command-name): Add customization.
1205 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1206 (gud-jdb-classpath-string): New variable.
1207 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1208 (gud-jdb-build-source-files-list): Likewise.
1209 (gud-jdb-massage-args): Record any command argument classpath
1210 string in `gud-jdb-classpath-string'.
1211 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1212 java call stack in jdb output.
1213 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1214 (gud-jdb-parse-classpath-string): New functions.
1215 (gud-jdb-marker-filter): Search/detect classpath information in
1216 jdb's output. marker regexp updated to match oldjdb and jdb output
1217 formats. Expand search for source files to include new/old methods
1218 using new functions above. Do not allow `gud-marker-acc' to grow
1219 without bound.
1220 (jdb): Set classpath information (if available) as jdb is started.
1221 Change `gud-break' and `gud-remove'
1222 to use new %c ("class") escape in format strings. Add
1223 `gud-finish', `gud-up', `gud-down' command string functions, and
1224 add them to the local menu map. Update `comint-prompt-regexp' for
1225 jdb and oldjdb. If attaching to an already running java VM and
1226 configured to use classpath, send command to query for classpath,
1227 else use previous method for finding and parsing java
1228 sources. Set `gud-jdb-find-source' function accordingly.
1229 (gud-mode): Doc fix.
1230 (gud-format-command): Add support for new %c ("class") escape.
1231 (gud-find-class): New function in support of %c escape.
1232
1233 2002-01-17 Richard M. Stallman <rms@gnu.org>
1234
1235 * ibuf-ext.el: Enable byte-compile-dynamic.
1236
1237 2002-01-17 Jason Rumney <jasonr@gnu.org>
1238
1239 * term/w32-win.el: Restore conditional require of fontset.
1240
1241 2002-01-16 Richard M. Stallman <rms@gnu.org>
1242
1243 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1244 more or less.
1245 (mouse-drag-region): New function. For a click in the echo area,
1246 show *Messages*.
1247
1248 * ibuf-ext.el: Delete the autoloads for functions defined with
1249 ibuffer-specific commands.
1250
1251 * help.el (describe-distribution): Really call view-file.
1252
1253 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1254 (ange-ftp-get-process): Pass that arg.
1255
1256 * comint.el (comint-simple-send): Fix previous change.
1257
1258 * net/telnet.el (telnet-simple-send): Fix previous change.
1259
1260 * progmodes/sql.el (sql-escape-newlines-and-send)
1261 (sql-query-placeholders-and-send): Fix previous change.
1262
1263 2002-01-16 Colin Walters <walters@verbum.org>
1264
1265 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1266 URL, Compatibility headers. Update copyright notice.
1267 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1268
1269 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1270
1271 * startup.el (command-line): Set EOL mnemonics for the Mac.
1272
1273 2002-01-16 Andreas Schwab <schwab@suse.de>
1274
1275 * mail/feedmail.el (feedmail): Fix :link spec.
1276
1277 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1278
1279 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1280 2 ldapsearch.
1281
1282 * net/eudc.el: New maintainer. Change author's address.
1283 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1284 Variables removed.
1285 (eudc-insert-selected): Function removed.
1286 (eudc-select): Reimplemented.
1287 (eudc-expand-inline): Delete the strings only after its expansion
1288 is chosen not before.
1289
1290 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1291 Minor coding style fixes.
1292
1293 * net/eudcb-ldap.el: New maintainer. Change author's address.
1294 (eudc-attribute-display-method-alist): Display mail with
1295 eudc-display-mail.
1296
1297 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1298 * net/eudc-vars.el: New maintainer. Change author's address.
1299
1300 * net/eudc-bob.el: New maintainer. Change author's address.
1301 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1302 (eudc-display-mail): New function.
1303 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1304
1305 2002-01-15 Richard M. Stallman <rms@gnu.org>
1306
1307 * emacs-lisp/autoload.el (make-autoload):
1308 Don't handle define-ibuffer-column, define-ibuffer-filter,
1309 define-ibuffer-sorter, and define-ibuffer-op.
1310
1311 2002-01-14 Richard M. Stallman <rms@gnu.org>
1312
1313 * calendar/calendar.el (diary-date-forms): Doc fix.
1314
1315 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1316
1317 * startup.el (command-line): Register the default tty colors even
1318 if the terminal doesn't seem to support colors.
1319 <tty-long-option-alist>: New option --color.
1320 (tty-handle-args): Parse the --color arg.
1321
1322 * term/tty-colors.el (tty-color-mode-alist): New variable.
1323
1324 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1325
1326 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1327 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1328 Use it.
1329 (ange-ftp-hook-function): Preserve match-data.
1330 (ange-ftp-insert-directory): Typo.
1331 (ange-ftp-shell-command): Check if regexp matched.
1332
1333 2002-01-13 Richard M. Stallman <rms@gnu.org>
1334
1335 * international/mule-cmds.el: help-map bindings moved to help.el.
1336
1337 * help.el (view-echo-area-messages): New function.
1338 (help-map): Add `e' binding. Delete obsolete `d' binding.
1339 Change old Info bindings C-f, C-k and C-i to F, K, S.
1340 Move view-emacs-FAQ from F to C-f.
1341 Move view-emacs-problems from P to C-e.
1342 Bindings moved here from mule-cmds.el.
1343 C-l binding for describe-language-environment deleted
1344 (help-for-help): Update for all these changes.
1345
1346 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1347
1348 2002-01-13 Dave Love <fx@gnu.org>
1349
1350 * emacs-lisp/copyright.el: Doc fixes.
1351 (copyright-regexp): Add Latin-9 copyright sign.
1352 Match comment delimiters in year lists.
1353 (copyright-current-year): Initialize to load-time year.
1354
1355 2002-01-13 Andreas Schwab <schwab@suse.de>
1356
1357 * dired-aux.el (dired-do-shell-command): Doc fix.
1358
1359 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1360
1361 * startup.el (command-line-x-option-alist): New options "-fs",
1362 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1363
1364 * term/x-win.el (x-handle-initial-switch): New function.
1365
1366 2002-01-13 Colin Walters <walters@debian.org>
1367
1368 * emacs-lisp/autoload.el (make-autoload): Handle
1369 define-ibuffer-column, define-ibuffer-filter,
1370 define-ibuffer-sorter, and define-ibuffer-op.
1371
1372 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1373
1374 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1375
1376 2002-01-12 Richard M. Stallman <rms@gnu.org>
1377
1378 * net/browse-url.el (browse-url-grail):
1379 Use browse-url-maybe-new-window.
1380
1381 * net/telnet.el (telnet-simple-send): Handle
1382 comint-input-sender-no-newline like comint-simple-send.
1383
1384 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1385 comint-input-sender-no-newline like comint-simple-send.
1386 (sql-escape-newlines-and-send): Likewise.
1387
1388 * comint.el (comint-input-sender): Doc fix.
1389 (comint-input-sender-no-newline): New variable.
1390 (comint-simple-send): If comint-input-sender-no-newline,
1391 don't output newline, but maybe send eof.
1392 (comint-send-input): New arg NO-NEWLINE.
1393 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1394
1395 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1396
1397 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1398 delaying when executing keyboard macros.
1399
1400 2002-01-12 Richard M. Stallman <rms@gnu.org>
1401
1402 * simple.el (line-move): If we can't move enough lines,
1403 go to beginning or end of line.
1404
1405 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1406 and proper window.
1407
1408 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1409 Switch buffers only after calling `help-buffer'.
1410
1411 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1412 only when they are surrounded by whitespace.
1413 Use dired-mark-separator when adding one file name to a command.
1414 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1415 Ask for confirmation if * or ? is not surrounded by whitespace.
1416 (dired-bunch-files): Re-reverse the partial file list when it is used.
1417
1418 2002-01-12 Richard M. Stallman <rms@gnu.org>
1419
1420 * comint.el (comint-dynamic-list-completions): Repeating the command
1421 after displaying a completion list scrolls the list.
1422
1423 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1424
1425 * files.el (find-file-noselect): Don't consider a buffer as
1426 visiting a file literally if it is in hexl-mode.
1427
1428 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1429
1430 2002-01-11 Richard M. Stallman <rms@gnu.org>
1431
1432 * startup.el (initial-scratch-message): Fix custom type, add group.
1433
1434 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1435 around the decode-coding-region call.
1436
1437 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1438 after displaying a completion list scrolls the list.
1439
1440 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * version.el (emacs-version): Bump to 21.2.50.
1443
1444 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1445
1446 * play/zone.el (zone-timeout): New var.
1447 (zone-hiding-modeline): New macro.
1448 (zone-call): New func.
1449
1450 (zone): Init `modeline-hidden-level' symbol property.
1451 Use `zone-call' instead of `funcall'.
1452
1453 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1454
1455 (zone-pgm-stress): Use `zone-hiding-modeline'.
1456
1457 (zone-pgm-stress-destress): New zone program.
1458
1459 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1460
1461 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1462
1463 2002-01-09 Richard M. Stallman <rms@gnu.org>
1464
1465 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1466
1467 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1468
1469 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1470 flyspell-mouse-map.
1471
1472 2002-01-08 Richard M. Stallman <rms@gnu.org>
1473
1474 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1475
1476 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1477
1478 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1479
1480 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1481
1482 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1483 Do not use make-local-hook.
1484
1485 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1486
1487 * international/quail.el (quail-start-translation)
1488 (quail-start-conversion): Bind last-command-event, last-command,
1489 and this-command in the first let. This fixes the change from
1490 2000-08-30.
1491
1492 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1493
1494 * ediff-hook.el: Add an autoload cookie.
1495
1496 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1497
1498 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1499 address of the author.
1500
1501 2002-01-08 Richard M. Stallman <rms@gnu.org>
1502
1503 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1504 (occur-mode-map): Bind `o' to that.
1505
1506 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1507
1508 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1509 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1510 cases. Used to reduce the number of warnings.
1511
1512 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1513 (viper-standard-value): Move here from viper.el.
1514 (viper-set-unread-command-events): Move to viper-util.el
1515 (viper-check-minibuffer-overlay): Make sure
1516 viper-minibuffer-overlay is moved to cover the entire input field.
1517
1518 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1519 (viper-read-key-sequence, viper-set-unread-command-events)
1520 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1521
1522 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1523
1524 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1525
1526 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1527
1528 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1529 (viper-event-vector-p): Move to viper-util.el
1530
1531 * viper.el (viper-standard-value): Move to viper-cmd.el.
1532 Use viper-cond-compile-for-xemacs-or-emacs.
1533
1534 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1535
1536 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1537
1538 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1539 New macro designed to be used in many places where ediff-emacs-p or
1540 ediff-xemacs-p was previously used. Reduces the number of warnings.
1541 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1542 of ediff-xemacs-p.
1543 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1544 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1545 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1546 Move to ediff-util.el.
1547 (ediff-event-key): Moved here.
1548
1549 * ediff-merge.el: Got rid of unreferenced variables.
1550
1551 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1552
1553 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1554 (ediff-cleanup-mess): Improve the way windows are set up after
1555 quitting ediff.
1556 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1557 (ediff-dispose-of-variant-according-to-user): New function
1558 designed to be smarter and also understands indirect buffers.
1559 (ediff-highlight-diff-in-one-buffer)
1560 (ediff-unhighlight-diff-in-one-buffer)
1561 (ediff-unhighlight-diffs-totally-in-one-buffer)
1562 (ediff-highlight-diff, ediff-highlight-diff)
1563 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1564 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1565 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1566 Moved here.
1567 (ediff-format-bindings-of): New function by Hannu Koivisto
1568 <azure@iki.fi>.
1569 (ediff-setup): Make sure the merge buffer is always widened and
1570 modifiable.
1571 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1572 result of a merge into a file visited by another buffer.
1573 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1574 is visited by another buffer and ask to save/delete that buffer.
1575 (ediff-verify-file-merge-buffer): New function to do the above.
1576
1577 * ediff-vers.el: Load ediff-init.el at compile time.
1578
1579 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1580
1581 * ediff.el (ediff-windows, ediff-regions-wordwise)
1582 (ediff-regions-linewise): Use indirect buffers to improve
1583 robustness and make it possible to compare regions of the same
1584 buffer (even overlapping regions).
1585 (ediff-clone-buffer-for-region-comparison)
1586 (ediff-clone-buffer-for-window-comparison): New functions.
1587 (ediff-files-internal): Refuse to compare identical files.
1588 (ediff-regions-internal): Get rid of the warning about comparing
1589 regions of the same buffer.
1590
1591 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1592 Plus the following fixes courtesy of Dave Love: Doc fixes.
1593 (ediff-word-1): Use word class and move - to the
1594 front per regexp documentation.
1595 (ediff-wordify): Bind forward-word-function outside loop.
1596 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1597 consing buffer contents.
1598 (ediff-goto-word): Move syntax table setting outside loop.
1599
1600 2002-01-07 Richard M. Stallman <rms@gnu.org>
1601
1602 * dired.el (dired-copy-filename-as-kill): Call kill-append
1603 if following a kill command.
1604
1605 * help-fns.el (describe-variable, describe-function):
1606 Do save-excursion.
1607
1608 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1609
1610 * net/ldap.el (ldap-search-internal): Skip error message from
1611 ldapsearch. Allow listing attribute names only. Do not open
1612 non-existent files.
1613
1614 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1615 call non-existent function.
1616
1617 * net/eudc.el (top-level): Revert previous change.
1618
1619 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1620 variables to prevent warning from byte-compiler.
1621
1622 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1623 string-match on emacs-version again.
1624
1625 * enriched.el (enriched-make-annotation): Fix the change from
1626 2002-01-05.
1627 (enriched-handle-display-prop): Return proper values.
1628
1629 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1630 proper attribute name labeledUri instead of deprecated labeledUrl.
1631
1632 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1633
1634 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1635 editing an empty hotlist.
1636
1637 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1638 Use buffer-string instead of buffer-substring for the whole
1639 buffer.
1640
1641 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1642 not free.
1643
1644 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1645 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1646 (eudc-bob-save-object): Make the buffer unibyte.
1647 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1648 object to external program.
1649
1650 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1651
1652 * vc.el (vc-branch-part): Return nil if there's no `.'
1653 (vc-default-previous-version): Renamed from vc-previous-version.
1654 New args BACKEND and FILE. Return nil for revision numbers
1655 without a `.'
1656 (vc-version-diff): Call vc-BACKEND-previous-version.
1657 (vc-steal-lock): Steal lock before composing mail, so that no mail
1658 is sent when the stealing goes wrong. And we'll actually see the
1659 error in that case now.
1660 (vc-finish-steal): Removed.
1661
1662 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1663 the lock, so that we see expanded headers.
1664 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1665 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1666 available from vc.el. Updated all callers.
1667
1668 2002-01-05 Richard M. Stallman <rms@gnu.org>
1669
1670 * enriched.el (enriched-make-annotation): Doc fix.
1671
1672 * format.el (format-replace-strings, format-subtract-regions)
1673 (format-annotate-region, format-annotate-location)
1674 (format-annotate-atomic-property-change)
1675 (format-annotate-single-property-change): Doc fixes.
1676
1677 2002-01-05 Jason Rumney <jasonr@gnu.org>
1678
1679 * term/w32-win.el: Require fontset unconditionally.
1680 (w32-handle-scroll-bar-event): Remove.
1681
1682 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1683
1684 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1685 copyrights to be updated.
1686
1687 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1690 2001-10-24.
1691
1692 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1693
1694 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1695
1696 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1697 entry.
1698 (ldap-ignore-attribute-codings): Change the default value to allow
1699 encoding/decoding of attributes.
1700 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1701
1702 2002-01-03 Richard M. Stallman <rms@gnu.org>
1703
1704 * files.el (basic-save-buffer): Undo previous change.
1705
1706 * calendar/diary-lib.el (diary-block): Doc fix.
1707
1708 * custom.el (defcustom): Fix syntax of previous change.
1709
1710 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1711
1712 * custom.el (defcustom): Documented :tag, :link and :load.
1713
1714 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1715
1716 * mail/sendmail.el (mail-recover-1): New function.
1717 (mail-recover): Switch to the *mail* buffer right away. Use
1718 buffer-auto-save-file-name instead of calling
1719 make-auto-save-file-name. Call dired-noselect instead of invoking
1720 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1721 before reading the auto-save file. If the buffer's auto-save file
1722 does not exist, call mail-recover-1 to allow recovery from past
1723 auto-saved drafts.
1724
1725 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1726
1727 * time.el (display-time-load-average-threshold): Fix defcustom
1728 (add type and group).
1729
1730 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1731 specification from the hostname.
1732
1733 2002-01-02 Richard M. Stallman <rms@gnu.org>
1734
1735 * facemenu.el (facemenu-active-faces):
1736 Use face-attributes-as-vector, not face-attributes-vector.
1737
1738 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1739
1740 * xscheme.el: Eleven years of updates on a private copy.
1741
1742 Extensive changes to support multiple xscheme buffers:
1743 (run-scheme): Break up into new functions to facilitate starting
1744 processes in other buffers.
1745 (xscheme-start, xscheme-read-command-line): New functions.
1746 (start-scheme, select-scheme)
1747 (default-xscheme-runlight)
1748 (global-set-scheme-interaction-buffer)
1749 (local-set-scheme-interaction-buffer)
1750 (local-clear-scheme-interaction-buffer)
1751 (exit-scheme-interaction-mode)
1752 (verify-xscheme-buffer): New functions.
1753 (xscheme-process-name, xscheme-buffer-name)
1754 (xscheme-runlight): New internal vars.
1755 (default-xscheme-runlight): New const.
1756 (xscheme-start-process): Add args for the process/buffer names.
1757 (reset-scheme): Pass process/buffer names.
1758 (scheme-interaction-mode): Initialize new local vars.
1759 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1760 (xscheme-select-process-buffer, xscheme-process-buffer)
1761 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1762 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1763 var xscheme-process-name.
1764 (xscheme-start-process): Initialize xscheme-process-name and
1765 xscheme-buffer-name in the process buffer. Pass buffer name to
1766 xscheme-modeline-initialize.
1767 (xscheme-modeline-initialize): Add argument to specify buffer name
1768 for mode-line vars.
1769 (xscheme-process-sentinel): Make sure sentinel is run in the
1770 process buffer so it sees its local vars.
1771 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1772 elaborate logic to handle multiple-buffer mode lines.
1773
1774 (xscheme-enter-input-wait): Re-enable control-G handler upon
1775 entering input wait.
1776
1777 (scheme-interaction-mode): Add arg to preserve local vars.
1778 (xscheme-enter-interaction-mode)
1779 (xscheme-enter-debugger-mode): Preserve local vars.
1780 (xscheme-start-process): Clobber local vars.
1781
1782 (scheme-interaction-mode-commands): Allow end user to add commands
1783 to scheme-interaction-mode keymap.
1784 (scheme-interaction-mode-commands-alist): New variable.
1785
1786 (xscheme-send-string): Don't use insert-before-markers.
1787
1788 Implement a per-buffer kill ring:
1789 (xscheme-insert-expression)
1790 (xscheme-rotate-yank-pointer, xscheme-yank)
1791 (xscheme-yank-pop, xscheme-yank-push): New functions.
1792 (xscheme-expressions-ring)
1793 (xscheme-expressions-ring-yank-pointer)
1794 (xscheme-expressions-ring-max): New variables.
1795 (xscheme-send-string-1): Call xscheme-insert-expression to save
1796 expression in ring.
1797 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1798 (xscheme-previous-send): Deleted variable.
1799
1800 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1801 xscheme-send-control-g-interrupt): Use process-send-string rather
1802 than send-string.
1803
1804 (xscheme-send-region): Insert a newline after an expression that
1805 is submitted in the interaction buffer, for consistency with
1806 recent changes to Edwin.
1807
1808 (xscheme-delete-output): New function mimics comint-delete-output.
1809 (xscheme-last-input-end): New internal variable.
1810 (xscheme-process-filter-output): Update xscheme-last-input-end.
1811
1812 (xscheme-send-control-g-interrupt): Make sure that
1813 xscheme-control-g-disabled-p is looked up in the right buffer.
1814
1815 (xscheme-enable-control-g): Clear C-g message if visible.
1816 (xscheme-control-g-message-string): New internal var.
1817 (xscheme-send-control-g-interrupt): Use new var.
1818
1819 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1820 after sending interrupt in order to work around race condition.
1821
1822 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1823 (xscheme-send-char): Use xscheme-send-char rather than send-string
1824 to send single char.
1825
1826 (xscheme-process-filter, xscheme-process-filter-alist): Add
1827 support for evaluating expressions outside of the call-excursion.
1828 (xscheme-process-filter:string-action-noexcursion): New func.
1829
1830 (xscheme-write-value): Change output string to match that used by
1831 Edwin.
1832
1833 (xscheme-coerce-prompt): Don't write a space after a command
1834 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1835 for us.
1836
1837 (reset-scheme): Delete process after killing it.
1838
1839 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1840
1841 * bindings.el (function-key-map): Don't bind shifted keypad
1842 numeric keys.
1843
1844 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1845
1846 * enriched.el (enriched-handle-display-prop): Remove unused
1847 variables.
1848 (enriched-mode): Doc fix.
1849
1850 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1853 Hebrew points.
1854
1855 2002-01-01 Richard M. Stallman <rms@gnu.org>
1856
1857 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1858
1859 2001-12-31 Richard M. Stallman <rms@gnu.org>
1860
1861 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1862 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1863 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1864 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1865 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1866 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1867 Adapt face definitions to use :weight and :slant.
1868
1869 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1870
1871 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1872
1873 * font-lock.el (initializing from font-lock-face-attributes):
1874 Use :weight and :slant, not :bold and :italic.
1875
1876 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1877
1878 * cus-edit.el (custom-face-edit-fix-value): New function.
1879 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1880
1881 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1882
1883 * progmodes/octave-mod.el (octave-abbrev-table):
1884 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1885 * progmodes/fortran.el (fortran-mode-abbrev-table):
1886 * progmodes/f90.el (f90-mode-abbrev-table):
1887 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1888 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1889 predefined abbrevs as "system" abbrevs.
1890
1891 2001-12-30 Richard M. Stallman <rms@gnu.org>
1892
1893 * info.el (Info-fontify-node): For a **** underline line, put the
1894 invisible and intangible props on the following newline, but not
1895 on the previous newline or the last char of the previous line.
1896
1897 * faces.el (face-set-after-frame-default): Don't change `default' face.
1898
1899 * faces.el (minibuffer-prompt): Adopt some default colors.
1900
1901 * replace.el (query-replace-read-args): Immediate error if read-only.
1902
1903 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1904 Display the output buffer in a more intelligent way.
1905
1906 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1907
1908 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1909 in accordance with files.el's insert-directory.
1910
1911 2001-12-29 Richard M. Stallman <rms@gnu.org>
1912
1913 * files.el (basic-save-buffer): If a before-write hook displays
1914 an echo area message, pause before calling basic-save-buffer-1.
1915
1916 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1917
1918 * textmodes/reftex-global.el (reftex-query-replace-document)
1919 (reftex-change-label): Doc fix.
1920
1921 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1922
1923 * progmodes/etags.el (tags-query-replace): Doc fix.
1924
1925 2001-12-29 Richard M. Stallman <rms@gnu.org>
1926
1927 * progmodes/compile.el (compile-internal): Fix previous change.
1928
1929 2001-12-28 Richard M. Stallman <rms@gnu.org>
1930
1931 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1932 shrink the windows above as necessary to get space.
1933 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1934
1935 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1936 This fixes a bug that treated all files as directories.
1937 (ange-ftp-insert-directory): Explicitly follow symlinks.
1938
1939 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1940 alias symbols--put the translated sequences here directly.
1941
1942 * progmodes/cc-mode.el (c-mode-abbrev-table)
1943 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1944 (java-mode-abbrev-table, pike-mode-abbrev-table):
1945 Mark all the predefined abbrevs as "system" abbrevs.
1946
1947 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1948 (sendmail-send-it): Check mail-specify-envelope-from
1949 and mail-envelope-from in the mail buffer at start.
1950
1951 2001-12-28 Simon Josefsson <jas@extundo.com>
1952
1953 * mail/sendmail.el (mail-envelope-from): Fix :type.
1954 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1955
1956 2001-12-28 Richard M. Stallman <rms@gnu.org>
1957
1958 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1959
1960 * simple.el (line-move-invisible): New subroutine.
1961 (line-move-to-column): New subroutine--smarter about advancing over
1962 invisible parts of a line, or lines, but only as long as hpos grows.
1963 (line-move-finish): New subroutine: repeatedly processes desired
1964 column, intangibility, and fields.
1965 (line-move): Use those subroutines.
1966 When moving lines downward, skip invisible text first rather than last.
1967
1968 2001-12-27 Richard M. Stallman <rms@gnu.org>
1969
1970 * international/mule-diag.el (describe-char-after):
1971 Describe the text properties of the char after point.
1972
1973 * help.el (describe-key): Doc fix.
1974
1975 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1976
1977 * find-dired.el (find-dired-sentinel): Precede exit message by
1978 two spaces, to match the regexp in dired-between-files.
1979
1980 2001-12-28 Miles Bader <miles@gnu.org>
1981
1982 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1983 images (which are lists too).
1984
1985 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1986
1987 * language/european.el: Fix the doc string of "Latin-5" language
1988 environment.
1989
1990 2001-12-26 Richard M. Stallman <rms@gnu.org>
1991
1992 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1993 defined as before 2001-11-09.
1994 (add-minor-mode call): Specify the keymap.
1995
1996 * progmodes/compile.el (compile-internal):
1997 Set TERM variable in process-environment.
1998
1999 2001-12-25 Richard M. Stallman <rms@gnu.org>
2000
2001 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2002 the buffer.
2003
2004 * startup.el (command-line): Convert command line args
2005 to Emacs internal representation using locale-coding-system.
2006
2007 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * international/fontset.el: Don't require ind-util when compiling.
2010
2011 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2012
2013 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2014 set-frame-height and set-frame-width instead of set-screen-height
2015 and set-screen-width.
2016
2017 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2018 of obsolete set-screen-width.
2019
2020 * locate.el (locate): Remove dot at the end of error argument.
2021
2022 * emerge.el (emerge-show-file-name): Use frame-height instead of
2023 obsolete screen-height.
2024
2025 * mail/mh-utils.el (mh-show-msg): Likewise.
2026 (mh-handle-process-error): Use frame-width instead of obsolete
2027 screen-width.
2028
2029 2001-12-25 Richard M. Stallman <rms@gnu.org>
2030
2031 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2032 to enlarge-window. Use save-selected-window. Don't try
2033 to resize windows that end at the bottom "level".
2034 Retry changing the sizes until the windows get the desired sizes.
2035 Discount the minibuffer when computing total height available.
2036
2037 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2038 (debugger-make-xrefs): Only make a button for the first symbol
2039 on any line.
2040
2041 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2042
2043 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2044 Call IT-setup-unicode-display here instead of adding it to
2045 dos-codepage-setup-hook, so that Unicode display tables are set
2046 before dos-codepage-setup-hook runs.
2047
2048 2001-12-24 Richard M. Stallman <rms@gnu.org>
2049
2050 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2051 (nslookup-mode-abbrev-table): Don't define it.
2052 (smbclient-mode-abbrev-table): Don't define it.
2053 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2054 (nslookup-mode, smbclient-mode): Likewise.
2055 (network-connection-service-abbrev-alist): Variable deleted.
2056 (network-connection-mode-setup): Don't set up abbrev table.
2057
2058 * faces.el (minibuffer-prompt): New face.
2059 (minibuffer-prompt-properties): Add `face' property.
2060
2061 * replace.el (occur-mode-display-occurrence): New function.
2062 (occur-mode-map): Bind C-o to it.
2063
2064 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2065
2066 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2067 (viper-special-read-and-insert-char): Make C-m work right in the r
2068 comand.
2069 (viper-buffer-search-enable): Fixed format string.
2070
2071 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2072 instead of viper-info-on-file.
2073 (ex-set-visited-file-name): New function.
2074
2075 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2076
2077 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2078 action argument.
2079
2080 * ediff-init.el: Fixed some doc strings.
2081
2082 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2083 Got rid of make-local-hook.
2084
2085 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2086 make-local-hook.
2087
2088 2001-12-23 Richard M. Stallman <rms@gnu.org>
2089
2090 * term/x-win.el (x-handle-geometry): Put height and width
2091 on default-frame-alist, left and top on initial-frame-alist.
2092 * term/w32-win.el (x-handle-geometry): Likewise.
2093
2094 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2095
2096 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2097 not interactive-p.
2098
2099 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2100
2101 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2102 mocklisp entries.
2103
2104 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2105 Lisp. Obsoleted.
2106
2107 * emulation/mlconvert.el: File removed.
2108
2109 * emulation/mlsupport.el: Moved to obsolete.
2110
2111 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2112
2113 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2114
2115 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2116 mocklisp case.
2117
2118 * help-fns.el (describe-function-1): Remove mocklisp function
2119 case.
2120
2121 2001-12-22 Miles Bader <miles@gnu.org>
2122
2123 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2124 turning refill-mode off.
2125
2126 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2127
2128 * time.el (display-time-load-average-threshold): New variable.
2129 (display-time-update): Use it.
2130
2131 These changes allow cycling through past 1, 5 and 15 minutes
2132 load-average displayed in the mode-line.
2133
2134 * time.el (display-time-default-load-average): New customizable option.
2135 (display-time-load-average): New variable.
2136 (display-time-cycle-load-average): New function.
2137 (display-time-update): Use them.
2138
2139 2001-12-21 Richard M. Stallman <rms@gnu.org>
2140
2141 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2142 (apropos-documentation, apropos-value): Pass a suitable string.
2143
2144 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2145
2146 * dired.el (dired-free-space-program, dired-free-space-args):
2147 Aliases for back-compatibility.
2148
2149 * info.el (Info-select-node): If Info-use-header-line is nil, set
2150 header-line-format to nil.
2151 (Info-fontify-node): Don't put a keymap text property on the
2152 heading if we are not going to display the header line. Remove
2153 any such text properties left over from past visits to this node.
2154
2155 * ls-lisp.el (insert-directory): Insert the amount of free disk
2156 space, like files.el's insert-directory does.
2157
2158 * files.el (directory-free-space-program): Mention
2159 file-system-info in the doc string.
2160 (get-free-disk-space): New function; code moved from
2161 insert-directory.
2162 (insert-directory): Call get-free-disk-space to get the amount of
2163 free space.
2164
2165 2001-12-21 Richard M. Stallman <rms@gnu.org>
2166
2167 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2168 (describe-distribution, describe-project): Use view-file.
2169
2170 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2171
2172 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2173
2174 * emacs-lisp/easy-mmode.el (define-minor-mode):
2175 Make no arg by default in an interactive call,
2176 so that repeating the command toggles again.
2177
2178 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2179
2180 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2181
2182 * antlr-mode.el: More sophisticated indentation of cpp directive.
2183 (antlr-indent-at-bol-alist): New user option.
2184 (antlr-indent-line): Use it.
2185 (antlr-indent-style): New user option.
2186 (antlr-mode): Use it.
2187 (antlr-indent-item-regexp): Customize.
2188
2189 * antlr-mode.el: Syntax highlighting changes.
2190 (antlr-font-lock-literal-regexp): New user option.
2191 (antlr-font-lock-syntax-face): New face used for :, |, ....
2192 (antlr-font-lock-default-face): New face.
2193 (antlr-font-lock-additional-keywords): Use them.
2194
2195 * antlr-mode.el: New command to insert options -- variables.
2196 (antlr-mode-map): New binding [C-c C-o].
2197 (antlr-mode-menu): New submenus.
2198 (antlr-options-use-submenus): New user option.
2199 (antlr-tool-version): New user option.
2200 (antlr-options-auto-colon): New user option.
2201 (antlr-options-style): New user option.
2202 (antlr-options-push-mark): New user option.
2203 (antlr-options-assign-string): New user option.
2204 (antlr-options-headings): New variable.
2205
2206 * antlr-mode.el: New command to insert options -- specific.
2207 (antlr-options-alists): New variable.
2208 (antlr-read-value): New function.
2209 (antlr-read-boolean): New function.
2210 (antlr-language-option-extra): New function.
2211 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2212 (antlr-c++-mode-extra): New function.
2213 (antlr-grammar-tokens): New function.
2214 (antlr-imenu-create-index-function): New optional argument.
2215
2216 * antlr-mode.el: New command to insert options -- functions.
2217 (antlr-insert-option): New command.
2218 (antlr-insert-option-interactive): New function.
2219 (antlr-options-menu-filter): New function.
2220 (antlr-option-kind): New function.
2221 (antlr-scan-lists): New alias.
2222 (antlr-scan-lists-internal): New function.
2223 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2224 (antlr-option-level): New function.
2225 (antlr-syntactic-grammar-depth): New function.
2226 (antlr-option-location): New function.
2227 (antlr-insert-option-do): New function.
2228 (antlr-option-spec): New function.
2229 (antlr-version-string): New function.
2230 (antlr-insert-option-existing): New function.
2231 (antlr-insert-option-space): New function.
2232 (antlr-insert-option-area): New function.
2233
2234 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2235 with narrowing. Menu change. Miscellaneous.
2236 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2237 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2238 (antlr-electric-character): New command.
2239 (antlr-class-header-regexp): New variable.
2240 (antlr-font-lock-additional-keywords): Use it.
2241 (antlr-imenu-create-index-function): Use it.
2242 (antlr-file-dependencies): Use it.
2243 (antlr-indent-line): Also works with restrictions.
2244 (antlr-indent-command): Interactive spec - changes the buffer.
2245 (antlr-language-for-option): Deletia.
2246 (antlr-language-option): New function, defined instead.
2247 (antlr-mode): Use it.
2248 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2249
2250 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2251 instead of a literal /dev/null.
2252
2253 * Makefile.in (distclean): Remove Makefile in the build
2254 directory, not in the source directory.
2255
2256 2001-12-21 Simon Josefsson <jas@extundo.com>.
2257
2258 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2259 with-temp-buffer instead of find-file-noselect, and bind
2260 coding-system-for-read to no-conversion when reading the queued
2261 messages. (Simon's code modified slightly by Eli Zaretskii.)
2262
2263 2001-12-20 Werner Lemberg <wl@gnu.org>
2264
2265 * international/mule-diag.el (describe-coding-system,
2266 print-coding-system-briefly): Make printed output have a similar
2267 format as describe-character-set.
2268
2269 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2270
2271 * play/blackbox.el (bb-member): Remove, use member instead.
2272 (bb-delete): Remove, use delete instead.
2273 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2274 bb-score, bb-detour-count and bb-balls-placed.
2275 Propertize results of rays.
2276
2277 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2278
2279 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2280 strings mention keybinding for `isearch-yank-word-or-char',
2281 rather than `isearch-yank-word', since the former is bound now
2282 and the latter is not.
2283 (isearch-yank-word-or-char): Fix formatting.
2284
2285 2001-12-19 Werner Lemberg <wl@gnu.org>
2286
2287 * language/czech.el, language/european.el, language/slovak.el: More
2288 fixes for language info doc strings.
2289
2290 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * loadup.el: Add "language" to the load-path.
2293
2294 2001-12-19 Richard M. Stallman <rms@gnu.org>
2295
2296 * international/mule-cmds.el (describe-language-environment):
2297 Fix calls to help-xref-button.
2298
2299 2001-12-19 Miles Bader <miles@gnu.org>
2300
2301 * international/fontset.el: Require `ind-util' when compiling.
2302
2303 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2304
2305 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2306 instead of decompose-composite-char.
2307
2308 2001-12-18 Richard M. Stallman <rms@gnu.org>
2309
2310 * simple.el (eval-expression-print-level)
2311 (eval-expression-print-length): Doc fixes.
2312
2313 * international/mule-diag.el (describe-character-set):
2314 Fix the arg to help-xref-button.
2315
2316 * files.el (directory-free-space-program): New variable.
2317 (directory-free-space-args): New variable.
2318 (insert-directory): Use those two variables for getting free space.
2319 Use file-system-info instead, if that is defined.
2320
2321 * dired.el (dired-free-space-program): Variable deleted.
2322 (dired-free-space-args): Variable deleted.
2323 (dired-insert-directory): Don't try to determine free space.
2324
2325 * files.el (font-lock-defaults): Add risky-local-variables prop.
2326 (hack-one-local-variable): Treat various font-lock variables as risky.
2327
2328 2001-12-18 Werner Lemberg <wl@gnu.org>
2329
2330 * language/chinese.el, language/cyrillic.el:
2331 * language/czech.el, language/european.el, language/greek.el:
2332 * language/hebrew.el, language/indian.el, language/japanese.el:
2333 * language/korean.el, language/lao.el, language/slovak.el:
2334 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2335 Improve documentation strings of coding systems and language infos.
2336
2337 2001-12-18 Werner LEMBERG <wl@gnu.org>
2338
2339 Add support for EUC-TW decoding/encoding.
2340
2341 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2342 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2343 New auxiliary functions to build `big5-to-cns'.
2344 (big5-to-cns): New translation alist.
2345
2346 * language/chinese.el: Added new coding system `euc-tw' and its
2347 alias `euc-taiwan'.
2348 Updated language `Chinese-CNS' to include euc-tw encoding also.
2349 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2350 euc-tw.
2351
2352 2001-12-18 Dave Love <fx@gnu.org>
2353
2354 * loadup.el: Add language/utf-8-lang, language/georgian.
2355
2356 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2357 (image-file-name-regexps): Doc fix.
2358
2359 * server.el (server-unload-hook): New function.
2360
2361 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2362 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2363
2364 * simple.el (newline): Doc fix.
2365 (eval-expression-print-level, eval-expression-print-length): Doc
2366 fix. Amend :type.
2367 (next-line, previous-line): Make arg optional.
2368 (newline): Doc fix.
2369
2370 * Makefile.in (DONTCOMPILE): Add various language files.
2371
2372 * international/quail.el (quail-input-string-to-events): Don't use
2373 string-to-list.
2374
2375 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2376 calling `newline'.
2377
2378 2001-12-17 Richard M. Stallman <rms@gnu.org>
2379
2380 * comint.el (comint-dynamic-list-input-ring-select): New function.
2381 Switches back to the old window configuration.
2382 (comint-dynamic-list-input-ring): Bind RET to that function.
2383 (comint-dynamic-list-input-ring-window-conf): New variable.
2384
2385 2001-12-17 Werner Lemberg <wl@gnu.org>
2386
2387 * international/mule-conf.el: Improve documentation strings of
2388 character sets.
2389
2390 2001-12-16 Richard M. Stallman <rms@gnu.org>
2391
2392 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2393 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2394
2395 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2396
2397 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2398 Add a DESCRIPTION for the makefile item.
2399
2400 * find-file.el (ff-other-file-name): New function.
2401
2402 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2403
2404 * international/quail.el (quail-input-string-to-events): Fix last
2405 change.
2406
2407 2001-12-16 Richard M. Stallman <rms@gnu.org>
2408
2409 * isearch.el (isearch-edit-string): When we set isearch-string
2410 to the default, also set isearch-message.
2411
2412 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2413
2414 * startup.el (command-line-1): Display startup screen
2415 even if there are command line args.
2416 Add a note about how to go to editing your files.
2417 (fancy-splash-head): Add a note about how to go to your files.
2418 (fancy-splash-outer-buffer): New variable.
2419 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2420
2421 * subr.el (with-temp-message): At the end, always discard
2422 the temp message, even by clearing the echo area.
2423
2424 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2425
2426 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2427
2428 * log-view.el (log-view-message-re, log-view-current-tag):
2429 Recognize Subversion's log output format.
2430
2431 * international/fontset.el: Build the list L at compile time.
2432
2433 * language/ind-util.el (mapthread): Make a closure.
2434
2435 2001-12-15 Richard M. Stallman <rms@gnu.org>
2436
2437 * isearch.el (isearch-start-hscroll): New variable.
2438 (isearch-mode): Set isearch-start-hscroll.
2439 (isearch-update): Restore original hscrolling if possible.
2440
2441 * isearch.el (isearch-edit-string):
2442 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2443
2444 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2445 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2446 rather than regexp search and (2) copying text properties
2447 already set up on text unchanged from the previous backtrace.
2448
2449 * case-table.el (set-case-syntax-pair):
2450 Detect invalid calls and signal an error.
2451
2452 2001-12-15 Richard M. Stallman <rms@gnu.org>
2453
2454 * language/ind-util.el (range): Function deleted.
2455 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2456 All calls changed.
2457
2458 * language/devan-util.el (devanagari-range): Renamed from `range'.
2459 All calls changed.
2460 (devanagari-regexp-of-hashtbl-keys):
2461 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2462
2463 2001-12-15 Dave Love <fx@gnu.org>
2464
2465 * language/ind-util.el: Don't require cl.
2466 (indian-glyph-char, indian-glyph-max-char)
2467 (indian-char-glyph): Moved from indian.el
2468 (indian--puthash-char, mapthread): Don't quote lambda.
2469 (indian--map): New function.
2470 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2471 (indian--puthash-cv): Use it.
2472
2473 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2474 (indian-char-glyph): Moved to ind-util.el
2475
2476 * language/devan-util.el (devanagari-post-read-conversion):
2477 New function.
2478
2479 * language/georgian.el: New file.
2480
2481 * international/mule-cmds.el (locale-language-names): Add various
2482 entries. Remove utf-8 special case.
2483 (locale-charset-language-names, locale-preferred-coding-systems):
2484 Add utf-8 case.
2485 (set-language-environment): Process required-features earlier.
2486
2487 * international/quail.el (quail-keyboard-layout-alist):
2488 Add pc105-uk.
2489 (quail-keyboard-layout-type): Fix :type.
2490 (quail-choose-completion-string): Simplify.
2491 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2492 (quail-input-string-to-events): Run events through
2493 translation-table-for-input.
2494
2495 * international/mule-conf.el (translation-table-for-input):
2496 New variable.
2497 (latin-iso8859-14): Amend description.
2498 (file-coding-system-alist): Add entry for utf-8.
2499
2500 * language/utf-8-lang.el: New file.
2501
2502 * international/code-pages.el: New file.
2503
2504 * language/hebrew.el ("Windows-1255"): New language.
2505
2506 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2507 ("Latvian"): New languages.
2508
2509 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2510
2511 * xml.el: Use setq rather than (set 'foo bar).
2512 Use push+nreverse rather than append.
2513 (xml-node-name, xml-node-attributes, xml-node-children):
2514 Use defsubst rather than macros.
2515 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2516 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2517 Concat the two strings surrounding a comment into a single string.
2518
2519 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2520
2521 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2522
2523 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2524 Document.
2525
2526 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2527
2528 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2529 Return nil if FILE is not registered.
2530 (vc-check-master-templates, vc-default-make-version-backups-p):
2531 Doc fix.
2532
2533 2001-12-13 David Ponce <david@dponce.com>
2534
2535 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2536 (ruler-mode-left-fringe-cols): New macro.
2537 (ruler-mode-right-fringe-cols): New macro.
2538 (ruler-mode-left-scroll-bar-cols): New macro.
2539 (ruler-mode-right-scroll-bar-cols): New macro.
2540 (ruler-mode-ruler): Use above new macros.
2541
2542 2001-12-13 Richard M. Stallman <rms@gnu.org>
2543
2544 * files.el (set-auto-mode): Fix previous change.
2545
2546 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2547
2548 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2549 (easy-menu-do-define, easy-menu-convert-item-1)
2550 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2551 (easy-menu-return-item): Only return nil if there is no binding.
2552
2553 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2554
2555 * whitespace.el (whitespace-version): 3.2
2556 * whitespace.el (whitespace-force-mode-line-update): Replace with
2557 `whitespace-mode-line-update', which is an alias to the correct
2558 function in various emacsen.
2559 * whitespace.el (whitespace-{un,}highlight-the-space):
2560 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2561 using the `whitespace-highlight-face' if
2562 `whitespace-display-spaces-in-color' is set.
2563
2564 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2565
2566 * international/mule.el (set-auto-coding): Don't search for
2567 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2568
2569 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2570
2571 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2572
2573 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2574
2575 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2576
2577 2001-12-13 Richard M. Stallman <rms@gnu.org>
2578
2579 * simple.el (undo): Always set this-command to `undo',
2580 so that the next undo after an error will not begin redoing.
2581
2582 * simple.el (shell-command): Doc fix.
2583 (shell-command-on-region): If there is output an an error,
2584 add "...Shell command failed" to the output.
2585
2586 2001-12-13 David Ponce <david@dponce.com>
2587
2588 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2589 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2590 implementation `ruler-mode-extra-left-cols'.
2591 (ruler-mode-ruler): Use above new function. Take into account
2592 that the fringe areas can now be resized.
2593
2594 2001-12-12 Richard M. Stallman <rms@gnu.org>
2595
2596 * international/characters.el (Unicode): Comment out
2597 the specifications for kelvin and angstrom signs.
2598
2599 * international/mule.el (make-translation-table-from-vector):
2600 Allow null elements in VEC.
2601
2602 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2603 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2604 Add :version.
2605
2606 2001-12-11 Richard M. Stallman <rms@gnu.org>
2607
2608 * derived.el (derived-mode-p): Function moved to subr.el.
2609
2610 * subr.el (derived-mode-p): Moved here from derived.el.
2611
2612 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2613
2614 * files.el (set-auto-mode-1): New subroutine, broken out of
2615 set-auto-mode.
2616 (set-auto-mode, hack-local-variables-prop-line): Use that.
2617
2618 2001-12-11 Dave Love <fx@gnu.org>
2619
2620 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2621
2622 * language/european.el: Remove autoload cookies. Fix registration
2623 of diacritic composition function.
2624
2625 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2626
2627 * calendar/todo-mode.el: Require time-stamp.
2628
2629 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2630
2631 2001-12-11 Richard M. Stallman <rms@gnu.org>
2632
2633 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2634
2635 * textmodes/ispell.el (ispell-buffer-local-parsing):
2636 Match xml like sgml.
2637
2638 * emacs-lisp/advice.el (ad-compile-function):
2639 Byte compile the function under another (uninterned) name.
2640
2641 * gud.el (gdb): Define and bind gud-jump.
2642
2643 * font-lock.el (font-lock-mode):
2644 Put our function at the end of after-change-functions.
2645
2646 * ediff-diff.el (ediff-cmp-options): Doc fix.
2647
2648 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2649
2650 2001-12-10 Richard M. Stallman <rms@gnu.org>
2651
2652 * isearch.el (isearch-yank-word-or-char): New function.
2653 (isearch-mode-map): Bind C-w to that.
2654
2655 * menu-bar.el (menu-bar-mode): Make arg optional.
2656
2657 * simple.el (line-move): Cope if next-single-property-change
2658 or previous-single-property-change returns nil.
2659
2660 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2661 Don't use interactive-p; instead, pass the proper args
2662 in (interactive...). Clean up most of the trouble-report strings.
2663
2664 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2665
2666 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2667 enqueued messages literally.
2668
2669 2001-12-10 Noah Friedman <friedman@splode.com>
2670
2671 * battery.el (battery-insert-file-contents): Obsolete function
2672 removed.
2673 (battery-read-function): Obsolete function removed.
2674 (battery-linux-proc-apm): Use insert-file-contents.
2675
2676 2001-12-07 Stephen Eglen <stephen@gnu.org>
2677
2678 * iswitchb.el (iswitchb-visit-buffer):
2679 Use `select-frame-set-input-focus'--needed when window manager
2680 uses "click to focus" policy.
2681
2682 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2683
2684 * COPYING: Moved back.
2685
2686 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2687
2688 * term/internal.el (IT-character-translations): Add entries for
2689 more points.
2690
2691 * international/characters.el: Resurrect the Hebrew category
2692 settings for all Hebrew characters removed by the last change.
2693 Add code for setting the Hebrew category of the Unicode Hebrew
2694 characters. Set syntax entries for Hebrew punctuation characters.
2695
2696 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2697 points and directional formatting control characters.
2698
2699 2001-12-07 Dave Love <fx@gnu.org>
2700
2701 * language/lao-util.el: Add Unicode equivalents for rules.
2702 (lao-post-read-conversion): New function.
2703
2704 * language/lao.el: Add Unicode equivalents.
2705 (lao): Add post-read conversion.
2706
2707 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2708 Use iso2022 encoding.
2709 (latin1-char-displayable-p): Doc fix.
2710 (latin1-display-ucs-per-lynx): New option.
2711 (latin1-display-ucs-per-lynx): New command.
2712 (latin1-display-reset): Special-case arabic.
2713 (ucs-tables): Require.
2714 (latin1-display-sets, latin1-display-setup): Add arabic.
2715 (latin1-display) <variable>: Use function latin1-display.
2716 (latin1-display) <function>: Add mule-unicode stuff.
2717 (latin1-display-check-font): Don't lose if `info' is nil.
2718
2719 * international/iso-transl.el: Insert Latin-1 characters, not
2720 unibyte codes.
2721
2722 * language/european.el (diacritic-composition-pattern): New constant.
2723 (diacritic-compose-region, diacritic-compose-string)
2724 (diacritic-compose-buffer, diacritic-post-read-conversion)
2725 (diacritic-composition-function): New functions.
2726
2727 * international/utf-8.el (ucs-mule-to-mule-unicode):
2728 New translation table.
2729 (ccl-encode-mule-utf-8): Use it.
2730 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2731 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2732 (utf-8-subst-table): New variable.
2733 (utf-8-compose-scripts): New option.
2734 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2735
2736 * international/ucs-tables.el, international/utf-8-subst.el:
2737 New files.
2738
2739 * international/characters.el: Don't set word syntax (the default)
2740 explicitly. Add a diacritic category. Add info for Unicode
2741 equivalents of characters in various Mule charsets and for extra
2742 Unicode characters. Don't define specific categories for
2743 Indian/Devanagari, since they aren't used.
2744
2745 2001-12-06 Richard M. Stallman <rms@gnu.org>
2746
2747 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2748 (set-justification-left, set-justification-right): Doc fix.
2749
2750 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2751 (bug-f90-mode): Variable deleted.
2752
2753 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2754
2755 * indent.el (indent-line-function): Default is indent-relative again.
2756
2757 2001-12-07 Miles Bader <miles@gnu.org>
2758
2759 * progmodes/compile.el (compilation-error-regexp-alist):
2760 Added regexps for RXP.
2761
2762 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2763
2764 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2765 Add shift-assignment operators to those highlighted, and highlight
2766 the whole operator rather than just the "=".
2767
2768 2001-12-04 Juanma Barranquero <lektu@terra.es>
2769
2770 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2771 before saving abbrevs if `save-abbrevs' has the value `silently'.
2772
2773 2001-12-04 Andreas Schwab <schwab@suse.de>
2774
2775 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2776
2777 2001-12-04 Colin Walters <walters@debian.org>
2778
2779 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2780 for `defmacro*' forms.
2781
2782 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2783 `defmacro*'.
2784
2785 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2786
2787 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2788
2789 2001-12-02 Richard M. Stallman <rms@gnu.org>
2790
2791 * files.el (insert-directory): If the df output does not look right,
2792 don't try to use it. Other cleanups in overall code structure.
2793
2794 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2795
2796 * textmodes/outline.el (outline-mode-prefix-map):
2797 Add bindings for outline-promote and outline-demote.
2798 (outline-minor-mode-menu-bar-map): New var.
2799 (outline-minor-mode): Use it.
2800 (outline-heading-alist): New var (renamed from outline-level-heading).
2801 (outline-level): Use it.
2802 (outline-insert-heading, outline-promote, outline-demote):
2803 Update to use outline-heading-alist.
2804
2805 * disp-table.el (standard-display-european):
2806 Simplify since the function is not interactive any more.
2807 Don't set the existing buffers to unibyte.
2808
2809 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2810
2811 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2812
2813 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2814
2815 * shell.el (shell): Use shell-file-name.
2816 Pop to buffer before calling comint to set COLUMNS properly.
2817
2818 * emacs-lisp/cl.el (svref): New alias.
2819
2820 * progmodes/antlr-mode.el (antlr-c-common-init):
2821 Don't inhibit adaptive-fill-mode any more.
2822
2823 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2824
2825 * progmodes/etags.el (tags-with-face): Use make-symbol.
2826 (tags-search, tags-query-replace): Use backquotes.
2827
2828 * textmodes/picture.el (picture-mode-map): Don't use defconst
2829 for a variable.
2830
2831 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2832
2833 * textmodes/reftex-index.el (reftex-index-mode):
2834 Remove make-local-hook.
2835
2836 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2837
2838 2001-12-02 Kim F. Storm <storm@cua.dk>
2839
2840 * isearch.el (isearch-resume-enabled): New variable.
2841 (isearch-done): Use that variable.
2842
2843 2001-12-01 Richard M. Stallman <rms@gnu.org>
2844
2845 * wid-edit.el (widget-button-click): Don't move point permanently:
2846 Avoid mouse-set-point--instead select the window,
2847 then do save-excursion, then move point.
2848 Specify the buffer for get-char-property.
2849 Don't use `@' in interactive.
2850
2851 * indent.el (indent-line-function):
2852 Default is indent-to-left-margin again.
2853
2854 * replace.el (query-replace-read-args): Display message
2855 if FROM contains `\n' or `\t'.
2856
2857 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2858
2859 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2860
2861 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2862
2863 * emacs-lisp/regexp-opt.el (regexp-opt):
2864 Bind completion-regexp-list to nil.
2865
2866 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2867
2868 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2871 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2872 Update maintainer.
2873
2874 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2875
2876 * mail/smtpmail.el: Use with-current-buffer.
2877 (message-make-date, message-make-message-id): Autoload when needed.
2878 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2879 headers when missing.
2880
2881 * international/encoded-kb.el (encoded-kbd-mode):
2882 Use define-minor-mode.
2883
2884 * enriched.el (enriched-mode): Use define-minor-mode.
2885 Use dolist and pop and push.
2886
2887 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2888 with the `visit' argument.
2889 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2890
2891 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2892 `change-major-mode-hook' locally. Reset invisibility spec.
2893
2894 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2895
2896 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2897
2898 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2899 Clarify error message.
2900
2901 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2902
2903 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2904
2905 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2906
2907 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2908 don't just return it.
2909
2910 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2911
2912 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2913 (menu-bar-read-emacs-man, search-emacs-glossary)
2914 (emacs-index-search, elisp-index-search): New functions.
2915 (apropso-documentation, apropos, apropos-value, apropos-variable)
2916 (apropos-commands): Modify menu item names and help text.
2917 (elisp-index-search, emacs-index-search, emacs-glossary):
2918 New menu items.
2919 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2920 submenu.
2921 (info-elisp, info-elintro): New menu items.
2922 (apropos): Modify the menu item name.
2923
2924 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2927
2928 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2929
2930 * man.el (man-follow-mouse): New function.
2931 (Man-mode-map): Bind mouse-2 to it.
2932 (Man-match-substring): Remove. Replace with `match-string'.
2933 (man): Use the `default-value' argument to `read-string'.
2934 (Man-fontify-manpage): Add mouse-face to cross references.
2935
2936 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2937
2938 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2939
2940 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2941 the value of require-match in minibuffer-completion-confirm.
2942 Use crm-local-completion-map.
2943
2944 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2945 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2946 (cl-make-type-test): Use char-valid-p for `character'.
2947
2948 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2949 (Info-complete-menu-item): Rewrite. Add the ability to search
2950 several sequential nodes. Add a simple caching mechanism.
2951 (Info-goto-index): New function extracted from Info-index.
2952 (Info-index): Use it. Add completion to the interactive spec.
2953 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2954
2955 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2956
2957 * COPYING: Removed.
2958
2959 2001-11-29 Dave Love <fx@gnu.org>
2960
2961 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2962 (fortran-window-create, fortran-window-create-momentarily):
2963 Rewrite, moving error condition.
2964 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2965 (fortran-mode-syntax-table): Revert last change.
2966
2967 * international/mule.el: Doc fixes.
2968 (map-charset-chars): New function.
2969 (register-char-codings): Use it to cope with generic chars in
2970 safe-chars.
2971
2972 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2973
2974 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2975
2976 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2977
2978 * play/studly.el (studlify-word, studlify-region)
2979 (studlify-buffer): Fix doc-string.
2980 (studlify-buffer): Add autoload cookie.
2981
2982 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2983
2984 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2985 (outline-up-heading-all): Remove.
2986 (hide-sublevels): Move to end-of-heading before calling flag-region.
2987 (outline-copy-overlay, outline-discard-overlays): Remove.
2988 (outline-flag-region): Use `remove-overlays'.
2989 Don't move to end-of-heading.
2990 (outline-next-visible-heading, outline-back-to-heading)
2991 (outline-on-heading-p): Use outline-invisible-p.
2992 (outline-font-lock-level): Use outline-up-heading's new arg.
2993 (outline-minor-mode): Simplify.
2994 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2995 (outline): Put a `reveal-toggle-invisible' property.
2996 (outline-level-heading): New var.
2997 (outline-insert-heading, outline-promote, outline-demote)
2998 (outline-toggle-children): New commands.
2999
3000 * progmodes/hideif.el (hif-end-of-line): New function.
3001 (hide-ifdef-mode): Set line-move-ignore-invisible.
3002 (hide-ifdef-region-internal): New function.
3003 (hide-ifdef-region): Use it.
3004 (hif-defined): Return an integer.
3005 (hif-infix-to-prefix): Remove.
3006 (hif-tokenize): Parse from the buffer rather than from a string.
3007 Correctly tokenize integers. Use forward-comment.
3008 (hif-expr): Use hif-or.
3009 (hif-term): Use hif-and.
3010 (hif-factor): Use hif-not. Handle numbers properly.
3011 Don't require parenthesis around `defined's argument.
3012 (hif-and, hif-or, hif-not): New funs.
3013 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3014 (hif-hide-line): Don't hide the \n before the line.
3015 (hif-possibly-hide): Correctly handle numeric evaluation results.
3016
3017 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3018 (makefile-mode): Set indent-line-function.
3019 (makefile-browser-insert-continuation): Use with-current-buffer.
3020 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3021
3022 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3023
3024 * isearch.el (isearch-yank-internal): New helper function.
3025 (isearch-yank-char): New function.
3026 (isearch-yank-word, isearch-yank-line): Rewrite to use
3027 isearch-yank-internal.
3028
3029 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3030
3031 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3032 aren't supported. Print a message to that effect if invoked.
3033
3034 2001-11-27 Stephen Eglen <stephen@gnu.org>
3035
3036 * locate.el (locate): Put point at first matching file rather
3037 than top of buffer.
3038
3039 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3040
3041 * reveal.el: New file.
3042
3043 * progmodes/hideif.el: Misc cleanup.
3044 (hide-ifdef-mode-submap): Put the def in the defvar.
3045 Use substitute-key-definition.
3046 (hide-ifdef-mode): Use define-minor-mode.
3047 (hif-outline-flag-region): Remove.
3048 (hif-show-all): Define in terms of hif-show-ifdef-region.
3049 (hif-after-revert-function): Rename from hif-before-revert-function.
3050 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3051 (hif-tokenize): Use with-syntax-table.
3052 (hif-make-range): Use `else' also for `else-p'.
3053 (hif-range-else-p): Remove.
3054 (hif-find-range): Simplify.
3055 (hif-hide-line): Don't bother preserving buffer-modified-p.
3056 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3057 Don't use selective-display and inhibit-read-only.
3058
3059 * subr.el (copy-overlay, remove-overlays): New funs.
3060
3061 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3062
3063 2001-11-27 Sam Steingold <sds@gnu.org>
3064
3065 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3066 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3067 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3068 * obsolete/c-mode.el, obsolete/cplus-md.el
3069 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3070 * term/sun-mouse.el, textmodes/artist.el:
3071 Converted backquote to the new style.
3072 * mouse.el, reposition.el: Likewise (in comments).
3073 * expand.el: Likewise (in a string).
3074
3075 2001-11-27 Richard M. Stallman <rms@gnu.org>
3076
3077 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3078
3079 2001-11-26 Richard M. Stallman <rms@gnu.org>
3080
3081 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3082 if :on-glyph or :off-glyph is a list, eval it and store it back.
3083 (checkbox): Quote the values for :on-glyph and :off-glyph.
3084
3085 * cus-start.el (recursive-load-depth-limit): Delete item.
3086
3087 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3088
3089 * help-fns.el (describe-categories, help-describe-category-set): New.
3090 describe-categories moved here from src/category.c.
3091
3092 2001-11-26 Sam Steingold <sds@gnu.org>
3093
3094 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3095 arguments to `insert' are strings.
3096
3097 2001-11-26 Richard M. Stallman <rms@gnu.org>
3098
3099 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3100
3101 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * international/mule-diag.el: Require help-fns instead of
3104 help-funs.
3105
3106 * help-fns.el: Renamed from help-funs.el.
3107
3108 * startup.el (command-line-1): Don't try to call process-list if
3109 it is not fboundp.
3110
3111 2001-11-26 Sam Steingold <sds@gnu.org>
3112
3113 * frame.el (show-trailing-whitespace): Remove :set argument (the
3114 value was essentially identical to the defalt).
3115
3116 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3117
3118 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3119
3120 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3121
3122 * hilit-chg.el (hilit-chg-set): Likewise.
3123
3124 * speedbar.el (speedbar-mode): Likewise.
3125
3126 * calendar/calendar.el (calendar-mode): Likewise.
3127
3128 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3129 insert-string.
3130
3131 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3132
3133 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3134
3135 * term/sun-mouse.el (sun-yank-selection): Likewise.
3136
3137 * textmodes/bib-mode.el (return-key-bib): Likewise.
3138
3139 * calendar/appt.el (appt-disp-window): Likewise.
3140
3141 * calendar/diary-lib.el (list-diary-entries): Likewise.
3142
3143 * array.el (array-reconfigure-rows): Likewise.
3144
3145 * filecache.el (file-cache-minibuffer-complete): Likewise.
3146
3147 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3148
3149 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3150
3151 * allout.el (outline-version, outline-open-topic)
3152 (outline-rebullet-heading, outline-insert-listified)
3153 (outline-latex-verbatim-quote-curr-line)
3154 (outline-latexify-one-item, outlineify-sticky): Likewise.
3155
3156 * vc.el (vc-next-action-on-file): Likewise.
3157 (vc-dired-mode): Remove make-local-hook.
3158
3159 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3160
3161 * vc.el (vc-find-version): New function.
3162 (vc-version-other-window): Redefined in terms of the above.
3163
3164 * log-view.el (log-view-find-version): New function.
3165 (log-view-mode-map): Bind it to `f'.
3166
3167 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3168
3169 * language/devan-util.el (dev-char-glyph): Escape `"' in
3170 string literals.
3171 (dev-glyph-glyph, dev-glyph-glyph-2)
3172 (devanagari-compose-syllable-region): Likewise.
3173
3174 2001-11-26 Richard M. Stallman <rms@gnu.org>
3175
3176 * window.el (save-selected-window): No error if saved window is dead.
3177
3178 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3179
3180 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3181
3182 * international/quail.el (quail-help): Require help-mode in
3183 top-level instead.
3184
3185 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3186 insert-string.
3187
3188 * icomplete.el (icomplete-exhibit): Likewise.
3189
3190 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3191
3192 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3193 (diff-hunk-kill): Simplify.
3194 (diff-post-command-hook): Only apply to a single hunk.
3195 (diff-hunk-text): Make `char-offset' non-optional.
3196 (diff-find-text): Return a cons cell.
3197 (diff-find-approx-text): New fun.
3198 (diff-find-source-location): Use it.
3199 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3200 Adapt to new retval of diff-find-text.
3201
3202 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3203 rather than integer- representation of dates.
3204
3205 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3206
3207 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3208 (syntax-after): New fun.
3209
3210 * help-funs.el (describe-syntax): New fun.
3211
3212 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3213 (font-lock-ppss-stats, font-lock-ppss): Remove.
3214 (font-lock-fontify-syntactically-region): Remove tuning code.
3215 (font-lock-compile-keywords): Fix off-by-one bug.
3216 (font-lock-set-defaults): Don't set removed vars.
3217 (c-keywords): Add `inline'.
3218 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3219
3220 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3221 Set syntax-begin-function.
3222 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3223 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3224 (lisp-mode-auto-fill): Use syntax-ppss and obey
3225 comment-auto-fill-only-comments.
3226 (lisp-fill-paragraph): Use syntax-ppss.
3227
3228 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3229
3230 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3231 version of rmail-enable-mime.
3232 (rmail-forward): Use it.
3233
3234 2001-11-25 Richard M. Stallman <rms@gnu.org>
3235
3236 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3237
3238 * international/quail.el (quail-keyboard-layout-button):
3239 Define button type.
3240 (quail-keyboard-customize-button): Likewise.
3241 (quail-help): Use those button types. Require `help-mode'.
3242 Avoid altering the argument `package'.
3243
3244 * help-mode.el (help-function, help-variable, help-face)
3245 (help-coding-system, help-input-method, help-character-set):
3246 Define each button type with its own explicit define-button-type.
3247
3248 * language/devan-util.el: Comment out parts of the file
3249 which apparently are garbled.
3250
3251 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3252
3253 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3254 insert-string.
3255
3256 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3257
3258 * play/snake.el (snake-mode): Remove make-local-hook.
3259
3260 * play/tetris.el (tetris-mode): Likewise.
3261
3262 * play/decipher.el (decipher-mode): Likewise.
3263
3264 * tmm.el (tmm-add-prompt): Likewise.
3265
3266 2001-11-25 Sam Steingold <sds@gnu.org>
3267
3268 * menu-bar.el (menu-bar-apropos-menu): New variable.
3269 Moved all `apropos' bindings to this menu.
3270 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3271
3272 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3273
3274 The following changes are for new indian languages support based
3275 on Unicode charset and CDAC fonts.
3276
3277 * international/mule-conf.el: Change indian-1-column charset to
3278 indian-glyph charset.
3279
3280 * international/characters.el: Adjusted for the change of
3281 indian-1-column -> indian-glyph.
3282
3283 * international/fontset.el: Delete the setting for indian-1-column
3284 and add the setting for indian-glyph in the default fontset.
3285
3286 * language/indian.el: Completely re-written.
3287
3288 * language/devanagari.el: Completely re-written.
3289
3290 * language/devan-util.el: Completely re-written.
3291
3292 * language/ind-util.el: New file.
3293
3294 2001-11-24 Richard M. Stallman <rms@gnu.org>
3295
3296 * startup.el (command-line-1): Don't do startup screen
3297 if a subprocess is running. Call the startup screen buffer
3298 "GNU Emacs". Make a special mode-line-format for it.
3299
3300 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3301 (browse-url-galeon): Use that variable.
3302
3303 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3304 eval-expression. Eval and set the variable simply.
3305
3306 * files.el (temporary-file-directory): Use defcustom.
3307 (small-temporary-file-directory): Likewise.
3308 (normal-backup-enable-predicate): Move down in file
3309 after definition of temporary-file-directory.
3310
3311 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3312
3313 2001-11-24 Colin Walters <walters@debian.org>
3314
3315 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3316 autoload names to match files renamed on initial calc import.
3317
3318 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3319 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3320
3321 2001-11-23 Colin Walters <walters@debian.org>
3322
3323 * Makefile.in (finder_setwins, setwins): Include Calc again.
3324
3325 * calc/calc-rules.el: Add header comment.
3326
3327 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3328
3329 * vc.el (with-vc-properties): Don't bind `filename' locally.
3330 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3331 to avoid name clashes. Fix `lisp-indent-function' property for
3332 both.
3333
3334 2001-11-23 Francesco Potorti` <pot@gnu.org>
3335
3336 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3337
3338 2001-11-22 Colin Walters <walters@debian.org>
3339
3340 * calc/calc-misc.el (report-calc-bug):
3341 Use `reporter-prompt-for-summary-p'.
3342
3343 * calc/INSTALL, calc/Makefile: Remove.
3344
3345 2001-11-22 Miles Bader <miles@gnu.org>
3346
3347 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3348 (reb-match-2, reb-match-3): Add dark-background variants.
3349
3350 2001-11-22 Colin Walters <walters@debian.org>
3351
3352 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3353 (info "Calc").
3354 (report-calc-bug): Use reporter.el.
3355
3356 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3357
3358 2001-11-21 Richard M. Stallman <rms@gnu.org>
3359
3360 * which-func.el (which-function): Call imenu--make-index-alist
3361 if necessary to get a list of functions.
3362 (which-function-imenu-failed): New variable.
3363 (which-func-update): Handle all visible windows.
3364 (which-func-update-1): New subroutine broken out of which-func-update.
3365
3366 * files.el (temporary-file-directory, null-device)
3367 (small-temporary-file-directory): Definitions moved up.
3368
3369 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3370 (cperl-non-problems, cperl-praise): Doc fixes.
3371
3372 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3373 (sh-mode-syntax-table): Function restored.
3374 Variable set up for use by function sh-mode-syntax-table.
3375 (sh-set-shell): Set the syntax table.
3376
3377 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3378
3379 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3380
3381 * international/encoded-kb.el: Don't alter minor-map-alist.
3382
3383 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3384
3385 * files.el (auto-save-file-name-transforms): Put remote files in
3386 temporary-file-directory rather than /tmp.
3387
3388 2001-11-21 Colin Walters <walters@debian.org>
3389
3390 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3391 of (function ...) wrapper.
3392
3393 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3394
3395 * derived.el (define-derived-mode): Create the abbrev-table
3396 from inside the `defvar'.
3397
3398 * jit-lock.el (jit-lock-defer-time): New var.
3399 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3400 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3401 (jit-lock-function): Defer fontification if requested.
3402 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3403 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3404 text property.
3405 (jit-lock-deferred-fontify): New fun.
3406
3407 2001-11-20 Richard M. Stallman <rms@gnu.org>
3408
3409 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3410 Set local-abbrev-table to lisp-mode-abbrev-table.
3411
3412 * emacs-lisp/re-builder.el (reb-mode):
3413 Don't use define-derived-mode. Call kill-all-local-variables.
3414
3415 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3416 Don't use define-derived-mode.
3417
3418 * help-mode.el (help-mode): Undo 2001-10-07 change.
3419
3420 * replace.el (occur-mode): Undo 2001-5-20 change.
3421
3422 2001-11-20 Jason Rumney <jasonr@gnu.org>
3423
3424 * w32-fns.el (w32-system-coding-system): Change to an alias for
3425 locale-coding-system.
3426 (set-w32-system-coding-system): Document the above change.
3427 Set locale-coding-system instead.
3428
3429 2001-11-20 Richard M. Stallman <rms@gnu.org>
3430
3431 * ruler-mode.el: Add pagination.
3432 (ruler-mode-toggle-show-tab-stops): No need to
3433 test `ruler-mode' variable.
3434
3435 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3436
3437 * play/landmark.el: Mark lm-mode as special.
3438
3439 * play/gomoku.el: Mark gomoku-mode as special.
3440
3441 2001-11-20 Juanma Barranquero <lektu@terra.es>
3442
3443 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3444 (top-level): Bind it to C-c C-b.
3445 (re-builder): Don't re-enter RE Builder Mode.
3446
3447 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3448
3449 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3450
3451 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3452 `manual-program'.
3453
3454 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3455 to a line without a comment.
3456
3457 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3458
3459 * dired.el (dired-listing-switches): Mention in the doc string
3460 that some switches are not supported by ls-lisp.el
3461
3462 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3463
3464 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3465 (imenu--create-keymap-2): Remove.
3466 (imenu--create-keymap-1): Simplify, remove third argument.
3467 (imenu--generic-function): Use dolist.
3468 (imenu-find-default): New function.
3469 (imenu--completion-buffer): Use it.
3470 (imenu--mouse-menu): Use popup-menu.
3471 (imenu--menubar-select): Return t rather than calling imenu.
3472
3473 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3474 New functions, extracted from fill-region-as-paragraph.
3475 (fill-region-as-paragraph): Use them.
3476 Use an end marker instead of eob.
3477 Ignore whitespace-only fill-prefixes when indenting according to mode.
3478 Simplify the loop that searches for spaces backwards.
3479
3480 * textmodes/picture.el (picture-vertical-step)
3481 (picture-horizontal-step): Don't use defconst for variables.
3482
3483 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3484 (mail-extract-address-components): Downcase domain names.
3485 (mail-extr-delete-char): Remove. Use delete-char instead.
3486
3487 * emulation/pc-select.el: Doc string fixes.
3488 (pc-selection-mode): Don't treat macos as a tty.
3489
3490 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3491
3492 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3493
3494 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3495 (mouse-wheel-progessive-speed): New var.
3496 (mwheel-scroll): Use it and handle float values.
3497
3498 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3499
3500 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3501 (iswitchb): Fix the case where the result was selected with the mouse.
3502 (iswitchb-completion-help): Use the normal *Completions* now that
3503 mouse selection works.
3504 (iswitchb-minibuffer-setup): Simplify.
3505
3506 * newcomment.el (comment-column, comment-style, comment-multi-line)
3507 (comment-auto-fill-only-comments): Remove :group arg.
3508 (comment-padding): Add :type.
3509 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3510 if called interactively.
3511
3512 2001-11-19 Colin Walters <walters@verbum.org>
3513
3514 * calc/calc.el (toplevel): Add comment and version header.
3515 (calc-init-base): Bump version to 2.02f, update date.
3516
3517 2001-11-19 Richard M. Stallman <rms@gnu.org>
3518
3519 * net/browse-url.el: Support Mozilla and Galeon.
3520 By default, find the installed browser whichever it is.
3521 (browse-url-mozilla): New function.
3522 (browse-url-mozilla-sentinel): New function.
3523 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3524 (browse-url-default-browser): New function.
3525 (browse-url-process-environment): Use browse-url-browser-display.
3526 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3527 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3528 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3529 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3530 (browse-url-browser-function): New default, new options.
3531
3532 2001-11-19 Sam Steingold <sds@gnu.org>
3533
3534 * bindings.el (last-buffer, unbury-buffer): New function.
3535 (mode-line-unbury-buffer): Use `unbury-buffer'.
3536
3537 2001-11-18 Stephen Eglen <stephen@gnu.org>
3538
3539 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3540 control behaviour when no further completion is possible.
3541
3542 2001-11-19 Colin Walters <walters@verbum.org>
3543
3544 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3545 (math-showing-full-precision, math-with-extra-prec, math-working)
3546 (calc-with-default-simplification)
3547 (calc-with-trail-buffer): Use backtick.
3548 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3549 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3550 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3551 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3552 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3553 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3554 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3555 (calc-record-compilation-date-macro): Deleted. Callers updated.
3556 (math-format-radix-digit): Move to calc-bin.el.
3557
3558 * calc/calc.el (calc-record-compilation-date): Remove.
3559 (calc-bug-address): Update.
3560 (calc-settings-file): Use `user-init-file'.
3561
3562 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3563 Handle null `calc-settings-file'.
3564
3565 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3566 * calc/calc-keypd.el (calc-keypad-mode): New.
3567 (calc-do-keypad): Use it.
3568 (calc-keypad-map): Move into `calc-keypad-mode'.
3569
3570 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3571 to defalias argument.
3572
3573 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3574 (calcFunc-floor): Ditto.
3575
3576 * calc-units.el (calcFunc-usimplify): Ditto.
3577
3578 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3579 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3580 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3581 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3582 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3583 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3584 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3585 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3586 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3587 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3588 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3589 and move them before their first use. Use `when', `unless'.
3590 Remove trailing periods from error forms. Add description and
3591 headers suggested by Emacs Lisp coding conventions.
3592
3593 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3594
3595 * newcomment.el (comment-indent):
3596 Fix misindentation for comment-only lines.
3597 (comment-indent-new-line): Only obey comment-multi-line if the
3598 comment-ender is not the end-of-line.
3599
3600 2001-11-19 Richard M. Stallman <rms@gnu.org>
3601
3602 * net/net-utils.el (network-connection-service-abbrev-alist):
3603 New variable.
3604
3605 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3606 Advance to start of 3rd sexp by moving fwd and backing over it.
3607 At first three elements, act like defun.
3608
3609 * delsel.el (delete-selection-pre-hook): Handle and resignal
3610 file-supersession errors to interact properly with userlock.el.
3611
3612 2001-11-18 Richard M. Stallman <rms@gnu.org>
3613
3614 * progmodes/fortran.el (fortran-mode-syntax-table):
3615 Specify punctuation syntax for backslash.
3616
3617 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3618 All calls deleted.
3619
3620 * international/mule-util.el (string-to-sequence): Make it obsolete.
3621 (string-to-list, string-to-vector): Implement them directly
3622 using append and vconcat, not with string-to-sequence.
3623
3624 * startup.el (command-line): Set abbrevs-changed to nil after
3625 reading the init file and the abbrevs file.
3626
3627 * isearch.el (isearch): Use magenta2 as bg for (background light)
3628
3629 2001-11-17 Richard M. Stallman <rms@gnu.org>
3630
3631 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3632
3633 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3634
3635 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3636
3637 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3638 If set and if applicable, add a regexp to highlight defun-like
3639 text inside comments and strings.
3640 (font-lock-fontify-keywords-region): Pass that new arg.
3641 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3642 to the end and pass that new arg.
3643 (c-font-lock-keywords-2): Fix regex for labels.
3644 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3645 Make it work when LIMIT is several lines further.
3646 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3647 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3648 Use backquote and make the regexes for `int a, b, c;' work on
3649 multiple lines.
3650
3651 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3652 (font-lock-defaults-alist): Don't change it any more.
3653 (reb-subexp-mode-map): Cleanup.
3654
3655 * custom.el (custom-current-group-alist): New var.
3656 (custom-declare-group): Set it.
3657 (custom-current-group): New fun.
3658 (custom-declare-variable, custom-handle-all-keywords):
3659 Use it as a default if no :group argument is specified.
3660
3661 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3662 (standard-keyboard-coding-systems): New var.
3663 (set-locale-environment): Use it to decide whether or not to call
3664 set-keyboard-coding-system.
3665 (locale-language-names): Use \"French\" for "fr".
3666
3667 2001-11-17 Richard M. Stallman <rms@gnu.org>
3668
3669 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3670 (add-to-list): Delete compatibility code.
3671 (checkdoc-next-message-error): Doc fix.
3672
3673 2001-11-17 Stephen Eglen <stephen@gnu.org>
3674
3675 * locate.el (locate): Show default locate pattern within the
3676 prompt, but don't insert it into the minibuffer contents.
3677 Catch the case when pattern is the empty string.
3678
3679 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3680
3681 * language/european.el ("French"): New language environment.
3682
3683 2001-11-16 Richard M. Stallman <rms@gnu.org>
3684
3685 * calendar/todo-mode.el (todo-save): Fix previous change.
3686
3687 * subr.el (functionp): Do use cdr-safe on object.
3688
3689 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3690
3691 * bindings.el (mode-line-mode-name): Only put the help-echo property
3692 if the local-map property was put as well.
3693 (global-map): Bind switch-frame, delete-frame, iconify-frame
3694 and make-frame-visible events.
3695
3696 * emacs-lisp/elp.el (elp-not-profilable): New var.
3697 (elp-not-profilable-p): New function.
3698 (elp-instrument-function): Use it. Use backquotes and push.
3699
3700 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3701 (byte-stack+-info, byte-compile-last-warned-form)
3702 (byte-compile-last-logged-file): Don't defconst a variable.
3703 (no-byte-compile): Declare.
3704 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3705 (byte-compile-defvar): Leave defconst as is.
3706
3707 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3708 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3709 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3710 (edebug-best-error): Don't defconst a variable.
3711 (edebug-read-syntax-table): Use a char-table.
3712 (edebug-lemacs-specific): Remove.
3713 Toplevel: Eliminate check for Lucid Emacs.
3714
3715 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3716
3717 * rect.el (move-to-column-force): Mark obsolete.
3718 (operate-on-rectangle, delete-extract-rectangle-line)
3719 (insert-rectangle, delete-whitespace-rectangle-line)
3720 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3721 (string-rectangle-history): New var.
3722 (string-rectangle, string-insert-rectangle): Use it.
3723 (delete-rectangle-line): Fix pos/column mixup and simplify.
3724
3725 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3726 (normal-top-level, command-line, command-line-1): Simplify.
3727
3728 * tar-mode.el (tar-mode): Use define-derived-mode.
3729
3730 * view.el (view-mode-enable): Don't use make-local-hook.
3731
3732 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3733
3734 2001-11-16 Richard M. Stallman <rms@gnu.org>
3735
3736 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3737 if it doesn't make sense as anything else.
3738 Don't recognize a "telephone number" at the beginning of the name.
3739 (mail-extr-leading-garbage): Match non-word characters only.
3740
3741 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3742
3743 * startup.el (command-line-processed): Doc fix.
3744
3745 * apropos.el (apropos-next-label-button): Doc fix.
3746
3747 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3748
3749 * comint.el (comint-mode): Simplify.
3750 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3751
3752 * subr.el (eval-after-load): Make it work with features as well.
3753
3754 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3755
3756 * international/mule-cmds.el (describe-input-method): Setup xref.
3757 (set-language-environment): Use functionp.
3758 (locale-language-names, locale-charset-language-names)
3759 (locale-preferred-coding-systems): Defconst and purecopy.
3760
3761 * language/european.el (mac-roman): Add mime-charset property.
3762
3763 2001-11-15 Richard M. Stallman <rms@gnu.org>
3764
3765 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3766 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3767 to get better doc strings.
3768
3769 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3770
3771 * derived.el: Fix autoload cookie.
3772
3773 2001-11-15 Richard M. Stallman <rms@gnu.org>
3774
3775 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3776
3777 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3778
3779 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3780
3781 2001-11-15 Richard M. Stallman <rms@gnu.org>
3782
3783 * dired.el (dired-undo): Display a message to explain
3784 that this does not undo file system changes.
3785
3786 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3787
3788 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3789 into `unread-command-events' instead of trying keymap
3790 lookups ourselves. This makes mouse-clicks do the right
3791 thing even when keymaps of overlays are involved.
3792 (mouse-drag-drag): Likewise.
3793
3794 2001-11-15 Andreas Schwab <schwab@suse.de>
3795
3796 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3797 characters and append anchor to pattern added to auto-mode-alist.
3798
3799 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3800
3801 * server.el (server-process-filter): Run pore/post-comment-hook
3802 before/after visiting the file.
3803
3804 * info-look.el (makefile-mode): Add info for automake.
3805 (autoconf-mode): Fix the name of the index for automake.
3806
3807 * international/latin-9.el: Give pilcrow punctuation syntax.
3808
3809 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3810
3811 * vc.el: Documentation fixes.
3812
3813 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3814
3815 * smerge-mode.el (smerge-match-conflict): Fix typo.
3816 (smerge-diff): Be careful to read match-data early enough.
3817
3818 2001-11-14 Colin Walters <walters@verbum.org>
3819
3820 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3821 (calcFunc-subst): Use `defalias' instead of `fset' and
3822 `symbol-function'.
3823
3824 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3825 (calcFunc-ceil, calcFunc-round): Ditto.
3826
3827 * calc/calc-bin.el (calcFunc-clip): Ditto.
3828
3829 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3830
3831 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3832
3833 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3834 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3835
3836 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3837
3838 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3839 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3840 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3841 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3842 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3843 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3844 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3845 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3846 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3847 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3848 * calcsel2.el: Style cleanup; don't put closing parens on their
3849 own line, add "foo.el ends here" to each file, and update
3850 copyright date.
3851
3852 * README: Update maintainer.
3853
3854 2001-11-13 Richard M. Stallman <rms@gnu.org>
3855
3856 * progmodes/compile.el (recompile): Use compilation-arguments if
3857 set, so as to be able to M-x recompile the exact command which
3858 created a compilation-mode buffer.
3859
3860 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3861
3862 2001-11-13 Gerd Moellmann <gerd@gnu.org>
3863
3864 * mouse.el (mouse-drag-region): Don't run the up-event
3865 handler if window start changed due to the down-mouse event.
3866
3867 2001-11-13 Richard M. Stallman <rms@gnu.org>
3868
3869 * mouse.el (mouse-show-mark): Either move point to the mark
3870 or use highlighting, never both.
3871 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3872
3873 2001-11-13 Simon Josefsson <jas@extundo.com>
3874
3875 * mail/smtpmail.el (top-level): Change maintainer to Simon
3876 Josefsson, cleanup the smtpmail.el header.
3877
3878 * mail/smtpmail.el (top-level): Don't require cl or base64.
3879 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3880 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3881 Defsubst instead of defmacro.
3882 (smtpmail-intersection): Return value in reverse order.
3883 (smtpmail-open-stream): Use stringp instead of string-to-list.
3884 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3885 separated from smtpmail-via-smtp.
3886
3887 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3888 rfc2104. Require base64 and cl.
3889 (smtpmail-smtp-service): Doc fix. :type fix.
3890 (smtpmail-debug-info): Doc fix.
3891 (smtpmail-debug-verb, smtpmail-auth-credentials)
3892 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3893 New variables.
3894 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3895 mail-utils (it is autoloaded).
3896 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3897 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3898 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3899 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3900 (smtpmail-via-smtp): Support AUTH.
3901 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3902
3903 2001-11-13 Richard M. Stallman <rms@gnu.org>
3904
3905 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3906 (electric-buffer-overlay): New variable.
3907 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3908 (electric-buffer-list): Likewise.
3909
3910 * isearch.el (isearch-whitespace-chars): Doc fix.
3911 (isearch-mode): Handle negative search-slow-window-lines correctly.
3912
3913 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3914
3915 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3916
3917 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3918 From Emmanuel Briot <briot@act-europe.fr>.
3919
3920 2001-11-13 Colin Walters <walters@debian.org>
3921
3922 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3923
3924 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3925 "~/.emacs"; use `read-file-name'.
3926
3927 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3928 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3929 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3930 * calc/calc.el: Use `frame-width' instead of `screen-width',
3931 `frame-height' instead of `screen-height', and,
3932 `executing-kbd-macro' instead of `executing-macro'.
3933
3934 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3935 correct number of arguments.
3936
3937 * calc/calc-aent.el (calc-do-alg-entry):
3938 Use `blink-paren-function' instead of `blink-paren-hook'.
3939
3940 2001-11-12 Richard M. Stallman <rms@gnu.org>
3941
3942 * calendar/todo-mode.el (todo-save): Add save-excursion
3943 and save-restriction.
3944
3945 * server.el (server-edit, server-done): Doc fix.
3946
3947 * simple.el (clone-indirect-buffer): Error if major mode symbol
3948 has a no-clone-indirect property.
3949 (clone-buffer): Check for obvious errors before reading clone name.
3950
3951 * info.el (Info-mode): Add a no-clone-indirect property.
3952
3953 2001-11-12 Sam Steingold <sds@gnu.org>
3954
3955 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3956 set-buffer-modified-p to nil after `vc-exec-after'.
3957 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3958 (log-view-mode): Make read-only.
3959 (log-view-current-file): Do final `expand-file-name' in the
3960 current `default-directory'.
3961 (log-view-current-tag): Take an optional `where' arg.
3962 (log-view-diff): New user command.
3963
3964 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3965
3966 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3967
3968 2001-11-12 Sam Steingold <sds@gnu.org>
3969
3970 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3971 `generic-flet', `generic-labels', `with-accessors',
3972 `with-condition-restarts'.
3973
3974 2001-11-12 Richard M. Stallman <rms@gnu.org>
3975
3976 * dired.el: Many trivial doc fixes.
3977 (dired-get-file-for-visit): New function.
3978 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3979 (dired-view-file, dired-find-file-other-window, dired-display-file):
3980 (dired-find-file): Use dired-get-file-for-visit.
3981
3982 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3983
3984 * sql.el (sql-mode): Doc change.
3985
3986 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3987 escape character.
3988
3989 2001-11-12 Colin Walters <walters@debian.org>
3990
3991 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3992 (calc-do-keypad): Don't attempt to use nonexistent global
3993 mouse-map, use calc-keypad-map.
3994 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3995 (calc-keypad-left-click): Don't use mouse-map; update to new event
3996 interface.
3997 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3998 (calc-keypad-press): Use `unread-command-events' instead of
3999 `unread-command-char'.
4000
4001 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4002 to match files renamed on initial calc import.
4003
4004 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4005
4006 * textmodes/flyspell.el (flyspell-default-dictionary):
4007 Fix previous change.
4008
4009 2001-11-12 Richard M. Stallman <rms@gnu.org>
4010
4011 * textmodes/flyspell.el (flyspell-default-dictionary):
4012 Fix custom type.
4013
4014 2001-11-11 Richard M. Stallman <rms@gnu.org>
4015
4016 * calendar/solar.el (solar-sunrise-and-sunset):
4017 Exchange the two extreme values of day-length.
4018
4019 * progmodes/sh-script.el (sh-must-be-shell-mode):
4020 Allow modes derived from sh-mode.
4021
4022 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4023 Turn off error in some re-search-forward calls.
4024
4025 * replace.el (query-replace-skip-read-only): New variable.
4026 (perform-replace): If that variable is non-nil, ignore matches
4027 that have a read-only property.
4028
4029 * derived.el (define-derived-mode): Doc fix.
4030
4031 * server.el (server-buffer-done): Test of server-existing-buffer
4032 was backwards.
4033 (server-existing-buffer): Doc fix.
4034
4035 * textmodes/flyspell.el (flyspell-default-dictionary):
4036 Allow nil as value, and make nil the default.
4037
4038 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4039
4040 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4041 it is not fboundp.
4042 (clipboard-yank): Ditto.
4043
4044 2001-11-11 Colin Walters <walters@verbum.org>
4045
4046 The following changes are based on patches from
4047 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4048 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4049
4050 * calc/calc.el (toplevel): Require calc-macs.
4051 (calc-minibuffer-size): New.
4052 (calcDigit-nondigit): Use it instead of `buffer-size'.
4053 (calcDigit-backspace): Likewise.
4054 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4055 `buffer-string'.
4056 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4057 `point-min'.
4058 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4059 `save-excursion'.
4060
4061 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4062 simple `setq' form.
4063
4064 * calc/calc-ext.el: (toplevel): Require calc.
4065 (calc-fancy-prefix-map): New.
4066 (calc-fancy-prefix): Use it.
4067 (calc-fancy-prefix-other-key): New.
4068
4069 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4070 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4071 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4072 (calcAlg-enter): Likewise.
4073 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4074
4075 2001-11-10 Richard M. Stallman <rms@gnu.org>
4076
4077 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4078 (quietly-read-abbrev-file): Doc fix.
4079
4080 * startup.el (command-line): Read standard abbrev
4081 file (abbrev-file-name), if it exists.
4082
4083 * files.el (save-abbrevs): Default value is t.
4084
4085 * progmodes/compile.el (compile-goto-error): Fix previous change
4086 in the case where subsequent errors have not been parsed yet
4087 because they are in a different source file.
4088
4089 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4090
4091 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4092 Merge two regular expressions into one.
4093 (ps-mode): Make local bindings for `comment-start' and
4094 `comment-start-skip'.
4095 (ps-mode-looking-at-nested): Simplify an if-else construct;
4096 use `set-match-data' to set the result.
4097
4098 2001-11-10 Richard M. Stallman <rms@gnu.org>
4099
4100 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4101 Function deleted.
4102 (flyspell-correct-word): Old definition deleted.
4103 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4104 All references renamed too.
4105
4106 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4107
4108 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4109
4110 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4111
4112 * wid-edit.el (checklist): Removed `:menu-tag'.
4113 (radio-button-choice): Ditto.
4114 (editable-list): Ditto.
4115
4116 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4117
4118 * play/gomoku.el: Move definitions of constants to the beginning
4119 of file, before their use.
4120
4121 2001-11-09 Richard M. Stallman <rms@gnu.org>
4122
4123 * textmodes/flyspell.el: Use the keymap property
4124 instead of local-map, and don't use a minor-mode map.
4125 (flyspell-mode-map): Variable deleted.
4126 Don't mess with minor-mode-map-alist.
4127 (calling add-minor-mode): Specify nil for keymap.
4128 And always use add-minor-mode, now that it exists.
4129 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4130 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4131 or flyspell-local-mouse-map.
4132 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4133 (flyspell-mode): Doc fix.
4134 (flyspell-mode-on): Don't call make-local-hook.
4135
4136 2001-11-09 Sam Steingold <sds@gnu.org>
4137
4138 * emacs-lisp/debug.el (debugger-make-xrefs):
4139 Add buttons to all symbols.
4140
4141 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4142
4143 * vc.el: Add John David Smith to credits.
4144
4145 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4146
4147 * vc-hooks.el (vc-error-occured): Backquotified.
4148 (vc-file-prop-obarray): Use prime length for better efficiency.
4149
4150 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4151
4152 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4153
4154 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4155
4156 2001-11-09 Miles Bader <miles@gnu.org>
4157
4158 * subr.el (functionp): Don't consider macros as functions.
4159
4160 2001-11-08 Miles Bader <miles@gnu.org>
4161
4162 * subr.el (functionp): Make work correctly for macros and unbound
4163 symbols.
4164
4165 * comint.el (comint-send-input): Fix description of
4166 `comint-process-echoes' in the doc-string.
4167
4168 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4169
4170 * international/mule.el (make-translation-table): Doc fix.
4171 Suggested by Alex Schroeder <alex@gnu.org>.
4172
4173 2001-11-07 Richard M. Stallman <rms@gnu.org>
4174
4175 * info.el (Info-fontify-node): Highlight every third menu item.
4176
4177 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4178
4179 * cus-edit.el (custom-face-value-create): Don't ignore the
4180 `customized-face' attribute when finding the current face spec.
4181
4182 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4183
4184 * subr.el (with-local-quit): New macro.
4185 (make-syntax-table): Always inherit.
4186 (functionp): Be more careful when `object' is a symbol.
4187
4188 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4189
4190 2001-11-07 Paul Eggert <eggert@twinsun.com>
4191
4192 * dired.el (dired-move-to-filename-regexp):
4193 Do not distinguish between ASCII letters and non-ASCII characters.
4194 Don't allow comma except in the form "month day, year".
4195 Don't allow space between month name and comma.
4196 Clean up the code that checks for trailing period, comma, and space.
4197 Remove now-obsolete comments, and add more commentary about
4198 Japanese dates.
4199 Always gobble up trailing spaces, instead of doing it only sometimes.
4200
4201 2001-11-07 Miles Bader <miles@gnu.org>
4202
4203 * paren.el (show-paren-match-face): Add dark-background variant.
4204
4205 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4206
4207 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4208 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4209 Don't disable adaptive-fill-mode.
4210 (lisp-fill-paragraph): Use tab-width rather than 8.
4211 Prevent filling the first line of docstrings.
4212
4213 2001-11-06 Richard M. Stallman <rms@gnu.org>
4214
4215 * play/gomoku.el (gomoku): Doc fix.
4216
4217 * jka-compr.el (jka-compr-partial-uncompress):
4218 Support an alternative of not using dd.
4219 (jka-compr-dd-program): Use defcustom to define this.
4220 (jka-compr-load-suffixes): Use defcustom.
4221 (jka-compr-mode-alist-additions): Use defcustom.
4222
4223 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4224
4225 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4226 Also work when LIMIT is further than the end of line.
4227
4228 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4229
4230 * international/quail.el (quail-update-leim-list-file): Print the
4231 offending file name if some of its quail-define-package forms is broken.
4232
4233 2001-11-05 Richard M. Stallman <rms@gnu.org>
4234
4235 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4236 of the evaluated form.
4237
4238 2001-11-05 Paul Eggert <eggert@twinsun.com>
4239
4240 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4241 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4242 stamps always line up by default. Also, it uses a slightly
4243 different window to determine whether files are "recent".
4244
4245 2001-11-05 Andrew Innes <andrewi@gnu.org>
4246
4247 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4248 Don't attempt to remake autoloads before nuking .elc files.
4249
4250 2001-11-04 Richard M. Stallman <rms@gnu.org>
4251
4252 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4253 previous-single-property-change or next-single-char-property-change
4254 returns nil.
4255
4256 * international/mule-cmds.el (set-locale-environment):
4257 Make it interactive; make arg optional.
4258
4259 * international/mule-diag.el (help-funs): Require help-funs.
4260
4261 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4262
4263 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4264
4265 2001-11-04 Miles Bader <miles@gnu.org>
4266
4267 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4268 shadow of the splash image grey on a dark background instead of black.
4269
4270 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4271
4272 * term.el (all faces): Don't (copy-face 'default <foo>).
4273
4274 * term/xterm.el (function-key-map):
4275 Add entry for `ESC [ 3 ~' -> <delete>
4276 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4277 Use inheritance so that .emacs and terminfo take precedence.
4278
4279 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4280
4281 * tooltip.el (tooltip-delay): Decrease to 0.7.
4282 (tooltip-hide-delay): Enlarge to 10.
4283
4284 2001-11-03 Richard M. Stallman <rms@gnu.org>
4285
4286 * startup.el (fancy-splash-tail): Explain how to recover
4287 from a crash, if there was a crash.
4288 (command-line-1): Reorganize display of startup screen,
4289 to simplify the logic. Use a temp buffer for it.
4290
4291 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4292
4293 * frame.el (set-background-color, set-foreground-color):
4294 Call face-set-after-frame-default, to propagate the new colors to
4295 the frame's parameters alist.
4296
4297 * calendar/timeclock.el (timeclock-out): Signal an error if
4298 timeclock-last-event is nil.
4299
4300 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4301
4302 * textmodes/fill.el (fill-context-prefix): Fix braino.
4303
4304 * international/quail.el (quail-help):
4305 Use `help-buffer' and move `help-setup-xref' to beginning.
4306
4307 * international/mule-cmds.el (describe-language-environment):
4308 Use `help-buffer' and move `help-setup-xref' to beginning.
4309
4310 * international/mule-diag.el (list-character-sets)
4311 (sort-listed-character-sets, describe-character-set)
4312 (describe-coding-system, describe-fontset, list-fontsets):
4313 Use `help-buffer' and move `help-setup-xref' to beginning.
4314 (describe-char-after): Use `internal-describe-syntax-value'.
4315
4316 2001-11-02 Richard M. Stallman <rms@gnu.org>
4317
4318 * mouse.el (popup-menu): If the user refuses to select
4319 from a menu, don't try to invoke the menu.
4320
4321 2001-11-02 Miles Bader <miles@gnu.org>
4322
4323 * help-mode.el (help-xref): New button type.
4324 (help-function, help-variable, help-face, help-coding-system)
4325 (help-input-method, help-character-set, help-type, help-symbol)
4326 (help-back, help-info, help-customize-variable, help-customize-face)
4327 (help-function-def, help-variable-def): Use it as a supertype.
4328 Remove `action' property.
4329
4330 * international/mule-diag.el (describe-character-set)
4331 (describe-coding-system): Pass correct args to `help-xref-button'.
4332 (sort-listed-character-sets): New button type.
4333 (list-character-sets): Use it.
4334 (list-charset-chars): New button type.
4335 (list-character-sets-1): Use it.
4336
4337 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4338
4339 * indent.el (tab-always-indent, indent-for-tab-command):
4340 Remove redundant `never' setting.
4341
4342 * fill.el (fill-region-as-paragraph): Don't forget to skip
4343 over current whitespace before looking for a preceding space.
4344
4345 2001-11-01 Richard M. Stallman <rms@gnu.org>
4346
4347 * files.el (file-newest-backup): Don't pass backup file name
4348 thru file-name-sans-versions, because it never has version numbers.
4349
4350 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4351 to avoid ambiguous nested loops.
4352
4353 * files.el (find-file-noselect): Offer to change buffer-read-only
4354 only when the file's read-only status has changed from before
4355 as well as disagreeing with the buffer's current status.
4356 (buffer-file-read-only): New var, local in all buffers.
4357
4358 * buff-menu.el (buffer-menu): Doc fix.
4359 (buffer-menu-other-window): Doc fix.
4360 (list-buffers, list-buffers-noselect): Doc fix.
4361
4362 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4363
4364 * startup.el (command-line): If the terminal Emacs is running on
4365 has erase char set to ^H, use the Backspace key for deleting
4366 backward, and the Delete key for deleting forward.
4367
4368 2001-11-01 Miles Bader <miles@gnu.org>
4369
4370 * button.el (define-button-type): Make sure every user-defined
4371 button type has a supertype.
4372
4373 2001-10-31 Jason Rumney <jasonr@gnu.org>
4374
4375 * international/mule-cmds.el (locale-language-names): Add chs and
4376 cht as aliases for Chinese-GB and Chinese-BIG5.
4377
4378 2001-10-31 Richard M. Stallman <rms@gnu.org>
4379
4380 * bindings.el (mode-line-frame-identification): Add doc string.
4381 (mode-line-position, mode-line-modes): New variables.
4382 (mode-line-format): Use mode-line-position for the part
4383 that displays the position-in-buffer info.
4384 Use mode-line-modes for the part that displays major and minor modes.
4385
4386 2001-10-31 Sam Steingold <sds@gnu.org>
4387
4388 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4389 (debugger-setup-buffer): Call it.
4390 (debugger-mode-map): Bind RET and mouse-2.
4391
4392 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4393
4394 * startup.el: Document command line option --no-window-system
4395 instead of --no-windows.
4396
4397 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4398
4399 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4400
4401 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4402 (font-lock-defaults-alist): Use it.
4403 From David Ponce <david.ponce@wanadoo.fr>
4404
4405 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4406 output of `char-after'.
4407
4408 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4409
4410 * simple.el (reindent-then-newline-and-indent): Insert the newline
4411 before indenting the first line.
4412 (undo-get-state, undo-revert-to-state): New funs.
4413 (shell-command): Don't kill the buffer even if empty.
4414 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4415 (transpose-subr-end2): Remove.
4416 (transpose-subr): Add `special' arg and simplify.
4417 (transpose-subr-1): Rewrite.
4418 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4419 (rfc822-goto-eoh): Simplify.
4420
4421 2001-10-30 Richard M. Stallman <rms@gnu.org>
4422
4423 * enriched.el (enriched-face-ans): Fix previous change.
4424
4425 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4426
4427 * international/iso-acc.el (iso-accents-compose): Remove a
4428 superfluous setq.
4429
4430 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4431
4432 * buff-menu.el (list-buffers-noselect): If the buffer's name
4433 starts with a blank, but it visits a file, do show it (for files
4434 whose names start with a blank).
4435
4436 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4437
4438 * textmodes/fill.el (sentence-end-double-space)
4439 (sentence-end-without-period): Move to paragraphs.el.
4440 (fill-indent-according-to-mode): Change default to t.
4441 (fill-context-prefix): Simplify control-flow and use a more
4442 sophisticated merge that unifies both previous checks.
4443 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4444 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4445 (fill-nobreak-p): New fun.
4446 (fill-region-as-paragraph): Use it.
4447 Handle `fill-indent-according-to-mode' slightly differently.
4448 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4449 (fill-individual-paragraphs-citation): Fix.
4450
4451 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4452 (paragraph-start): Change default to the `text-mode' value.
4453 (sentence-end-double-space, sentence-end-without-period):
4454 Move from fill.el.
4455 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4456 rather than rebinding `paragraph-start' and `paragraph-separate'.
4457
4458 * indent.el (indent-line-function): Change default to indent-relative.
4459 (tab-always-indent): Add an `never' setting.
4460 (indent-according-to-mode): Handle `indent-relative' and
4461 `indent-relative-maybe' specially.
4462 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4463 Handle the `never' case for `tab-always-indent'.
4464 Don't call indent-according-to-mode for indent-relative' and
4465 `indent-relative-maybe'.
4466 (insert-tab): Rename `prefix-arg' to `arg'.
4467 (indent-region): Indent the first line as well.
4468 (indent-relative): Don't mark the buffer modified if the indentation
4469 is unchanged.
4470
4471 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4472 Don't set paragraph-separate. Set paragraph-start more carefully.
4473 Set indent-line-function.
4474 (paragraph-indent-text-mode): Use it and define-derived-mode.
4475 (text-mode-map): Remove the \t binding.
4476 (text-mode): Simplify now that the default is more favorable.
4477
4478 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4479
4480 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4481 If the regexp doesn't match, use a looser one.
4482 (find-variable-noselect): Add `file' argument.
4483
4484 * pcvs.el (cvs-mode-commit-hook): New hook.
4485 (cvs-mode-commit): Run it.
4486
4487 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4488
4489 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4490 (edebug-instrument-function): Use `find-function-noselect'.
4491
4492 2001-10-29 Richard M. Stallman <rms@gnu.org>
4493
4494 * term.el (term-if-emacs19): Macro deleted.
4495 Callers changed to use progn instead.
4496
4497 * frame.el (blink-cursor-mode): Doc fix.
4498
4499 * files.el (find-backup-file-name): Use make-backup-file-name.
4500
4501 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4502 window-live-p.
4503 (edebug-set-conditional-breakpoint): Unconditionally use
4504 the former Emacs >=19 definition.
4505 (edebug-mark): Define unconditionally.
4506 (edebug-eval-expression): Always call read-from-minibuffer
4507 and specify history list.
4508 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4509 edebug-set-conditional-breakpoint.
4510 (edebug-emacs-version-specific): Function deleted;
4511 do the job at top level.
4512 (edebug-emacs-19-specific): Function deleted, this is the default.
4513
4514 2001-10-29 Sam Steingold <sds@gnu.org>
4515
4516 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4517 "/cygdrive/LETTER/" pathnames.
4518
4519 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4520
4521 * faces.el (invert-face): Check for 'unspecified, not for nil,
4522 when testing whether face colors are not specified.
4523 From David.Kastrup@t-online.de (David Kastrup).
4524 (read-face-name): Doc fix.
4525 (make-face-bold, make-face-unbold, make-face-italic)
4526 (make-face-unitalic, make-face-bold-italic, invert-face):
4527 Remove trailing blank from the prompt passed to read-face-name.
4528
4529 2001-10-29 Sam Steingold <sds@gnu.org>
4530
4531 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4532 Report numbers of files skipped and failed too.
4533 (byte-compile-file): Return 'no-byte-compile for skipped files.
4534
4535 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4536
4537 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4538 and `M p'.
4539
4540 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4541
4542 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4543 as is on unread-command-events instead of `(SECOND-CHAR)'.
4544
4545 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4546
4547 * vc.el: Mention vc-*-switches in backend API documentation.
4548 (vc-annotate): Adapt doc string to recent change.
4549
4550 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4551
4552 * enriched.el (enriched-face-ans): Handle face attributes
4553 of the form `(FACE1 FACE2 ...)'.
4554
4555 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4556
4557 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4558
4559 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4560
4561 * progmodes/sql.el (sql-db2): Doc change.
4562 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4563 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4564
4565 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4566
4567 * env.el (substitute-env-vars): Don't quote argument to `rx';
4568 it's a macro.
4569
4570 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4571
4572 * cus-start.el (recursive-load-depth-limit): Added.
4573
4574 2001-10-28 Richard M. Stallman <rms@gnu.org>
4575
4576 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4577 All uses removed--assume Emacs version is >= 20.
4578
4579 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4580 by really checking that it is not version 18.
4581
4582 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4583
4584 2001-10-28 Miles Bader <miles@gnu.org>
4585
4586 * faces.el (face-attribute): Add INHERIT argument, consider face
4587 inheritance if it's non-nil.
4588 (face-attribute-merged-with): New function.
4589 (face-attribute-specified-or): New macro.
4590 (face-foreground, face-background, face-stipple): Add INHERIT
4591 argument. Use `face-attribute-specified-or'.
4592
4593 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4594
4595 * font-lock.el: Require `syntax'.
4596 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4597 Use `c-font-lock-syntactic-face-function' for c languages.
4598 (font-lock-mode): Don't unset vars when turning the mode off.
4599 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4600 (font-lock-extra-managed-props): New var.
4601 (font-lock-default-unfontify-region): Use it.
4602 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4603 Don't eval the value when there's no match.
4604 (font-lock-ppss-stats): New var.
4605 (font-lock-ppss): New fun.
4606 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4607 (font-lock-apply-highlight): Allow `highlight' to set several props.
4608 (font-lock-set-defaults): Use dolist.
4609 (font-lock-unset-defaults): Remove.
4610 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4611 Try to recognize prototypes using `foo P_ ((args))'.
4612 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4613 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4614 (c-font-lock-syntactic-face-function): New function.
4615 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4616 (c++-keywords): Use a more sophisticated regexp to handle
4617 shallowly nested templates.
4618
4619 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4620
4621 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4622 (sgml-tag): Use it. Cleanup with `cond'.
4623 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4624 Mark the overlays and only delete those that are marked.
4625 (sgml-skip-close-p): Remove.
4626 (sgml-value): Replace sgml-skip-close-p with its definition.
4627 (html-tag-alist): Use sgml-xml a bit more.
4628 (html-mode): Set sgml-empty-tags.
4629
4630 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4631 (texinfo-update-node, texinfo-sequential-node-update):
4632 Don't bind the obsolete `auto-fill-hook'.
4633 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4634 Use `set-buffer' rather than `switch-to-buffer'.
4635 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4636 Use `set-buffer' rather than `switch-to-buffer'.
4637
4638 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4639 text-mode-syntax-table.
4640 (mail-mode): Use define-derived-mode.
4641 Fix ordering of alternatives in adaptive-fill-regexp.
4642 (mail-mode-map): Don't rely on keymap's internal representation.
4643
4644 2001-10-27 Sam Steingold <sds@gnu.org>
4645
4646 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4647 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4648 (sgml-mode-common): Call it.
4649 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4650 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4651 (html-horizontal-rule, html-image, html-ordered-list):
4652 (html-unordered-list, html-list-item, html-paragraph):
4653 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4654 `html-xhtml'.
4655
4656 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4657
4658 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4659 (ifnothtml): New alias.
4660
4661 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4662
4663 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4664 (toggle-text-mode-auto-fill): Use derived-mode-p.
4665
4666 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4667
4668 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4669 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4670
4671 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4672
4673 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4674 Add make-obsolete cookies, to follow faces.el.
4675
4676 These changes avoid warnings from the byte compiler in faces.el:
4677
4678 * faces.el (internal-get-face): Use facep instead of the obsolete
4679 internal-find-face.
4680 (internal-frob-font-weight, internal-frob-font-slant):
4681 New defaliases for obsolete functions.
4682 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4683 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4684 (x-make-font-bold-italic): Use internal-frob-font-weight and
4685 internal-frob-font-slant aliases instead of the obsolete
4686 x-frob-... functions.
4687
4688 2001-10-26 Sam Steingold <sds@gnu.org>
4689
4690 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4691 DOCTYPE; set `mode-name' based on it.
4692 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4693 (sgml-tag): Close empty tags in XHTML.
4694
4695 2001-10-26 Jason Rumney <jasonr@gnu.org>
4696
4697 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4698 when UNICODE is not defined.
4699
4700 2001-10-26 Sam Steingold <sds@gnu.org>
4701
4702 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4703 be alone on the line.
4704
4705 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4706
4707 * button.el (button): Special face definition for MS-DOS terminals.
4708
4709 2001-10-26 Sam Steingold <sds@gnu.org>
4710
4711 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4712 Protect the /= test by checking that the args are non-nil.
4713 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4714
4715 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4716
4717 * textmodes/artist.el (artist-version): 1.2.4.
4718 (artist-butlast-fn): New variable.
4719 (artist-butlast): New function.
4720 (artist-ellipse-mirror-quadrant): Use it.
4721 (artist-mouse-draw-poly): Use nil for `point-list'.
4722 (artist-mouse-draw-poly): Check for point-list being nil.
4723
4724 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4725
4726 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4727 lambda expression.
4728 (ps-mode-menu-main): Submenu with options on/off was replaced with
4729 a toggle button.
4730 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4731 (ps-mode): Autoload cookie added on same line as comment
4732 (ps-mode-tabkey, ps-mode-backward-delete-char):
4733 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4734 `indent-to' with `indent-line-to'
4735 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4736 instead of `eval'.
4737 (ps-mode-print-region): Use `with-temp-buffer'.
4738 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4739 (numerous places): Add back-tick and tick around names in
4740 docstrings, fix punctuation in docstrings, remove trailing spaces.
4741
4742 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4743
4744 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4745 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4746 (sgml-font-lock-syntactic-keywords): New var.
4747 (sgml-mode-common): Drop the two args.
4748 Don't make buffer-local variables that aren't used.
4749 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4750 Don't set `before-string' props from sgml-display-text.
4751 (sgml-mode): Use define-derived-mode.
4752 (sgml-tags-invisible): Use sgml-display-text.
4753 (sgml-quote): New command.
4754 (html-tag-alist): Add args for `span'.
4755 (html-mode): Use define-derived-mode.
4756 Set sgml-display-text and sgml-tag-face-alist.
4757
4758 2001-10-25 Sam Steingold <sds@gnu.org>
4759
4760 * add-log.el (add-log-always-start-new-record): New user option.
4761 (add-change-log-entry): Use it.
4762
4763 2001-10-25 Richard M. Stallman <rms@gnu.org>
4764
4765 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4766 bind case-fold-search if FROM is not all lower case.
4767
4768 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4769
4770 * startup.el (normal-top-level): Check for frame-initial-frame
4771 only if it's really used.
4772
4773 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4774
4775 * progmodes/compile.el (compilation-parse-errors-filename-function):
4776 New variable.
4777 (compilation-parse-errors): Use it.
4778
4779 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4782 interactively so that C-u M-C-x still does edebug.
4783 (checkdoc-sentencespace-region-engine): Don't force a double-space
4784 after `.' if it doesn't look like an end-of-sentence.
4785 (debug-ignored-errors): Add `disambiguate ...'.
4786
4787 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4788
4789 * textmodes/texinfo.el (texinfo-environments)
4790 (texinfo-environment-regexp): Hoist.
4791 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4792 Only highlight the menu name in menu items.
4793 Setup `@foo ... @end foo' as text clones.
4794 (texinfo-clone-environment): New function.
4795 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4796 (texinfo-insert-block): Simplify.
4797 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4798 the command is repeated.
4799 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4800 (texinfo-insert-@end): Simplify.
4801
4802 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4803 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4804 (texinfo-subsubsection-level-regexp)
4805 (texinfo-update-menu-same-level-regexps)
4806 (texinfo-update-menu-higher-regexps)
4807 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4808
4809 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4810 (derived-mode-p): Autoload.
4811
4812 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4813 New vars and functions.
4814 (text-clone-maintain, text-clone-create): New functions.
4815
4816 2001-10-25 Miles Bader <miles@gnu.org>
4817
4818 * facemenu.el (facemenu-add-new-face): Fix variable names.
4819
4820 2001-10-24 Richard M. Stallman <rms@gnu.org>
4821
4822 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4823 of t and nil values.
4824 (facemenu-set-face): Handle START and END interactively.
4825 (facemenu-set-foreground): Don't use a face; specify color directly.
4826 (facemenu-set-background): Likewise.
4827 (facemenu-set-face-from-menu): Doc fix.
4828 (facemenu-active-faces): Use face-attribute-vector
4829 to handle bare attributes not in faces.
4830 (facemenu-get-face): Don't handle face names fg:... and bg:...
4831 specially.
4832 (facemenu-add-new-face): New argument MENU.
4833 New way to handle adding colors to the color menus.
4834
4835 * env.el (substitute-env-vars): Quote the arg to rx.
4836
4837 2001-10-24 Sam Steingold <sds@gnu.org>
4838
4839 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4840 Control" and "SGML" groups.
4841
4842 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4843
4844 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4845 Better handling of C++ template args to avoid confusion with `<'
4846 and `>' used as operators in member init expressions.
4847
4848 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4849
4850 * replace.el (perform-replace): Move START and END parameters
4851 to the end of the argument list and make them optional.
4852
4853 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4854 perform-replace.
4855
4856 * international/fontset.el (x-must-resolve-font-name): New function.
4857 (x-complement-fontset-spec): Use it.
4858
4859 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4862
4863 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4864 Turn caadr into caar of cdr.
4865
4866 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4867
4868 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4869 of mouse-{1,2} since dragging is on the down event.
4870
4871 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4872
4873 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4874 if ARG is nil.
4875
4876 * desktop.el (desktop-last-buffer): New variable.
4877 (desktop-create-buffer): Set it.
4878 (desktop-read): Bind it and switch to that buffer.
4879
4880 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4881
4882 * progmodes/compile.el (compilation-set-window-height):
4883 Select old window only if it's still live.
4884
4885 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4886
4887 * help-mode.el (help-buffer): Remove debugging code.
4888 From Stefan Monnier <monnier@cs.yale.edu>.
4889
4890 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4891
4892 * files.el (file-name-sans-extension, file-name-extension):
4893 Don't count the leading dots in file names as signaling an extension.
4894
4895 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4896
4897 * vc.el (vc-diff-switches): Doc rewritten.
4898
4899 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4900
4901 * tooltip.el (tooltip-set-param): Doc fix.
4902
4903 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4904 127 to sgml-maybe-name-self.
4905 (sgml-name-8bit-mode): Doc fix.
4906 (sgml-char-names-table): New variable.
4907 (sgml-name-char): Support non-ASCII and mule-unicode-*
4908 characters. Doc fix.
4909 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4910
4911 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4912 doc string the effect of `left' and `top' parameters in
4913 tooltip-frame-parameters, the default values, and the units.
4914 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4915 (tooltip-show): Mention in the doc string the `top' and `left'
4916 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4917
4918 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4919
4920 Add autoscaling support for vc-annotate.
4921 From J.D. Smith <jdsmith@alum.mit.edu>.
4922
4923 * vc.el (vc-annotate-display-default): Accept colormap scaling
4924 ratio (now deprecated).
4925 (vc-annotate-display-autoscale): Added.
4926 (vc-annotate-add-menu): New autoscaling menu options "Span to
4927 Oldest" and "Span Oldest->Newest". Easymenu support added for
4928 toggle menus driven by customize variable `vc-annotate-display-mode'.
4929 (vc-annotate-display-select): Added.
4930 (vc-annotate): Changed temp-buffer-show-function to
4931 `vc-annotate-display-select'.
4932 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4933 Added argument OFFSET. Instead of backend function, calls now
4934 generic `vc-annotate-difference'.
4935 (vc-annotate-difference): Added as generic function instead of
4936 backend-specific function. No longer takes argument POINT, but
4937 instead accepts a time OFFSET.
4938 (vc-default-annotate-current-time): Added.
4939
4940 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4941 version in vc.el, with
4942 (vc-cvs-annotate-current-time): Added, as override of default.
4943 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
4944 `vc-cvs-annotate-difference'.
4945
4946 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4947
4948 * saveplace.el (save-place): Require `saveplace'.
4949
4950 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4951 Use `sexp' for :value-type instead of `face'.
4952
4953 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4954
4955 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4956 regexps due to 5-digit message IDs.
4957
4958 2001-10-21 Jason Rumney <jasonr@gnu.org>
4959
4960 * term/w32-win.el (redisplay-dont-pause): Don't set.
4961
4962 2001-10-21 Miles Bader <miles@gnu.org>
4963
4964 * help-funs.el (help-manyarg-func-alist): Variable removed.
4965
4966 2001-10-21 Miles Bader <miles@gnu.org>
4967
4968 * help-funs.el (help-manyarg-func-alist): Remove entries for
4969 `insert', `insert-and-inherit', `insert-before-markers',
4970 `insert-before-markers-and-inherit', `message', `message-box',
4971 `message-or-box', `propertize', `format', `encode-time', `append',
4972 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4973 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4974 `ml-prefix-argument-loop'.
4975
4976 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4977
4978 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4979 (vc-default-diff-tree): New functions.
4980 (vc-version-diff): Use them. As a result, coding systems are now
4981 set up properly for all sorts of diffs, and tree diffs can now
4982 also be done locally.
4983 (vc-diff): With a prefix argument, don't require that it's called
4984 from a buffer under version control.
4985 (diff-switches): Remove duplicate definition.
4986
4987 * vc-cvs.el (vc-cvs-diff-tree): New function.
4988
4989 2001-10-21 Miles Bader <miles@gnu.org>
4990
4991 * help-funs.el (help-manyarg-func-alist): Remove entries for
4992 `list', `vector', `make-byte-code', `call-process',
4993 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4994 `logand', `logior', and `logxor'.
4995
4996 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4997 image bits to compensate. Use `make-string' instead of
4998 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4999
5000 2001-10-20 Kim F. Storm <storm@cua.dk>
5001
5002 * simple.el (kill-ring-save): Don't show extent of copied region
5003 if using transient-mark-mode and region is fully visible.
5004
5005 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5006
5007 * (Version 21.1 released.)
5008
5009 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5010
5011 * files.el (auto-mode-alist): Associate .indent.pro with
5012 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5013
5014 2001-10-18 Sam Steingold <sds@gnu.org>
5015
5016 Put the *Compile-Log* buffer in `compilation-mode'.
5017 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5018 (byte-compile-log-1, byte-compile-log-file)
5019 (displaying-byte-compile-warnings): Use it
5020
5021 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5022
5023 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5024
5025 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5026
5027 2001-10-18 Gerd Moellmann <gerd@gnu.org>
5028
5029 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5030
5031 * obsolete/hilit19.el (hilit-lookup-face-create):
5032 Call set-face-font only if display-graphic-p.
5033 (toplevel): Remove references to window-system.
5034
5035 2001-10-18 Miles Bader <miles@gnu.org>
5036
5037 * simple.el (what-line): Avoid problems with field properties.
5038
5039 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5040
5041 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5042 Define special colors for a tty.
5043
5044 2001-10-17 Francesco Potorti` <pot@gnu.org>
5045
5046 * comint.el (comint-password-prompt-regexp): Make it less
5047 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5048
5049 2001-10-17 John Wiegley <johnw@gnu.org>
5050
5051 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5052 a regular file, before checking if it is a directory or symlink.
5053 This avoids a call to eshell-file-attributes, which can be
5054 expensive in some situations.
5055
5056 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5057 customization variable, to differentiate ls-in-dired from regular
5058 uses of ls.
5059
5060 2001-10-17 Miles Bader <miles@gnu.org>
5061
5062 * custom.el (defface): Mention `:inherit' in doc-string.
5063
5064 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5065
5066 * paren.el: Update the Commentary with installation instructions.
5067
5068 2001-10-15 Dave Love <fx@gnu.org>
5069
5070 * international/mule.el (set-auto-coding): Fix regexps for local
5071 variables section not to eat newlines.
5072
5073 2001-10-15 Miles Bader <miles@gnu.org>
5074
5075 * simple.el (display-message-or-buffer): Pass the correct buffer
5076 to `display-buffer'.
5077
5078 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5079
5080 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5081 (executable-find): Use exec-suffixes.
5082 (executable-set-magic): Don't use make-local-hook.
5083
5084 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5085
5086 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5087
5088 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5089 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5090 Add .so to the Unix and GNU branch.
5091
5092 * international/latin-1.el:
5093 * international/latin-2.el:
5094 * international/latin-3.el:
5095 * international/latin-4.el:
5096 * international/latin-5.el:
5097 * international/latin-8.el:
5098 * international/latin-9.el: Add no-byte-compile: t, since
5099 Makefile.in instructs make-docfile to look at .el files.
5100
5101 2001-10-14 Miles Bader <miles@gnu.org>
5102
5103 * button.el (define-button-type): Allow supertype property to be
5104 specified with a keyword `:supertype' too.
5105 (button-put, make-text-button): Allow button type property to be
5106 specified using the keyword `:type' too.
5107 (button-type): New function.
5108 (button): Add `button-category-symbol' property.
5109
5110 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5111
5112 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5113 indent-new-comment-line from comment-indent-new-line.
5114
5115 * textmodes/refill.el (refill-mode):
5116 Bind DEL to backward-delete-char-untabify.
5117 Set backward-delete-char-untabify-method to `hungry'.
5118
5119 * textmodes/bib-mode.el (bib-mode):
5120 * play/gomoku.el (gomoku-mode):
5121 * textmodes/page-ext.el (pages-directory-mode):
5122 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5123
5124 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5125
5126 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5127
5128 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5129 Handle here-docs differently.
5130 (sh-font-lock-heredoc): Remove.
5131 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5132 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5133 (sh-font-lock-open-heredoc): New functions.
5134 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5135 (sh-font-lock-keywords-1): Use regexp-opt.
5136 (sh-in-comment-or-string): Use syntax-ppss.
5137 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5138 (sh-select, sh-tmp-file): Add explicit terminating \n.
5139
5140 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5141 Use with-current-buffer.
5142 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5143 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5144 filename), catch any error that occurs in `ange-ftp-cd'.
5145 If an error happened, don't bother sending `cmd' at all.
5146 Fix a parenthesis typo.
5147 (ange-ftp-write-region): Don't blindly use binary if the remote host
5148 is unix-like.
5149
5150 * play/pong.el (pong-init): Don't use make-local-hook.
5151
5152 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5153
5154 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5155 (viper-get-ex-address-subr): More precise addr for the $ marker
5156
5157 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5158
5159 * version.el (emacs-version): Bump to 21.1.50.
5160
5161 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5162
5163 * mail/mailalias.el (mail-directory-stream): Do not double
5164 variables in the lambda-list.
5165
5166 * play/gomoku.el (gomoku-init-display): Ditto.
5167
5168 * play/landmark.el (lm-init-display): Ditto.
5169
5170 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5171 (delimit-columns-rectangle-line): Ditto.
5172
5173 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * newcomment.el (comment-region-internal): Don't rebind
5176 invisibility_spec now that the C routines handle it correctly.
5177
5178 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5179
5180 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5181 and `same-frame'.
5182
5183 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5184
5185 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5186
5187 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5188 C-p and C-r. Remove redundant bindings from inheriting maps.
5189
5190 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5191 After 4.23 and: After 4.24:
5192 (cperl-contract-levels): Restore position.
5193 (cperl-beautify-level): Likewise.
5194 (cperl-beautify-regexp): Likewise.
5195 (cperl-commentify): Rudimental support for length=1 runs
5196 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5197 After 4.25:
5198 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5199 (imenu-example--create-perl-index): Was not enforcing
5200 syntaxification-to-the-end.
5201 (cperl-invert-if-unless): Allow `for', `foreach'.
5202 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5203 Mark qw(), m()x as indentable.
5204 (cperl-init-faces): Highlight `sysopen' too.
5205 Highlight $var in `for my $var' too.
5206 (cperl-invert-if-unless): Was leaving whitespace at end.
5207 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5208 (cperl-calculate-indent): Remove old commented out code.
5209 Support (primitive) indentation of qw(), m()x.
5210 After 4.26:
5211 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5212 q [] with intervening newlines.
5213 (cperl-autoindent-on-semi): New customization variable.
5214 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5215 (cperl-tips): Mention how to make CPerl the default mode.
5216 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5217 (cperl-outline-level): New function.
5218 (cperl-highlight-variables-indiscriminately): New customization var.
5219 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5220 From Sean Kamath <kamath@pogo.wv.tek.com>.
5221 (cperl-after-block-p): Support CHECK and INIT.
5222 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5223 From Doug MacEachern <dougm@covalent.net>.
5224 After 4.27:
5225 (cperl-find-pods-heres): Recognize \"" as a string.
5226 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5227 Allow whitespace between << and "FOO".
5228 (cperl-problems): Remove \"" and q [] with intervening newlines.
5229 Mention multiple <<EOF as unsupported.
5230 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5231 (cperl-indent-parens-as-block): New configuration variable.
5232 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5233 Use `cperl-indent-parens-as-block'.
5234 (cperl-find-pods-heres): Test for =cut without empty line instead of
5235 complaining about no =cut.
5236 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5237 (cperl-find-pods-heres): Likewise.
5238 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5239 POD could've been marked as comment already.
5240 (cperl-unwind-to-safe): Unwind before start of POD too.
5241 After 4.28:
5242 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5243 After 4.29:
5244 (x-color-defined-p): Make an extra case to peacify the warning.
5245 Toplevel: `defvar' to peacify the warnings.
5246 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5247 No -nw-compile time warnings now.
5248 (cperl-find-tags): TAGS file had too short substring-to-search.
5249 Be less verbose in non-interactive mode
5250 (imenu-example--create-perl-index): Set index-marker after name
5251 (cperl-outline-regexp): New variable.
5252 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5253 (cperl-mode): Made use `cperl-outline-regexp'.
5254 After 4.30:
5255 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5256 (cperl-outline-level): Make start-of-file same level as `package'.
5257 After 4.31:
5258 (cperl-electric-pod): `head1' and `over' electric only if empty.
5259 (cperl-unreadable-ok): New variable.
5260 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5261 on an unreadable file.
5262 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5263 on an unreadable directory.
5264
5265 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5266 Consider the text between two errors as belonging to the first error.
5267 (compilation-goto-locus): Use pop-to-buffer rather than
5268 switch-to-buffer-other-frame.
5269
5270 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5271 (awk-font-lock-syntactic-keywords): New var.
5272 (awk-mode): Use it.
5273
5274 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5275
5276 * faces.el (describe-face): Call help-setup-xref earlier.
5277
5278 * jka-compr.el (jka-compr-load-suffixes): New var.
5279 (jka-compr-install): Add its content to load-suffixes.
5280 (jka-compr-uninstall): Remove its content from load-suffixes.
5281
5282 2001-10-12 Sam Steingold <sds@gnu.org>
5283
5284 * bindings.el (completion-ignored-extensions): CL-related
5285 extensions are platform-independent.
5286
5287 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5288 asynchronous multiple file copying.
5289
5290 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5291
5292 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5293 Turn error for repeated variables into warning.
5294
5295 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5296 New function checking that lambda-list consists of non-constant
5297 symbols, that &rest and &optional are followed by variable names,
5298 that &rest VAR is the last element, and that variables aren't doubled.
5299 (byte-compile-lambda): Use it.
5300
5301 2001-10-12 Eli Barzilay <eli@barzilay.org>
5302
5303 * calculator.el (calculator-eng-display): Don't call concat
5304 with an integer argument.
5305
5306 2001-10-12 Miles Bader <miles@gnu.org>
5307
5308 * help-mode.el (help-customize-face): New button-type.
5309
5310 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5311 (describe-face): Fix args to `help-xref-button'.
5312 Don't switch to help-buffer around call to `help-setup-xref'.
5313 Use `help-buffer' instead of hard-wired "*Help*".
5314 Require `help-mode'.
5315
5316 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5317
5318 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5319
5320 * help-mode.el (help-buffer): New function.
5321 Returns the buffer-name to use for help output.
5322 Change all the code to use it instead of hard-coding *Help*.
5323 (help-mode-map): Put back the mouse-2 binding.
5324 (help-xref-stack): Change the format and make buffer-local.
5325 (help-xref-stack-item): Make buffer-local.
5326 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5327 (help-xref-interned): Display the face doc as well.
5328 (help-follow-mouse): Re-introduce.
5329 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5330 (help-do-xref): Don't `push' any more.
5331 (help-follow): Also follow face names.
5332
5333 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5334 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5335 Autoload and cleanup.
5336 (describe-function): Call help-setup-xref.
5337 (describe-variable): Call help-setup-xref earlier.
5338
5339 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5340 (view-lossage): Call help-setup-xref correctly and earlier.
5341 (describe-bindings): Call help-setup-xref earlier.
5342 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5343 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5344
5345 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5346
5347 * master.el (master-mode): Use define-minor-mode instead of
5348 easy-mmode-define-minor-mode. Add autload cookie.
5349 (Commentary): Remove the line showing how to autoload master-mode,
5350 since it's always autoloaded.
5351
5352 * master.el: New file.
5353
5354 2001-10-11 Dave Love <fx@gnu.org>
5355
5356 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5357 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5358 <const-C varset-X const-C>: Fix car/cdr typo.
5359
5360 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5361
5362 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5363 New function extracted from byte-compile-log-1.
5364 (byte-compile-log-1): Change output to be more in line with
5365 the output of other GNU tools.
5366 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5367 (byte-compile-report-error): Downcase error message.
5368 Use `error' instead of `!!' for error messages.
5369 (byte-compile-print-syms): Treat non-interactive case specially.
5370 (displaying-byte-compile-warnings): Use backquote.
5371 (byte-compile-from-buffer): Bind byte-compile-last-line.
5372 (batch-byte-compile): Remove `Done' message.
5373
5374 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5375
5376 * emacs-lisp/copyright.el (copyright): Add final \n.
5377
5378 2001-10-11 Miles Bader <miles@gnu.org>
5379
5380 * diff.el (diff): Display default values in prompts as
5381 `(default ...)', not `(...)'.
5382
5383 * info.el (Info-follow-reference): Likewise.
5384
5385 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5386
5387 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5388
5389 * newcomment.el (comment-indent): Be a little more robust in case
5390 comment-indent-function does funny things.
5391 (comment-normalize-vars): Autoload.
5392 (comment-region-internal): Fiddle with the visibility spec.
5393 (comment-valid-prefix): New function.
5394 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5395 that would turn comment-text into non-comment-text.
5396
5397 * emacs-lisp/syntax.el: New file.
5398
5399 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5400 compatibility cruft.
5401 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5402 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5403 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5404 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5405 tcl-submit-bug-report.
5406 (tcl-mode-syntax-table): Leave \f alone.
5407 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5408 tcl-end-of-defun, tcl-submit-bug-report.
5409 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5410 (tcl-add-emacs-menu): Remove.
5411 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5412 (tcl-keyword-list): Add `chain'.
5413 (tcl-font-lock-syntactic-keywords): New variable.
5414 (tcl-pps-has-arg-6): Remove.
5415 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5416 (tcl-internal-mark-defun): Remove.
5417 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5418 (tcl-mode): Use define-derived-mode. Simplify.
5419 Set comment-indent-function.
5420 (tcl-indent-command): Use line-beginning-position and comment-indent.
5421 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5422 (tcl-indent-line): Use tcl-calculate-indent.
5423 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5424 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5425 (tcl-filter): Use with-current-buffer, simplify.
5426 (inferior-tcl-mode): Use define-derived-mode.
5427 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5428 (tcl-simple-in-comment, tcl-in-comment): Removed.
5429 (tcl-files-alist): New function.
5430 (tcl-help-snarf-commands): Use it and return the result directly
5431 rather than through a global variable.
5432 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5433 (tcl-help-on-word): Provide the default value to completing-read.
5434 (tcl-hilit): Remove.
5435 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5436 (tcl-comment-indent): New function.
5437 (tcl-submit-bug-report): Remove.
5438 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5439 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5440 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5441
5442 2001-10-10 Miles Bader <miles@gnu.org>
5443
5444 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5445 (Info-fontify-node): Don't fontify the node if it's already been done.
5446
5447 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5448
5449 * international/iso-transl.el (iso-transl-e-caret)
5450 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5451 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5452
5453 * simple.el (end-of-buffer): Fix code scrolling specially
5454 for the buffer end.
5455
5456 * startup.el (command-line-1): Bind tab-width to 8.
5457
5458 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5459
5460 * emulation/tpu-edt.el: Use defalias instead of fset for
5461 user-visible commands. From Rob Riepel
5462 <riepel@Networking.Stanford.EDU>.
5463
5464 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5465
5466 * ruler-mode.el: New file.
5467
5468 2001-10-09 Miles Bader <miles@gnu.org>
5469
5470 * apropos.el (button): New require.
5471
5472 * help-funs.el: New file, contents mostly from `help.el'.
5473 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5474
5475 * help-mode.el: New file, contents mostly from `help.el'.
5476
5477 * help.el: Don't require `view' when compiling.
5478 (help-with-tutorial, describe-function, describe-function-1)
5479 (variable-at-point, describe-variable, locate-library):
5480 Functions moved into `help-funs.el'.
5481 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5482 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5483 (help-setup-xref, help-xref-following, help-make-xrefs)
5484 (help-xref-button, help-insert-xref-button, help-xref-interned)
5485 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5486 (help-xref-on-pp): Functions moved into `help-mode.el'
5487 (help-mode-map, help-xref-stack, help-xref-stack-item)
5488 (help-highlight-p, help-highlight-face, help-back-label)
5489 (help-xref-symbol-regexp, help-xref-mule-regexp)
5490 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5491 (help-symbol, help-back, help-info, help-customize-variable)
5492 (help-function-def, help-variable-def):
5493 Button-types moved into `help-mode.el'.
5494 (load-symbol-file-load-history, symbol-file):
5495 Functions moved into `subr.el'.
5496 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5497 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5498
5499 * subr.el (symbol-file-load-history-loaded)
5500 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5501
5502 * loadup.el ("button"): Load removed.
5503
5504 * button.el (define-button-type): Respect any `supertype' property.
5505 (button-type-subtype-p, button-has-type-p): New functions.
5506
5507 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5508 dollar-signs.
5509
5510 * comint.el (comint-insert-previous-argument): New function.
5511 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5512 (comint-insert-previous-argument-last-start-pos)
5513 (comint-insert-previous-argument-last-index): New variables.
5514
5515 * apropos.el (apropos-next-label-button): Use the presence of a
5516 `apropos-label' property to detect label buttons.
5517
5518 2001-10-08 Miles Bader <miles@gnu.org>
5519
5520 * button.el (next-button, previous-button): Remove N and WRAP
5521 parameters. Don't pay attention to `skip' properties.
5522 (forward-button): Implement wrapping, iterating, and skipping here
5523 instead.
5524 (button-activate): USE-MOUSE-ACTION is optional.
5525 (button-nop): Function removed.
5526 (default-button): Use `ignore' as default button action.
5527
5528 * apropos.el (apropos-next-label-button): Update arguments to
5529 `next-button'.
5530 (apropos-symbol): Add `skip' property.
5531 (apropos-function, apropos-macro, apropos-command)
5532 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5533 (apropos-plist): New button types.
5534 (apropos-label-properties): Variable removed.
5535 (apropos-print): Pass button-type to apropos-print-doc, rather
5536 than help function and label text.
5537 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5538 Get button label from TYPE.
5539
5540 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5541
5542 * help.el (help-mode): Use define-derived-mode.
5543 (describe-mode): Add optional `buffer' arg.
5544 Use it instead of going through help-xref-mode.
5545 Avoid doubling the word `minor' when prettifying.
5546 (describe-function-1): List the corresponding key bindings.
5547 (describe-variable): Say if the var is automatically buffer-local.
5548 If the source is `loaddefs.el', look for the real source.
5549 (help-xref-mode): Remove.
5550
5551 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5552 the file says no-byte-compile.
5553
5554 2001-10-08 Miles Bader <miles@gnu.org>
5555
5556 * button.el (next-button, previous-button): Respect `skip' property.
5557
5558 2001-10-07 Miles Bader <miles@gnu.org>
5559
5560 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5561 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5562 `woman-follow-word' instead of `woman-mouse-2'.
5563 (woman-follow-word): Renamed from `woman-mouse-2'.
5564 Follow current unconditionally, since this function is now only
5565 bound to M-mouse-2. Use accessor functions.
5566 (WoMan-highlight-references): Use `make-text-button'.
5567 (woman-xref): New button type.
5568
5569 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5570 ("button"): New load, just before "help" (which uses it).
5571
5572 * help.el (help-mode-map): Make button-buffer-map our parent.
5573 Don't bind mouse events or tab/backtab.
5574 (help-function, help-variable, help-face, help-coding-system)
5575 (help-input-method, help-character-set, help-back, help-info)
5576 (help-customize-variable, help-function-def, help-variable-def):
5577 New button types.
5578 (help-button-action): New function.
5579 (describe-function-1): Pass help button-types to
5580 `help-xref-button' rather than help function and help-echo string.
5581 Don't put multiple help-function args in a list to pass them to
5582 help-xref-button, just pass them as multiple arguments.
5583 Use `help-insert-xref-button' to make [back]-button, rather than
5584 `help-xref-button'.
5585 (help-xref-button): Take a button-type TYPE as a parameter rather
5586 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5587 and add a &rest parameter ARGS to serve the same purpose.
5588 Use `make-text-button' to add the button.
5589 (help-insert-xref-button): Use `insert-text-button' to add the button.
5590 (help-follow-mouse, help-next-ref, help-previous-ref):
5591 Functions removed.
5592 (help-do-xref): New function.
5593 (help-follow): Use `push-button' and `help-do-xref' to do most of
5594 the work.
5595
5596 * apropos.el (apropos-symbol, apropos-label): New button types.
5597 (apropos-symbol-button-display-help)
5598 (apropos-label-button-display-help, apropos-next-label-button):
5599 New functions.
5600 (apropos-mode-map): Make button-buffer-map our parent.
5601 Don't bind mouse events.
5602 (apropos-print, apropos-print-doc): Create buttons instead of text
5603 properties.
5604 (apropos-mouse-follow): Function removed.
5605 (apropos-follow): Use buttons.
5606
5607 * button.el: New file.
5608
5609 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5610
5611 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5612 Remove.
5613
5614 2001-10-05 Richard M. Stallman <rms@gnu.org>
5615
5616 * add-log.el (add-change-log-entry): Skip copyright notice
5617 and copying permission notice at start of file, if any.
5618 Make use of terms "entry" and "item" accord with Emacs manual.
5619 Simplify the logic for moving point while entering or creating
5620 an entry and then an item.
5621 (add-change-log-entry-other-window): Doc fix.
5622
5623 2001-10-06 Miles Bader <miles@gnu.org>
5624
5625 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5626 removed; they apparently don't work with faces.
5627
5628 2001-10-05 Sam Steingold <sds@gnu.org>
5629
5630 * textmodes/sgml-mode.el (html-xhtml): New user option.
5631 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5632 (html-ordered-list, html-unordered-list, html-list-item)
5633 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5634 (sgml-skip-close-p): New function.
5635 (sgml-value): Use it.
5636
5637 2001-10-05 Sam Steingold <sds@gnu.org>
5638
5639 * calendar/diary-lib.el (diary-entry-compare): When times are
5640 identical, compare the entries lexicographically.
5641
5642 2001-10-06 Miles Bader <miles@gnu.org>
5643
5644 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5645 Use `minibuffer-prompt-end'.
5646
5647 * simple.el (previous-matching-history-element): Fix misplaced
5648 parentheses.
5649
5650 2001-10-05 Miles Bader <miles@gnu.org>
5651
5652 * rfn-eshadow.el: New file.
5653
5654 2001-10-05 Miles Bader <miles@gnu.org>
5655
5656 * cus-face.el (custom-face-attributes): Make sure each attribute
5657 has a valid default value. Remove hacks that mapped `nil' to
5658 `off' and used nil to mean `unspecified'. Remove `unspecified'
5659 choices from all attributes (unspecified is handled by the parent
5660 checklist).
5661 * cus-edit.el (custom-face-edit-convert-widget)
5662 (custom-face-edit-deactivate, custom-face-edit-activate)
5663 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5664 New functions.
5665 (custom-face-edit): Specify a custom :convert-widget.
5666 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5667 Don't pass in default filters that map between `nil' and `off' and
5668 `unspecified' and `nil'.
5669
5670 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5671
5672 * progmodes/compile.el (compilation-buffer-name): New function.
5673 (compile-internal): Use it to determine the name of the
5674 compilation buffer.
5675
5676 2001-10-05 Miles Bader <miles@gnu.org>
5677
5678 * progmodes/compile.el (grep-use-null-device): New variable.
5679 (grep-command): Mention `grep-use-null-device'.
5680 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5681 Make computation of `grep-command' respect `grep-use-null-device'.
5682 (grep): Respect `grep-use-null-device'.
5683 Call `grep-compute-defaults' even if grep-command is set, if
5684 grep-use-null-device is still tentative.
5685
5686 * subr.el (call-process-shell-command): New function.
5687
5688 2001-10-05 Miles Bader <miles@gnu.org>
5689
5690 * simple.el (previous-matching-history-element)
5691 (next-history-element, next-complete-history-element): Use
5692 `minibuffer-' functions instead of calling `field-' functions directly.
5693 (minibuffer-prompt-end, minibuffer-contents):
5694 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5695 Functions removed (now subrs).
5696 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5697
5698 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5699 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5700 instead of calling `field-' functions directly.
5701 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5702
5703 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5704
5705 * files.el (find-file-noselect): If file's read-only status has
5706 changed on disk, ask if buffer's read-only status should be
5707 changed, unless NOWARN is set.
5708
5709 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5710 alias for define-setf-method.
5711
5712 * bindings.el: Remove no-byte-compile from file local variables
5713 to enable bootstrapping.
5714
5715 2001-10-04 Andrew Innes <andrewi@gnu.org>
5716
5717 * faces.el (face-font-registry-alternatives) [windows-nt]:
5718 Make gb2312 an alias for gb2312.1980.
5719
5720 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5721
5722 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5723 (uniquify-reverse-components): Remove.
5724
5725 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5726 Make sure the file is readable.
5727 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5728 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5729 (batch-byte-recompile-directory): Pass arg=0.
5730
5731 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5732 (perl-calculate-indent): Use it.
5733 (perl-backward-to-noncomment): Use forward-comment.
5734
5735 * derived.el (define-derived-mode, derived-mode-make-docstring):
5736 Allow `parent' to be nil.
5737
5738 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5739 Use define-derived-mode.
5740 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5741
5742 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5743
5744 * emacs-lisp/lselect.el: Use facep iso find-face.
5745
5746 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5747 Use regexp-opt.
5748 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5749 (lisp-font-lock-syntactic-face-function): New function.
5750 (lisp-mode-variables): Use it. Make arg optional.
5751 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5752 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5753 Set comment-start-skip.
5754
5755 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5756
5757 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5758 (ignore-errors): Don't bother using a `err' symbol.
5759
5760 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5761 (autoload-insert-section-header, autoload-before-p)
5762 (autoload-remove-section): New functions.
5763 (generate-file-autoloads): Use them.
5764 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5765 Make sure the autoload file is properly formatted when creating it.
5766 (update-autoloads-from-directories): Use them as well.
5767 Only update autoloads for files whose timestamp has changed.
5768 Add a dummy entry to remember the files which had no autoload cookies.
5769
5770 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5771
5772 * subr.el (define-key-after): Allow `key' to be longer than 1.
5773 (make-local-hook): Make obsolete.
5774 (add-hook, remove-hook): Don't use make-local-hook any more.
5775 (make-syntax-table): Inherit all chars from s-s-t.
5776
5777 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5778
5779 This is a fix for a report saying that resuming a search with C-s
5780 C-s doesn't use the case-fold-search setting of the previous
5781 search (C-s ... M-c ... then C-s C-s).
5782
5783 * isearch.el (isearch-last-case-fold-search): New variable.
5784 (isearch-mode): Remember value of isearch-case-fold-search
5785 in isearch-last-case-fold-search.
5786 (isearch-done): Quote value of isearch-case-fold-search.
5787 (isearch-repeat): When resuming a search, restore
5788 isearch-case-fold-search from isearch-last-case-fold-search.
5789
5790 Added to NEWS.
5791
5792 * startup.el (inhibit-startup-buffer-menu): New user-option.
5793 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5794 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5795
5796 This allows upto 99999 messages in the summary without screwing up
5797 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5798
5799 * mail/rmailsum.el (rmail-make-summary-line)
5800 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5801 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5802 Allow 5-digit message ids instead of 4.
5803
5804 This adds expansion of environment variables in the value
5805 specified with M-x setenv. Added to NEWS.
5806
5807 * env.el (substitute-env-vars): New function.
5808 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5809 environment variables in VALUE. Return VALUE.
5810
5811 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5812
5813 * Branch for 21.1.
5814
5815 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5816
5817 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5818
5819 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5820
5821 * emulation/tpu-edt.el: Make messages match original TPU/edt
5822 editor. From riepel@Stanford.EDU (Rob Riepel).
5823
5824 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5825
5826 * rect.el: Update maintainer's email address.
5827
5828 2001-10-02 Andreas Schwab <schwab@suse.de>
5829
5830 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5831 and Extended Passive Mode, resp.
5832
5833 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5834
5835 These changes add support for Calendar-related items in the
5836 menu bar on tty's as well:
5837
5838 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5839 unconditionally.
5840 (calendar-mode): Set up activate-menubar-hook unconditionally.
5841
5842 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5843 calls x-popup-menu only if popup menus are supported.
5844 (calendar-mouse-insert-hebrew-diary-entry)
5845 (calendar-mouse-insert-islamic-diary-entry)
5846 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5847 (calendar-mouse-view-other-diary-entries)
5848 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5849 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5850 Call cal-menu-x-popup-menu instead of x-popup-menu.
5851
5852 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5853
5854 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5855
5856 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5857
5858 * emacs-lisp/rx.el: New file.
5859
5860 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5861
5862 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
5863
5864 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5865
5866 * frame.el (select-frame-by-name, other-frame): Doc fix.
5867
5868 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * play/snake.el (snake-score-file): Use temporary-file-directory
5871 instead of a literal "/tmp". Suggested by Robert
5872 <robert@chezmarshall.freeserve.co.uk>.
5873
5874 * play/tetris.el (tetris-score-file): Ditto.
5875
5876 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5877
5878 * apropos.el (apropos-print): Make the directions inserted at the
5879 beginning of the *Apropos* buffer more clear.
5880
5881 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
5882
5883 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5884 Added comments.
5885
5886 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5887
5888 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5889 "\\s-" when defining comment-end-skip.
5890
5891 2001-09-27 Gerd Moellmann <gerd@gnu.org>
5892
5893 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5894 Call get-buffer-window first second arg `visible'.
5895
5896 * international/mule-diag.el (list-input-methods-1):
5897 Output something that's independent of Emacs' version.
5898
5899 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5900 calling byte-to-position with a nil tar-header-offset.
5901
5902 2001-09-27 Simon Josefsson <jas@extundo.com>
5903
5904 * mail/sendmail.el (send-mail-function): Doc fix.
5905 (mail-do-fcc): Error if header-end is not a marker.
5906 (mail-do-fcc): Add a comment.
5907 (mail-reply-to): Doc fix.
5908 (mail-signature): Make ATPOINT optional.
5909 (mail-yank-original): Use cond instead of nestled if.
5910
5911 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5912
5913 * info.el (Info-on-current-buffer): Default arg to "Top".
5914
5915 2001-09-25 Eli Barzilay <eli@barzilay.org>
5916
5917 * calculator.el (calculator-copy-displayer): New user-option.
5918 (calculator-displayer-prev, calculator-displayer-next):
5919 Renamed from calculator-displayed-{left,right}.
5920 (calculator, calculator-standard-displayer)
5921 (calculator-num-to-string, calculator-update-display)
5922 (calculator-copy, calculator-put-value): Bug and display fixes.
5923
5924 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5925
5926 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5927 (ebnf-version): New version (3.6.1).
5928
5929 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5930 (ebnf-bnf-non-terminal-chars): New internal const.
5931 (ebnf-bnf-lex): Fix code.
5932
5933 * ebnf-iso.el: Fix character range regexp. Doc fix.
5934 (ebnf-iso-non-terminal-chars): New internal const.
5935 (ebnf-iso-lex): Fix code.
5936
5937 * ebnf-yac.el: Fix character range regexp. Doc fix.
5938 (ebnf-yac-skip-chars): New internal const.
5939 (ebnf-yac-skip-code): Fix code.
5940
5941 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5942
5943 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5944
5945 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5946 passing it to VC.
5947
5948 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5949 case where the file is relative.
5950
5951 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5952
5953 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5954 same on each side. Make sure we properly handle simple quotes.
5955 From Daiki Ueno <ueno@unixuser.org>.
5956
5957 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5958
5959 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5960 <jas@extundo.com>.
5961
5962 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5963 some items of the Options menu.
5964
5965 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5966
5967 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5968
5969 * vc-hooks.el (vc-delete-automatic-version-backups):
5970 Don't fail if the directory doesn't exist.
5971
5972 * diff-mode.el (diff-default-read-only): New var.
5973 (diff-mode): Use it.
5974
5975 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5978 Use make-keymap instead of copy-keymap, since copying the global
5979 keymap messes up the menu bar.
5980
5981 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5982 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5983
5984 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5985
5986 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5987
5988 * dired-aux.el (dired-insert-subdir): Pass switches to
5989 dired-build-subdir-alist.
5990
5991 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5992
5993 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5994 caused %#a and %#b to be mis-formatted.
5995
5996 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5999 ccmode, emacs-mime, and eudc manuals.
6000
6001 2001-09-19 Sam Steingold <sds@gnu.org>
6002
6003 w32 find cannot be used with `grep-find'.
6004 * progmodes/compile.el (find-program): New variable.
6005 (grep-compute-defaults): Use it to set `grep-find-command'.
6006
6007 2001-09-19 Gerd Moellmann <gerd@gnu.org>
6008
6009 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6010
6011 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6012
6013 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6014 programming. Doc fix.
6015 (ebnf-version): New version (3.6).
6016 (ebnf-eps-begin): Data fix.
6017 (ebnf-begin-file): Code fix.
6018
6019 * ebnf-bnf.el: Doc fix.
6020 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6021
6022 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6023
6024 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6025
6026 * ps-print.el: Better face mapping for black/white PostScript printers.
6027 Check if mark is active when printing a region. Doc fix.
6028 (ps-print-version): New version number (6.5.5).
6029 (ps-print-color-p): Customization fix.
6030 (ps-black-white-faces): New option.
6031 (ps-black-white-faces-alist): New internal var.
6032 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6033 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6034 (ps-nb-pages-region): Interactive fix.
6035 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6036 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6037
6038 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6039
6040 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6041 numeric month value, and allow the Kanji character after the it to
6042 be missing (happens with ls-lisp's output on Japanese versions of
6043 MS-Windows).
6044
6045 2001-09-18 Miles Bader <miles@gnu.org>
6046
6047 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6048 it's empty (and thus probably a new patch file about to be edited).
6049
6050 2001-09-17 Gerd Moellmann <gerd@gnu.org>
6051
6052 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6053 Check for '(' in column 0 of doc string.
6054
6055 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6056 of `nth' so that using a vector as bounding-box works.
6057 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6058
6059 2001-09-17 Andre Spiegel <spiegel@gnu.org>
6060
6061 * vc.el (vc-annotate): Use current workfile version explicitly as
6062 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6063
6064 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6065
6066 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6067 convert-standard-filename doesn't guarantee that the .el extension
6068 is preserved.
6069
6070 * dos-fns.el (convert-standard-filename): Replace invalid
6071 characters only after converting dash/underscore to a period.
6072 (original-make-auto-save-file-name): New.
6073 (make-auto-save-file-name): New function, overrides the definition
6074 on files.el and calls the original function via
6075 original-make-auto-save-file-name.
6076
6077 * mail/rmail.el (top-level): Require mule-utils when compiling.
6078 (rmail-decode-babyl-format): Use detect-coding-with-priority
6079 instead of detect-coding-region, to favor detection of emacs-mule
6080 encoded Babyl files written by rmailout.el etc. Suggested by
6081 Kenichi Handa <handa@etl.go.jp>.
6082
6083 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6084
6085 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6086 Use `equal', not `=', since the device number can be a cons cell.
6087
6088 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6089
6090 * simple.el: Comment out change of 2001-09-13.
6091
6092 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6093
6094 * progmodes/compile.el (grep-compute-defaults): Don't set
6095 grep-command/grep-find-command when it is already non-nil.
6096 (grep-command): Make it a user option.
6097 (grep-find-command): Likewise.
6098
6099 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6100
6101 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6102 inhibit quit.
6103
6104 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6105
6106 * files.el (make-auto-save-file-name): If long file names are not
6107 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6108 generating an auto-save file name from it.
6109
6110 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6111
6112 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6113 (ps-nb-pages-region): Signal an error if called interactively
6114 and the mark is not active.
6115
6116 * simple.el (minibuffer-prompt-modification)
6117 (minibuffer-prompt-insertion): New functions.
6118 (minibuffer-prompt-properties): Use `modification-hooks' and
6119 `insert-in-front-hooks'.
6120
6121 2001-09-12 Richard M. Stallman <rms@gnu.org>
6122
6123 * textmodes/outline.el (outline-regexp): Doc fix.
6124 Initialize it in the defcustom, the usual way.
6125
6126 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6127
6128 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6129 from `ediff-meta-info' properties need not be an overlay.
6130 From David Ponce <dponce@voila.fr>.
6131
6132 * isearch.el (isearch-intersects-p): Fix end checks.
6133
6134 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6135
6136 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6137 `t' branch of `cond', since Irix 6.1 and up is a special case of
6138 the standard dbx interface.
6139
6140 2001-09-11 Miles Bader <miles@gnu.org>
6141
6142 * comint.el (comint-send-input): When waiting for echoed input,
6143 don't save the expected end position in `echo-end', so that things
6144 work properly even if the buffer is modified elsewhere at the same
6145 time [this happens if `comint-truncate-buffer' is used].
6146
6147 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6148
6149 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6150 when constructing imenu-generic-expression from outline-regexp.
6151
6152 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6153
6154 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6155 `equal' instead of `=', since they can be cons cells. From Nils
6156 Goesche <cartan@cartan.de>.
6157
6158 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6159
6160 * vc.el (vc-annotate): Rewrote doc string.
6161
6162 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6163
6164 * time-stamp.el: Update Stephen Gildea's email address.
6165
6166 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6167
6168 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6169 enable-multibyte-characters = nil. From Hallvard B Furuseth
6170 <h.b.furuseth@usit.uio.no>.
6171
6172 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6173
6174 * ediff-init.el (ediff-highest-priority): Bug fix.
6175
6176 * viper-cmd.el (viper-special-read-and-insert-char): New function
6177 that reads a character and uses the current input method or
6178 iso-accents when appropriate.
6179
6180 * viper.el and all others: Corrections to the comment blocks at
6181 the top.
6182
6183 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6184
6185 * info.el (Info-goto-node): Doc fix.
6186
6187 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6188
6189 * isearch.el (isearch-intersects-p): New function.
6190 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6191 use isearch-intersects-p, and clean up.
6192
6193 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6194
6195 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6196 and "german8", for the new German orthography dictionaries,
6197 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6198 the entries, to keep the line length balanced for loaddefs.el.
6199
6200 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6201
6202 * comint.el (comint-send-input): Handle comint-process-echoes
6203 differently.
6204
6205 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6206
6207 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6208
6209 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6210
6211 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6212
6213 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6214
6215 * server.el (server-switch-buffer):
6216 * textmodes/refer.el (refer-find-entry-internal):
6217 * term/sup-mouse.el (sup-pos-to-window):
6218 * term/bg-mouse.el (bg-window-from-x-y):
6219 * emacs-lisp/edebug.el (edebug-window-live-p):
6220 Use get-window-with-predicate.
6221
6222 * window.el (get-window-with-predicate): Renamed from some-window.
6223 (some-window): Make it an alias.
6224
6225 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6226
6227 * simple.el (undo): Remove positions from buffer-undo-list up to
6228 the next undo boundary only.
6229
6230 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6233 Kim <ryk@dspwiz.com>
6234
6235 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6236 the message "Creating customization items...done".
6237
6238 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6239
6240 * font-lock.el (toplevel): Require `jit-lock' only if
6241 font-lock-support-mode is set to jit-lock-mode.
6242
6243 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6244
6245 * international/quail.el (quail-use-package, quail-inactivate)
6246 (quail-activate): Mention the hooks these functions run in their
6247 doc strings.
6248
6249 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6250
6251 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6252 of file in header of menu.
6253
6254 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6255
6256 * env.el (setenv): Interactively, if VARIABLE has a current value,
6257 add that to the front of the history, as the doc string says.
6258
6259 * comint.el (comint-send-input): Change help-echo.
6260 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6261
6262 * bookmark.el (bookmark-write-file): Bind print-length and
6263 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6264
6265 * obsolete/uncompress.el: Moved there from lisp/.
6266
6267 * comint.el (comint-insert-clicked-input): Goto point-max before
6268 deleting previous input. From "Dr Francis J. Wright"
6269 <F.J.Wright@qmw.ac.uk>.
6270
6271 * simple.el (backward-word): Doc fix.
6272
6273 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6274
6275 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6276 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6277 * w32-fns.el: Add Keywords header.
6278
6279 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6280
6281 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6282 "Text Properties". Suggested by Simon Marshall
6283 <Simon.Marshall@midas-kapiti.com>.
6284
6285 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6286
6287 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6288 consulting the value of file-name-coding-system.
6289
6290 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6291
6292 * help.el (describe-function-1): Save precomputed `file-name' rather
6293 than recomputing it (incorrectly) with `symbol-file'.
6294
6295 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6296
6297 * international/isearch-x.el (isearch-exit-recursive-edit):
6298 Take three parameters, since it's used as an after-change-function.
6299
6300 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6301 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6302 from doc strings.
6303
6304 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6305
6306 * progmodes/glasses.el (glasses-convert-to-unreadable):
6307 Consider underscores as in `glasses-make-readable'.
6308
6309 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6310
6311 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6312 MS-DOS, since cpp might not be available.
6313
6314 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6315 Mention "yank" in the help-echo text.
6316 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6317
6318 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6319
6320 * newcomment.el (comment-indent): Insert spaces more carefully.
6321
6322 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6323
6324 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6325 exists. From Andy Petrusenco <andy@int.spb.ru>.
6326
6327 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6328 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6329 <andy@int.spb.ru>.
6330
6331 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6332
6333 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6334 Instead of running mouse-yank-at-click, see what the event is
6335 bound to outside Isearch and run that.
6336
6337 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6338
6339 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6340 Fix the menu entry to mention transient-mark-mode.
6341
6342 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6343
6344 * simple.el (eval-expression-print-level): Fix last change.
6345
6346 * bindings.el (mode-line-coding-system-map): New variable.
6347 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6348
6349 * simple.el (eval-expression-print-level): Change the type
6350 of the defcustom to allow nil.
6351
6352 * emacs-lisp/find-gc.el: Moved here from lisp/.
6353
6354 * international/quail.el (quail-completion-1):
6355 Reverse the ((CHAR . DEFN) ...) list before processing it.
6356 From Kenichi Handa <handa@etl.go.jp>.
6357
6358 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6359 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6360
6361 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6362
6363 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6364 aren't supported. This avoids the annoying gray strip drawn by
6365 the Windows version instead of the missing tool bar.
6366
6367 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6368
6369 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6370 and tooltips more consistent. From "Marshall, Simon"
6371 <Simon.Marshall@midas-kapiti.com>.
6372
6373 * startup.el (fancy-splash-screens): Temporarily set
6374 minor-mode-map-alist to nil while displaying splash screens.
6375
6376 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6377
6378 * buff-menu.el: Add Keywords header.
6379 Doc fix (C-x C-b is bound to list-buffers).
6380
6381 * dired-x.el: Add keyword files to get listed in finder.
6382 Remove confusing notes about GNU Emacs 19.
6383
6384 * dired.el, dired-aux.el: Add Keywords header.
6385
6386 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6387
6388 * vc.el (vc-revert-file): Call the backend even if the FILE's
6389 contents can be reverted locally; pass new arg CONTENTS-DONE
6390 down to the backend.
6391
6392 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6393 optional arg CONTENTS-DONE.
6394
6395 2001-08-28 Andrew Innes <andrewi@gnu.org>
6396
6397 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6398
6399 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6400
6401 * makefile.nt (install): Copy more *.el files.
6402
6403 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6404
6405 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6406 instead of `w' which is already in use.
6407
6408 * gs.el (gs-load-image): Use sleep-for.
6409 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6410
6411 2001-08-28 Miles Bader <miles@gnu.org>
6412
6413 * replace.el (query-replace-regexp-eval): Return args from
6414 `interactive' form in correct order.
6415
6416 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6417
6418 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6419 major modes, don't create panes for modes for which
6420 mouse-buffer-menu-alist returns an empty alist.
6421
6422 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6423
6424 * progmodes/hideshow.el: Update first-line description.
6425 Sync comments w/ maintainer version 5.31.
6426
6427 (hs-isearch-open): Default value now `code'.
6428 Fix docstring to use "code blocks" vs "comment blocks",
6429 as opposed to "block" vs "comment".
6430 (hs-flag-region): Accept `hs-isearch-open' value
6431 of `block' as synonymous w/ `code'.
6432 (hs-hide-block-at-point): For code blocks, pass `code'
6433 to `hs-flag-region' instead of `block'.
6434
6435 2001-08-28 Miles Bader <miles@gnu.org>
6436
6437 * comint.el (comint-next-prompt): Don't loop infinitely if
6438 {next,previous}-single-char-property-change returns its input
6439 position when the search fails.
6440
6441 2001-08-27 Miles Bader <miles@gnu.org>
6442
6443 * comint.el (comint-get-old-input-default): Don't signal an error
6444 if point is not on an input field; instead, return the current
6445 line (using `comint-bol' to skip any prompt, in case we're not
6446 using fields at all).
6447
6448 * man.el (Man-mode-line-format): Variable removed.
6449 (Man-mode): Change `mode-line-buffer-identification' instead of
6450 `mode-line-format'.
6451
6452 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6453
6454 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6455 From Simon Josefsson <jas@extundo.com>.
6456
6457 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6458
6459 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6460 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6461
6462 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6463 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6464
6465 * emacs-lisp/lselect.el: Ditto.
6466
6467 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6468 Remove periods from the end of error message strings.
6469 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6470
6471 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6472 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6473
6474 * net/telnet.el: Ditto.
6475
6476 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6477
6478 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6479 KEYMAP to the call to define-minor-mode.
6480
6481 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6482
6483 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6484 Replace some of the undefined characters with emulations of bidi
6485 formatting characters and Niqud as per SI 1311-1.
6486 (IT-unicode-translations): Ditto.
6487 (IT-display-table-setup, IT-setup-unicode-display):
6488 Fill characters without translations with dos-unsupported-char-glyph.
6489
6490 2001-08-24 Simon Josefsson <jas@extundo.com>
6491
6492 * hl-line.el (hl-line-mode): Don't be a global mode.
6493 (global-hl-line-mode): New function.
6494
6495 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6496
6497 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6498 being reset by Ghostscript. Don't kill the gs process.
6499 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6500
6501 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6502
6503 * term/mac-win.el: Require scroll-bar.
6504
6505 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6506
6507 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6508
6509 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6510
6511 * hexl.el (hexl-insert-multibyte-char) New function.
6512 (hexl-quoted-insert, hexl-self-insert-command)
6513 (hexl-insert-hex-char, hexl-insert-decimal-char)
6514 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6515 Fix the doc strings accordingly.
6516 (hexl-insert-char): Reject characters whose code is above 255.
6517 Doc fix.
6518 (hexl-mode-map): Copy the global keymap instead of creating a
6519 sparse keymap, and bind all self-inserting characters to
6520 hexl-self-insert-command.
6521
6522 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6523
6524 * wid-edit.el (text): Re-order docstring correctly.
6525
6526 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6527
6528 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6529
6530 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6531
6532 * simple.el (line-number-mode): Mention the variable
6533 line-number-display-limit-width in the doc string.
6534
6535 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6536
6537 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6538 Temporarily select EVENT's window for switching buffers.
6539 (mode-line-bury-buffer): New function.
6540 (mode-line-buffer-identification-keymap): Use it instead of
6541 bury-buffer. Bind down-mouse events to prevent global down-mouse
6542 events from shining through.
6543
6544 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6545
6546 * newcomment.el (comment-beginning): Make sure the comment-start
6547 we found isn't a comment-end (in cases where confusion is possible).
6548
6549 2001-08-22 Miles Bader <miles@gnu.org>
6550
6551 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6552 before writing it, so that hard-links don't see new version.
6553
6554 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6555
6556 * gs.el (gs-set-ghostview-colors-window-prop):
6557 Call x-change-window-property with 3rd arg FRAME.
6558 (gs-load-image): Wait for a previous Ghostscript process
6559 to complete before starting a new one.
6560
6561 * image.el (image-type-regexps): Make sure that the TIFF
6562 pattern is only matched at the beginning of a string.
6563 From Markus Rost <rost@math.ohio-state.edu>.
6564
6565 * international/swedish.el: Pre-Mule file removed. From Jonas
6566 Oberg <jonas@gnu.org>.
6567
6568 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6569
6570 * whitespace.el (whitespace-abort-on-error): Add custom variable
6571 to whitespace to abort a write-file if whitespace is detected in file.
6572
6573 * whitespace.el (whitespace-write-file-hook): Hook to be called
6574 when writing a file. If `whitespace-abort-on-error' is set, the
6575 write will abort on detecting whitespaces.
6576 If `whitespace-auto-cleanup' is set, the file will be cleaned
6577 automatically prior to writing.
6578
6579 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6580 whitespaces in the error output!
6581
6582 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6583 `indent-tabs-mode', since the latter notes user preferences on
6584 TABs anyway.
6585
6586 * whitespace.el (whitespace-version): 3.1. All of the above issues
6587 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6588
6589 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6590
6591 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6592 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6593
6594 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6595
6596 2001-08-20 Alex Schroeder <alex@gnu.org>
6597
6598 * sql.el (sql-db2): Doc change.
6599
6600 2001-08-20 Alex Schroeder <alex@gnu.org>
6601
6602 * sql.el (sql-postgres): Add the database at the end of the
6603 parameters instead of at the beginning.
6604 (sql-postgres-options): Doc change.
6605
6606 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6607
6608 * custom.el (defcustom): Doc fix.
6609
6610 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6611
6612 * ps-mule.el (find-composition): Check if (char-after POS)
6613 returns a valid character.
6614
6615 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6616
6617 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6618 original-point for extra CR characters that are added/removed when
6619 the buffer is written/read whose EOL type is -dos.
6620
6621 2001-08-16 Miles Bader <miles@gnu.org>
6622
6623 * simple.el (line-move): Undo previous change.
6624
6625 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6626 property to input-terminating `boundary' overlays to avoid
6627 line-move wierdness.
6628
6629 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6630
6631 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6632 buffer in a save-restriction. Under one test case with Ediff,
6633 window-scroll-functions are run with a window start that's
6634 temporarily outside of the restriction.
6635
6636 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6637
6638 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6639 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6640 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6641 (texinfo-update-menu-region-beginning)
6642 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6643 command, @ifnottex, to regexps, so it is found.
6644
6645 2001-08-16 Andrew Innes <andrewi@gnu.org>
6646
6647 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6648 (DONTCOMPILE): Omit sc.el.
6649
6650 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6651 (DONTCOMPILE): Omit sc.el.
6652
6653 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6654
6655 * replace.el (occur): Bind inhibit-read-only to t.
6656
6657 2001-08-16 Miles Bader <miles@gnu.org>
6658
6659 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6660 calling `constrain-to-field', to avoid problems with comint prompts.
6661
6662 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6663
6664 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6665 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6666
6667 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6668 of a while-loop.
6669
6670 * Makefile.in (DONTCOMPILE): Remove sc.el.
6671
6672 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6673 Don't include term/.
6674
6675 * mail/sc.el: Moved to obsolete/.
6676
6677 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6678
6679 * ps-print.el: Change error function arguments to follow Emacs
6680 message convention. Doc fix.
6681 (ps-print-version): New version number (6.5.4).
6682 (coding-system-for-write): Change declaration position to avoid
6683 XEmacs compilation gripes.
6684 (coding-system-for-read, buffer-file-coding-system):
6685 Declarations to avoid XEmacs compilation gripes.
6686
6687 * ps-mule.el: Doc fix.
6688 (ps-mule-encode-header-string): If STRING is not a string, replace
6689 STRING by empty string.
6690
6691 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6692
6693 * frame.el (show-trailing-whitespace): Doc fix.
6694
6695 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6696
6697 * desktop.el (desktop-save): Insert the coding: tag before
6698 desktop-header.
6699
6700 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6701
6702 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6703 its path from $els.
6704
6705 * image.el (image-jpeg-p): Fix call of substring.
6706
6707 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6708
6709 * play/animate.el (animate-string): Doc fix. Use a buffer
6710 name with stars in it.
6711 (animate-sequence): New function.
6712 From Richard Stallman <rms@gnu.org>.
6713
6714 * frame.el (select-frame-set-input-focus): New function
6715 extracted from other-frame.
6716 (other-frame): Use it.
6717 (next-multiframe-window, previous-multiframe-window): Use it.
6718
6719 * isearch.el (isearch-other-meta-char): Don't switch to the
6720 buffer of a window clicked on, when the current buffer is
6721 in Isearch mode.
6722
6723 * image.el (image-jpeg-p): Test for APPn markers in the range
6724 #xe0..#xef.
6725
6726 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6727
6728 * desktop.el (desktop-save): Don't use concat to form a file
6729 name, use expand-file-name.
6730
6731 * mouse.el (mouse-delete-window): Do nothing if frame has just
6732 one window.
6733
6734 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6735 for the minor mode name.
6736
6737 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6738 minor mode name.
6739
6740 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6741 instead of make-mode-line-mouse2-map.
6742
6743 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6744 the minor mode name.
6745
6746 * emacs-lisp/easy-mmode.el (define-minor-mode):
6747 Use mode-line-minor-mode-keymap for the minor mode name.
6748
6749 * calendar/calendar.el (calendar-mode-line-format):
6750 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6751
6752 * bindings.el (make-mode-line-mouse-map): Renamed from
6753 make-mode-line-mouse2-map. Take additional arg MOUSE.
6754 (mode-line-modified): Use mouse-3 instead of mouse-2.
6755 (mode-line-buffer-identification-keymap): Bind keys differently.
6756 (propertized-buffer-identification): Adapt help-echo to new bindings.
6757
6758 * bindings.el (mode-line-format): Specify help-echo for line
6759 number, column number and buffer-percent part of the mode-line.
6760
6761 * image.el (image-type-regexps): Allow whitespace at the start
6762 of the image data for XPM, XBM and Postscript, which are
6763 text files.
6764 (image-jpeg-p): Correct calculation of next field offset.
6765
6766 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6767
6768 * battery.el: Fix typo.
6769
6770 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6771
6772 * image.el (image-type-regexps): Allow predicates. Change the way
6773 JPEG images are recognized.
6774 (image-jpeg-p): New function.
6775 (image-type-from-data): Handle predicates in image-type-regexps.
6776
6777 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6778 #:, #x, #o, and similar constructs.
6779
6780 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6781
6782 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6783
6784 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6785 instead of `progn'.
6786
6787 * tar-mode.el (tar-extract): Avoid generating a new buffer
6788 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6789
6790 * textmodes/paragraphs.el (forward-sentence): Avoid building
6791 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6792
6793 * progmodes/executable.el (executable-set-magic):
6794 If executable-find returns a quoted file name, unquote it before
6795 inserting it.
6796
6797 * image.el (image-type-regexps): For JPEG files, use a regexp
6798 derived from the JFIF spec.
6799
6800 * image.el (image-type-regexps): Use `\`' instead of `^' in
6801 most regular expressions.
6802
6803 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6804
6805 * play/animate.el: Re-insert a reference to re-inserted function.
6806
6807 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6808
6809 * help.el (describe-function-1): Use find-function-search-for-symbol
6810 instead of find-function-noselect because the latter follows aliases.
6811
6812 * play/animate.el (animate-birthday-present): Re-insert.
6813
6814 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6815 Handle old-style menu definitions.
6816
6817 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6818
6819 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6820 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6821
6822 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6823 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6824 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6825
6826 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6827
6828 * textmodes/tildify.el: Milan Zamazal has new address.
6829
6830 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6831
6832 * custom.el (custom-set-variables): Don't test `custom-requests'
6833 properties, check the third element of the options passed to
6834 custom-set-variables instead.
6835
6836 * info.el (info-insert-file-contents): Use info-file-exists-p
6837 instead of file-exists-p.
6838
6839 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6840 the mode-line face is restored. Fix several bugs.
6841
6842 * replace.el (perform-replace): Doc fix.
6843
6844 2001-08-02 Francesco Potorti` <pot@gnu.org>
6845
6846 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6847 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6848 (uniquify-fix-item-base, uniquify-fix-item-filename)
6849 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6850 Callers changed.
6851 (uniquify-set-proposed): Changed to work with a vector item.
6852 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6853 the fix list, and a list of strings for the non-file buffer
6854 names. Both changes reduce consing.
6855 (uniquify-rationalize-a-list): Local variable renaming.
6856 (uniquify-rationalize-conflicting-sublist): Use member instead of
6857 assoc.
6858 (uniquify-rename-buffer): Use unless instead of if not.
6859
6860 2001-08-02 Gerd Moellmann <gerd@gnu.org>
6861
6862 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6863
6864 * custom.el (custom-set-variables): Set options with :require
6865 clauses last.
6866
6867 * custom.el (defcustom): Doc fix.
6868
6869 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6870
6871 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6872
6873 * man.el (man): Mention Man-switches in the doc string.
6874 (Man-switches): Mention -a in the doc string.
6875
6876 * textmodes/ispell.el (ispell-alternate-dictionary):
6877 Add /usr/share/lib/dict/words, for Irix.
6878
6879 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6880 corresponding non-kp keys. Suggested by Stephen Gildea
6881 <gildea@stop.mail-abuse.org>.
6882
6883 2001-08-01 Francesco Potorti` <pot@gnu.org>
6884
6885 * uniquify.el: These changes correct a corner case that the old
6886 code managed correctly.
6887 (uniquify-fix-item-proposed): Renamed from
6888 uniquify-fix-item-min-proposed.
6889 (uniquify-set-proposed): New function.
6890 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6891 clarity and speed.
6892 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6893 This is equivalent to what the old code did.
6894 (uniquify-rationalize-a-list): Never recompute the proposed
6895 name. Sort the conflicting sublist before rationalising it: this
6896 is equivalent to what the old code did, but one directory element
6897 at a time, and only when necessary.
6898 (uniquify-rationalize-conflicting-sublist): Recompute here the
6899 proposed name.
6900
6901 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6902
6903 * play/animate.el: Add Keywords and Maintainer. Remove a
6904 reference to a removed function.
6905
6906 * play/animate.el (animate-string): Handle case that the string is
6907 longer than the window is wide.
6908
6909 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6910
6911 * desktop.el (desktop-save): Bind coding-system-for-write to
6912 `emacs-mule' for write-region.
6913
6914 * delsel.el (delete-selection-pre-hook): Don't set this-command
6915 to `ignore' if the region is empty.
6916
6917 * international/mule.el (set-keyboard-coding-system):
6918 Set keyboard-coding-system.
6919
6920 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6921 before accessing it.
6922
6923 2001-07-30 Andreas Schwab <schwab@suse.de>
6924
6925 * menu-bar.el (toggle-highlight-paren-mode):
6926 Use `(show-paren-mode)' as body.
6927
6928 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6929
6930 * vc.el (vc-checkout-hook): New hook.
6931 (vc-checkout): Run it.
6932
6933 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6934
6935 * progmodes/make-mode.el (makefile-macroassign-regex):
6936 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6937
6938 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6939
6940 * vc.el (vc-switch-backend): Fix autoload cookie.
6941
6942 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6943 the desktop file.
6944
6945 2001-07-30 Simon Josefsson <jas@extundo.com>
6946
6947 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6948 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6949
6950 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6951
6952 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6953 (last-sexp-toggle-display): Renamed from last-sexp-print.
6954 (last-sexp-toggle-display, eval-last-sexp-1):
6955 Use last-sexp-setup-props.
6956
6957 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6958 New user-options.
6959 (mouse-wheel-change-button): New function.
6960 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6961 (mwheel-scroll): Ditto.
6962
6963 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6964
6965 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6966 `...', compare with unabbreviated printed representation instead.
6967 (last-sexp-print): Bind print-length and print-level to nil.
6968
6969 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6970 before assigning text properties. Make properties rear-nonsticky.
6971
6972 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6973 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6974 <mouse-2> and <RET> in that map to a function printing the
6975 unabbreviated value.
6976
6977 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6978 is a buffer, put a text property `printed-value' on the printed
6979 representation, with the Lisp object printed as value.
6980
6981 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6982
6983 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6984 Mention the effect of eval-expression-print-length and
6985 eval-expression-print-level in the doc strings. Suggested by
6986 Kevin Gallagher <kevingal@onramp.net>.
6987
6988 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6989
6990 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6991 for buttons > 3.
6992 (xterm-mouse-translate): Handle the case that we don't get a
6993 down-event.
6994
6995 * emacs-lisp/find-func.el (find-function-regexp):
6996 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6997 in front of the function name.
6998
6999 * isearch.el (isearch-other-meta-char): Fix last change.
7000
7001 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7002 similar events for which fake prefix keys are generated. It's no
7003 longer necessary since read_key_sequence doesn't modify these
7004 events for internal purposes anymore.
7005
7006 * files.el (auto-mode-alist): Use nroff-mode for files ending
7007 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7008
7009 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7010
7011 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7012 tool-bar-lines parameter, behave as if its value were zero.
7013 (mouse-avoidance-set-pointer-shape): Don't do anything if
7014 x-pointer-shape is not boundp.
7015
7016 2001-07-23 Francesco Potorti` <pot@gnu.org>
7017
7018 * uniquify.el: Overall speedup changes when using many buffers.
7019 (uniquify-fix-item-base, uniquify-fix-item-filename)
7020 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7021 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7022 place in the item, but was never used.
7023 (uniquify-fix-item-min-proposed): New defalias: the fourth place
7024 in the item is now used as cache for the proposed name.
7025 (uniquify-rationalize-file-buffer-names): Move computation made on
7026 newbuffile out of the loop, in the newbuffile-nd local var.
7027 Use dolist (cosmetic change). Compute the proposed name for the most
7028 common case and cache it in the fourth place in the item.
7029 (uniquify-rationalize-file-buffer-names): Used to return a a list
7030 of buffer whose name was changed, but that return value was never used.
7031 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7032 the cached proposed name, does much less consing and is quicker.
7033 (uniquify-filename-lessp): Deleted.
7034 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7035 Do not bind locally the uniquify-possibly-resolvable flag. Use the
7036 cached proposed name is possible.
7037 (uniquify-get-proposed-name): Arguments changed, callers changed.
7038 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7039 uniquify-possibly-resolvable flag, which is no more bound locally.
7040 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7041 flag, which does not exist any more.
7042
7043 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7044
7045 * term/internal.el (IT-unicode-translations): Fix the appearance of
7046 "6`".
7047
7048 * progmodes/compile.el (compile-internal): If EMACS is already
7049 defined in the environment, don't override its value.
7050
7051 2001-07-23 Gerd Moellmann <gerd@gnu.org>
7052
7053 * play/fortune.el: Undo change of 2001-07-13.
7054 Fix autoload cookies. Add types to defcustoms.
7055 (fortune) <defgroup>: Add :link.
7056 (fortune-from-region): Use eq, not eql.
7057 From Dave Love <fx@gnu.org>.
7058
7059 * play/animate.el (animate-birthday-present): Function removed.
7060
7061 * play/animate.el: New file.
7062
7063 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7064
7065 * startup.el (normal-top-level-add-subdirs-to-load-path):
7066 On Windows, put into normal-top-level-add-subdirs-inode-list the
7067 canonicalized names of the directories instead of inode numbers.
7068
7069 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7070
7071 * ediff-util.el: Copyright years.
7072 (ediff-choose-syntax-table): New function.
7073 (ediff-setup): Use ediff-choose-syntax-table.
7074 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7075 vc-state is available.
7076 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7077
7078 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7079 with-syntax-table.
7080 (ediff-coding-system-for-read): From ediff-diff.el
7081 (ediff-coding-system-for-write): New variable.
7082 (ediff-highest-priority): Fixed the bug having to do with disappearing
7083 overlays.
7084 (ediff-file-remote-p): Use file-remote-p, if available.
7085 (ediff-listable-file): New function.
7086 (ediff-file-attributes): Use ediff-listable-file.
7087
7088 * ediff-mult.el (ediff-meta-insert-file-info1):
7089 Use ediff-listable-file.
7090
7091 * ediff-ptch.el (ediff-prompt-for-patch-file):
7092 Use ediff-coding-system-for-read.
7093 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7094
7095 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7096 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7097
7098 * ediff.el: Date of last update, copyright years.
7099
7100 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7101
7102 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7103 of Scott Bronson.
7104 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7105 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7106 Deleted functions.
7107 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7108 ex-token-list.
7109 (viper-get-ex-address-subr): Convert registers to char data type.
7110
7111 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7112 (viper-memq-char): Use viper-int-to-char.
7113 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7114 vc-locking-state.
7115 (viper-read-key): Use viper-read-key-sequence.
7116
7117 * viper.el (viper-major-mode-modifier-list):
7118 Added inferior-emacs-lisp-mode.
7119 (this-major-mode-requires-vi-state): New function that uses simple
7120 heuristics to decide if vi state is appropriate.
7121 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7122 (viper-non-hook-settings): Don't advise read-key-sequence.
7123 (viper-read-key-sequence): New function that replaces the
7124 previously used advice to read-key-sequence.
7125
7126 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7127 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7128 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7129 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7130 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7131 Got rid of the negative character hack.
7132 (viper-escape-to-state,viper-replace-state-exit-cmd):
7133 Use viper-read-key-sequence.
7134 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7135 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7136 Don't override existing minibuffer-setup-hook.
7137 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7138 Convert registers to char data type.
7139 (viper-autoindent): Use viper-indent-line.
7140
7141 * viper-keym.el: Use viper-exec-key-in-emacs.
7142
7143 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7144
7145 * server.el (server-visit-files): Fix variable name typo.
7146
7147 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7148
7149 * simple.el (delete-trailing-whitespace): Save match data
7150 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7151
7152 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7155 return a this-error using the alternative format (a pair of markers).
7156
7157 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7158
7159 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7160
7161 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7162 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7163
7164 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7165
7166 * international/iso-transl.el: Fix typo in the header of the file.
7167
7168 * textmodes/picture.el (picture): Doc fix.
7169
7170 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7171 follow coding conventions in generated files.
7172
7173 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7174
7175 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7176 (tool-bar-add-item): Don't call image-related primitives if the
7177 display doesn't support images.
7178
7179 * frame.el (display-images-p): New function.
7180
7181 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7182
7183 * server.el (server-visit-files): Handle the case the specified
7184 column number is <= 0.
7185
7186 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7187
7188 * startup.el (command-line-1): Add support for +LINE:COLUMN
7189 command line argument.
7190
7191 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7192
7193 * server.el (server-process-filter, server-visit-files):
7194 Add support for +LINE:COLUMN style emacsclient calls.
7195
7196 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7197
7198 * emacs-lisp/easy-mmode.el: Add Keywords header.
7199
7200 * play/pong.el: Author has new address.
7201
7202 * play/landmark.el: Author is no more reachable.
7203
7204 * play/handwrite.el: Author is no more reachable.
7205
7206 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7207
7208 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7209 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7210 Complete bindings for F<1..12> keys.
7211 (global-map): Remove `undo' binding (already in the default).
7212 Replace `t<n>' bindings with `f<n>' bindings.
7213
7214 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7215
7216 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7217 (tcl-mode): Use tcl-add-log-defun.
7218 (tcl-indent-line): Use tcl-calculate-indent.
7219 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7220 (tcl-indent-exp): Renamed from indent-tcl-exp.
7221 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7222 (tcl-indent-for-comment): Call comment-indent-function properly
7223 and handle the case where it returns nil.
7224
7225 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7226
7227 * calendar/cal-islam.el (calendar-goto-islamic-date):
7228 Remove autoload cookie.
7229
7230 * calendar/calendar.el (calendar-goto-islamic-date):
7231 Add call to autoload.
7232
7233 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7236 Don't change compile-auto-highlight globally.
7237 Don't bother with `font-lock-defaults' property since XEmacs
7238 also understands the `font-lock-defaults' variable.
7239 Use make-local-variable rather than make-variable-buffer-local.
7240 Don't `defconst' comment-indent-function: keep the default.
7241 Call easy-menu-add unconditionally.
7242 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7243 (ada-create-menu): Use :included for Emacs as well.
7244
7245 * vc.el (vc-do-command): Autoload.
7246
7247 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7248
7249 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7250
7251 * ps-print.el: Fix Author: header.
7252
7253 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7254
7255 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7256 mouse-1 etc., bind them to `ignore'.
7257
7258 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7259 send-invisible, which is already defined in Comint.
7260 (eshell-watch-for-password-prompt): Use it.
7261
7262 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7263
7264 * which-func.el (which-func-mode): Doc fix.
7265
7266 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7267 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7268 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7269 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7270 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7271 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7272 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7273 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7274 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7275 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7276 * emulation/edt-mapper.el, emulation/edt-pc.el,
7277 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7278 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7279 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7280 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7281 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7282 * international/isearch-x.el, international/iso-cvt.el,
7283 * international/ogonek.el, international/quail.el,
7284 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7285 * language/devanagari.el, language/ethio-util.el,
7286 * language/ethiopic.el, language/european.el, language/indian.el,
7287 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7288 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7289 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7290 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7291 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7292 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7293 * progmodes/autoconf.el, progmodes/cmacexp.el,
7294 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7295 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7296 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7297 * progmodes/ebnf2ps.el, progmodes/executable.el,
7298 * progmodes/fortran.el, progmodes/idlw-shell.el,
7299 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7300 * progmodes/m4-mode.el, progmodes/mantemp.el,
7301 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7302 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7303 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7304 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7305 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7306 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7307 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7308 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7309 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7310 * textmodes/two-column.el, time-stamp.el, timezone.el,
7311 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7312 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7313 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7314 conventions.
7315
7316 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7317
7318 * simple.el (set-variable): Require 'cus-edit' instead of
7319 `wid-edit', so that the Custom widgets get defined.
7320
7321 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7322
7323 * allout.el: A fix to follow coding conventions.
7324
7325 * find-lisp.el: A fix to follow coding conventions.
7326
7327 * term/w32-win.el: A fix to follow coding conventions.
7328
7329 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7330
7331 * term/xterm.el: A fix to follow coding conventions.
7332
7333 * term/news.el: A fix to follow coding conventions.
7334
7335 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7336 header line fixed.
7337
7338 * sun-curs.el: Fix Maintainer: header line.
7339
7340 * emacs-lisp/easymenu.el: Address of the author added.
7341
7342 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7343
7344 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7345 property.
7346
7347 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7348
7349 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7350 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7351 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7352 Some fixes to follow coding conventions.
7353
7354 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7355
7356 * which-func.el (which-func-mode): Doc fix.
7357
7358 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7359
7360 * net/rcompile.el (remote-compile): Use make-local-variable.
7361
7362 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7363
7364 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7365
7366 * mail/reporter.el (reporter-submit-bug-report):
7367 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7368
7369 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7370
7371 * calendar/cal-china.el, calendar/cal-coptic.el,
7372 * calendar/cal-dst.el, calendar/cal-french.el,
7373 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7374 * calendar/cal-iso.el, calendar/cal-julian.el,
7375 * calendar/cal-mayan.el, calendar/cal-persia.el,
7376 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7377 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7378 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7379 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7380 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7381 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7382 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7383 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7384 * progmodes/ada-xref.el, progmodes/cc-align.el,
7385 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7386 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7387 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7388 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7389 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7390 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7391 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7392 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7393 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7394 * textmodes/reftex.el: Some fixes to follow coding
7395 conventions in Elisp files with known maintainers.
7396
7397 * emulation/viper.el: A fix to follow coding conventions.
7398
7399 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7400 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7401 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7402 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7403 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7404 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7405 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7406 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7407 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7408 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7409 conventions in Elisp files.
7410
7411 * composite.el, diff.el, emacs-lisp/levents.el,
7412 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7413 * emulation/pc-mode.el, emulation/viper-cmd.el,
7414 * emulation/viper-ex.el, emulation/viper-init.el,
7415 * emulation/viper-keym.el, emulation/viper-macs.el,
7416 * emulation/viper-mous.el, emulation/viper-util.el,
7417 * emulation/viper.el, forms-pass.el, international/ccl.el,
7418 * international/characters.el, international/encoded-kb.el,
7419 * international/fontset.el, international/ja-dic-cnv.el,
7420 * international/ja-dic-utl.el, international/kinsoku.el,
7421 * international/kkc.el, international/mule-cmds.el,
7422 * international/mule-diag.el, international/mule-util.el,
7423 * international/mule.el, international/titdic-cnv.el,
7424 * language/china-util.el, language/chinese.el,
7425 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7426 * language/greek.el, language/hebrew.el, language/japan-util.el,
7427 * language/japanese.el, language/korea-util.el, language/korean.el,
7428 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7429 * language/slovak.el, language/thai-util.el, language/thai.el,
7430 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7431 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7432 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7433 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7434 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7435 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7436 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7437 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7438 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7439 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7440 to follow coding conventions in files without maintainer or in files
7441 with clear maintainer (but without Maintainer header stating so).
7442
7443 * emacs-lisp/elp.el: A fix to follow coding conventions.
7444
7445 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7446 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7447 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7448 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7449 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7450 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7451 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7452 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7453 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7454 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7455 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7456 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7457 conventions in files from Gnus.
7458
7459 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7460 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7461 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7462 * echistory.el, electric.el, emacs-lisp/authors.el,
7463 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7464 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7465 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7466 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7467 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7468 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7469 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7470 * international/codepage.el, international/iso-ascii.el,
7471 * international/iso-insert.el, international/iso-transl.el,
7472 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7473 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7474 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7475 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7476 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7477 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7478 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7479 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7480 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7481 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7482 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7483 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7484 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7485 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7486 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7487 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7488 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7489 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7490 * textmodes/tex-mode.el, textmodes/text-mode.el,
7491 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7492 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7493 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7494 files maintained by FSF.
7495
7496 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7497
7498 * arc-mode.el: A fix to follow coding conventions.
7499
7500 * bindings.el: Ditto.
7501
7502 * cdl.el: Ditto.
7503
7504 * comint.el: Ditto.
7505
7506 * cus-start.el: Ditto.
7507
7508 * shell.el: Ditto.
7509
7510 * skeleton.el: Ditto.
7511
7512 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7513
7514 * info.el (Info-build-node-completions):
7515 Make Info-current-file-completions buffer local.
7516
7517 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7518
7519 * which-func.el (which-func-mode, which-func-ff-hook)
7520 (which-function-mode): Remove references to which-func-mode-global.
7521
7522 * calendar/cal-islam.el (calendar-goto-islamic-date):
7523 Add autoload cookie.
7524
7525 * play/fortune.el: Add types to defcustoms.
7526
7527 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7528
7529 * language/czech.el: A fix to follow coding conventions.
7530
7531 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7532
7533 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7534 to the extension list, for antlr-mode. From Christoph Wedler
7535 <Christoph.Wedler@sap.com>.
7536
7537 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7538
7539 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7540 (vc-dired-mode-map): Fix the madness.
7541
7542 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7543 (vc-prefix-map): Moved back from vc.el.
7544
7545 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7546
7547 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7548 Increase the size of the obarray.
7549 (mail-extr-all-top-level-domains): Add more toplevel domains,
7550 add more long names.
7551 From: Per Starback <starback@ling.uu.se>.
7552
7553 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7554
7555 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7556 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7557
7558 * progmodes/ada-mode.el: Ditto.
7559
7560 * progmodes/ada-xref.el: Ditto.
7561
7562 2001-07-11 Miles Bader <miles@gnu.org>
7563
7564 * finder.el (finder-insert-at-column): Also move to the next line
7565 if exactly at COLUMN.
7566
7567 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7568
7569 * help.el (describe-function-1): When printing FUNCTION's
7570 documentation, don't assume FUNCTION is a symbol.
7571
7572 * startup.el (normal-top-level): Don't operate on the initial
7573 frame if we failed to create one.
7574
7575 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7576
7577 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7578 itself, i.e. only indent the contents in it.
7579
7580 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7581
7582 * mail/rmail.el (rmail-show-message): Show beginning of message in
7583 all windows containing it.
7584
7585 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7586
7587 * term/tty-colors.el: Fix the header line and copyright years.
7588
7589 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7590
7591 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7592 original definition has an interactive form, but is Elp
7593 instrumented, use the interactive form of the function called by
7594 elp-wrapper.
7595
7596 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7597 configurations with compare-window-configuration; they aren't
7598 window configurations.
7599
7600 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7601 from the server for the format we expect. Don't use it if it
7602 doesn't look like what the Internet draft for FTP extensions specifies.
7603
7604 * toolbar/*.pbm: Cleaned up.
7605 From Luis Fernandes <elf@ee.ryerson.ca>.
7606
7607 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7608
7609 * cc-cmds.el: Extended the kludge to interoperate with the
7610 delsel and pending-del packages wrt to the new function
7611 `c-electric-delete-forward'.
7612
7613 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7614
7615 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7616 to delay the call to <mode> for global minor modes.
7617 (easy-mmode-define-navigation): Only recenter if interactive.
7618
7619 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7620
7621 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7622 to lisp-indent-line.
7623
7624 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7625 from the server. Call encode-time only when we are sure that we
7626 got a 213 response.
7627
7628 2001-07-06 Simon Josefsson <jas@extundo.com>
7629
7630 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7631 (mail-envelope-from): New user option.
7632 (sendmail-send-it): Use it.
7633
7634 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7635
7636 * ps-print.el: Use locale dependant date to print date in header.
7637 Doc fix.
7638 (ps-print-version): New version number (6.5.3).
7639 (ps-right-header, ps-right-footer): Initialization and doc fix.
7640 (ps-time-stamp-locale-default): New fun.
7641
7642 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7643
7644 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7645 field problem with MIME-mode.
7646
7647 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7648
7649 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7650
7651 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7652 MIME-mode.
7653
7654 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7655
7656 * bindings.el (mode-line-mule-info): Don't show the tip with
7657 buffer-file-coding-system if that is nil.
7658
7659 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7660
7661 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7662 instead of kill-line.
7663
7664 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7665 <Pavel@Janik.cz>.
7666
7667 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7668 <Pavel@Janik.cz>.
7669
7670 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7671
7672 * font-lock.el (c-font-lock-keywords-3): When matching something
7673 like `struct X Y', finish with point after Y.
7674
7675 2001-07-04 Simon Josefsson <jas@extundo.com>
7676
7677 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7678 in caller buffer.
7679
7680 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7681
7682 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7683 instead of string-match to find the basename of the file.
7684 From Pascal Obry <p.obry@wanadoo.fr>.
7685
7686 * net/browse-url.el (browse-url-default-windows-browser):
7687 Support the MS-DOS port when it runs on Windows.
7688 (browse-url-browser-function) [ms-dos]: Default to
7689 browse-url-default-windows-browser.
7690
7691 * help.el (locate-library): Enable code that looks for compressed
7692 libraries if auto-compression-mode is on.
7693
7694 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7695
7696 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7697
7698 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7699
7700 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7701
7702 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * allout.el: Fix the header line, so that finder.el recognizes it.
7705 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7706
7707 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7708 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7709
7710 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7711
7712 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7713
7714 * ps-bdf.el (bdf-directory-list): Use the value relative to
7715 installation-directory for MS-Windows as well.
7716
7717 2001-06-29 Richard M. Stallman <rms@gnu.org>
7718
7719 * wid-edit.el (widget-color-sample-face-get):
7720 Return ((foreground-color . COLOR)) instead of constructing a face.
7721
7722 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7723
7724 * faces.el (region): Change the background color for the
7725 light-background color display to lightgoldenrod2, to make it
7726 visible on some laptops.
7727
7728 2001-06-28 Richard M. Stallman <rms@gnu.org>
7729
7730 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7731 (rmail-msg-restore-non-pruned-header): Likewise.
7732 If point was in the old pruned header, put it at the top.
7733 (rmail-msg-prune-header): If point was at the top, keep it there.
7734
7735 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7736 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7737
7738 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7739
7740 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7741
7742 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7743
7744 * saveplace.el: Update maintainer email address.
7745
7746 2001-06-27 Francesco Potorti` <pot@gnu.org>
7747
7748 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7749 Undo previous change.
7750
7751 2001-06-27 Francesco Potorti` <pot@gnu.org>
7752
7753 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7754 preliminary quick reordering. Can speed things up dramatically.
7755
7756 2001-06-26 Richard M. Stallman <rms@gnu.org>
7757
7758 * dired.el (dired-get-filename): A file name starting with ~
7759 is not absolute in this context.
7760
7761 * which-func.el (which-func-maxout): Increase default to 500000.
7762 (which-function-mode): This is now the "real" name of the function.
7763 (which-func-mode): Now an alias.
7764 (which-func-mode-global): Name deleted.
7765
7766 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7767 button-2, when binding hs-mouse-toggle-hiding.
7768
7769 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7770
7771 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7772 (rmail-msg-prune-header): Likewise.
7773 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7774 and `rmail-msg-prune-header'.
7775
7776 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7777
7778 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7779 back than LINEBEG.
7780
7781 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7782
7783 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7784 window where they clicked the mouse has a header line, adjust
7785 vertical movement by one.
7786
7787 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7788
7789 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7790 too when separating a parenthesis.
7791
7792 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7795 (bookmark-bmenu-hide-filenames): Add help-echo to
7796 mouse-highlighted text.
7797 (bookmark-bmenu-show-filenames): Remove help-echo property from
7798 the whitespace.
7799
7800 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7801
7802 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7803 From Karl Eichwalder <ke@suse.de>.
7804
7805 2001-06-23 Richard M. Stallman <rms@gnu.org>
7806
7807 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7808
7809 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7810 contents for completing-read.
7811
7812 2001-06-22 Richard M. Stallman <rms@gnu.org>
7813
7814 * menu-bar.el (menu-bar-make-toggle): Construct the
7815 function's doc string from HELP, not DOC, and make it accurate by
7816 adding "Toggle whether to " at the front and downcasing the initial.
7817 Change the HELP arg in some calls to make it fit this usage.
7818
7819 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7820 Undo previous change.
7821
7822 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7823
7824 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7825
7826 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7827
7828 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7829
7830 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7831
7832 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7833
7834 2001-06-20 Richard M. Stallman <rms@gnu.org>
7835
7836 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7837 broken out from dabbrev--find-expansion. Handle minibuffer
7838 specially here.
7839 (dabbrev--find-expansion): Simplify code in various ways.
7840 Don't treat minibuffers specially.
7841 Call dabbrev--make-friend-buffer-list.
7842 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7843 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7844
7845 2001-06-19 John Wiegley <johnw@gnu.org>
7846
7847 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7848 Also, added a comment describing how to greatly speedup Eshell
7849 loadup time, by concatenating together all of Eshell's .elc files.
7850
7851 2001-06-19 John Wiegley <johnw@gnu.org>
7852
7853 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7854
7855 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7856
7857 * woman.el (WoMan-highlight-references): Add help-echo to
7858 mouse-highlighted text.
7859
7860 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7861
7862 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7863
7864 2001-06-18 Gerd Moellmann <gerd@gnu.org>
7865
7866 * international/quail.el (quail-start-conversion):
7867 Reset quail-translating to nil.
7868
7869 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7870 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7871
7872 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7875 mouse-highlighted text.
7876
7877 * dired.el (dired-mark-pop-up): Fix last change.
7878
7879 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7880
7881 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7882 mouse-highlighted text.
7883
7884 * net/quickurl.el (quickurl-url-file): Run through
7885 convert-standard-filename.
7886 (quickurl-list-populate-buffer): Add help-echo to
7887 mouse-highlighted text.
7888 (top-level): Update Dave's URL.
7889
7890 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7891 mouse-highlighted text.
7892
7893 * textmodes/page-ext.el (pages-copy-header-and-position):
7894 Add help-echo to mouse-highlighted text.
7895
7896 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7897 mouse-highlighted text.
7898
7899 * replace.el (occur): Add help-echo to mouse-highlighted text.
7900
7901 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7902 mouse-highlighted text.
7903
7904 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7905 mouse-highlighted text.
7906
7907 * progmodes/compile.el (compile-reinitialize-errors):
7908 Add help-echo to mouse-highlighted messages.
7909 (compilation-forget-errors): Remove help-echo property as well.
7910
7911 * play/landmark.el (lm-plot-square, lm-init-display):
7912 Add help-echo to mouse-highlighted text.
7913
7914 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7915 Add help-echo to mouse-highlighted text.
7916
7917 * dired.el (dired-insert-set-properties): Add help-echo to
7918 mouse-highlighted text.
7919 (dired-mark-pop-up): Remove help-echo property from the file name.
7920
7921 * comint.el (comint-send-input): Add help-echo to
7922 mouse-highlighted text.
7923
7924 * buff-menu.el (list-buffers-noselect): Add help-echo to
7925 mouse-highlighted text.
7926
7927 * arc-mode.el (archive-summarize-files): Add help-echo to
7928 mouse-highlighted text.
7929
7930 * ffap.el (ffap-machine-p): Always return nil if
7931 open-network-stream is not fboundp.
7932
7933 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7936 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7937 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7938 incorrectly binding chars between 128 and 256 to it.
7939 (sgml-maybe-name-self): Handle latin-1 chars properly.
7940 (sgml-tags-invisible): Bind buffer-file-name to nil.
7941 Use unwind-protect and restore-buffer-modified-p.
7942 (sgml-point-entered): Use buffer-substring-no-properties.
7943 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7944 (html-mode): Don't force `imenu-sort-function'.
7945
7946 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7947
7948 * tar-mode.el: Fix the copyright notice.
7949
7950 * font-lock.el (font-lock-comment-face): For tty's with dark
7951 background, use "red1", since "lightred" is not one of the colors
7952 recognized by tty-colors.el.
7953
7954 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7955 create a buffer for extracted file, in case there's more than one
7956 file by that name in an archive, possibly in different
7957 directories. From Kevin Rodgers <kevinr@ihs.com>.
7958
7959 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7960 <alex@gnu.org>.
7961
7962 2001-06-15 Miles Bader <miles@gnu.org>
7963
7964 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7965 Revert previous change.
7966
7967 2001-06-14 Richard M. Stallman <rms@gnu.org>
7968
7969 * replace.el (keep-lines-read-args): Return just a regexp.
7970 Provide nil for the region args.
7971 (keep-lines, flush-lines, how-many):
7972 Calculate the defaults for the region here, when args are nil.
7973
7974 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7975
7976 * rot13.el (rot13-other-window): Some more doc fix.
7977
7978 2001-06-14 Per Starback <starback@ling.uu.se>
7979
7980 * replace.el (case-replace, query-replace-from-history-variable)
7981 (query-replace-to-history-variable, keep-lines-read-args)
7982 (occur-revert-function, query-replace-help): Dox fix.
7983
7984 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7985
7986 * rot13.el (rot13-other-window): Doc fix.
7987
7988 2001-06-14 Miles Bader <miles@gnu.org>
7989
7990 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7991 of " and \ to "." (punctuation).
7992 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7993
7994 2001-06-13 Richard M. Stallman <rms@gnu.org>
7995
7996 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7997
7998 * simple.el (shell-command-on-region): Never kill the
7999 *Shell Command Output* buffer.
8000
8001 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8002
8003 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8004
8005 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8006
8007 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8008 New var, to recognize ${ $' and PODs.
8009 (perl-font-lock-syntactic-face-function): New function.
8010 (perl-mode): Use them.
8011 (perl-continuation-line-p): New function, from perl-calculate-indent.
8012 (perl-calculate-indent): Use it, to properly handle continuation
8013 lines of continuation lines.
8014
8015 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8016
8017 * server.el (server-process, server-buffer-clients): Doc fix.
8018 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8019
8020 2001-06-09 John Wiegley <johnw@gnu.org>
8021
8022 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8023 test if the last command was Lisp or not.
8024 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8025 B x C".
8026
8027 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8030 general one on compile.el supports drive letters.
8031
8032 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8033
8034 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8035 key description.
8036
8037 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8038
8039 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8040 (reftex-toc-jump): New command.
8041
8042 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8043 to parse international characters as well.
8044
8045 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8046 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8047
8048 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8049
8050 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8051 TAB to the key separators.
8052
8053 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8054
8055 * international/mule.el (auto-coding-alist): Remove redundant
8056 up-cased versions of the extensions (auto-coding-alist-lookup is
8057 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8058 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8059
8060 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8061
8062 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8063
8064 2001-06-01 Richard M. Stallman <rms@gnu.org>
8065
8066 * help.el (describe-variable): Put value on same line
8067 with preceding text, if it is short enough to look good that way.
8068
8069 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8070
8071 * term/internal.el (IT-unicode-translations): New variable.
8072 (IT-setup-unicode-display): New function.
8073
8074 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8075
8076 * ps-print.el: Handle before-string and after-string overlay properties
8077 in ps-print-*-with-faces commands. Doc fix.
8078 (ps-print-version): New version number (6.5.2).
8079 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8080 for XEmacs.
8081 (ps-prefix-quote): Doc fix.
8082 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8083 (ps-basic-plot-str, ps-plot-string): New funs.
8084
8085 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8086
8087 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8088 and :type spec.
8089
8090 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8091
8092 * international/mule-cmds.el (inactivate-input-method):
8093 Set input-method-function to nil.
8094
8095 * xml.el (xml-parse-tag): The document may contain invalid characters.
8096 From ShengHuo ZHU <zsh@cs.rochester.edu>
8097
8098 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8099
8100 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8101 `rmail-summary-line-decoder' if the message does not have
8102 a Subject: field.
8103
8104 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8105
8106 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8107 New variable.
8108 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8109 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8110 is non-nil.
8111
8112 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8113
8114 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8115
8116 2001-05-29 Sam Steingold <sds@gnu.org>
8117
8118 * faces.el (face-valid-attribute-values): Bind `valid' directly
8119 instead of using `setq'.
8120
8121 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8122 Use `tex-shell-buf'.
8123 (tex-shell-proc): Use `tex-shell-running'.
8124 (tex-shell-buf-no-error): New function.
8125 (tex-send-tex-command): Use it.
8126 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8127 (tex-kill-job): Check the process before calling `quit-process'.
8128
8129 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8130
8131 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8132 UTF-8 sequences.
8133
8134 2001-05-28 Miles Bader <miles@gnu.org>
8135
8136 * comint.el (comint-carriage-motion): Renamed from
8137 `comint-cr-magic'. Operate on the buffer instead of the string
8138 (for use as a comint post-output filter, instead of as a
8139 pre-output filter). Handle backspaces too. Add to the
8140 `comint-output-filter-functions' hook instead of
8141 `comint-preoutput-filter-functions'.
8142
8143 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8144
8145 * language/japan-util.el (japanese-hankaku): Prefer the charset
8146 `jisx0201' when the optional argument `ascii-only' is not specified.
8147 (japanese-hankaku-region): Ditto.
8148 From Katsumi Yamaoka <yamaoka@jpl.org>
8149
8150 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8151
8152 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8153 (outline-invisible-p): New function.
8154 (hide-leaves): Save excursion.
8155 (hide-other): Stop looping when reaching bobp.
8156
8157 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8158
8159 * cus-edit.el (custom-file): Fix last change.
8160
8161 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8162
8163 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8164 same definition in byte-compile-function-environment as `autoload'
8165 would put in `symbol-function'.
8166
8167 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8168 patch to correct the error message as well.
8169
8170 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8171
8172 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8173 unless ~/.emacs exists.
8174
8175 * novice.el (enable-command): If user-init-file is nil or does not
8176 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8177
8178 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8179
8180 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8181 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8182 Allow spaces around macro arguments.
8183 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8184 indent-for-tab-command.
8185 (latex-mode-map, plain-tex-mode-map): New keymaps.
8186 Inherit from tex-mode-map.
8187 (tex-common-initialization): Don't setup the keymap any more
8188 since it's now done right by define-derived-mode.
8189 (latex-mode): Set skeleton-end-hook to nil.
8190 (latex-skeleton-end-hook): Remove.
8191 (tex-latex-block, latex-insert-item): Simplify.
8192 (latex-syntax-after): Use following-char rather than char-after.
8193 (tex-discount-args-cmds, tex-count-words): New functions.
8194
8195 * textmodes/tildify.el (tildify-ignored-environments-alist):
8196 Recognize \verb* as well.
8197
8198 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8199 (perl-comment-indent): Simplify to let newcomment.el do its job.
8200 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8201 (perl-mark-function): Cleanup the namespace.
8202 (perl-calculate-indent): Don't be fooled by nested functions.
8203
8204 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8205
8206 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8207 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8208
8209 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8210
8211 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8212 actually be `\\'.
8213 (ctlau-b5-converter): Likewise.
8214
8215 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8216
8217 * international/titdic-cnv.el (quail-misc-package-ext-info):
8218 Change CTLauB.el to CTLau-b5.el.
8219
8220 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8221
8222 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8223 rather than beginning-of-line to avoid problems with fields.
8224 (gud-perldb-massage-args): Use unless and push.
8225 (gud-chdir-before-run): New var.
8226 (gud-common-init): Use it.
8227
8228 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8229
8230 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8231 delete entries for chinese-ctlau and chinese-ctlaub.
8232 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8233 chinese-ctlaub.
8234 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8235 New functions.
8236
8237 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8238
8239 * cus-edit.el (custom-comment-show): Remove debug code.
8240
8241 * language/japan-util.el (japanese-symbol-table): Fix handling of
8242 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8243
8244 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8245
8246 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8247 Renamed by removing the silly `-flag' suffix.
8248 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8249
8250 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8251
8252 * replace.el (keep-lines-read-args): Use `copy-marker'.
8253 (how-many): Save excursion properly.
8254 (occur-mode): Use define-derived-mode.
8255 (perform-replace): Use with-current-buffer.
8256
8257 2001-05-20 Richard M. Stallman <rms@gnu.org>
8258
8259 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8260
8261 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8262
8263 * info.el (Info-read-subfile): Widen before finding the
8264 desired node in the subfile.
8265
8266 * startup.el (command-line-1): When >2 files visited,
8267 leave the last one visible, and make that the selected window.
8268
8269 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8270
8271 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8272
8273 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8274
8275 * international/ccl.el (define-ccl-program): Fix a typo.
8276 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8277
8278 * international/mule.el (decode-char): Fix a typo. From Pavel
8279 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8280
8281 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8282 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8283
8284 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8285 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8286
8287 2001-05-18 Sam Steingold <sds@gnu.org>
8288
8289 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8290 and [RET] to `cvs-mode-find-file'.
8291
8292 2001-05-18 John Wiegley <johnw@gnu.org>
8293
8294 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8295 configuration variable, which determines the initial character
8296 that forces use of an external version of a command. The default
8297 is *, but may be set to \, for example.
8298
8299 * eshell/esh-ext.el (eshell-explicit-command):
8300 Use `eshell-explicit-command-char' instead of ?*.
8301
8302 * eshell/esh-cmd.el (eshell/which):
8303 Use `eshell-explicit-command-char' instead of ?*.
8304
8305 * eshell/em-cmpl.el (eshell-completion-command-name)
8306 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8307 instead of ?*.
8308
8309 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8310
8311 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8312 subst-char-in-string.
8313 (ange-ftp-after-parse-ls-hook): New variable.
8314 (ange-ftp-ls): Run that hook.
8315 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8316
8317 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8318 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8319 text into *Completions*.
8320
8321 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8322 part of which look like email addresses.
8323
8324 2001-05-18 Andrew Innes <andrewi@gnu.org>
8325
8326 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8327 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8328 cmd.exe's handling of FOR loops.
8329 (autoloads): Set find-file-suppress-same-file-warnings to t to
8330 avoid slew of spurious messages.
8331
8332 2001-05-18 Simon Josefsson <simon@josefsson.org>
8333
8334 * mail/smtpmail.el (maybe-append-domain): Renamed to
8335 `smtpmail-maybe-append-domain'.
8336 (smtpmail-via-smtp): Use the new name.
8337
8338 * net/browse-url.el (browse-url-browser-function): Add kde.
8339 (browse-url-kde-program, browse-url-kde-args): New variables.
8340 (browse-url-kde): New function.
8341
8342 2001-05-18 Miles Bader <miles@gnu.org>
8343
8344 * simple.el (delete-horizontal-space, just-one-space):
8345 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8346 because it's more efficient for large files.
8347
8348 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8349
8350 * mail/rmail.el (rmail-require-mime-maybe): New function.
8351 (rmail): Use it.
8352 (rmail-mode): Handle the case of finding Rmail files.
8353
8354 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8355 functions.
8356
8357 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8358
8359 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8360 text-property after moving to the beginning of line and regardless
8361 of the value of font-lock-multiline.
8362
8363 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8364
8365 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8366
8367 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8368 last coding system used before calling set-buffer-modified-p
8369 because that function changes last-coding-system.
8370
8371 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8372
8373 * files.el (switch-to-buffer-other-window)
8374 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8375 the doc string.
8376
8377 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8378
8379 * language/slovak.el, language/czech.el: New maintainer.
8380
8381 2001-05-16 Sam Steingold <sds@gnu.org>
8382
8383 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8384 sub-form of `defgeneric' correctly.
8385
8386 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8387
8388 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8389 of `c'.
8390
8391 * textmodes/outline.el (outline-font-lock-level): Remove the
8392 condition-case, test what outline-level returns instead, to
8393 ease debugging.
8394
8395 * international/mule.el (auto-coding-regexp-alist): New user-option.
8396 (auto-coding-from-file-contents): New function.
8397 (set-auto-coding): Use it to determine a coding system.
8398
8399 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8400
8401 * mouse.el (mouse-delete-other-windows): Doc fix.
8402
8403 * emacs-lisp/lisp-mode.el (lisp-mode):
8404 Make font-lock-keywords-case-fold-search a buffer-local variable with
8405 make-local-variable before setting it.
8406
8407 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8408
8409 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8410 prefixes.
8411
8412 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8413
8414 * hexl.el (hexl-current-address): Print a message when called
8415 interactively.
8416
8417 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8418
8419 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8420
8421 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8422
8423 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8424
8425 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8426
8427 * startup.el (command-line): If parameters have been changed in
8428 the init files which influence font selection, clear the face
8429 cache so that faces get realized with the new parameters.
8430
8431 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8432
8433 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8434
8435 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8436
8437 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8438
8439 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8440 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8441
8442 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8443
8444 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8445 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8446
8447 2001-05-09 John Wiegley <johnw@gnu.org>
8448
8449 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8450 Annotated the documentation string to tell users about
8451 `eshell-no-numeric-conversions'.
8452
8453 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8454 conversions if a Lisp function has the property
8455 `eshell-no-numeric-conversions' set to a non-nil value.
8456
8457 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8458 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8459 property `eshell-no-numeric-conversions' on the following
8460 functions (which all deal with filesystem entities, and never Lisp
8461 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8462 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8463 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8464 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8465 eshell/which, eshell/addpath.
8466
8467 2001-05-09 John Wiegley <johnw@gnu.org>
8468
8469 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8470 encountered as an argument, don't convert it right away, but tag
8471 the first character of the string with the text properties
8472 `number', which signifies to `eshell-lisp-command' that the
8473 argument should be passed through `string-to-number' if it is
8474 actually used in the call to a Lisp function.
8475
8476 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8477 function, convert any string arguments that have been tagged as
8478 "numbers", by calling string-to-number.
8479
8480 * eshell/esh-util.el (eshell-number-regexp): Now that number
8481 conversions only happen for Lisp function calls, the number regexp
8482 should now match all integer and floating point forms.
8483
8484 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8485 `eshell-continue-process', since they are both nonfunctional at
8486 the moment.
8487 (eshell-proc-initialize): Don't bind keys for
8488 `eshell-stop-process' or `eshell-continue-process'.
8489
8490 * eshell/em-unix.el (eshell-shuffle-files):
8491 Apply `directory-file-name' before calling `file-name-directory'.
8492
8493 * eshell/em-hist.el (eshell-add-to-history): Reference to
8494 `eshell-history-ring' needed to be `eshell-history-index'.
8495
8496 * calendar/timeclock.el (timeclock-find-discrep):
8497 Initialize `elapsed' to 0.
8498 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8499 it's still nil.
8500
8501 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8502
8503 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8504 (archive-mode): Use capitalize.
8505 (archive-unique-fname): Use make-temp-file.
8506
8507 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8508
8509 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8510
8511 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * tar-mode.el (tar-extract): Pay attention to the value of
8514 coding-system-for-read, if it is non-nil.
8515
8516 * calendar/holidays.el (holidays): Add an autoload cookie.
8517 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8518
8519 2001-05-08 John Wiegley <johnw@gnu.org>
8520
8521 * calendar/timeclock.el (timeclock-workday-remaining):
8522 Changed logic for determining how much time is remaining.
8523 (timeclock-workday-elapsed): Don't accept a "relative" argument
8524 for the current day's elapsed time. What could that have meant?
8525 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8526 (timeclock-when-to-leave): Changed logic, similarly to what was
8527 done for `timeclock-workday-remaining'.
8528 (timeclock-find-discrep): Removed "today-only" argument, which had
8529 no meaning. Fixed some more math problems. The function now
8530 returns a three member list: (TOTAL-TIME-DISCREPANCY
8531 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8532
8533 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8534
8535 * w32-fns.el (convert-standard-filename): Start replacing slashes
8536 from the beginning of the file name, not from where the last
8537 invalid character was. From "Andrew Maguire (SWW)"
8538 <Andrew.Maguire@Smallworld.co.uk>
8539
8540 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8541
8542 The following changes are to provide infrastructure for handling
8543 MIME messages to rmail. They don't affect the original behaviour
8544 if rmail-enable-mime is nil.
8545
8546 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8547 (rmail-search-mime-message-function)
8548 (rmail-search-mime-header-function): New variables.
8549 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8550 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8551 `rmail-view-buffer' is hidden.
8552 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8553 call rmai-show-mime-function.
8554 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8555 mode-line-process of rmail-view-buffer.
8556 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8557 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8558 buffer.
8559 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8560 set-buffer to the Rmail buffer.
8561 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8562 rmail-search-mime-header-function.
8563 (rmail-search-message): New function.
8564 (rmail-search): Call rmail-search-message to check if a message
8565 matches REGEXP, lastly update point after calling
8566 rmail-show-message.
8567 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8568 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8569 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8570 header region, refer to rmail-msgref-vector while setting the
8571 current buffer to rmail-buffer temporarily.
8572 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8573 If rmail-enable-mime is non-nil, call
8574 rmail-insert-mime-forwarded-message-function instead of inserting
8575 forwarded message by itself.
8576
8577 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8578 Rmail buffer.
8579 (rmail-set-label, rmail-next-labeled-message): Likewise.
8580
8581 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8582 set-buffer to the Rmail buffer.
8583 (rmail-output-to-rmail-file): Likewise.
8584 (rmail-output): Likewise.
8585
8586 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8587 of mail-fetch-field by rmail-summary-line-decoder.
8588 (rmail-new-summary): Be sure to go to the Rmail buffer.
8589 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8590 rmail-view-buffer to nil.
8591 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8592 rmail-view-buffer.
8593 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8594 rmail-buffer.
8595 (rmail-summary-scroll-msg-down): Likewise.
8596 (rmail-summary-beginning-of-message): Likewise.
8597 (rmail-summary-wipe): Likewise.
8598 (rmail-summary-toggle-header): Use save-window-excursion, not
8599 save-excursion. Update point in rmail-view-buffer, not in
8600 rmail-buffer.
8601 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8602 rmail-view-buffer, not rmail-buffer.
8603
8604 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8605
8606 * cus-edit.el (custom-file): Signal an error if user-init-file is
8607 nil (running -q).
8608
8609 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8610
8611 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8612 Add :version.
8613
8614 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8615 New option.
8616 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8617 only if smtpmail-warn-about-unknown-extensions is set.
8618
8619 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8620 instead of rmail-sort-by-keywords.
8621
8622 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8623 rmail-sort-by-keywords.
8624
8625 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8626 rmail-summary-sort-by-keywords. Doc fix.
8627 (rmail-summary-mode): Doc fix.
8628
8629 * mail/rmail.el (rmail-edit): New Custom group.
8630
8631 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8632 (rmail-edit-mode-hook): New user-option.
8633
8634 2001-05-05 Richard M. Stallman <rms@gnu.org>
8635
8636 * help.el (help-xref-symbol-regexp): Recognize "source of"
8637 and friends, meaning make a link to the source file.
8638 (help-make-xrefs): Handle "source of" and friends
8639 by constructing a link that visits the source file.
8640
8641 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8642
8643 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8644
8645 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8646 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8647 Renamed from perl-font-lock-keywords to avoid clashes.
8648 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8649 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8650 Updated correspondingly.
8651
8652 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8653 Typo `nonexistant' -> `nonexistent'.
8654
8655 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8656
8657 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8658 Split `c-electric-delete' into two functions where
8659 `c-electric-delete-forward' always deletes forward and
8660 `c-electric-delete' only contains the code necessary for XEmacs to
8661 choose between backward and forward deletion.
8662
8663 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8664 get the electric behavior on that key too.
8665 (c-fill-paragraph): Fixed bogus direct use of
8666 c-comment-prefix-regexp, which caused an error when it's a list.
8667
8668 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * dired-aux.el (dired-diff): Doc fix.
8671
8672 * dired.el (dired-diff): Likewise.
8673
8674 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8677
8678 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8679
8680 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8681 if both the buffer and the file are read-only.
8682
8683 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8684 rather than font-lock-string-face.
8685 (sh-get-indent-info): Treat heredocs like strings.
8686
8687 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8688
8689 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8690 a newline following `}'.
8691 (texinfo-format-email): New function.
8692 (toplevel): Use texinfo-format-email for @email.
8693 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8694 Add `display'.
8695 (texinfo-sort-region): Goto point-min before sorting.
8696 (texinfo-set): Remove leading white space from value.
8697 From yagi@is.titech.ac.jp.
8698
8699 * replace.el (query-replace-regexp-eval): Doc fix.
8700
8701 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8702
8703 * diff-mode.el (diff-nonexistant-face): New face.
8704 (diff-font-lock-keywords): Use it.
8705
8706 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8707
8708 * font-lock.el (font-lock-mode): Doc fix.
8709
8710 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8711 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8712
8713 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8714
8715 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8716 backslash at the start of the here-document delimiter.
8717 (sh-font-lock-syntactic-keywords): Likewise.
8718
8719 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8720
8721 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8722
8723 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8724 (tty-color-translate, tty-color-by-index, tty-color-values)
8725 (tty-color-desc): Doc fix.
8726
8727 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8728
8729 * dired-aux.el (dired-do-create-files, dired-do-copy)
8730 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8731 Mention dired-dwim-target in the doc string.
8732
8733 2001-04-28 Miles Bader <miles@gnu.org>
8734
8735 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8736 (dabbrev--find-expansion): Use it.
8737 (dabbrev--select-buffers): Don't select ignored buffers.
8738
8739 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8740
8741 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8742
8743 2001-04-26 Richard M. Stallman <rms@gnu.org>
8744
8745 * dabbrev.el: Add doc strings for some functions.
8746 (dabbrev--eliminate-newlines): New variable.
8747 (dabbrev--substitute-expansion): Convert newlines to spaces
8748 if dabbrev--eliminate-newlines is set.
8749 If abbrev and expansion are both all-lower-case,
8750 leave dabbrev--last-case-pattern nil.
8751
8752 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8753
8754 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8755 if necessary, like in rmail-show-message.
8756
8757 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8758
8759 * ps-print.el: Color specified by number is forced to be float number.
8760 (ps-print-version): New version number (6.5.1.1).
8761 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8762 initialization.
8763 (ps-prefix-quote): New internal var.
8764 (ps-print-quote): New fun.
8765 (ps-setup, ps-output-frame-properties, ps-float-format)
8766 (ps-format-color): Code fix.
8767 (ps-plot-region): Eliminate redundant foreground color text setting.
8768
8769 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8770
8771 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8772
8773 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8774
8775 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8776
8777 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8778
8779 * info.el (Info-additional-directory-list): Doc fix.
8780
8781 * find-lisp.el (find-lisp-find-dired-filter)
8782 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8783 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8784
8785 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8786
8787 * progmodes/make-mode.el (makefile-font-lock-keywords):
8788 Rationalize the rules for includes and conditionals and use the
8789 keyword face for them.
8790
8791 * faces.el (modify-face): Add compatibility for non-interactive use.
8792
8793 2001-04-24 John Wiegley <johnw@gnu.org>
8794
8795 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8796 fix from last night, since it wasn't finding eshell/cd.
8797
8798 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8799
8800 * rect.el (string-rectangle): Revert to 20.x behaviour.
8801 (replace-rectangle): Make it an alias for string-rectangle.
8802 (string-insert-rectangle): New function.
8803
8804 2001-04-23 John Wiegley <johnw@gnu.org>
8805
8806 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8807 occurring with Emacs 21's diff.el/compile.el interaction layer.
8808
8809 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8810
8811 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8812 case where the function was defined in a file, but not part of an
8813 eshell module.
8814
8815 2001-04-23 John Wiegley <johnw@gnu.org>
8816
8817 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8818 code to work around a redisplay problem I've been having.
8819
8820 2001-04-23 John Wiegley <johnw@gnu.org>
8821
8822 * calendar/timeclock.el (timeclock-day-required): If the time
8823 required for a particular day is not set, use `timeclock-workday'.
8824 (timeclock-find-discrep): Added some sample code in a comment.
8825
8826 * eshell/eshell.el (eshell-command): Made a few changes so that
8827 `eshell-command' could be called programmatically.
8828
8829 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8830
8831 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8832
8833 2001-04-23 John Wiegley <johnw@gnu.org>
8834
8835 * calendar/timeclock.el: Updated copyright.
8836 (timeclock-generate-report): Don't report the daily or two-week
8837 total, if no time has been worked in that period.
8838 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8839 final computational form, which was unnecessary; corrected a
8840 parsing problem when timeclock-relative was nil.
8841
8842 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8843
8844 * calendar/timeclock.el (timeclock-modeline-display): Check if
8845 `list-entry' is null.
8846 (timeclock-use-display-time): The first argument to `set-variable'
8847 must be a symbol.
8848
8849 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8850
8851 * calendar/calendar.el (diary-entry-marker)
8852 (calendar-today-marker, calendar-holiday-marker):
8853 Use display-color-p instead of window-system.
8854 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8855 instead of window-system.
8856 (calendar-hide-window): Use display-multi-frame-p instead of
8857 window-system.
8858
8859 * calendar/cal-x.el (calendar-two-frame-setup)
8860 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8861 Use display-multi-frame-p instead of window-system.
8862
8863 2001-04-23 Gerd Moellmann <gerd@gnu.org>
8864
8865 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8866
8867 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8868 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8869
8870 2001-04-23 Alex Schroeder <alex@gnu.org>
8871
8872 * goto-addr.el: Instead of defining line-beginning-position and
8873 line-end-position a defalias is used for point-at-bol and point-at-eol.
8874
8875 2001-04-23 Alex Schroeder <alex@gnu.org>
8876
8877 * goto-addr.el: Added XEmacs compatibility code.
8878 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8879
8880 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8881
8882 * textmodes/paragraphs.el (sentence-end): Doc fix.
8883
8884 2001-04-20 Alex Schroeder <alex@gnu.org>
8885
8886 * sql.el (sql-escape-newlines-and-send): New function.
8887 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8888
8889 2001-04-20 Alex Schroeder <alex@gnu.org>
8890
8891 * sql.el (sql-db2-program): New option.
8892 (sql-db2-options): New option.
8893 (sql-db2): New function.
8894
8895 2001-04-20 Alex Schroeder <alex@gnu.org>
8896
8897 * sql.el (sql-mode-menu): Added highlighting entries.
8898 (sql-highlight-oracle-keywords): New function.
8899 (sql-highlight-postgres-keywords): New function.
8900 (sql-highlight-ansi-keywords): New function.
8901
8902 2001-04-20 Alex Schroeder <alex@gnu.org>
8903
8904 * sql.el (sql-help): Doc change.
8905
8906 2001-04-19 Karl Fogel <kfogel@collab.net>
8907
8908 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8909 that inserted file content only to delete it immediately.
8910 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8911 <lektu@uol.com.br> for the patch.
8912
8913 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8914
8915 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8916
8917 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8918
8919 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8920 for defmethod.
8921
8922 * comint.el (comint-cr-magic): New function.
8923 (toplevel): Add it to comint-preoutput-filter-functions.
8924
8925 2001-04-18 Andrew Innes <andrewi@gnu.org>
8926
8927 * makefile.w32-in (EMACSLOADPATH): Define.
8928 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8929 (recompile): Remove stuff to set EMACSLOADPATH.
8930
8931 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8932
8933 * language/slovak.el ("Slovak"): Add tutorial entry.
8934
8935 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8936 browse-url-new-window-p.
8937
8938 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8939
8940 * info.el (Info-menu-update): When there are no menus and/or no
8941 cross references in the node, make the respective items of the
8942 Info menu-bar menu inactive.
8943
8944 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8945
8946 * indent.el (indent-for-tab-command): Call indent-line-function
8947 with no argument if PREFIX-ARG is non-nil.
8948
8949 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8950
8951 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8954 an async subprocess if start-process is unavailable. Suggested by
8955 Tim Van Holder <tim.van.holder@pandora.be>.
8956
8957 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8958
8959 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8960 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8961
8962 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8963
8964 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8965 manual.
8966
8967 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8968
8969 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8970 (cvs-menu): Add a few entries.
8971
8972 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8973 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8974 lock file appears to be reachable from Emacs.
8975 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8976 (cvs-mode-find-file): Look for cvs-header-face rather than
8977 cvs-dirname-face (which doesn't exist).
8978 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8979
8980 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8981
8982 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8983
8984 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8985 normal-erase-is-backspace on a tty. Instead, bind some keys such
8986 as [delete] directly, like pc-select.el did before
8987 normal-erase-is-backspace was invented.
8988
8989 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8992
8993 2001-04-11 John Wiegley <johnw@gnu.org>
8994
8995 * eshell/em-ls.el (eshell-ls-insert-directory):
8996 Set font-lock-defaults to nil, to prevent fontification in dired
8997 buffers, if Eshell's ls is being used.
8998
8999 2001-04-11 John Wiegley <johnw@gnu.org>
9000
9001 * calendar/timeclock.el (timeclock-completing-read): New function.
9002 (timeclock-ask-for-project, timeclock-ask-for-reason):
9003 Call `timeclock-completing-read'.
9004
9005 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9006 required where `member' was being used.
9007
9008 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
9009
9010 * eshell/em-hist.el (eshell-previous-matching-input):
9011 Don't display "History item" if the minibuffer is active.
9012
9013 2001-04-11 Gerd Moellmann <gerd@gnu.org>
9014
9015 * startup.el (command-line): Output a newline after printing
9016 an error from loading the window system's init file.
9017
9018 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9019
9020 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9021 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9022 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9023 keywords whose arguments routinely include @@.
9024
9025 2001-04-10 Gerd Moellmann <gerd@gnu.org>
9026
9027 * emacs-lisp/advice.el (ad-make-advised-definition):
9028 Construct advice for subrs differently.
9029
9030 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9031 regexp in parentheses when building the regexp for searching backwards.
9032
9033 * simple.el (completion-list-mode-finish): New function.
9034 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9035
9036 * language/european.el ("Polish"): Change sample text.
9037 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9038
9039 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9040 parameter.
9041
9042 * faces.el (menu): Doc fix.
9043
9044 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9045
9046 * ps-print.el: Footer implementation. Doc fix.
9047 (ps-print-version): New version number (6.5.1).
9048 (ps-header-frame-alist): New customization var for header frame
9049 properties.
9050 (ps-line-number-color): New customization var for line number color.
9051 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9052 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9053 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9054 (ps-right-footer): New customization vars for footers.
9055 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9056 footers.
9057 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9058 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9059 Code fix.
9060 (ps-prologue-file): Indentation fix.
9061 (ps-print-quote): Fun eliminated.
9062 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9063 (ps-output-frame-properties): New fun.
9064 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9065 (ps-skip-newline): Replace defun by defsubst.
9066
9067 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9068
9069 * eshell/eshell.el (eshell-command): Needed a "%s" format
9070 specifier, in case the buffer contains percent characters.
9071
9072 2001-04-10 John Wiegley <johnw@gnu.org>
9073
9074 * calendar/timeclock.el (timeclock-generate-report): Added a
9075 missing insert of the project name.
9076
9077 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9078
9079 * obsolete/profile.el: Moved from emacs-lisp/.
9080
9081 * Makefile.in (nonobsolete_setwins): New macro.
9082 (finder-data): Use it instead of `setwins'.
9083 From: Dave Love <fx@gnu.org>.
9084
9085 * server.el (server-visit-files): Set server-existing-buffer correctly.
9086 (server-visit-files): Run server-visit-hook after going to
9087 line 1 so that the hook can set point as it sees fit.
9088
9089 * bindings.el (mode-line-modified): Unify help messages.
9090
9091 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9094 All callers changed.
9095
9096 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9097
9098 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9099 long file names aren't supported, truncate the file names in
9100 quail-misc-package-ext-info to 8+3 before matching them against
9101 FILENAME.
9102
9103 * dos-fns.el (dos-truncate-to-8+3): New function.
9104
9105 * progmodes/compile.el (grep-compute-defaults): Use null-device
9106 instead of literal /dev/null. Reported by Jens Schmidt
9107 <schmidt@mathematik.uni-kl.de>.
9108
9109 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9110
9111 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9112
9113 * textmodes/sgml-mode.el: Add unknown maintainer.
9114 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9115 (html-mode-map): Use set-keymap-parent.
9116
9117 2001-04-06 Dave Love <fx@gnu.org>
9118
9119 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9120 Remove redundant string-to-list.
9121
9122 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9123
9124 * composite.el (reference-point-alist): Doc fix.
9125
9126 2001-04-05 Sam Steingold <sds@gnu.org>
9127
9128 * font-lock.el (font-lock-keywords-case-fold-search):
9129 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9130 file made font-lock case-insensitive.
9131
9132 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9133
9134 * faces.el (defface menu): Doc fix.
9135
9136 * wid-edit.el (widget-color-sample-face-get): Don't make
9137 faces for undefined colors.
9138
9139 * version.el (emacs-version): Include LessTif/Motif version info.
9140
9141 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9142
9143 * ps-mule.el: Eliminate cl package dependence.
9144 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9145 if they aren't defined yet.
9146 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9147 Eliminate cl package dependence.
9148
9149 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9150
9151 * progmodes/cc-cmds.el (c-outline-level):
9152 Bind buffer-invisibility-spec. Originally from Dave Love, but
9153 got lost when incorporating version 5.26.
9154
9155 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9156
9157 * emulation/pc-select.el (pc-selection-mode):
9158 Call normal-erase-is-backspace-mode instead of binding
9159 keys individually.
9160
9161 * cus-load.el (normal-erase-is-backspace): Use it instead of
9162 delete-key-deletes-forward.
9163
9164 * startup.el (command-line): Use normal-erase-is-backspace and
9165 normal-erase-is-backspace-mode.
9166
9167 * simple.el (normal-erase-is-backspace): Rename from
9168 delete-key-deletes-forward. Doc fix.
9169 (normal-erase-is-backspace-mode): Rename from
9170 delete-key-deletes-forward-mode. Doc fix.
9171 Run normal-erase-is-backspace-hook.
9172
9173 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9174 ``human-readable'' format produced by GNU `ls'.
9175 (dired-move-to-filename-regexp): Recognize ISO format dates.
9176 From Paul Eggert <eggert@twinsun.com>.
9177
9178 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9179
9180 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9181 New functions.
9182 (lm-verify): Check keywords.
9183 From Eric M. Ludlam <eric@siege-engine.com>.
9184
9185 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9186
9187 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9188 `xemacs' feature instead of for the function `set-extent-property'.
9189
9190 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * mail/mh-utils.el (mh-folder-hist): New var.
9193 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9194
9195 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9196
9197 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9198 region, position point on the first or last 16-byte group.
9199 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9200 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9201 hexl-beginning-of-line.
9202
9203 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9204
9205 * icomplete.el (icomplete-mode): Treat an argument like other
9206 modes do.
9207
9208 * startup.el (fancy-splash-head): Use splash8.xpm for color
9209 depth 8.
9210
9211 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9212 Add an antry for ``converts''.
9213
9214 * language/slovak.el ("Slovak"): Add documentation string.
9215 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9216
9217 * language/czech.el ("Czech"): Add documentation string.
9218 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9219
9220 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9221 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9222
9223 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9224
9225 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9226 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9227 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9228 Use `defsubst' rather than a macro to ease debugging.
9229 (mail-extr-last): Remove (use `last' instead).
9230 (mail-extract-address-components): Properly reset the syntax-table
9231 after parsing an address. Use `last' rather than mail-extr-last.
9232 Make sure the end marker stays at the very end.
9233
9234 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9235
9236 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9237 last change.
9238
9239 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9240
9241 * ps-print.el: Line and paragraph spacing feature. Region to cut
9242 out when printing. Doc fix.
9243 (ps-print-version): New version number (6.5).
9244 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9245 New vars. Line and paragraph spacing feature.
9246 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9247 out when printing.
9248 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9249 (ps-get-font-size, ps-begin-job, ps-continue-line)
9250 (ps-plot-region): Code fix.
9251 (ps-print-prologue-2): Var eliminated.
9252 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9253 New internal vars.
9254 (ps-get-size): New fun.
9255 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9256 (ps-next-line): Replace defun by defsubst.
9257 (ps-mule-plot-string): Autoload doc fix.
9258
9259 * ps-bdf.el: XEmacs compatibility. Doc fix.
9260 (installation-directory, coding-system-for-read): Declare vars if
9261 it's not declared yet.
9262 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9263
9264 * ps-mule.el: XEmacs compatibility. Doc fix.
9265 (leading-code-private-22): Declare var if it's not declared yet.
9266 (charset-bytes, charset-dimension, charset-id, charset-width)
9267 (find-charset-region, split-char, char-width, chars-in-region)
9268 (forward-point, decompose-composite-char, encode-coding-string)
9269 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9270 Define funs if not defined yet.
9271 (encode-composition-rule, find-composition): Define funs if not
9272 loaded yet.
9273 (ps-mule-prologue): PostScript code fix.
9274
9275 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9276
9277 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9278 non-nil, generate font for the header strings.
9279 (ps-mule-prepare-font): Likewise.
9280 (ps-mule-generate-glyphs): Likewise.
9281 (ps-mule-string-encoding): Likewise.
9282 (ps-mule-header-charsets): New variable.
9283 (ps-mule-encode-header-string): New function.
9284 (ps-mule-header-string-charsets): New function.
9285 (ps-mule-begin-job): Check charsets in the header strings. If there
9286 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9287
9288 * ps-print.el (ps-generate-header-line): Encode the header string by
9289 ps-mule-encode-header-string.
9290 (ps-mule-encode-header-string): Declare autoload.
9291
9292 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9293
9294 * frame.el (cursor-in-non-selected-windows):
9295 Replaces show-cursor-in-non-selected-windows.
9296
9297 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9298
9299 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9300 Delete entries for "chinese-py" and "chinese-ziranma".
9301 (quail-misc-package-ext-info): New variable.
9302 (tsang-quick-converter): New function.
9303 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9304 (quick-cns-converter, py-converter, ziranma-converter)
9305 (miscdic-convert, batch-miscdic-convert): New functions.
9306
9307 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9308
9309 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9310 eight-bit-control chars.
9311
9312 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9313 Reduce making temporary vector (suggested by Dave Love).
9314
9315 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9318 string as well.
9319
9320 2001-03-30 Andreas Schwab <schwab@suse.de>
9321
9322 * files.el (backup-directory-alist): Fix typo.
9323
9324 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9325
9326 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9327 <eggert@twinsun.com>.
9328
9329 2001-03-30 Dave Love <fx@gnu.org>
9330
9331 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9332
9333 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9334
9335 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9336
9337 2001-03-30 Miles Bader <miles@gnu.org>
9338
9339 * subr.el (interactive-form): Fix paren typo.
9340
9341 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9342
9343 * emacs-lisp/profile.el: Say that it's obsolete in the header
9344 line, so that finder.el puts that into its data-base.
9345 Suggested by Alex Schroeder <alex@gnu.org>.
9346
9347 2001-03-29 Paul Eggert <eggert@twinsun.com>
9348
9349 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9350 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9351
9352 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9353
9354 * generic.el (generic-mode-set-comments): Use "" rather than nil
9355 for comment-end.
9356
9357 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9358
9359 * emacs-lisp/advice.el (ad-make-advised-definition):
9360 Call interactive-form to obtain the interactive spec of subrs.
9361
9362 * subr.el (interactive-form): New function.
9363
9364 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9365
9366 * vc-sccs.el (vc-sccs-register): Use relative file names.
9367
9368 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9369
9370 * bookmark.el (bookmark-get-bookmark): Handle case that
9371 BOOKMARK is not a string.
9372
9373 * image.el (image-type-regexps): Change type for PS files
9374 to `postscript'.
9375
9376 * subr.el (read-passwd): Clear command history after each
9377 character entered. From: Stephen Gildea
9378 <gildea@stop.mail-abuse.org>.
9379
9380 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9381
9382 * international/kkc.el (kkc-save-init-file): Locally bind
9383 print-length to nil.
9384
9385 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9386
9387 * textmodes/flyspell.el: Some doc fixes.
9388 (flyspell-maybe-correct-transposition)
9389 (flyspell-maybe-correct-doubling): Use a temporary buffer
9390
9391 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9392
9393 * emacs-lisp/byte-opt.el (byte-optimize-while)
9394 (byte-optimize-form-code-walker): Diagnose too few arguments
9395 for `if' and `while'.
9396
9397 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9398
9399 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9400 Prepend `\' to "\<quail-translation-docstring>".
9401
9402 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9403
9404 * autorevert.el (global-auto-revert-non-file-buffers):
9405 Remove duplicate defcustom.
9406
9407 2001-03-26 Miles Bader <miles@gnu.org>
9408
9409 * international/latin1-disp.el (latin1-char-displayable-p):
9410 Add leading "-" for X font pattern.
9411
9412 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9413
9414 * international/mule-diag.el (describe-coding-system):
9415 For raw-text and emacs-mule, don't add anymore text about what
9416 charsets they can encode.
9417
9418 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9419
9420 * help.el (view-lossage): Mention open-dribble-file in the doc
9421 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9422
9423 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9424
9425 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9426 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9427
9428 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9429
9430 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9431 Call ccl-execute-on-string directly so that CCL program handling
9432 multibyte sequence can work correctly.
9433 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9434 property of the coding system.
9435
9436 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9437
9438 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9439 Fix transcription typo.
9440
9441 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9442
9443 * whitespace.el: Add buffer local variables to toggle testing of
9444 whitespaces in buffers without affecting the default values.
9445 Bump version to 3.0 to account for a few other changes.
9446 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9447 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9448 (whitespace-toggle-spacetab-check): New functions.
9449
9450 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9451
9452 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9453
9454 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9455
9456 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9457 bs-cycle-configuration-name. From Juanma Barranquero
9458 <lektu@uol.com.br>.
9459
9460 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9461 and cc-vars.el.
9462
9463 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9464 headers. Always invoke sendmail with option -t.
9465
9466 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9467
9468 * Release of cc-mode 5.28.
9469
9470 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9471
9472 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9473 Removed the hardcoded switch to "java" style in Java mode.
9474 It's instead taken care of by the default value for c-default-style.
9475
9476 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9477
9478 * cc-align.el (c-lineup-math): Fix bug where lineup was
9479 triggered by equal signs in string literals.
9480
9481 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9482
9483 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9484 limit detection when at the ends of the buffer.
9485
9486 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9487 "for" statement clause in case 7F; a better one is done
9488 earlier in case 7D anyway.
9489
9490 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9491
9492 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9493 somewhat more and did a small optimization.
9494
9495 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9496
9497 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9498 Use the limit argument only to limit the syntactic context
9499 search, not to limit the actual movement.
9500
9501 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9502 inside multiline strings, just like in comments. Also various
9503 fixes to the paragraph and comment prefix recognition, block
9504 comment ender handling etc.
9505
9506 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9507
9508 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9509 the relative position of the point.
9510
9511 * cc-cmds.el (c-electric-continued-statement): New function to
9512 use as abbrev hook to reindent for keywords such as "else"
9513 that continues an earlier statement.
9514
9515 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9516 like classes.
9517
9518 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9519 (pike-mode): Populate the default abbrev tables to reindent for
9520 keywords such as "else" that can continue earlier statements.
9521 Abbrev mode is therefore turned on by default now. (Note that
9522 this doesn't apply to idl-mode, since IDL afaik doesn't have
9523 statements at all.)
9524
9525 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9526
9527 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9528 bracelists where the declaration contains template arguments.
9529
9530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9531
9532 * cc-cmds.el (c-comment-indent):
9533 Use `c-get-syntactic-indentation' to correctly calculate the
9534 syntactic indentation. Fixes bug with lineup functions that
9535 return vectors.
9536
9537 * cc-engine.el (c-get-syntactic-indentation): Split the
9538 indentation sum calculation from `c-indent-line' to a separate
9539 function.
9540
9541 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9542
9543 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9544 Fixed places where it was assumed that preprocessor directives
9545 have to start in column zero.
9546
9547 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9548 template arguments after a class identifier properly.
9549
9550 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9551 lists for `new Foo[]' constructs in Java as expressions and
9552 not top level definition brace lists on the top level, so that
9553 they'll get indented consistently with the same type of
9554 expression in a normal block.
9555
9556 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9557
9558 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9559 whether the adaptive filling package fails to keep the comment
9560 prefix is now kludged further to check for filladapt-mode
9561 which doesn't have that problem. This is really icky, but it's
9562 the only way that works with the current misfeatures/bugs in
9563 both adaptive-fill-mode and filladapt-mode.
9564
9565 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9566 around point is recognized more robust.
9567
9568 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9569
9570 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9571 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9572 (c-lit-type): Fixed all internal variables used dynamically so
9573 that they are always bound.
9574
9575 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9576 errors:
9577
9578 (c-indent-region): Fixed reporting of syntactic errors so that
9579 the region is fully reindented even when an error occurs.
9580 The last syntactic error is printed afterwards. Also cleanup up a
9581 whole lot of code that tried to optimize indentation of whole
9582 sexps but in reality accomplishes nothing.
9583
9584 (c-indent-sexp): Use c-indent-region.
9585
9586 (c-parsing-error): Changed this variable to hold the message
9587 for any syntactic error that is discovered.
9588
9589 (c-parse-state): Search backward from point instead of the bod
9590 position when the latter is invalid. This makes CC Mode
9591 recover faster when there are unbalanced close braces.
9592
9593 (c-backward-to-start-of-if): Use c-parsing-error to report
9594 dangling "else" clauses instead of throwing an error, and fall
9595 back to a reasonable position.
9596
9597 (c-indent-line): Added argument to avoid reporting syntactic errors.
9598
9599 (c-show-syntactic-information): Don't report any syntactic errors.
9600
9601 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9602
9603 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9604 paragraph recognition when moving by sentence in literals.
9605
9606 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9607 start regexp for javadoc to recognize javadoc markup in general instead
9608 of a specific set of keywords, to be more future-safe.
9609
9610 (c-Pike-pikedoc-paragraph-start)
9611 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9612 pikedoc markup.
9613
9614 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9615
9616 (pike-mode): Initialize paragraph settings pikedoc recognition.
9617
9618 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9619
9620 (c-comment-prefix-regexp): Made it possible to use an
9621 association list on this to specify mode specific regexps.
9622 The default value now use a special regexp in Pike mode to
9623 recognize pikedoc markup.
9624
9625 (c-current-comment-prefix): New variable containing the actual
9626 regexp from c-comment-prefix-regexp for the current buffer.
9627
9628 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9629
9630 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9631 lists: We can't look at the syntax, since a brace list can get
9632 recognized as a plain statement-cont.
9633
9634 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9635 special brace list opener broken over two lines got recognized
9636 as a statement on the second line. Case 9A changed.
9637
9638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9639
9640 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9641 adjustment after line is reindented.
9642
9643 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9644
9645 * cc-defs.el (c-point): Added optional argument for position
9646 to use instead of the current point.
9647
9648 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9649 the in-expression block symbols when the construct starts at
9650 boi, to avoid the extra level of indentation in that case.
9651 Cases 4, 16A and 17E affected.
9652
9653 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9654
9655 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9656 calls to `c-indent-line', to adhere better to Emacs conventions.
9657
9658 * cc-engine.el (c-indent-line): Use the syntax already bound
9659 to `c-syntactic-context', if there is any.
9660
9661 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9662
9663 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9664 wasn't added up correctly when a lineup function returned nil.
9665
9666 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9667
9668 * cc-engine.el (c-collect-line-comments): Fixed bug where
9669 empty lines were ignored when collecting line comments backwards.
9670
9671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9672
9673 * cc-align.el (c-lineup-dont-change): Return an absolute
9674 indentation column to work correctly in the case when several
9675 syntactic elements are processed for the same line.
9676
9677 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9678 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9679 (c-set-offset): Added absolute indentation column settings by
9680 using the vector type.
9681
9682 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9683
9684 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9685 Implemented two new cleanups `space-before-funcall' and
9686 `compact-empty-funcall'.
9687
9688 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9689
9690 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9691 helping building regexps.
9692
9693 * cc-engine.el (c-on-identifier): New function for detecting
9694 identifiers. It takes keywords into account.
9695
9696 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9697 lists. `c-keywords' is set to a regexp matching all keywords
9698 in the current language.
9699
9700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9701
9702 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9703 list of characters to skip backwards over at the beginning of
9704 a statement, since it can precede string literals in Pike.
9705
9706 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9707
9708 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9709 recognition when standing on the last line in a C++ comment
9710 with nothing but whitespace after the prefix.
9711
9712 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9713 given no limit argument.
9714
9715 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9716
9717 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9718 recognition for the `[]= operator symbol in Pike.
9719
9720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9721
9722 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9723 around a bug in `eval-when-compile' in the byte compiler.
9724
9725 * cc-engine.el (c-forward-token-1): Fixed bug with return
9726 value when count is zero and there's no token start within the limit.
9727
9728 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9729 "prefix comments", i.e. comments which are followed by code on
9730 the same line.
9731
9732 * cc-mode-19.el: Fixes so that checks that must be done at
9733 compile time also are done then.
9734
9735 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9736
9737 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9738 time and at runtime, and only when it's needed.
9739
9740 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9741
9742 Major cleanup for less error prone and more warning free
9743 compilation, including some fixes for bugs due to different
9744 compilation orders. Thanks to Martin Buchholz for providing
9745 the basis for all this.
9746
9747 * cc-bytecomp.el: New file that provides some byte compilation
9748 features: It ensures that files always are loaded from the
9749 current source directory during compilation, and it provides a
9750 set of macros to turn off specific compiler warnings for
9751 specific symbols. (It's not CC Mode specific in any way.)
9752
9753 Fixed a nearly acyclic dependency tree (both runtime and
9754 compile-time) between all files.
9755
9756 * cc-defs.el: Separated all macros before the inline functions,
9757 to ensure correct compilation.
9758
9759 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9760 cc-defs.el to cc-engine.el and made it a function instead.
9761
9762 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9763 about char-after.
9764
9765 * cc-vars.el: Cope even when there isn't a custom package
9766 containing defcustom available.
9767
9768 * cc-make.el: Removed since it's no longer necessary.
9769
9770 README: Updated installation instructions.
9771
9772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9773
9774 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9775 improve the modularity: Moved all mode init stuff from
9776 cc-langs.el to cc-mode.el, including the keymap
9777 initialization; cc-langs now only contains the various
9778 variables for configuring the language syntax.
9779
9780 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9781 (c-get-offset): Moved from cc-styles to cc-engine since file
9782 dependency analysis suggests they belong there (which also
9783 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9784
9785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9786
9787 * cc-cmds.el (c-fn-region-is-active-p): New function that
9788 wraps the corresponding macro, for use in places that aren't
9789 compiled. Thanks to Martin Buchholz for pointing out this.
9790
9791 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9792
9793 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9794 add things to the bug report.
9795
9796 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9797
9798 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9799 returned prefix could contain a newline when the search for a
9800 good prefix line failed.
9801
9802 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9803
9804 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9805 (c-toggle-auto-hungry-state): Made the argument optional, as
9806 the documentation says it is.
9807
9808 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9809
9810 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9811 multiline string syntax, #"...", as a cpp macro.
9812
9813 2001-03-21 Paul Eggert <eggert@twinsun.com>
9814
9815 * international/mule-cmds.el (set-locale-environment):
9816 Set system-messages-locale and system-time-locale, but only if the
9817 caller specifies a non-nil locale name.
9818
9819 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9820
9821 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9822 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9823
9824 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9825
9826 * follow.el (follow-avoid-tail-recenter): Doc fix.
9827
9828 * custom.el (custom-set-variables): Avoid reversing the list
9829 of args needlessly.
9830
9831 * startup.el (fancy-splash-head): Don't change the colors of the
9832 XPM image on a dark background.
9833
9834 * comint.el (comint-exec-1): Set columns of the terminal to
9835 window-width instead of frame-width.
9836
9837 * info.el (Info-scroll-down): Add missing WINDOW arg for
9838 pos-visible-in-window-p.
9839
9840 * ehelp.el (electric-help-mode-hook): Add defcustom.
9841
9842 * mail/sendmail.el (mail-mode): Activate case-folding in
9843 font-lock-defaults.
9844
9845 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9848 (completion-ignored-extensions): Remove duplicate ".class".
9849
9850 2001-03-19 Andreas Schwab <schwab@suse.de>
9851
9852 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9853 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9854
9855 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9856
9857 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9858 methods since there are not prefix input methods.
9859
9860 2001-03-19 Kenichi Handa <handa@etl.go.jp>
9861
9862 * international/mule-cmds.el (read-input-method-name):
9863 Locally bind enable-recursive-minibuffers to t.
9864
9865 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9866
9867 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9868
9869 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
9870
9871 * ediff-util.el: Copyright years.
9872 (ediff-choose-syntax-table): New function.
9873 (ediff-setup): Use ediff-choose-syntax-table.
9874
9875 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9876 with-syntax-table.
9877
9878 * ediff.el: Date of last update, copyright years.
9879
9880 * ediff-wind (ediff-setup-control-frame): Nill->nil.
9881
9882 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9883 of Scott Bronson.
9884 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9885 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9886 Deleted functions.
9887 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9888 ex-token-list.
9889
9890 * viper-util.el: Spaces, indentation.
9891
9892 * viper.el: Changed version, modification time.
9893
9894 2001-03-16 John Wiegley <johnw@gnu.org>
9895
9896 * calendar/timeclock.el (timeclock-workday-remaining):
9897 Check whether `discrep' is non-null before using it.
9898
9899 2001-03-16 John Wiegley <johnw@gnu.org>
9900
9901 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9902 first-time checkins.
9903 (timeclock-log-data): Fixed problem with reading timelog log file.
9904 Resulting data in the "day list" was incorrect.
9905 (timeclock-find-discrep): Check if `timeclock-file' is readable
9906 before opening it.
9907 (timeclock-time-less-p): New function.
9908 (timeclock-day-base): New function.
9909 (timeclock-geometric-mean): New function.
9910 (timeclock-generate-report): Generate a summary report based on
9911 the contents of the log file. This uses `timeclock-log-data', and
9912 is an example of writing a timelog manipulation function.
9913 (timeclock-visit-timelog): A quick command for opening the timelog
9914 file.
9915 (timeclock-log-data): Bound the variable event.
9916
9917 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9918
9919 * international/mule-cmds.el (select-safe-coding-system):
9920 Fix typo: symbol-name -> symbol-value.
9921
9922 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9923 before substitute-in-file-name to handle double slashes in FILE
9924 correctly.
9925
9926 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9927
9928 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9929 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9930
9931 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9932
9933 * bindings.el (features): Add `md5' and `overlay' to the list.
9934
9935 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9936 bound before using it. It's not bound when configured without X,
9937 for instance.
9938
9939 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9940
9941 * progmodes/hideshow.el: Update copyright.
9942 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9943 (hs-minor-mode-hook): Include `:version' in defcustom form.
9944
9945 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9946
9947 * help.el (string-key-binding): Don't call event-start on
9948 a non-list.
9949
9950 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9951
9952 * startup.el (fancy-splash-tail, command-line-1): Fix the
9953 copyright year.
9954
9955 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9956
9957 * term.el: These changes are based on a patch sent from Yong Lu
9958 <lyongu@yahoo.com>.
9959 (term-set-escape-char): Bind M-x to execute-extended-command in
9960 term-raw-escape-map.
9961 (term-move-columns): Don't try to move to negagive column.
9962 (term-emulate-terminal): Insert a string before deleting a text to
9963 overwrite.
9964
9965 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9966
9967 * play/life.el (life): Rearrange code so that all calls to
9968 life-display-generation are in a catch-form.
9969
9970 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9971 file that isn't interesting. In an interesting file, push the old
9972 value of point on the mark ring.
9973
9974 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9975 New function.
9976 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9977 Use it.
9978
9979 * emacs-lisp/autoload.el (generate-file-autoloads):
9980 Remove warning about line lengths.
9981
9982 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9983
9984 * progmodes/etags.el (tags-compression-info-list): New variable.
9985 (find-tag-in-order): Use it to deal with compressed source files.
9986 (tag-file-name-match-p): New function.
9987 (etags-recognize-tags-table): Use it for better match of file names.
9988
9989 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9990
9991 * international/mule-cmds.el (register-input-method): Doc fix.
9992
9993 * international/quail.el (quail-translate-key): Fix condition to
9994 check if there's another breaking point in the current key.
9995
9996 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9997
9998 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9999 Babyl header to the newly-created output file, bind
10000 coding-system-for-write to either rmail-file-coding-system or
10001 emacs-mule-unix.
10002
10003 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10004
10005 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10006 Fix the name and regexp used for subsubsections.
10007
10008 2001-03-10 Dave Love <fx@gnu.org>
10009
10010 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10011 and save-buffer if buffer-file-name non-nil. From rms.
10012
10013 2001-03-10 Andre Spiegel <spiegel@gnu.org>
10014
10015 * vc.el (vc-do-command): If the destination buffer is already
10016 current, don't set it up and don't erase it. Updated doc string
10017 to reflect that.
10018 (vc-version-diff): When doing a single file diff, don't switch to the
10019 *vc-diff* buffer before the command. This is to preserve local
10020 variable bindings that might affect the diff command.
10021 (vc-print-log): Don't switch to the *vc* buffer before the
10022 command, so that local variable bindings are preserved.
10023
10024 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10025 not the current buffer.
10026 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10027
10028 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10029 make output go to buffer *vc*, not the current buffer.
10030
10031 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10032
10033 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10034 so ^, $, *, ? and + are interpreted correctly.
10035
10036 2001-03-09 Gerd Moellmann <gerd@gnu.org>
10037
10038 * help.el (string-key-binding): Renamed from
10039 mode-line-key-binding. Handle any event on a string.
10040 Check for `keymap' properties as well as `local-map' properties.
10041
10042 * comint.el (comint-insert-clicked-input): Use the last key
10043 from this-command-keys to lookup the global key definition.
10044
10045 2001-03-09 Kenichi Handa <handa@etl.go.jp>
10046
10047 * international/characters.el: Add category `j' for
10048 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10049
10050 * international/mule-conf.el (no-conversion): Fix docstring.
10051 (raw-text): Fix docstring.
10052
10053 2001-03-08 Gerd Moellmann <gerd@gnu.org>
10054
10055 * simple.el (choose-completion-string): When not leaving the
10056 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10057 is set.
10058
10059 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10060 parameter `(minibuffer . t)'.
10061
10062 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10063
10064 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10065 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10066 (sh-mode): Remove `make-local-variable' for unused var
10067 `font-lock-unfontify-region-function'.
10068
10069 2001-03-07 Richard M. Stallman <rms@gnu.org>
10070
10071 * info.el (Info-scroll-down): Fix previous change.
10072
10073 * mail/rmail.el (rmail-toggle-header): Use a window which
10074 is showing the Rmail buffer, rather than the selected window.
10075
10076 2001-03-07 Dave Love <fx@gnu.org>
10077
10078 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10079 now, to avoid problems with binding imenu directly to a mouse event.
10080
10081 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10082
10083 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10084 second arg t.
10085
10086 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10087
10088 * log-edit.el (log-edit-common-indent): New var.
10089 (log-edit-set-common-indentation): Renamed from
10090 log-edit-delete-common-indentation. Use the new var.
10091 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10092
10093 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10094 (cvs-mode-add-change-log-entry-other-window):
10095 Don't presume change-log-default-name is defined.
10096
10097 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10098
10099 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10100 the "tree" operation as well.
10101
10102 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10103
10104 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10105 to match paragraph-start.
10106
10107 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10108 comment-start-skip and set comment-end-skip as well.
10109 (sgml-comment-indent): Fix for new value of comment-start-skip.
10110 (html-autoview-mode): Don't bother using make-local-hook.
10111
10112 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10113
10114 * cus-edit.el (custom-save-delete): Move in front of local
10115 variables, otherwise long Custom entries would make them ineffective.
10116
10117 * uniquify.el: Set maintainer to FSF.
10118
10119 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10120
10121 * dired-aux.el (dired-do-shell-command): Doc fix.
10122
10123 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10124
10125 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10126
10127 * which-func.el (which-func-modes): Add cperl-mode.
10128 (which-func-mode-global): Use define-minor-mode.
10129
10130 * info-look.el: Docstring fixes and dead code eliminated.
10131 (cperl-mode): Add support.
10132 (emacs-lisp-mode): List all entries from elisp manual, whether
10133 or not they are currently (f)bound or not. Update regexp.
10134
10135 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10136
10137 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10138 so that C-h m shows the correct information.
10139 Use make-local-variable rather than make-variable-buffer-local.
10140 (cperl-info-buffer, cperl-setup-tmp-buf):
10141 Use make-local-variable rather than make-variable-buffer-local.
10142 (cperl-msb-fix, cperl-get-help-defer):
10143 Check major-mode for `cperl-mode' as well.
10144
10145 * progmodes/cperl-mode.el: Updated to author version 4.23.
10146 (cperl-electric-pod): SYNOPSIS was misspelled.
10147 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10148 (cperl-after-expr-p): Make true after __END__.
10149
10150 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10151
10152 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10153 bookmark-completion-ignore-case is t.
10154
10155 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10156 switch, like xterm, and concat resource strings, with a newline
10157 between them.
10158
10159 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10160
10161 * international/codepage.el (cp770-decode-table)
10162 (cp773-decode-table, cp774-decode-table): New variables.
10163
10164 * man.el (Man-hyphenated-reference-regexp): New variable.
10165 (Man-build-references-alist): Use it to search for referenced
10166 manpages. If hyphenated is non-nil, record a concatenated word in
10167 Man-refpages-alist only if it matches Man-reference-regexp.
10168 Update word's length when it is concatenated. Reverse the list,
10169 to get the first manpage at the head.
10170 (Man-possibly-hyphenated-word): New function.
10171 (Man-follow-manual-reference): Use it instead of current-word to
10172 find a manpage at point, in a way that accounts for hyphenated
10173 references.
10174
10175 2001-03-06 Alex Schroeder <alex@gnu.org>
10176
10177 * sql.el (sql-interbase): New function.
10178 (sql-interbase-program): New option.
10179 (sql-interbase-options): New option.
10180 And some typos fixed: "customise" to "customize".
10181
10182 2001-03-06 Dave Love <fx@gnu.org>
10183
10184 * textmodes/flyspell.el (flyspell-region):
10185 Set up flyspell-local-mouse-map.
10186
10187 2001-03-05 Richard M. Stallman <rms@gnu.org>
10188
10189 * mail/rmail.el (rmail-retry-failure):
10190 Don't call rmail-beginning-of-message.
10191 Don't discard From: field. Do discard Received: field.
10192 Use unwind-protect to re-prune.
10193 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10194
10195 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10196
10197 * international/quail.el (quail-title): Add autoload cookie.
10198
10199 2001-03-05 Dave Love <fx@gnu.org>
10200
10201 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10202 new defs.
10203
10204 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10205
10206 * language/ethio-util.el (ethio-toggle-space):
10207 Update current-input-method-title if necessary.
10208 (ethio-toggle-punctuation): Likewise.
10209
10210 * international/quail.el (quail-title): Fix for the case that a
10211 title of an input method is specified by a list of the same form
10212 as used in mode-line-format.
10213
10214 * international/mule-cmds.el (activate-input-method):
10215 If current-input-method-title is set by activating INPUT-METHOD,
10216 respect that value.
10217
10218 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10219
10220 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10221
10222 2001-03-05 Alex Schroeder <alex@gnu.org>
10223
10224 * sql.el (sql-sybase): Fix typo (was: query user about server two
10225 times instead of server and database).
10226
10227 * sql.el (sql-sybase): Doc change.
10228 (sql-mysql): Doc change.
10229 (sql-postgres): Doc change.
10230
10231 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10232
10233 * international/mule-conf.el (emacs-mule, raw-text):
10234 Docstring modified.
10235
10236 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10237
10238 * term/internal.el: Update copyright notice.
10239
10240 * term/pc-win.el: Update copyright notice.
10241
10242 2001-03-02 Dave Love <fx@gnu.org>
10243
10244 * files.el (insert-file-contents-literally):
10245 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10246 not jka-compr-compression-info-list.
10247
10248 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10249
10250 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10251 spaces in default comment-start-skip settings rather than \s-.
10252
10253 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10256 default-frame-alist as well.
10257
10258 2001-03-01 Dave Love <fx@gnu.org>
10259
10260 * textmodes/reftex.el (defvar): Wrap some defvars in
10261 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10262
10263 * subr.el (event-basic-type): Doc fix.
10264
10265 * international/quail.el: Doc fixes.
10266
10267 * international/utf-8.el: Doc fixes.
10268
10269 * international/mule-cmds.el: Doc fixes.
10270 (leim-list-header): Fix header text.
10271
10272 * international/mule.el (coding-system-category): Doc fix.
10273
10274 * international/ccl.el (ccl-compile): Doc fix.
10275
10276 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10277
10278 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10279 rather than (before|after)-change-functions.
10280
10281 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10282
10283 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10284 scroll-left and scroll-right being called interactively so that
10285 they set the window's min_hscroll.
10286
10287 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10288
10289 * info.el (info-insert-file-contents-1): Accept an additional
10290 argument `lfn': if it is non-nil, concatenate `filename' and
10291 `suffix'; otherwise use the complicated MS-DOS code.
10292 All callers changed.
10293 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10294 can access long file names, try the long file-name version of
10295 `info-insert-file-contents-1', then the short file-name version.
10296
10297 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10298
10299 * language/ethio-util.el (setup-ethiopic-environment-internal):
10300 Change bindings of functions keys to conform to "Emacs Lisp Coding
10301 Convention".
10302
10303 * language/ethiopic.el ("Ethiopic"): Add documentation.
10304
10305 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10306
10307 * international/utf-8.el (mule-utf-8): Set coding-category
10308 property to coding-category-utf-8.
10309
10310 2001-02-27 Richard M. Stallman <rms@gnu.org>
10311
10312 * lpr.el (lpr-page-header-switches, print-region-1):
10313 Undo 2000-07-06 change.
10314 (lpr-add-switches): Default to t on gnu/linux.
10315
10316 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10317
10318 * bs.el (bs-attributes-list): Doc fix.
10319
10320 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10321
10322 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10323
10324 * help.el (view-order-manuals): Use goto-address.
10325
10326 * startup.el (command-line-1): Add info about ordering manuals
10327 to the not so fancy splash screens.
10328
10329 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10330
10331 * vc.el (vc-default-workfile-unchanged-p)
10332 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10333
10334 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10335
10336 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10337 fontify in the right buffer.
10338
10339 * allout.el (outline-flag-region): Move macro in front of first
10340 use to avoid a run-time error.
10341
10342 2001-02-24 Andrew Innes <andrewi@gnu.org>
10343
10344 * makefile.w32-in: Fix copyright notice.
10345
10346 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10347
10348 * international/utf-8.el (mule-utf-8): Set correct value for
10349 valid-codes property.
10350
10351 * international/fontset.el (x-complement-fontset-spec): In the
10352 case that we use ASCII font for the other charsets, use only
10353 family and registry part of it.
10354
10355 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10356
10357 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10358 (shrink-window-if-larger-than-buffer): Doc fix.
10359
10360 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10361
10362 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10363 predicate passed to completing-read.
10364
10365 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10366
10367 * startup.el (command-line): Fix last change.
10368
10369 2001-02-23 Jason Rumney <jasonr@gnu.org>
10370
10371 * startup.el (tool-bar-originally-present): New variable.
10372 (command-line): Set it if the tool-bar is switched on at startup.
10373
10374 * frame.el (frame-notice-user-settings): Only adjust frame height
10375 for no tool-bar case if tool-bar was originally switched on.
10376 From E. Jay Berkenbilt.
10377
10378 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10379
10380 * server.el (server-switch-buffer): Only switch window if the
10381 current one is dedicated.
10382
10383 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10384 rather than using (match-beginning 0) when searching for break point.
10385
10386 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10387
10388 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10389 @ follows an accent command such as @'. Support optional braces
10390 in commands that insert accents, like makeinfo does.
10391
10392 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10393
10394 * startup.el (fancy-splash-text): Add a line for ordering
10395 manuals. Reverse order of splash screens shown.
10396 (use-fancy-splash-screens-p): Adapt to the text line added.
10397
10398 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10399 manuals from the FSF.
10400
10401 * help.el (view-order-manuals): New function.
10402 (toplevel): Bind C-h C-m to this function.
10403
10404 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10405
10406 * newcomment.el (comment-forward): Skip the comment-start before
10407 searching for the comment-end.
10408
10409 2001-02-21 Dave Love <fx@gnu.org>
10410
10411 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10412
10413 * international/mule-cmds.el, international/mule.el: Doc fixes.
10414
10415 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10416
10417 * startup.el (fancy-splash-screens): Use display-hourglass
10418 instead of display-busy-cursor.
10419
10420 * frame.el (display-hourglass): Renamed from busy-cursor.
10421 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10422 (show-cursor-in-non-selected-windows): Doc fix.
10423
10424 2001-02-20 Dave Love <fx@gnu.org>
10425
10426 * international/utf-8.el: Doc and commentary fixes.
10427
10428 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10429
10430 * ehelp.el (with-electric-help): Doc fix.
10431
10432 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10433
10434 * msb.el (msb-mode): Call the update-buffers function explicitly
10435 with a FORCE argument.
10436
10437 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10438 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10439 returns nil.
10440
10441 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10442
10443 * ps-print.el: Timestamp package replacement. Some enhancements.
10444 Some XEmacs compatibility. Doc fix.
10445 (ps-print-version): New version number (6.4).
10446 (ps-printer-name): Initialization fix.
10447 (ps-zebra-stripe-follow): Funcionality enhancement.
10448 (ps-prologue-file): Code enhancement.
10449 (ps-right-header): Timestamp package replacement.
10450 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10451 (ps-get-page-dimensions)
10452 (ps-generate-header, ps-begin-file, ps-begin-job)
10453 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10454 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10455 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10456 (coding-system-for-write): Var declaration (XEmacs compatibility).
10457
10458 2001-02-20 Miles Bader <miles@gnu.org>
10459
10460 * image-file.el (image-file-name-extensions): Add "tif".
10461
10462 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10463
10464 * wid-edit.el (widget-button-click): Save the selected window
10465 around the code handling clicks on buttons.
10466
10467 2001-02-18 Dave Love <fx@gnu.org>
10468
10469 * imenu.el (imenu--generic-function): Use mapc to iterate over
10470 syntax characters.
10471
10472 2001-02-17 Richard M. Stallman <rms@gnu.org>
10473
10474 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10475
10476 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10477
10478 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10479
10480 * mouse.el (mouse-save-then-kill): If the distance from the new
10481 point to the mark is equal to the distance of point from the new
10482 point, move point instead of the mark.
10483
10484 2001-02-16 Dave Love <fx@gnu.org>
10485
10486 * textmodes/flyspell.el (flyspell-get-word): Return string without
10487 properties.
10488
10489 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10490
10491 * generic.el (generic-find-file-regexp): Doc fix.
10492 (generic-ignore-files-regexp): New defcustom.
10493 (generic-mode-find-file-hook): If the file's name matches the
10494 regexp in `generic-ignore-files-regexp', don't enter
10495 default-generic-mode. Doc fix.
10496
10497 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10498
10499 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10500 Add autoload cookies.
10501
10502 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10503 of cal-tex-24.
10504
10505 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10506
10507 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10508
10509 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10510 the character class after the (optional) drive, to support file
10511 names with embedded blanks.
10512
10513 2001-02-15 Sam Steingold <sds@gnu.org>
10514
10515 * textmodes/tex-mode.el (tex-shell-running):
10516 Check the process buffer too.
10517
10518 2001-02-15 Dave Love <fx@gnu.org>
10519
10520 * battery.el (battery-status-function): Fix doc, :type.
10521
10522 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10523
10524 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10525
10526 * subr.el (read-passwd): Clear Lisp memory holding password.
10527
10528 2001-02-15 Miles Bader <miles@gnu.org>
10529
10530 * info.el (Info-copy-current-node-name): New function.
10531 (Info-mode-menu): Add it to the menu.
10532
10533 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10534
10535 * international/mule-cmds.el (toggle-input-method): Doc fix.
10536
10537 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10538
10539 * replace.el (occur): Stop at end of buffer.
10540
10541 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10542
10543 * international/mule-cmds.el (set-input-method): Another doc fix.
10544
10545 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10546
10547 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10548
10549 2001-02-13 Miles Bader <miles@gnu.org>
10550
10551 * faces.el (set-face-background, set-face-foreground)
10552 (set-face-stipple): Treat a value of nil as being `unspecified'.
10553
10554 2001-02-12 Dave Love <d.love@dl.ac.uk>
10555
10556 * international/latin1-disp.el: Doc fixes.
10557 (latin1-display) <defgroup>: Add :link.
10558 (latin1-display) <function>: Set variable latin1-display.
10559
10560 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10561
10562 * international/mule-cmds.el (set-input-method): Doc fix.
10563
10564 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10565
10566 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10567 (speedbar-line-file): Return nil if not a file.
10568 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10569
10570 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10571
10572 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10573 for remote files.
10574 (ediff-coding-system-for-read): Replaced the no-conversion default
10575 with raw-text.
10576
10577 * ediff-init.el: Removed :version from defcustom vars.
10578
10579 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10580 Better handling of the diff mode.
10581
10582 * ediff.texi: Added ediff-coding-system-for-read.
10583
10584 * viper.texi: Fix typos.
10585
10586 2001-02-11 Dave Love <fx@gnu.org>
10587
10588 * shadowfile.el: Doc fixes.
10589 (shadow) <defgroup>: Add :link.
10590 (shadowfile-unload-hook): New function.
10591 (shadow-initialize): Use defalias, not fset.
10592 (shadow-define-cluster, shadow-define-literal-group)
10593 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10594
10595 * international/mule.el: Doc and message fixes.
10596
10597 * international/ccl.el (define-ccl-program): Doc fix.
10598
10599 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10600
10601 * faces.el (mode-line): Set :line-width property to -1.
10602
10603 2001-02-10 Richard M. Stallman <rms@gnu.org>
10604
10605 * complete.el (partial-completion-mode): Doc fix.
10606
10607 * simple.el (delete-key-deletes-forward-mode):
10608 Change `let' to `let*' to fix gross bug in last change.
10609
10610 * repeat.el (repeat): Don't let execute-kbd-macro alter
10611 real-last-command.
10612
10613 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10614
10615 * simple.el (eval-expression): Doc fix.
10616
10617 2001-02-09 Dave Love <fx@gnu.org>
10618
10619 * imenu.el (imenu-generic-expression): Doc fix.
10620
10621 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10622 From Juanma Barranquero.
10623
10624 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10625
10626 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10627
10628 * faces.el (set-face-attribute): Describe the case of a negative
10629 value specified for :line-width.
10630
10631 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * which-func.el (which-func-mode): Invert which-func-mode-global.
10634 From Juanma Barranquero <lektu@uol.com.br>.
10635
10636 2001-02-08 Dave Love <fx@gnu.org>
10637
10638 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10639 widget-plist-value-type.
10640 (widget-alist-convert-widget): Replace binding of
10641 widget-alist-value-type.
10642
10643 * textmodes/paragraphs.el (sentence-end): Doc fix.
10644
10645 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10646 Remove `backward-line'.
10647
10648 * play/pong.el (pong-blank-color, pong-bat-color)
10649 (pong-ball-color, pong-border-color, pong-left-key)
10650 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10651 (pong-pause-key, pong-resume-key, pong-timer-delay):
10652 * mail/mh-comp.el (mh-compose-letter-function):
10653 * eshell/esh-mode.el (eshell-skip-prompt-function):
10654 * emulation/viper-ex.el (ex-unix-type-shell-options):
10655 * recentf.el (recentf-menu-filter):
10656 * ps-print.el (ps-print-region-function):
10657 * lpr.el (print-region-function):
10658 * forms.el (forms-mode-hooks):
10659 * dirtrack.el (dirtrack-directory-change-hook):
10660 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10661 * textmodes/spell.el (spell-filter):
10662 * textmodes/fill.el (adaptive-fill-function):
10663 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10664 * progmodes/etags.el (find-tag-default-function):
10665 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10666 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10667
10668 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10669
10670 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10671 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10672 Meyering <jim@meyering.net>.
10673
10674 * loadup.el: Revert last change.
10675
10676 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10677
10678 * international/mule.el (transform-make-coding-system-args):
10679 Make it work also for coding systems not using CCL.
10680
10681 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10682
10683 * simple.el (previous-matching-history-element)
10684 (next-matching-history-element): Doc fix.
10685
10686 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10687 specific part.
10688
10689 2001-02-06 Dave Love <fx@gnu.org>
10690
10691 * add-log.el (add-log-current-defun-function)
10692 (add-log-buffer-file-name-function, add-log-file-name-function):
10693 Fix :type.
10694 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10695
10696 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10697
10698 * info.el (info-initialize): Remove the test for system-type when
10699 invocation-directory is non-nil.
10700
10701 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10702 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10703
10704 2001-02-06 Andrew Innes <andrewi@gnu.org>
10705
10706 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10707 absolute.
10708
10709 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10710
10711 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10712 buffers. When hi-lock turned on rather than only checking current
10713 buffer for regexps, all buffers are checked. Moved activation of
10714 font-lock to hi-lock-refontify. When font-lock turned off rather
10715 than removing added highlighting just in current buffer, remove it
10716 in all buffers. Changed edit menu text from "Automatic
10717 Highlighting" to "Regexp Highlighting" Documentation for
10718 highlighting phrases, minor documentation changes.
10719 (hi-lock-set-file-patterns): Execute only if there are new or
10720 existing file patterns.
10721 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10722 unfontify and, if a support mode is active, will not refontify the
10723 whole buffer. If necessary, turn on font lock. (Removed
10724 font-lock-unfontify and font-lock support-mode-specific calls,
10725 such as lazy-lock-fontify-window.)
10726 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10727 patterns are found. Not useful now since find-file-hook is removed
10728 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10729 (hi-lock-face-phrase-buffer): New function. Also added related
10730 menu item and keybinding.
10731 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10732 (hi-lock-process-phrase): New function.
10733 (hi-lock-line-face-buffer): Doc fixes.
10734 (hi-lock-face-buffer): Doc fixes.
10735 (hi-lock-unface-buffer): Doc fixes.
10736
10737 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10738
10739 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10740 dabbrev-ignored-regexps.
10741
10742 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10743
10744 * simple.el (kill-line): Doc fix.
10745
10746 2001-02-05 Dave Love <fx@gnu.org>
10747
10748 * loadup.el: Revert last two changes -- bootstrapping works with
10749 regenerated loaddefs.
10750
10751 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10752
10753 * isearch.el (isearch-forward): Doc fix.
10754
10755 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10756 of font-lock-defaults to backward-paragraph.
10757
10758 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10759
10760 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10761 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10762
10763 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10764
10765 * ebnf2ps.el: Eliminate time-stamp functions.
10766 (ebnf-version): New version (3.5).
10767 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10768 format-time-string.
10769
10770 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10771
10772 * simple.el (next-line): Goto end-of-line before inserting a newline.
10773
10774 2001-02-05 Miles Bader <miles@gnu.org>
10775
10776 * image-file.el (insert-image-file): When visiting an image, also
10777 set `truncate-lines' to t so that any fringe arrow looks correct.
10778
10779 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10780
10781 * isearch.el (isearch-forward): Add description about input method
10782 in the docsting.
10783
10784 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10785
10786 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10787
10788 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10789
10790 * info.el (info-initialize): If installation-directory is nil, for
10791 DOS/Windows systems try looking in a sibling of invocation-directory.
10792
10793 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10794
10795 * wid-edit.el (widget-button-click): Fix last change.
10796
10797 * frame.el (frame-notice-user-settings): When resizing the initial
10798 frame because the tool bar is off, also change the frame's top
10799 position if a negative top position was specified.
10800
10801 2001-02-02 Miles Bader <miles@gnu.org>
10802
10803 * image-file.el (insert-image-file): When visiting an image,
10804 suppress the cursor in the image buffer.
10805
10806 2001-02-01 Dave Love <fx@gnu.org>
10807
10808 * progmodes/f90.el (f90-mode): Remove startup message.
10809
10810 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10811
10812 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10813
10814 * startup.el (command-line): Fix code determining whether or not
10815 to use delete-key-deletes-forward-mode.
10816
10817 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10818
10819 * vc.el (vc-diff-switches): New user option.
10820 (vc-version-diff): Use it.
10821 (vc-diff-switches-list): New macro.
10822
10823 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10824 New customization options.
10825 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10826
10827 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10828
10829 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10830
10831 * msb.el (toplevel): Quote hook symbols.
10832
10833 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10834
10835 * international/mule.el (make-coding-system): Add description
10836 about recognized properties in the docstring.
10837
10838 * international/mule-conf.el: Remove unused charsets
10839 mac-roman-lower and mac-roman-upper.
10840
10841 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10842
10843 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10844 is in front of the left-margin, if any.
10845
10846 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10847 like `delete'.
10848
10849 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10850
10851 * term/w32-win.el (mouse-set-font): Doc fix.
10852
10853 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10854
10855 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10856 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10857 on already.
10858
10859 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
10860
10861 * files.el (save-buffer): Don't give message if (buffer-file-name)
10862 returns nil.
10863
10864 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10865
10866 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10867
10868 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10869 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10870
10871 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10872 display problems.
10873
10874 2001-01-31 Kenichi Handa <handa@etl.go.jp>
10875
10876 * international/mule.el (charset-info): Fix docstring.
10877
10878 * international/mule-diag.el (describe-character-set): Check final
10879 char valid before printing it.
10880
10881 2001-01-30 Gerd Moellmann <gerd@gnu.org>
10882
10883 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10884
10885 * frame.el (frame-notice-user-settings): Do the tool-bar
10886 stuff only for graphical displays. Fix a braino.
10887
10888 * frame.el (frame-initialize): Create initial frame visible.
10889 (frame-notice-user-settings): When tool-bar has been switched off,
10890 correct the frame size and sync tool-bar-mode.
10891
10892 * startup.el (command-line): Remove manipulation of frame
10893 height for tool bars.
10894
10895 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10896
10897 * lpr.el: Compatibility with XEmacs and doc fixes.
10898 (lpr-windows-system, lpr-lp-system): New vars.
10899 (lpr-printer-switch): New defcustom.
10900 (printer-name, lpr-command): Customization fix.
10901 (print-region-1): Code fix.
10902 (print-region-new-buffer, printify-region): Indentation fix.
10903 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10904 New functions.
10905
10906 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10907
10908 * msb.el (toplevel): Fix the eval-after-load.
10909
10910 2001-01-29 Dave Love <fx@gnu.org>
10911
10912 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10913
10914 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10915
10916 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10917 (tcl-using-emacs-19-23): Consider Emacs 21+.
10918 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10919 (tcl-add-emacs-menu): Supply menu name.
10920 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10921
10922 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10923
10924 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10925
10926 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10927
10928 * pcvs.el (cvs-mark-fis-dead): New function.
10929 (cvs-mode-add): Use it.
10930 (cvs-mode-add-change-log-entry-other-window):
10931 Rebind change-log-default-name to itself rather than to nil.
10932
10933 2001-01-29 Sam Steingold <sds@gnu.org>
10934
10935 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10936 `autoload' statements.
10937
10938 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10939
10940 * files.el (confirm-kill-emacs): Doc fix.
10941
10942 * frame.el (frame-initialize): Doc fix.
10943
10944 * time-stamp.el (time-stamp-string): Doc fix.
10945
10946 * woman.el (WoMan-log-1): Make the log buffer writable.
10947 From Markus Rost <rost@math.ohio-state.edu>.
10948
10949 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10950
10951 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10952 the `make-variable-buffer-local'.
10953
10954 2001-01-29 Dave Love <fx@gnu.org>
10955
10956 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10957 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10958 Add autoload cookie.
10959 (ansi-color-apply-sequence): Fix typo.
10960
10961 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10962
10963 * menu-bar.el (menu-bar-files-menu): Add menu items for
10964 Postscript printing in black and white.
10965
10966 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10967 X-Mailman-Version, Precedence, List-Help, List-Post,
10968 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10969 Content-Type, Content-Length.
10970
10971 2001-01-29 Dave Love <fx@gnu.org>
10972
10973 * elide-head.el (elide-head): Make overlay evaporate.
10974
10975 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10976
10977 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10978
10979 * isearch.el (isearch-highlight): Don't punt if the display
10980 doesn't support colors, since isearch faces are defined for
10981 monochrome displays as well.
10982
10983 2001-01-27 Sam Steingold <sds@gnu.org>
10984
10985 * shell.el (shell-write-history-on-exit): Make sure that we are in
10986 the shell buffer (M-x tex-file RET inserted the error message into
10987 the TeX buffer).
10988
10989 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10990
10991 * simple.el (transient-mark-mode): Doc fix.
10992
10993 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10994
10995 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10996
10997 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10998
10999 * shell.el (shell-unquote-argument): If the shell is one of the
11000 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11001 quote character.
11002 (shell-dumb-shell-regexp): Document that the shells which match
11003 this regexp are supposed to not treat a backslash as a quote character.
11004
11005 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11006 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
11007
11008 2001-01-27 Richard M. Stallman <rms@gnu.org>
11009
11010 * dabbrev.el (dabbrev--substitute-expansion):
11011 Treat a one-capital-letter abbrev as "not all upper case",
11012 so as to force preservation of the expansion's pattern
11013 if the expansion starts with a capital letter.
11014
11015 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11016
11017 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11018 Doc fix.
11019
11020 * simple.el (transient-mark-mode): Document the fact that many
11021 commands act on the region when mark is active.
11022
11023 2001-01-27 Kenichi Handa <handa@etl.go.jp>
11024
11025 * international/quail.el (quail-setup-completion-buf): Make the
11026 multibyteness of current buffer inherited to Quail completion buffer.
11027 (quail-show-guidance-buf): Make the multibyteness of current
11028 buffer inherited to Quail guidance buffer.
11029 (quail-help): Make the multibyteness of current buffer inherited
11030 to Quail help buffer.
11031
11032 2001-01-26 Dave Love <fx@gnu.org>
11033
11034 * time-stamp.el: Doc fixes.
11035
11036 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11037 (delphi-keyword-face, delphi-other-face): Fix :type.
11038
11039 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11040
11041 * mail/feedmail.el (feedmail): Add :link.
11042 (feedmail-send-it): Doc fix.
11043
11044 * mail/sendmail.el: Doc fixes.
11045 (sendmail-send-it): Fix the non-ASCII regexp and use
11046 rfc2047-encode-string.
11047
11048 * dired.el, dired-aux.el: Revert last change.
11049
11050 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11051
11052 * makefile.w32-in (DONTCOMPILE): Add various term files.
11053
11054 2001-01-26 Dave Love <fx@gnu.org>
11055
11056 * Makefile.in (DONTCOMPILE): Add various term files.
11057
11058 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11059
11060 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11061
11062 * startup.el (display-startup-echo-area-message): Make sure
11063 the echo area is resized to fit the size of the startup message.
11064
11065 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11066 part of which is a constant.
11067
11068 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11069
11070 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11071
11072 2001-01-26 Richard M. Stallman <rms@gnu.org>
11073
11074 * simple.el (next-line): Don't let `newline' expand abbrevs.
11075 Simplify slightly.
11076 (open-line): Don't let `newline' expand abbrevs.
11077
11078 2001-01-25 John Wiegley <johnw@gnu.org>
11079
11080 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11081 to `repeat' in the :type field.
11082
11083 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11084 allow a choice of regexp or nil.
11085 (pcomplete-dir-ignore): Same.
11086
11087 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11088 a command) to always fail.
11089
11090 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11091
11092 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11093 discard the result.
11094 (iswitchb-to-end): Likewise.
11095
11096 2001-01-25 Sam Steingold <sds@gnu.org>
11097
11098 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11099 Require vc.
11100
11101 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11102
11103 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11104
11105 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11106
11107 2001-01-25 Dave Love <fx@gnu.org>
11108
11109 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11110 (describe-coding-system): Tweak the English text.
11111
11112 * loadup.el: Preload international/ccl for utf-8.
11113
11114 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11115
11116 * mail/rmail.el (rmail-redecode-body): Doc fix.
11117
11118 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11119
11120 * international/mule-cmds.el (reset-language-environment):
11121 Reset coding-category-utf-8 to mule-utf-8.
11122
11123 * international/mule-conf.el (coding-category-utf-8):
11124 Initialize to mule-utf-8.
11125
11126 * loadup.el: Preload international/utf-8.
11127
11128 * international/utf-8.el: New file.
11129
11130 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11131
11132 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11133
11134 2001-01-24 Sam Steingold <sds@gnu.org>
11135
11136 * dired.el (dired-replace-in-string): Removed.
11137 (dired-sort-toggle): Use `replace-regexps-in-string'
11138 instead of `dired-replace-in-string'.
11139
11140 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11141 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11142
11143 * gs.el (gs-replace-in-string): Removed.
11144 (gs-options): Use `replace-regexps-in-string'
11145 instead of `gs-replace-in-string'.
11146
11147 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11148
11149 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11150 bug report is mailed to an email list and posted to a news group.
11151
11152 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11153
11154 * comint.el (comint-replace-by-expanded-history-before-point):
11155 Fix change of 2000-08-03 to move point to the start of the line again.
11156
11157 * startup.el (tool-bar-images-pixel-height): New variable.
11158 (command-line): After loading the user's init file, when
11159 tool-bar-mode is on, increase the frame's size by some lines for
11160 the tool-bar.
11161
11162 * frame.el (frame-initialize): Create the initial frame invisible.
11163
11164 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11165
11166 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11167 (chinese-big5): MIME:Big5.
11168
11169 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11170
11171 * international/mule-cmds.el (universal-coding-system-argument):
11172 Handle commands with prefix args.
11173
11174 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11175
11176 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11177 being a list of numbers.
11178 (diary-mail-entries): Rewritten.
11179
11180 2001-01-23 Dave Love <fx@gnu.org>
11181
11182 * international/mule.el (make-coding-system): Fix typo.
11183
11184 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11185 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11186
11187 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11188
11189 * font-lock.el (font-lock-mode): Doc fix.
11190
11191 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11192
11193 * international/mule.el (make-translation-table): Fix docstring.
11194
11195 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11196
11197 * mail/rmail.el (rmail-redecode-body): New function.
11198
11199 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11200
11201 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11202
11203 * isearch.el (isearch-lazy-highlight-case-fold-search)
11204 (isearch-lazy-highlight-regexp): New variables.
11205 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11206 case-fold search or regexp search has been toggled.
11207
11208 * wid-edit.el (widget-button-click): Avoid a save-excursion
11209 around running a global binding.
11210
11211 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11212 to 0.25.
11213
11214 2001-01-20 Miles Bader <miles@gnu.org>
11215
11216 * cus-edit.el (custom-face-save): Do post-processing on the face's
11217 new value like `custom-face-set' does.
11218
11219 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11220
11221 * mail/emacsbug.el (report-emacs-bug): Report the value of
11222 LC_CTYPE, not LC_TYPE.
11223
11224 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11225 isearch-toggle-regexp and isearch-edit-string to doc string.
11226
11227 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11228
11229 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11230 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11231
11232 * jit-lock.el (jit-lock-fontify-now): Don't bind
11233 font-lock-beginning-of-syntax-function to nil.
11234
11235 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11236
11237 * mail/emacsbug.el (report-emacs-bug): Report values of
11238 locale-coding-system, default-enable-multibyte-characters, and the
11239 environment variables LC_ALL, LC_TYPE, and LANG.
11240
11241 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11242
11243 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11244
11245 * font-lock.el (font-lock-multiline): Default to nil.
11246 (font-lock-default-fontify-region): If font-lock-multiline is
11247 nil, don't check the property `font-lock-multiline'.
11248
11249 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11250 is nil, don't check the `font-lock-multiline' text property.
11251
11252 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11253
11254 * viper.el: Call initial-major-mode on startup.
11255
11256 * ediff.el (ediff-patch-file): Use better defaults.
11257
11258 * ediff-vers.el: Fix for 8+3 DOS file systems.
11259
11260 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11261
11262 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11263 diff mode, if available.
11264
11265 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11266
11267 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11268
11269 * ediff-init.el (subst-char-in-string): Define and use it, unless
11270 it's already defined.
11271
11272 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11273
11274 * tooltip.el (tooltip-hide-delay): New user-option.
11275 (tooltip-show): Use tooltip-hide-delay instead of the default.
11276
11277 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11278
11279 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11280 kill-local-variable doesn't work for enable-multibyte-characters.
11281
11282 2001-01-17 Dave Love <fx@gnu.org>
11283
11284 * ediff-init.el (ediff-before-setup-hook)
11285 (ediff-merge-filename-prefix): Add :version.
11286
11287 * international/latin1-disp.el: Require disp-table.
11288 (latin1-display): Fix :set.
11289
11290 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11291
11292 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11293
11294 * isearch.el (isearch-lazy-highlight-initial-delay)
11295 (isearch-lazy-highlight-interval): Default to 0.
11296
11297 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11298
11299 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11300 1 here rather than each time through
11301 isearch-lazy-highlight-new-loop.
11302 (isearch-lazy-highlight-max): Variable deleted.
11303 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11304 isearch-lazy-highlight-max but controls a single invocation of
11305 isearch-lazy-highlight-update.
11306 (isearch-lazy-highlight-wrapped): Variable recreated.
11307 (isearch-lazy-highlight-window-start): New variable.
11308 (isearch-lazy-highlight-cleanup): Restored to behavior of
11309 before 2-Jan.
11310 (isearch-lazy-highlight-remove-overlays): Function deleted;
11311 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11312 behavior removed.
11313 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11314 isearch-lazy-highlight-update in a loop rather than just once.
11315 Test isearch-invalid-regexp here and decide not to start a new
11316 loop, rather than testing it each time through
11317 isearch-lazy-highlight-update.
11318 (isearch-lazy-highlight-search): Function restored.
11319 (isearch-lazy-highlight-update): Get called in a timer loop again,
11320 but this time highlight more than one match each time through.
11321 Only highlight matches in the visible part of the window.
11322 Start at point, move in the direction of the search, and wrap around at
11323 the edge of the window. Use sit-for to force redisplay and ensure
11324 window-start is credible. "Face suppressing" behavior removed;
11325 overlay priorities should make it unnecessary, right?
11326 (isearch-highlight): Face suppressing behavior removed.
11327 (isearch-dehighlight): Face suppressing behavior removed.
11328 (isearch-set-lazy-highlight-faces-at): Removed.
11329
11330 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11331
11332 * language/european.el ("Latin-1"): Make the format of description
11333 about additional language environments same as that of Latin-2.
11334
11335 2001-01-16 Dave Love <fx@gnu.org>
11336
11337 * isearch.el (isearch-lazy-highlight): Add :version.
11338
11339 * simple.el (backward-delete-char-untabify-method)
11340 (next-line-add-newlines): Add :version.
11341
11342 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11343
11344 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11345 Don't bind <delete> otherwise.
11346
11347 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11348 and <delete> via function-key-map.
11349
11350 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11351 Subject line only if point is after the `Subject:'.
11352
11353 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11354
11355 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11356 japanese-jisx0213-2 in `charset' property of this lang. env.
11357
11358 * language/european.el ("Latin-1"): Add description for Dutch and
11359 Spanish lang. env.
11360
11361 * international/mule.el (decode-char): Fix conditions.
11362 (encode-char): Handle eight-bit-control too.
11363 (transform-make-coding-system-args): New function.
11364 (make-coding-system): Accept XEmacs style arguments for CCL base
11365 coding system.
11366
11367 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11368
11369 * progmodes/etags.el (find-tag-noselect): Save the value of
11370 tags-file-name before switching buffers, for the case it has a
11371 buffer-local value.
11372
11373 2001-01-15 Alex Schroeder <alex@gnu.org>
11374
11375 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11376 From Dave Love <fx@gnu.org>.
11377 (ansi-color-for-comint-mode): Fix :version.
11378
11379 2001-01-15 Alex Schroeder <alex@gnu.org>
11380
11381 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11382
11383 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11384
11385 * dired.el (dired-insert-directory): If file-system-info fails,
11386 remove the " free " part, but don't signal an error.
11387
11388 2001-01-12 Sam Steingold <sds@gnu.org>
11389
11390 * bookmark.el (bookmark-maybe-historicize-string):
11391 Use new backquote syntax.
11392
11393 2001-01-12 Richard M. Stallman <rms@gnu.org>
11394
11395 * subr.el (last): Handle a list that doesn't end in nil.
11396
11397 2001-01-12 Sam Steingold <sds@gnu.org>
11398
11399 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11400 to `backward-delete-char-untabify'.
11401
11402 2001-01-12 Dave Love <fx@gnu.org>
11403
11404 * cus-edit.el (customize-menu-create): Fix the :filter following
11405 easymenu change.
11406
11407 * wid-edit.el (function): Add :match-alternatives.
11408 (widget-color-action): Doc fix.
11409
11410 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11411
11412 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11413
11414 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11415
11416 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11417
11418 * international/ccl.el (define-ccl-program): Fix docstring.
11419
11420 2001-01-11 Dave Love <fx@gnu.org>
11421
11422 * international/mule-cmds.el (standard-display-european-internal):
11423 Set display table for 2208 as for 160.
11424
11425 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11426
11427 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11428 entry for custom-menu-create change.
11429 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11430 don't cons it in the search loop.
11431
11432 * imenu.el (imenu--truncate-items): Revert last change.
11433
11434 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11435
11436 * info.el (Info-setup-header-line): If the node header includes
11437 either Next: or Prev: links, don't show the File: and Node: parts
11438 in the header line.
11439
11440 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11441
11442 * comint.el (comint-goto-process-mark): Don't print a message
11443 when running in batch mode.
11444
11445 * isearch.el (isearch-search): In the condition-case handler for
11446 `error', set isearch-invalid-regexp to the whole error message.
11447
11448 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11449 ensure that eval-after-load works for files dumped with Emacs.
11450
11451 * help.el (load-symbol-file-load-history): New function extracted
11452 from function symbol-file.
11453 (symbol-file): Use it.
11454
11455 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11456
11457 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11458
11459 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11460 behave as if there were no prefix argument.
11461 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11462 argument were nil.
11463
11464 2001-01-11 Richard M. Stallman <rms@gnu.org>
11465
11466 * isearch.el (isearch-lazy-highlight-update):
11467 Don't look for more potential matches once maximum is exceeded.
11468 Use overlays-in to check correctly for overlap with current match.
11469 Ignore empty matches.
11470
11471 2001-01-11 Miles Bader <miles@gnu.org>
11472
11473 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11474 (ispell-overlay-window, ispell-help, ispell-show-choices)
11475 (ispell-command-loop): Use it instead of `window-height'.
11476
11477 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11478
11479 * files.el (confirm-kill-emacs): New user-option.
11480 (save-buffers-kill-emacs): Ask for final confirmation before
11481 killing Emacs.
11482
11483 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11484 to nil.
11485
11486 2001-01-10 Dave Love <fx@gnu.org>
11487
11488 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11489
11490 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11491
11492 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11493
11494 * calculator.el (calculator-number-digits): Fix :type.
11495
11496 * vc-cvs.el (vc-cvs-header): Fix :type.
11497 * vc-rcs.el (vc-rcs-header): Fix :type.
11498 * vc-sccs.el (vc-sccs-header): Fix :type.
11499
11500 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11501
11502 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11503
11504 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11505
11506 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11507
11508 * simple.el (set-variable): Force a thorough redisplay for the
11509 case that the variable has an effect on the display, like
11510 `tab-width' has.
11511
11512 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11513
11514 * vc.el: Add documentation for backend interface.
11515
11516 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11517
11518 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11519
11520 * international/mule-conf.el (latin-extra-code-table): Set to t
11521 for \223 and \224.
11522
11523 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11524
11525 * international/mule-cmds.el (locale-language-names): Map "es" to
11526 "Spanish" and "nl" to "Dutch".
11527
11528 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11529
11530 * bindings.el (global-map): Bind <home> to beginning-of-line,
11531 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11532 C-<end> to end-of-buffer.
11533
11534 * language/european.el: Add Dutch and Spanish language info
11535 to be able to use the appropriate tutorials.
11536
11537 2001-01-09 Alex Schroeder <alex@gnu.org>
11538
11539 * ansi-color.el (ansi-color-process-output): Use markers instead
11540 of positions for start and end of region.
11541 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11542 Previously, occasional mistakes happend when fontifying many
11543 chunks of output (eg. ls --color=yes /dev). This happened
11544 whenever an overlay was created up to the end of the region, which
11545 coincided with the process-mark. New text would then be added
11546 within that overlay instead of after it.
11547 (ansi-color-make-extent): Overlays are created with the property
11548 `modification-hooks' set to '(ansi-color-freeze-overlay).
11549 (ansi-color-freeze-overlay): New function. When inserting text at
11550 the end of the overlay, the overlay will resize.
11551
11552 2000-01-09 Alex Schroeder <alex@gnu.org>
11553
11554 * ansi-color.el (ansi-color-process-output): Doc change.
11555 (ansi-color-unfontify-region): Doc change. No longer installed
11556 automatically in font-lock-unfontify-region-function.
11557 (ansi-color-apply): Doc change.
11558 (ansi-color-apply-on-region): Use extents or overlays instead of
11559 text-properties.
11560 (ansi-color-make-extent): New function.
11561 (ansi-color-set-extent-face): New function.
11562
11563 2000-01-09 Alex Schroeder <alex@gnu.org>
11564
11565 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11566 both use ansi-color-process-output, now.
11567 (ansi-color-process-output): Doesn't return string anymore. It is
11568 installed in comint-output-filter-functions for both Emacs and
11569 XEmacs, now.
11570 (ansi-color-unfontify-region): Simplified code removing variables
11571 pos and start-ansi.
11572 (ansi-color-apply): Put text-property ansi-color before putting
11573 text-property face because ansi-color-unfontify-region is called
11574 immediately after the call to put-text-property.
11575 (ansi-color-context-region): Doc change.
11576 (ansi-color-filter-region): Simplified code.
11577 (ansi-color-apply-on-region): Changed start to start-marker, using
11578 a marker explicitly. Put text-property ansi-color before putting
11579 text-property face because ansi-color-unfontify-region is called
11580 immediately after the call to put-text-property.
11581
11582 2000-01-09 Alex Schroeder <alex@gnu.org>
11583
11584 * ansi-color.el (ansi-color-faces-vector): Doc change.
11585 (ansi-color-for-comint-mode): Changed :type property to choice.
11586 (ansi-color-last-context): Removed.
11587 (ansi-color-process-output): Don't use ansi-color-last-context, as
11588 the main functions will store their context now.
11589 (ansi-color-context): Doc change.
11590 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11591 Uses ansi-color-context such that repeated calls will strip
11592 partial escape sequences, too.
11593 (ansi-color-apply): Simplified code. Colorize end of string if
11594 face is not null. Store context in new (FACE STRING) format, such
11595 that repeated calls will strip partial escape sequences, too.
11596 Append faces to face property using ansi-color-apply-sequence such
11597 that cumulative mode actually works.
11598 (ansi-color-context-region): New variable.
11599 (ansi-color-filter-region): Rewrote it based on
11600 ansi-color-apply-on-region. Uses ansi-color-context-region such
11601 that repeated calls will strip partial escape sequences, too.
11602 (ansi-color-apply-on-region): Simplified code. Colorize end of
11603 region if face is not null. Store context in new (FACE POS)
11604 format, such that repeated calls will strip partial escape
11605 sequences, too. Append faces to face property using
11606 ansi-color-apply-sequence such that cumulative mode actually works.
11607 (ansi-color-apply-sequence): New function.
11608 (ansi-color-get-face): When the default face is added to the list
11609 of faces, all previous settings are discarded and the list of
11610 faces is set to '(default).
11611
11612 2000-01-09 Alex Schroeder <alex@gnu.org>
11613
11614 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11615 face, such that ansi-color-apply and ansi-color-apply-on-region
11616 will do the right thing.
11617 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11618 returns nil, set the list of faces back to nil instead of
11619 appending the result of ansi-color-get-face to the front of the list.
11620
11621 2000-01-09 Alex Schroeder <alex@gnu.org>
11622
11623 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11624 (ansi-color-process): Doc change.
11625 (ansi-color-last-context): New buffer-local variable.
11626 (ansi-color-process-output): New function. It is automatically
11627 added to comint-output-filter-functions if this is XEmacs.
11628 (ansi-color-unfontify-region): New optional parameter for XEmacs
11629 compatibility. Check wether font-lock-syntactic-keywords is
11630 boundp before removing the syntax table text property, as XEmacs
11631 doesn't have it.
11632 (ansi-color-filter-region): Doc change.
11633 (ansi-color-apply-on-region): Doc change.
11634 (ansi-color-make-face): New function. Compatibility layer for
11635 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11636 (ansi-color-make-color-map): Use ansi-color-make-face.
11637 (ansi-color-get-face): Avoid face text property '(nil) as results
11638 in an errow for XEmacs.
11639
11640 2000-01-09 Alex Schroeder <alex@gnu.org>
11641
11642 * ansi-color.el (ansi-color-unfontify-region): New function.
11643 Uses text-property ansi-color in order to preserve fontification by
11644 ansi-color. When the package is loaded, a lambda expression is
11645 put onto font-lock-mode-hook. This lambda expression will check
11646 font-lock-unfontify-region-function and replace
11647 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11648 (ansi-color-apply): Add text-property ansi-color in addition to
11649 text-property face.
11650 (ansi-color-apply-on-region): Add text-property ansi-color in
11651 addition to text-property face.
11652 (save-buffer-state): Copy of the macro that is also used by
11653 lazy-lock and font-lock.
11654
11655 (ansi-color-for-comint-mode): New option.
11656 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11657 (ansi-color-for-comint-mode-off): Ditto.
11658 (ansi-color-for-comint-mode-filter): Ditto.
11659 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11660 decide what to do. This function is added to
11661 comint-preoutput-filter-functions when the package is loaded.
11662
11663 (ansi-color-for-shell-mode-set): Removed.
11664 (ansi-color-for-shell-mode): Removed.
11665
11666 2000-01-09 Alex Schroeder <alex@gnu.org>
11667
11668 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11669 the lambda expression from the ansi-color-for-shell-mode :set
11670 property. Additionally, modify shell-mode-hook to enable or
11671 disable font-lock-mode for future shell buffers.
11672 (ansi-color-for-shell-mode): The :set property calls
11673 ansi-color-for-shell-mode-set instead of a lambda expression.
11674
11675 2000-01-09 Alex Schroeder <alex@gnu.org>
11676
11677 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11678 (ansi-color-context): New variable.
11679 (ansi-color-apply): Save context between calls.
11680
11681 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11682
11683 * isearch.el (isearch, isearch-lazy-highlight-face):
11684 New definitions for face colors and attributes.
11685
11686 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11687 of display-mouse-p.
11688
11689 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11690
11691 * international/mule.el (make-coding-system): If the coding system
11692 accepts extra latin codes, register such codes as safe for the
11693 coding system.
11694
11695 2001-01-08 Richard M. Stallman <rms@gnu.org>
11696
11697 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11698 don't mention the file name or the date here, because they are
11699 logged at the start of the file.
11700
11701 2001-01-08 Richard M. Stallman <rms@gnu.org>
11702
11703 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11704 Change screen-width to frame-width.
11705
11706 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11707
11708 * info.el (Info-search): Print the default as part of the prompt.
11709
11710 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11711
11712 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11713 constant implementations in backends.
11714
11715 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11716 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11717
11718 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11719 WRITABLE to EDITABLE.
11720
11721 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11722 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11723 to EDITABLE.
11724
11725 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11726
11727 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11728 (copyright, copyright-update): Compute the current year at run time.
11729
11730 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11731
11732 * isearch.el (isearch-old-signal-hook): Removed.
11733 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11734 instead of setting signal-hook-function.
11735 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11736
11737 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11738
11739 * emulation/edt.el: Update to version 4.0. Provide support for
11740 EDT scroll margins at top and bottom of the window. Provide an
11741 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11742 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11743 user when file-related buffer modifications exist.
11744 Provide support for running EDT Emulation in XEmacs.
11745 Provide customize access to some user updatable variables.
11746 Add Commentary section to file header.
11747 Fixed a few minor bugs and cleaned up some code.
11748
11749 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11750 for detecting a keypress that generates an ASCII key sequence.
11751 (Previously, only a keypress that generates a vector was
11752 recognized.) Embed Window Manager name into name of the generated
11753 EDT Emulation initialization file since the initialization file is
11754 Window Manager specific. Add Commentary section to file header.
11755
11756 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11757
11758 * mail/sendmail.el (mail-mode): Doc fix.
11759
11760 * info.el (Info-goto-emacs-command-node): Doc fix.
11761 (Info-goto-emacs-key-command-node): Doc fix.
11762
11763 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11764
11765 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11766 systems without long file-name support.
11767
11768 2001-01-06 Andrew Innes <andrewi@gnu.org>
11769
11770 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11771
11772 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11773
11774 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11775 (isearch-lazy-highlight-update): Doc fix.
11776
11777 * ffap.el (ffap-bindings): Doc fix.
11778
11779 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11780
11781 2001-01-05 Dave Love <fx@gnu.org>
11782
11783 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11784
11785 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11786
11787 * mouse-drag.el (mouse-drag-safe-scroll):
11788 Bind scroll-preserve-screen-position to nil.
11789
11790 * isearch.el (isearch-old-signal-hook): New variable.
11791 (isearch-mode): Set signal-hook-function to isearch-done.
11792 (isearch-done): Restore old signal-hook-function.
11793
11794 * info.el (Info-fontify-node): Mark one more char as intangible.
11795
11796 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11797
11798 * composite.el (compose-last-chars): New argument COMPONENTS.
11799 If it is non-nil, compose preceding characters by compose-region with
11800 COMPONENTS.
11801
11802 * international/quail.el (quail-input-string-to-events): New function.
11803 (quail-input-method): Convert input string to events here.
11804 (quail-start-translation): Return input string, not event list.
11805 (quail-start-conversion): Likewise.
11806
11807 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11808
11809 * tooltip.el (tooltip-cancel-delayed-tip)
11810 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11811 and tooltip-add-timeout.
11812 (tooltip-show): Set border color from faces's foreground.
11813 (tooltip-show-help-function): If called with the same help string
11814 as last time, do nothing.
11815 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11816
11817 * startup.el (fancy-splash-screens): Don't bind show-help-function
11818 to nil.
11819
11820 * tooltip.el (tooltip-frame-parameters): Remove colors.
11821 (tooltip): New face
11822 (tooltip-set-param): New function.
11823 (tooltip-show): Set up color frame parameters from face `tooltip'.
11824 Display the tooltip text in face `tooltip'.
11825
11826 2001-01-04 Dave Love <fx@gnu.org>
11827
11828 * whitespace.el (whitespace-global-mode): Fix typo.
11829
11830 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11831
11832 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11833
11834 * help.el (help-for-help): Fix a typo in a doc string.
11835 From kwzh@gnu.org (Karl Heuer).
11836
11837 2001-01-03 Dave Love <fx@gnu.org>
11838
11839 * dired-x.el: Doc fixes. Maintainer change.
11840 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11841 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11842 (dired-guess-shell-alist-user): Customize.
11843 (dired-x-help-address): Set to bug-gnu-emacs.
11844 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11845 (dired-default-directory): Renamed from default-directory.
11846
11847 * hl-line.el (hl-line): Doc fix.
11848
11849 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11850
11851 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11852
11853 2001-01-02 Richard M. Stallman <rms@gnu.org>
11854
11855 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11856 to remove all the current alternative-match highlighting.
11857 If nil, remove only what's outside the current window.
11858 (isearch-lazy-highlight-remove-overlays): Take optional
11859 region within which NOT to remove them.
11860 (isearch-lazy-highlight-new-loop): Greatly simplified.
11861 (isearch-lazy-highlight-update): Find all the other occurrences
11862 visible in the window, in just one call.
11863 (isearch-lazy-highlight-start): Now holds start of region to scan.
11864 (isearch-lazy-highlight-end): Now holds end of region to scan.
11865 (isearch-lazy-highlight-wrapped): Variable deleted.
11866 (isearch-lazy-highlight-search): Function deleted.
11867
11868 2000-01-02 Andrew Innes <andrewi@gnu.org>
11869
11870 * w32-fns.el (convert-standard-filename): Do length check on name
11871 before aref.
11872
11873 2001-01-02 Dave Love <fx@gnu.org>
11874
11875 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11876 value.
11877 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11878
11879 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11880
11881 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11882 read syntax.
11883
11884 * calendar/todo-mode.el (todo): Add :link, :version.
11885 (todo-save-top-priorities): Remove autoload cookie.
11886 (todo-add-category, todo-add-item-non-interactively)
11887 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11888
11889 2001-01-02 Gerd Moellmann <gerd@gnu.org>
11890
11891 * comint.el (comint-input-history-ignore): New variable.
11892 (comint-read-input-ring): Ignore entries matching
11893 comint-input-history-ignore.
11894
11895 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
11896
11897 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11898 (lm-copyright-mark): New function.
11899 (lm-crack-copyright): New function.
11900 (lm-verify): Check that the file has a copyright.
11901 Check that the file is copyright Free Software Foundation.
11902
11903 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11904
11905 * international/mule-diag.el (print-fontset): Indent font name by
11906 24 columns, not 25.
11907
11908 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11909
11910 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11911 in Subject line.
11912
11913 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11914 Use mail-mode-hook instead of mail-setup-hook.
11915 Otherwise continuing an interrupted message with C-u C-x m for
11916 instance, winds up in Mail mode without abbrevs.
11917
11918 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11919
11920 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11921 non-nil. Adding almost all customization variables on ps-setup.
11922 Doc fix.
11923 (ps-print-version): New version number (6.3.3).
11924 (ps-end-with-control-d): Initialization fix.
11925 (ps-lines-printed): New var.
11926 (ps-skip-newline): New fun.
11927 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11928 (ps-next-line, ps-continue-line, ps-plot-region)
11929 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11930
11931 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11932
11933 * international/fontset.el (x-complement-fontset-spec):
11934 Resolve ASCII font name so that the same family name is used for fonts
11935 registered in x-font-name-charset-alist.
11936 (create-fontset-from-fontset-spec): Adjusted for the above change.
11937 The name of fontset alias should be a unresolved ASCII font name.
11938
11939 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11940
11941 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11942 and delete in isearch-mode-map.
11943
11944 2000-12-28 Richard M. Stallman <rms@gnu.org>
11945
11946 * dired-x.el (dired-guess-shell-alist-default):
11947 Use xpdf instead of acroread.
11948
11949 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11950
11951 * textmodes/artist.el (artist-butlast): Deleted.
11952 (artist-ellipse-mirror-quadrant): Use butlast instead of
11953 artist-butlast.
11954
11955 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11956
11957 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11958
11959 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11960
11961 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11962
11963 * ls-lisp.el: Better support for the Mac and MS-Windows.
11964 (ls-lisp): New defgroup.
11965 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11966 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11967 (ls-lisp-support-shell-wildcards): New defcustoms.
11968 (ls-lisp-parse-symlink): New function.
11969 (insert-directory): Code to convert switches to a list and set up
11970 the wildcard argument copied from ls-lisp-insert-directory.
11971 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11972 for -C and -R switches.
11973 (ls-lisp-column-format): New function.
11974 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11975 (ls-lisp-format-time): Add doc strings.
11976 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11977 Support ls-lisp-dirs-first.
11978 (ls-lisp-classify, ls-lisp-extension): New functions.
11979 (ls-lisp-format): Optionally support emulation of symlinks.
11980 Support -i, -s, and -G switches.
11981
11982 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11983
11984 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11985
11986 * version.el (emacs-version): Print X scroll bar information.
11987
11988 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11989 instead of x-toolkit-scroll-bars-p.
11990
11991 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11992 of x-toolkit-scroll-bars-p.
11993
11994 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11995
11996 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11997 (ffap-bindings): Doc fix, to reflect the above change.
11998
11999 2000-12-27 Kenichi Handa <handa@etl.go.jp>
12000
12001 * term.el (term-char-mode): Define all non-ascii self-inserting
12002 characters to 'term-send-raw in term-raw-map.
12003
12004 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
12005
12006 * viper-init (viper-restore-cursor-type): Added condition-case guard.
12007
12008 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12009 Changed initialization; use add-hook.
12010 (ediff-file-remote-p): Use file-local-copy.
12011
12012 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12013
12014 * ediff.el (ediff-patch-buffer): Bug fix.
12015 (ediff-revision): Allow selection of the file at the prompt.
12016
12017 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12018
12019 * subr.el (combine-run-hooks): Remove.
12020
12021 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12022 and remove the rogue second spec.
12023
12024 2000-12-23 Gerd Moellmann <gerd@gnu.org>
12025
12026 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12027
12028 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12029
12030 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12031 Use minibuffer menu prompt for the `=' prefix.
12032 (smerge-command-prefix): Change default to C-^.
12033 (smerge-mode): Don't assume font-lock doesn't move point.
12034
12035 * skeleton.el (skeleton-internal-1): Make sure the first line of
12036 the region is also re-indented.
12037 (skeleton-end-newline): New var.
12038 (skeleton-end-hook): Use it.
12039
12040 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12041
12042 * comint.el (comint-password-prompt-regexp): Support CVS.
12043
12044 2000-12-22 Gerd Moellmann <gerd@gnu.org>
12045
12046 * simple.el (delete-key-deletes-forward-mode): Simplify.
12047 Also backspace key combinations, depending on
12048 delete-key-deletes-forward.
12049
12050 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12051
12052 * simple.el (delete-key-deletes-forward): Doc fix.
12053
12054 2000-08-22 Emmanuel Briot <briot@gnat.com>
12055
12056 * xml.el (top level comment): Updated to reflect the fact that
12057 white spaces are relevant in the XML file.
12058 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12059 to parse was already edited. This allows for on-the-fly analysis
12060 of XML files.
12061 (xml-parse-tag): Check that the casing is the same in the start
12062 tag and end tag, since XML is case-sensitive. Allows for spaces
12063 in the end tag, after the name of the tag.
12064 (xml-parse-attlist): Allow for the character '-' in the name of
12065 attributes, as in the standard http-equiv attribute Do not save
12066 the properties in the XML tree, since they are not relevant.
12067
12068 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12069
12070 * generic.el (generic-read-type): Undo last change, inline into
12071 `generic-mode' and then remove.
12072 (generic-mode): Inline generic-read-type.
12073 (define-generic-mode): Push the symbol name rather than the symbol
12074 onto generic-mode-list.
12075
12076 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12077
12078 * generic.el (generic-read-type): Build an alist for
12079 completing-read as in 20.7.
12080
12081 * play/landmark.el (lm): Use interactive spec `P'.
12082 (toplevel): Don't set debug-on-error.
12083
12084 * server.el (server-switch-buffer): Choose a window on a visible frame.
12085
12086 2000-12-21 Dave Pearson <davep@davep.org>
12087
12088 * quickurl.el: Commentry change, I've moved my web site.
12089
12090 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12091
12092 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12093 ranges like \177-\237, but accepts the character sequence from \177 to
12094 \237. Doc fix.
12095 (ebnf-version): New version (3.4).
12096 (ebnf-setup): Code fix.
12097 (ebnf-range-regexp): New fun.
12098 (ebnf-8-bit-chars): Const fix.
12099
12100 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12101 entry. Doc fix.
12102 (ebnf-bnf-lex): Code fix.
12103 (ebnf-bnf-comment-chars): Const fix.
12104
12105 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12106 entry. Doc fix.
12107 (ebnf-iso-comment-chars): Const fix.
12108
12109 * ebnf-otz.el: Doc fix.
12110
12111 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12112 entry. Doc fix.
12113 (ebnf-yac-skip-code): Code fix.
12114 (ebnf-yac-comment-chars): Const fix.
12115
12116 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12117
12118 * files.el (insert-directory-safely): New function.
12119 (recover-file): Use it instead of insert-directory.
12120 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12121
12122 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12123
12124 * international/mule-cmds.el (select-safe-coding-system):
12125 Check coding-category-list more rigidly. Improve help message.
12126
12127 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12128
12129 2000-12-21 Miles Bader <miles@gnu.org>
12130
12131 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12132
12133 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12134
12135 * international/mule-diag.el (describe-char-after): Make *Help*
12136 buffer inherit multibyteness of the current buffer.
12137
12138 * international/mule.el (make-char): Docstring adjusted for the
12139 change of make-char-internal.
12140
12141 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12142
12143 * international/iso-cvt.el: Docstrings fix.
12144
12145 2000-12-20 Dave Love <fx@gnu.org>
12146
12147 * subr.el (eval-after-load): Doc fix.
12148
12149 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12150
12151 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12152 for numbers.
12153
12154 2000-12-20 Miles Bader <miles@gnu.org>
12155
12156 * international/quail.el (quail-help): Resize the help window
12157 again after it has all its contents. Remove unneeded progn.
12158
12159 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12160
12161 * pcmpl-linux.el: Fix copy/paste error.
12162
12163 2000-12-19 Andrew Innes <andrewi@gnu.org>
12164
12165 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12166
12167 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12168
12169 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12170
12171 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12172
12173 * progmodes/idlw-shell.el: Fixed copyright notice.
12174
12175 * progmodes/idlwave.el: Fixed copyright notice.
12176
12177 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12178 TAB as key separators.
12179
12180 2000-12-19 Alex Schroeder <alex@gnu.org>
12181
12182 * sql.el (sql-sybase-options): New option.
12183 (sql-sybase): Use it. Add sql-database to the list of parameters
12184 provided for login. The options -w 2048 -n are not used any more.
12185 (sql-postgres-options): Changed default from "--pset" to "-P".
12186 (sql-mysql-options): Doc change.
12187 (sql-stop): Doc change.
12188
12189 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12190
12191 * international/quail.el (quail-input-method): Always hide
12192 the guidance buffer on exiting.
12193
12194 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12195
12196 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12197 isn't fboundp.
12198
12199 * server.el (server-buffer-done): Bury the buffer before
12200 killing it.
12201
12202 * faces.el (face-spec-set): Interpret a nil in specs for
12203 foreground and background colors as `unspecified', for
12204 compatibility with 20.x.
12205
12206 2000-12-18 Dave Love <fx@gnu.org>
12207
12208 * simple.el (mail-user-agent): Doc fix.
12209 (input-mode-8-bit): Removed.
12210
12211 * international/mule.el (set-keyboard-coding-system): Doc fix.
12212 (keyboard-coding-system): New option.
12213
12214 * mail/sendmail.el (send-mail-function): Customize.
12215
12216 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12217
12218 * international/codepage.el (cp866-decode-table): New table.
12219
12220 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12221
12222 * version.el (emacs-version): Remove `%a' from the time format
12223 because the weekday doesn't fit well into each locale.
12224
12225 2000-12-18 Miles Bader <miles@gnu.org>
12226
12227 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12228
12229 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12230 Check that emacs-major-version is `=' to 20, not `>='.
12231 (artist-replace-chars): Use `make-string' instead of a loop.
12232
12233 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12234
12235 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12236 (cvs-execute-single-file): Don't change directory.
12237 Patch from Per Cederqvist.
12238
12239 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12240
12241 * textmodes/ispell.el (check-ispell-version):
12242 If `ispell-program-name' is "aspell", pass it the -v switch instead
12243 of -vv.
12244
12245 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12246
12247 * international/mule-diag.el (mule-diag): Insert information about
12248 configure options, multibyte awareness, language env.
12249
12250 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12251 regexp to search for candidates.
12252
12253 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12254
12255 * info.el (Info-forward-node): If the node has an
12256 Info-header-line, widen the buffer before searching for "next:"
12257 and "up:" pointers, and set the search limit to stay in the
12258 current node.
12259
12260 2000-12-16 Miles Bader <miles@gnu.org>
12261
12262 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12263
12264 2000-12-15 Miles Bader <miles@gnu.org>
12265
12266 * comint.el (comint-send-string, comint-send-region): Also accept
12267 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12268 process-send-string/region.
12269
12270 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12271
12272 * isearch.el (isearch-lazy-highlight-max): New user-option.
12273 (isearch-lazy-highlight-update): Don't highlight more than
12274 isearch-lazy-highlight-max matches.
12275
12276 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12277
12278 2000-12-15 Richard M. Stallman <rms@gnu.org>
12279
12280 * sort.el (sort-columns): Fix error message.
12281
12282 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12283 `upcase' or `downcase' or nil.
12284 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12285 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12286 (dabbrev--substitute-expansion): New arg record-case-pattern.
12287 If it is non-nil, set dabbrev--last-case-pattern.
12288 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12289
12290 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12291
12292 2000-12-15 Miles Bader <miles@gnu.org>
12293
12294 * paths.el (Info-default-directory-list): Don't delete
12295 configure-info-directory from the list of standard info
12296 directories when appending it to the end -- their order is important.
12297
12298 * faces.el (read-face-attribute): If there's no entry for the
12299 user's input in VALID, just use it as-is (this will often result
12300 in an error, but it may be OK for e.g. colors using hexadecimal
12301 notation, and at least will yield a better error message).
12302
12303 * window.el (mode-line-window-height-fudge): Function removed.
12304 (height-affecting-face-attributes, mode-line-window-height-fudge):
12305 Variables removed.
12306 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12307 window is really the right size. Use vertical-motion
12308 rather than forward-line.
12309 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12310 (ispell-command-loop, ispell-show-choices): Use the variable
12311 ispell-choices-win-default-height, rather than the function.
12312 (ispell-choices-win-default-height): Function removed.
12313 (ispell-mode-line-window-height-fudge): Function removed.
12314
12315 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12316
12317 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12318
12319 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12320
12321 * paths.el (Info-default-directory-list):
12322 If configure-info-directory is not one of the standard directories,
12323 put it first in the list; otherwise put it last. Doc string
12324 changed accordingly.
12325
12326 * info.el (Info-directory-list): Change doc string to reflect the
12327 change in Info-default-directory-list.
12328
12329 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12330 windows-nt as windowed environments, even under -nw.
12331
12332 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12333 if not fboundp. Switch delete-forward mode for the <delete> key
12334 on all PC platforms, even under -nw.
12335
12336 * term/internal.el ([M-delete]): Remap to M-d.
12337
12338 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12339
12340 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12341
12342 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12343
12344 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12345
12346 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12347
12348 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12349 if appropriate.
12350
12351 * simple.el (delete-key-deletes-forward): New user-option.
12352 (delete-key-deletes-forward-mode): New function.
12353
12354 * bindings.el: Bind `delete' to backward-delete-char.
12355
12356 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12357 Test if symbol is bound before getting its value.
12358
12359 * tooltip.el (tooltip-show): If an error is signaled in
12360 x-show-tip, display that error, and display the help in the
12361 echo area.
12362
12363 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12364
12365 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12366 Show "... entries" messages for every 10000 entries, not 10.
12367
12368 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12369
12370 * bookmark.el: Provide a generic exit hook, as suggested by
12371 Ovidiu Predescu <ovidiu@cup.hp.com>:
12372 (bookmark-exit-hook): New var.
12373 (bookmark-exit-hook-internal): New func, replaces
12374 old raw lambda form in `kill-emacs-hook', and runs new
12375 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12376 as logically that feature must have been provided if this function
12377 is running.
12378 Removed ;;;###autoload before the `add-hook' call.
12379
12380 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12381
12382 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12383 (easy-menu-current-active-maps): New function.
12384 (easy-menu-get-map): Use it.
12385 Make a proper menu entry when creating a new keymap.
12386
12387 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12388
12389 * international/characters.el: Fix cases and syntaxes for
12390 mule-unicode-0100-24ff.
12391
12392 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12393 that a Japanese character is not appended after day and year.
12394
12395 * info.el (Info-suffix-list): Change format for a command that
12396 requires arguments.
12397 (info-insert-file-contents): Adjusted for the above change.
12398
12399 2000-12-12 Andreas Schwab <schwab@suse.de>
12400
12401 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12402 on the name of the tar buffer. Verify that the existing buffer is
12403 visiting the same subfile.
12404
12405 2000-12-12 Dave Love <fx@gnu.org>
12406
12407 * subdirs.el: Add obsolete.
12408
12409 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12410
12411 * mail/rmailsum.el (rmail-summary-expunge)
12412 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12413 instead of rmail-confirm-expunge.
12414
12415 * replace.el (perform-replace): Don't use an empty match adjacent
12416 to a non-empty match when computing the next match before the
12417 replacement is performed.
12418
12419 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12420
12421 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12422 definition (patch by Stefan Monnier).
12423 (glasses-mode): Use jit-lock instead of `after-change-functions'
12424 (patch by Stefan Monnier).
12425
12426 2000-12-12 Miles Bader <miles@gnu.org>
12427
12428 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12429 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12430
12431 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12432
12433 * term/mac-win.el: Remove load for ls-lisp.
12434
12435 * loadup.el: Load ls-lisp for system-type `macos'.
12436
12437 2000-12-12 Miles Bader <miles@gnu.org>
12438
12439 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12440 Respect field end too.
12441 (just-one-space): Respect fields as `delete-horizontal-space'.
12442 (newline-and-indent, reindent-then-newline-and-indent):
12443 Use `delete-horizontal-space'.
12444
12445 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12446
12447 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12448 (so as to obey the field property in the minibuffer).
12449
12450 * obsolete/c-mode.el: Moved from lisp/progmodes.
12451 * obsolete/auto-show.el: Moved from lisp.
12452 * obsolete/ooutline.el: Moved from lisp/textmodes.
12453
12454 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12455
12456 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12457 changes to list them here.
12458
12459 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12460 Too many changes to list them here.
12461
12462 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12463 Too many changes to list them here.
12464
12465 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12466
12467 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12468
12469 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12470
12471 * cus-edit.el (custom-save-variables, custom-save-faces):
12472 Comment fix.
12473
12474 * hscroll.el: Moved to `obsolete' subdir.
12475
12476 2000-12-11 Miles Bader <miles@gnu.org>
12477
12478 * window.el (window-text-height): Function removed (now in C).
12479
12480 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12481
12482 * log-edit.el (log-edit-parent-buffer): New var.
12483 (log-edit): Set it. Add BUFFER argument.
12484 (log-edit-done): Use char-before.
12485 Don't bother checking validity of vc-comment-ring.
12486 Only bury the buffer if log-edit popped it up.
12487
12488 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12489 (cvs-mode-diff-help): Remove.
12490 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12491 (cvs-mode-marked): Set up the default for CMD manually.
12492
12493 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12494 Remove binding for ? now made unnecessary.
12495
12496 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12497
12498 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12499 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12500
12501 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12502 when master file is not open.
12503
12504 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12505
12506 * progmodes/ada-stmt.el: Update `maintainer'.
12507
12508 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12509
12510 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12511 choices to match documentation string.
12512
12513 2000-12-09 Miles Bader <miles@gnu.org>
12514
12515 * minibuf-eldef.el: New file.
12516
12517 * window.el (fit-window-to-buffer): Don't pass last argument to
12518 pos-visible-in-window-p, now that its meaning is inverted.
12519
12520 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12521
12522 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12523 <ceder@lysator.liu.se>.
12524
12525 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12526
12527 * autoinsert.el (auto-insert-alist): Add missing final \n.
12528
12529 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12530 (cvs-menu-map): Remove.
12531 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12532 (cvs-mode-quit): Turn it back into a plain function.
12533
12534 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12535 (texinfo-filter): Remove (move to texinfo.el).
12536
12537 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12538 file where it's more visible.
12539 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12540 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12541 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12542 (texinfo-inside-macro-p): Only catch `scan-error's.
12543 (texinfo-inside-env-p): Make better use of the match info.
12544 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12545 (texinfo-insert-@end): Slight re-organization.
12546 Also remove useless `looking-at' call.
12547
12548 2000-12-08 Andrew Innes <andrewi@gnu.org>
12549
12550 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12551 accessible in -nw mode.
12552
12553 * term/w32-win.el: Remove stuff about selection timeout, which is
12554 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12555 it is accessible in -nw mode.
12556
12557 2000-12-08 Dave Love <fx@gnu.org>
12558
12559 * emacs-lisp/lisp-mode.el (lisp-mode):
12560 Set font-lock-keywords-case-fold-search.
12561
12562 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12563
12564 * textmodes/ispell.el (ispell): Doc fix.
12565
12566 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12567
12568 * international/quail.el (quail-insert-decode-map): Check the
12569 frame width of a window displaying the current buffer, not that of
12570 the selected frame.
12571 (quail-help): Make sure that the help buffer has window before
12572 inserting text in it.
12573
12574 2000-12-07 Sam Steingold <sds@gnu.org>
12575
12576 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12577 Backquote is used in isearch.el, so autoloading saves nothing.
12578
12579 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12580
12581 * startup.el (normal-top-level-add-subdirs-to-load-path):
12582 Ignore the CVS and RCS subdirectories case-insensitively.
12583
12584 * dired.el (dired-insert-directory): If file-system-info is
12585 fboundp, call it instead of invoking dired-free-space-program.
12586
12587 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12588
12589 * server.el (server-visit-files): Push files on file-name-history.
12590
12591 * progmodes/cc-langs.el: Update copyright.
12592
12593 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12594
12595 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12596
12597 * bindings.el (mode-line-mode-menu): Reverse the order
12598 of define-keys so that the menu appears in alphabetical order.
12599
12600 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12601
12602 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12603 of the function.
12604
12605 2000-12-07 Dave Love <fx@gnu.org>
12606
12607 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12608
12609 * facemenu.el (facemenu-unlisted-faces): Fix value.
12610
12611 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12612
12613 * font-lock.el (font-lock-default-fontify-region):
12614 Include the terminating \n (off-by-one error).
12615 (font-lock-set-defaults): Use dolist.
12616
12617 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12618
12619 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12620
12621 * international/mule-cmds.el (describe-language-environment):
12622 Fix for the case that an input method title is not string but a list.
12623
12624 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12625 of wrong SIZE record.
12626
12627 2000-12-06 Dave Love <fx@gnu.org>
12628
12629 * newcomment.el (comment-region, comment-dwim): Doc fix.
12630
12631 * textmodes/texinfo.el: Require tex-mode when compiling.
12632 (texinfo-update-node): Doc fix.
12633 (texinfo-imenu-generic-expression): Add @anchor.
12634 (texinfo-font-lock-keywords): Add @uref.
12635 (texinfo-inside-macro-p): Don't use ignore-errors.
12636 (texinfo-insert-quote): Match more contexts.
12637
12638 * international/mule.el (decode-char, encode-char): Doc fix.
12639 (auto-coding-alist): Customize.
12640
12641 * files.el (load-file): Fix change of 2000-03-12.
12642
12643 * wid-edit.el (widget-text-keymap): Doc fix.
12644
12645 2000-12-06 Andrew Innes <andrewi@gnu.org>
12646
12647 * makefile.w32-in (lisp): Set to an absolute directory, namely
12648 $(CURDIR).
12649
12650 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12651
12652 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12653 read generated-autoload-file, and set buffer-file-coding-system to
12654 raw-text-unix after reading the file.
12655
12656 * international/mule-conf.el (file-coding-system-alist):
12657 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12658
12659 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12660
12661 * replace.el (occur): Make line-number-width 1 smaller for the
12662 colon following the line number.
12663
12664 * startup.el (fancy-splash-text, command-line-1):
12665 Use `File' for the menu name instead of `Files'.
12666
12667 * tmm.el: Update copyright.
12668
12669 * cus-start.el: Add entry for even-window-heights.
12670
12671 2000-12-06 Miles Bader <miles@gnu.org>
12672
12673 * faces.el (frame-set-background-mode): Avoid stomping on
12674 locally modified faces.
12675
12676 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12677
12678 * international/fontset.el: Correct the font registries for
12679 japanese-jisx0213-1 and japanese-jisx0213-2.
12680
12681 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12682
12683 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12684
12685 * iswitchb.el: Update customization commentary.
12686
12687 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12688
12689 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12690 (tpu-search-highlight): Fixed comparison of overlay end positions.
12691 (tpu-trim-line-ends): Implemented trimming logic locally.
12692
12693 * emulation/tpu-extras.el (tpu-write-file-hook)
12694 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12695
12696 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12697
12698 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12699 to cn-gb.
12700 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12701
12702 2000-12-04 Dave Love <fx@gnu.org>
12703
12704 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12705
12706 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12707
12708 * mail/rmailsum.el (rmail-summary-expunge)
12709 (rmail-summary-expunge-and-save): Ask for confirmation with
12710 rmail-expunge-confirmed.
12711
12712 * mail/rmail.el (rmail-expunge-confirmed): New function.
12713 (rmail-expunge): Use it.
12714
12715 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12716
12717 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12718 (etags-recognize-tags-table, find-tag-in-order):
12719 New functionality: interpret file names as tags.
12720
12721 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12722
12723 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12724 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12725 the first subnode until the bottom of the current node is visible.
12726
12727 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12728
12729 * format.el (format-decode): Don't change buffer's undo list.
12730
12731 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12732
12733 * faces.el (face-font-registry-alternatives): Add entries for CJK
12734 fonts. Doc-string adjusted for the actual usage of this data.
12735
12736 * international/fontset.el: Change the font registries for CJK
12737 fonts in the default fontset. Don't append '*' to registries.
12738
12739 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12740
12741 * emacs-lisp/easy-mmode.el (define-derived-mode)
12742 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12743
12744 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12745 (derived-mode-p): New function.
12746 (derived-mode-make-docstring): Add `docstring' argument.
12747 Use it if available and complete it if necessary.
12748
12749 2000-12-03 Andreas Schwab <schwab@suse.de>
12750
12751 * type-break.el (type-break): Don't make parent of itself.
12752
12753 2000-12-03 Miles Bader <miles@gnu.org>
12754
12755 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12756
12757 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12758
12759 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12760 (tex-main-file, tex-file): Simplify.
12761 (tex-generate-zap-file-name): Use subst-char-in-string.
12762 (tex-strip-dots): Remove.
12763
12764 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12765
12766 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12767 to check if the match succeeded.
12768
12769 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12770
12771 * startup.el (use-fancy-splash-screens-p): New function.
12772 (command-line-1): Use it to determine whether or not to use
12773 a fancy splash screen.
12774
12775 2000-12-02 Andreas Schwab <schwab@suse.de>
12776
12777 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12778
12779 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12780
12781 * international/mule.el (make-char): Fix last change.
12782
12783 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12784 New defcustoms.
12785 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12786 autoloading tex-mode; instead, do the same manually.
12787 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12788 with numeric argument. Docstring fix.
12789 (toplevel): Require cl when compiling.
12790
12791 * international/mule.el (make-char): Doc fix.
12792
12793 2000-12-02 Jason Rumney <jasonr@gnu.org>
12794
12795 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12796 the Emacs Lisp manual)
12797
12798 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12799
12800 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12801
12802 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12803 the Emacs Lisp manual).
12804
12805 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12806
12807 * simple.el (next-line-add-newlines): Change default to nil.
12808
12809 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12810
12811 * files.el (revert-buffer, recover-file):
12812 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12813
12814 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12815
12816 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12817
12818 2000-12-01 Miles Bader <miles@gnu.org>
12819
12820 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12821
12822 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12823
12824 * international/mule-diag.el (describe-char-after): Fix typo.
12825 (describe-character-set, non-iso-charset-alist): Fix typo.
12826
12827 2000-12-01 Miles Bader <miles@gnu.org>
12828
12829 * image-file.el (image-file-name-regexp): Automatically add
12830 upper-case variants of each filename extension in
12831 `image-file-name-extensions', since they seem to be common.
12832
12833 * simple.el (minibuffer-contents)
12834 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12835 New functions.
12836 * filecache.el (file-cache-directory-name)
12837 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12838
12839 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12840
12841 * filecache.el (file-cache-minibuffer-complete): Don't try to
12842 delete the minibuffer prompt.
12843
12844 2000-11-30 Dave Love <fx@gnu.org>
12845
12846 * cus-start.el: Fix read-buffer-function type.
12847
12848 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12849
12850 * md5.el: Removed. There's a built-in function, now.
12851
12852 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12853
12854 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12855 as dummy 0-th char of rmail-deleted-vector.
12856
12857 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12858
12859 * ps-print.el (ps-end-job): Bind case-fold-search only after
12860 switching to ps-spool-buffer.
12861
12862 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12863
12864 * ps-print.el: Line number font customization. PostScript: Lines and
12865 PageCount are initialized on each page. Doc Fix.
12866 (ps-print-version): New version number (6.3.2).
12867 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12868 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12869 (ps-right-header): Customization fix.
12870 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12871 Fix code.
12872 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12873 New vars.
12874
12875 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12876
12877 * bs.el: Fix typos and spelling errors.
12878 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12879 (bs-configuration): Doc fix.
12880
12881 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12882
12883 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
12884
12885 * emulation/tpu-edt.el (tpu-version): New version.
12886 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12887 (tpu-original-mode-line): Variable deleted.
12888 (tpu-mark-flag): New initial value.
12889 (tpu-set-mode-line): Don't redefine mode-line-format.
12890 Add tpu-mark-flag to minor-mode-alist.
12891 (tpu-update-mode-line): New mark flag logic.
12892 (tpu-get): Use find-file-wildcards.
12893 (tpu-search-highlight): Move overlay less, reset overlay properly.
12894 (tpu-unselect): Deactivate mark.
12895 (tpu-lm-replace): Reset overlay properly.
12896 (tpu-forward-line): Use forward-visible-line.
12897 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12898
12899 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12900
12901 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12902
12903 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12904
12905 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12906
12907 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12908 and skip whitespace and newlines.
12909
12910 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12911
12912 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12913
12914 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12915
12916 * help.el (describe-function-1): Regexp-quote function name
12917 when used as part of a regexp.
12918
12919 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12920 Use face-attribute instead of face-foreground and face-background.
12921 (tool-bar-add-item): Likewise, and handle unspecified colors.
12922
12923 * enriched.el (enriched-face-ans): Use face-attribute instead
12924 of face-foreground and face-background.
12925
12926 * faces.el (face-foreground, face-background, face-stipple):
12927 Return nil if attribute is unspecified, for backward compatibility.
12928
12929 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12930
12931 * play/5x5.el: Remove version info.
12932
12933 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12934
12935 * frame.el (blink-cursor-mode): Doc fix.
12936
12937 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12938
12939 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12940 to create Makefile rules.
12941 (antlr-tool-command): New user option.
12942 (antlr-ask-about-save): New user option.
12943 (antlr-makefile-specification): New user option.
12944 (antlr-file-formats-alist): New variable.
12945 (antlr-special-file-formats): New variable.
12946 (antlr-unknown-file-formats): New user option.
12947 (antlr-help-unknown-file-text): New variable.
12948 (antlr-help-rules-intro): New variable.
12949 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12950 (antlr-mode-menu): Add entries.
12951 (antlr-file-dependencies): New function.
12952 (antlr-directory-dependencies): New function.
12953 (antlr-superclasses-glibs): New function.
12954 (antlr-run-tool): New command.
12955 (antlr-makefile-insert-variable): New function.
12956 (antlr-insert-makefile-rules): New function.
12957 (antlr-show-makefile-rules): New command.
12958
12959 * antlr-mode.el: More Emacs/XEmacs stuff.
12960 (antlr-no-action-keywords): New constant with value nil.
12961 (antlr-font-lock-keywords-alist): Use it. Old value would break
12962 syntax highlighting in Emacs-21.0.
12963 (antlr-default-directory): Emacs/XEmacs dependend function.
12964 (antlr-read-shell-command): Ditto.
12965 (antlr-with-displaying-help-buffer): Ditto.
12966
12967 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12968
12969 * antlr-mode.el: imenu, parsing and highlighting changes.
12970 (antlr-imenu-create-index-function): Don't create extra submenus
12971 for definitions in different grammar classes. It is not necessary
12972 for the menu and would make command `imenu' awkward to use.
12973 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12974 header actions and more than one.
12975 (antlr-font-lock-tokendef-face): Changed color.
12976 (antlr-font-lock-tokenref-face): Changed color.
12977 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12978 (antlr-mode-syntax-table): New variable.
12979 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12980 (antlr-with-syntax-table): Don't copy syntax table.
12981
12982 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12983
12984 * antlr-mode.el: Minor changes: language setting.
12985 (antlr-language-alist): The value for file option "language" can
12986 be both an identifier and a string.
12987 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12988 (antlr-language-limit-n-regexp): Change accordingly.
12989
12990 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12991
12992 * antlr-mode.el: Minor changes: tabs, hiding.
12993 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12994 (antlr-action-visibility): Also allow value nil to also hide the
12995 braces. Renamed from `antlr-tiny-action-length'.
12996 Suggested by Jay@aol.com.
12997 (antlr-hide-actions): Change accordingly. Hide line if completely
12998 hidden action is on a line of its own.
12999
13000 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13001
13002 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13003
13004 * sort.el (sort-columns): Don't concat strings with numbers.
13005
13006 2000-11-29 Dave Love <fx@gnu.org>
13007
13008 * cus-edit.el (face): Fix :format.
13009
13010 * mail/feedmail.el: Require smtpmail when compiling.
13011 (mail-do-fcc): Autoload.
13012 (feedmail) <defgroup>: Fix :link.
13013 (feedmail-nuke-body-in-fcc): Fix :type.
13014 (feedmail-send-it): Add autoload cookie.
13015
13016 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13017
13018 * newcomment.el (comment-indent): Save excursion around call to
13019 comment-indent-function.
13020
13021 2000-11-29 Miles Bader <miles@gnu.org>
13022
13023 * subr.el (member-ignore-case): Return the tail of the list who's
13024 car matches, like `member', not the matching element itself.
13025
13026 2000-11-29 Kenichi Handa <handa@etl.go.jp>
13027
13028 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13029 should not contain `\n'.
13030
13031 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13032
13033 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13034
13035 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13036
13037 * dired-aux.el (dired-do-create-files): Construct default file
13038 name for dired-mark-read-file-name so that when the user enters
13039 just RET, the target file will end up in the target directory.
13040
13041 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13042 local-abbrev-table before changing buffers because it might
13043 have a buffer-local binding.
13044
13045 2000-11-28 Miles Bader <miles@gnu.org>
13046
13047 * simple.el (delete-horizontal-space): Handle fields more generally.
13048
13049 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13050
13051 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13052
13053 2000-11-28 Dave Love <fx@gnu.org>
13054
13055 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13056 comment-start-skip locally.
13057
13058 * progmodes/fortran.el (fortran-mode): Don't set
13059 fortran-comment-line-start-skip. Set comment-start to
13060 fortran-comment-line-start.
13061 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13062 (fortran-comment-line-start-skip): Simplify slightly.
13063
13064 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13065
13066 * play/5x5.el: Remove RCS keyword.
13067
13068 * bs.el: Mistaken commit, undone 2000-11-30.
13069
13070 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13071
13072 * textmodes/tildify.el (tildify-string-alist):
13073 Add `plain-tex-mode' here.
13074
13075 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13076
13077 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13078 reference.
13079
13080 2000-11-28 Miles Bader <miles@gnu.org>
13081
13082 * cus-face.el (custom-face-attributes): Add post-filter function
13083 for :box. Make pre-filter function for :box handle all cases.
13084
13085 * wid-edit.el (widget-choose): Make sure pop-up window is large
13086 enough to display all the choices, as there's no way to scroll it.
13087
13088 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13089
13090 * international/mule-conf.el: Make the coding system no-conversion
13091 safe for all characters.
13092
13093 2000-11-27 Dave Love <fx@gnu.org>
13094
13095 * net/ldap.el (ldap) <defgroup>: Add :version.
13096
13097 * tooltip.el (tooltip-use-echo-area): Doc fix.
13098
13099 * cus-start.el <minibuffer-prompt-properties>: Add version.
13100 <read-buffer-function>: Add.
13101
13102 * apropos.el (apropos-print): Add help-echo to active text.
13103
13104 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13105
13106 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13107
13108 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13109 type, group and version.
13110
13111 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13112
13113 * select.el (x-get-selection): Docstring fix.
13114
13115 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13116
13117 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13118
13119 2000-11-27 Andrew Innes <andrewi@gnu.org>
13120
13121 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13122
13123 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13124
13125 2000-11-27 Miles Bader <miles@gnu.org>
13126
13127 * dired.el (dired-get-filename): Return filename verbatim if
13128 LOCALP is `verbatim'.
13129 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13130 `verbatim' so that we don't inadvertently delete a non-existant
13131 directory name.
13132
13133 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13134
13135 * international/characters.el: Specify cases and syntaxes for
13136 mule-unicode-0100-24ff.
13137
13138 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13139
13140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13141 that foreground and/or background colors of the face `tool-bar'
13142 are unspecified.
13143
13144 2000-11-27 Miles Bader <miles@gnu.org>
13145
13146 * wid-edit.el (widget-field-buffer, widget-field-start)
13147 (widget-field-end): Handle widget field `pseudo-overlays'.
13148 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13149 if it's there instead of in `widget-field-list'.
13150
13151 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13152 (help-make-xrefs): Delete extraneous newlines at the end of the
13153 docstring.
13154
13155 2000-11-25 Jason Rumney <jasonr@gnu.org>
13156
13157 * startup.el (command-line): Call set-locale-environment after
13158 Window System init file is read, as it can result in a call to
13159 redraw-frame.
13160
13161 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13162
13163 * simple.el (shell-command): Mention the effect of the prefix
13164 argument in the doc string.
13165
13166 2000-11-25 Miles Bader <miles@gnu.org>
13167
13168 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13169
13170 * wid-edit.el (widget-field-value-delete): Don't try to delete
13171 overlay when it's the `pseudo-overlay' that exists at some points.
13172
13173 2000-11-24 Jason Rumney <jasonr@gnu.org>
13174
13175 * international/mule-cmds.el (locale-language-names): Add "jp" as
13176 a non-standard alternative for Japanese.
13177
13178 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13179
13180 * vc-hooks.el: Require 'cl during compilation.
13181
13182 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13183
13184 * faces.el (face-set-after-frame-default): Let face attributes
13185 specified for new frames override frame parameters.
13186
13187 * startup.el (command-line): Fix computation of the source file
13188 for user-init-file when user-init-file is a compiled file.
13189
13190 2000-11-24 Miles Bader <miles@gnu.org>
13191
13192 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13193 (custom-post-filter-face-spec): New functions.
13194 (custom-face-set, custom-face-value-create): Filter the face spec
13195 before and after customization.
13196 (custom-face-set): If VALUE specifies a null face, pass a
13197 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13198 * cus-face.el (custom-face-attributes): Remove SET and GET
13199 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13200 cases they're needed.
13201
13202 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13203 that it's distinguishable from the :off-glyph on dark-background
13204 displays. Set its background color too.
13205
13206 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13207 so that people can easily turn it off.
13208
13209 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13210
13211 * ediff-diff.el: Moved variables around to have it compile under NT.
13212
13213 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13214
13215 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13216
13217 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13218 redundant skip-small-frames test.
13219
13220 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13221 (viper-downgrade-to-insert): Protect against errors in hooks.
13222
13223 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13224 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13225 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13226 New functions.
13227
13228 * viper-util.el (viper-memq-char): Bug fixes.
13229
13230 * viper.el (viper-mode): Fix cursor handling.
13231
13232 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13233
13234 * international/mule-diag.el (list-iso-charset-chars):
13235 For two-byte charset, fix the `while' condition.
13236 (list-non-iso-charset-chars): Fix the `while' condition.
13237
13238 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13239
13240 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13241 if the variable is make-variable-buffer-local.
13242
13243 * progmodes/ada-stmt.el (ada-template-map):
13244 Initialize and bind it to C-c t in ada-mode-map.
13245 (ada-stmt-mode-hook): New function extracted from old code.
13246 Only change the buffer-local side of skeleton-*.
13247 (ada-mode-hook): Use it.
13248
13249 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13250
13251 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13252 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13253 we expect to be returned by minibuffer-depth once we prompt the
13254 user in the minibuffer.
13255 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13256 as recorded in iswitchb-minibuf-depth, return non-nil.
13257
13258 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13259
13260 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13261 (hscroll-window-maybe): Docstring fix.
13262
13263 2000-11-23 Dave Love <fx@gnu.org>
13264
13265 * rect.el (string-rectangle): Don't test delete-selection-mode.
13266
13267 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13268
13269 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13270 is in the tool bar.
13271
13272 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13273 with `no-dir'; we want the directory part to be able to remove it.
13274
13275 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13276
13277 * textmodes/outline.el (outline-flag-region):
13278 Don't bind inhibit-read-only since we don't modify the buffer.
13279 (outline-isearch-open-invisible): Don't jump to overlay-start
13280 since we're trying to unhide text around point.
13281 (outline-discard-overlays): Use dolist.
13282
13283 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13284
13285 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13286
13287 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13288
13289 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13290
13291 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13292 Fix ARG regexp to skip quoted braces.
13293 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13294 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13295 are (correctly) handled separately).
13296 Remove `caption' and `footnote' from `citations': they contain text.
13297 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13298 (latex-skeleton-end-hook): New function.
13299 (latex-mode): Use it.
13300 (tex-start-tex-marker): Remove.
13301 (tex-send-tex-command): Don't set tex-start-tex-marker.
13302 (tex-error-parse-syntax-table): New var.
13303 (tex-compilation-parse-errors): Use it.
13304 Ignore tex-start-tex-marker. Don't bother with marker-position.
13305 (tex-validate-buffer): Don't bother with marker-position.
13306
13307 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13308 (flyspell-generic-progmode-verify): Use it.
13309
13310 2000-11-22 Sam Steingold <sds@gnu.org>
13311
13312 * simple.el (delete-trailing-whitespace): New interactive function.
13313
13314 * progmodes/ada-mode.el (ada-mode): Use it instead of
13315 `ada-remove-trailing-spaces'.
13316 (ada-remove-trailing-spaces): Removed.
13317
13318 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13319
13320 * textmodes/picture.el (picture-clean): Removed.
13321 (picture-mode-exit): Call it instead of `picture-clean'.
13322
13323 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13324
13325 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13326
13327 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13328 jit-lock-fontify-buffer; it should anyway be unneccessary to
13329 do anything special when jit-lock is active.
13330 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13331
13332 2000-11-22 Dave Love <fx@gnu.org>
13333
13334 * calendar/todo-mode.el (todo-top-priorities): Use
13335 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13336
13337 * language/chinese.el, language/cyrillic.el:
13338 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13339 * language/hebrew.el, language/indian.el, language/japanese.el:
13340 * language/korean.el, language/lao.el, language/misc-lang.el:
13341 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13342 Use provide.
13343
13344 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13345 (custom-variable-set): Improve validation error mesage.
13346
13347 * rect.el (string-rectangle): Revert last change.
13348 (string-rectangle-line): New arg DELETE.
13349 (string-rectangle): Check delete-selection-mode.
13350
13351 * emacs-lisp/edebug.el (edebug-version)
13352 (edebug-maintainer-address): Deleted.
13353 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13354 (edebug-read-function): Account for other `'#' read forms.
13355 (edebug-mode-menus): Make some items toggles.
13356 (edebug-outside-unread-command-event, unread-command-event):
13357 Remove these to avoid warnings.
13358
13359 2000-11-22 David Ponce <david@dponce.com>
13360
13361 * recentf.el (recentf-menu-items-for-commands)
13362 (recentf-make-menu-items, recentf-make-menu-item)
13363 (recentf-filter-changer): Added :help and :active menu-item properties.
13364
13365 (recentf-build-dir-rules, recentf-dump-variable)
13366 (recentf-edit-list, recentf-open-files-item)
13367 (recentf-open-files): Replaced unnecessary `mapcar' with new
13368 built-in `mapc'.
13369
13370 2000-11-23 Miles Bader <miles@gnu.org>
13371
13372 * faces.el (menu): Make inverse-video on ttys too.
13373
13374 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13375
13376 * simple.el (comment-line-break-function): Use the new name
13377 indent-new-comment-line -> comment-indent-new-line.
13378 (clone-indirect-buffer): Don't ignore NORECORD.
13379 (next-completion): Properly handle the case where items are adjacent.
13380
13381 * mouse.el (popup-menu): Stupid typo.
13382
13383 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13384
13385 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13386 maintainer, keywords tags.
13387
13388 * rect.el (replace-rectangle): Don't call string-rectangle-line
13389 with too many arguments.
13390
13391 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13392
13393 * ediff-util.el (ediff-file-checked-out-p)
13394 (ediff-file-checked-in-p): Call vc-state instead of
13395 vc-locking-user, which no longer exists.
13396
13397 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13398
13399 2000-11-22 Dave Love <fx@gnu.org>
13400
13401 * md5.el (md5): Provide.
13402 (md5): Fix error call.
13403
13404 2000-11-22 Miles Bader <miles@gnu.org>
13405
13406 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13407 (refill-fill-paragraph-at): Remove debugging code.
13408
13409 * calendar/calendar.el (generate-calendar-window): When we don't
13410 call `fit-window-to-buffer', make sure the top line is fully visible.
13411
13412 * image-file.el (insert-image-file): Don't make `read-only'
13413 property rear-nonsticky.
13414
13415 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13416 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13417 stashing away its original value.
13418 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13419 in the recursive edit.
13420 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13421 (isearch-done): Restore `minibuffer-message-timeout'.
13422
13423 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13424
13425 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13426
13427 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13428
13429 * find-lisp.el (find-lisp-find-files-internal):
13430 Use dolist, when and file-name-as-directory.
13431
13432 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13433 (define-derived-mode, define-minor-mode): Add specs.
13434
13435 * window.el: General comment and spacing fixes.
13436 (save-selected-window): Use backquotes.
13437 (window-safely-shrinkable-p): New function.
13438 (shrink-window-if-larger-than-buffer): Use it.
13439
13440 * subr.el (make-local-hook): Docstring fix.
13441
13442 * shell.el (shell-mode): Use define-derived-mode.
13443
13444 * newcomment.el (comment-indent): Insert comment before calling
13445 comment-indent-function. Don't insert in column 0.
13446 (comment-dwim): Indent before inserting comment.
13447
13448 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13449 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13450 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13451 Use mapc rather than map.
13452
13453 * files.el (find-buffer-visiting): Compare all attributes before
13454 declaring two files identical (rather than just their inode-no).
13455 (auto-mode-alist): Use \' rather than $.
13456
13457 * which-func.el: Update maintainer line.
13458
13459 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13460 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13461 (uniquify-buffer-file-name): Use it.
13462
13463 2000-11-22 Miles Bader <miles@gnu.org>
13464
13465 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13466 * simple.el (minibuffer-avoid-prompt): New function.
13467
13468 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13469
13470 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13471
13472 2000-11-21 Miles Bader <miles@gnu.org>
13473
13474 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13475 inclusion of `track-mouse'.
13476
13477 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13478 (refill-adjust-ignorable-overlay): New function.
13479 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13480 only the paragraph's tail if possible.
13481 Update `refill-ignorable-overlay'.
13482 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13483
13484 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13485 point inside the fill-prefix.
13486
13487 * textmodes/refill.el (refill-post-command-function): Don't reset
13488 refill-doit in the case where a self-insertion command doesn't
13489 case a refill. Use `refill-fill-paragraph-at', getting position
13490 from `refill-doit'.
13491 (refill-after-change-function): Set `refill-doit' to END.
13492 (refill-fill-paragraph-at): New function, mostly from old
13493 refill-fill-paragraph.
13494 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13495 (refill-pre-command-function): New function.
13496 (refill-mode): Add it to `pre-command-hook'.
13497
13498 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13499
13500 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13501
13502 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13503 javadoc tags.
13504
13505 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13506
13507 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13508 vc.el).
13509
13510 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13511 require vc.
13512
13513 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13514 checkouts.
13515
13516 2000-11-20 Dave Love <fx@gnu.org>
13517
13518 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13519
13520 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13521
13522 * calculator.el (calculator-paste): Use `if' instead of `and'
13523 and `or'.
13524 (calculator-help): Don't use electric-describe-mode for XEmacs.
13525
13526 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13527
13528 * info.el (info-menu-5): Doc fix.
13529
13530 * textmodes/artist.el: New file.
13531
13532 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13533
13534 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13535 and differentiate according to checkout model.
13536 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13537 since this function is only concerned with master state.
13538
13539 * vc-hooks.el (vc-workfile-unchanged-p)
13540 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13541
13542 * vc.el (vc-workfile-unchanged-p)
13543 (vc-default-workfile-unchanged-p): See above.
13544
13545 2000-11-19 Miles Bader <miles@gnu.org>
13546
13547 * image-file.el (insert-image-file): Make `intangible' and
13548 `read-only' properties rear-nonsticky too.
13549
13550 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13551
13552 * ps-print.el: Update copyright notice.
13553
13554 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13555 (tooltip-show): Use the offsets.
13556
13557 * bindings.el (mode-line-modified): Fix a typo.
13558 (mode-line-toggle-modified, mode-line-widen)
13559 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13560
13561 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13562
13563 * ps-print.el (toplevel): Test for find-coding-system being
13564 fboundp before calling ps-x-find-coding-system.
13565
13566 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13569 (vc-version-backup-file): Docstring fix.
13570
13571 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13572
13573 * files.el (basic-save-buffer): Don't add a newline if
13574 find-file-literally is non-nil.
13575 (find-file-literally): Extend doc string.
13576
13577 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13578 sort(1) with the `-f' argument.
13579
13580 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13581
13582 * vc.el: Updated backend documentation.
13583 (vc-default-check-headers): New function.
13584
13585 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13586
13587 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13588 up-to-date.
13589 (vc-do-command): In the asynchronous case, output messages only if
13590 the minibuffer is not active.
13591
13592 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13593 `vc-cvs-use-edit' is on.
13594 (vc-cvs-checkout): When this is used for reverting the workfile,
13595 make a backup of the original contents and revert to that in case
13596 of error.
13597 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13598 remote repositories.
13599
13600 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13601 for both version and ratio in the minibuffer.
13602
13603 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13604 Use vc-do-command to perform the annotation, not call-process.
13605
13606 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13607
13608 * international/quail.el (quail-start-translation): Don't call
13609 `message' before reading key sequence.
13610
13611 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13612
13613 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13614
13615 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13616
13617 * window.el (fit-window-to-buffer): Be sure to acquire at least
13618 one text line even if the buffer is empty.
13619
13620 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13621
13622 * net/ange-ftp.el (ange-ftp-file-writable-p)
13623 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13624 Bind ange-ftp-process-verbose to nil.
13625
13626 2000-11-15 Dave Love <fx@gnu.org>
13627
13628 * wid-edit.el (widget-specify-field, widget-specify-button):
13629 If :help-echo is a function, set help-echo of overlay to
13630 widget-mouse-help.
13631 (widget-mouse-help): New function.
13632 (widget-echo-help): Rewritten for :help-echo functions only taking
13633 a widget arg.
13634
13635 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13636 Use display-graphic-p.
13637 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13638 and that JPEG is available.
13639 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13640
13641 * international/mule-cmds.el (locale-charset-language-names):
13642 Match @euro.
13643
13644 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13645
13646 * faces.el (face-set-after-frame-default):
13647 If `inhibit-default-face-x-resources' is bound, don't intialize the
13648 default face from X resources.
13649
13650 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13651
13652 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13653 Don't set EMACSLOADPATH.
13654
13655 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13656
13657 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13658 texinfo-insert-@url.
13659 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13660 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13661
13662 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13663
13664 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13665 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13666 (checkdoc-minor-keymap): Backward compatibility.
13667 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13668 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13669 (checkdoc-this-string-valid-engine): Be a bit more strict
13670 to avoid matching substrings of `...' quoted vars/funs.
13671 (checkdoc-defun-info): Only look for `interactive' if alone.
13672 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13673
13674 * progmodes/compile.el (grep): `tag-default' can be nil.
13675
13676 * newcomment.el (comment-indent): Paren typo.
13677
13678 2000-11-14 Dave Love <fx@gnu.org>
13679
13680 * calculator.el: New maintainer version.
13681
13682 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13683
13684 * cmuscheme.el: Doc fixes.
13685 (cmuscheme) <defgroup>: Use `scheme' as parent.
13686 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13687
13688 * xscheme.el (scheme-program-name): Don't define here.
13689
13690 * progmodes/scheme.el (scheme-program-name): New variable
13691 (originally in cmuscheme).
13692
13693 2000-11-14 Miles Bader <miles@gnu.org>
13694
13695 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13696 Handle header-lines. Don't loop forever if we can't enlarge the
13697 window anymore. Simplify a bit.
13698
13699 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13700
13701 * window.el (fit-window-to-buffer): Don't check
13702 window-text-height. Assure that the last line is fully visible.
13703
13704 * international/quail.el (quail-show-guidance-buf):
13705 Call fit-window-to-buffer to assure the enough height of the guidance
13706 buffer.
13707 (quail-update-guidance): Avoid making the guidance buffer shorter.
13708
13709 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13710
13711 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13712 rather than `prepend' and add an interesting comment.
13713 (tex-math-face, tex-font-lock-syntactic-face-function):
13714 New face and function to use it.
13715 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13716 than `menu-enable' symbol property.
13717 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13718 (tex-mode): Add some latex-mode commands for auto-selection.
13719 Use tex-font-lock-syntactic-face-function.
13720 (tex-insert-quote): Simplify.
13721 (tex-shell): New mode.
13722 (tex-start-shell): Use it.
13723 (tex-shell-proc, tex-shell-buf): New functions.
13724 (tex-send-command): Use it.
13725 (tex-main-file): Fix the meaning of the new arg REALFILE.
13726 (tex-send-tex-command): New function split from `tex-start-tex'.
13727 Set compilation-last-buffer and compilation-parsing-end.
13728
13729 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13730 when it follows non-comment text on the line.
13731
13732 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13733 Set font-lock-defaults.
13734 (lisp-mode-shared-map): Init inside the defvar.
13735 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13736 Use define-derived-mode.
13737
13738 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13739
13740 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13741
13742 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13743
13744 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13745 Don't recursively optimize body because that can lead to infinite
13746 recursion; see comment there.
13747
13748 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13749
13750 * faces.el (face-spec-set-match-display): Revert the change from
13751 2000-10-24. Add a FIXME for after v21.1.
13752
13753 2000-11-13 Miles Bader <miles@gnu.org>
13754
13755 * textmodes/fill.el (skip-line-prefix): New function.
13756 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13757 (fill-paragraph): Don't leave point inside the fill-prefix.
13758 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13759 point inside the fill-prefix.
13760
13761 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13762
13763 * calendar/calendar.el (generate-calendar-window):
13764 Use `fit-window-to-buffer'.
13765
13766 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13767
13768 * gud.el (gud-minor-mode): New var.
13769 (gud-symbol, gud-val): New functions.
13770 (gud-find-file): Copy gud-minor-mode to the new buffer.
13771 (gud-menu-map): Include entries for commands that are not always
13772 available, using :enable to (de)activate them.
13773 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13774 (gud-mode-map): New map.
13775 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13776 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13777 Don't set up gud's menu (it's done by the minor-mode).
13778 (gud-minibuffer-local-map): New.
13779 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13780 (gud-query-cmdline): New function.
13781 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13782 (gud-mode): Use define-derived-mode.
13783 Don't set up gud's menu (it's done by the minor-mode).
13784 (gud-chop-words): Remove.
13785 (gud-common-init): Use split-string instead.
13786 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13787
13788 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13789 Add keyword arg :name.
13790
13791 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13792 (diff-count-matches, diff-split-hunk): New functions.
13793 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13794
13795 * pcvs-info.el (cvs-fi-conflict-face): New var.
13796
13797 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13798 Make it into a simple syntax-table, shared among all submodes.
13799 (sh-heredoc-face): Re-introduce.
13800 (sh-font-lock-syntactic-face-function): New function.
13801 (sh-mode): Use it. Also use define-derived-mode.
13802 Remove old bogus setting of indent-region-function.
13803 (sh-set-shell): Don't set the syntax-table any more.
13804 (sh-mode-syntax-table) <defun>: Remove.
13805
13806 2000-11-12 Miles Bader <miles@gnu.org>
13807
13808 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13809 message if interactive.
13810
13811 2000-11-12 Dave Love <fx@gnu.org>
13812
13813 * mail/feedmail.el: Fix header,
13814 (feedmail) <defgroup>: Add :link.
13815
13816 * view.el: Use local-map property, not keymap on mode-line string.
13817
13818 * scroll-all.el (scroll-all-mode): Customize variable.
13819 Add autoload cookie to function.
13820
13821 * lazy-lock.el: Remove compatibility code.
13822
13823 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13824 (finder-help-echo): New variable.
13825 (finder-mouse-face-on-line): Add help-echo stuff.
13826 (finder-list-keywords, finder-list-matches): Use mapc.
13827
13828 * faces.el (face-font-registry-alternatives): Add :version.
13829
13830 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13831 tags-table-list.
13832
13833 * net/browse-url.el (browse-url-browser-function): Update :version.
13834
13835 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13836 (mail-mode): Use [:alnum:] in some regexps.
13837
13838 2000-11-10 Dave Love <fx@gnu.org>
13839
13840 * ediff.el (ediff-regions-internal, ediff-documentation):
13841 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13842 fundamental mode.
13843
13844 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13845 buffer into fundamental mode.
13846 (ediff-set-difference): Use copy-sequence if available.
13847
13848 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13849 Check ediff-patch-map non-nil.
13850 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13851 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13852 buffer into fundamental mode.
13853
13854 * ediff-merg.el (state-or-merge): Defvar when compiling.
13855
13856 2000-11-10 Jason Rumney <jasonr@gnu.org>
13857
13858 * w32-fns.el (w32-add-charset-info): New function.
13859 (w32-charset-info-alist): Use it.
13860
13861 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13862
13863 * faces.el (face-font-registry-alternatives): New user-option.
13864
13865 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13866
13867 * textmodes/texinfo.el (texinfo-block-default): New var.
13868 (texinfo-insert-block): Use it. Insert a newline if needed.
13869
13870 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13871 (fill-region-as-paragraph): Use it.
13872
13873 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13874 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13875 Tweak paragraph regexps to allow a leading [ \t]*.
13876 (tex-latex-block): Insert a newline if necessary.
13877 (latex-insert-item): Only insert a newline if necessary.
13878 (tex-guess-main-file): New function.
13879 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13880 Set tex-main-file if TeX-master is provided.
13881 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13882
13883 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13884
13885 * startup.el (command-line): Set the default tooltip-mode
13886 to t for graphical displays which implement x-show-tip.
13887
13888 * tooltip.el (tooltip-mode): Add a comment about startup.el
13889 setting the default value of this user-option.
13890
13891 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13892
13893 * font-lock.el (font-lock-*-face) <defvar>: Move.
13894 (font-lock-defaults-alist): Mark obsolete.
13895 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13896 (font-lock-mode): Use define-minor-mode.
13897 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13898 (font-lock-turn-off-thing-lock): Be more explicit.
13899 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13900 (font-lock-syntactic-face-function): New var.
13901 (font-lock-fontify-syntactically-region): Use it.
13902 (font-lock-doc-face): New.
13903
13904 * pcvs.el (cvs-enabledp): Ignore errors.
13905 (cvs-commit-filelist): Never query.
13906 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13907 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13908 (cvs-do-removal): Use cvs-partition rather than delete-if.
13909 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13910 cvs-bury-buffer.
13911
13912 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13913 Allow `next' to jump to after the end of the last match.
13914
13915 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13916
13917 * simple.el (byte-compiling-files-p): New function.
13918
13919 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13920 if it is there.
13921
13922 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13923 nil again.
13924
13925 * textmodes/ispell.el (ispell-library-path): Don't call
13926 check-ispell-version when byte-compiling because that starts
13927 an ispell process, and ispell might not be installed.
13928 (toplevel): Don't set up a menu when byte-compiling.
13929
13930 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13931 it, so that a boundp test can be used to determine if we're
13932 currently byte-compiling.
13933
13934 2000-11-09 Dave Love <fx@gnu.org>
13935
13936 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13937
13938 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13939
13940 * ps-print.el: Patch for variable initialization when spooling.
13941 Doc fix.
13942 (ps-output-list): Fun eliminated.
13943 (ps-begin-file, ps-begin-job): Code fix.
13944
13945 2000-11-08 Dave Love <fx@gnu.org>
13946
13947 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13948
13949 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13950
13951 * simple.el (shell-command, display-message-or-buffer)
13952 (shell-command-on-region): Mention resize-mini-windows in the doc
13953 string.
13954 (display-message-or-buffer): Take the value of resize-mini-windows
13955 into account.
13956
13957 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13958
13959 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13960
13961 * dired.el (dired-between-files): Add `^. find' as an alternative
13962 to the regular expression, for find-dired.
13963
13964 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13965
13966 * textmodes/texnfo-upd.el: Require texinfo.
13967 (defmacro, defgroup): Remove.
13968 (texinfo-section-to-generic-alist): Remove.
13969 Use texinfo-section-list instead (i.e. level is changed string->int).
13970 (texinfo-filter): New function.
13971 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13972 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13973 Use it. And use regexp-opt.
13974 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13975 (texinfo-update-menu-region-beginning)
13976 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13977 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13978 (texinfo-update-menu-same-level-regexps): Update.
13979 (texinfo-update-node, texinfo-every-node-update)
13980 (texinfo-sequential-node-update): Remove autoload cookie.
13981
13982 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13983 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13984 (texinfo-chapter-level-regexp): Remove.
13985 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13986
13987 2000-11-06 Dave Love <fx@gnu.org>
13988
13989 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13990
13991 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13992 Match defun*.
13993
13994 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13995
13996 * composite.el (composition-function-table): Variable declaration
13997 moved to src/composite.c.
13998 (compose-chars-after): New optional arg object.
13999
14000 2000-11-06 Gerd Moellmann <gerd@gnu.org>
14001
14002 * bindings.el (mode-line-toggle-read-only)
14003 (mode-line-toggle-modified, mode-line-widen)
14004 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14005 (make-mode-line-mouse2-map): Rewritten.
14006 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14007 functions so that C-h k can show something with a doc string.
14008
14009 * startup.el (fancy-splash-delay): Set to 10 seconds.
14010 (fancy-splash-max-time): New user-option.
14011 (fancy-splash-stop-time): New variable.
14012 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14013 (fancy-splash-screens-1): Throw `stop-splashing' when current
14014 time is greater than fancy-splash-stop-time.
14015
14016 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14017
14018 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14019
14020 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14021 Prompt user for a file rather than raising an error.
14022 (cvs-enabledp): Fix call to cvs-mode-marked.
14023 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14024 (cvs-mode-insert): Use it. Change the init prompt' value.
14025 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14026
14027 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14028 Don't pass default arg to ewoc-locate.
14029 (ewoc-collect): Return result in the right order.
14030
14031 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14032
14033 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14034 (cvs-status-get-tags): Fix regexp.
14035 (cvs-status-trees, cvs-status-cvstrees):
14036 Combine after change hooks and don't sit-for.
14037 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14038 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14039 Use make-char rather than hard-coded cryptic data.
14040 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14041
14042 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14043
14044 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14045 (cvs-insert-strings): New function.
14046
14047 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14048
14049 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14050 `mwheel-scroll-amount'.
14051 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14052 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14053 string-matching against the version string.
14054
14055 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14056
14057 * language/thai.el ("Thai"): Set a lisp form that produces
14058 composed string in `sample-text' language info.
14059
14060 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14061 composed string in `sample-text' language info.
14062
14063 * international/mule-cmds.el (describe-language-environment):
14064 Eval `sample-text' data and insert the result.
14065
14066 * international/mule-conf.el (compound-text): Define this coding
14067 system here. Make x-ctext and ctext aliases of it.
14068
14069 * language/european.el (compound-text, ctext): Moved to
14070 international/mule-conf.el.
14071
14072 2000-11-05 Andrew Innes <andrewi@gnu.org>
14073
14074 * w32-fns.el (w32-version): New function.
14075
14076 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14077
14078 * progmodes/awk-mode.el: Update copyright.
14079 (awk-mode-abbrev-table): Remove.
14080 (awk-font-lock-keywords): Use regexp-opt.
14081 (awk-mode): Use define-derived-mode.
14082
14083 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14084 when extracting a suffix.
14085
14086 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14087
14088 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14089 auto-save-mode.
14090
14091 2000-11-04 Jason Rumney <jasonr@gnu.org>
14092
14093 * language/european.el (decode-mac-roman): Test against r1 not r0.
14094
14095 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14096
14097 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14098 (icon-mode): Define indent-line-function.
14099 (icon-comment-indent): Simplify.
14100 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14101
14102 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14103
14104 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14105 Bind change-log-default-mode to defeat the caching done on it.
14106 Don't bother saving excursion any more.
14107
14108 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14109
14110 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14111 (set-frame-font): Use the new name (and the old for compatibility).
14112
14113 * toolbar/tool-bar.el (tool-bar-mode):
14114 * time.el (display-time-mode):
14115 * recentf.el (recentf-mode):
14116 * paren.el (show-paren-mode):
14117 * mwheel.el (mouse-wheel-mode):
14118 * msb.el (msb-mode):
14119 * jka-compr.el (auto-compression-mode):
14120 * image-file.el (auto-image-file-mode):
14121 * hl-line.el (hl-line-mode):
14122 * delsel.el (delete-selection-mode):
14123 * autoinsert.el (auto-insert-mode):
14124 * complete.el (partial-completion-mode): Drop unneeded positional args.
14125
14126 * info.el (Info-mode):
14127 * comint.el (comint-mode): Don't bother with make-local-hook.
14128
14129 * log-edit.el (log-edit-menu): New menu.
14130
14131 2000-11-03 Miles Bader <miles@gnu.org>
14132
14133 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14134 definition, so that trailing spaces are handled properly.
14135 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14136
14137 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14138
14139 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14140 tab character.
14141 (fancy-splash-screens): Set tab-width to 20.
14142
14143 2000-11-03 Dave Love <fx@gnu.org>
14144
14145 * comint.el (comint-completion-addsuffix): Fix custom type.
14146
14147 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14148
14149 * font-lock.el (font-lock-buffers): Remove.
14150 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14151 (font-lock-change-major-mode): Remove.
14152 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14153 (font-lock-default-fontify-region): Extend the multiline
14154 fontification to whole lines.
14155 (font-lock-fontify-anchored-keywords)
14156 (font-lock-fontify-keywords-region): If matching just one
14157 line (with \n) only mark the \n as multiline.
14158
14159 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14160 Correctly handle the case where several :group args are supplied.
14161 Allow :extra-args.
14162 (easy-mmode-define-global-mode): Allow :extra-args.
14163 Correctly handle the case where several :group args are supplied.
14164
14165 2000-11-02 Miles Bader <miles@gnu.org>
14166
14167 * calendar/calendar.el (diary-face, calendar-today-face)
14168 (holiday-face): Remove dependency on `window-system'.
14169
14170 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14171
14172 * Makefile.in (emacs): Set EMACSLOADPATH always.
14173 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14174 (compile-files): Bomb out if compilation of a file fails.
14175
14176 2000-11-02 Dave Love <fx@gnu.org>
14177
14178 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14179
14180 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14181
14182 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14183 punctuation in the warning inserted into the *mail* buffer.
14184
14185 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14186
14187 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14188 (authors-public-domain-p): New function.
14189 (authors-print): Use it.
14190
14191 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14192
14193 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14194
14195 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14196
14197 * ps-print.el: Extension for even/odd printing. Doc fix.
14198 (ps-print-version): New version number (6.3.1).
14199 (ps-even-or-odd-pages): Customization fix.
14200 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14201 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14202 (ps-page-count): Var replaced by `ps-page-column'.
14203 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14204 (ps-print-sheet-p): New fun.
14205
14206 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14207
14208 * tooltip.el (tooltip-gud-tips-setup): New function.
14209 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14210 (tooltip-mode): Call tooltip-gud-tips-setup.
14211 (tooltip-gud-tips): Use `gud-basic-call' instead of
14212 process-send-string, so the prompt gets frobbed appropriately.
14213 Handle nil return value from `tooltip-gud-print-command'.
14214
14215 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14216
14217 * comint.el (comint-add-to-input-history): New function.
14218 (comint-send-input): Use `comint-add-to-input-history'.
14219
14220 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14221
14222 * info.el (info-menu-header): New face.
14223 (Info-fontify-menu-headers): New function.
14224 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14225
14226 * info.el (Info-insert-dir): Don't include blank lines at
14227 beginning of additional dir files (one is added automatically).
14228
14229 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14230
14231 * emacs-lisp/easy-mmode.el (define-minor-mode):
14232 Revert the latest changes.
14233 Allow the three positional arguments to be skipped and replaced
14234 by keyword arguments.
14235 Add a :toggle argument to determine whether a nil arg means toggle
14236 or means turn-on. The default is unchanged.
14237 Add a call to force-mode-line-update.
14238
14239 2000-11-01 Dave Love <fx@gnu.org>
14240
14241 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14242
14243 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14244
14245 * calendar/calendar.el (diary-face, holiday-face):
14246 Add dark-background variants.
14247
14248 2000-10-31 Sam Steingold <sds@gnu.org>
14249
14250 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14251 `tex-main-file' does not have directory in it.
14252
14253 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14254
14255 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14256
14257 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14258
14259 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14260 functional change.
14261
14262 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14263
14264 * files.el (find-file-noselect): When we expand a wildcard, return
14265 a list of buffers, as we should do according to the doc string.
14266
14267 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14268
14269 * loadup.el (top level): Adjust load path if program name is
14270 "../src/bootstrap-emacs", in case it's not dumped and thus the
14271 load path adjustment hasn't already been done.
14272
14273 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14274
14275 * ps-print.el: Fix bug on selected pages for printing.
14276 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14277 is on. Try to avoid warning messages when compiling. Doc Fix.
14278 (ps-print-version): New version number (6.3).
14279 (ps-color-device): Use `color-values' to determine if device
14280 supports color.
14281 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14282 (ps-print-page-p): Changed from defsubst to defun.
14283 (ps-page-number): Changed from defmacro to defun.
14284 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14285 printing.
14286 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14287 (ps-end-file, ps-dummy-page): Funs eliminated.
14288 (ps-print-color-scale): Changed default value.
14289 (ps-page-n-up, ps-print-page-p): New internal vars.
14290 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14291 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14292
14293 * delim-col.el: Little programming improvement.
14294 (delimit-columns-str): New macro.
14295 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14296
14297 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14298
14299 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14300 Moved to european.el.
14301 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14302 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14303 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14304 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14305
14306 2000-10-30 Dave Love <fx@gnu.org>
14307
14308 * progmodes/cc-menus.el (imenu-generic-expression)
14309 (imenu-progress-message): Only defvar when compiling.
14310
14311 * emacs-lisp/elp.el (elp-unload-hook): New function.
14312
14313 * loadhist.el (unload-feature): Call elp-restore-function,
14314 checking for symbols; don't use elp-restore-all.
14315 (loadhist-hook-functions): Doc fix.
14316
14317 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14318
14319 * log-edit.el (log-edit-confirm): Fix the default.
14320
14321 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14322
14323 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14324 delimit-columns-format.
14325 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14326
14327 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14328
14329 * comint.el (comint-replace-by-expanded-history): Don't use
14330 comint-get-old-input (we're not looking at *old* input).
14331 (comint-get-old-input-default): If using fields, signal an error
14332 when the point is not in an input field.
14333
14334 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14335
14336 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14337 and mule-unicode-e000-ffff.
14338
14339 * international/mule.el (decode-char, encode-char): New functions.
14340 (make-coding-system): Accept a symbol of translation table as a
14341 value of property `safe-chars'.
14342
14343 * international/mule-cmds.el (encode-coding-char): Check property
14344 safe-chars instead of safe-charsets.
14345
14346 * international/fontset.el (fontset-default): Modified for
14347 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14348 (x-font-name-charset-alist): Likewise.
14349 (ccl-encode-unicode-font): New CCL program. Record it in
14350 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14351
14352 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14353 New translation tables.
14354 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14355 programs are modified and moved from mac-win.el.
14356 (mac-roman): Definition of this coding system is modified and
14357 moved from mac-win.el.
14358
14359 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14360
14361 * ediff-wind.el (ediff-setup-control-frame): Enclose
14362 face-attribute in condition-case to avoid errors in older emacsen.
14363
14364 2000-10-29 Miles Bader <miles@gnu.org>
14365
14366 * custom.el (custom-add-to-group): Allow multiple entries for a
14367 given value OPTION, as long as their widget types are different.
14368 * cus-edit.el (custom-face-value-create): If face name doesn't end
14369 with "face", add such here (similar to custom group widgets).
14370
14371 * comint.el (comint-highlight-prompt): Add :type.
14372
14373 2000-10-28 John Wiegley <johnw@gnu.org>
14374
14375 * calendar/timeclock.el (timeclock-log): Doc fix.
14376 (timeclock-last-event): Doc fix.
14377 (timeclock-log): Kill the timelog buffer after appending a new event.
14378 (timeclock-find-discrep): Use a temp buffer to read in the
14379 timelog, instead of visiting the file.
14380 (timeclock-log-data): A new function, along with a host of helper
14381 functions, for the purpose of making timelog data accessible to
14382 programmers.
14383
14384 * eshell/esh-mode.el (window-height test): Make certain that
14385 `eshell-stringify-t' is non-nil.
14386 (eshell-password-prompt-regexp): Changed to a much simpler
14387 password regexp.
14388 (eshell-send-input): If `eshell-invoke-directly' returns t,
14389 directly invoke the parsed command using `eval'. This improves
14390 turn-around time on simple commands by a factor of three or
14391 greater, such as cd, ls, pwd, etc. -- which get used very often.
14392 It also conserves thousands of cons cells per call (since
14393 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14394 in the Pacific Cookie Company).
14395
14396 * eshell/esh-test.el (eshell-test): Whitespace fix.
14397
14398 * eshell/em-ls.el (eshell-ls-insert-directory):
14399 Make `eshell-ls-initial-args' nil when inserting directory contents.
14400
14401 * eshell/em-script.el (eshell-script-initialize): Add names to
14402 `eshell-complex-commands, since `source' and `.' are complex.
14403
14404 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14405 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14406 `eshell-copy-handles'.
14407 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14408 bodies.
14409 (eshell-separate-commands): Whitespace fix.
14410 (eshell-complex-commands): Added a new list of names, for
14411 determining whether a given command is as simple as it looks.
14412 (eshell-invoke-directly): New function. Returns t if a command
14413 should be invoked directly (using `eval'), rather than indirectly
14414 using `eshell-do-eval'.
14415 (eshell-do-eval): Whitespace fix.
14416
14417 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14418 which provides an emulation of the DOS shell behavior of assuming
14419 that cp/mv/ln should copy/move/link to the current directory.
14420 (eshell-remove-entries): Added a doc string.
14421 (eshell-shuffle-files): Removed the check for `target' being null.
14422 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14423 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14424 it to do a smarter check of whether a destination was provided.
14425 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14426 (eshell/ln): Enable `:preserve-args', and use
14427 `eshell-mvcpln-template' to implement the body of the function.
14428 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14429 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14430 list after flattening it. This makes it possible to cat files
14431 with numerical names.
14432 (eshell-unix-initialize): Added several names to
14433 `eshell-complex-commands.
14434 (eshell-unix-command-complex-p): Return t if a given command name
14435 may result in external processes being invoked.
14436
14437 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14438 variable nil by default, since it slows down glob processing by a
14439 factor of two or more, and increases memory consumption.
14440
14441 * eshell/em-smart.el: Added a note about how memory consumptive
14442 smart display mode can be (at least this is true in Emacs 21).
14443 (eshell-smart-initialize): Whitespace fix.
14444 (eshell-refresh-windows): Use `if' instead of `when'.
14445 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14446 not necessary.
14447 (eshell-currently-handling-window): Added a missing global variable.
14448
14449 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14450 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14451 Whitespace fix.
14452 (eshell-ls-exclude-hidden): Added this variable in addition to
14453 `eshell-ls-exclude-regexp'. This one prevents files beginning
14454 with . from even being read, which can improve memory consumption
14455 quite a bit.
14456 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14457 read file entries beginning with a dot. In home directories with
14458 lots of hidden files, fully two-thirds of the time spent in ls is
14459 used to read directory entries that are immediately thrown away.
14460 (eshell-ls-initial-args): Added back this configuration variable,
14461 for specifying default initial arguments to every call to ls.
14462 Much faster than using an alias to do the same thing.
14463 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14464 (eshell-ls-dir): Whitespace change.
14465
14466 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14467
14468 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14469 (eshell-stringify-t): Added a customization variable, to indicate
14470 whether `t' should be rendered as a string at all. If not, one
14471 can still determine if the result of an expression is true using
14472 "file-exists-p FILE && echo true".
14473 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14474 stringify t!
14475
14476 * eshell/esh-module.el: Whitespace fix.
14477
14478 * eshell/em-alias.el (eshell-alias-initialize):
14479 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14480 (eshell-command-aliased-p): New function that returns t if a
14481 command name names an aliased.
14482
14483 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14484
14485 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14486 redrawing the screen when changing cursor color.
14487 (viper-insert-state-pre-command-sentinel)
14488 (viper-replace-state-pre-command-sentinel)
14489 (viper-replace-state-post-command-sentinel):
14490 Use viper-preserve-cursor-color.
14491 Many functions changed to use viper= instead of = when comparing
14492 characters.
14493 * viper-util.el (viper-memq-char,viper=): New functions for
14494 working with characters.
14495 (viper-change-cursor-color): Fixed buglet.
14496 Many functions changed to use viper= instead of = when comparing
14497 characters.
14498 * viper.el (viper-insert-state-mode-list): Added eshell.
14499
14500 * ediff-init.el (ediff-before-setup-hook): New hook.
14501 Several typos fixed in various docstrings.
14502 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14503 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14504 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14505 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14506 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14507 (ediff-get-selected-buffers): New function.
14508 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14509 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14510 Use save-window-excursion.
14511 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14512 termination check in while loop.
14513 * ediff.el (ediff-get-default-file-name): Better defaults when in
14514 dired buffer.
14515 (ediff-files,ediff-merge-files,ediff-files3)
14516 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14517
14518 2000-10-28 Dave Love <fx@gnu.org>
14519
14520 * info.el (Info-fontify-node): Add help-echo for menu items.
14521
14522 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14523
14524 * startup.el (normal-top-level): If the value of $TERM indicates
14525 we are running from xterm or one of its work-alikes, default to a
14526 light background mode.
14527
14528 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14529 * faces.el (tty-handle-reverse-video): New function.
14530 (tty-create-frame-with-faces): Call it.
14531
14532 * frame.el (frame-notice-user-settings): Don't apply
14533 default-frame-alist and initial-frame-alist to MS-DOS frames.
14534 Call tty-handle-reverse-video, frame-set-background-mode, and
14535 face-set-after-frame-default for non-MS-DOS frames.
14536
14537 * startup.el (tty-long-option-alist): New variable.
14538 (tty-handle-args): New function.
14539 (command-line): Call tty-handle-args.
14540
14541 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14542 startup.el now does that for all character-terminal frames.
14543
14544 2000-10-28 Miles Bader <miles@gnu.org>
14545
14546 * emacs-lisp/easy-mmode.el (define-minor-mode):
14547 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14548 is global. If :global is followed by a non-nil but non-t value,
14549 make the mode buffer-local, but also generate a `global-MODE'
14550 version using `easy-mmode-define-global-mode'.
14551 Add :conditional-turn-on keyword argument.
14552
14553 2000-10-28 Dave Love <fx@gnu.org>
14554
14555 * international/latin1-disp.el (latin1-char-displayable-p):
14556 Don't use window-system.
14557
14558 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14559
14560 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14561 Don't call find-buffer-file-type-coding-system. Instead, just
14562 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14563 if the file is on an untranslated filesystem.
14564 (add-untranslated-filesystem): Use "D" instead of "f" inside
14565 interactive.
14566
14567 2000-10-27 Dave Love <fx@gnu.org>
14568
14569 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14570 (refill-mode): Use it.
14571
14572 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14573
14574 * international/quail.el (quail-activate): Don't make-local-hook.
14575
14576 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14577
14578 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14579 manual backups and file.~<rev>.~ for automatic ones.
14580 (vc-make-version-backup): Don't do it on MS-DOS without long file
14581 names.
14582
14583 * vc.el (vc-version-other-window): If an automatic backup of the
14584 desired version exists, rename it instead of copying it.
14585
14586 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14587 after command. If there's an unexpected error, signal it instead
14588 of being silent.
14589 (vc-cvs-merge-news): Be prepared for no news at all.
14590
14591 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14592
14593 * shell.el (shell): Add BUFFER argument.
14594 * comint.el (make-comint-in-buffer): New function.
14595 (make-comint): Use it.
14596
14597 * faces.el (face-spec-choose): Change syntax so that the list of
14598 attribute-value pairs is now the cdr of each clause, not the cadr.
14599 Detect old-style entries, and handle them. Use pop.
14600
14601 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14602
14603 * cus-edit.el (custom-mode-map): Use a sparse map.
14604 (custom-mode): Don't bother with make-local-hook.
14605
14606 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14607
14608 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14609
14610 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14611
14612 * ps-print.el: Avoid compilation gripes.
14613 (ps-print-version): New version number (6.2.1).
14614
14615 2000-10-26 Dave Love <fx@gnu.org>
14616
14617 * menu-bar.el: Modify some menu item help strings.
14618 (menu-bar-help-menu): Add link to MORE.STUFF.
14619
14620 * cus-edit.el (custom-mode): Add `special' mode-class property.
14621
14622 * wid-browse.el (widget-browse-mode): Likewise.
14623
14624 * wid-edit.el (widget-specify-field): Revert to using local-map
14625 property, not keymap.
14626
14627 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14628
14629 * wid-edit.el (widget-field-end): When checking for a `boundary'
14630 field, do so in the correct buffer.
14631
14632 * simple.el (undo): Correctly distinguish between numeric and
14633 non-numeric prefix args in non-transient-mark-mode, as per the doc
14634 string. When in transient-mark-mode, treat all prefix-args as
14635 numeric.
14636
14637 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14638 Position point on match. Handle N == 0 correctly.
14639
14640 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14641 (comint-mode-map): Reverse order of `comint-write-output' and
14642 `comint-append-output-to-file'.
14643 (comint-append-output-to-file): Reinstate this function, for the
14644 benefit of the menu.
14645
14646 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14647
14648 * vc.el (vc-version-other-window): Bind `file'.
14649
14650 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14651
14652 * Makefile.in (update-authors): New target for maintenance purposes.
14653
14654 * emacs-lisp/authors.el (batch-update-authors): New function.
14655 (authors-fixed-entries): New defconst.
14656 (authors-add-fixed-entries): New function.
14657 (authors): Call it.: Don't process lispref/.
14658
14659 2000-10-25 Jason Rumney <jasonr@gnu.org>
14660
14661 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14662 Merge x w32 and mac definitions.
14663
14664 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14665
14666 * menu-bar.el (menu-bar-options-menu): Add a help string for
14667 `uniquify'.
14668
14669 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14670
14671 * time-stamp.el (time-stamp-string-preprocess):
14672 Fix a wrong type argument error.
14673
14674 2000-10-25 Miles Bader <miles@gnu.org>
14675
14676 * recentf.el (recentf-mode): Variable removed.
14677 (recentf-mode): Use `define-minor-mode'.
14678
14679 * mwheel.el (mouse-wheel-mode): New global minor mode.
14680 (mwheel-install): Use `mouse-wheel-mode'.
14681
14682 2000-10-25 Dave Love <fx@gnu.org>
14683
14684 * progmodes/cperl-mode.el (cperl-mode):
14685 Set normal-auto-fill-function correctly.
14686
14687 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14688 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14689 bindings.
14690
14691 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14692
14693 * wid-edit.el (widget-field-at): New function.
14694 (widget-at, widget-field-activate): Use it.
14695 (widget-tabable-at): Use `widget-at'.
14696 (widget-specify-field): If the terminating character of the widget
14697 field (which is read-only) is a newline, put it into a special
14698 `boundary' field so that C-n/C-p act more naturally.
14699 (widget-field-end): Also don't subtract one if a special
14700 `boundary' field has been added after the widget field.
14701
14702 * comint.el (comint-output-filter, comint-send-input):
14703 Don't bother adding stickiness fields to overlays to fool the field
14704 code, since it should notice the overlay insertion-types now.
14705
14706 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14707 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14708 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14709
14710 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14711
14712 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14713 (authors): Set file coding system to iso-2022-7bit.
14714 Add file-local variables to output buffer.
14715
14716 * files.el (after-find-file): Don't print any warnings if
14717 WARN is nil.
14718
14719 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14720
14721 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14722
14723 * delim-col.el: Now there is a column formatting mechanism.
14724 Modified to customization mechanisms convention. Doc fix.
14725 (columns): New group for delim-col.
14726 (delimit-columns-before, delimit-columns-after)
14727 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14728 (delimit-columns-end): New vars.
14729 (delimit-columns-customize, delimit-columns-format): New funs.
14730 (delimit-columns-region, delimit-columns-rectangle)
14731 (delimit-columns-rectangle-line): Modified to support column
14732 formatting.
14733
14734 2000-10-24 Dave Love <fx@gnu.org>
14735
14736 * log-edit.el (log-edit): Add :version and a :group for vc.
14737
14738 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14739
14740 * files.el (after-find-file): Don't print a message ``New file''
14741 if WARN is nil.
14742
14743 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14744 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14745 get duplicate tool-bar entries because we'll see the global ones
14746 on more than one path through keymaps.
14747
14748 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14749
14750 * progmodes/cmacexp.el: Change Francesco's email address.
14751
14752 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14753
14754 * window.el (fit-window-to-buffer): Adjust point of the window
14755 buffer, not that of the current buffer.
14756
14757 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14758
14759 * progmodes/cmacexp.el: Update the euthor's email address.
14760
14761 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14762
14763 * faces.el (face-spec-set-match-display): Add `graphic' display
14764 type (the inverse of `tty'). Use `display-graphic-p' instead of
14765 the window-system variable.
14766
14767 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14768
14769 * international/isearch-x.el (isearch-with-input-method):
14770 Call input-method-function with the first event in
14771 unread-command-events.
14772
14773 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14774
14775 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14776
14777 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14778
14779 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14780 New charsets.
14781
14782 * term/mac-win.el: Remove definitions of mac-roman-lower and
14783 mac-roman-upper, require dired, and define instead of set
14784 mac-ready-for-drag-n-drop to avoid compilation error.
14785
14786 2000-10-23 Andrew Innes <andrewi@gnu.org>
14787
14788 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14789 Remove superfluous calls to subst-char-in-string; instead apply
14790 expand-file-name after convert-standard-filename to ensure
14791 expected directory separators are used.
14792
14793 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14794
14795 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14796
14797 2000-10-23 Dave Love <fx@gnu.org>
14798
14799 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14800 (tool-bar-add-item): Set foreground and background for XBM icons.
14801
14802 * international/latin1-disp.el (latin1-char-displayable-p):
14803 New function (from Handa).
14804 (latin1-display-check-font): Use it.
14805
14806 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14807 using :key-sequence, making it much more usable.
14808 Use nconc, not append.
14809 (imenu--create-keymap-1): Avoid append.
14810
14811 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14812
14813 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14814
14815 [the following changes fix a bug where `define-minor-mode' didn't
14816 correctly generate :require clauses for defcustoms in compiled files]
14817 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14818 (byte-compile-log-file, byte-compile-log-1): Don't set
14819 `byte-compile-current-file' to nil. Instead set
14820 `byte-compile-last-logged-file' to it. Test whether
14821 byte-compile-current-file equals byte-compile-last-logged-file
14822 instead of whether its nil.
14823 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14824
14825 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14826
14827 * textmodes/refill.el: Fix var names in doc.
14828 (refill-mode): Don't bother with make-local-hook anymore.
14829
14830 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14831
14832 * faces.el (face-user-default-spec, face-default-spec): New functions.
14833 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14834 (frame-set-background-mode, face-set-after-frame-default):
14835 Use `face-user-default-spec'. Simplify code slightly.
14836
14837 * woman.el (woman-italic-face, woman-bold-face)
14838 (woman-unknown-face): Add dark-background variants.
14839 (woman-default-faces): Renamed from `woman-colour-faces'.
14840 Set using the stored defaults, rather than using hard-wired colors.
14841 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14842 Just make the foreground `unspecified' rather than "black".
14843 (woman-menu): Rename menu entries accordingly.
14844
14845 * faces.el (header-line): Make more reasonable on mono/grayscale
14846 displays.
14847
14848 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14849
14850 * cus-edit.el (custom-button-face): Use 3D look for mac.
14851 (custom-button-pressed-face): Likewise.
14852
14853 * faces.el (set-face-attributes-from-resources): Handle mac frames
14854 in the same way as x and w32 frames.
14855 (face-valid-attribute-values): Likewise.
14856 (read-face-attribute): Likewise.
14857 (defined-colors): Likewise.
14858 (color-defined-p): Likewise.
14859 (color-values): Likewise.
14860 (display-grayscale-p): Likewise.
14861 (face-set-after-frame-default): Likewise.
14862 (mode-line): Same default face as for x and w32.
14863 (tool-bar): Likewise.
14864
14865 * frame.el: Remove call to frame-notice-user-settings at end of
14866 the file.
14867
14868 * info.el (Info-fontify-node): Make underlines invisible for mac
14869 as for x, pc, and w32 frame types.
14870
14871 * term/mac-win.el: New file.
14872
14873 2000-10-22 Dave Love <fx@gnu.org>
14874
14875 * textmodes/refill.el: New file.
14876
14877 2000-10-22 Andre Spiegel <spiegel@gnu.org>
14878
14879 * vc-hooks.el (vc-version-backup-file-name): New optional args
14880 MANUAL and REGEXP.
14881 (vc-delete-automatic-version-backups, vc-make-version-backup):
14882 New functions.
14883 (vc-before-save): Use the latter.
14884 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14885 confusion.
14886
14887 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14888 expected by vc[-hooks].el.
14889
14890 * vc.el (vc-checkout): Added `-p' suffix in call to
14891 vc-make-version-backups-p; use vc-make-version-backup to actually
14892 make the backup.
14893 (vc-version-other-window, vc-version-backup-file): Handle both
14894 automatic and manual backups.
14895 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14896 of all of them.
14897
14898 2000-10-22 Miles Bader <miles@gnu.org>
14899
14900 * comint.el (comint-highlight-input, comint-highlight-prompt):
14901 Renamed, `-face' at end removed.
14902 (comint-send-input, comint-output-filter): Use renamed faces.
14903
14904 * window.el (fit-window-to-buffer): Change defaulting of
14905 MAX-HEIGHT slightly.
14906
14907 * faces.el (color-values, color-defined-p): Use `member', not
14908 `memq', because it works correctly for strings.
14909 (frame-set-background-mode): Actually, "unspecified-fg" and
14910 "unspecified-bg" *are* strings. Use `member', not `memq', and
14911 `equal', not `eq', when a string value is possible.
14912
14913 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14914
14915 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14916
14917 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14918
14919 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14920 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14921 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14922 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14923 (sh-font-lock-syntactic-keywords): Use them.
14924 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14925 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14926 (sh-mode): Don't override font-lock-unfontify-region-function.
14927 Use a copy of sh-font-lock-syntactic-keywords.
14928 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14929 Don't call sh-scan-buffer since font-lock does it on the fly.
14930 (sh-get-indent-info): Use `face' rather than `syntax-table'
14931 text-property to detect here-documents.
14932 Replace sh-special-syntax with sh-st-punc.
14933 (sh-prev-line): Use `face' rather than `syntax-table'
14934 text-property to skip over here-documents.
14935 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14936 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14937 (sh-electric-less, sh-set-here-doc-region)
14938 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14939 (sh-scan-buffer, sh-rescan-buffer): Remove.
14940
14941 2000-10-21 Andrew Innes <andrewi@gnu.org>
14942
14943 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14944 remote (ange-ftp) file names.
14945
14946 2000-10-21 Miles Bader <miles@gnu.org>
14947
14948 * window.el (fit-window-to-buffer): New function.
14949 (shrink-window-if-larger-than-buffer): Use it.
14950 (window-text-height): Don't expect minibuffers to have mode-lines.
14951
14952 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14953 * international/quail.el (quail-update-guidance):
14954 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14955
14956 * international/quail.el (quail-show-guidance-buf): Make sure
14957 guidance window really has enough room.
14958 (quail-update-guidance): If quail-guidance-win is already shown,
14959 make sure its height is OK.
14960
14961 * window.el (window-text-height, set-window-text-height):
14962 New functions.
14963 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14964 instead of `window-height' & `mode-line-window-height-fudge'.
14965 (mode-line-window-height-fudge): Add FACE parameter.
14966 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14967 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14968
14969 2000-10-20 Miles Bader <miles@gnu.org>
14970
14971 * window.el (height-affecting-face-attributes): Use `defconst'.
14972
14973 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14974 New function, conditionally aliased to `mode-line-window-height-fudge'.
14975 (ispell-help): Use it.
14976 (ispell-choices-win-default-height): Don't include mode-line fudge.
14977 (ispell-choices-win-default-height): New function.
14978 (ispell-show-choices, ispell-command-loop): Use function
14979 `ispell-choices-win-default-height' instead of variable.
14980
14981 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14982
14983 * window.el (mode-line-window-height-fudge): New variable.
14984 (height-affecting-face-attributes): New variable.
14985 (mode-line-window-height-fudge): New function.
14986 (shrink-window-if-larger-than-buffer): Use it.
14987 * help.el (resize-temp-buffer-window): Likewise.
14988
14989 * info.el (Info-fontify-node): Add support for @subsubsection
14990 titles, which use `Info-title-4-face'.
14991 (Info-title-4-face): New face.
14992 (Info-title-3-face): Inherit from Info-title-4-face instead of
14993 variable-pitch.
14994
14995 2000-10-19 Jason Rumney <jasonr@gnu.org>
14996
14997 * dired.el (dired-insert-directory): Do not let errors signalled by
14998 attempt to run dired-free-space-program prevent dired from working.
14999
15000 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15001
15002 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15003
15004 2000-10-19 Gerd Moellmann <gerd@gnu.org>
15005
15006 * dirtrack.el (dirtrack): Fix call to run-hooks.
15007
15008 * cmuscheme.el (cmuscheme-program-name): Renamed from
15009 scheme-program-name because xscheme.el contains a defcustom with
15010 the same name. As a consequence, customizing group `cmuscheme'
15011 loaded `xscheme' which redefined run-scheme.
15012 (run-scheme): Use cmuscheme-program-name.
15013
15014 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15015
15016 * play/doctor.el (doctor-death): Update the Samaritans'
15017 anonymous address, and add a website for Befrienders International.
15018
15019 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15020
15021 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15022 Avoid compilation gripes. Doc fix.
15023 (ps-print-version): New version number (6.2).
15024 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15025 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15026 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15027 (ps-x-extent-priority, ps-x-extent-start-position)
15028 (ps-x-face-font-instance, ps-x-find-coding-system)
15029 (ps-x-font-instance-properties, ps-x-make-color-instance)
15030 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15031 avoid compilation gripes without defining functions.
15032 (ps-e-find-composition): Alias for function find-composition, to have a
15033 suitable function depending on Emacs version.
15034 (ps-color-device, ps-color-values, ps-face-foreground-name)
15035 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15036 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15037 (ps-print-ensure-fontified): Function definitions surrounded by
15038 `eval-and-compile' to avoid compilation gripes.
15039 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15040 by symbol-value to avoid compilation gripes.
15041 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15042 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15043
15044 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15045
15046 * startup.el (normal-top-level): Call `frame-set-background-mode'
15047 after `frame-notice-user-settings' because the latter doesn't call
15048 the former on a tty.
15049
15050 * faces.el (frame-set-background-mode): `unspecified' &c are
15051 symbols, not strings.
15052
15053 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15054
15055 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15056 why some "light*" colors are deliberately absent from the alist.
15057
15058 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15059 Change colors for tty's, as suggested by Miles Bader.
15060
15061 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15062
15063 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15064 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15065 for ISO10646-1 fonts.
15066 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15067
15068 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15069
15070 * faces.el (frame-set-background-mode): If a tty frame defines a
15071 background color, use that to compute the background mode, instead
15072 of always defaulting to "dark".
15073
15074 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15075
15076 * comint.el (comint-write-output): New function.
15077 (comint-mode-map): Add it to the menu.
15078 Bind `C-c C-s' to comint-write-output.
15079
15080 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15081
15082 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15083 Use fancy-splash-delay.
15084
15085 2000-10-18 Alex Schroeder <alex@gnu.org>
15086
15087 * progmodes/sql.el (sql-sybase-options): New option.
15088 (sql-sybase): Use it. Add sql-database to the list of parameters
15089 provided for login. The options -w 2048 -n are not used any more.
15090
15091 * comint.el (comint-read-input-ring): Bugfix such that the first
15092 and the last entry of the input ring file are not lost.
15093
15094 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15095
15096 * ps-print.el: Internal variable changes to defcustom,
15097 make-local-hook changes to defvar. Doc fix.
15098 (ps-print-version): New version number (6.1).
15099 (ps-setup, ps-do-despool): Code fix.
15100 (ps-printer-name): Customization fix.
15101 (ps-printer-name-option): Now is a defcustom instead of an
15102 internal variable.
15103 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15104 (ps-print-begin-column-hook): Now are defvar instead of
15105 make-local-hook.
15106
15107 2000-10-18 Miles Bader <miles@gnu.org>
15108
15109 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15110 (comint-kill-output): Changed into an alias for `comint-delete-output',
15111 and made obsolete.
15112 (comint-mode-map): Rename references to comint-kill-output.
15113
15114 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15115
15116 * diff-mode.el (diff-header-face, diff-file-header-face)
15117 (diff-changed-face): Add bold and italic attributes to tty faces.
15118 (diff-function-face): New face.
15119 (diff-font-lock-keywords): Use it.
15120
15121 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15122
15123 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15124 Remove commented-out call to force-mode-line-update.
15125 (comint-kill-output): Use `forward-line 0' instead of
15126 beginning-of-line to make sure we get past the prompt.
15127
15128 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15129
15130 * diff-mode.el (diff-header-face, diff-file-header-face):
15131 Add specific setting for dark background.
15132 (diff-context-face): Renamed from diff-comment-face.
15133 Set explicitly rather than inheriting from font-lock-comment-face.
15134
15135 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15136
15137 * startup.el (command-line): Move the code which sets the default
15138 TTY colors to before before-init-hook.
15139
15140 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15141
15142 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15143
15144 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15145
15146 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15147 extensions, for MS-DOS.
15148
15149 * diff-mode.el (diff-header-face, diff-file-header-face)
15150 (diff-changed-face): Define tty-specific colors.
15151
15152 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15153
15154 * startup.el (fancy-splash-text): Realign the text.
15155
15156 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15157
15158 * font-lock.el (font-lock-comment-face): Define a separate default
15159 for dark-background tty's.
15160
15161 2000-10-17 Miles Bader <miles@gnu.org>
15162
15163 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15164 being obscured by whizzy mode-lines on graphics displays.
15165
15166 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15167
15168 * info.el (Info-title-1-face, Info-title-2-face)
15169 (Info-title-3-face): Define colors for tty's.
15170 (info-header-node): Remove unneeded tty-specific definition.
15171
15172 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15173
15174 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15175 reverse from the frame parameters, and don't invert foreground and
15176 background colors.
15177
15178 2000-10-16 Miles Bader <miles@gnu.org>
15179
15180 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15181 string "*Info*". Call propertized-buffer-identification to spruce
15182 up the result.
15183
15184 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15185
15186 * help.el: Provide `help' for the sake of define-minor-mode
15187 which generates defcustoms with requires.
15188
15189 * jit-lock.el (jit-lock-after-change): If we're in text that
15190 matches a multi-line font-lock pattern, make sure the whole text
15191 will be redisplayed.
15192
15193 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15194 author's name is unknown.
15195
15196 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15197 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15198 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15199 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15200 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15201 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15202 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15203 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15204 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15205 Add author information.
15206
15207 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15208
15209 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15210 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15211 full-color version (using the Gimp) to eliminate dithering artifacts.
15212
15213 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15214
15215 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15216
15217 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15218
15219 2000-10-15 Dave Love <fx@gnu.org>
15220
15221 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15222
15223 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15224
15225 * whitespace.el: Doc fixes.
15226 (top-level): Don't add hooks here.
15227 (whitespace-running-emacs): Deleted.
15228 (timer): Don't require.
15229 (whitespace): Add back :version conditional on xemacs test.
15230 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15231 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15232 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15233 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15234 Avoid specific xemacs test.
15235 (whitespace-global-mode): New option.
15236 (whitespace-global-mode): New command.
15237 (whitespace-unload-hook): New function.
15238
15239 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15240 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15241 (Info-fontify-node): `Goto' goes to `Go to'.
15242 (Info-fontify-node): Add help-echo to xref links.
15243
15244 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15245
15246 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15247
15248 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15249
15250 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15251 Use plist-get and allow :inherit.
15252
15253 * emacs-lisp/cl-macs.el (cl-do-arglist):
15254 Use plist-get and plist-member instead of memq.
15255
15256 * emacs-lisp/ewoc.el (ewoc-location): New function.
15257 (ewoc-enter-after, ewoc-enter-before): Document return value.
15258 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15259 Don't need make-local-hook any more.
15260 (cvs-addto-collection): Return the new tin.
15261 (cvs-mode-insert): Jump to the new line.
15262
15263 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15264
15265 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15266
15267 * font-lock.el (font-lock-syntactically-fontified): New var.
15268 (font-lock-fontify-syntactic-keywords-region): Use it.
15269 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15270
15271 * diff-mode.el (diff-find-file-name): Fix regexp.
15272
15273 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15274 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15275
15276 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15277 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15278 (sh-mode): Don't make all vars local here.
15279 (sh-kw): Reformat.
15280 (sh-set-shell): Use dolist. Don't set indent-region-function.
15281 (sh-mode-syntax-table): Use pop.
15282 (sh-remember-variable): Use push.
15283 (sh-help-string-for-variable): Use memq.
15284 (sh-safe-backward-sexp): Remove.
15285 (sh-safe-forward-sexp): Add ARG.
15286 (sh-get-indent-info, sh-prev-stmt): Use it.
15287 (sh-prev-line): Simplify by using forward-comment.
15288 (sh-this-is-a-continuation): Simplify.
15289 (sh-learn-buffer-indent): Use dolist.
15290 (sh-do-nothing): Remove.
15291 (sh-set-char-syntax, sh-set-here-doc-region):
15292 Use inhibit-modification-hooks.
15293 (sh-name-style): Use mapcar and push.
15294 (sh-load-style): Use dolist.
15295 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15296 (sh-case, sh-while-getopts): Use propertize directly rather
15297 than sh-electric-rparen.
15298
15299 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15300
15301 * textmodes/tex-mode.el: Require CL when compiling.
15302 (tex-mode-syntax-table): Init immediately.
15303 (tex-mode-map): Bind M-RET to latex-insert-item.
15304 (latex-mode): Set indent-line-function to latex-indent.
15305 (tex-common-initialization): Don't setup the syntax-table any more.
15306 (latex-insert-item): New skeleton.
15307 (tex-next-unmatched-end): Fix copy/paste braino.
15308 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15309 (latex-indent, latex-find-indent): New functions.
15310 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15311 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15312 (tex-compilation-parse-errors): Use with-syntax-table.
15313
15314 2000-10-15 Miles Bader <miles@gnu.org>
15315
15316 * font-lock.el (font-lock-comment-face): Change dark-background,
15317 color, non-tty, default to `chocolate1'.
15318
15319 2000-10-13 John Wiegley <johnw@gnu.org>
15320
15321 * eshell/esh-util.el (require): Added a missing `require' form,
15322 needed when compiling (for an ange-ftp macro definition).
15323
15324 2000-10-13 Dave Love <fx@gnu.org>
15325
15326 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15327
15328 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15329
15330 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15331
15332 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15333 transparent -colors 8).
15334
15335 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15336
15337 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15338 that breaks with old list format timestamps.
15339 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15340 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15341
15342 2000-10-13 John Wiegley <johnw@gnu.org>
15343
15344 * align.el, pcomplete.el, calendar/timeclock.el,
15345 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15346
15347 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15348 faulty math, where holiday hours were being computing as seconds.
15349
15350 2000-10-13 John Wiegley <johnw@gnu.org>
15351
15352 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15353 specifying what "other" kinds of buffers should be saved.
15354 This used to be hard-coded.
15355 (desktop-buffer-misc-functions): A global for specifying how
15356 auxiliary data should be determined for special buffer types.
15357 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15358 instead of hard-coding the special buffer types.
15359 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15360 auxiliary data, instead of hard-coding for Info buffers and dired.
15361 (desktop-buffer-info-misc-data): Aux function for determining Info
15362 buffer auxiliary info.
15363 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15364 (desktop-buffer-info): Changed this function to use the info
15365 gathered above.
15366 (desktop-create-buffer): Be a little more careful about what
15367 `minor-mode' means before calling it. This is important for some
15368 buffer types.
15369
15370 2000-10-13 John Wiegley <johnw@gnu.org>
15371
15372 * eshell/esh-util.el: Added a global form which declares an
15373 autoload for `parse-time-string', if that function is not already
15374 defined, and if parse-time.el is available on the user's system.
15375
15376 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15377 to be aware of ange-ftp user info.
15378 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15379 (eshell-ls-annotate): Use `eshell-file-attributes'.
15380 (eshell-ls-file): Made the user-id printing code a bit smarter.
15381
15382 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15383 allow identification of alias user ids in remote directories.
15384 It's manual, but there's no other way to know when the current user
15385 on the local machine, is also the owning user on the remote machine.
15386 (fboundp): Bind `ange-cache'.
15387 (eshell-directory-files-and-attributes): Re-organized the logic a
15388 bit to use `eshell-file-attributes' instead of `file-attributes'.
15389 The former is more sensitive to directories that are read via FTP,
15390 and knows how to use ange-ftp to determine full attribute
15391 information, instead of just the name and last modtime.
15392 (eshell-current-ange-uids): Return the current user id when in a
15393 remote directory.
15394 (eshell-parse-ange-ls): Parse a full directory listing that has
15395 been returned by ange-ftp.
15396 (eshell-file-attributes): This beefed up version of
15397 `file-attributes' is only special if the user is currently in a
15398 remote directory, in which case it does a lot of work to find out
15399 what the real attributes of a file are, as they appear on the
15400 remote machine. This makes usage of remote directories (i.e.,
15401 ange-ftp pathnames) much more useful. You can now use Eshell as a
15402 full-fledged FTP client, with much more manipulation ability than
15403 most other clients.
15404
15405 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15406 variable, which means that Eshell's du should always be preferred
15407 in remote directories.
15408 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15409 just `file-attributes'.
15410 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15411 when reading remote directories. This is an Eshell-specific
15412 variable (not part of ange-ftp).
15413 (eshell/ln): Bind `ange-cache'.
15414 (eshell/du): Added some extra logic for determining when to use
15415 Eshell's du (which is slow), and when to use the external version
15416 (which may or may not exist).
15417
15418 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15419 Call `eshell-interactive-process', rather than using
15420 `get-buffer-process', since backgrounded processes don't count in
15421 the context of this function's logic.
15422
15423 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15424 `forward-char', so that null strings are parsed correctly.
15425
15426 2000-09-13 John Wiegley <johnw@gnu.org>
15427
15428 * eshell/em-pred.el (eshell-pred-file-type)
15429 (eshell-pred-file-links, eshell-pred-file-size):
15430 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15431
15432 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15433 that remote file globbing is more efficient.
15434
15435 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15436 gathering the files and attributes within a directory.
15437
15438 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15439 the command line is a special file (not a regular file, directory
15440 or symlink), always attempt to call the external version of cat.
15441
15442 2000-09-13 John Wiegley <johnw@gnu.org>
15443
15444 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15445 Eshell-friendly version of find-tag.
15446
15447 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15448
15449 * image-file.el (image-file-name-extensions)
15450 (image-file-name-regexps): Add autoload cookies.
15451
15452 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15453
15454 * international/mule-cmds.el (select-safe-coding-system): If FROM
15455 is string, show it in *Warning* buffer.
15456
15457 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15458
15459 * startup.el (normal-top-level): Use display-popup-menus-p instead
15460 of window-system.
15461 (command-line): Use display-graphic-p instead of window-system.
15462 (command-line-1): Use display-popup-menus-p and display-mouse-p
15463 instead of window-system.
15464
15465 2000-10-12 Sam Steingold <sds@gnu.org>
15466
15467 * tooltip.el (tooltip-use-echo-area): New user variable.
15468 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15469
15470 2000-10-12 Dave Love <fx@gnu.org>
15471
15472 * recentf.el: Maintainer's checkdoc fixes.
15473
15474 * startup.el (normal-top-level-add-subdirs-to-load-path):
15475 Use character class, not ASCII when matching file names.
15476 (fancy-splash-head): Add trailing slash to URL.
15477 (command-line): Don't require XPM support for toolbar.
15478
15479 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15480 (cperl-invalid-face): Revert last change.
15481 (cperl-init-faces): Quote cperl-invalid-face.
15482
15483 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15484
15485 * startup.el (fancy-splash-text): Remove superfluous quote.
15486
15487 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15488
15489 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15490 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15491 (command-line-1): Don't use fancy-splash-pending-command.
15492 (fancy-splash-screens-1): Goto point-min after inserting text.
15493
15494 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15495
15496 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15497 instead of shared-lisp-mode-map.
15498
15499 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15500
15501 * faces.el (header-line): Change tty-variant to use underlining.
15502
15503 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15504 (isearch-highlight): Restore lazy-isearch face properties at old
15505 position, and suppress them at new position.
15506 (isearch-dehighlight): Restore lazy-isearch face properties.
15507 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15508 over the real isearch overlay, but in that case, don't give it a
15509 face property. Use `push'.
15510
15511 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15512
15513 * man.el (Man-getpage-in-background): Fix previous change.
15514 Decode the process output only when we are in multibyte mode.
15515
15516 2000-10-11 Dave Love <fx@gnu.org>
15517
15518 * info.el (Info-mode-menu): Fix some help.
15519 (info-tool-bar-map): Add entry for Info-last.
15520
15521 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15522 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15523 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15524 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15525 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15526 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15527 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15528 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15529 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15530 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15531 Reduce colour requirements to 25 overall. (Probably wants
15532 revisiting from the originals to reduce further.)
15533
15534 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15535
15536 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15537 buffer-file-coding-system, instead of raw-text.
15538 (dehexlify-buffer): Bind coding-system-for-read to
15539 buffer-file-coding-system, instead of raw-text.
15540
15541 2000-10-11 Sam Steingold <sds@gnu.org>
15542
15543 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15544 `underline' - fixes the bug introduced on 2000-09-21.
15545
15546 2000-10-11 Dave Love <fx@gnu.org>
15547
15548 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15549 Avoid compiler warnings.
15550 (scheme-mode): Doc fix.
15551 (scheme-font-lock-keywords-1): Match `define-syntax'.
15552
15553 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15554
15555 * faces.el (frame-set-background-mode): Pay attention to saved
15556 face specs as well as default ones. Only do anything if the
15557 bg-mode or display-type has actually changed. Use `dolist'.
15558 (region): Make dark-background `region' face less in-your-face.
15559
15560 2000-10-10 Sam Steingold <sds@gnu.org>
15561
15562 * chistory.el, ielm.el, ledit.el:
15563 * progmodes/inf-lisp.el, progmodes/scheme.el:
15564 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15565
15566 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15567
15568 * textmodes/texinfo.el: Update copyright and fix typo.
15569
15570 * desktop.el (desktop-modes-not-to-save): New var.
15571 (desktop-save-buffer-p): Use it.
15572 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15573 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15574
15575 2000-10-10 Dave Love <fx@gnu.org>
15576
15577 * toolbar/tool-bar.el (tool-bar-add-item)
15578 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15579
15580 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15581 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15582 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15583 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15584 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15585 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15586 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15587 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15588 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15589 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15590 the .xpms; probably need retouching.
15591
15592 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15593
15594 * subr.el (add-to-list): Add optional argument APPEND.
15595 * battery.el (display-battery): Use `add-to-list'.
15596
15597 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15598
15599 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15600 properties.
15601 (zone, zone-when-idle, zone-leave-me-alone)
15602 (zone-pgm-whack-chars): Use new symbol properties.
15603
15604 * battery.el (display-battery): Doc spelling fix.
15605
15606 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15607 property.
15608
15609 2000-10-09 Dave Love <fx@gnu.org>
15610
15611 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15612 has been initialized before calling tool-bar-setup.
15613 (tool-bar-add-item-from-menu): Add autoload cookie.
15614
15615 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15616
15617 * menu-bar.el (send-mail-item-name): New function.
15618 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15619 of mail-user-agent in the menu. Don't display the "Send Mail"
15620 item if mail-user-agent is nil or its value is ignore.
15621 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15622 if read-mail-command is nil or its value is ignore.
15623
15624 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15625
15626 2000-10-09 Miles Bader <miles@gnu.org>
15627
15628 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15629 Correct image size.
15630 * toolbar/left_arrow.xpm: Correct image size.
15631
15632 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15633 will be done by the definition of `auto-compression-mode' if
15634 necessary. Move code to uninstall existing file-name handler
15635 before definition of `auto-compression-mode'.
15636
15637 * image-file.el (auto-image-file-mode): Move to the end of the
15638 file, because `define-minor-mode' actually calls the mode-function
15639 if the associated variable is non-nil, which requires that all
15640 needed functions be already defined.
15641
15642 * mouse.el (popup-menu): Balance parens.
15643
15644 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15645
15646 * mouse.el (popup-menu): Move the command call outside the loop
15647 so that popup-menu returns whatever the command returns.
15648
15649 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15650 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15651 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15652 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15653
15654 * vc.el (vc-version-diff): diff-switches can be a list.
15655 Use relative filenames for prettier output.
15656
15657 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15658 (vc-post-command-functions): Remove old-VC compatibility code.
15659
15660 * newcomment.el (comment-indent-default): Autoload.
15661
15662 * font-lock.el (font-lock-defaults): Make buffer-local.
15663 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15664 (font-lock-choose-keywords):
15665 Ignore LEVEL unless KEYWORDS is a list of syms.
15666 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15667 Don't wrap regexp-opt things in \(...\) unnecessarily.
15668
15669 * jit-lock.el: Don't require font-lock any more.
15670 (jit-lock-functions): Make buffer-local.
15671 (jit-lock-saved-fontify-buffer-function): Remove.
15672 (jit-lock-mode): Remove autoload cookie.
15673 Remove font-lock specific code.
15674 (jit-lock-unregister): Don't bother handling complex hooks any more.
15675 (jit-lock-refontify): New function.
15676 (jit-lock-fontify-buffer): Use it.
15677 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15678 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15679 Add optional args START and END.
15680 Never call font-lock-fontify-region directly.
15681 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15682
15683 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15684
15685 2000-10-08 Dave Love <fx@gnu.org>
15686
15687 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15688
15689 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15690
15691 * play/studly.el (studlify-region, studlify-word): Add autoload
15692 cookie.
15693
15694 * play/morse.el (morse-region, unmorse-region): Add autoload
15695 cookie.
15696
15697 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15698 concat.
15699
15700 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15701 insist on symbols starting with word syntax.
15702 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15703 (eval-defun-1): Doc fix.
15704 (indent-sexp): Use nconc to build up indent-stack.
15705
15706 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15707 Gnus with little use.
15708 (mail-setup-hook): Add mail-abbrevs-setup to options.
15709
15710 * recentf.el: Doc fixes.
15711
15712 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15713 Clean up remainder.
15714
15715 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15716 without timezone and (8) with timezone to enforce some whitespace.
15717 Simplify code somewhat.
15718
15719 * options.el (list-options): Doc that you should use customize.
15720
15721 * iswitchb.el (iswitchb-mode): Add :require.
15722
15723 * info.el (Info-goto-node, Info-menu): Doc fix.
15724 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15725 (info-tool-bar-map): New variable.
15726 (Info-mode): Use it.
15727 (Info-edit-map): Define all in defvar.
15728 (speedbar-attached-frame): Avoid compiler warning.
15729
15730 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15731 (global-map): Bind [tool-bar] to a filtered map.
15732 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15733 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15734 Allow PBM icons.
15735 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15736
15737 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15738 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15739 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15740 icons, except up_arrow, which is left-arrow rotated.
15741
15742 * imenu.el (imenu-add-to-menubar): Fix last change.
15743
15744 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15745
15746 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15747 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15748
15749 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15750
15751 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15752 typos in doc strings.
15753
15754 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15755 the doc strings how to customize Font Lock faces.
15756
15757 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15758 computing growth when dragging the header line.
15759
15760 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15761
15762 * simple.el (kill-line): Doc fix.
15763
15764 2000-10-08 Miles Bader <miles@gnu.org>
15765
15766 * faces.el (secondary-selection): Make foreground visible on tty.
15767
15768 * jka-compr.el (auto-compression-mode): Move to the end of the
15769 file, because `define-minor-mode' actually calls the mode-function
15770 if the associated variable is non-nil, which requires that all
15771 needed functions be already defined.
15772 (with-auto-compression-mode): Add autoload cookie.
15773
15774 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15775
15776 * files.el (find-backup-file-name) [ms-dos]: If support for long
15777 file names is not available, behave as if version-control were set
15778 to never.
15779
15780 2000-10-07 Dave Love <fx@gnu.org>
15781
15782 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15783 (browse-url-gnome-moz): New function.
15784 (browse-url-browser-function): Use it.
15785 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15786
15787 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15788
15789 * indent.el (tab-always-indent): New var.
15790 (indent-for-tab-command): Use it.
15791
15792 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15793 raise an error. This way it can still default to a sane value.
15794
15795 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15796
15797 * startup.el (fancy-splash-screens): Use local rather than global map.
15798 Don't use `update-menu-bindings' any more.
15799 Get rid of assumptions about keymap representation.
15800
15801 2000-10-06 Dave Love <fx@gnu.org>
15802
15803 * textmodes/fill.el (sentence-end-double-space)
15804 (sentence-end-without-period): Doc fix.
15805 (adaptive-fill-regexp): Purecopy.
15806 (unjustify-current-line): Use line-end-position.
15807 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15808
15809 * net/eudc-vars.el (eudc): Add :version, :link.
15810
15811 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15812
15813 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15814 Fix for define-minor-mode.
15815 (function-at-point): Alias to function-called-at-point.
15816
15817 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15818
15819 * simple.el (backward-word): Doc fix.
15820
15821 * image-file.el (image-file-name-regexp): image-file-regexps ->
15822 image-file-name-regexps.
15823 (image-file-name-extensions): Add pbm.
15824
15825 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15826
15827 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15828 and add filename to the names so that diff-mode can jump to source.
15829
15830 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15831 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15832 (tex-font-lock-keywords-1): Remove.
15833 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15834 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15835 (font-lock-default-fontify-region):
15836 Expand beg..end correctly when just following a multiline region.
15837 (font-lock-fontify-anchored-keywords):
15838 Include the anchor text as part of the multiline.
15839
15840 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15841
15842 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15843 latter needs the autoloaded define-minor-mode macro during the
15844 bootstrap.
15845
15846 * startup.el (command-line): For now, activate tool-bar-mode only
15847 if XPM images are supported.
15848
15849 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15850 window by dragging a header-line at the top of the frame; that's
15851 confusing because the header-line doesn't move.
15852 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15853 of treating the event as a list. Some cleanup.
15854
15855 2000-10-06 Miles Bader <miles@gnu.org>
15856
15857 * simple.el (display-message-or-buffer): New function.
15858 (shell-command-on-region): Use `display-message-or-buffer'.
15859
15860 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15861 docstring parts.
15862
15863 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15864 (smbclient-prompt-regexp): Add usage note to doc string.
15865 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15866 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15867 Use add-hook for adding the comint filter function, and only do so
15868 if it's not already in the global hook list.
15869 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15870 to `make-local-variable'.
15871 (nslookup-font-lock-keywords): Remove prompt entry.
15872 (nslookup): Don't set the process-filter.
15873 (finger): Exit the loop correctly when the regexps list runs out.
15874 (ftp, smbclient, smbclient-list-shares):
15875 Set the real major mode immediately, not after execing.
15876 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15877
15878 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15879
15880 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15881
15882 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15883
15884 * which-func.el (which-func-format): Remove spurious space.
15885 (which-func-mode): Don't make it permanent-local.
15886 (which-func-ff-hook): Allow which-func-maxout to be nil.
15887 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15888 (which-func-mode): Simplify.
15889 Use post-command-idle-hook rather than post-command-hook.
15890 Go through all buffers and update their state.
15891 (which-function): Also try add-log-current-defun-function.
15892
15893 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15894 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15895 Update call to with-vc-properties accordingly.
15896 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15897 (vc-revert-buffer): More careful about window selection and deletion.
15898 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15899
15900 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15901 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15902 (cvs-dired-action): Change the default to quickdir.
15903
15904 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15905 if comment-indent-function returns nil.
15906 (comment-indent-default): New function.
15907 (comment-indent-function): Use it and document the new semantics.
15908
15909 * image-file.el: Docstring fixes.
15910
15911 * help.el (help-xref-on-pp): Use match-string.
15912 (describe-variable): New arg BUFFER.
15913 Store the current buffer in the help-xref-stack.
15914 (temp-buffer-resize-mode): Use define-minor-mode.
15915
15916 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15917 consistently with its docstring.
15918 Set jit-lock-first-unfontify-pos in an idempotent way.
15919 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15920
15921 2000-10-05 Alex Schroeder <alex@gnu.org>
15922
15923 * sql.el (sql-mysql-options): New variable.
15924 (sql-mysql): Use it.
15925
15926 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15927
15928 * image.el (image): New group.
15929
15930 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15931 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15932
15933 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15934
15935 * net/net-utils.el (nslookup-font-lock-keywords)
15936 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15937 Ignore the value of wqindow-system; always define keywords
15938
15939 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15940
15941 * startup.el (fancy-splash-screens): Remove the code for
15942 debugging; `(trace-to-stderr "EXITTT\n")'.
15943
15944 2000-10-05 Miles Bader <miles@gnu.org>
15945
15946 * diff-mode.el (diff-goto-source): Update call to
15947 `diff-hunk-status-msg' to reflect new REV variable.
15948
15949 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15950
15951 * progmodes/icon.el (icon-mode):
15952 Don't gratuitously override the default for comment-column.
15953
15954 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15955
15956 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15957 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15958 (jit-lock-functions): New var.
15959 (jit-lock-function-1): Use it if non-nil.
15960 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15961 Set the `fontified' property before doing the fontification to avoid
15962 repeatedly going through the same error.
15963 Don't turn errors into messages.
15964 (jit-lock-register, jit-lock-unregister): New functions.
15965
15966 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15967 Use with-current-buffer.
15968
15969 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15970 Turn comment into docstring.
15971
15972 * apropos.el (apropos-mode): Use define-derived-mode.
15973
15974 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15975
15976 * startup.el (fancy-splash-pending-command): New variable.
15977 (fancy-splash-pre-command): New function.
15978 (fancy-splash-screens): Rewritten.
15979 (command-line-1): If fancy-splash-pending-command is set, call it
15980 interactively.
15981
15982 2000-10-04 Dave Love <fx@gnu.org>
15983
15984 * toolbar/tool-bar.el (tool-bar-setup): New function.
15985 (tool-bar-mode): Use it.
15986
15987 * subr.el (substitute-key-definition): Doc fix.
15988 (play-sound-file): New command.
15989
15990 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15991
15992 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15993 vc-version-backup-file-name): New functions.
15994
15995 * files.el (basic-save-buffer): Call vc-before-save before saving.
15996
15997 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15998 vc-cvs-stay-local-p.
15999
16000 * vc.el (vc-revert-buffer): Handle empty diff properly.
16001 (vc-version-backup-file): New function.
16002 (vc-checkout): Create a version backup if necessary.
16003 (vc-checkin): If a version backup file exists, delete it.
16004 (vc-version-diff): Diff locally using version backups, if available.
16005 (vc-revert-file): If there's a version backup, revert locally.
16006 (vc-transfer-file): Use version backup for base version, if
16007 available. If not, ask for confirmation whether to get it from the
16008 server. Update mode line before check-in.
16009
16010 2000-10-04 Dave Love <fx@gnu.org>
16011
16012 * toolbar/tool-bar.el (tool-bar-setup): New function.
16013 (tool-bar-mode): Use it.
16014
16015 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16016
16017 * net/net-utils.el (nslookup-font-lock-keywords)
16018 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16019 Only set if window-system is non-nil
16020 (net-utils-run-program): Returns buffer.
16021 (network-connection-reconnect): Added this function.
16022
16023 * generic.el:
16024 Incorporates extensive cleanup and docfixes by
16025 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16026 Uses cl compile-time macros.
16027 (generic-mode-name, generic-comment-list)
16028 (generic-keywords-list, generic-font-lock-expressions)
16029 (generic-mode-function-list, generic-mode-syntax-table):
16030 Removed variables.
16031 (generic-mode-alist): Renamed to generic-mode-list.
16032 (generic-find-file-regexp): Default changed to "^#".
16033 (generic-read-type): Uses completing read on generic-mode-list.
16034 (generic-mode-sanity-check): removed this function.
16035 (generic-add-to-auto-mode): Removed this function
16036 (generic-mode-internal): Bind mode-specific definitions
16037 into function instead of putting them in alist.
16038 (generic-mode-set-comments): Reworked extensively.
16039 (generic-mode-find-file-hook): Simplified regexp searching
16040 (generic-make-keywords-list): Omit extra pair of parens
16041
16042 * find-lisp.el (find-lisp-find-files-internal):
16043 Make sure directory name ends with "/".
16044
16045 * generic-x.el (apache-conf-generic-mode):
16046 Regexp now allows leading whitespace.
16047 (rc-generic-mode): Added eval-when-compile
16048 around generic-make-keywords-list.
16049 Deleted duplicate regexp
16050 (rul-generic-mode): Added eval-when-compile
16051 around generic-make-keywords-list.
16052 (etc-fstab-generic-mode): New generic mode.
16053 (rul-generic-mode): Removed one eval-when-compile
16054 which caused a max-specpdl-size exceeded error.
16055
16056 2000-10-04 Miles Bader <miles@gnu.org>
16057
16058 * simple.el (minibuffer-temporary-goal-position): New variable.
16059 (next-history-element): Try to keep the position of point in the
16060 input string constant.
16061
16062 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16063 (dired-do-create-files): If there's only one file, pass it in as
16064 the DEFAULT arg to dired-mark-read-file-name.
16065
16066 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16067
16068 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16069 (diff-goto-source): Be smarter when choosing REVERSE or not.
16070
16071 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16072 (texinfo-mode-menu): Add an explicit shortcut for update all.
16073
16074 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16075
16076 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16077 factorize backend-specific code cleanly (this was essentially
16078 conceived by Stefan Monnier).
16079 (vc-unregister): Function removed.
16080 (vc-revert-file): New function.
16081 (vc-revert-buffer): Delegate some of the work to it.
16082
16083 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16084 default branch unconditionally.
16085 (vc-rcs-set-default-branch): New function.
16086 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16087 (vc-rcs-checkin): If an appropriate default branch has been set,
16088 force creation of that branch.
16089 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16090 code (as suggested by Stefan Monnier).
16091
16092 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16093
16094 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16095 highlighting overlay with a different face over the overlay
16096 isearch uses to highlight the current match because that can lead
16097 to bad face combinations.
16098
16099 * loadup.el (toplevel): Load faces before isearch.
16100
16101 * isearch.el (isearch-faces): New custom group.
16102 (isearch): New defface; was already tested for in the code.
16103 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16104 (isearch-highlight): Always use face `isearch'.
16105
16106 2000-10-02 Dave Love <fx@gnu.org>
16107
16108 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16109 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16110 comparison of opcode with operand.
16111
16112 2000-10-03 Miles Bader <miles@gnu.org>
16113
16114 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16115 buffer, since the echo area will now grow to accommodate them.
16116
16117 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16118
16119 * vc-hooks.el (vc-registered): If FILE used to be registered under
16120 a certain backend, try that one first.
16121
16122 * vc.el (vc-responsible-backend): Undo the previous change in the
16123 argument list. Handle multiple backends correctly.
16124 (vc-find-new-backend): Function removed.
16125 (vc-register): Use vc-responsible-backend, as before.
16126 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16127
16128 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16129
16130 * startup.el (fancy-splash-head): Change message below the
16131 logo.
16132
16133 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16134
16135 * diff-mode.el (diff-goto-source): Emit a status message.
16136 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16137 (diff-test-hunk): Fix doc string.
16138 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16139 (diff-advance-after-apply-hunk): New variable.
16140 (diff-apply-hunk): Don't return a value.
16141
16142 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16143
16144 * vc.el (vc-editable-p): Minor optimization.
16145 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16146 (vc-find-new-backend): New function split from vc-responsible-backend.
16147 (vc-register): Use it.
16148 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16149 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16150 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16151 (vc-clear-headers): Don't use find-file.
16152 (vc-revert-buffer): Use `and' again (must have been a braino).
16153 (vc-switch-backend): Only prompt if requested.
16154 Short circuit if nothing is to be done.
16155 Don't use vc-resynch-buffer which could lose unsaved editing.
16156 (vc-default-receive-file): Update call to vc-unregister.
16157 (with-vc-file, vc-next-action-on-file):
16158 Use vc-backend rather than vc-registered.
16159 (vc-next-action-on-file): Use intern-soft.
16160 Deal with read-only *vc-diff* buffer.
16161 (vc-transfer-file): Docstring fix.
16162
16163 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16164 (vc-rcs-receive-file): Avoid with-vc-properties.
16165 Update call to vc-unregister.
16166 Use constant `RCS' rather than (dynamically bound) var `backend'.
16167
16168 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16169
16170 * vc.el (vc-next-action-on-file): Update mode line only if file
16171 is visited.
16172 (vc-start-entry): New argument initial-contents. Don't visit the file
16173 if it isn't already visited. Brought documentation up-to-date.
16174 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16175 (vc-checkin): New optional arg initial-contents, which is passed to
16176 vc-start-entry.
16177 (vc-finish-logentry): Make sure to bury log buffer only if there
16178 really is one. Call `vc-resynch-buffer' on log-file, not
16179 buffer-file-name.
16180 (vc-default-comment-history, vc-default-wash-log): New functions.
16181 (vc-index-of): Removed.
16182 (vc-transfer-file): Make do without the above.
16183 (vc-default-receive-file): Call comment-history unconditionally. Pass
16184 the resulting string to vc-checkin, instead of inserting it into the
16185 comment ring.
16186
16187 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16188 unconditionally. Use the comments as initial contents of the log
16189 entry buffer. Document the trick to force branch creation with no
16190 changes.
16191
16192 2000-10-01 Miles Bader <miles@gnu.org>
16193
16194 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16195 `recenter' with an arg to prevent redrawing the display.
16196
16197 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16198
16199 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16200
16201 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16202
16203 * progmodes/c-mode.el (c-mode):
16204 Don't gratuitously override the default for comment-column.
16205
16206 * textmodes/tex-mode.el (latex-metasection-list): New var.
16207 (latex-imenu-create-index): Use it.
16208 Move the regexp construction outside loops (and use push).
16209 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16210 (tex-font-lock-keywords): Moved from font-lock.el.
16211 (tex-comment-indent): Remove.
16212 (tex-common-initialization): Don't set comment-indent-function.
16213 (latex-block-default): New var.
16214 (tex-latex-block): Use it to provide a default choice.
16215 Add any unknown choice to latex-block-names.
16216 Insert [...] after {...}.
16217 (tex-last-unended-begin): Simplify regexp.
16218 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16219 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16220 (latex-mode): Set forward-sexp-function.
16221
16222 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16223 Add regexp for @ignore ... @end ignore.
16224 (texinfo-heading-face): New face.
16225 (texinfo-font-lock-keywords): Use it.
16226 (texinfo-mode-menu): New menu.
16227 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16228 New functions.
16229 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16230 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16231 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16232 Remove declaration.
16233 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16234
16235 * delsel.el (delete-selection-mode): Use define-minor-mode.
16236
16237 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16238
16239 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16240
16241 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16242
16243 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16244
16245 * replace.el (keep-lines-read-args): New function.
16246 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16247 read arguments interactively. Add parameters RSTART and REND.
16248 Operate on the active region in Transient Mark mode.
16249
16250 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16251
16252 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16253 (authors-obsolete-files-regexps): New variable.
16254 (authors-add): Don't record changes in obsolete files.
16255
16256 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16257
16258 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16259
16260 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16261 (comment-indent): Make sure there's a space between code and comment.
16262 Shift comments left to avoid going past fill-column.
16263
16264 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16265
16266 * startup.el (startup-echo-area-message): New function.
16267 (display-startup-echo-area-message): Use it.
16268 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16269 (fancy-splash-default-action): New function.
16270 (fancy-splash-screens-1): New function.
16271 (fancy-splash-head): Put a help-echo and a keymap under the image.
16272
16273 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16274
16275 * diff-mode.el (diff-add-log-file-name): Remove.
16276 (diff-mode): Use add-log-buffer-file-name-function.
16277
16278 * add-log.el (find-change-log): New arg BUFFER-FILE.
16279 (add-log-file-name): Obey add-log-file-name-function.
16280 (add-log-buffer-file-name-function): New var.
16281 (add-change-log-entry): Use it.
16282
16283 2000-09-29 Miles Bader <miles@gnu.org>
16284
16285 * image-file.el (image-file-name-extensions): New variable.
16286 (image-file-name-regexps): Renamed from `image-file-regexps'.
16287 New default value is nil. Call `auto-image-file-mode'.
16288 (image-file-name-regexp): New function.
16289 (auto-image-file-mode): New minor mode.
16290 (insert-image-file): Don't make conditional on the image-file
16291 handler being enabled.
16292 (image-file-handler): Make the call here conditional instead.
16293 (set-image-file-handler-enabled, enable-image-file-handler)
16294 (disable-image-file-handler): Functions removed.
16295
16296 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16297 string.
16298
16299 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16300
16301 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16302 it's a function from CL.
16303 (latex-imenu-create-index): Replace eval-when-compile with progn
16304 because latex-section-alist is not bound while compiling.
16305
16306 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16307
16308 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16309 (outline-mode): Use define-derived-mode.
16310
16311 * progmodes/perl-mode.el (perl-mode):
16312 * progmodes/awk-mode.el (awk-mode):
16313 * progmodes/asm-mode.el (asm-mode):
16314 Don't gratuitously override the default for comment-column.
16315
16316 * emacs-lisp/lisp.el (lisp-complete-symbol):
16317 Distinguish the let-binding case from the funcall case.
16318 (forward-sexp-function): New variable.
16319 (forward-sexp): Use it.
16320
16321 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16322 (easy-mmode-defmap): Remove the now useless autoload.
16323
16324 * time.el (display-time-mode): Use define-minor-mode.
16325
16326 * subr.el (add-minor-mode): Don't eval NAME.
16327 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16328 Use if rather than cond.
16329
16330 * simple.el (read-expression-map): Define more properly.
16331 (comment-indent-hook): Remove.
16332 (string-to-syntax): Bug fix.
16333
16334 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16335 (cvs-ediff-diff): Fix typo.
16336 (cvs-revert-if-needed): Don't bother preserving read-only.
16337
16338 * paren.el (show-paren-mode): Use define-minor-mode.
16339
16340 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16341 (toggle-auto-compression): Remove.
16342 (jka-compr-build-file-regexp): Remove useless grouping.
16343
16344 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16345 Avoid user-reserved bindings.
16346 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16347 (diff-header-face): Revert to grey85.
16348
16349 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16350
16351 * complete.el (partial-completion-mode) <defcustom>: Remove.
16352 (partial-completion-mode): Use define-minor-mode.
16353 (PC-do-completion): Understand `completion-auto-help = delay'
16354 to mean to popup the completion buffer only the second time.
16355 (PC-include-file-all-completions, PC-include-file-all-completions)
16356 (PC-include-file-all-completions): Don't quote lambda.
16357
16358 * comint.el (comint-mode-hook): Docstring fix.
16359 (comint-mode): Use define-derived-mode.
16360 (comint-mode-map): Remove obsolete comment.
16361 (make-comint): Minor stylistic change.
16362 (comint-insert-clicked-input): Be more careful to find the overlay.
16363 Use this-command-keys rather than hardcoding mouse-2.
16364
16365 * font-lock.el: Replace confusing (,@ with ,
16366 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16367 Don't use regexp-opt-depth. Spice up the regexp for args.
16368 Don't distinguish between cmds that can take an opt arg or not.
16369 Use `append' and `prepend' rather than `keep'.
16370
16371 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16372 (latex-outline-regexp): New var.
16373 (latex-outline-level): New fun.
16374 (latex-section-alist): New var.
16375 (latex-imenu-create-index): Use it. Use `push' as well.
16376 (tex-shell-map): Initialize it properly.
16377 (tex-mode): Minor stylistic change.
16378 (plain-tex-mode): Use define-derived-mode.
16379 (latex-mode): Use define-derived-mode.
16380 Construct the paragraph regexps in a more readable way.
16381 Set the buffer-local outline-{level,regexp} vars.
16382 (slitex-mode): Derive from latex-mode.
16383 (tex-common-initialization): Don't kill-all-vars anymore.
16384 Add setting for comment-add and font-lock-defaults.
16385 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16386 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16387 (tex-start-tex): New arg DIR (and send a chdir command for it).
16388 Also display the shell buffer and save it in tex-last-buffer-texed.
16389 (tex-region): Use expand-file-name rather than concat.
16390 Remove code made useless by changes in tex-start-tex.
16391 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16392
16393 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16394
16395 2000-09-28 Dave Love <fx@gnu.org>
16396
16397 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16398
16399 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16400
16401 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16402 `append'.
16403
16404 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16405
16406 * info.el (Info-extract-pointer): Undo last change.
16407 Instead, fix the position of the `bound' arg to re-search-backward.
16408
16409 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16410
16411 * info.el (Info-extract-pointer):
16412 Widen more carefully, to avoid finding pointers in other nodes.
16413 (Info-index): Use push.
16414
16415 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16416
16417 * frame.el (set-frame-font): Remove call to obsolete function
16418 frame-update-faces.
16419 (set-foreground-color, set-background-color): Likewise for
16420 frame-update-face-colors.
16421
16422 2000-09-27 Miles Bader <miles@gnu.org>
16423
16424 * image-file.el: New file.
16425
16426 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16427
16428 * frame.el (frame-notice-user-settings): Don't call
16429 frame-update-faces, which is a no-op now.
16430
16431 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16432 tool-bar-lines.
16433
16434 2000-09-27 Dave Love <fx@gnu.org>
16435
16436 * mouse.el: Fix last change.
16437
16438 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16439
16440 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16441
16442 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16443
16444 * international/quail.el (quail-help): The output message is
16445 improved.
16446
16447 2000-09-26 Dave Love <fx@gnu.org>
16448
16449 * mouse.el (popup-menu): If POSITION is nil, set it using
16450 mouse-position.
16451
16452 2000-09-25 Sam Steingold <sds@gnu.org>
16453
16454 * net/browse-url.el (browse-url-file-url): Check for null maps.
16455
16456 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16457
16458 * frame.el (frame-notice-user-settings): Don't add a
16459 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16460
16461 * frame.el (frame-notice-user-settings):
16462 Make tool-bar-mode and default-frame-alist consistent.
16463
16464 * toolbar/tool-bar.el (tool-bar-help): New function.
16465
16466 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16467
16468 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16469 current-load-list in top-level forms. Else this leaks a cons cell
16470 every time a defun is called.
16471
16472 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16473
16474 2000-09-25 Dave Love <fx@gnu.org>
16475
16476 * startup.el (fancy-splash-head): Check XPM is available.
16477
16478 * autoinsert.el (auto-insert): Doc fix.
16479 (auto-insert-alist): Following GNU notices, don't say `copyright
16480 _by_'. Use line-beginning-position.
16481 (auto-insert): Check buffer-file-name is non-nil before use.
16482
16483 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16484
16485 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16486 starting with `@def' or `@multitable', in addition to ones
16487 specified by the user in auto-fill-inhibit-regexp.
16488
16489 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16490
16491 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16492 rmail-dont-reply-to-names matches the empty string.
16493
16494 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16495
16496 * startup.el (command-line-1, fancy-splash-text): Change the
16497 text to sound more friendly.
16498
16499 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16500
16501 * progmodes/hideshow.el: Update author email address.
16502 Generally, sync w/ maintainer version 5.22.
16503 (hs-hide-all-non-comment-function): New var.
16504 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16505 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16506 (hs-show-region): Delete this command.
16507 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16508
16509 2000-09-22 Dave Love <fx@gnu.org>
16510
16511 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16512 (hl-line-highlight): Specify buffer when moving overlay.
16513
16514 * progmodes/fortran.el (fortran-mode): Locally set
16515 normal-auto-fill-function.
16516 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16517 (fortran-mode-map): Adjust auto-fill menu entry.
16518
16519 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16520
16521 * vc-rcs.el (toplevel): Require `vc' when compiling.
16522
16523 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16524
16525 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16526
16527 * vc.el (vc-switch-backend): Signal an error if the file is not
16528 registered under the new backend.
16529
16530 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16531 without explicit revision number.
16532
16533 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16534
16535 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16536 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16537 (diff-xor): New function.
16538 (diff-find-source-location): Use it. Fix a stupid name clash.
16539 (diff-hunk-status-msg): New function.
16540 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16541 (diff-test-hunk): Use diff-find-source-location.
16542 (diff-goto-source): Favor the `reverse'.
16543 (diff-hunk-text): Properly handle one-sided context diffs.
16544 (diff-apply-hunk): When done, advance to the next hunk.
16545
16546 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16547
16548 * startup.el (command-line): If frame was created with a non-zero
16549 tool-bar-lines parameter, switch tool-bar-mode on.
16550
16551 * add-log.el (change-log-date-face, change-log-name-face)
16552 (change-log-email-face, change-log-file-face)
16553 (change-log-list-face, change-log-conditionals-face)
16554 (change-log-function-face, change-log-acknowledgement-face):
16555 New faces, inheriting from font-lock faces.
16556 (change-log-font-lock-keywords): Use them.
16557
16558 2000-09-21 Dave Love <fx@gnu.org>
16559
16560 * progmodes/cperl-mode.el (top-level): Clean up
16561 `eval-when-compile's and assorted defvars.
16562 (cperl-invalid-face): Don't double-quote value. Change custom
16563 type.
16564 (cperl-mode): Set normal-auto-fill-function and don't zap
16565 auto-fill-function.
16566 (cperl-imenu--function-name-regexp-perl): Renamed from
16567 imenu-example--function-name-regexp-perl.
16568 (cperl-imenu--create-perl-index): Renamed from
16569 imenu-example--create-perl-index.
16570 (cperl-xsub-scan): Don't require cl.
16571
16572 * msb.el (msb-mode-map): Use substitute-key-definition.
16573 (msb-mode): Use msb-mode-map.
16574
16575 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16576
16577 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16578 New functions.
16579 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16580 (vc-switch-backend): New function.
16581 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16582 (vc-register): Fix prompt.
16583 (vc-unregister, vc-default-unregister): New functions.
16584 (vc-version-diff): Handle empty buffer in sentinel.
16585
16586 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16587 (vc-rcs-state-heuristic): Use it to guess the state of files with
16588 non-strict locking.
16589 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16590 been set with -b, but not created yet.
16591 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16592 contents in order to find the state.
16593 (vc-rcs-checkin): Allow creation of branches with no changes.
16594 (vc-rcs-unregister, vc-rcs-receive-file)
16595 (vc-rcs-set-non-strict-locking): New functions.
16596
16597 * vc-hooks.el (vc-name): Force correct computation of the value
16598 in case it is missing.
16599
16600 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16601
16602 * startup.el (fancy-splash-tail): Use a different foreground
16603 color on a dark frame background.
16604
16605 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16606
16607 * info.el: Use the correct capitalization when making Info-mode
16608 and Info-edit-mode `special' modes.
16609
16610 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16611
16612 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16613 (diff-mode): Add support for add-log.el.
16614 (diff-hunk-text): Use char offsets rather than line offsets.
16615 (diff-find-source-location): Replace LINE with line-offset (nil
16616 if not found) and always set POS to a meaningful position.
16617 Adapt to the new char-offsets.
16618 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16619 Adapt to the new diff-find-source-location.
16620 (diff-goto-source): Adapt to the new diff-find-source-location.
16621
16622 * add-log.el (add-log-file-name): New function (split out of
16623 add-change-log-entry).
16624 (add-change-log-entry): Use it.
16625 Call add-log-file-name-function with the changelog file name if
16626 the current buffer is not associated with any file.
16627 Avoid find-file if the selected window is dedicated.
16628
16629 * diff-mode.el (diff-find-source-location):
16630 Move code from diff-apply-hunk. Return buffer rather than file.
16631 (diff-apply-hunk): Use the new result from diff-find-source-location.
16632 (diff-goto-source): Use the new diff-find-source-location.
16633
16634 2000-09-20 Dave Love <fx@gnu.org>
16635
16636 * iswitchb.el: Some doc fixes.
16637 (iswitchb-mode-map): Define completely initially. Inherit
16638 minibuffer-local-map.
16639 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16640 fundamental-mode.
16641 (iswitchb-global-map): New variable.
16642 (iswitchb-summaries-to-end): Amalgamate regexps.
16643 (iswitchb-mode): New.
16644 (iswitchb-mode-hook): New variable.
16645 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16646 `extensions'.
16647
16648 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16649
16650 * ehelp.el (electric-help): New defgroup.
16651 (electric-help-shrink-window): New user-option.
16652 (with-electric-help): Use it.
16653
16654 * window.el (shrink-window-if-larger-than-buffer): If face
16655 `mode-line' has a :box, and we're on a graphical frame, add 1
16656 to the needed window height.
16657
16658 * frame.el (frame-notice-user-settings): Add a last parameter nil
16659 to a call to `append', because the last list passed to `append' is
16660 not copied, and so subsequent calls to assq-delete-all will modify
16661 default-frame-alist.
16662
16663 * startup.el (fancy-splash-image): Change :type.
16664 (fancy-splash-head): Use an XBM image if appropriate.
16665 (command-line-1): Show splash screens in more cases.
16666
16667 * startup.el (fancy-splash-text): Don't quote faces.
16668
16669 * dired.el (dired-font-lock-keywords): Undo last change.
16670 (dired-readin): Bind indent-tabs-mode to nil.
16671
16672 * startup.el (fancy-splash-head): If frame's background mode
16673 is `dark', change the black background of the image to gray.
16674 (fancy-splash-screens): Display startup echo area message.
16675 (display-startup-echo-area-message): New function.
16676
16677 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16678
16679 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16680
16681 * info.el (info-header-node): Tweak for color ttys.
16682
16683 * faces.el (face-valid-attribute-values): Make sure directories we
16684 search for stipples both exist and are readable before trying to
16685 search them.
16686
16687 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16688 in the dry-run case.
16689
16690 * jka-compr.el (with-auto-compression-mode): New macro.
16691
16692 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16693 (custom-group-tag-face, custom-variable-tag-face): Use relative
16694 :height and inherit from `variable-pitch' face instead of
16695 hardwiring :family.
16696 * hi-lock.el (hi-black-hb): Likewise.
16697
16698 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16699 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16700 toolbar-add-item, if image doesn't have a mask add a `:mask
16701 heuristic'.
16702
16703 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16704
16705 * diff-mode.el: Docstring fixes.
16706 (diff-header-face, diff-comment-face): New faces.
16707 (diff-font-lock-keywords): Highlight a bit differently.
16708 (diff-find-source-location): Don't return SPAN any more.
16709 (diff-hunk-text): Don't bother erasing the temp buffer.
16710 (diff-find-text): Drop argument LINE.
16711 (diff-apply-hunk): Update calls to diff-find-text.
16712 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16713
16714 * calendar/calendar.el: Docstring fixes.
16715 (calendar-make-alist): Don't quote lambda.
16716 (calendar-star-date): Use make-local-variable.
16717
16718 2000-09-19 Dave Love <fx@gnu.org>
16719
16720 * toolbar/tool-bar.el: Renamed from toolbar.el.
16721 Change `toolbar' to `tool-bar' generally in symbols.
16722 Make some items invisible in `special' major modes.
16723 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16724 Add arg PROPS.
16725
16726 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16727 Add :version here.
16728 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16729
16730 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16731
16732 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16733
16734 * files.el (find-file-suppress-same-file-warnings): New user-option.
16735 (find-file-noselect): Use it.
16736
16737 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16738 (fancy-splash-screen): Defgroup.
16739
16740 * add-log.el (change-log-font-lock-keywords): Match names
16741 more exactly for the case that font-lock-constant-face is
16742 underlined.
16743
16744 2000-09-19 Richard M. Stallman <rms@gnu.org>
16745
16746 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16747
16748 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16749
16750 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16751
16752 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16753
16754 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16755 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16756 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16757 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16758 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16759 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16760 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16761 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16762 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16763 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16764 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16765 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16766
16767 * startup.el (fancy-splash-text): New variable.
16768 (fancy-splash-delay, fancy-splash-image): New user-options.
16769 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16770 (fancy-splash-screens): New functions.
16771 (command-line-1): If display has a `display' frame parameter, has
16772 colors, and we have XPM support, show more fancy splash screens.
16773
16774 2000-09-19 Dave Love <fx@gnu.org>
16775
16776 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16777 with null `help'. Use modern backquote syntax.
16778
16779 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16780
16781 * font-lock.el (font-lock-mode): Change message telling the user
16782 that ``the buffer is too big''.
16783
16784 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16785 for instance for the case that tab-width is 2.
16786
16787 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16788
16789 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16790 toolbar-add-item, if image doesn't have a mask add a `:mask
16791 heuristic'.
16792
16793 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16794
16795 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16796 and return a cons if it's non-nil.
16797 (diff-apply-hunk): Try to jump to the line in the source text
16798 corresponding to the position of point in the in the hunk.
16799
16800 * info.el (Info-title-3-face, Info-title-2-face)
16801 (Info-title-1-face): Use face inheritance and relative sizes
16802 instead of hard-wiring things.
16803
16804 * faces.el (secondary-selection): Make dark-background variant sane.
16805
16806 2000-09-16 Andrew Innes <andrewi@gnu.org>
16807
16808 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16809 read-only, since they aren't under VC now.
16810
16811 2000-09-17 Dave Love <fx@gnu.org>
16812
16813 * tmm.el: Replace mapcar with mapc in several places.
16814
16815 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16816 ad-unadvise.
16817
16818 * international/latin1-disp.el: New file.
16819
16820 * calendar/cal-move.el (scroll-calendar-left)
16821 (scroll-calendar-right): Make arg optional (for active mode line).
16822
16823 * calendar/calendar.el (calendar-mode-line-format): Make fields
16824 mouse-sensitive.
16825 (calendar-read-date, calendar-read-date, calendar-window-list):
16826 Unquote lambda.
16827 (calendar-month-name): Use aref, not sref.
16828
16829 * view.el (minor-mode-alist): Propertize the string.
16830
16831 * international/characters.el (standard-case-table): Add entries
16832 for Greek.
16833
16834 2000-09-18 Miles Bader <miles@gnu.org>
16835
16836 * info.el (info-node, info-xref): Add dark-background variants.
16837
16838 * faces.el (header-line): Change defaults to be less confusing
16839 when mixed with mode-lines.
16840
16841 * info.el (Info-fontify-node): Make a few cleanups.
16842 Add extra `help-echo' and `local-map' props to node xrefs.
16843 Use header-specific faces for node-names & xrefs.
16844 (Info-use-header-line): New variable.
16845 (info-header-xref, info-header-node): New faces.
16846 (Info-setup-header-line): New function.
16847 (Info-select-node): Call Info-setup-header-line when enabled.
16848 (Info-extract-pointer): Work even if the header line is hidden.
16849 (Info-header-line): New variable.
16850
16851 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16852
16853 * vms-patch.el (print-region-function): Don't quote lambda.
16854
16855 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16856
16857 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16858 (lm-get-header-re): Allow spaces between the header and the colon.
16859 (lm-header): Allow $ in non-RCS headers.
16860 (lm-header-multiline): Put the strings back into order.
16861 Stop at an empty line. Don't require two space chars if the
16862 line is clearly not another header line.
16863
16864 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16865 (popup-menu-popup): Remove.
16866
16867 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16868
16869 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16870 specification if or if not tool-bar item contains an `:enabled'
16871 property.
16872
16873 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16874 current buffer has no file name.
16875
16876 2000-09-15 Dave Love <fx@gnu.org>
16877
16878 * strokes.el: Sync with maintainer's current version with changes
16879 for Emacs, but avoid runtime cl and levents.
16880 (toplevel): Change autoloads and compilation requires.
16881 (strokes-version, strokes-bug-address, strokes-lift): Values
16882 changed.
16883 (strokes-xpm-header, strokes-insinuated): New variable.
16884 (strokes): Add :link.
16885 (strokes-mode): Customized.
16886 (strokes-while-inhibiting-garbage-collector): New macro.
16887 (strokes-remassoc): Avoid remove-if.
16888 (strokes-fix-button2-command): Don't use ad-do-it.
16889 (strokes-insinuate): New function.
16890 (strokes-button-press-event-p, strokes-button-release-event-p):
16891 New functions, used instead of non-`strokes-' versions..
16892 (strokes-mouse-event-p): Rewritten.
16893 (strokes-event-closest-point): Avoid event-point.
16894 (strokes-get-grid-position): Avoid cdadr, caadr
16895 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16896 functions.
16897 (strokes-help): Use with-output-to-temp-buffer.
16898 (strokes-window-configuration-changed-p): New function.
16899 (strokes-update-window-configuration): Use buffer-live-p,
16900 strokes-window-configuration-changed-p.
16901 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16902 (strokes-char-face): New face.
16903 (strokes-char-table, strokes-base64-chars): New variable.
16904 (strokes-xpm-for-stroke, strokes-list-strokes)
16905 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16906 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16907 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16908 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16909 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16910 functions.
16911
16912 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16913
16914 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16915
16916 * image.el (create-image): Doc fix.
16917
16918 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16919 instead of `:heuristic-mask t'.
16920
16921 2000-09-14 Andrew Innes <andrewi@gnu.org>
16922
16923 * makefile.w32-in: Revert to Unix line endings.
16924
16925 2000-09-14 Andrew Innes <andrewi@gnu.org>
16926
16927 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16928 when installing.
16929
16930 * makefile.nt (DONTCOMPILE): Fix typo.
16931
16932 * shell.el (shell-write-history-on-exit): New function.
16933 (shell-dumb-shell-regexp): New custom variable.
16934 (shell-mode): Make shell-write-history-on-exit the process
16935 sentinel if shell name matches shell-dumb-shell-regexp.
16936
16937 * w32-fns.el: Comment out before-init-hook function which resets
16938 source-directory based; this breaks bootstrap.
16939
16940 2000-09-14 Dave Love <fx@gnu.org>
16941
16942 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16943 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16944 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16945 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16946 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16947 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16948 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16949 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16950 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16951
16952 * toolbar/toolbar.el: New.
16953
16954 * subdirs.el: Add toolbar.
16955
16956 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16957
16958 * indent.el (indent-for-tab-command): Doc fix.
16959
16960 2000-09-14 Alex Schroeder <alex@gnu.org>
16961
16962 * ansi-color.el (ansi-colors): Doc change.
16963 (ansi-color-get-face): Simplified regexp.
16964 (ansi-color-faces-vector): Added more faces, doc change.
16965 (ansi-color-names-vector): Doc change.
16966 (ansi-color-regexp): Simplified regexp.
16967 (ansi-color-parameter-regexp): New regexp.
16968 (ansi-color-filter-apply): Doc change.
16969 (ansi-color-filter-region): Doc change.
16970 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16971 deal with zero length parameters.
16972 (ansi-color-apply-on-region): Doc change.
16973 (ansi-color-map): Doc change.
16974 (ansi-color-map-update): Removed debugging message.
16975 (ansi-color-get-face-1): Added condition-case to trap
16976 args-out-of-range errors.
16977 (ansi-color-get-face): Doc change.
16978 (ansi-color-make-face): Removed.
16979 (ansi-color-for-shell-mode): New option.
16980
16981 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16982
16983 * international/quail.el (quail-start-translation): Translate KEY
16984 if necessary even if it doesn't have any mapping in the current
16985 input method.
16986 (quail-start-conversion): Likewise.
16987 (quail-help): The output message is improved.
16988
16989 2000-09-13 Miles Bader <miles@gnu.org>
16990
16991 * comint.el (comint-output-filter): Revert to using
16992 `insert-before-markers'. Add bletcherous hack to undo damage
16993 caused by `insert-before-markers'. Put `front-sticky' property on
16994 overlays created here so that the field code understands how the
16995 overlay works. Use a let when making comint-last-prompt-overlay,
16996 so that the code is easier to read.
16997
16998 2000-09-13 Dave Love <fx@gnu.org>
16999
17000 * wid-edit.el (widget-default-format-handler): DTRT when
17001 doc-property is a function.
17002
17003 2000-09-12 Francesco Potorti` <pot@gnu.org>
17004
17005 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17006 filed name if it's not there.
17007
17008 2000-09-12 Dave Love <fx@gnu.org>
17009
17010 * simple.el (read-mail-command): Doc fix.
17011 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17012
17013 * vc.el (vc-dired-listing-switches): Fix :version.
17014
17015 * vc-hooks.el: Doc fixes.
17016
17017 * subr.el (add-minor-mode): Use toggle-fun arg.
17018
17019 * speedbar.el: Add :version to several defcustoms.
17020
17021 * imenu.el (imenu--truncate-items, imenu--cleanup)
17022 (imenu--generic-function): Avoid mapcar.
17023 (imenu--replace-spaces): Function removed.
17024 (imenu--completion-buffer): Use subst-char-in-string.
17025 (imenu-add-to-menubar): Use keymap inheritance.
17026
17027 2000-09-12 Miles Bader <miles@gnu.org>
17028
17029 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17030 (diff-mode-map): Bind `diff-test-hunk'.
17031 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17032
17033 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17034
17035 * bytecomp.el (byte-compile-defvar): Undo last change
17036 because it breaks '(make-variable-buffer-local (defvar ...)'
17037 which is used at least in dired.
17038
17039 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17040
17041 * international/quail.el (quail-define-package): Docstring
17042 modified.
17043
17044 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17045
17046 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17047 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17048 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17049 docstring of "chinese-py".
17050
17051 * international/quail.el (quail-translation-docstring): New
17052 variable.
17053 (quail-show-keyboard-layout): Docstring modified.
17054 (quail-select-current): Likewise.
17055 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17056 infinite recursive call.
17057 (quail-help): Check quail-translation-docstring. Format of the
17058 output changed.
17059 (quail-help-insert-keymap-description): Adjusted for the above
17060 change.
17061
17062 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17063
17064 * bytecomp.el (byte-compile-defvar): Only cons onto
17065 current-load-list in top-level forms. Else this leaks a cons cell
17066 every time a defun is called.
17067
17068 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17069
17070 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17071 Now understands non-unified diffs. Some functionality moved into
17072 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17073 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17074 modify anything. Only reposition point in the patched file if the
17075 patch succeeds. Only pop up another window if POPUP is true.
17076 Emit a message describing what happened if successful, and at what
17077 line-offset. Automatically detect reversed hunks and do something
17078 appropriate.
17079 (diff-hunk-text, diff-find-text): New functions.
17080 (diff-filter-lines): Function removed.
17081 (diff-test-hunk): New function.
17082 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17083
17084 2000-09-10 Dave Love <fx@gnu.org>
17085
17086 * textmodes/tildify.el: Minor doc/commentary fixes.
17087 (tildify) <defgroup>: Add :version.
17088
17089 * faces.el (face-x-resources): Make custom type more specific.
17090 (frame-background-mode): Use mapc.
17091 (region) <defcustom>: Add :version.
17092
17093 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17094
17095 * vc-sccs.el (vc-sccs-register):
17096 * vc-rcs.el (vc-rcs-register):
17097 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17098 * vc.el (vc-register): Clear file's properties.
17099
17100 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17101
17102 * faces.el (face-spec-set): Only face-spec-reset-face when
17103 ATTRS is non-nil.
17104
17105 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17106
17107 * help.el (help-insert-xref-button): Fix a typo in doc string.
17108
17109 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17110
17111 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17112 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17113 methods.
17114
17115 * menu-bar.el (read-mail-item-name): New function.
17116 (menu-bar-tools-menu): Use it to compute and display the package
17117 used to read email.
17118 (menu-bar-tools-menu): Fix typo in GUD's help string.
17119
17120 2000-09-07 Dave Love <fx@gnu.org>
17121
17122 * diff-mode.el (diff-mouse-goto-source): New function.
17123
17124 * vc-sccs.el: Doc fixes.
17125 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17126
17127 * vc-rcs.el: Doc fixes.
17128 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17129 (vc-rcs-checkout-switches, vc-rcs-header)
17130 (vc-rcs-master-templates): Add or change :version.
17131
17132 * vc-cvs.el: Doc fixes.
17133 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17134 (vc-cvs-stay-local): Add :version.
17135
17136 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17137
17138 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17139
17140 * international/quail.el (quail-help): Fix previous change.
17141
17142 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17143
17144 * faces.el (color-values): Doc fix.
17145
17146 * faces.el (frame-set-background-mode): Use frame-parameter
17147 instead of frame-parameters.
17148
17149 * frame.el (filtered-frame-list): Reduce consing.
17150 (frames-on-display-list): Call frame-parameter instead of
17151 frame-parameters.
17152
17153 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17154
17155 * language/devan-util.el (devanagari-to-indian-region): In the
17156 loop, change the following char, not preceding char.
17157
17158 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17159
17160 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17161 instead of frame-parameters.
17162
17163 * faces.el (set-face-attribute): Simplify by calling
17164 internal-set-lisp-face-attribute with FRAME being 0.
17165
17166 * vc.el: Remove `Id' version control keyword.
17167
17168 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17169
17170 * help.el (help-make-xrefs): Adjusted for the change of
17171 help-xref-mule-regexp.
17172 (help-insert-xref-button): New function.
17173
17174 * international/mule-cmds.el (help-xref-mule-regexp-template):
17175 Include the pattern for character set.
17176 (leim): New group.
17177
17178 * international/quail.el: Don't require face.
17179 (quail): New group.
17180 (quail-other-command): Dummy command to make quail-help work better.
17181 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17182 (quail-keyboard-layout-substitution): New variable.
17183 (quail-update-keyboard-layout): New function.
17184 (quail-keyboard-layout-type): New customizable variable.
17185 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17186 (quail-keyboard-translate): Pay attention to
17187 quail-keyboard-layout-substitution.
17188 (quail-insert-kbd-layout): New function.
17189 (quail-show-keyboard-layout): New function.
17190 (quail-get-translation): If the definition is a vector of length
17191 1, and the element is a string of length 1, return the character
17192 in that string.
17193 (quail-update-current-translations): Fix the case of
17194 relative-index out of range.
17195 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17196 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17197 Show key sequences for all available characters.
17198 (quail-help-insert-keymap-description): Don't show such verbose
17199 key bindings as quail-self-insert-command.
17200
17201 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17202 Format changed, and each element now have extra documentations.
17203 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17204 Adjusted for the change of quail-cxterm-package-ext-info.
17205
17206 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17207
17208 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17209 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17210 during bootstrap.
17211
17212 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17213
17214 * vc.el: (toplevel): Don't require `dired' at run-time.
17215 (vc-dired-resynch-file): Remove autoload cookie.
17216
17217 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17218
17219 * vc.el: Made several backend functions optional.
17220 (vc-default-responsible-p): New function.
17221 (vc-merge): Use RET for first version to trigger merge-news, not
17222 prefix arg.
17223 (vc-annotate): Handle backends that do not support annotation.
17224 (vc-default-merge-news): Removed. The existence of a merge-news
17225 implementation is now checked on caller sites.
17226
17227 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17228 case.
17229
17230 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17231 special case that has been removed from the default in vc-hooks.el.
17232
17233 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17234
17235 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17236
17237 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17238
17239 * vc-hooks.el: Require vc during compilation.
17240 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17241 macro `with-vc-properties' in vc.el.
17242 (vc-file-getprop): Doc fix.
17243 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17244
17245 * vc.el: Require dired-aux during compilation.
17246 (vc-name-assoc-file): Moved to vc-sccs.el.
17247 (with-vc-properties): New macro.
17248 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17249 vc-finish-steal): Use it.
17250 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17251 to the backend-specific function is now supposed to do the checkout,
17252 too.
17253 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17254
17255 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17256 set file properties; that gets done in the generic code now.
17257
17258 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17259 Changed parameter list, added code from vc.el that does the
17260 checkout, possibly with a double-take.
17261
17262 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17263 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17264 the above under the new name.
17265 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17266 parameter list, added checkout command.
17267 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17268 properties; that gets done in the generic code now.
17269
17270 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17271
17272 * vc.el: Docstring fixes (courtesy of checkdoc).
17273
17274 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17275
17276 * vc.el (vc-checkout-writable-buffer-hook)
17277 (vc-checkout-writable-buffer): Remove.
17278 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17279 (vc-log-mode): Make it into a clean derived major mode.
17280 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17281 vc-log-mode if log-edit is not available.
17282 (vc-dired-mode-map): Don't set-keymap-parent yet.
17283 (vc-dired-mode): Do set-keymap-parent here.
17284 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17285
17286 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17287
17288 * faces.el (set-face-attribute, face-spec-reset-face)
17289 (face-spec-set): Avoid consing by removing calls to `apply'.
17290
17291 * frame.el (frame-parameter): Move to C code.
17292
17293 2000-09-05 Dave Love <fx@gnu.org>
17294
17295 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17296 insert-before-markers-and-inherit. Now checked systematically!
17297
17298 2000-09-05 Alex Schroeder <alex@gnu.org>
17299
17300 * sql.el (sql-postgres): Use sql-postgres-options.
17301 (sql-postgres-options): New variable.
17302
17303 2000-09-05 Alex Schroeder <alex@gnu.org>
17304
17305 * sql.el (sql-mode-menu): Work around missing variable mark-active
17306 in XEmacs.
17307 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17308 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17309 compatibility.
17310
17311 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17312
17313 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17314
17315 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17316
17317 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17318
17319 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17320
17321 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17322 don't support anything else under SCCS yet.
17323
17324 * vc-hooks.el: Minor doc fixes.
17325
17326 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17327
17328 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17329 not necessary. If verbose in state `needs-patch', do the same as
17330 under `up-to-date'. When NOT verbose and `needs-patch', check out
17331 latest version instead of `merge-news'.
17332 (vc-next-action-dired): Don't mess with default-directory here; it
17333 breaks other parts of dired. It is the job of the
17334 backend-specific functions to adjust it temporarily if they need it.
17335 (vc-next-action): Remove a special CVS case.
17336 (vc-clear-headers): New optional arg FILE.
17337 (vc-checkin, vc-checkout): Set properties vc-state and
17338 vc-checkout-time properly.
17339 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17340 (vc-print-log): Use new backend function `show-log-entry'.
17341 (vc-cancel-version): Do the checks in a different order. Added a
17342 FIXME concerning RCS-only code.
17343
17344 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17345 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17346
17347 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17348
17349 * vc-hooks.el (vc-default-mode-line-string): Show state
17350 `needs-patch' as a `-' too.
17351
17352 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17353
17354 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17355 (vc-default-could-register): New function.
17356 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17357 (vc-resynch-buffer): Call vc-dired-resynch-file.
17358 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17359 vc-resynch-buffer instead of vc-resynch-window.
17360 (vc-next-action-dired): Don't redisplay here, that gets done as a
17361 result of the individual file operations.
17362 (vc-retrieve-snapshot): Corrected prompt order.
17363
17364 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17365
17366 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17367 as well.
17368 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17369 hostname regexps. Updated all callers.
17370 (vc-cvs-responsible-p): Handle directories as well.
17371 (vc-cvs-could-register): New function.
17372 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17373 properties up-to-date.
17374
17375 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17376 user whether to create one.
17377
17378 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17379
17380 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17381 check out a non-existing file.
17382
17383 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17384 workfile does not exist.
17385
17386 * vc.el (vc-version-diff): Use `require' to check for existence of
17387 diff-mode.
17388
17389 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17390
17391 * vc-cvs.el (vc-cvs-registered): Use new function
17392 vc-cvs-parse-entry to do the actual work.
17393
17394 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17395
17396 * vc-hooks.el (vc-find-backend-function): If function doesn't
17397 exist, return nil instead of error.
17398 (vc-call-backend): Doc fix.
17399
17400 * vc.el (vc-do-command): Doc fix.
17401 (vc-finish-logentry): When checking in from vc-dired, choose the
17402 right backend for logentry check.
17403 (vc-dired-mode-map): Inherit from dired-mode-map.
17404 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17405 simplified.
17406 (vc-dired-state-info): Removed, updated caller.
17407 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17408 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17409 (vc-dired-listing-switches): New variable.
17410 (vc-directory): Use it, instead of dired-listing-switches.
17411
17412 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17413 (vc-cvs-dir-state): New function.
17414 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17415 (vc-cvs-parse-entry): New function, also to be used in
17416 vc-cvs-registered.
17417
17418 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17419
17420 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17421 *or* single-window-frames.
17422
17423 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17424
17425 * vc.el (vc-update-changelog): Split into generic part and default
17426 implementation. Doc string adapted.
17427 (vc-default-update-changelog): New function. Call the `rcs2log'
17428 script in exec-directory, to fix a long-standing nuisance.
17429
17430 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17431 simply signals an error.
17432
17433 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17434
17435 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17436 control-flow more clear and to avoid running `cvs' twice.
17437
17438 * vc.el (vc-next-action-on-file): Doc fix.
17439 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17440 (vc-print-log): Eval `file' before constructing the continuation.
17441
17442 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17443
17444 * vc.el (vc-next-action-on-file): Corrected several messages.
17445 (vc-merge): Add prefix arg `merge-news'; handle it.
17446
17447 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17448 is not reached. It is.
17449 (vc-cvs-merge): Set state to 'edited after merge.
17450 (vc-cvs-merge-news): Set workfile version to nil if not known.
17451 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17452
17453 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17454 via stdout. (Merge from main line.)
17455
17456 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17457
17458 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17459 detection.
17460
17461 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17462
17463 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17464 against kill-all-local-variables.
17465 (vc-log-edit): Don't save vc-parent-buffer any more.
17466 (vc-last-comment-match): Initialize to an empty string.
17467 (vc-post-command-functions): New hook.
17468 (vc-do-command): Run it.
17469 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17470 (vc-finish-logentry): Only add the comment to the ring if it's
17471 different from the last comment entered.
17472 (vc-new-comment-index): New function.
17473 (vc-previous-comment): Use it. Make the minibuffer message
17474 slightly less terse.
17475 (vc-comment-search-reverse): Make it work forward as well. Don't
17476 set vc-comment-ring-index if no match is found. Use
17477 vc-new-comment-index.
17478 (vc-comment-search-forward): Use vc-comment-search-reverse.
17479 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17480 define-derived-mode will do it for us. Bind `v' to a keymap that
17481 inherits from vc-prefix-map so that we can bind `vt' without
17482 binding C-x v t.
17483 (vc-retrieve-snapshot): Parenthesis typo.
17484
17485 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17486 to 1. Make sure to switch to *vc* before looking for an error
17487 message. Use vc-parse-buffer.
17488
17489 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17490
17491 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17492 and NAME.
17493 (vc-retrieve-snapshot): Split into two parts.
17494 (vc-default-retrieve-snapshot): New function.
17495
17496 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17497 (vc-cvs-retrieve-snapshot): New function (untested).
17498 (vc-cvs-stay-local): Default to t.
17499 (vc-cvs-remote-p): New function and property.
17500 (vc-cvs-state): Stay local only if the above is t.
17501 (vc-handle-cvs): Removed.
17502 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17503 done via vc-handled-backends now.
17504 (vc-cvs-header): Escape Id.
17505
17506 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17507
17508 * vc.el (vc-do-command): Remove unused commands.
17509 (vc-version-diff): Make sure default-directory ends with a slash.
17510 Move the window commands into a vc-exec-after.
17511 (vc-print-log): Move more of the code into the `vc-exec-after'.
17512
17513 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17514
17515 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17516 (vc-print-log): Search current revision from beginning of buffer.
17517 (vc-revert-buffer): Clear echo area after the diff is finished.
17518 (vc-prefix-map): Removed definition of "t" for terse display in vc
17519 dired.
17520 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17521 definition of "vt" for terse display.
17522 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17523
17524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17525
17526 * vc.el (vc-exec-after): Avoid caddr.
17527
17528 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17529
17530 * vc.el (vc-exec-after): New function.
17531 (vc-do-command): Use it to add a termination message for async
17532 procs.
17533 (vc-checkout): Try to handle a missing-backend situation.
17534 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17535 of a directory with a backend using async diffs.
17536 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17537 present.
17538
17539 * vc-sccs.el (vc-sccs-state-heuristic): Use
17540 file-ownership-preserved-p.
17541
17542 * vc-rcs.el (vc-rcs-state-heuristic): Use
17543 file-ownership-preserved-p.
17544 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17545
17546 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17547
17548 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17549 vc-do-command.
17550
17551 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17552 when there are no changes.
17553
17554 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17555
17556 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17557
17558 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17559
17560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17561
17562 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17563
17564 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17565 the `fset' outside of the defvar so that it works even if
17566 vc-prefix-map was already defined.
17567 (vc-setup-buffer): New function, split out of vc-do-command.
17568 (vc-do-command): Allow BUFFER to be t to mean `just use the
17569 current buffer without any fuss'.
17570 (vc-version-diff): Change the `diff' backend operation to just put
17571 the diff in the current buffer without erasing it. Always use
17572 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17573 shrink-window-if-larger-than-buffer.
17574 (vc-print-log): Change the `print-log' backend operation to just
17575 put the log in the current buffer without erasing it. Protect
17576 shrink-window-if-larger-than-buffer.
17577 (vc-update-change-log): Fix setd typo.
17578
17579 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17580 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17581
17582 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17583 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17584 CMP.
17585
17586 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17587 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17588 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17589
17590 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17591
17592 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17593 not possible, use vc-BACKEND-workfile-unchanged-p.
17594 (vc-default-workfile-unchanged-p): New function. Delegates to a
17595 full vc-BACKEND-diff.
17596
17597 * vc-hooks.el (vc-simple-command): Removed.
17598
17599 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17600 instead of vc-simple-command.
17601 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17602 avoid doing a diff when opening a file.
17603 (vc-rcs-state): Added check for unlocked-changes.
17604 (vc-rcs-header): Escape Id.
17605 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17606 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17607 version.
17608
17609 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17610 (vc-sccs-diff): Remove optional arg CMP.
17611 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17612 SCCS-specific function.
17613
17614 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17615 vc-simple-command.
17616
17617 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17618
17619 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17620 (with-vc-file, vc-merge): Use vc-editable-p.
17621 (vc-do-command): Remove unused var vc-file and fix the
17622 doubly-defined `status' var. Add a user message when starting an
17623 async command.
17624 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17625 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17626 Use with-current-buffer.
17627 (vc-buffer-sync): Use unless.
17628 (vc-next-action-on-file): If the file is 'edited by read-only,
17629 make it read-write instead of trying to commit.
17630 (vc-version-diff, vc-update-change-log): Use `setq
17631 default-directory' rather than `cd'.
17632 (vc-log-edit): Don't forget to set default-directory in the
17633 buffer.
17634
17635 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17636 (vc-sccs-state-heuristic): Use file-writable-p instead of
17637 comparing userids.
17638 (vc-sccs-checkout): Use `unless'.
17639
17640 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17641 of comparing userids.
17642 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17643 Simplify the logic by eliminating unreachable code.
17644 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17645 just do a recursive call if we need to retry.
17646 (vc-rcs-checkout): Handle the case where rcs is missing by making
17647 the buffer read-write if requested and re-signalling the error.
17648
17649 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17650
17651 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17652
17653 * vc-hooks.el (vc-handled-backends): Docstring change.
17654 (vc-ignore-vc-files): Mark obsolete.
17655 (vc-registered): Check vc-ignore-vc-files.
17656 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17657 vc-ignore-vc-files.
17658
17659 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17660
17661 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17662
17663 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17664 files since ange-ftp already has vc-registered return nil.
17665
17666 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17667 (vc-sccs-workfile-version): Use with-temp-buffer and new
17668 vc-parse-buffer and don't bother setting the property.
17669 (vc-sccs-add-triple): Use with-current-buffer and
17670 find-file-noselect.
17671 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17672
17673 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17674 derives from the old vc-parse-buffer but uses the revision number
17675 rather than the date (much easier to compare robustly).
17676 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17677 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17678 locking-user more directly. Check strict locking and set
17679 checkout-model appropriately.
17680 (vc-rcs-parse-locks): Remove.
17681 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17682 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17683 (vc-rcs-system-release): Use with-current-buffer and
17684 vc-parse-buffer.
17685 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17686
17687 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17688 (vc-simple-command): Docstring fix.
17689 (vc-registered): Align the way the file-handler is called with the
17690 way the function itself works.
17691 (vc-file-owner): Remove.
17692
17693 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17694 extraction of fields and call to file-attributes because of a
17695 temporary bug in rcp.el.
17696 (vc-cvs-fetch-status): Use with-current-buffer.
17697
17698 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17699
17700 * vc.el (vc-do-command): Use file-relative-name.
17701 (vc-responsible-backend): Use vc-backend if possible.
17702 (vc-create-snapshot): Improve the `interactive' spec. Add support
17703 for branches and dispatch to backend-specific `create-snapshot'.
17704 (vc-default-create-snapshot): New function, containing the bulk of
17705 the old vc-create-snapshot.
17706 (vc-retrieve-snapshot): Improve the interactive spec.
17707
17708 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17709 (vc-backend-hook-functions): Remove.
17710 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17711 (vc-backend): Reintroduce the test for `file = nil' now that I
17712 know why it was there (and added a comment to better remember).
17713
17714 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17715 code from vc-sccs-hooks.el.
17716 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17717 'vc anymore.
17718 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17719 and file-directory-p instead of file-exists-p.
17720 (vc-sccs-check-headers): Simplify the regexp.
17721
17722 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17723 from vc-rcs-hooks.el. Don't require 'vc anymore.
17724 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17725 file-directory-p instead of file-exists-p.
17726
17727 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17728 from vc-cvs-hooks.el.
17729 (proto vc-cvs-registered): Require 'vc-cvs instead of
17730 'vc-cvs-hooks. Don't require 'vc anymore.
17731 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17732 file-directory-p instead of file-exists-p.
17733 (vc-cvs-create-snapshot): New function, replacing
17734 vc-cvs-assign-name.
17735 (vc-cvs-assign-name): Remove.
17736
17737 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17738
17739 * vc-cvs.el (vc-cvs-header): New var.
17740
17741 * vc-rcs.el (vc-rcs-exists): Remove.
17742 (vc-rcs-header): New var.
17743
17744 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17745 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17746 (vc-sccs-header): New var.
17747
17748 * vc.el (vc-do-command): Get rid of the `last' argument.
17749 (vc-header-alist): Remove, replaced by vc-X-header.
17750 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17751 (vc-dired-hook): Use expand-file-name instead of concat.
17752 (vc-directory): Use file-name-as-directory.
17753 (vc-snapshot-precondition, vc-create-snapshot)
17754 (vc-retrieve-snapshot): Allow the command to operate on any
17755 directory.
17756
17757 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17758 just removing the 'WORKFILE argument or by removing the 'MASTER
17759 argument and replacing `file' with (vc-name file).
17760
17761 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17762
17763 * vc.el: Update Copyright and add a crude list of backend funs.
17764 (vc-writable-p): New function.
17765 (with-vc-file): Use vc-writable-p.
17766 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17767 (vc-register): Avoid vc-name.
17768 (vc-locking-user): Remove.
17769 (vc-steal-lock): Make the `owner' arg non-optional.
17770 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17771 vc-checkout-model.
17772 (vc-default-dired-state-info): Use vc-state instead of
17773 vc-locking-user and return special strings for special states.
17774 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17775 and get rid of one of the special CVS cases.
17776 (vc-cancel-version): prettify error message with \\[...].
17777 (vc-rename-master): New function.
17778 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17779 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17780 the CVS special case generic.
17781 (vc-default-record-rename): Remove.
17782 (vc-file-tree-walk-internal): Only call FUNC for files that are
17783 under control of some VC backend and replace `concat' with
17784 expand-file-name.
17785 (vc-file-tree-walk): Update docstring.
17786 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17787 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17788
17789 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17790 vc-sccs-record-rename. Use `find-file-noselect' rather than
17791 `find-file' and call `vc-rename-master' to do the actual move.
17792 (vc-sccs-diff): Remove unused `backend' variable.
17793
17794 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17795 to delay loading of vc-sccs until it is really used.
17796 (vc-sccs-master-templates): Preload.
17797 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17798 (vc-sccs-project-dir): Remove (merged into
17799 vc-sccs-search-project-dir).
17800 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17801 rather than `concat', make sure it is preloaded and don't bother
17802 to check that the file actually exists.
17803 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17804 `locks' argument (use buffer's content instead) and eliminate n^2
17805 behavior.
17806
17807 * vc-rcs.el: Update Copyright.
17808 (vc-rcs-rename-file): New function.
17809 (vc-rcs-diff): Remove unused `backend' variable.
17810
17811 * vc-hooks.el: Update Copyright.
17812 (vc-backend): Don't accept a nil argument any more.
17813 (vc-up-to-date-p): Turn into a defsubst.
17814 (vc-possible-master): New function.
17815 (vc-check-master-templates): Use `vc-possible-master' and allow
17816 funs in vc-X-master-templates to return a non-existent file.
17817
17818 * vc-cvs.el: Update Copyright.
17819 (vc-cvs-diff): Remove unused `backend' variable.
17820 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17821
17822 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17823
17824 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17825
17826 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17827 since it can be called from vc-rcs.el.
17828 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17829
17830 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17831
17832 * vc.el (vc-version-diff): Expand file name read from the
17833 minibuffer. Handle the case when a previous version number can't
17834 be guessed. Give suitable messages when there were no differences
17835 found.
17836 (vc-clear-headers): Call backend-specific implementation, if one
17837 exists.
17838 (vc-cancel-version): Made error checks generic. When done, clear
17839 headers generically, too.
17840
17841 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17842 from vc-clear-headers in vc.el.
17843
17844 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17845 correctly.
17846 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17847 optional. Handle the case when it's not there.
17848
17849 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17850
17851 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17852
17853 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17854
17855 * vc-hooks.el (vc-loadup): Remove.
17856 (vc-find-backend-function): Use `require'. Also, handle the case
17857 where vc-BACKEND-hooks.el doesn't exist.
17858 (vc-call-backend): Cleanup.
17859
17860 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17861
17862 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17863 vc-rcs-grab-templates)
17864 (vc-rcs-registered): Remove. The default function works as well.
17865 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17866 vc-sccs-grab-templates)
17867 (vc-sccs-registered): Remove. The default function works as well.
17868
17869 * vc.el (vc-version-diff): Left out a vc- in call to
17870 vc-call-backend.
17871 (vc-default-dired-state-info, vc-default-record-rename)
17872 (vc-default-merge-news): Update for the new backend argument.
17873
17874 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17875 using the default function.
17876 (vc-call-backend): If calling the default function, pass it the
17877 backend as first argument. Update the docstring accordingly.
17878 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17879 for the new backend argument.
17880 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17881 (vc-find-backend-function): Use the new name.
17882 (vc-default-registered): New function.
17883
17884 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17885
17886 * vc.el (vc-merge): Use vc-find-backend-function.
17887
17888 * vc-hooks.el (vc-backend-functions): Remove.
17889 (vc-loadup): Don't setup 'vc-functions.
17890 (vc-find-backend-function): New function.
17891 (vc-call-backend): Use above fun and populate 'vc-functions
17892 lazily.
17893 (vc-backend-defines): Remove.
17894
17895 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17896
17897 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17898 Call vc-call-backend without the leading vc-.
17899 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17900 (vc-check-headers): Call vc-call-backend without the leading vc-.
17901 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17902 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17903 Call vc-call-backend without the leading vc-.
17904
17905 * vc-cvs.el (tail): Provide vc-cvs.
17906 * vc-sccs.el (tail): Provide vc-sccs.
17907 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17908
17909 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17910 (vc-make-backend-function, vc-call): Pass names without leading
17911 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17912 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17913 (vc-call-backend): Always try to load vc-X-hooks.
17914 (vc-registered): Remove vc- in call to vc-call-backend.
17915
17916 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17917
17918 * vc.el (vc-process-filter): New function.
17919 (vc-do-command): Setup `vc-process-filter' for the async process.
17920 (vc-maybe-resolve-conflicts): New function to reduce
17921 code-duplication. Additionally, it puts the buffer in
17922 `smerge-mode' if applicable.
17923 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17924 calling `merge-news'.
17925 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17926 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17927 interfacing to log-edit.el.
17928 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17929 log-edit is available.
17930 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17931
17932 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17933
17934 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17935 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17936 defvar and the initialization.
17937 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17938
17939 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17940 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17941
17942 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17943
17944 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17945
17946 * vc.el (vc-file-clear-masterprops): Removed.
17947 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17948 (vc-version-diff): Use buffer-size without argument.
17949 (vc-register): Heed vc-initial-comment.
17950
17951 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17952 default branch.
17953
17954 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17955 file name and workfile version.
17956 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17957
17958 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17959 vc-file-clear-masterprops.
17960
17961 * vc-sccs.el (vc-sccs-checkout): Removed call to
17962 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17963 rather than user login name.
17964
17965
17966 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17967
17968 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17969 `want-differences-if-changed' and simplify.
17970 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17971 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17972 output (which is invalid for async vc-diff) to decide whether to
17973 do the revert silently or not.
17974
17975 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17976
17977 * vc-hooks.el (vc-loadup): Load files quietly.
17978 (vc-call-backend): Oops, brain fart.
17979
17980 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17981
17982 * vc-cvs.el (vc-cvs-state): Typo.
17983 (vc-cvs-merge-news): Return the status code rather than the error msg.
17984
17985 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17986
17987 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17988 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17989 vc-state or vc-up-to-date-p.
17990 (vc-merge): Use vc-backend-defines to check whether merging is
17991 possible. Set state to 'edited after successful merge.
17992
17993 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17994 return that name. Redocumented.
17995
17996 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17997
17998 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17999 new `vc-state' semantics.
18000 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18001 'vc-locking-user to the current user.
18002 (vc-merge): Inline vc-backend-merge. Comment out code that I
18003 don't understand and hence can't adapt to the new `vc-state' and
18004 `vc-locking-user' semantics.
18005 (vc-backend-merge): Remove.
18006
18007 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18008 rather than 'vc-locking-user.
18009
18010 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18011
18012 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18013 (vc-state): Don't use 'reserved any more. Just use the same
18014 convention as the one used for vc-<backend>-state where the
18015 locking user (as a string) is returned.
18016 (vc-locking-user): Update, based on the above convention. The
18017 'vc-locking-user property has disappeared.
18018 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18019
18020 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18021 with a heuristic one.
18022 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18023 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18024 error. That allows us to get to 'needs-merge even in the
18025 stay-local case. There's still no way to detect 'needs-patch in
18026 such a setup (or to force an update for that matter).
18027 (vc-cvs-logentry-check): Remove, the default works as well.
18028
18029 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18030
18031 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18032
18033 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18034 major-mode in which the buffer might have been put earlier. Use
18035 `remove' and `when'. Allow `okstatus' to be `async' and use
18036 `start-process' in this case.
18037 (vc-version-diff): Handle the case where the diff looks empty
18038 because of the use of an async process.
18039
18040 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18041
18042 * vc.el (vc-next-action-on-file): Removed optional parameter
18043 `simple'. Recompute state unconditionally.
18044 (vc-default-toggle-read-only): Removed.
18045
18046 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18047 (vc-toggle-read-only): Undid prev change.
18048
18049 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18050 vc-cvs-simple-toggle. Redocumented.
18051 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18052 (vc-cvs-toggle-read-only): Removed.
18053
18054 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18055
18056 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18057 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18058 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18059 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18060 still is. So maybe it should be removed.
18061 (vc-head-version, vc-find-binary): Remove.
18062 (vc-recompute-state): Move from vc-hooks.el.
18063 (vc-next-action-on-file): Add a `simple' argument to allow
18064 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18065 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18066 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18067 (vc-dired-mode-map): Properly defvar it.
18068 (vc-print-log): Call log-view-mode if available.
18069 (small-temporary-file-directory): defvar instead of use boundp.
18070 (vc-merge-news): Moved to vc-cvs.el.
18071 (vc-default-merge-news): New function.
18072
18073 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18074 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18075 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18076 unknown `vc-latest-version' function. It should probably refer to
18077 vc-workfile-version or somesuch, but it's very unclear to me and I
18078 don't have SCCS to test things.
18079
18080 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18081 (vc-sccs-state-heuristic): Fix typo.
18082 (vc-sccs-workfile-unchanged-p): Add missing argument.
18083
18084 * vc-rcs.el: Require vc and vc-rcs-hooks.
18085 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18086 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18087 (vc-release-greater-or-equal-p): Move from vc.
18088 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18089 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18090 (vc-rcs-checkout): Add a missing `new-version' argument in the
18091 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18092
18093 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18094 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18095 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18096 than the apparently unbound `workfile-version'.
18097
18098 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18099 (vc-file-prop-obarray): Use `make-vector'.
18100 (vc-backend-functions): Add new hookable functions
18101 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18102 (vc-loadup): If neither backend nor default functions exist, use
18103 the backend function rather than nil.
18104 (vc-call-backend): If the function if not bound yet, try to load
18105 the non-hook file to see if it provides it.
18106 (vc-call): New macro plus use it wherever possible.
18107 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18108 nor `vc-find-binary' since it's only called from
18109 vc-mistrust-permission which is only used once the backend is known.
18110 (vc-checkout-model): Fix parenthesis.
18111 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18112
18113 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18114 (vc-cvs-release, vc-cvs-system-release): Remove.
18115 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18116 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18117 status symbols.
18118 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18119 (vc-cvs-toggle-read-only): First cut at a function to allow a
18120 cvs-status-free vc-toggle-read-only.
18121 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18122 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18123 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18124 (vc-cvs-checkout): Modify access rights directly if the user
18125 requested not to use `cvs edit'. And refresh the mode line.
18126
18127 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18128 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18129
18130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18131
18132 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18133 workfile' that got lost when the code was extracted from vc.el.
18134 And merged the tail with the rest of the code (not possible in the
18135 old vc.el where the tail was shared among all backends). And
18136 explicitly set the state to 'edited if `writable' is set.
18137
18138 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18139 (vc-cvs-state): Be careful to return the value from
18140 vc-cvs-parse-state.
18141 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18142 property but return it instead. Also be careful to handle a nil
18143 or "" `rev' when workfile is non-nil (it was handled properly when
18144 workfile was nil).
18145
18146 * vc.el: Removed those pesky unnecessary `(function' quotes.
18147 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18148 directly in the defvar.
18149 (vc-do-command): Bind inhibit-read-only so as to properly handle
18150 the case where the destination buffer has been made read-only.
18151 (vc-diff): Delegate to vc-version-diff in all cases.
18152 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18153 (vc-annotate-mode-variables): Removed (code moved partly to
18154 defvars and partly to vc-annotate-add-menu).
18155 (vc-annotate-mode): Turned into a derived-mode.
18156 (vc-annotate-add-menu): Moved in code in
18157 vc-annotate-mode-variables.
18158 (vc-update-change-log): Use make-temp-file if available.
18159
18160 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18161
18162 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18163 `vc-checkout-model' updated to `vc-cvs-update-model'.
18164
18165 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18166
18167 * vc.el (vc-next-action-on-file): Added handling of state
18168 `unlocked-changes'.
18169 (vc-checkout-carefully): Is now practically obsolete, unless the
18170 above is too slow to be enabled unconditionally.
18171 (vc-update-change-log): Fixed typo.
18172
18173 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18174
18175 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18176 Now handles state `unlocked-changes'.
18177 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18178
18179 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18180
18181 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18182 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18183 `unlocked-changes'.
18184 (vc-rcs-workfile-unchanged-p): Renamed from
18185 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18186 function yet, but supposed to become one soon.
18187
18188 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18189 `vc-steal-lock'.
18190 (vc-call-backend): Changed error message.
18191 (vc-state): Added description of state `unlocked-changes'.
18192
18193 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18194
18195 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18196 always return t in CVS-controlled directories.
18197
18198 * vc.el (vc-responsible-backend): New function.
18199 (vc-register): Largely rewritten.
18200 (vc-admin): Removed (implementation moved into vc-register).
18201 (vc-checkin): Redocumented.
18202 (vc-finish-logentry): If no backend defined yet (because we are in
18203 the process of registering), use the responsible backend.
18204
18205 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18206 Updated function lists.
18207 (vc-call-backend): Fixed typo.
18208
18209 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18210 New functions.
18211 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18212 Removed query option. Redocumented.
18213
18214 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18215
18216 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18217
18218 * vc.el: Updated callers of `vc-checkout-required' to use
18219 `vc-checkout-model'.
18220
18221 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18222
18223 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18224 stuff updated to reference this function instead of the old
18225 `vc-backend-release-p'.
18226
18227 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18228
18229 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18230 vc-checkout-model. Return appropriate values. Updated callers.
18231
18232 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18233
18234 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18235 (vc-backend-revert): Function moved into `vc-revert';
18236 `vc-next-action' must be updated to accomodate this change.
18237 (vc-backend-steal): Function moved into `vc-finish-steal'.
18238 (vc-backend-logentry-check): Function moved into
18239 `vc-finish-logentry'.
18240 (vc-backend-printlog): Function moved into `vc-print-log'.
18241 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18242 (vc-backend-assign-name): Function moved into
18243 `vc-create-snapshot'.
18244
18245 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18246
18247 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18248 Rename to vc-checkout-model. Return appropriate values.
18249 Update callers.
18250
18251 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18252 to vc-checkout-model.
18253 (vc-checkout-required): Rename to vc-checkout-model.
18254 Re-implement and re-comment.
18255 (vc-after-save): Use vc-checkout-model.
18256
18257 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18258
18259 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18260 Update to use the vc-BACKEND-diff functions instead.
18261 `vc-diff' is now working.
18262
18263 * vc-rcs.el (vc-rcs-logentry-check): New function.
18264
18265 * vc-cvs.el (vc-cvs-logentry-check): New function.
18266
18267 * vc-sccs.el (vc-sccs-diff): Function changed name from
18268 `vc-backend-diff'. This makes `vc-diff' work.
18269
18270 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18271 of functions possibly implemented in a vc-BACKEND library.
18272 (vc-checkout-required): Fix bug that caused an error to be
18273 signaled during `vc-after-save'.
18274
18275 * vc.el: Fix typo.
18276 This checkin is made with our new VC code base for the very first time.
18277 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18278
18279 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18280 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18281
18282 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18283 updated to `vc-uses-locking'.
18284 (vc-checkout-required): Call to backend function.
18285 `vc-checkout-required' updated to `vc-uses-locking' instead.
18286
18287 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18288 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18289
18290 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18291 to match the split into various backends.
18292 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18293 (vc-retrieve-snapshot): Bug fix.
18294
18295 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18296
18297 * vc-sccs.el (vc-sccs-release): Doc fix.
18298
18299 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18300
18301 * vc.el (vc-next-action-on-file): Bug found and fixed.
18302 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18303 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18304
18305 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18306 (vc-rcs-checkout): Name space cleaned up. No more revision number
18307 crunching function names that are not prefixed with vc-rcs.
18308 (vc-rcs-checkout-model): Function added. References to
18309 `vc-checkout-model' replaced.
18310
18311 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18312
18313 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18314 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18315 still need to be split, and implemented for RCS).
18316
18317 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18318
18319 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18320
18321 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18322 required by the vc.el file.
18323
18324 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18325 required by the vc.el file.
18326 (vc-rcs-exists): Function added.
18327
18328 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18329 required by the vc.el file.
18330
18331 * vc.el (vc-admin): Updated to handle selection of appropriate
18332 backend. Current implementation is crufty and need re-thinking.
18333
18334 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18335
18336 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18337
18338 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18339 beginning of annotate buffers correctly.
18340
18341 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18342 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18343 functionality updated quite a lot to support multiple backends.
18344 Variables `vc-annotate-mode', `vc-annotate-buffers',
18345 `vc-annotate-backend' added.
18346
18347 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18348 `vc-annotate-difference' added to supported backend functions.
18349
18350 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18351
18352 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18353 Use with-temp-file instead of /bin/sh. Merged from mainline
18354
18355 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18356
18357 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18358
18359 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18360
18361 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18362
18363 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18364
18365 * vc-hooks.el: vc-state-heuristic added to
18366 vc-backend-hook-functions.
18367
18368 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18369
18370 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18371
18372 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18373 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18374 state to `reserved'.
18375
18376 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18377 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18378
18379 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18380
18381 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18382 untouched.
18383
18384 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18385
18386 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18387 if defined. (Merged from main line, slightly adapted.)
18388
18389 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18390 millenium problem (merged from mainline).
18391
18392 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18393
18394 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18395 part and moved the non-BACKEND stuff to vc.el.
18396
18397 * vc.el: Split the annotate feature into a BACKEND specific part
18398 and moved it from the vc-cvs.el file to this one.
18399
18400 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18401
18402 * vc-hooks.el: Implement new state model.
18403 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18404 (vc-locking-user): Simplify. Now only needed if the file is
18405 locked by somebody else.
18406 (vc-lock-from-permissions): Remove. Functionality is in
18407 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18408 (vc-mode-line-string): New name for former vc-status. Adapted.
18409 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18410
18411 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18412 Various simplifications and adaptations all over the place.
18413
18414 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18415 Simplify and adapt the rest.
18416
18417 * vc.el (vc-resynch-window): Add TODO comment: check for
18418 interaction with view mode according to recent RCS change.
18419 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18420
18421 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18422
18423 * vc.el: Convert the remaining function comments to docstrings.
18424
18425 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18426
18427 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18428 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18429 (vc-minor-part, vc-previous-version): Functions that operate and
18430 compare revision numbers got proper documentation. Comments added
18431 about their possible removal.
18432
18433 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18434
18435 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18436 the vc-backend.el files.
18437
18438 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18439
18440 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18441 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18442 (vc-rcs-previous-version): Functions added.
18443
18444 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18445
18446 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18447
18448 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18449
18450 * vc-hooks.el (vc-master-templates): Is really obsolete.
18451 Comment out the definition for now. What is the right procedure
18452 to get rid of it?
18453 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18454 rewritten.
18455 (vc-default-registered): Remove.
18456 (vc-check-master-templates): New function; does mostly what the
18457 above did before.
18458 (vc-locking-user): Don't rely on the backend to set the property.
18459
18460 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18461 Rewrite documentation.
18462 (vc-rcs-templates-grabbed): New variable.
18463 (vc-rcs-grab-templates): New function.
18464 (vc-rcs-registered): Rewrite to use above mechanism.
18465
18466 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18467 Rewrite documentation.
18468 (vc-sccs-templates-grabbed): New variable.
18469 (vc-sccs-grab-templates): New function.
18470 (vc-sccs-registered): Rewrite to use above mechanism.
18471 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18472 Don't throw the result, simply return it.
18473
18474 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18475 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18476 (vc-cvs-registered): Does the check itself now. Simplify.
18477
18478 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18479 from main line.
18480
18481 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18482
18483 * vc-cvs.el (vc-cvs-diff): New function.
18484
18485 * vc-sccs.el (vc-sccs-diff): New function.
18486
18487 * vc-rcs.el (vc-rcs-diff): New function.
18488 (vc-rcs-checkout): Bug (typo) found and fixed.
18489 (vc-rcs-register-switches): New variable.
18490
18491 * vc.el (vc-backend-diff): Function removed and placed in the
18492 backend files.
18493
18494 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18495
18496 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18497
18498 * vc.el (vc-backend-checkout): Function removed and replaced in
18499 the vc-backend.el files.
18500
18501 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18502
18503 * vc.el (vc-backend-admin): Removed and replaced in the
18504 vc-backend.el files.
18505
18506 * vc.el (Martin): Removed all the annotate functionality since it
18507 is CVS backend specific.
18508
18509 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18510
18511 * spec.txt: Added specification of vc-state.
18512
18513 * vc-sccs-hooks.el (vc-sccs-master-properties):
18514 Remove handling of vc-latest-version and
18515 vc-your-latest-version. What used to be vc-latest-version, is now
18516 returned as vc-workfile-version.
18517 (vc-sccs-workfile-version): Adapt.
18518
18519 2000-09-04 Dave Love <fx@gnu.org>
18520
18521 * vc.el: [Merged from mainline.]
18522 (vc-dired-mode): Make the dired-move-to-filename-regexp
18523 regexp match the date, to avoid treating date as file size.
18524 Add YYYY S option to WESTERN/
18525
18526 2000-09-04 Dave Love <fx@gnu.org>
18527
18528 * vc.el: Require `compile' when compiling.
18529 (vc-logentry-check-hook): New option.
18530 (vc-steal-lock): Use compose-mail.
18531 (vc-dired-mode-map): Defvar when compiling.
18532 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18533 vc-sccs.el and renamed. Callers changed.
18534 (vc-backend-checkout, vc-backend-logentry-check)
18535 (vc-backend-merge-news): Doc fix.
18536 (vc-default-logentry-check): New function.
18537 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18538 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18539 (vc-backend-merge): Doc fix. Use backend functions.
18540 (vc-check-headers): Use backend functions.
18541
18542 * vc-cvs.el: Require vc when compiling.
18543 (vc-cvs-register-switches): Doc fix.
18544 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18545 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18546 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18547 New functions (code from vc.el).
18548 (vc-annotate-display-default): Fix interactive spec.
18549 (vc-annotate-time-span): Doc fix.
18550
18551 * vc-rcs.el: Require vc when compiling.
18552 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18553 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18554 (vc-rcs-checkin): New functions (code from vc.el).
18555 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18556 Doc fix.
18557 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18558
18559 * vc-sccs.el: Require vc when compiling.
18560 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18561 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18562 (vc-sccs-revert)
18563 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18564 from vc.el).
18565 (vc-sccs-add-triple, vc-sccs-record-rename)
18566 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18567 (vc-sccs-admin): Doc fix.
18568
18569 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18570
18571 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18572 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18573 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18574 from vc.el.
18575
18576 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18577
18578 * vc-cvs.el: Moved the annotate functionality from vc.el.
18579 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18580
18581 2000-09-04 Dave Love <fx@gnu.org>
18582
18583 * vc.el (vc-backend-release): Call vc-system-release.
18584
18585 * vc-sccs.el (vc-sccs-system-release):
18586 Renamed from vc-sccs-backend-release.
18587
18588 * vc-rcs.el (vc-rcs-system-release):
18589 Renamed from vc-rcs-backend-release.
18590
18591 * vc-cvs.el (vc-cvs-system-release):
18592 Renamed from vc-cvs-backend-release.
18593
18594 2000-09-04 Dave Love <fx@gnu.org>
18595
18596 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18597 backend files.
18598 (vc-backend-release): Dispatch to backend functions.
18599 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18600 probably needs attention.]
18601
18602 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18603 (vc-sccs-backend-release): New function.
18604
18605 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18606 (vc-cvs-backend-release): New function.
18607
18608 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18609 Doc fix.
18610 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18611 (vc-default-dired-state-info): New function.
18612 (vc-dired-state-info): Dispatch to backends.
18613 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18614
18615 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18616 from vc.el and renamed.
18617
18618 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18619
18620 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18621 (vc-version-other-window, vc-backend-assign-name): Removed
18622 references to vc-latest-version; sometimes changed into
18623 vc-workfile-version.
18624
18625 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18626 vc-rcs-master-workfile-version.
18627 (vc-rcs-workfile-version): Use the above. Don't call
18628 vc-latest-version (that was unreachable code, anyway).
18629 (vc-rcs-fetch-master-properties): Doc fix.
18630
18631 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18632 (vc-backend-hook-functions): Removed them from this list, too.
18633 (vc-fetch-properties): Removed.
18634 (vc-workfile-version): Doc fix.
18635
18636 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18637 (vc-rcs-workfile-version, vc-rcs-locking-user)
18638 (vc-rcs-uses-locking): Use it.
18639
18640 * vc-hooks.el (vc-consult-rcs-headers):
18641 Moved into vc-rcs-hooks.el, under the name
18642 vc-rcs-consult-headers.
18643
18644 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18645 headers.
18646 (vc-cvs-find-master): Use this name only; correct different
18647 versions of the name.
18648
18649 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18650 New functions.
18651 (vc-sccs-locking-user): Use the latter.
18652
18653 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18654 New functions.
18655
18656 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18657 Moved into both
18658 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18659 functions are implementation details of those two backends.
18660
18661 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18662
18663 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18664 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18665
18666 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18667 (vc-sccs-parse-locks): SCCS-specific code moved here from
18668 vc-hooks.
18669
18670 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18671 code moved here from vc-hooks.
18672
18673 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18674 into back-end specific parts and removed. Callers not updated
18675 yet; because I guess these callers will disappear into back-end
18676 specific files anyway.
18677
18678 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18679
18680 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18681 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18682 `vc-uses-locking'.
18683
18684 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18685 Store yes/no in the property, and return t/nil. Updated all
18686 callers.
18687
18688 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18689 vc-sccs-uses-locking. Don't set property.
18690 (vc-sccs-locking-user): Don't set property.
18691
18692 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18693 vc-cvs-uses-locking. Don't set property here; leave that to
18694 vc-hooks.
18695 (vc-cvs-locking-user): Reflect above change. Streamlined.
18696
18697 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18698 vc-rcs-uses-locking.
18699 (vc-rcs-locking-user): Reflect above change.
18700
18701 2000-09-04 Dave Love <fx@gnu.org>
18702
18703 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18704
18705 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18706
18707 * vc-hooks.el (vc-checkout-model): Punt to backends.
18708
18709 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18710
18711 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18712
18713 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18714 New functions.
18715
18716 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18717 New functions.
18718
18719 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18720 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18721
18722 * vc-hooks.el (vc-default-locking-user): New function.
18723 (vc-locking-user, vc-workfile-version): Punt to backends.
18724
18725 2000-09-04 Dave Love <fx@gnu.org>
18726
18727 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18728 (vc-master-workfile-version): Moved from vc-hooks.
18729
18730 * vc-rcs-hooks.el: Fix duplicate code in last change.
18731
18732 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18733 (vc-rcs-master-templates): Improve :type.
18734 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18735 vc-master-workfile-version): Moved from vc-hooks.
18736
18737 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18738 (vc-sccs-master-templates): Improve :type.
18739 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18740
18741 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18742
18743 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18744 (vc-cvs-master-templates): Improve :type. Use
18745 vc-cvs-find-cvs-master.
18746 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18747 from vc-hooks.
18748 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18749
18750 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18751 Moved to vc-cvs-hooks.
18752
18753 * vc-hooks.el: Add doc strings in various places. Simplify the
18754 minor mode setup.
18755 (vc-handled-backends): New user variable.
18756 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18757 simplification.
18758
18759 2000-09-04 Dave Love <fx@gnu.org>
18760
18761 * vc.el: Some doc fixes for autoloaded and interactive functions.
18762 Fix compilation warnings from ediff stuff.
18763 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18764
18765 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18766
18767 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18768
18769 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18770
18771 2000-09-04 Dave Love <fx@gnu.org>
18772
18773 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18774 New variable.
18775 (vc-make-backend-function, vc-loadup, vc-call-backend)
18776 (vc-backend-defines): New functions.
18777
18778 * vc-hooks.el: Various doc fixes.
18779 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18780 (vc-match-substring): Function removed. Callers changed to use
18781 match-string.
18782 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18783 Simplify.
18784
18785 2000-09-04 Dave Love <fx@gnu.org>
18786
18787 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18788 type.
18789 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18790 (vc-sccs-registered): Doc fix.
18791
18792 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18793 (vc-cvs-registered): Doc fix.
18794
18795 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18796 (vc-rcs-registered): Doc fix.
18797
18798 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18799
18800 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18801
18802 * vc-hooks.el: vc-registered has been renamed
18803 vc-default-registered. Some functions have been moved to the
18804 backend specific files. they all support the
18805 vc-BACKEND-registered functions.
18806
18807 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18808
18809 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18810
18811 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18812
18813 2000-09-04 Dave Love <fx@gnu.org>
18814
18815 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18816 menu-bar-update-hook.
18817
18818 * help.el (help-manyarg-func-alist): Add
18819 find-operation-coding-system.
18820
18821 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18822
18823 * custom.el (custom-set-variables): Print message about errors in
18824 setting.
18825
18826 2000-09-03 Andrew Innes <andrewi@gnu.org>
18827
18828 * makefile.w32-in: Change to DOS line endings.
18829
18830 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18831
18832 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18833 minor-mode keymaps, if they don't have one.
18834
18835 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18836
18837 * eshell/esh-module.el (eval-when-compile): Don't lose if
18838 esh-module.el's file name is truncated to DOS 8+3 limits.
18839
18840 2000-09-01 John Wiegley <johnw@gnu.org>
18841
18842 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18843 predicate, which caused entries in the completion list to be
18844 doubled.
18845
18846 2000-08-30 John Wiegley <johnw@gnu.org>
18847
18848 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18849 sending to subprocesses. Also, hook pre-command-hook if
18850 `eshell-send-direct-to-subprocesses' is non-nil.
18851 (eshell-send-direct-to-subprocesses): New config variable. If t,
18852 subprocess input is send immediately.
18853 (eshell-toggle-direct-send): New function.
18854 (eshell-self-insert-command): New function.
18855 (eshell-intercept-commands): New function.
18856 (eshell-send-input): If direct subprocess sending is enabled,
18857 don't echo any input to the Eshell buffer. Let the subprocess
18858 handle that. This requires "stty echo" in bash, for example.
18859
18860 2000-08-28 John Wiegley <johnw@gnu.org>
18861
18862 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18863 completion function for Eshell's implementation of `unset'.
18864
18865 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18866
18867 * info.el (Info-directory-list): Doc fix.
18868
18869 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18870
18871 * filecache.el (file-cache-add-directory-using-find): Don't quote
18872 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18873
18874 2000-08-31 Kenichi Handa <handa@etl.go.jp>
18875
18876 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18877 coding systems.
18878
18879 2000-08-30 Andrew Innes <andrewi@gnu.org>
18880
18881 * timer.el (run-with-idle-timer): Undo last change, so that timer
18882 is not activated immediately if Emacs is already idle. Some
18883 existing code relies on this behaviour.
18884
18885 2000-08-30 Miles Bader <miles@gnu.org>
18886
18887 * frame.el (set-frame-font): Do completion of font-name for
18888 interactive use.
18889
18890 2000-08-30 Kenichi Handa <handa@etl.go.jp>
18891
18892 * international/quail.el (quail-start-translation): Bind locally
18893 last-command-event, last-command, and this-command.
18894 (quail-start-conversion): Likewise.
18895 (quail-self-insert-command): Fix docstring.
18896
18897 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18898
18899 * progmodes/executable.el
18900 (executable-make-buffer-file-executable-if-script-p): Check that
18901 buffer contains at least 2 characters.
18902
18903 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18904
18905 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18906
18907 2000-08-29 Dave Love <fx@gnu.org>
18908
18909 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18910 (diff-mode-shared-map): Bind mouse-2.
18911 (diff-imenu-generic-expression): New variable.
18912 (diff-mode): Use it.
18913
18914 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18915 (mouse-popup-menubar): Add minor mode menus.
18916 (popup-menu): Check for lookup-key returning number.
18917
18918 2000-08-29 Miles Bader <miles@gnu.org>
18919
18920 * comint.el (comint-send-input): Create overlays using the proper
18921 front/read-advance arguments.
18922
18923 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18924
18925 * ps-print.el: Even/odd pages printing. Doc fix.
18926 (ps-print-version): New version number (6.0).
18927 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18928 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18929 (ps-print-duplex-feature): Variable eliminated.
18930 (ps-even-or-odd-pages): New variable.
18931
18932 * progmodes/ebnf2ps.el: Doc fix.
18933 (ebnf-version): New version (3.3).
18934 (ebnf-user-arrow): Change variable customization to sexp.
18935 (ebnf-user-arrow): Function eliminated.
18936 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18937
18938 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18939
18940 * help.el (help-xref-mule-regexp): New variable.
18941 (help-make-xrefs): Handle help-xref-mule-regexp.
18942
18943 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18944 variable.
18945 (describe-input-method): Temporarily activate the specfied input
18946 method to display the information.
18947 (describe-language-environment): Hyperlinks to mule related items.
18948
18949 * international/mule-diag.el (charset-multibyte-form-string): New
18950 function.
18951 (list-character-sets-1): Use charset-multibyte-form-string.
18952 (describe-character-set): New function.
18953 (describe-coding-system): Hyperlinks to safe character sets.
18954
18955 * international/quail.el (quail-help): New arg PACKAGE.
18956 Hyperlinks to mule related items.
18957 (quail-help-insert-keymap-description): Use
18958 substitute-command-keys instead of describe-bindings.
18959 (quail-translation-help): Hyperlinks to mule related items.
18960
18961 2000-08-28 John Wiegley <johnw@gnu.org>
18962
18963 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18964 have a defsubst call itself. Made `eshell-flatten-list' back into
18965 a function again.
18966
18967 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18968 catch, in case re-centering point at bottom messes up the display.
18969 This happens frequently in Emacs 21, due I believe to variable
18970 line heights.
18971
18972 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18973 to call `find-tag-interactive'.
18974
18975 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18976 the list of remember directories.
18977
18978 2000-08-28 John Wiegley <johnw@gnu.org>
18979
18980 * align.el: Test align-region-separate to see if it's a symbol.
18981
18982 2000-08-28 John Wiegley <johnw@gnu.org>
18983
18984 * eshell/esh-util.el (eshell-flatten-list): Made this function
18985 into a defsubst form. It gets used very frequently, although
18986 calls don't occur all that often.
18987
18988 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18989 examining it.
18990
18991 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18992 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18993 `eshell-protect'.
18994 (eshell-copy-handles): Created a new macro for duplicating the
18995 current set of open handles. This is needed by the looping
18996 functions.
18997 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18998 is not incorrectly stomped on.
18999
19000 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19001 declaration for pcomplete-use-paring.
19002 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19003 value of eshell-cmpl-use-paring.
19004 * pcomplete.el (pcomplete-use-paring): New config variable, to
19005 indicate whether paring should be used.
19006 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19007 completion alternatives that have already been used.
19008
19009 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19010 bound to C-c C-y, which will repeat the previous N arguments
19011 (based on prefix argument).
19012 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19013
19014 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19015 if there is no *Help* buffer. This is for XEmacs, which renames
19016 its help buffers uniquely. TODO: Find out what the current buffer
19017 name to delete is.
19018
19019 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19020 first entry that correlates to a passwd/group number. Later
19021 entries (used for group/user name aliasing to multiple IDs) are
19022 ignored.
19023
19024 * eshell/em-xtra.el (eshell/expr):
19025 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19026 (eshell-grep, eshell/diff, eshell/locate):
19027 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19028 argument list, before passing it to the system command.
19029
19030 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19031 `find-tag' for use at final position in Eshell buffers (which
19032 otherwise triggers an error on Emacs 21).
19033 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19034 buffer, if it is currently bound to `find-tag'.
19035
19036 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19037 in the list of matched Makefile names.
19038 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19039 directory, prefer its contents to Makefile.
19040
19041 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19042 directory parts (like "cd old new", or "cd =regexp"), are now case
19043 sensitive on non-Windows/DOS platforms.
19044
19045 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19046 types RET after an open delimiter (like "), display a message
19047 indicating that Eshell is waiting for the closing delimiter.
19048
19049 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19050 environment variables.
19051
19052 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19053 gracefully if the user enters incorrect arguments.
19054
19055 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19056 Eshell buffers.
19057
19058 * eshell/esh-var.el (eshell-interpolate-variable):
19059 * eshell/esh-mode.el (eshell-move-argument):
19060 * eshell/em-unix.el (eshell-du-sum-directory):
19061 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19062 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19063 (not (= ...)).
19064
19065 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19066 to ensure the `preserve' flag gets propagated when doing recursive
19067 directory copies.
19068
19069 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19070
19071 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19072 Don't convert \n into \0177 in memory.
19073 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19074 and back again, when reading and writing.
19075
19076 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19077
19078 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19079 testing of `fboundp' on `processp'.
19080
19081 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19082 (eshell/jobs): Don't call process-list if it is not bound.
19083 (eshell-gather-process-output): Support systems where async
19084 subprocesses aren't supported.
19085 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19086 variables.
19087
19088 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19089 eshell-do-eval returns t.
19090 (eshell-do-pipelines-synchronously): New defmacro.
19091 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19092 when async subprocesses aren't supported.
19093 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19094 if async subprocesses aren't supported.
19095 (eshell-resume-command): Don't assume STATUS is a string.
19096
19097 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19098
19099 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19100 (eshell-close-target, eshell-get-target): Use eshell-processp.
19101 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19102 fix.
19103 (eshell-get-target, eshell-create-handles): Doc fix.
19104
19105 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19106
19107 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19108 criterion to include commands that output something, as long as it
19109 leaves both the command and the end-of-buffer visible when the
19110 command has exited.
19111 (eshell-review-quick-commands): Adjust the help doc string
19112 accordingly.
19113
19114 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19115
19116 * locate.el (locate): Cleaned up locate command's interactive prompting
19117 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19118
19119 * filecache.el (file-cache-case-fold-search): New variable
19120 (file-cache-assoc-function): New variable
19121 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19122 Use file-cache-case-fold-search variable
19123 (file-cache-add-file): Use file-cache-assoc-function
19124 (file-cache-delete-file): likewise
19125 (file-cache-directory-name): likewise
19126 (file-cache-debug-read-from-minibuffer): likewise
19127
19128 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19129
19130 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19131 (abbrev-table-name): New function.
19132 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19133 If non-nil list local abbrev, only.
19134
19135 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19136
19137 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19138 from Gnus support code, and use special article copy buffer
19139 `(gnus-original-article-buffer)' instead. This allows to get rid
19140 of article-hide-headers usage (which breaks in the latest Gnus
19141 version). Thanks to Detlev Zundel.
19142
19143 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19144
19145 * international/quail.el (quail-use-package): Hide "... loaded"
19146 message.
19147 (quail-start-translation, quail-start-conversion): Likewise.
19148
19149 * international/kkc.el (kkc-region): Hide "... loaded" message.
19150
19151 2000-08-27 Dave Love <fx@gnu.org>
19152
19153 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19154
19155 2000-08-27 Miles Bader <miles@gnu.org>
19156
19157 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19158
19159 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19160
19161 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19162 'ja-dic-cnv), not (require 'skkdic-cnv).
19163
19164 2000-08-26 Miles Bader <miles@gnu.org>
19165
19166 * faces.el (face-x-resources): Add entry for :inherit.
19167 * cus-face.el (custom-face-attributes): Add support for :inherit
19168 attribute. Add support for relative face heights.
19169 (custom-face-attributes-get): Treat `nil' as being a default value
19170 for :inherit (as well as `unspecified').
19171
19172 * faces.el (set-face-attribute): Update doc string.
19173 (face-attribute-name-alist): Add :inherit.
19174 (face-valid-attribute-values): Handle :inherit.
19175 (face-read-string): Rephrase prompt to be less confusing.
19176 Assume that DEFAULT is a string, since we must return a string.
19177 (face-read-integer): Use `format' to turn DEFAULT into an
19178 acceptable default for face-read-string. Match NEW-VALUE against
19179 the string "unspecified", not the symbol `unspecified', since
19180 that's what face-read-string returns.
19181 (read-face-attribute): Lookup a name for old-value in valid, and
19182 use it as a default if we find one. Treat all values from
19183 face-read-string as strings. If the default is used, don't do any
19184 more processing on the value, just use the old value directly.
19185 (read-face-and-attribute, modify-face): Tweak prompt.
19186 (read-face-name): Don't assume prompt ends with a space.
19187
19188 * faces.el (describe-face): Add support for :inherit attribute.
19189
19190 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19191
19192 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19193 concat doesn't accept interger.
19194
19195 * international/kkc.el: Remove SKK from Keywords. Require
19196 ja-dic-utl instead of skkdic-utl.
19197
19198 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19199 Provide ja-dic-cnv instead of skkdic-cnv.
19200 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19201 (iso-2022-7bit-short): Add safe-charsets property.
19202 (skkdic-convert-postfix): Search Japanese chou-on character in
19203 addition to Hiragana character.
19204 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19205 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19206 (batch-skkdic-convert): Likewise.
19207
19208 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19209 Provide ja-dic-utl instead of skkdic-utl.
19210 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19211
19212 2000-08-24 Dave Love <fx@gnu.org>
19213
19214 * disp-table.el (standard-display-default): Make the test of `l'
19215 useful.
19216
19217 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19218 mod sample text.
19219
19220 * international/iso-ascii.el: Make pilcrow convenient string
19221 consistent with section.
19222 (iso-ascii-display): Set up multibyte characters as well as
19223 unibyte.
19224
19225 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19226
19227 * international/mule-cmds.el (reset-language-environment): Set
19228 default-process-coding-system to '(undecided . iso-latin-1), which
19229 makes process I/O almost consistent with file I/O. Call this
19230 function when mule-cmds.el[c] is loaded.
19231
19232 2000-08-22 Andrew Innes <andrewi@gnu.org>
19233
19234 * makefile.w32-in: New file.
19235
19236 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19237
19238 * comint.el (comint-output-filter): Compare end of
19239 comint-last-output-overlay with the start of the newly inserted
19240 text, not the end, when deciding whether to extend it.
19241 Set saved-point's insertion type to advance after insertion.
19242
19243 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19244 since this is now done independently of font-lock mode.
19245
19246 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19247
19248 * server.el (server-kill-new-buffers): New user option.
19249 (server-existing-buffer): New buffer-local variable.
19250 (server-visit-files): When using an existing buffer, set
19251 server-existing-buffer to t.
19252 (server-buffer-done): If server-kill-new-buffers is t, kill the
19253 buffer, unless it was already present before visiting it with
19254 Emacs server.
19255
19256 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19257
19258 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19259 even if the display doesn't support colors: some displays will
19260 support bold/underline faces.
19261
19262 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19263
19264 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19265
19266 * startup.el (command-line): If user's init file had an error,
19267 add explanatory text to *Messages*.
19268
19269 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19270
19271 * man.el (Man-getpage-in-background): Decode the process output by
19272 the system locale coding system.
19273
19274 2000-08-20 Dave Love <fx@gnu.org>
19275
19276 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19277 Don't test x-popup-menu.
19278 (function) <complete-function>: Complete only fbound symbols.
19279 <validate, value>: New.
19280 (variable) <complete-function>: Complete only bound symbols.
19281 (coding-system): Add :base-only, :complete-function, :validate,
19282 :value, :prompt-match.
19283 (widget-coding-system-prompt-value): Use read-coding-system and
19284 act on :base-only.
19285 (editable-field): Add :help-echo.
19286 (widget-push-button-gui, widget-push-button-cache)
19287 (widget-gui-action, widget-editable-list-gui): COmment out, along
19288 with uses.
19289 (widget-at): Make arg optional.
19290 (widget-echo-help): Adjust for current help-echo calling sequence.
19291 (widget-specify-field, widget-specify-button)
19292 (widget-specify-insert, widget-get-sibling, widget-image-find)
19293 (widget-convert, widget-insert, widget-leave-text)
19294 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19295 (widget-setup, widget-field-find, widget-before-change)
19296 (widget-after-change, widget-default-complete)
19297 (widget-default-create, widget-default-delete)
19298 (widget-push-button-value-create, editable-field)
19299 (widget-field-prompt-value, widget-field-validate)
19300 (widget-choice-value-create, widget-choice-action)
19301 (widget-choice-validate, widget-checklist-add-item)
19302 (widget-radio-add-item, widget-radio-chosen)
19303 (widget-radio-value-inline, widget-editable-list-value-create)
19304 (widget-editable-list-entry-create)
19305 (widget-documentation-link-add)
19306 (widget-documentation-string-value-create)
19307 (widget-regexp-validate, widget-file-complete)
19308 (widget-sexp-validate, widget-plist-convert-widget)
19309 (widget-plist-convert-widget, widget-alist-convert-widget)
19310 (widget-alist-convert-widget, widget-color-complete): Simplify,
19311 particularly to avoid bindings which aren't optimized out.
19312
19313 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19314 Doc fix.
19315 (down-list, backward-up-list, up-list, kill-sexp)
19316 (backward-kill-sexp, mark-sexp): Make arg optional.
19317 (lisp-complete-symbol): Add optional arg PREDICATE.
19318
19319 * cus-start.el: Add display-buffer-reuse-frames,
19320 file-coding-system-alist.
19321
19322 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19323
19324 * startup.el (command-line): Clear realized faces after
19325 modifying TTY color mappings.
19326
19327 2000-08-20 Miles Bader <miles@gnu.org>
19328
19329 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19330 merely a subset of FACE's attributes.
19331
19332 2000-08-19 Miles Bader <miles@gnu.org>
19333
19334 * comint.el (comint-output-filter): Save the point with a marker,
19335 not just a buffer position.
19336
19337 * international/mule.el (set-buffer-process-coding-system): Make
19338 interactive prompt less confusing.
19339
19340 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19341
19342 * hilit-chg.el: General cleanup of doc strings, comments and
19343 code formatting.
19344
19345 2000-08-19 Miles Bader <miles@gnu.org>
19346
19347 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19348 Compiler macro removed; beginning-of-line is no longer always
19349 equivalent to forward-line, in the presence of fields.
19350
19351 * comint.el (comint-output-filter): Remove ad-hoc saving of
19352 restriction, and just use save-restriction, now that it works
19353 correctly. Don't adjust comint-last-input-start to account for
19354 our insertion; it shouldn't have moved because we don't use
19355 insert-before-markers anymore. Comment out call to
19356 `force-mode-line-update'; why is it here?
19357
19358 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19359 while checking for prompt to delete. Use `forward-line 0'
19360 instead of beginning-of-line.
19361 (gud-filter): Temporarily widen gud comint buffer while
19362 examining output.
19363
19364 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19365
19366 * progmodes/sh-script.el: Big bag of typos.
19367
19368 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19369 check since ispell-process is not bound when ispell is not yet loaded.
19370
19371 2000-08-18 Dave Love <fx@gnu.org>
19372
19373 * image.el (find-image): Copy `spec' before using plist-put.
19374
19375 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19376
19377 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19378 `portugues'.
19379
19380 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19381 backward-kill-sexp, analogous to kill-sexp.
19382
19383 * progmodes/icon.el (icon-indent-line)
19384 (icon-is-continuation-line): Handle comments specially.
19385
19386 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19387
19388 * ispell.el: Set to standard author/maintainer/keyword fields.
19389 Fine tuning to menu map appearance and operation, and added help.
19390 Remove `start' and `end' error messages when compiling.
19391 (ispell-choices-win-default-height): Fixed comment string.
19392 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19393 castellano8 dictionaries.
19394 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19395 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19396 dictionary, added italiano dictionary.
19397 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19398 word character
19399 (ispell-tex-skip-alists): Added psfig support.
19400 (ispell-skip-html): Renamed from ispell-skip-sgml.
19401 (ispell-begin-skip-region-regexp, ispell-skip-region)
19402 (ispell-minor-check): Improved html skipping support to skip across
19403 code, and recognize `&' commands without propper `;' syntax;
19404 (ispell-process-line): Fix alignment error when manually
19405 correcting spelling.
19406 (ispell): Fix comment string.
19407 (ispell-add-per-file-word-list): Always put word list on new line.
19408
19409 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19410
19411 * format.el (format-encode-run-method): Fix error message to say
19412 `encode' instead of `decode'. Use save-window-excursion around
19413 shell-command-on-region as in format-decode-run-method because
19414 shell-command-on-region can display a buffer with error output.
19415 (format-decode): Don't record undo information for the decoding.
19416 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19417 that number part of the temporary buffer name so that more than
19418 one decoding using a temporary buffer can happen safely.
19419
19420 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19421 of `A-z' in the regexp.
19422
19423 * hilit-chg.el: Fix typos in commentary.
19424
19425 * help.el (view-emacs-news): Rewritten for new naming scheme
19426 for old NEWS files.
19427
19428 * startup.el (command-line): Pop to *Messages* in case an error
19429 is signaled while loading user-init-file.
19430
19431 2000-08-17 Andreas Schwab <schwab@suse.de>
19432
19433 * files.el (insert-directory): Don't lose original file name,
19434 undoing an undocumented change.
19435
19436 2000-08-17 Alex Schroeder <alex@gnu.org>
19437
19438 * sql.el (sql-magic-go): Use comint-bol.
19439 (sql-copy-column): Use comint-line-beginning-position.
19440 (comint-line-beginning-position): Define a replacement for
19441 comint-line-beginning-position if it is not fboundp.
19442
19443 2000-08-17 Alex Schroeder <alex@gnu.org>
19444
19445 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19446 it didn't have any effect anyway.
19447
19448 2000-08-17 Alex Schroeder <alex@gnu.org>
19449
19450 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19451 --pset and pager=off instead of sending \\o|cat at the beginning
19452 of the session.
19453
19454 2000-08-17 Miles Bader <miles@gnu.org>
19455
19456 * progmodes/octave-inf.el: Add compatibility definition of
19457 comint-line-beginning-position.
19458
19459 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19460
19461 * startup.el (normal-top-level): Look in each dir in load-path for
19462 a leim-list.el file too. This assures of loading leim-list.el
19463 that is created at Emacs installation time even if a user have his
19464 own leim-list.el.
19465
19466 2000-08-17 Miles Bader <miles@gnu.org>
19467
19468 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19469 foreground color to black if the background is dark.
19470
19471 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19472
19473 * loadhist.el (unload-feature): Typo.
19474
19475 * finder.el (finder-compile-keywords):
19476 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19477 to the generated file.
19478
19479 * mail/mh-e.el (mh-make-local-vars):
19480 Replace make-variable-buffer-local with make-local-variable.
19481
19482 * play/landmark.el:
19483 * options.el (Edit-options-{set,toggle,t,nil}):
19484 * mail/mailabbrev.el (mail-abbrevs-mode):
19485 * textmodes/tex-mode.el (tex-expand-files):
19486 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19487
19488 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19489
19490 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19491 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19492 Allow going past the last element.
19493 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19494 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19495 (cvs-mouse-toggle-mark): Don't move point.
19496 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19497
19498 * progmodes/compile.el (grep): Provide a default set of files.
19499 (next-error): Docstring fix.
19500 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19501
19502 * emacs-lisp/easy-mmode.el (define-minor-mode):
19503 Use `symbol-value' to keep the byte-compiler quiet.
19504
19505 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19506 (diff-find-source-location): New fun, extracted from diff-goto-source.
19507 (diff-goto-source): Use it.
19508 (diff-next-complex-hunk, diff-filter-lines): New function.
19509 (diff-apply-hunk): New command.
19510
19511 * smerge-mode.el (smerge-mode-menu): Doc fix.
19512
19513 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19514
19515 2000-08-16 Dave Love <fx@gnu.org>
19516
19517 * windmove.el (windmove) <defgroup>: Add :version.
19518
19519 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19520 (goto-address-fontify-p, goto-address-highlight-p)
19521 (goto-address-url-face, goto-address-url-mouse-face)
19522 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19523 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19524 (goto-address-fontify, goto-address-at-mouse): Simplify,
19525 (goto-address-at-point): browse-url-url-at-point,
19526 goto-address-find-address-at-point can return nil.
19527 (goto-address-find-address-at-point): Return nil on failure.
19528
19529 * align.el (align) <defgroup>: Add :version.
19530
19531 * calculator.el (calculator): Add :version.
19532 (calculator): Use two lines for calculator window if `modeline'
19533 face is boxed.
19534
19535 * play/5x5.el: Doc fixes.
19536 (5x5) <defgroup>: Add :version.
19537
19538 * play/fortune.el (fortune) <defgroup>: Add :version.
19539 (fortune-append): Fix error message.
19540 (fortune-from-region): Doc fix.
19541
19542 * play/pong.el (pong): Doc fix.
19543
19544 * play/morse.el: Keywords, commentary, autoloads.
19545
19546 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19547
19548 * desktop.el (desktop-save): Don't look at symbol-value of a
19549 member of minor-mode-alist, unless it is boundp.
19550
19551 2000-08-16 Sam Steingold <sds@gnu.org>
19552
19553 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19554 `while'; use `with-current-buffer' instead of `save-excursion'.
19555 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19556
19557 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19558
19559 * international/ccl.el (declare-ccl-program): Docstring modified.
19560 (ccl-execute-with-args): Likewise.
19561
19562 2000-08-16 Miles Bader <miles@gnu.org>
19563
19564 * progmodes/sql.el: Add compatibility definition of
19565 comint-line-beginning-position.
19566
19567 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19568
19569 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19570 'buffer-menu' property.
19571 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19572 fails.
19573 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19574 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19575 wasn't killed.
19576
19577 * buff-menu.el (list-buffers-noselect): Don't display the
19578 *Buffer List* buffer.
19579
19580 * font-lock.el: Require jit-lock to prevent a very late
19581 `Loading jit-lock' message.
19582
19583 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19584 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19585 mail address.
19586
19587 2000-08-15 Miles Bader <miles@gnu.org>
19588
19589 * textmodes/ispell.el (ispell-graphic-p): New constant.
19590 (ispell-choices-win-default-height, ispell-help): Use
19591 `ispell-graphic-p' instead of `xemacsp'.
19592
19593 2000-08-15 Dave Love <fx@gnu.org>
19594
19595 * simple.el: Autoload widget-convert when compiling.
19596 (mail-user-agent): Doc fix.
19597
19598 * help.el (function-called-at-point, variable-at-point): Use
19599 with-syntax-table.
19600 (help-manyarg-func-alist): Add insert-and-inherit.
19601
19602 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19603
19604 * delsel.el (delsel-unload-hook): New function.
19605
19606 * find-file.el: Doc fixes. Move provide to end.
19607 (ff) <defgroup>: Add :link.
19608 (ff-goto-click): Deleted.
19609 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19610 Use mouse-set-point.
19611
19612 * textmodes/tildify.el: Doc fixes.
19613 (tildify) <defgroup>: Add:version.
19614
19615 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19616 (glasses-custom-set): Use set-default, not set.
19617 (minor-mode-alist): Propertize the lighter.
19618 (glasses-mode): Provide optional arg.
19619
19620 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19621 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19622 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19623 option. Provide :type.
19624 (cwarn-configuration): Provide :type.
19625 (cwarn-mode): Doc fix.
19626
19627 * add-log.el (change-log-merge): Doc fix.
19628 (change-log-redate): New command.
19629
19630 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19631 Doze and Dog.
19632 (browse-url): Use dolist, not mapcar.
19633 (browse-url-at-point): Check for null url.
19634 (browse-url-event-buffer, browse-url-event-point): Functions
19635 deleted.
19636 (browse-url-at-mouse, browse-url-netscape): Simplify.
19637
19638 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19639 modes.
19640 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19641 Fix previous change to mapcan.
19642 (msb--init-file-alist, msb--add-separators)
19643 (msb--make-keymap-menu): Simplify.
19644 (msb--choose-file-menu): Use copy-sequence.
19645 (msb-mode-map): Add title to keymap.
19646 (msb-unload-hook): New function.
19647
19648 * bs.el: Fix indentation.
19649 (bs) <defgroup>: Add :links.
19650 (bs-show): Doc fix.
19651 (bs-apply-sort-faces): Don't use window-system.
19652 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19653
19654 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19655
19656 * calendar/timeclock.el (timeclock-file): Run .timelog through
19657 convert-standard-filename.
19658
19659 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19660
19661 * emacs-lisp/authors.el: New file.
19662
19663 * paren.el (show-paren-priority): New user option.
19664 (show-paren-function): Set overlay priorities to
19665 show-paren-priority.
19666
19667 2000-08-14 Miles Bader <miles@gnu.org>
19668
19669 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19670 beginning-of-line with inhibit-field-text-motion bound.
19671
19672 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19673
19674 * calendar/timeclock.el: New file.
19675
19676 2000-08-14 David Ponce <david@dponce.com>
19677
19678 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19679 `widget-button-click'. so that one can use left mouse button to
19680 click on dialog buttons.
19681
19682 2000-08-14 Emmanuel Briot <briot@gnat.com>
19683
19684 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19685 identifiers, since XML is case sensitive
19686
19687 2000-08-12 Miles Bader <miles@gnu.org>
19688
19689 * comint.el (comint-output-filter): Don't bother frobbing
19690 window-start, it doesn't seem to be necessary.
19691
19692 * comint.el (comint-send-string, comint-send-region): Make into
19693 real functions. Snapshot the prompt before sending.
19694
19695 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19696
19697 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19698 technique similar to Info-index, instead of relying on specific
19699 names of relevant Index nodes.
19700 (Info-goto-emacs-command-node): Bind Info-history to nil when
19701 going to the first node found by Info-find-emacs-command-nodes.
19702
19703 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19704
19705 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19706
19707 2000-08-10 Miles Bader <miles@gnu.org>
19708
19709 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19710
19711 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19712
19713 * info.el (Info-file-list-for-emacs): More elements for the
19714 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19715 and woman manuals.
19716
19717 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19718
19719 * comint.el (comint-send-input): Make the newline boundary overlay
19720 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19721 (comint-output-filter): Use `insert' instead of
19722 `insert-before-markers'. Extend comint-last-output-overlay when
19723 necessary since we can't rely on insert-before-markers to do it.
19724 * gud.el (gud-filter): Use `with-current-buffer' instead of
19725 save-excursion when inserting the output, so that point gets
19726 updated correctly; the old method relied on a rather dodgy
19727 side-effect of comint-output-filter to avoid the effect of
19728 save-excursion.
19729
19730 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19731
19732 * files.el (recover-file): Call insert-directory instead of
19733 invoking `ls' directly.
19734
19735 2000-08-10 Miles Bader <miles@gnu.org>
19736
19737 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19738 (comint-last-prompt-overlay): New variables.
19739 (comint-output-filter): Implement prompt highlighting.
19740 (comint-snapshot-last-prompt): New function.
19741 (comint-send-input): Snapshot the last prompt.
19742 Use comint-highlight-input-face.
19743 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19744 Use defface instead of defcustom.
19745 (send-invisible, comint-send-eof): Snapshot the last prompt.
19746 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19747 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19748
19749 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19750
19751 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19752 (regexp-opt-group): Use a list of chars for `letters'.
19753 (regexp-opt-charset): `chars' is now a list of chars.
19754 Use a char-table rather than a vector so it works for multibyte chars.
19755
19756 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19757 Set cvs-minor-current-files to the selected fileinfo.
19758 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19759 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19760
19761 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19762
19763 * files.el (insert-directory): Don't call access-file on
19764 directories on DOS and Windows.
19765
19766 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19767
19768 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19769 longer if necessary.
19770 (ccl-embed-code): Call ccl-embed-data to store CODE in
19771 ccl-program-vector.
19772
19773 2000-08-09 Miles Bader <miles@gnu.org>
19774
19775 * comint.el (comint-output-filter): Properly handle the case where
19776 the text surrounded by comint-last-output-overlay was deleted.
19777
19778 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19779
19780 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19781 non-nil.
19782 (Info-file-list-for-emacs): Remove "info" from the list because
19783 that leads to trying to use the documentation from file `info'
19784 in various situations where it isn't appropriate, for instance
19785 C-h C-k C-h i.
19786
19787 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19788 DIR and/or STRING are nil.
19789
19790 * progmodes/compile.el (compilation-setup): Make variable
19791 compilation-error-screen-columns buffer-local, as some comment
19792 in the code suggests it should be.
19793
19794 * files.el (auto-mode-interpreter-regexp): New variable.
19795 (set-auto-mode): Use it.
19796
19797 * indent.el (indent-for-tab-command): Doc fix.
19798
19799 * mouse-sel.el (mouse-sel-mode): Doc fix.
19800
19801 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19802 labels.
19803
19804 * help.el (print-help-return-message): When
19805 display-buffer-reuse-frames is set, let the help window been quit,
19806 instead of deleting it, which might delete a reused frame.
19807
19808 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19809
19810 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19811 rename a directory to a name that differs only by its letter case.
19812
19813 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19814
19815 * international/quail.el (quail-define-rules): Handle Quail decode
19816 map correctly. Add code for supporting annotations.
19817 (quail-install-decode-map): New function.
19818 (quail-defrule-internal): New optional arguments decode-map and
19819 props.
19820 (quail-advice): New function.
19821
19822 2000-08-07 Sam Steingold <sds@gnu.org>
19823
19824 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19825 `defconst', `define-condition', `with-slots'.
19826 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19827
19828 2000-08-03 Miles Bader <miles@gnu.org>
19829
19830 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19831 New variable.
19832 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19833 comint-use-prompt-regexp-instead-of-fields.
19834 (comint-send-input): Add `input' field property to stuff we send to
19835 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19836 (comint-output-filter): Add `output' field property to process
19837 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19838 (comint-replace-by-expanded-history)
19839 (comint-get-old-input-default, comint-show-output)
19840 (comint-backward-matching-input, comint-forward-matching-input)
19841 (comint-next-prompt, comint-previous-prompt): Use field
19842 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19843 (comint-line-beginning-position): New function.
19844 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19845 (comint-replace-by-expanded-history-before-point): Use
19846 comint-line-beginning-position and line-end-position.
19847 (comint-last-output-overlay): New variable.
19848 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19849
19850 * shell.el (shell-prompt-pattern): Doc change.
19851 (shell-backward-command): Use line-beginning-position.
19852
19853 * gud.el (gud-gdb-complete-command): Use
19854 comint-line-beginning-position.
19855
19856 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19857 comint-bol doesn't actually go to the beginning of the line.
19858
19859 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19860 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19861 (try-expand-line-all-buffers): Likewise.
19862
19863 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19864 explicitly matching comint-prompt-regexp.
19865 (sql-copy-column): Use comint-line-beginning-position instead of
19866 explicitly matching comint-prompt-regexp.
19867
19868 * progmodes/octave-inf.el (inferior-octave-complete): Use
19869 comint-line-beginning-position.
19870
19871 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19872
19873 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19874 looking for a prompt, use `forward-line 0' instead of
19875 `beginning-of-line', to avoid getting caught by an input field.
19876
19877 2000-08-07 Gerd Moellmann <gerd@gnu.org>
19878
19879 * files.el (shell-quote-wildcard-pattern): Make sure to return
19880 PATTERN, in the Unix case.
19881
19882 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19883
19884 * play/zone.el (zone): Discard any pending input before running
19885 the randomly-chosen pgm.
19886
19887 2000-08-07 Kenichi Handa <handa@etl.go.jp>
19888
19889 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19890 checking the existence of any multibyte characters.
19891
19892 2000-08-06 Gerd Moellmann <gerd@gnu.org>
19893
19894 * help.el (describe-mode): Test minor-mode symbol for being
19895 bound before testing its value for being nil.
19896
19897 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19898 `first', `second', and `third'.
19899
19900 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19901 (second): Make it an alias for `cadr'.
19902
19903 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19904
19905 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19906 types of display support faces now.
19907
19908 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19909
19910 * pcvs.el (require): Require `cl' during compilation, only.
19911
19912 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19913 (toplevel): Remove `remq' and `remove' from autoloads.
19914 (cl-fake-autoloads): New variable. If set, arrange for an error
19915 when CL functions etc. are autoloaded.
19916
19917 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19918
19919 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19920
19921 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19922 popped up, but the user clicks outside the menu, return an empty
19923 regexp (that causes unhighlight-regexp to have no effect).
19924
19925 * menu-bar.el (menu-bar-games-menu): Add Zone.
19926
19927 * hi-lock.el (toplevel): Require font-lock.
19928
19929 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19930
19931 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19932 (ebnf-8-bit-chars): New var for bug fix.
19933 (ebnf-string): Bug fix.
19934
19935 2000-08-03 Sam Steingold <sds@gnu.org>
19936
19937 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19938 instead of `buffer-string'.
19939 (require 'cl): Always, not just when compiling.
19940 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19941 necessary.
19942
19943 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19944
19945 * international/mule-cmds.el (select-safe-coding-system): Make
19946 the message text about selecting a safe coding system more clear.
19947
19948 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19949
19950 * hi-lock.el: New file.
19951
19952 * play/zone.el: New file.
19953
19954 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19955 value of tab-width in the original buffer. Choose a line number
19956 format that's a multiple of the original buffer's tab width, so
19957 that lines appear right.
19958
19959 * textmodes/ispell.el (ispell): New function, replacing an alias.
19960 Spell-check active region if in transient-mark-mode and mark
19961 is active; otherwise spell-check buffer.
19962
19963 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19964
19965 * ps-mule.el: Fix a customization problem on
19966 ps-mule-font-info-database-default.
19967
19968 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19969
19970 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19971 display-mouse-p instead of window-system.
19972 (ebrowse-member-mode-map): Ditto.
19973
19974 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19975
19976 * progmodes/ebnf2ps.el: Update ps-print functions call.
19977 Indentation fix. Doc fix.
19978 (ebnf-version): New version number (3.2).
19979 (ebnf-format-color, ebnf-begin-job): Code fix.
19980
19981 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19982
19983 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19984 font lock support on window-system.
19985 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19986
19987 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19988 display-color-p, if fboundp, instead of window-system.
19989
19990 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19991
19992 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19993 instead of window-system.
19994
19995 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19996 window-system.
19997 (widget-choice-mouse-down-action): Use display-popup-menus-p
19998 instead of window-system.
19999
20000 * strokes.el (strokes-file): Run the file name through
20001 convert-standard-filename.
20002 (strokes-mode): Call display-mouse-p instead of looking at
20003 window-system. Change the error message accordingly.
20004
20005 * progmodes/cpp.el (toplevel): Support faces on tty's.
20006
20007 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20008 (lm-plot-square, lm-init-display): Don't use window-system.
20009
20010 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20011 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20012
20013 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20014 instead of looking at window-system.
20015
20016 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20017
20018 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20019 of testing if iswitchb-prepost-hooks is bound, because the
20020 latter will always be true when invoking a recursive minibuffer
20021 from an active Iswitchb buffer.
20022
20023 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20024
20025 * files.el (shell-quote-wildcard-pattern): New function.
20026 (insert-directory): Call it. Only prepend "\" to command on Unix
20027 and GNU/Linux systems.
20028
20029 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20030
20031 * eshell/esh-groups.el: Change custom :link file names
20032 from `eshell.info' to `eshell'.
20033
20034 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20035
20036 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20037 correctly in recursive ange-ftp listings.
20038
20039 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20040
20041 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20042 ps-header-font-size-internal and
20043 ps-header-title-font-size-internal variables are not set,
20044 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20045 face text property is (foreground-color . COLOR) or
20046 `(background-color . COLOR)', ps-print crashes. Doc fix.
20047 (ps-print-version): New version number (5.2.4).
20048 (ps-plot-region): Code fix.
20049 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20050 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20051 Bug fix 2.
20052
20053 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
20054
20055 * glasses.el (glasses-make-readable): Fix uncapitalization of
20056 identifiers like `myXMLDocument'.
20057
20058 2000-07-28 Karl Fogel <kfogel@red-bean.com>
20059
20060 * mail/mail-hist.el (mail-hist-previous-input)
20061 (mail-hist-next-input): Do the obvious code factorization.
20062 (mail-hist-retrieve-and-insert): New func, contains common
20063 code of above two.
20064 If inserting a message body, leave point at top.
20065
20066 2000-07-28 Sam Steingold <sds@gnu.org>
20067
20068 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20069 Use `<=', not `<' to compare times!
20070 (ange-ftp-ls): Remove.
20071
20072 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20073
20074 * play/cookie1.el: Add explanation of how to make cookie.el
20075 compatible with strfile(1) to comment.
20076
20077 * subr.el (remove, remq): New functions.
20078
20079 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20080 escape `*' in regexps.
20081 (midnight-find): Reverse order of arguments in the funcall of
20082 TEST.
20083
20084 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20085 and `.class'.
20086
20087 * play/meese.el: Add Commentary section.
20088
20089 2000-07-27 Alex Schroeder <alex@gnu.org>
20090
20091 * sql.el (sql-ms): Added autoload cookie.
20092 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20093 (sql-oracle): Ditto.
20094 (sql-help): Doc change.
20095
20096 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20097 types and exceptions.
20098
20099 2000-07-27 Alex Schroeder <alex@gnu.org>
20100
20101 * sql.el (sql-placeholder-history): New variable.
20102 (sql-query-placeholders-and-send): New function that will query
20103 the user and replace placeholders with user input.
20104 (sql-oracle): If running on NT, set comint-input-sender to
20105 sql-query-placeholders-and-send.
20106
20107 (sql-stop): If in the SQLi buffer, insert stop notification, else
20108 present it as a message.
20109
20110 2000-07-27 Alex Schroeder <alex@gnu.org>
20111
20112 * sql.el (sql-input-ring-separator): Doc change.
20113 (sql-input-ring-file-name): Doc change.
20114 (sql-interactive-mode): Use `sql-input-ring-separator' and
20115 `sql-input-ring-file-name' to set the comint-mode equivalents
20116 without making them local variables.
20117 (sql-stop): Don't bind `sql-input-ring-separator' and
20118 `sql-input-ring-file-name' dynamically to their comint-mode
20119 equivalents.
20120
20121 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20122
20123 * international/mule.el (register-char-codings): New function.
20124 (make-coding-system): Handle `safe-chars' specification in the arg
20125 PROPERTY.
20126
20127 * international/mule-cmds.el
20128 (find-coding-systems-region-subset-p): This function deleted.
20129 (sort-coding-systems-predicate): New variable.
20130 (sort-coding-systems): New function.
20131 (find-coding-systems-region): Use
20132 find-coding-systems-region-internal.
20133 (find-coding-systems-string): Use find-coding-systems-region.
20134 (find-coding-systems-for-charsets): Check
20135 char-coding-system-table.
20136 (select-safe-coding-system-accept-default-p): New variable.
20137 (select-safe-coding-system): Mostly rewritten. New argument
20138 ACCEPT-DEFAULT-P.
20139 (select-message-coding-system): Call select-safe-coding-system
20140 with ACCEPT-DEFAULT-P arg.
20141 (reset-language-environment): Reset default-sendmail-coding-system
20142 to the default value iso-latin-1.
20143 (set-language-environment): Don't set the obsolete variable
20144 charset-origin-alist.
20145
20146 * international/codepage.el (cp-coding-system-for-codepage-1):
20147 Give `safe-chars' property to make-coding-system.
20148
20149 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20150 calling select-message-coding-system twice.
20151
20152 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20153 instead of `safe-charsets'.
20154 (cyrillic-alternativnyj): Likewise.
20155 (ccl-encode-alternativnyj): Don't check the charset
20156 cyrillic-iso8859-5.
20157
20158 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20159
20160 * composite.el (compose-chars-after): Preserve match data.
20161
20162 2000-07-26 Sam Steingold <sds@gnu.org>
20163
20164 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20165 (ange-ftp-real-file-newer-than-file-p): New function.
20166 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20167 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20168
20169 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20170 * midnight.el (midnight-float-time): Ditto.
20171
20172 2000-07-26 Andreas Schwab <schwab@suse.de>
20173
20174 * files.el (normal-backup-enable-predicate): Correct
20175 interpretation of the return value of compare-strings.
20176
20177 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20178
20179 * isearch.el (isearch-resume): New function.
20180 (isearch-done): Add something to command-history to resume
20181 the search.
20182 (isearch-yank-line, isearch-yank-word): Use
20183 buffer-substring-no-properties instead of buffer-substring.
20184
20185 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20186 of flyspell-mouse-map.
20187
20188 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20189 duplicate definition.
20190 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20191
20192 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20193 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20194
20195 2000-07-25 Sam Steingold <sds@gnu.org>
20196
20197 * net/ange-ftp.el: Get modtime over the net.
20198 (ange-ftp-file-modtime): New function.
20199 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20200 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20201 Use it.
20202 (ange-ftp-dot-to-slash): New function.
20203 (ange-ftp-fix-name-for-vms): Use it.
20204
20205 * midnight.el (midnight-buffer-display-time): Use
20206 `with-current-buffer'.
20207
20208 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20209
20210 * find-dired.el: Update copyright notice.
20211 (find-dired): Offer to kill a running `find'.
20212
20213 * enriched.el (enriched-face-ans): For a `foreground-color'
20214 property, return '(("x-color" COLOR))' so that COLOR will be
20215 output as a parameter of the x-color annotation. Likewise for the
20216 `background-color' property. In the case of normal face
20217 properties, don't return annotations for unspecified foreground
20218 and background face attributes.
20219
20220 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20221
20222 * language/japan-util.el (japanese-katakana-region): Fix handling
20223 HANKAKU argument.
20224
20225 2000-07-25 Miles Bader <miles@gnu.org>
20226
20227 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20228 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20229 constrain-to-field.
20230
20231 2000-07-24 Andrew Innes <andrewi@gnu.org>
20232
20233 * timer.el (timer-activate-when-idle): Add optional parameter
20234 DONT-WAIT. Update docstring.
20235 (run-with-idle-timer): Specify extra parameter to
20236 timer-activate-when-idle, so that timer will be activated
20237 immediately if Emacs is already idle.
20238
20239 * w32-fns.el (w32-using-nt): Fix docstring.
20240
20241 2000-07-24 Dave Love <fx@gnu.org>
20242
20243 * mouse.el (popup-menu): Set last-command-event.
20244 (mouse-major-mode-menu-prefix): Declare.
20245
20246 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20247
20248 * textmodes/flyspell.el: Update to author's version 1.5d.
20249
20250 * progmodes/hideshow.el: Update copyright notice.
20251
20252 * vcursor.el: Set maintainer to FSF, since author cannot
20253 be reached.
20254
20255 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20256
20257 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20258 the prompt.
20259
20260 * mouse.el (popup-menu): Run the keymap through indirect-function,
20261 in case it was defined with define-prefix-key. If the menu is a
20262 list of keymaps, look up the binding of user's choice in each one
20263 of the keymaps.
20264 (mouse-popup-menubar): If the global and local menu-bar keymaps
20265 don't have a prompt string, create one and insert it into the
20266 keymap. Don't barf if current-local-map returns nil.
20267
20268 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20269
20270 * dired.el (dired-sort-R-check): Added to allow recursive listing
20271 to be undone.
20272 (dired-sort-other): Use it.
20273
20274 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20275
20276 * Release of cc-mode 5.27
20277
20278 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20279
20280 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20281 c-beginning-of-statement-1 that caused a bad case of recursion
20282 which could consume a lot of CPU in large classes in languages
20283 that have in-expression classes (i.e. Java and Pike).
20284
20285 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20286 statements before top level constructs (i.e. case 6 is moved
20287 before case 5 and is now case 4) to catch in-expression
20288 classes in top level expressions correctly.
20289
20290 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20291
20292 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20293 objc-method-intro. Case 4 removed and case 5I added.
20294
20295 * cc-langs.el (c-append-paragraph-start): New variable used by
20296 c-common-init to get paragraph-start correct.
20297 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20298 initialize paragraph-start to make it correct both with and
20299 without the javadoc special case.
20300
20301 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20302 initialize paragraph-start for javadoc markup.
20303
20304 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20305 change by defaulting this to t. It's motivated by the
20306 confusing behavior that otherwise arise from the style system
20307 when editing both java and non-java files at the same time
20308 (see the comments about style setting in c-common-init).
20309
20310 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20311
20312 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20313 similar to the one in c-fill-paragraph to check the fill
20314 prefix from the adaptive fill function for sanity.
20315
20316 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20317
20318 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20319 defun block.
20320
20321 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20322
20323 * cc-align.el (c-lineup-multi-inher): Handle lines with
20324 leading comma nicely. Extended to handle member initializers
20325 too.
20326
20327 * cc-engine.el: (c-beginning-of-inheritance-list,
20328 c-guess-basic-syntax): Fixed recognition of inheritance lists
20329 when the lines begins with a comma.
20330
20331 * cc-vars.el (c-offsets-alist): Changed default for
20332 member-init-cont to c-lineup-multi-inher since it now handles
20333 member initializers and indents better for leading commas.
20334
20335 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20336
20337 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20338 handling that caused class open lines to be recognized as
20339 statement-conts in some cases.
20340
20341 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20342 guessed by the adaptive fill function unless point is on the
20343 first line of a block comment.
20344
20345 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20346 when the buffer ends with a macro continuation char.
20347
20348 * cc-engine.el (c-guess-basic-syntax): Added support for
20349 function definitions as statements in Pike. The first
20350 statement in a lambda block is now labeled defun-block-intro
20351 instead of statement-block-intro.
20352
20353 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20354 so that the class surrounding point is selected, not the one
20355 innermost in the state.
20356
20357 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20358 recognition of switch labels having hanging multiline
20359 statements.
20360
20361 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20362 some code in c-guess-basic-syntax to a separate function.
20363 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20364 recognition of member inits with multiple line arglists.
20365 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20366 member-init-cont when the commas are in funny places.
20367
20368 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20369
20370 * cc-defs.el (c-auto-newline): Removed this macro since it's
20371 not used anymore.
20372
20373 * cc-engine.el (c-looking-at-bos): New helper function.
20374 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20375 inexpr and toplevel classes apart in Pike.
20376
20377 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20378 of case 9A.
20379
20380 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20381 constant, since "class" can introduce an in-expression class
20382 in Pike nowadays.
20383
20384 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20385
20386 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20387 indentation on cpp-macro lines.
20388
20389 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20390 a syntax modifier like comment-intro, to make it possible to
20391 get syntactic indentation for preprocessor directives. It's
20392 incompatible wrt to lineup functions on cpp-macro, but it has
20393 no observable effect in the 99.9% common case where cpp-macro
20394 is set to -1000.
20395
20396 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20397
20398 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20399 member-init-cont when the preceding arglist is several lines.
20400
20401 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20402
20403 * cc-styles.el (c-style-alist): The basic offset for the BSD
20404 style corrected to 8.
20405
20406 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20407
20408 * cc-styles.el (c-style-alist): Adjusted the indentation of
20409 brace list openers in the gnu style.
20410
20411 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20412
20413 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20414
20415 * cc-cmds.el (c-electric-brace, c-electric-slash,
20416 c-electric-star, c-electric-semi&comma, c-electric-colon,
20417 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20418 when c-syntactic-indentation is nil.
20419
20420 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20421 we were left at comments preceding the first statement when
20422 reaching the beginning of the buffer.
20423
20424 * cc-vars.el (c-syntactic-indentation): New variable to turn
20425 off all syntactic indentation.
20426
20427 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20428
20429 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20430 between the text and the block comment ender when it hangs,
20431 depending on how many there are before the fill.
20432
20433 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20434
20435 * cc-engine.el (c-beginning-of-closest-statement): New helper
20436 function to go back to the closest preceding statement start,
20437 which could be inside a conditional statement.
20438 * cc-engine.el (c-guess-basic-syntax): Use
20439 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20440
20441 * cc-engine.el (c-guess-basic-syntax): Better handling of
20442 arglist-intro, arglist-cont-nonempty and arglist-close when
20443 the arglist is nested inside parens. Cases 7A, 7C and 7F
20444 changed.
20445
20446 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20447 up-to-date with javadoc 1.2.
20448
20449 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20450
20451 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20452 multiline Pike type decls.
20453
20454 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20455
20456 * cc-cmds.el (c-indent-new-comment-line): Always break
20457 multiline comments in multiline mode, regardless of
20458 comment-multi-line.
20459
20460 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20461
20462 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20463 fully::qualified::names in C++ member init lists. Preamble in
20464 case 5D changed.
20465
20466 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20467
20468 * cc-langs.el (c-common-init): Handling of obsolete variables
20469 moved to c-initialize-cc-mode. More compatible style override
20470 when using global style variables.
20471 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20472 variables moved here.
20473
20474 * cc-styles.el (c-make-styles-buffer-local): Flag style
20475 variable localness in c-style-variables-are-local-p to make
20476 the compatibility measure in c-common-init work well.
20477
20478 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20479 longer contain set-from-style.
20480 * cc-styles.el (c-initialize-builtin-style): Don't check for
20481 set-from-style on c-special-indent-hook.
20482 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20483 copy-alist is sufficient now.
20484
20485 * cc-styles.el (c-set-style, c-set-style-1,
20486 c-get-style-variables): Fixes to variable initialization so
20487 that duplicate entries in styles have the same effect
20488 regardless of DONT-OVERRIDE.
20489
20490 * cc-styles.el (c-set-style-2): Fixed bug where the
20491 initialization of inheriting styles failed when the
20492 dont-override flag is set.
20493
20494 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20495 on this.
20496
20497 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20498
20499 * cc-defs.el (c-forward-comment): Removed the workaround
20500 introduced in 5.38 since it had worse side-effects. If a line
20501 contains the string "//\"", it regarded the // as a comment
20502 start since the \ temporarily doesn't have escape syntax.
20503
20504 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20505
20506 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20507 ada-xref.el before ada-prj.el, so that the Project menu is created
20508 when ada-prj tries to add to it.
20509 (ada-activate-keys-for-case): Suppress the characters that are not
20510 part of the Ada syntax. Better compatibility with else-mode
20511 (ada-adjust-case-interactive): When auto-casing is not active,
20512 correctly insert newlines (used to insert only ^M). Prevent the
20513 syntax table from being changed in case of an error
20514 (or '_' becomes part of a word and some commands are confused).
20515 Do nothing if ada-auto-case is nil.
20516 (ada-after-keyword-p): Ignore keywords that are also attributes
20517 (ada-batch-reformat): Update usage comment
20518 (ada-call-from-contextual-menu): New function
20519 (ada-case-read-exceptions): Reinitialize the casing exception list
20520 first to nil first, so that the casing exception file can be
20521 shared.
20522 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20523 files.
20524 (ada-compile-goto-error): Fix regexp used to detect a file:line
20525 anywhere in the error message
20526 (ada-contextual-menu-last-point): New variable
20527 (ada-create-keymap): If the variable delete-key-deletes-forward is
20528 t on XEmacs, it means that DEL should delete one character
20529 forward.
20530 (ada-create-menu): Use :included instead of :visible for XEmacs.
20531 New submenu "Options".
20532 (ada-end-stmt-re): Correctly indent "select ... then abort"
20533 statements.
20534 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20535 even if they don't match ada-fill-comment-prefix Fix handling of
20536 paragraphs on the first or last line of a file.
20537 (ada-format-paramlist): Fix handling of default parameter values.
20538 (ada-get-body-name): New function.
20539 (ada-get-current-indent): Optimized by searchling directly for an
20540 existing generic part or a statement outside of it. Handle
20541 ada-indent-align-comments when indenting comments Replaced some
20542 regexps by testing directly the next character. This results in a
20543 huge speedup on some files. New indentation scheme for renames
20544 statements. Stop looking for the 'while' or 'for' associated with
20545 a 'loop' at the first semicolon encountered. A "return" can also
20546 match an anonymous access subprogram declaration.
20547 (ada-get-indent-noindent): Ignore strings and comments when
20548 looking for the keywords "record" and "private".
20549 (ada-goto-matching-decl-start): When matching "if", make sure we
20550 are not in fact seeing "end if". Ignore "when" statements except
20551 when initial keyword was "begin". Fix handling of nested
20552 procedures. Add a recursive call to this function to skip over
20553 other 'end' statmts. Fix indentation for "when .. => begin"
20554 (ada-in-open-paren-p): Fix indentation for complex boolean
20555 expressions, where 'and then', 'or else' and parenthesis
20556 statements are mixed up.
20557 (ada-in-paramlist-p): Skip comments while searching for the
20558 beginning Fix handling of operator declarations.
20559 (ada-indent-align-comments): New variable
20560 (ada-indent-current): Change the syntax table only in the
20561 protected section, so that we are sure it is restored correctly.
20562 (ada-indent-on-previous-lines): Use ada-use-indent and
20563 ada-with-indent Correctly indent "select ... then"
20564 (ada-indent-region): Slight speedup.
20565 (ada-indent-renames): New variable.
20566 (ada-last-which-function-subprog, ada-last-which-function-line):
20567 New variables
20568 (ada-looking-at-semi-private): Correctly indent the 'private'
20569 keyword when it is the first word in a package declaration.
20570 (ada-loose-case-word): Stop searching if at the end of the buffer.
20571 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20572 even if point is not initially at the end of the word.
20573 (ada-matching-decl-start-re): Add "when".
20574 (ada-mode): Add support for abbrev-mode, outline-mode and
20575 which-func-mode Override the old find-file.el entry in
20576 ff-special-constructs since it is using the obsolete
20577 ada-spec-suffix variable
20578 (ada-no-auto-case): New function
20579 (ada-scan-paramlist): When parsing the argument type, accept
20580 spaces (as in "X 'Class", generated by Rational Rose).
20581 (ada-other-file-name): No longer loads the other file.
20582 (ada-popup-menu): Save and restore the current buffer and cursor
20583 position before and after displaying the menu.
20584 (ada-search-ignore-complex-boolean): New function.
20585 (ada-uncomment-region): Emacs21 already knows how to delete
20586 comments not starting in the first column.
20587 (ada-use-indent): New variable
20588 (ada-which-function): New function.
20589 (ada-with-indent): New variable
20590 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20591 can be batch-compiled from the command line.
20592
20593 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20594 Add to the menu when the file is loaded, not in ada-mode-hook.
20595 Add -toolbar to the default ddd command Switches moved from
20596 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20597 ada-prj-default-comp-opt
20598 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20599 Reference Manual to the menu
20600 (ada-check-current): rewritten as a call to ada-compile-current
20601 (ada-compile): Removed.
20602 (ada-compile-application, ada-compile-current, ada-check-current):
20603 Set the compilation-search-path so that compile.el automatically
20604 finds the sources in src_dir. Automatic scrollong of the
20605 compilation buffer. C-uC-cC-c asks for confirmation before
20606 compiling
20607 (ada-compile-current): New parameter, prj-field
20608 (ada-complete-identifier): Load the .ali file before doing
20609 processing
20610 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20611 conform to gnatmake's behavior.
20612 (ada-find-file-in-dir): New function
20613 (ada-find-references): Set the environment variables for gnatfind
20614 (ada-find-src-file-in-dir): New function.
20615 (ada-first-non-nil): Removed
20616 (ada-gdb-application): Add support for jdb, the java debugger.
20617 (ada-get-ada-file-name): Load the original-file first if not done
20618 yet.
20619 (ada-get-all-references): Handles the new ali syntax (parent types
20620 are found between <>).
20621 (ada-initialize-runtime-library): New function
20622 (ada-mode-hook): Always load a project file when a file is opened,
20623 so that the casing exceptions are correctly read.
20624 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20625 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20626 to open the project file, since the latter does not work with
20627 speedbar Get default values before loading the prj file, or the
20628 default executable file name is wrong. Use the absolute value of
20629 src_dir to initialize ada-search-directories and
20630 compilation-search-path,... Add the standard runtime library to
20631 the search path for find-file.
20632 (ada-prj-default-debugger): Was missing an opening '{'
20633 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20634 variables.
20635 (ada-prj-default-gnatmake-opt): New variable
20636 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20637 buffers, the project file is the default one Save the windows
20638 configuration before displaying the menu.
20639 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20640 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20641 ...) regexp-quote identifiers names to support operators +,
20642 -,... in regexps.
20643 (ada-remote): New function.
20644 (ada-run-application): Erase the output buffer before starting the
20645 run Support remote execution of the application. Use
20646 call-process, or the arguments are incorrectly parsed
20647 (ada-set-default-project-file): Reread the content of the active
20648 project file, not the one from the current buffer When a project
20649 file is set as the default project, all directories are
20650 automatically associated with it.
20651 (ada-set-environment): New function
20652 (ada-treat-cmd-string): New special variable ${current}
20653 (ada-treat-cmd-string): Revised. The substitution is now done for
20654 any ${...} substring
20655 (ada-xref-current): If no body was found, compiles the spec
20656 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20657 compiler to get rid of command line length limitations.
20658 (ada-xref-get-project-field): New function
20659 (ada-xref-project-files): New variable
20660 (ada-xref-runtime-library-specs-path)
20661 (ada-xref-runtime-library-ali-path): New variables
20662 (ada-xref-set-default-prj-values): Default run command now does a
20663 cd to the build directory. New field: main_unit Provide a default
20664 file name even if the current buffer has no prj file.
20665
20666 * ada-prj.el:
20667 Rewritten to show a tabbed-dialog.
20668 (ada-prj-add-ada-menu): Remove the map and name parameters.
20669 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20670 New function
20671 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20672 (ada-prj-load-from-file): New function
20673 (ada-prj-save): Always save fields that depend on the current buffer
20674 (ada-prj-show-value): New function
20675
20676 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20677 Ada mode. This will allow us to display the Ada menu in any buffer
20678 we want (for project items).
20679 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20680 number of spaces in the header.
20681
20682 2000-07-24 Dave Love <fx@gnu.org>
20683
20684 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20685
20686 2000-07-23 Noah Friedman <friedman@splode.com>
20687
20688 * type-break.el (type-break): perform autosave.
20689 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20690 (type-break-do-query): Cancel query schedule while performing
20691 actual query, to avoid possibility of a second query being made
20692 while first one is already in progress.
20693 (type-break-time-stamp-format): New variable.
20694 (type-break-time-stamp): New function.
20695 (type-break-time-warning): Use it.
20696 (type-break-keystroke-warning): Use it.
20697 (type-break-noninteractive-query): Use it.
20698
20699 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20700 cookie.
20701 Use add-minor-mode to set minor-mode-alist, if available.
20702 (eldoc-echo-area-use-multiline-p): New user option.
20703 (eldoc-echo-area-multiline-supported-p): New variable.
20704 (eldoc-docstring-format-sym-doc): Use them.
20705 (eldoc-mode): If not using idle timers, append to local post and
20706 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20707 (eldoc-display-message-no-interference-p): Don't interfere with
20708 edebug.
20709 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20710 (eldoc-function-arglist): New function.
20711 (eldoc-function-argstring): Use it.
20712
20713 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20714 auto save directory exists before calling directory-files.
20715
20716 2000-07-23 Dave Love <fx@gnu.org>
20717
20718 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20719 ^o, ^u.
20720
20721 2000-07-21 Dave Love <fx@gnu.org>
20722
20723 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20724 now passed to the function. It now works properly.
20725
20726 * smerge-mode.el (smerge-mode-menu): Fill it out.
20727
20728 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20729
20730 * info-look.el (info-lookup): If *info* is shown in another frame
20731 on the same display, select that frame, instead of switching to
20732 the Info buffer in another window of the selected frame.
20733
20734 * simple.el (universal-argument-map): Bind numeric keypad keys
20735 kp-0 to kp-9 and kp-subtract.
20736 (digit-argument): Handle these keys.
20737
20738 2000-07-20 Dave Love <fx@gnu.org>
20739
20740 * net/goto-addr.el (goto-address-fontify): Don't bother with
20741 buffer-modified and read-only stuff -- irrelevant with overlays.
20742 Put an extra property on the overlays and use it to clean up in
20743 case goto-address is re-run.
20744
20745 2000-07-19 Richard M. Stallman <rms@gnu.org>
20746
20747 * timer.el (run-with-idle-timer): Doc fix.
20748
20749 * mail/mail-utils.el (mail-strip-quoted-names):
20750 Handle case where <...> appears inside "...".
20751 Use replace-match to edit the string more simply.
20752 (rmail-dont-reply-to): Cope with an unmatched ".
20753
20754 2000-07-19 Dave Love <fx@gnu.org>
20755
20756 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20757 implementation.
20758
20759 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20760 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20761 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20762
20763 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20764
20765 * textmodes/refer.el: Correct maintainer's email address.
20766
20767 * progmodes/hideif.el: Correct author's email address.
20768 Fix typo in comment.
20769
20770 * xml.el: New file.
20771
20772 * mail/mailheader.el: Correct author's mail address.
20773
20774 * gnus/parse-time.el: Correct author's mail address.
20775
20776 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20777
20778 * comint.el (comint-highlight-input, comint-highlight-face):
20779 New user options.
20780 (comint-input-ring-file-name): Change custom type.
20781 (comint-mode-map): Bind mouse-2.
20782 (comint-insert-clicked-input): New function.
20783 (comint-send-input): Handle input highlighting.
20784
20785 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20786
20787 * mouse.el (popup-menu): New function.
20788 (mouse-major-mode-menu): Use it.
20789
20790 2000-07-18 Dave Love <fx@gnu.org>
20791
20792 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20793 improvements.
20794
20795 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20796
20797 * faces.el (face-font-selection-order)
20798 (face-font-family-alternatives): Add custom type.
20799
20800 2000-07-18 Dave Love <fx@gnu.org>
20801
20802 * cus-edit.el (custom-variable-reset-saved)
20803 (custom-variable-reset-standard): Remove unused bindings.
20804
20805 * rect.el (open-rectangle-line): Remove unused let.
20806
20807 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20808
20809 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20810
20811 * cdl.el: Fix `Maintainer' keyword.
20812
20813 * play/pong.el: Add author's email address.
20814
20815 2000-07-17 Sam Steingold <sds@gnu.org>
20816
20817 * files.el (insert-directory): Call `split-string' instead of
20818 re-implementing it.
20819
20820 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20821
20822 * mail/vms-pmail.el: Change maintainer to FSF.
20823
20824 * net/goto-addr.el: Change maintainer to FSF.
20825
20826 * info.el (Info-title-face-alist): Removed.
20827
20828 2000-07-18 David Ponce <david@dponce.com>
20829
20830 * recentf.el (recentf-open-files): New command that works like
20831 `recentf-open-more-files', but shows the whole list of files (not just
20832 those omitted from the menu). Useful if you don't use a menu-bar!
20833 (recentf-open-more-files) Modified to use `recentf-open-files'.
20834
20835 (recentf-open-files, recentf-open-more-files)
20836 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20837
20838 (recentf-dialog-mode): New mode for dialogs. You can now just type
20839 "q" to cancel the dialogs.
20840
20841 2000-07-18 David Ponce <david@dponce.com>
20842
20843 * recentf.el: This is a major update of recentf.el. It adds new
20844 features to better organize the recentf menu and "More..." buffer.
20845
20846 Using new provided menu filtering functions you can now organize the
20847 recent files list:
20848
20849 - by major modes
20850 - by directories
20851 - by user defined rules
20852
20853 Finally, with the new `recentf-filter-changer' customizable filter you
20854 can define a ring of filters and dynamically (via the menu) cycle on
20855 each menu organization in the ring (a la msb).
20856
20857 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20858
20859 * eshell/eshell.el (eshell): Replace links to eshell.info with
20860 links to eshell, to avoid problems on systems where the manual is
20861 installed as `eshell'.
20862 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20863 * eshell/em-smart.el (eshell-smart): Ditto.
20864 * eshell/em-banner.el (eshell-banner): Ditto.
20865 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20866
20867 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20868 same-file check in the MS-DOS version (it does support inodes).
20869
20870 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20871
20872 * eshell/eshell.el (eshell-directory-name):
20873 Run default directory name through convert-standard-filename.
20874
20875 2000-07-18 Kenichi Handa <handa@etl.go.jp>
20876
20877 * international/mule-cmds.el (select-safe-coding-system):
20878 Fix typo in the comment.
20879
20880 * language/european.el (compound-text):
20881 Force katakana-jisx0201 to be designated to G1.
20882
20883 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20884 Don't translate some national variant characters of latin-jisx0201.
20885 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20886
20887 * international/kkc.el (kkc-after-update-conversion-functions):
20888 New variable.
20889 (kkc-update-conversion): Run functions in it at the tail.
20890
20891 2000-07-16 John Wiegley <johnw@gnu.org>
20892
20893 * lisp/align.el (align-newline-and-indent):
20894 Adding new function. for auto-aligning blocks of code on RET.
20895 (align-region): Fixed badly formatted minibuffer message.
20896
20897 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20898
20899 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20900 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20901 the conversion list at first if appropriate.
20902 (kkc-next): Don't update kkc-next-count here.
20903 (kkc-prev): Don't update kkc-prev-count here.
20904 (kkc-show-conversion-list-update): Fix setting up of conversion
20905 list message.
20906
20907 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20908
20909 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20910
20911 2000-07-16 Dave Love <fx@gnu.org>
20912
20913 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20914 function to be more specific.
20915
20916 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20917 non-string help-echo.
20918 (widget-types-convert-widget): Defsubst it.
20919 (widget-echo-help): Try to cope with a help-echo function of two
20920 possible sorts.
20921
20922 2000-07-15 Jason Rumney <jasonr@gnu.org>
20923
20924 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20925 Declare as obsolete.
20926
20927 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20928
20929 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20930
20931 * hilit-chg.el: Fix typo.
20932
20933 2000-07-14 Dave Love <fx@gnu.org>
20934
20935 * info.el (Info-mode-menu): Fix use of :help, :enable.
20936
20937 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20938
20939 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20940
20941 2000-07-13 Dave Love <fx@gnu.org>
20942
20943 * emacs-lisp/easymenu.el: Doc fixes.
20944 (easy-menu-remove): Defalias to ignore.
20945
20946 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20947 Call throw correctly.
20948
20949 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20950
20951 * faces.el (frame-background-mode): Doc fix.
20952
20953 * simple.el (eval-expression-print-length): Change custom type to
20954 allow entering nil as value.
20955
20956 2000-07-13 Dave Love <fx@gnu.org>
20957
20958 * progmodes/fortran.el (fortran-imenu-generic-expression):
20959 Change definition layout.
20960 (fortran-mode-menu): Reinstate customize entries.
20961
20962 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20963 Use :filter, per old XEmacs code.
20964
20965 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20966
20967 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20968 event when deciding what to send to the terminal.
20969
20970 2000-07-12 Dave Love <fx@gnu.org>
20971
20972 * cus-start.el: Add optional version as 4th element of specs and
20973 use it for several things new in v21. Remove load-path. Fix type
20974 of line-number-display-limit.
20975
20976 2000-07-11 Dave Love <fx@gnu.org>
20977
20978 * progmodes/fortran.el: Don't require easymenu.
20979 Use repeat counts in various regexps.
20980 (fortran-mode-syntax-table): Defvar directly.
20981 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20982 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20983 Use defvar, not defconst.
20984 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20985 (fortran-mode): Set fortran-comment-line-start-skip,
20986 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20987 (fortran-comment-indent): Use defsubst.
20988 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20989 Use fortran-comment-indent, not fortran-comment-indent-function.
20990 (fortran-comment-region, fortran-electric-line-number): Simplify.
20991 (fortran-auto-fill): New function.
20992 (fortran-do-auto-fill): Deleted.
20993 (fortran-find-comment-start-skip):
20994 Check for non-null comment-start-skip.
20995 (fortran-auto-fill-mode, fortran-fill-statement):
20996 Use fortran-auto-fill.
20997 (fortran-fill): Use fortran-auto-fill. Check for null
20998 comment-start-skip. Simplify final clause and use end-of-line finally.
20999
21000 * widget.el (widget-plist-member): New alias.
21001
21002 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21003
21004 * eshell/esh-module.el (toplevel): Reference
21005 byte-compile-current-file only if it is bound.
21006
21007 2000-07-10 Gerd Moellmann <gerd@gnu.org>
21008
21009 * dired.el: Don't require `dired-aux'.
21010
21011 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21012
21013 * dired-aux.el (dired-show-file-type): New function.
21014 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21015 (dired-show-file-type): Add autoload.
21016
21017 2000-07-10 Kenichi Handa <handa@etl.go.jp>
21018
21019 * international/mule-diag.el (describe-font): Adjusted for the
21020 change of fontset-info.
21021 (print-fontset): Likewise.
21022
21023 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21024
21025 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21026
21027 2000-07-07 Gerd Moellmann <gerd@gnu.org>
21028
21029 * bindings.el: Bind `[delete]' to delete-char.
21030
21031 * dired.el (dired-find-alternate-file): New function.
21032 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21033 (toplevel): Require dired-aux when compiling.
21034 (dired-buffers): Move defvar within file to avoid compiler warning.
21035
21036 * info.el (Info-last-search): Variable removed.
21037 (Info-search-history): New variable.
21038 (Info-search): New Info-search-history.
21039
21040 * battery.el, info-look.el: Change author's mail address.
21041
21042 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21043
21044 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21045 if rmail-ignored-headers is nil.
21046 (rmail-retry-failure): Bind rmail-ignored-headers and
21047 rmail-displayed-headers to nil.
21048
21049 2000-07-06 Gerd Moellmann <gerd@gnu.org>
21050
21051 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21052 (print-region-1): Don't hard code `-h' here.
21053
21054 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21055
21056 2000-07-01 Francesco Potorti` <pot@gnu.org>
21057
21058 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21059 exim can use "your message" instead of "the message".
21060
21061 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21062
21063 * facemenu.el: Docstrings fixes.
21064 (facemenu-get-face): Don't use internal-find-face.
21065 (facemenu-iterate): Rename arg to match the docstring.
21066
21067 * newcomment.el (uncomment-region): Be more careful when skipping
21068 backwards over `=' not to bump into BOBP.
21069
21070 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21071
21072 * ediff-diff.el (ediff-wordify): Use syntax table.
21073 * ediff-init.el (ediff-has-face-support-p): Use
21074 ediff-color-display-p.
21075 (ediff-color-display-p): Use display-color-p, changed to defun
21076 from defsubst.
21077 Got rid of special cases for NeXT and OS/2.
21078 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21079 face.
21080
21081 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21082
21083 * emacs-lisp/lucid.el: Require CL.
21084 (copy-tree, remprop): Remove, it's provided by CL.
21085 (map-keymap): Define in terms of cl-map-keymap.
21086 (extent-property, set-extent-end-glyph): New functions.
21087
21088 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21089
21090 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21091
21092 * Makefile.in (DONTCOMPILE): Add comment that the name may
21093 not be changed without changing the make-dist script.
21094
21095 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21096 (cl-mapc): Use mapc instead of cl-old-mapc.
21097
21098 2000-07-05 Andrew Innes <andrewi@gnu.org>
21099
21100 * makefile.nt: Add support for `bootstrap' and related targets.
21101
21102 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21103
21104 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21105 (easy-menu-do-define): Use `menu-item' format.
21106 Handle case where easy-menu-create-menu returns a symbol.
21107 Manually call the potential top-level filter in the function binding.
21108 (easy-menu-filter-return): New arg NAME.
21109 Convert to a keymap if MENU is an XEmacs menu.
21110 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21111 (easy-menu-converted-items-table, easy-menu-convert-item):
21112 New var and fun to memoize easy-menu-convert-item-1.
21113 (easy-menu-do-add-item): Use it.
21114 (easy-menu-create-menu): Use easy-menu-convert-item.
21115 Wrap easy-menu-filter-return around any :filter specification.
21116 Don't convert the menu if a filter was specified.
21117 Tell easy-menu-make-symbol not to check for MENU being an expression.
21118 (easy-menu-make-symbol): New arg NOEXP.
21119
21120 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21121
21122 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21123 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21124 (eval-defun): If called with prefix arg, instrument code for
21125 Edebug.
21126
21127 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21128 similar to that of eval-defun.
21129
21130 2000-07-04 Dave Love <fx@gnu.org>
21131
21132 * hl-line.el (hl-line-overlay): Make it permanent-local.
21133
21134 * calendar/todo-mode.el: Replaced with a working version, based on
21135 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21136
21137 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21138
21139 * paths.el (prune-directory-list): New function.
21140 (Info-default-directory-list): Rewritten to more methodically
21141 enumerate a big list of possible info directories (based on the
21142 list used by the standalone info reader).
21143
21144 * info.el (info-initialize): Use prune-directory-list to remove
21145 non-existent directories from Info-directory-list.
21146
21147 * paths.el (Info-default-directory-list): Try a list of possible
21148 info-directories instead of a single one. Add the possible
21149 info directory "/usr/share/info".
21150
21151 * woman.el (woman-man.conf-path): Explicitly include the debian
21152 man-db config file "/etc/manpath.config".
21153 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21154 are present in `manpath.config'.
21155 (woman-manpath): Include "/usr/share/man".
21156
21157 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21158
21159 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21160
21161 * startup.el (command-line): Initialize blink-cursor based
21162 on window-system.
21163
21164 * frame.el (blink-cursor): Default to nil if not running under
21165 a window-system.
21166
21167 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21168 (face-x-resources): Remove duplicate entry for :font.
21169
21170 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21171 instead of cycling through windows with next-window.
21172
21173 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21174 of cycling through windows with next-window.
21175
21176 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21177 of cycling through windows with next-window.
21178
21179 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21180 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21181 instead of cycling through windows with next-window.
21182
21183 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21184 instead of cycling through windows with next-window.
21185
21186 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21187 of cycling through windows with next-window.
21188
21189 * terminal.el (te-process-output): Use walk-windows instead of
21190 cycling through windows with next-window.
21191
21192 * server.el (server-switch-buffer): Use some-window instead of
21193 cycling through windows with next-window.
21194
21195 * window.el (some-window): New function.
21196 (walk-windows): Remove reference to walk-windows-start.
21197
21198 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21199
21200 2000-07-03 Richard Stallman <rms@gnu.org>
21201
21202 * window.el (walk-windows): Guarantee termination by keeping a list
21203 of all the windows already handled.
21204
21205 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21206
21207 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21208 window-system.
21209
21210 * man.el (Man-notify-when-ready): Don't use window-system. If
21211 Man-notify-method is newframe, and the display is not
21212 multi-frame, select the frame created for the man page.
21213 (Man-init-defvars): Doc fix.
21214
21215 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21216
21217 * faces.el (region): Change background color for light background.
21218
21219 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21220 attribute from mode-line face of Ediff control frame.
21221
21222 * replace.el (query-replace-map): Bind `e' like `E'.
21223
21224 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21225
21226 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21227 Change name to "Select All".
21228
21229 * dos-fns.el (convert-standard-filename): Fix last change.
21230
21231 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21232
21233 * help.el (describe-variable): Don't insert a second `'s' in front
21234 of the string `value is shown below'. Since the syntax-table is
21235 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21236 an existing `'s', so that this won't be deleted.
21237
21238 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21239 * pcmpl-unix.el: New files.
21240
21241 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21242
21243 * wid-edit.el (widget-member): Use the new plist-member.
21244
21245 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21246
21247 * replace.el (perform-replace): Undo change of 2000-04-04.
21248 Instead, move backward 1 character at the end of the loop when
21249 necessary.
21250
21251 * faces.el (fringe): Change face for different backgrounds.
21252
21253 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21254 patch from John.
21255
21256 * eshell/*.el: Change spelling of the Free Software Foundation.
21257
21258 * eshell/esh-toggle.el: Removed.
21259
21260 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21261
21262 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21263 interactively.
21264
21265 2000-06-26 Alex Schroeder <alex@gnu.org>
21266
21267 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21268 `define-key'; instead of checking `(emacs-version)' check for
21269 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21270 for `;' and `o' which might be electric.
21271
21272 (sql-electric-stuff): New user option.
21273 (sql-magic-go): New function which uses `sql-electric-stuff'.
21274 (sql-magic-semicolon): New function which uses
21275 `sql-electric-stuff'.
21276
21277 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21278 is not fboundp.
21279
21280 (sql-oracle-options): New variable.
21281 (sql-oracle): Use it.
21282
21283 (sql-imenu-generic-expression): Doc change.
21284 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21285 is used.
21286
21287 (sql-informix): Added command line parameter "-" to force
21288 sql-informix-program to use stdout.
21289
21290 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21291
21292 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21293 (cp864-decode-table): Doc fix.
21294 (cp720-decode-table): New variable, supports the Arabic OEM
21295 codepage used by Windows.
21296 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21297
21298 2000-06-23 Dave Love <fx@gnu.org>
21299
21300 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21301 (font-lock-fontify-anchored-keywords): Use
21302 line-beginning-position.
21303 (global-font-lock-mode): Use mapc.
21304
21305 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21306
21307 * eshell/esh-module.el: Require CL when compiling.
21308
21309 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21310
21311 * comint.el (comint-substitute-in-file-name): Call replace-match
21312 with second and third arg t.
21313
21314 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21315 Specify foreground color.
21316
21317 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21318 color.
21319
21320 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21321
21322 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21323 cddr instead of cdddr.
21324
21325 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21326 instead of copy-list.
21327
21328 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21329 of copy-list.
21330
21331 * subdirs.el: Add eshell subdirectory.
21332
21333 * eshell: New subdirectory containing the Eshell package.
21334
21335 * pcomplete.el: New file.
21336
21337 2000-06-23 Paul Eggert <eggert@twinsun.com>
21338
21339 * mail/mailpost.el (post-mail-send-it): Make sure file has
21340 proper permissions from birth.
21341
21342 * files.el (basic-save-buffer-2): When temporarily setting
21343 file modes, set them to current modes plus 0200, not to 0777.
21344
21345 * emerge.el (emerge-make-temp-file): Make sure file has proper
21346 permissions from birth.
21347
21348 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21349
21350 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21351 backup file name through convert-standard-filename.
21352
21353 * dos-fns.el (convert-standard-filename): Convert leading
21354 directories as well. When long file names are supported, convert
21355 characters that are invalid in Windows file names.
21356
21357 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21358
21359 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21360 ps-print crashes. New feature: page selection for printing. Create
21361 raw-text-unix coding system for XEmacs. Doc fix.
21362 (ps-print-version): New version number (5.2.3).
21363 (ps-plot-region): Bug fix.
21364 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21365 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21366 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21367 funs.
21368 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21369 (ps-last-page): New vars.
21370
21371 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21372
21373 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21374 empty option string.
21375
21376 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21377
21378 * man.el (man): Doc fix.
21379
21380 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21381
21382 * international/mule-cmds.el (set-language-info-alist): Docstring
21383 fixed.
21384
21385 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21386
21387 * version.el (emacs-version): Use ISO date format.
21388
21389 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21390 instead of `M-backspace'.
21391
21392 * simple.el (turn-off-auto-fill): New function.
21393
21394 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21395
21396 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21397 Renamed from with-buffer-prepared-for-font-lock and use
21398 inhibit-modification-hooks rather than setting *-change-functions.
21399 Update all functions to use the new name.
21400 (jit-lock-first-unfontify-pos): New semantics (and doc).
21401 (jit-lock-mode): Make non-interactive.
21402 Don't automatically turn on font-lock.
21403 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21404 Always use jit-lock-after-change.
21405 Remove and restore font-lock-after-change-function.
21406 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21407 (jit-lock-after-unfontify-buffer): Remove.
21408 (jit-lock-stealth-fontify):
21409 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21410 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21411
21412 2000-06-20 Sam Steingold <sds@gnu.org>
21413
21414 * emacs-lisp/cl-indent.el (toplevel): Indent
21415 `print-unreadable-object' properly. Untabify.
21416
21417 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21418
21419 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21420 Support for bibentry.
21421 (reftex-compile-variables): Fixed problem with end of section-re.
21422
21423 * texmodes/reftex-dcr.el (reftex-view-crossref,
21424 reftex-view-crossref-from-bibtex):
21425 Deal with changed `reftex-find-citation-regexp-format'.
21426 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21427 Replaced `remprop' with `put'.
21428 (reftex-view-crossref, reftex-view-crossref-when-idle):
21429 Support for bibentry.
21430
21431 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21432 New entry for bibentry package.
21433
21434 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21435 Regexp also matches "\nobibliography".
21436
21437 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21438 Call `reftex-ensure-write-access' before doing anything.
21439 (reftex-ensure-write-access): New function.
21440
21441 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21442
21443 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21444
21445 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21446
21447 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21448
21449 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21450
21451
21452 2000-06-20 Dave Love <fx@gnu.org>
21453
21454 * faces.el (frame-background-mode): Use set-default, not set, in
21455 setter.
21456 (frame-update-faces, frame-update-face-colors): Define with
21457 defalias.
21458
21459 * enriched.el (enriched-decode-foreground)
21460 (enriched-decode-background): Don't use internal-find-face.
21461
21462 * apropos.el: Doc fixes.
21463
21464 * cus-edit.el (customize-changed-options): Check arg.
21465 (customize-version-lessp): Don't require decimal point.
21466
21467 * custom.el (defcustom, defgroup): Doc fix.
21468
21469 * newcomment.el (comment) <defgroup>: Add :version.
21470 (comment-multi-line): Doc fix.
21471
21472 * emulation/mlsupport.el (define-hooked-local-abbrev,
21473 define-hooked-global-abbrev): Fix, using define-abbrev.
21474
21475 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21476
21477 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21478 the whole buffer.
21479
21480 2000-06-19 Dave Love <fx@gnu.org>
21481
21482 * menu-bar.el (menu-bar-options-save): New function.
21483 (menu-bar-options-menu): Use it.
21484 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21485 Simplify.
21486
21487 2000-06-19 Andreas Schwab <schwab@suse.de>
21488
21489 * progmodes/etags.el (tags-query-replace): Put new parameters
21490 START and END at the end, for backward compatibility.
21491
21492 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21493
21494 * international/codepage.el:
21495 (cp-coding-system-for-codepage-1): Delete special codes for
21496 generating xxx-dos coding system because now a CCL based coding
21497 system can handle EOL conversion by default.
21498
21499 * international/mule.el (make-coding-system): Generate subsidiary
21500 coding systems for EOL handling variants even for a CCL based
21501 coding system.
21502
21503 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21504
21505 * international/isearch-x.el (isearch-minibuffer-input-method)
21506 (isearch-minibuffer-input-method-function): These variables
21507 deleted.
21508 (isearch-with-input-method): Don't use the above variables.
21509 (isearch-process-search-multibyte-characters): Likewise. Call
21510 read-string with the arg INHERIT-INPUT-METHOD t.
21511
21512 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21513
21514 * font-lock.el (font-lock-after-fontify-buffer)
21515 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21516
21517 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21518 Use consistent make-local-variable style for font-lock-fontified.
21519 (jit-lock-fontify-buffer):
21520 Don't bother checking for font-lock-mode and jit-lock-mode.
21521
21522 * time.el: Remove trailing ^M that prevent CVS-merging.
21523
21524 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21525
21526 * Makefile.in (distclean): New target.
21527
21528 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21529
21530 * Makefile.in (srcdir): Define for update-subdirs.
21531
21532 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21533
21534 * find-lisp.el: New file.
21535
21536 2000-06-16 Andrew Innes <andrewi@gnu.org>
21537
21538 * time.el (display-time-mail-function): New variable, to allow
21539 external packages to indicate when new mail is available.
21540 (display-time-update): Use it.
21541
21542 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21543
21544 * international/mule.el (mule-version): Change version name to
21545 SAKAKI. AOI has already been used by Meadow.
21546
21547 * international/quail.el (quail-show-guidance-buf): To find the
21548 bottom window (but minibuffer), pay attention to the height of
21549 minibuffer.
21550
21551 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21552
21553 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21554 menu-bar menus. Add help strings. Don't remove the Edit menu
21555 from the menu bar, as the menu bar has enough space now.
21556
21557 * Makefile.in (SHELL): Make sure /bin/sh is used.
21558
21559 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21560 characters, which use series of two ^H characters instead of one.
21561
21562 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21563
21564 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21565 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21566 functions.
21567 (Info-find-node-2): Try a case-sensitive search first, then
21568 do a case-insensitive search.
21569
21570 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21571 tutorials.
21572
21573 * complete.el (PC-env-vars-alist): New variable.
21574 (PC-complete-as-file-name): New function.
21575 (partial-completion-mode): Initialize PC-env-vars-alist from
21576 process-environment.
21577 (PC-do-completion): Handle completion of env vars.
21578
21579 * info.el (Info-set-mode-line): Show file name in mode line,
21580 use `*Info*' instead of `Info:'.
21581
21582 * startup.el (command-line-1): Change copyright messages to year
21583 2000.
21584
21585 2000-06-15 Dave Love <fx@gnu.org>
21586
21587 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21588 not local-map.
21589
21590 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21591
21592 * international/mule.el (set-buffer-file-coding-system): Almost
21593 rewritten to handle `undecided' as no-op.
21594
21595 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21596
21597 * Makefile.in: New file.
21598
21599 * Makefile: Removed.
21600
21601 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21602 (goto-address-highlight-keymap): Bind C-c RET.
21603
21604 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21605
21606 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21607 inherits buffer-file-coding-system of the current buffer.
21608
21609 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21610 0. Give correct argument to set-auto-coding-function.
21611 (tar-expunge): For goto-char, use (point-min), not 0.
21612 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21613 (tar-subfile-save-buffer): Likewize.
21614
21615 * international/mule.el
21616 (after-insert-file-set-buffer-file-coding-system): Call
21617 set-buffer-file-coding-system with the arg FORCE t.
21618
21619 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21620
21621 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21622 nil. Contemporary sendmails issue an X-Authentication-Warning if
21623 the sender is set with `-f'.
21624
21625 2000-06-13 Dave Love <fx@gnu.org>
21626
21627 * help.el (describe-function-1): Kluge around cases of functions
21628 fset to subrs whose doc doesn't match their symbol-name.
21629
21630 * image.el (insert-image): Default STRING to a space.
21631
21632 * info.el Doc fixes.
21633 (Info-build-node-completions): Match Ref tags.
21634
21635 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21636
21637 * frame.el (display-multi-frame-p, display-multi-font-p): New
21638 defaliases for display-graphic-p.
21639
21640 * hl-line.el: Fixed a typo in commentary.
21641
21642 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21643
21644 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21645 fixed.
21646
21647 2000-06-12 Dave Love <fx@gnu.org>
21648
21649 * image.el (insert-image): Save a little consing.
21650
21651 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21652
21653 * language/tibet-util.el: Convert all tibetan-1-column characters
21654 to the corresponding tibetan characters.
21655 (tibetan-add-components): Delete code for the special treatment of
21656 'a chung.
21657
21658 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21659 change.
21660 (tibetan-vowel-transcription-alist): More rules added.
21661 (tibetan-composite-vowel-alist): New variable.
21662 (tibetan-precomposition-rule-alist): More rules added.
21663
21664 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21665
21666 * startup.el (command-line): Only call menu-bar-mode if interactive.
21667
21668 * thingatpt.el (toplevel symbol-properties):
21669 * textmodes/makeinfo.el (makeinfo-compile):
21670 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21671 * progmodes/hideif.el (hif-compress-define-list)
21672 (hide-ifdef-use-define-alist):
21673 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21674 (ange-ftp-vms-add-file-entry):
21675 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21676 * man.el (Man-build-man-command):
21677 * mail/rnewspost.el (news-reply-header-hook):
21678 * info.el (Info-insert-dir):
21679 * emulation/mlconvert.el (backward-word, forward-word, setq):
21680 * emacs-lisp/gulp.el (gulp-send-requests):
21681 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21682 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21683 (byte-optimize-apply, end of file):
21684 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21685 (ad-make-freeze-definition):
21686 * startup.el (command-line, command-line-1): Don't quote lambdas.
21687
21688 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21689 (cvs-cleanup-removed): New function.
21690 (cvs-cleanup-functions): New var.
21691 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21692 some flexibility in specifying additional entries to auto-cleanup.
21693 (cvs-quickdir): New function.
21694 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21695 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21696 (cvs-mode-find-file): Check that we are on a filename or dirname
21697 when invoked through a mouse-click.
21698 (cvs-full-path): Remove.
21699 (cvs-dired-action): Re-introduced.
21700 (cvs-dired-noselect): Use it.
21701 (vc-post-command-functions): use this new hook if available.
21702
21703 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21704 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21705 (cvs-filename-map, cvs-dirname-map): Remove.
21706 (cvs-default-action): Remove.
21707 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21708 if the arg is really a keymap.
21709 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21710 Don't hardcode the mapping from state (aka type) to face, but check
21711 the var cvs-fi-<type>-face instead.
21712 (cvs-fileinfo-from-entries): New function.
21713
21714 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21715 Docstring fix.
21716 (cvs-find-file-and-jump): Change default to be safer.
21717 (cvs-mode-diff-map): Define it as a function as well.
21718 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21719 Bind mouse-2 in this global map rather than with text-properties.
21720
21721 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21722 file to resolve the ambiguity between C(conflict) and C(need-merge).
21723
21724 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21725
21726 * international/mule.el (set-buffer-file-coding-system): If
21727 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21728 unconditionally.
21729
21730 2000-06-12 Dave Love <fx@gnu.org>
21731
21732 * wid-edit.el (widget-specify-button): Really suppress the face if
21733 required.
21734
21735 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21736
21737 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21738
21739 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21740
21741 * imenu.el (imenu-generic-expression): Docstring fix.
21742
21743 * composite.el (composition-function-table): Move the `put'
21744 below the autoload cookie so we can load the file before loaddefs.
21745
21746 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21747
21748 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21749 Handle easy-mmode-define-global-mode.
21750 For complex macros like define-minor-mode that can generate
21751 several autoload entries, try to autoload entries in the
21752 macroexpanded code.
21753
21754 * emacs-lisp/easy-mmode.el (define-minor-mode):
21755 If KEYMAP is a symbol, just use it.
21756 Use byte-compile-current-file and load-file-name to infer the
21757 proper :require to pass to defcustom.
21758 Wrap the hook var into `progn' so as not to autoload it.
21759 Add a :autoload-end cookie.
21760 Be more careful about the evaluation of KEYMAP.
21761 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21762 (define-derived-mode): Move define-abbrev-table outside of defvar.
21763
21764 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21765
21766 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21767 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21768 (backup-compiled-files): Ignore errors during `tar'.
21769 (bootstrap): Make autoloads before elc files.
21770
21771 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21772
21773 * international/mule.el (set-buffer-file-coding-system): If one of
21774 undecided-XXX is specified, change only EOL conversion.
21775
21776 * international/mule-conf.el (unix): New alias for the coding
21777 system undecided-unix.
21778
21779 2000-06-09 Dave Love <fx@gnu.org>
21780
21781 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21782
21783 * progmodes/executable.el: Byte compile dynamic.
21784 (executable-insert): Change custom type.
21785 (executable-find): Add autoload cookie.
21786 (executable-make-buffer-file-executable-if-script-p): New
21787 function. After Noah Friedman.
21788
21789 * files.el (after-save-hook): Customize, with
21790 executable-make-buffer-file-executable-if-script-p as an option.
21791
21792 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21793
21794 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21795 "tib24p-mule.bdf" for Tibetan.
21796
21797 * composite.el (decompose-composite-char): Declare it as obsolete.
21798
21799 * man.el (Man-fontify-manpage): Pay attention to underline and
21800 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21801
21802 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21803
21804 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21805 Set maintainer to FSF since author isn't reachable.
21806
21807 2000-06-08 Dave Love <fx@gnu.org>
21808
21809 * international/mule-cmds.el (select-safe-coding-system): If
21810 DEFAULT-CODING-SYSTEM is not specified, also check the most
21811 preferred coding-system if buffer-file-coding-system is
21812 `undecided'. From Handa.
21813
21814 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21815
21816 * international/mule.el
21817 (after-insert-file-set-buffer-file-coding-system): If the buffer
21818 size is greater than INSERTED, judget that we are not visiting.
21819
21820 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21821
21822 * whitespace.el (defgroup whitespace): Comment out `:version'.
21823 XEmacs 20.4 has problems defining the group with this present.
21824 We'll have this commented out till get resolve the problem.
21825
21826 2000-06-07 John Wiegley <johnw@gnu.org>
21827
21828 * align.el (align-dq-string-modes, align-sq-string-modes)
21829 (align-open-comment-modes): Add pyhton-mode.
21830 (align-rules-list): Use get-text-property instead of
21831 text-properties-at.
21832 (align-rules-list): Add python-assignment.
21833 (align-rules-list): Change perl-comma-delimiter to
21834 basic-comma-delimiter. Use if for Perl modes and python-mode.
21835 (align-rules-list): Add python-chain-logic and
21836 basic-line-continuation.
21837
21838 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21839
21840 * apropos.el (apropos-mode-hook): New user variable.
21841 (apropos-mode): Run apropos-mode-hook.
21842
21843 2000-06-07 David Ponce <david@dponce.com>
21844
21845 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21846 commands. Require `wid-edit' at run-time.
21847
21848 2000-06-07 David Ponce <david@dponce.com>
21849
21850 * recentf.el: Added some "Commentary".
21851 (recentf-open-more-files, recentf-edit-list): Minor changes to
21852 move the point at the top of the file list. This behaviour is
21853 consistent with the menu one when the list contains a lot of
21854 files.
21855 (recentf-cleanup): Now displays the number of items removed from
21856 the list.
21857 (recentf-relative-filter) New menu filter to show filenames
21858 relative to `default-directory'.
21859
21860 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21861
21862 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21863 with/without giving an error if PostScript printer doesn't have this
21864 kind of page size. Zebra Stripe continues or restarts on next page.
21865 Manual/automatic paper feeding. Switch or not the header.
21866 (ps-print-version): New version number (5.2.2).
21867 (ps-windows-system): Include emx as a Windows system.
21868 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21869 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21870 (ps-background-text): Code fix.
21871 (ps-error-handler-message, ps-user-defined-prologue)
21872 (ps-print-prologue-header, ps-printer-name)
21873 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21874 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21875 (ps-use-face-background): Customization fix.
21876 (ps-n-up-database): Data fix.
21877 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21878 (ps-switch-header): New vars.
21879 (ps-xemacs-color-name, ps-face-foreground-name)
21880 (ps-face-background-name, ps-boolean-constant): New funs.
21881
21882 2000-06-07 Dave Love <fx@gnu.org>
21883
21884 * allout.el: New version from Manheimer.
21885
21886 2000-06-07 Kenichi Handa <handa@etl.go.jp>
21887
21888 * textmodes/fill.el (fill-find-break-point): Check the validity of
21889 charset.
21890
21891 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21892
21893 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21894 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21895 Call display-color-p and display-mouse-p instead of looking at
21896 window-system.
21897
21898 2000-06-06 Dave Love <fx@gnu.org>
21899
21900 * image.el (find-image): Doc fix. Return nil if image not found.
21901 (put-image, insert-image): Make STRING arg optional.
21902
21903 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21904
21905 * language/vietnamese.el: Remove eval-when-compile.
21906 (viet-viscii-nonascii-translation-table): Define it as a
21907 translation table made from viet-viscii-decode-table.
21908 (viet-viscii-encode-table): Define it as a translation table made
21909 from the reverse map of above.
21910 (viet-vscii-nonascii-translation-table): Define it as a
21911 translation table made from viet-vscii-decode-table.
21912 (viet-vscii-encode-table): Define it as a translation table made
21913 from the reverse map of above.
21914 (ccl-decode-viscii): Use translate-character.
21915 (ccl-encode-viscii, ccl-encode-viscii-font)
21916 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21917 Likewize.
21918
21919 * language/cyrillic.el: Remove eval-when-compile.
21920 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21921 translation table made from cyrillic-koi8-r-decode-table.
21922 (cyrillic-koi8-r-encode-table): Define it as a translation table
21923 made from the reverse map of above.
21924 (ccl-decode-koi8): Use translate-character.
21925 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21926 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21927 a translation table made from cyrillic-alternativnyj-decode-table.
21928 (cyrillic-alternativnyj-encode-table): Define it as a translation
21929 table made from the reverse map of above.
21930 (ccl-decode-alternativnyj): Use translate-character.
21931 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21932 Likewize
21933
21934 * international/mule-diag.el (non-iso-charset-alist): Specify
21935 translation table symbol instead of translation table itself.
21936 (list-block-of-chars): CHARSET may be a translation table symbol.
21937
21938 * international/mule.el (make-coding-system): If CODING-SYSTEM
21939 already exists, override it.
21940
21941 * international/fontset.el: Use family `proportional' for Tibetan
21942 fonts.
21943
21944 * international/ccl.el (ccl-compile-translate-character): Don't
21945 check if Rrr has property translation-table.
21946 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21947
21948 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21949
21950 * info.el: Bind case-fold-search to t when searching in case
21951 a user sets it to nil in a hook.
21952
21953 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21954
21955 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21956 * hl-line.el (hl-line-mode): Use the new :global key argument.
21957
21958 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21959 (tar-clip-time-string): Prepend a space.
21960 (tar-grind-file-mode): Construct a string rather than modifying one.
21961 (tar-header-block-summarize): Fix docstring.
21962 Use `format' rather than an error-prone set of copy-loops.
21963
21964 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21965 (diff-goto-source, diff-unified->context, diff-context->unified)
21966 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21967 understand the format output by the `-p' argument to diff.
21968
21969 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21970 (sh-re-done): Use defconst.
21971 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21972 (sh-help-string-for-variable, sh-guess-basic-offset):
21973 Don't quote lambdas.
21974 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21975 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21976
21977 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21978 (mh-letter-mode): Derive from text-mode.
21979 This implicitly means that it now calls kill-all-local-variables.
21980 Also remove the Emacs-18 compatibility code.
21981
21982 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21983 Make use of symbol-property doc-string-elt.
21984 Use memq rather than a sequence of eq.
21985 (doc-string-elt): Fix the wrong or missing previously unused values.
21986 (autoload-print-form): New function extracted from
21987 generate-file-autoloads to allow recursion when handling progn
21988 so that defvar's and defun's docstrings are properly printed.
21989 (generate-file-autoloads): Use it.
21990
21991 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21992 Use find-file-hooks in the minor-mode function.
21993 Be careful not to loop indefinitely in the post-command-hook function.
21994
21995 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21996
21997 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21998 tty's.
21999 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22000 differences whenever appropriate.
22001 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22002 * viper.el (find-file, find-file-other-window): Get viper to do
22003 wildcards.
22004
22005 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22006
22007 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22008 (jit-lock-fontify-buffer): New function for JIT refontification.
22009 (jit-lock-mode): Fix docstring.
22010 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22011 Remove jit-lock-after-change from the _local_ hook.
22012 (jit-lock-function-1): Fix docstring.
22013
22014 * info.el (Info-on-current-buffer): Initialize info.
22015
22016 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22017
22018 * progmodes/tcl.el (tcl-indent-for-comment):
22019 Ignore comment-indent-hook.
22020
22021 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22022 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22023 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22024 and improve to use the lighter to guess the capitalization.
22025 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22026 Add keyword arguments to specify global-ness or the custom group.
22027 Add local-map and help-echo properties to the lighter.
22028 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22029 (easy-mmode-define-global-mode): New macro.
22030
22031 2000-06-02 Dave Love <fx@gnu.org>
22032
22033 * wid-edit.el: byte-compile-dynamic since we typically don't use
22034 all the widgets. Don't require cl or widget. Remove
22035 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22036 (widget-read-event): Removed. Callers changed to use read-event.
22037 (widget-button-release-event-p): Renamed from
22038 button-release-event-p.
22039 (widget-field-add-space, widget-field-use-before-change):
22040 Uncustomize.
22041 (widget-specify-field): Use keymap property, not local-map.
22042 (widget-specify-button): Obey :suppress-face.
22043 (widget-specify-insert): Use modern backquote syntax.
22044 (widget-image-directory): Renamed from widget-glyph-directory.
22045 (widget-image-enable): Renamed from widget-glyph-enable.
22046 (widget-image-find): Replaces widget-glyph-find.
22047 (widget-button-pressed-face): Move defvar.
22048 (widget-image-insert): Replaces widget-glyph-insert.
22049 (widget-convert): Use keywordp.
22050 (widget-leave-text, widget-children-value-delete): Use mapc.
22051 (widget-keymap): Remove XEmacs stuff.
22052 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22053 (widget-button-click): Don't set point at the click, but re-centre
22054 if we scroll out of window. Rewritten for images v. glyphs &c.
22055 (widget-tabable-at): Use POS arg, not point.
22056 (widget-beginning-of-line, widget-end-of-line)
22057 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22058 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22059 (widget-default-create): Use widget-image-insert; some rewriting.
22060 (widget-visibility-value-create)
22061 (widget-push-button-value-create, widget-toggle-value-create): Use
22062 widget-image-insert.
22063 (checkbox): Create on and off images dynamically.
22064 (documentation-link): Change :help-echo.
22065 (widget-documentation-link-echo-help): Remove.
22066
22067 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22068
22069 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22070
22071 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22072 (easy-mmode-define-toggle, define-minor-mode): Use it.
22073 (easy-mmode-define-keymap): Docstring fix.
22074 (define-derived-mode): Default PARENT to fundamental-mode.
22075 Add the derived-mode-parent symbol-property.
22076 (easy-mmode-derived-mode-p): New function.
22077
22078 2000-06-02 Dave Love <fx@gnu.org>
22079
22080 * files.el (convert-standard-filename): Doc fix.
22081 (normal-backup-enable-predicate): New function.
22082 (backup-enable-predicate): Use it to replace the lambda form.
22083
22084 * calendar/todo-mode.el: [This needs more work on the outline
22085 stuff.] Doc fixes.
22086 (todo) <defgroup>: Add :version.
22087 (todo-add-category): Don't use pushnew.
22088 (todo-cmd-raise): Fix typo.
22089 (todo-top-priorities): Change temp buffer name.
22090 (todo-category-alist): Avoid redundant lambda.
22091 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22092 Use outline-next-heading.
22093
22094 * autoarg.el: Rewritten to use define-minor-mode.
22095 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22096 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22097
22098 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22099
22100 * isearch.el (isearch-other-meta-char): Fix previous change.
22101
22102 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22103
22104 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22105 (log-edit-done): Only add the comment to the ring if it's different
22106 from the last comment entered.
22107
22108 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22109
22110 2000-06-01 Dave Love <fx@gnu.org>
22111
22112 * hl-line.el: Rewritten using define-minor-mode.
22113
22114 * help.el (describe-function-1): Distinguish special form from
22115 builtin function. Sanity-check presence of arglist for builtins.
22116
22117 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22118
22119 * international/characters.el: Fix syntax/category setting of
22120 Tibetan characters.
22121
22122 * language/tibet-util.el (tibetan-add-components): Fixes for new
22123 encoding of Tibetan characters.
22124 (tibetan-decompose-precomposition-alist): New variable.
22125 (tibetan-decompose-region): Convert precomposed characters to
22126 non-precomposed characters.
22127 (tibetan-decompose-string): Likewise.
22128 (tibetan-composition-function): Fix args to
22129 thibetan-compose-string.
22130
22131 * language/tibetan.el (tibetan-composable-pattern): More
22132 characters included.
22133 (tibetan-consonant-transcription-alist): Rule for "R" added.
22134 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22135 "+R" added.
22136 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22137
22138 * language/lao-util.el (lao-composition-function): Fix args to
22139 compose-string.
22140
22141 * language/thai-util.el (thai-composition-function): Fix args to
22142 compose-string.
22143
22144 * isearch.el (isearch-update): Set disable-point-adjustment to t
22145 to prevent the point moving to the end of a composition when a
22146 part of a composition is searched.
22147 (isearch-other-meta-char): If the key invoking this command can be
22148 mapped by function-key-map to a printing char, call
22149 isearch-process-search-char directly.
22150
22151 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22152
22153 * emacs-lisp/bytecomp.el:
22154 * frame.el:
22155 * international/mule-cmds.el:
22156 * international/mule-util.el:
22157 * international/mule.el:
22158 * mouse.el:
22159 * subr.el:
22160 * faces.el: Update calls to make-obsolete with a WHEN argument.
22161
22162 * byte-run.el (make-obsolete, make-obsolete-variable):
22163 Add an optional WHEN argument and change the format of the
22164 symbol-property information.
22165 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22166 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22167 new obsolete-symbol-property format and print WHEN if it is provided.
22168
22169 2000-05-31 Dave Love <fx@gnu.org>
22170
22171 * loadhist.el (loadhist-hook-functions): Remove
22172 before-change-function, after-change-function.
22173 (unload-feature): Deal with symbols which are both bound and
22174 fbound.
22175
22176 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22177 before-change-function, after-change-function.
22178
22179 * simple.el (newline): Don't bind before-change-function,
22180 after-change-function.
22181
22182 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22183
22184 * whitespace.el (whitespace-rescan-timer-time): Update interval
22185 set to 600 seconds (10 minutes) instead of 60 seconds since
22186 a large number of whitespace buffers causes emacs to `freeze'
22187 for a considerable amount of time.
22188
22189 * whitespace.el: Updated email address
22190
22191 2000-05-31 Dave Love <fx@gnu.org>
22192
22193 * add-log.el (change-log-font-lock-keywords) <function>: Add
22194 pattern for function of change.
22195 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22196 acknowledgements patterns.
22197
22198 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22199
22200 * isearch.el (isearch-printing-char): If keyboard coding system is
22201 being used, call isearch-process-search-multibyte-characters.
22202
22203 * international/isearch-x.el: Mostly rewritten.
22204
22205 * international/quail.el (quail-start-conversion): Don't include
22206 unhandled events in the returned events, but set them in
22207 unread-command-events. Exit if all inputs are deleted.
22208
22209 2000-05-30 Jason Rumney <jasonr@gnu.org>
22210
22211 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22212
22213 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22214 Reenable code to create initial fontsets.
22215 Use set-fontset-font in place of put-charset-property.
22216
22217 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22218
22219 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22220 label, ensure that the first colon isn't followed by another.
22221
22222 * paths.el (Info-default-directory-list): Doc fix.
22223
22224 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22225 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22226 send a query containing USER only, not USER@HOST.
22227
22228 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22229 and rmail-msgend to compute the restriction at the end, instead of
22230 computing it.
22231
22232 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22233
22234 * dabbrev.el (dabbrev-expand): Don't display messages in the
22235 echo area if the minibuffer window is active.
22236
22237 * jit-lock.el (jit-lock-mode): Add after change function to
22238 local hook.
22239
22240 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22241
22242 * antlr-mode.el: New commands: hide/unhide actions,
22243 upcase/downcase literals.
22244 (antlr-tiny-action-length): New user option.
22245 (antlr-hide-actions): New command. Suggested by
22246 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22247 (antlr-mode-map): New binding [C-c C-v].
22248 (antlr-mode-menu): New entries.
22249 (antlr-downcase-literals): New command.
22250 (antlr-upcase-literals): Ditto.
22251
22252 * antlr-mode.el: Minor changes: indendation, mode-name.
22253 (antlr-indent-line): Indent cpp directive at column 0.
22254 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22255
22256 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22257 (antlr-font-lock-additional-keywords): Workaround for intentional
22258 bug in XEmacs version of font-lock.
22259 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22260 be used by a smarter version of `buffers-menu-grouping-function'.
22261
22262 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22263
22264 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22265 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22266
22267 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22268
22269 * international/encoded-kb.el
22270 (encoded-kbd-iso2022-designation-map): Pay attention to that
22271 charset-iso-final-char return -1 for eight-bit-control and
22272 eight-bit-graphic.
22273
22274 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22275
22276 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22277 (speedbar-easymenu-definition-base): Use display-graphic-p where
22278 available, instead of window-system.
22279
22280 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22281
22282 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22283 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22284 coding systems.
22285
22286 2000-05-26 Dave Love <fx@gnu.org>
22287
22288 * disp-table.el (standard-display-underline): Don't use
22289 internal-find-face.
22290
22291 * mail/reporter.el: Maintainer change. Doc fixes.
22292 (reporter-version): Deleted.
22293
22294 * emacs-lisp/elp.el: Maintainer change.
22295 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22296
22297 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22298
22299 * add-log.el (add-change-log-entry): Merge the current entry with the
22300 previous one if the previous one is empty.
22301
22302 2000-05-26 Dave Love <fx@gnu.org>
22303
22304 * loadhist.el (unload-feature): Fix interactive spec [from
22305 lijnzaad@ebi.ac.uk].
22306
22307 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22308 subr-arity to check primitives.
22309 (byte-compile-flush-pending, byte-compile-file-form-progn)
22310 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22311 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22312 mapcar.
22313
22314 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22315
22316 * international/fontset.el: Set family names of non-latin charsets
22317 in default fontset to "*".
22318
22319 * international/mule-diag.el (print-fontset): Combine family part
22320 and registry part of the fontname by "-*-" instead of "-".
22321
22322 * international/mule-cmds.el (encode-coding-char): Make strings
22323 multibyte before calling encode-coding-string.
22324
22325 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22326
22327 * derived.el: Fix keywords.
22328 (define-derived-mode): Only define if needed.
22329
22330 * simple.el (fill-comment, comment-column, comment-start)
22331 (comment-start-skip, comment-end, comment-indent-function)
22332 (block-comment-start, block-comment-end, indent-for-comment)
22333 (set-comment-column, kill-comment, comment-padding, comment-region)
22334 (comment-multi-line, indent-new-comment-line): Remove.
22335
22336 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22337 function names for comment operations.
22338
22339 * newcomment.el: Add abundant autoload cookies.
22340 (comment-style): Don't depend on runtime data at compile-time.
22341 (comment-indent-hook): Remove.
22342 (comment-indent): Check if comment-indent-hook is bound.
22343 (comment-region): Docstring fix.
22344
22345 2000-05-25 Dave Love <fx@gnu.org>
22346
22347 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22348 byte-code-function-p.
22349
22350 * mail/rmailsum.el: Add provide.
22351
22352 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22353
22354 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22355 defcustom.
22356
22357 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22358
22359 * ediff-diff.el (ediff-exec-process): delete --binary option from
22360 non-buffer ediff jobs.
22361
22362 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22363
22364 * hilit-chg.el (highlight-changes-mode): Ask about color or
22365 grayscale support, not about window-system.
22366
22367 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22368 window-system.
22369 (ffap-highlight): Always default to t.
22370
22371 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22372 display-popup-menus-p instead of looking at window-system.
22373
22374 * disp-table.el (standard-display-g1, standard-display-graphic):
22375 Only refuse to use string glyphs on X and MS-Windows.
22376
22377 * avoid.el: Remove window-system from commentary, suggest to use
22378 display-*-p instead.
22379
22380 * apropos.el (apropos-print): Use display-mouse-p instead of
22381 window-system.
22382
22383 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22384
22385 * international/codepage.el (cp-decoding-vector-for-codepage):
22386 Fill up unsupported characters with their own codes. From Kenichi
22387 Handa.
22388
22389 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22390
22391 * international/mule-diag.el (describe-char-after): Use
22392 display-graphic-p instead of window-system, so that this function
22393 works on MS-DOS.
22394
22395 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22396
22397 * international/codepage.el (cp-make-coding-systems-for-codepage):
22398 Remove the eight-bit-graphic and eight-bit-control charsets from
22399 the list of charsets which we convert into `?'.
22400
22401 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22402
22403 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22404 private charsets.
22405 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22406 japanese-jisx0213-2): New charsets.
22407
22408 * international/fontset.el: Setup default fontset for new charsets.
22409
22410 2000-05-24 Dave Love <fx@gnu.org>
22411
22412 * info.el (Info-find-node-2): Restructure [following "Vadim
22413 S. Solomin" <sovs@uic.nnov.ru>].
22414
22415 * icomplete.el: Fix header for Finder.
22416
22417 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22418
22419 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22420 STAY.
22421
22422 * rmail.el (rmail-automatic-folder-directives): New user variable.
22423 (rmail-show-message): Add call to `rmail-auto-file' during
22424 display.
22425 (rmail-auto-file): New function.
22426
22427 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22428
22429 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22430 account.
22431 (ediff-test-utility,ediff-diff-mandatory-option)
22432 (ediff-reset-diff-options): Utilities for proper initialization of
22433 ediff-diff-options and ediff-diff3-options on Windows.
22434
22435 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22436 variable.
22437
22438 * ediff-mult.el (ediff-filegroup-action): Use
22439 ediff-merge-filename-prefix.
22440
22441 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22442
22443 * viper-ex.el (ex-write): Set selective display to nil.
22444
22445 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22446
22447 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22448 aliases for hebrew-iso-8bit.
22449
22450 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22451
22452 * woman.el: New version from Francis J. Wright
22453 <F.J.Wright@Maths.QMW.ac.uk>.
22454 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22455 names in environment variables regardless of the path separator.
22456 (woman-topic-all-completions-1): Don't call file-name-directory-p
22457 on all files, since woman-file-regexp already filters out any
22458 directories.
22459
22460 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22461
22462 * international/quail.el (quail-start-translation): Don't change
22463 modified-p of the current buffer.
22464 (quail-start-conversion): Likewise.
22465
22466 * international/kkc.el (kkc-region): Don't change modified-p of
22467 the current buffer.
22468
22469 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22470 conform to RFC1468.
22471 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22472
22473 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22474
22475 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22476 (speedbar-insert-button): Invisible text property fix.
22477 (speedbar-directory-plus): Renamed from speedbar-directory-+
22478 (speedbar-directory-minus): Renamed from speedbar-directory--
22479 (speedbar-page-plus): Renamed from speedbar-file-+
22480 (speedbar-page-minus): Renamed from speedbar-file--
22481 (speedbar-page): Renamed from speedbar-file-
22482 (speedbar-tag): Renamed from speedbar-tag-
22483 (speedbar-tag-plus): Renamed from speedbar-tag-+
22484 (speedbar-tag-minus): Renamed from speedbar-tag--
22485 (speedbar-expand-image-button-alist): Use above renames.
22486
22487 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22488 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22489 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22490 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22491 * sb-pg.xpm: Renamed from sb-file.xpm
22492 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22493 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22494
22495 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22496
22497 * international/quail.el (quail-show-guidance-buf): Set
22498 current-input-method of the guidance buffer to the name of the
22499 curren input method.
22500
22501 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22502
22503 * progmodes/compile.el (compile-internal): Style typo.
22504
22505 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22506 quote vars and functions in the docstring.
22507
22508 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22509
22510 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22511 Don't quote lambdas.
22512
22513 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22514
22515 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22516
22517 * startup.el (command-line): Determine source file of compiled
22518 user init file differently. Warn if compiled user init file
22519 is older than its source file.
22520
22521 * ffap.el (ffap-url-regexp): Add `https'.
22522
22523 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22524
22525 * files.el (make-backup-file-name-1): Replace slashes with `!'
22526 rather than `|' (which is not allowed on Windows). Replace the
22527 drive letters with a string "drive_X".
22528
22529 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22530
22531 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22532
22533 * files.el (interpreter-mode-alist): Add `bash2'.
22534
22535 2000-05-22 Dave Love <fx@gnu.org>
22536
22537 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22538 mapc.
22539 (feature-file): Avoid calling symbol-name. Doc fix.
22540 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22541 (loadhist-hook-functions): Add mouse-position-function.
22542 (unload-feature): Change uses of mapcar.
22543
22544 * files.el (parse-colon-path): Doc fix.
22545 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22546 (set-auto-mode): Use mapc.
22547
22548 * complete.el (PC-look-for-include-file): Use :alnum: character
22549 class.
22550 (partial-completion-mode): Add autoload cookie.
22551
22552 2000-05-22 Sam Steingold <sds@gnu.org>
22553
22554 * info.el (Info-fontify-node): Fixed the call to
22555 `add-text-properties' (bug introduced on 2000-05-18).
22556
22557 2000-05-22 Dave Love <fx@gnu.org>
22558
22559 * bindings.el: Remove debug-ignored-errors set in other files.
22560
22561 * progmodes/etags.el: Add to debug-ignored-errors.
22562 (visit-tags-table-buffer): Clear out buffers holding old tables
22563 when making a new list.
22564 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22565 mapc.
22566
22567 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22568 quote keywords.
22569 (cmpl-string-case-type): Use character classes.
22570
22571 * comint.el:
22572 * textmodes/ispell.el:
22573 * imenu.el:
22574 * mail/mh-e.el:
22575 * progmodes/compile.el: Add to debug-ignored-errors.
22576
22577 * dabbrev.el: Add to debug-ignored-errors.
22578 (dabbrev-completion): Use mapc.
22579
22580 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22581
22582 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22583 (woman-mapcan, woman-parse-man.conf)
22584 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22585 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22586 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22587 path syntax better.
22588 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22589 (woman-manpath): Call woman-parse-man.conf.
22590 (woman-emulation): New defcustom, defaults to nroff.
22591 (woman-font-support): New defconst.
22592 (woman-use-symbol-font): New defcustom.
22593 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22594 "Emulation".
22595 Many functions: Doc fix.
22596
22597 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22598
22599 * international/quail.el (quail-simple-translation-keymap): Map
22600 128..255 to quail-self-insert-command.
22601 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22602
22603 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22604
22605 * help.el (help-manyarg-func-alist): Typo.
22606
22607 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22608 intervals which makes it heaps simpler.
22609
22610 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22611 the nested comment markers.
22612
22613 * subr.el (remove-hook): Don't turn the hook's value into a list.
22614
22615 2000-05-21 Dave Love <fx@gnu.org>
22616
22617 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22618 are invalid characters.
22619
22620 * international/mule-util.el (detect-coding-with-priority): Use
22621 mapc. Remove redundant lambda.
22622
22623 * international/mule-diag.el (list-non-iso-charset-chars)
22624 (describe-fontset): Remove redundant lambda.
22625
22626 * emulation/crisp.el (brief-mode): New alias.
22627
22628 * emacs-lisp/ring.el (ring-elements): New function.
22629
22630 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22631 (easy-menu-do-add-item): Use keywordp.
22632
22633 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22634
22635 * replace.el: Doc and error message fixes.
22636 (replace-highlight): Use facep, not internal-find-face.
22637
22638 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22639
22640 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22641
22642 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22643 (log-edit-insert-changelog): Drop `:' as well.
22644
22645 * log-view.el: Fix file description.
22646 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22647 available.
22648 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22649 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22650
22651 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22652 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22653 Print a status message if the toggle is called interactively.
22654 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22655 for global minor modes and use `defcustom' for them.
22656 Use add-minor-mode.
22657 (easy-mmode-define-derived-mode): Remove.
22658 (define-derived-mode): Fancier default docstring.
22659 (easy-mmode-define-navigation): Signal an error rather than (ding).
22660
22661 * newcomment.el (comment-styles): New `box-multi'.
22662 (comment-normalize-vars): Better default for comment-continue to
22663 avoid whitespace-only continuations.
22664 (comment-search-forward): Always move even in the no-syntax case.
22665 (comment-padright): Only obey N if it's only obeyed for padleft.
22666 (comment-make-extra-lines): Better handling of empty continuations.
22667 Use `=' for the filler if comment-start has only one character.
22668 (uncomment-region): Try handling the special `=' filler.
22669 (comment-region): Allow LINES even if MULTI is nil.
22670 (comment-box): Choose box style based on comment-style.
22671
22672 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22673
22674 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22675 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22676
22677 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22678
22679 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22680 and insert, not subst-char-in-region.
22681
22682 * international/mule-diag.el (list-character-sets-1): Handle
22683 charsets eight-bit-control and eight-bit-graphic.
22684 (list-iso-charset-chars): Likewise.
22685 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22686 charactes as is. Use indent-to to align characters.
22687
22688 * international/mule-cmds.el (find-multibyte-characters): Never
22689 exclude charsets eight-bit-control and eight-bit-graphic.
22690
22691 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22692
22693 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22694 Don't quote lambdas.
22695
22696 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22697
22698 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22699
22700 * gud.el (gud-jdb-directories): Doc fix.
22701
22702 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22703
22704 * newcomment.el: New file.
22705
22706 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22707
22708 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22709
22710 2000-05-18 Andreas Schwab <schwab@suse.de>
22711
22712 * dired.el (dired-between-files): Also skip lines beginning with
22713 `used'.
22714
22715 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22716
22717 * msb.el (msb-menu-cond): Add choice `user'.
22718
22719 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22720
22721 * ps-print.el: Compatibility, customization and doc fix.
22722 (ps-printer-name-option): Replace defconst by defvar.
22723 (ps-postscript-code-directory): XEmacs compatibility.
22724 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22725 fix.
22726 (ps-user-defined-prologue, ps-print-prologue-header)
22727 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22728 compatibility and code fix.
22729 (ps-print-background-image, ps-print-background-text):
22730 Customization fix.
22731 (ps-line-number-start, ps-n-up-on): New vars.
22732
22733 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22734
22735 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22736 the indent-comment function to just return the appropriate indent.
22737
22738 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22739
22740 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22741 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22742 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22743
22744 2000-05-18 Dave Love <fx@gnu.org>
22745
22746 * info.el (Info-fontify-node): Add intangible property as well as
22747 invisible.
22748
22749 * calendar/appt.el (appt-make-list): Match all lines of entry.
22750 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22751
22752 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22753
22754 * international/mule-diag.el (describe-char-after): Call
22755 internal-char-font, not char-font. If internal-char-font returns
22756 nil, display "-- none --".
22757
22758 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22759
22760 * image.el (image-type-available-p): Don't reference image-types
22761 if it isn't bound.
22762
22763 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22764
22765 * autoarg.el (autoarg-mode): Typo in the :set argument.
22766
22767 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22768
22769 * startup.el (command-line-1): Don't signal an error if the
22770 directory for auto-save-list files does not yet exist.
22771
22772 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22773
22774 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22775
22776 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22777
22778 * subr.el (remove-hook): `setq' hook-value, not `set'.
22779
22780 2000-05-16 Sam Steingold <sds@gnu.org>
22781
22782 * info.el (debug-ignored-errors): More errors to ignore.
22783
22784 2000-05-16 Dave Love <fx@gnu.org>
22785
22786 * cus-edit.el: Don't require cl or easymenu.
22787 (custom-variable-prompt): Test standard-value property, not
22788 user-variable-p.
22789
22790 2000-05-16 Sam Steingold <sds@gnu.org>
22791
22792 * subr.el (add-hook): `setq' hook-value, not `set'.
22793
22794 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22795
22796 * startup.el (command-line-1): Mention the FAQ in the startup
22797 message.
22798
22799 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22800
22801 * progmodes/compile.el (compilation-parse-errors): Collect
22802 `nomessage' regexps last.
22803
22804 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22805
22806 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22807 to the function name.
22808
22809 2000-05-15 Dave Love <fx@gnu.org>
22810
22811 * speedbar.el (speedbar-recenter): Typo.
22812 (speedbar-expand-line): Make arg optional.
22813 (speedbar-mode): Avoid a compiler warning.
22814
22815 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22816
22817 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22818 user-specified option string is empty.
22819
22820 * mouse.el (mouse-yank-at-click): Doc fix.
22821
22822 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22823
22824 * term/internal.el (IT-character-translations): More updates of
22825 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22826 documents.
22827
22828 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22829
22830 * env.el (getenv): New function, interactively callable.
22831 (setenv, getenv): Remove autoload cookies.
22832
22833 * loadup.el: Load `env'.
22834
22835 * progmodes/f90.el: Change author's mail address.
22836
22837 2000-05-14 Dave Love <fx@gnu.org>
22838
22839 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22840 goto-addr as an option.
22841
22842 * help.el (help-xref-stack): Doc fix.
22843 (help-xref-following): New variable.
22844 (help-make-xrefs): Use it.
22845 (help-xref-go-back): Use position information from stack element.
22846 (help-follow): Make position in stack element a pair. Use
22847 help-xref-following.
22848
22849 * autoarg.el: New file.
22850
22851 * faces.el: Declare more functions obsolete.
22852
22853 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22854 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22855 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22856 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22857 Remove all the setup-...-environment functions.
22858
22859 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22860
22861 * speedbar.el: Updated the commentary section. xemacs20p now uses
22862 >= when detecting. Require `defimage' safely.
22863 (speedbar-easymenu-definition-base): Add toggle for images.
22864 (speedbar-easymenu-definition-special): Add flush cache & expand.
22865 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22866 (speedbar-reconfigure-keymaps-hook): New variable.
22867 (speedbar-frame-parameters): Updated documentation.
22868 (speedbar-use-imenu-flag): Updated custom tag
22869 (speedbar-dynamic-tags-function-list): New variable.
22870 (speedbar-tag-hierarchy-method): Updated doc & custom.
22871 (speedbar-indentation-width, speedbar-indentation-width) New
22872 variables.
22873 (speedbar-hide-button-brackets-flag): Customizable.
22874 (speedbar-vc-indicator): Doc update.
22875 (speedbar-ignored-path-expressions): Updated default value.
22876 (speedbar-supported-extension-expressions): Updated default value.
22877 (speedbar-syntax-table): Remove {} paren status.
22878 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22879 as "+". Added overlay aliases.
22880 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22881 `force-mode-line-update'.
22882 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22883 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22884 `mouse-set-point'
22885 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22886 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22887 of arbitrary text, and new helper functions.
22888 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22889 filename finder.
22890 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22891 (speedbar-directory-buttons): Update path search/expansion.
22892 (speedbar-make-tag-line): Pay attention to
22893 `speedbar-indentation-width'. Use more care w/ invisible
22894 properties.
22895 (speedbar-change-expand-button-char): Call
22896 `speedbar-insert-image-button-maybe'.
22897 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22898 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22899 (speedbar-trim-words-tag-hierarchy)
22900 (speedbar-simple-group-tag-hierarchy): New functions
22901 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22902 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22903 functions.
22904 (speedbar-mouse-set-point): New function
22905 (speedbar-power-click): Updated documentation.
22906 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22907 of tag prefix text.
22908 (speedbar-expand-line, speedbar-contract-line): Make more robust
22909 to strange text.
22910 (speedbar-expand-line): Takes universal argument to flush the
22911 cache.
22912 (speedbar-flush-expand-line): New function.
22913 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22914 Use new generator insertion method.
22915 (speedbar-fetch-dynamic-tags): New function.
22916 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22917 `speedbar-fetch-dynamic-imenu'.
22918 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22919 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22920 "Revert Buffer" menu items.
22921 (speedbar-buffer-buttons-engine): Be smarter when creating a
22922 filename tag (for expansion purposes.).
22923 (speedbar-highlight-one-tag-line,
22924 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22925 (speedbar-recenter): New functions.
22926 (defimage-speedbar): Image loading abstraction.
22927 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22928 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22929 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22930 (speedbar-tag-type, speedbar-tag-mail): New images.
22931 (speedbar-expand-image-button-alist): New variable.
22932 (speedbar-insert-image-button-maybe): Insert an image over some
22933 buttons.
22934
22935 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22936
22937 * international/mule-cmds.el (encode-coding-char): An ASCII
22938 character is always encodable.
22939
22940 * international/mule-conf.el: Add more information in descriptions
22941 of character sets.
22942
22943 * international/mule-diag.el (describe-char-after): New function.
22944 (describe-font-internal): Adjusted for the change of font-info.
22945 (describe-font): Likewise.
22946 (print-fontset): Rewritten for the new fontset implementation.
22947 (describe-fontset): Include fontset alias names in completion.
22948 (list-fontsets): Adjusted for the change of print-fontset.
22949
22950 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22951 describe-char-after instead of displaying the detail in the echo
22952 area.
22953 (syntax-code-table): Format changed.
22954 (string-to-syntax): Adjusted for the above change.
22955
22956 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22957
22958 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22959
22960 2000-05-12 Dave Love <fx@gnu.org>
22961
22962 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22963 dependence. Use line-{beginning,end}-position, not
22964 point-at{b,e}ol. Some doc fixes.
22965 (todo-position): New function. Fix callers of position to use it.
22966 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22967
22968 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22969
22970 * time.el (display-time-mail-icon): Use `:ascent center'.
22971
22972 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22973 handling FTP security extensions.
22974
22975 2000-05-11 Dave Love <fx@gnu.org>
22976
22977 * calendar/todo-mode.el: New file.
22978
22979 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22980
22981 * comint.el (comint-read-input-ring): Move reference to
22982 comint-input-ring-size outside of the save-excursion. It was
22983 causing the default value to be the only one ever seen.
22984
22985 * font-lock.el: Update copyright. Remove Simon Marshall's email
22986 address on request from him.
22987
22988 * subr.el (substitute-key-definition): Add comment describing
22989 the meaning of PREFIX.
22990
22991 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22992
22993 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22994
22995 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22996 (add-minor-mode): Don't make the variable buffer-local and add a
22997 reference to define-minor-mode in the docstring.
22998
22999 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23000 HEADER/FOOTER and fix bug with trailing empty directory.
23001 (cvs-append-to-ignore): Use vc-editable-p if available.
23002 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23003 (vc-do-command): Tweak advice to handle the new VC.
23004
23005 * log-view.el (log-view-goto-rev): New function for the new VC.
23006 (log-view-minor-wrap): Use mark-active.
23007
23008 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23009 (log-edit-changelog-full-paragraphs): New var.
23010 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23011 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23012 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23013 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23014 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23015 Replace the `cvs' prefix with `log-edit'.
23016
23017 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23018
23019 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23020 (diff-font-lock-defaults): Explicitly turn off multiline.
23021 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23022 (diff-ediff-patch): Fix call to ediff-patch-file.
23023 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23024 Handle comments.
23025
23026 * frame.el (automatic-hscrolling): Typo.
23027
23028 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23029
23030 2000-05-09 Sam Steingold <sds@goems.com>
23031
23032 * apropos.el (apropos-print): use `describe-face' instead of
23033 `customize-face-other-window'.
23034
23035 2000-05-09 Dave Love <fx@gnu.org>
23036
23037 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23038
23039 * help.el (describe-variable): Have customize button pop the
23040 help-xref stack when invoked.
23041 (help-xref-symbol-regexp): Add `face'.
23042 (help-make-xrefs): Check for quoted face names and adapt regexp
23043 submatch numbers to cope.
23044 (help-xref-interned): Maybe insert face doc too. Separate
23045 sections with a line of hyphens.
23046
23047 * faces.el: Some doc fixes. Declare some functions obsolete.
23048 (describe-face): Add customize button. Return the help
23049 text. Fix prompt.
23050
23051 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23052
23053 * term/internal.el (IT-character-translations): Fix last change.
23054
23055 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23056
23057 * woman.el: New file
23058 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23059
23060 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23061
23062 * term/internal.el (IT-character-translations): Update ASCII
23063 simulations for greek-iso8859-7, add latin-iso8859-14 and
23064 latin-iso8859-15.
23065
23066 * international/mule-cmds.el (set-language-info-alist): Call
23067 define-prefix-command with 3 arguments, to make the map suitable
23068 for a menu.
23069
23070 2000-05-07 Dave Love <fx@gnu.org>
23071
23072 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23073
23074 2000-05-05 Dave Love <fx@gnu.org>
23075
23076 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23077 list in doc string. Don't quote keyword symbols.
23078 * emacs-lisp/cl.el: Likewise
23079 * emacs-lisp/cl-seq.el: Likewise
23080
23081 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23082
23083 * abbrev.el (abbrev-mode): Make ARG optional.
23084
23085 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23086
23087 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23088
23089 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23090
23091 * subr.el (substitute-key-definition): Clarify documentation.
23092
23093 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23094
23095 * glasses.el (glasses-convert-to-unreadable): Use
23096 `glasses-separator' instead of the hard-wired "_".
23097 (glasses-mode): Call `glasses-make-unreadable' only in a single
23098 place.
23099
23100 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23101
23102 * term/internal.el (cjk-codepages-alist): Add associations for
23103 Chinese and Korean codepages. Remove FIXME comment.
23104
23105 2000-05-03 Dave Love <fx@gnu.org>
23106
23107 * time.el (display-time-mail-face, display-time-use-mail-icon):
23108 New option.
23109 (display-time-mail-icon): New variable.
23110 (display-time-string-forms): Use the above. Fix the local-map.
23111
23112 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23113
23114 * replace.el (query-replace-map): Add binding for `E'.
23115 (query-replace-help): Extend help text.
23116 (perform-replace): Allow editing the replacement string.
23117
23118 * make-mode.el (makefile-mode-abbrev-table): New variable.
23119 (makefile-mode): Set local abbrev table to
23120 makefile-mode-abbrev-table.
23121 (makefile-font-lock-keywords): Fontify includes and conditionals.
23122
23123 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23124 set TOGGLE's value.
23125
23126 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23127 mail-interactive-insert-alias.
23128 (mail-abbrev-complete-alias): New command.
23129 (mail-mode-map): Bind it to `M-TAB'.
23130
23131 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23132
23133 * language/lao-util.el (lao-compose-region): New function.
23134
23135 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23136
23137 * files.el (recover-session): Make directories as necessary
23138 if they don't exist yet.
23139
23140 * calendar/cal-french.el
23141 (french-calendar-multibyte-special-days-array)
23142 (french-calendar-special-days-array): Change French text.
23143 (calendar-french-date-string): Change output.
23144 (calendar-goto-french-date): Likewise.
23145
23146 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23147
23148 * wid-edit.el (widget-default-active): Obey `:always-active'.
23149 (widget-documentation-string-value-create): Set `:always-active'.
23150
23151 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23152
23153 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23154 default prefix to `~/_emacs.d/auto-save.list/_s'.
23155 (normal-top-level): Create the directory for auto-save files, if
23156 it doesn't already exist (in the ms-dos case only).
23157
23158 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23159
23160 * international/mule-cmds.el (set-language-environment): Don't
23161 concat an integer (dos-codepage), use format instead.
23162
23163 2000-05-02 Dave Love <fx@gnu.org>
23164
23165 * help.el (help-xref-on-pp): Check for constant symbols.
23166
23167 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23168
23169 * startup.el (normal-top-level): Put a condition-case around
23170 the code loading subdirs.el.
23171
23172 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23173
23174 * ps-print.el: Upside-down and face background color printing,
23175 line number step, doc fix.
23176 (ps-print-version): New version number (5.2).
23177 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23178 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23179 (ps-spool-config): Var fix.
23180 (ps-printer-name-option): Const fix.
23181 (ps-print-upside-down, ps-use-face-background)
23182 (ps-line-number-step): New vars.
23183 (ps-window-system, ps-lp-system): New consts.
23184 (ps-face-background): New fun.
23185
23186 2000-04-28 Richard Stallman <rms@gnu.org>
23187
23188 * files.el (make-auto-save-file-name):
23189 Apply auto-save-file-name-transforms to visited file name
23190 before generating auto save file name.
23191 (auto-save-file-name-transforms): New variable.
23192
23193 * files.el (backup-enable-predicate):
23194 Correctly test for a file under a temporary directory.
23195
23196 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23197
23198 * subr.el (add-minor-mode): Rewritten.
23199
23200 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23201
23202 * mail/sendmail.el (sendmail-send-it): Set
23203 buffer-file-coding-system to the selected coding system for MIME
23204 header.
23205
23206 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23207
23208 * dired.el (dired-move-to-filename-regexp): Allow format where
23209 YYYY is followed by two spaces.
23210
23211 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23212 in the second character class of the regexp.
23213
23214 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23215 mh-etc, too.
23216
23217 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23218 nil.
23219
23220 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23221
23222 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23223 argument.
23224
23225 2000-04-27 Sen Nagata <sen@eccosys.com>
23226
23227 * emacs-lisp/crm.el (crm-completion-table): New variable.
23228 (crm-collection-fn, crm-test-completion)
23229 (completing-read-multiple): Use it.
23230
23231 2000-04-27 Dave Love <fx@gnu.org>
23232
23233 * help.el (locate-library): Use mapc.
23234 (help-manyarg-func-alist): Add call-process-region.
23235
23236 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23237
23238 * subr.el (add-minor-mode): Make argument MAP optional.
23239
23240 * desktop.el (desktop-save): Save list of minor modes.
23241 (desktop-create-buffer): Restore minor modes.
23242 (desktop-minor-mode-table): New user-option.
23243
23244 * subr.el (add-minor-mode): New function.
23245
23246 * image.el (find-image): New function.
23247 (defimage): Rewritten to find image at load time.
23248
23249 * startup.el (normal-top-level-add-to-load-path): Handle
23250 case that the default directory is not in load-path.
23251
23252 * help.el: Old patch from Stefan Monnier.
23253 (help-xref-on-pp): New function.
23254 (describe-variable): Use it to display xrefs in a symbol's value.
23255
23256 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23257
23258 * cus-edit.el (custom-face): Fix parenthesis.
23259
23260 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23261
23262 * mail/rmail.el (rmail-expunge): When there are no deleted
23263 messages, do nothing.
23264
23265 2000-04-26 Dave Love <fx@gnu.org>
23266
23267 * international/mule-cmds.el (locale-translation-file-name):
23268 Defvar to nil.
23269 (set-locale-environment): Set it here (at runtime).
23270
23271 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23272
23273 * replace.el (perform-replace): Add parameters START and END. Use
23274 them instead of the check for a region in Transient Mark mode.
23275 (query-replace-read-args): Return two more list elements for the
23276 start and end of the region in Transient Mark mode.
23277 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23278 (map-query-replace-regexp, replace-string, replace-regexp): Add
23279 optional last arguments START and END and pass them to
23280 perform-replace.
23281
23282 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23283 form with additional arguments for perform-replace.
23284
23285 * progmodes/etags.el (tags-query-replace): Add parameters START
23286 and END. Construct a form with additional arguments for
23287 perform-replace.
23288
23289 * simple.el (shell-command): Set default directory for "*Shell
23290 Command Output" buffer.
23291
23292 * language/european.el (iso-latin-4): Fix typo.
23293
23294 * emacs-lisp/crm.el: New file.
23295
23296 2000-04-24 Dave Love <fx@gnu.org>
23297
23298 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23299 (Custom-reset-saved, Custom-reset-standard)
23300 (custom-group-value-create, custom-group-set, custom-group-save)
23301 (custom-group-reset-current, custom-group-reset-saved)
23302 (custom-group-reset-standard): Use mapc.
23303 (custom-buffer-create-internal): Disable undo when creating items.
23304 Use mapc.
23305 (custom-face): Avoid redundant lambda.
23306
23307 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23308
23309 * startup.el (auto-save-list-file-prefix): Set default to
23310 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23311
23312 2000-04-24 Sam Steingold <sds@gnu.org>
23313
23314 * time-stamp.el (time-stamp-string-preprocess): Always convert
23315 `field-result' to a string.
23316
23317 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23318
23319 * frame.el (scrolling): New group.
23320 (automatic-hscrolling): New user-option.
23321
23322 * startup.el (command-line-x-option-alist): Add `-lsp' and
23323 `--line-spacing'.
23324
23325 2000-04-19 Dave Love <fx@gnu.org>
23326
23327 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23328 (cl-mapc): Rename from mapc. Fix the funcall.
23329
23330 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23331
23332 * simple.el (clone-indirect-buffer-other-window): New command.
23333 (clone-indirect-buffer): Add optional arg NORECROD.
23334 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23335
23336 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23337
23338 * window.el (count-screen-lines): New function.
23339 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23340 instead of window-buffer-height.
23341
23342 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23343 non-existing variable comint-input-sentinel.
23344 (inferior-lisp-args-to-list): Removed.
23345 (inferior-lisp): Use split-string instead of
23346 inferior-lisp-args-to-list.
23347
23348 * hexl.el (hexl-insert-hex-string): New command.
23349
23350 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23351 instead of concat.
23352
23353 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23354
23355 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23356 at the start of an existing but empty folder.
23357
23358 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23359
23360 * ps-mule.el: Customization fix, doc fix.
23361 (ps-multibyte-buffer): Customization fix.
23362
23363 2000-04-17 Richard M. Stallman <rms@gnu.org>
23364
23365 * subr.el (read-passwd): Use read-char-exclusive.
23366
23367 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23368
23369 * textmodes/texinfo.el (texinfo-insert-@email)
23370 (texinfo-insert-@emph, texinfo-insert-@quotation)
23371 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23372 (texinfo-mode-map): Add key bindings for them.
23373
23374 * files.el (basic-save-buffer-2): Use a template with `$'
23375 instead of `#' for VMS.
23376
23377 * simple.el (clone-indirect-buffer): New function.
23378
23379 2000-04-16 Stephen Eglen <stephen@gnu.org>
23380
23381 * iswitchb.el (iswitchb-case): New function. If the user input
23382 contains any upper-case characters, the search is made
23383 case-sensitive.
23384
23385 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23386
23387 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23388 comment-end.
23389 (texinfo-font-lock-syntactic-keywords): New var.
23390 (texinfo-font-lock-keywords): Remove comment regexp.
23391 (texinfo-insert-block): New function.
23392 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23393 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23394 and font-lock-defaults. Use regexp-opt for outline-regexp.
23395 (texinfo-environments): New var.
23396 (texinfo-environment-regexp): Use regexp-opt and
23397 texinfo-environments.
23398
23399 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23400 ispell-process is bound since this might be eval'd before ispell
23401 is loaded.
23402 (ispell-message): Use a tiny bit less magic and a bit more hard
23403 data to figure out what kind of sc-cite-regexp to use.
23404
23405 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23406
23407 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23408 (insert-cyclic-diary-entry): Unquote the lambda.
23409
23410 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23411
23412 * files.el (backup-enable-predicate): Unquote the lambda.
23413
23414 * cus-edit.el (custom-face, face): Unquote the lambda.
23415
23416 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23417
23418 * ps-print.el: Check for line-beginning-position definition.
23419
23420 * ps-print.el: Fix counting lines in a region.
23421 (ps-print-version): New version number (5.1.5).
23422 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23423 (ps-printing-region): Fun code fix.
23424
23425 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23426
23427 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23428 to file-directory-p.
23429
23430 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23431
23432 * gud.el (gud-jdb-build-source-files-list): Check that directory
23433 exists before calling directory-files.
23434
23435 2000-04-13 Dave Love <fx@gnu.org>
23436
23437 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23438 syntax.
23439
23440 * emacs-lisp/cl-specs.el: Remove when, unless.
23441
23442 * emacs-lisp/cl-extra.el: Don't quote keywords.
23443 (cl-old-mapc): New variable.
23444 (mapc): Use it.
23445 (cl-map-intervals): Use with-current-buffer. Don't check for
23446 next-property-change.
23447 (cl-map-overlays): Use with-current-buffer.
23448 (cl-expt): Remove.
23449 (copy-tree, remprop): Define unconditionally.
23450
23451 * emacs-lisp/cl-compat.el (keywordp): Remove.
23452
23453 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23454 to use keywordp.
23455 (edebug-spec): Enable keywordp.
23456
23457 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23458 string-lessp.
23459
23460 * cus-start.el: Use keywordp.
23461
23462 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23463
23464 * diary-lib.el (include-other-diary-files): Fix the fix of
23465 2000-02-18 by doing a save-excursion.
23466
23467 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23468
23469 * ps-print.el: Customization fix, doc fix.
23470 (ps-print-version): New version number (5.1.4).
23471 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23472 (ps-print-preprint): Adjust code.
23473 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23474 (ps-print-prologue-header, ps-print-control-characters)
23475 (ps-spool-config): Customization fix.
23476
23477 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23478
23479 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23480 converted to the new menu-item format, names silightly changed,
23481 help strings added.
23482
23483 Support for spelling without async subprocesses:
23484
23485 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23486 (ispell-session-buffer): New variables.
23487 (ispell-start-process, ispell-process-status,
23488 ispell-accept-output, ispell-send-string): New functions, for
23489 Ispell invocation when async subprocesses aren't supported.
23490 (ispell-word, ispell-pdict-save, ispell-command-loop,
23491 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23492 to process-send-string with calls to ispell-send-string, and
23493 accept-process-output with ispell-accept-output.
23494 (ispell-init-process): Call ispell-process-status instead of
23495 process-status with.
23496 (ispell-init-process): Call ispell-start-process. Call
23497 ispell-accept-output and ispell-send-string. Don't call
23498 process-kill-without-query and kill-process if they are unbound.
23499 (ispell-async-processp): New function.
23500
23501 2000-04-12 Dave Love <fx@gnu.org>
23502
23503 * info.el: Add debug-ignored-errors.
23504 (Info-mode-menu): Add some items.
23505 (Info-directory): Add autoload cookie.
23506
23507 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23508 Modify `truncate-lines'. Make `describe-language-environment'
23509 always visible and add help. Modify `describe-key' help. Invoke
23510 Info-directory from `info'. New entry `emacs-manual'.
23511
23512 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23513
23514 * progmodes/ebrowse.el (ebrowse-tree-mode):
23515 Use propertized-buffer-identification.
23516 (ebrowse-update-member-buffer-mode-line): Likewise.
23517 (ebrowse--mode-strings): Removed.
23518 (ebrowse--mode-line-props): Removed.
23519
23520 * files.el (auto-mode-alist): Add `EBROWSE'.
23521
23522 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23523 space before testing for end of buffer.
23524 (ebrowse-load): Removed.
23525 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23526 (ebrowse-create-tree-buffer): Rewritten.
23527 (ebrowse-tree-mode): Read tree from buffer.
23528
23529 * progmodes/ebrowse-ffh.el: Removed.
23530
23531 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23532
23533 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23534
23535 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23536
23537 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23538 at the wrong place.
23539
23540 2000-04-09 Dave Love <fx@gnu.org>
23541
23542 * files.el (backup-enable-predicate):
23543 Use temporary-file-directory, small-temporary-file-directory.
23544 (make-backup-file-name-function, backup-directory-alist): New vars.
23545 (make-backup-file-name-1): New function.
23546 (make-backup-file-name): Use it.
23547 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23548 (file-newest-backup): Use make-backup-file-name.
23549
23550 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23551
23552 * progmodes/ebrowse-ffh.el: New file.
23553
23554 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23555 Moved to ebrowse-ffh.el.
23556 (ebrowse-load): Add autoload.
23557
23558 * finder.el (finder-commentary): Add autoload cookie.
23559
23560 * mail/rfc2368.el: Correct author's email address.
23561
23562 * progmodes/ebrowse.el: New file.
23563
23564 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23565 item help string.
23566 (easy-menu-do-add-item): Ditto.
23567 (easy-menu-define): Extend doc string.
23568
23569 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23570 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23571 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23572 with-buffer-unmodified.
23573
23574 2000-04-08 Dave Love <fx@gnu.org>
23575
23576 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23577 unless, when.
23578
23579 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23580
23581 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23582 (viper-flash-search-pattern): No operation when using Emacs
23583 doesn't support face.
23584 Use `viper-put-on-search-overlay'.
23585
23586 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23587
23588 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23589 like C-r.
23590
23591 * progmodes/make-mode.el: Some doc fixes.
23592 (makefile-mode-abbrev-table): New variable.
23593 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23594 (makefile-font-lock-keywords): Fontify includes and conditionals.
23595 (toplevel): Require `dabbrev' and `add-log' when compiling.
23596
23597 * replace.el (perform-replace): Don't move forward one char
23598 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23599 to do that because it leaves point 1 position after the last
23600 replacement, after everything has been replaced.
23601
23602 * jit-lock.el (with-buffer-unmodified): New macro.
23603 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23604 modified state.
23605 (jit-lock-function-1): Extracted from jit-lock-function; not
23606 preserving buffer's modified state.
23607 (jit-lock-function, jit-lock-stealth-fontify):
23608 Call jit-lock-function-1.
23609
23610 * mail/rfc2368.el: Remove supernumerary copyright line.
23611
23612 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23613
23614 * glasses.el: Provide facilities for inserting space before left
23615 parentheses and uncapitalization of identifiers.
23616 (glasses-mode): Try to remove old overlays in all cases.
23617
23618 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23619
23620 * progmodes/compile.el (compile-internal): Display the compilation
23621 buffer in a different frame, if it's already displayed there.
23622
23623 * mail/rfc2368.el: New file.
23624
23625 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23626 header and insert its value as mail body.
23627
23628 * subr.el (member-ignore-case): New function.
23629
23630 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23631 (dabbrev--find-expansion): Ignore buffers matching a regexp
23632 from dabbrev-ignored-regexps.
23633
23634 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23635 to extensions handled by gzip.
23636
23637 2000-04-03 Richard M. Stallman <rms@gnu.org>
23638
23639 * files.el (insert-directory): List the total free space
23640 along with the used space.
23641
23642 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23643 line is followed by one that matches CITATION-REGEXP, end the
23644 paragraph.
23645
23646 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23647
23648 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23649 (rmail-make-basic-summary-line): Use that option.
23650
23651 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23652
23653 * international/mule-cmds.el (encoded-string-description):
23654 Rewritten. Try pretty description for ISO 2022 escape sequences
23655 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23656 for hexadecimal format.
23657
23658 2000-04-01 Dave Love <fx@gnu.org>
23659
23660 * cpp.el: Change customization group to `c' from `C'.
23661
23662 * vcursor.el (vcursor-move): Use display-color-p.
23663
23664 * international/mule-util.el: Provide mule-utils.
23665 (string-to-sequence): Simplify and speed up.
23666
23667 * international/mule.el (make-coding-system): Purecopy doc-string.
23668
23669 * international/mule-cmds.el: Various menu changes.
23670 (describe-specified-language-support): Handle `Default'.
23671 (set-language-info): Purecopy `info'.
23672
23673 2000-03-31 Andrew Innes <andrewi@gnu.org>
23674
23675 * vc.el (vc-backend-diff): Return the correct status if we had to
23676 retry the rcsdiff command without the --brief option.
23677
23678 2000-03-31 Dave Love <fx@gnu.org>
23679
23680 * help.el (help-manyarg-func-alist): Correct several omissions.
23681
23682 * add-log.el: Don't require cl, fortran.
23683 (add-log-current-defun-function): Doc fix.
23684 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23685 (change-log-version-rcs): Function deleted.
23686 (change-log-version-number-search): Doc fix.
23687 Use vc-workfile-version. Avoid CL dolist.
23688 (add-change-log-entry): Just call add-log-current-defun to get
23689 defun. Simplify somewhat.
23690 (change-log-get-method-definition-1): Likewise.
23691 (add-log-current-defun): Return nil if calling
23692 add-log-current-defun-function does so. Move Fortran stuff to
23693 fortran.el. Return string without properties.
23694
23695 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23696 and :alpha: char classes.
23697
23698 * mail/supercite.el: Defvar curline when compiling.
23699 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23700 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23701 rather than a-zA-Z0-9 to allow non-ASCII characters.
23702
23703 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23704
23705 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23706
23707 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23708 Re-enable new code.
23709
23710 * lpr.el (print-region-1): Use -d to specify printer name for
23711 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23712
23713 2000-03-31 Dave Love <fx@gnu.org>
23714
23715 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23716 Look for function definition in symbol's function value slot first
23717 instead of first consulting byte-compile-function-environment.
23718
23719 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23720
23721 * language/european.el ("Polish"): New language environment.
23722 (setup-polish-environment): New function.
23723
23724 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23725
23726 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23727 Disable new code.
23728
23729 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23730 trying to `load' the symbol of an autoload instead of the file
23731 recorded in the autoload. Fix error messages.
23732
23733 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23734
23735 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23736 (ps-print-version): New version number (5.1.3).
23737 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23738 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23739 (ps-generate-postscript-with-faces): Code fix.
23740 (ps-color-values): XEmacs compatibility.
23741 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23742 (ps-default-fg, ps-default-bg): Adjust customization.
23743 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23744 (ps-color-scale): Renaming old ps-color-value fun.
23745 (ps-print-headers): Replace ps-print-header group to avoid conflict
23746 with ps-print-header variable.
23747 (ps-print-miscellany): New group.
23748 (ps-format-color, ps-rgb-color): New funs.
23749 (ps-default-foreground): New var.
23750 (ps-printer-name-option): New const.
23751
23752 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23753
23754 * net/net-utils.el:
23755 (network-connection-host, network-connection-service): New variables
23756 (network-connection-mode): New mode, derived from comint-mode
23757 (network-connection-mode-setup): New function, saves host and
23758 service information in local variables.
23759
23760 * lisp/locate.el:
23761 (locate-word-at-point): Added this function
23762 (locate): Default to using locate-word-at-point as input
23763 Run dired-mode-hook
23764
23765 2000-03-29 Dave Love <fx@gnu.org>
23766
23767 * calendar/appt.el: Doc fixes.
23768 (appt-check): Convert min-to-app to a string before passing to
23769 appt-disp-window-function or concat.
23770 (appt-delete-window): Remove test for frame-root-window.
23771 (appt-select-lowest-window, appt-convert-time): Simplify.
23772
23773 * emacs-lisp/bytecomp.el: Doc fixes.
23774 (byte-compile-file-form-autoload):
23775 Update byte-compile-function-environment.
23776
23777 2000-03-29 Andreas Schwab <schwab@suse.de>
23778
23779 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23780
23781 * dired.el (dired-insert-directory): If dired-free-space-program
23782 failed just delete its output.
23783
23784 2000-03-29 Dave Love <fx@gnu.org>
23785
23786 * international/iso-cvt.el: Move provide to end. Doc fixes.
23787 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23788 (iso-iso2sgml, iso-sgml2iso): New functions.
23789 (iso-cvt-define-menu): Fix some entries and use backquote for
23790 clarity.
23791
23792 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23793
23794 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23795
23796 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23797 ISO-DATE. If non-nil, return date in ISO 8601 format.
23798
23799 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23800
23801 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23802 if it ever becomes used.
23803 (log-edit-mode-hook): Default to vc-log-mode-hook.
23804 (log-edit-mode): Fix the docstring.
23805
23806 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23807 the code.
23808
23809 2000-03-26 Dave Love <fx@gnu.org>
23810
23811 * net/browse-url.el (browse-url): Re-fix case of
23812 browse-url-browser-function being an alist.
23813 (browse-url): Add :link to defgroup.
23814
23815 * files.el: Doc fixes.
23816 (file-truename): Include `[' in wildcard characters.
23817 (automount-dir-prefix): Customize.
23818 (find-file-wildcards): Add :version.
23819 (find-file-noselect): Simplify a mapcar call.
23820
23821 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23822 compatible with inf-lisp version.
23823 (eval-defun-1): Fix custom-declare-variable case.
23824
23825 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23826
23827 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23828
23829 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23830
23831 * Makefile (COMPILE_FIRST): New macro.
23832 (compile-files): Compile files from COMPILE_FIRST first.
23833
23834 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23835
23836 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23837 matching open parenthesis in column 0 to defun-prompt-regexp
23838 only if open-paren-in-column-0-is-defun-start is set.
23839
23840 * sun-curs.el: Require CL at compile-time only.
23841
23842 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23843 instead of copy-list which is a function from CL.
23844 (msb--choose-menu, msb--mode-menu-cond)
23845 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23846 (msb--init-file-alist): Use mapcar instead of mapcan.
23847 (msb--aggregate-alist): Use mapcar instead of mapcan.
23848 Fix `(' in column 0 in doc string.
23849 (msb--add-separators): Use mapcar instead of mapcan.
23850
23851 * cus-dep.el: Require CL at compile-time only.
23852
23853 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23854
23855 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23856 (byte-compile-warnings): New warning `noruntime'.
23857 (byte-compile-constants, byte-compile-variables): Fix docstring.
23858 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23859 execute `eval-whenc-compile's body.
23860 (byte-compile-unresolved-functions): Fix docstring.
23861 (byte-compile-eval): New function.
23862 (byte-compile-callargs-warn): Check if the function will be available
23863 at runtime (via property `byte-compile-noruntime').
23864 (byte-compile-print-syms): New function.
23865 (byte-compile-warn-about-unresolved-functions): Also warn about
23866 `noruntime' functions (and use `byte-compile-print-syms').
23867 (byte-compile-file): Capitalize the message.
23868
23869 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23870
23871 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23872 (rmail-expunge): Ask for confirmation depending on the setting
23873 of rmail-confirm-expunge.
23874
23875 2000-03-23 Gerd Moellmann <gerd@gnu.org>
23876
23877 * Makefile (bootstrap-clean): If $(emacs) exists, build
23878 loaddefs.el first. A loaddefs.el that's not up-to-date might
23879 cause a bootstrap failure because things don't autoload as expected.
23880
23881 2000-03-23 Dave Love <fx@gnu.org>
23882
23883 * net/browse-url.el: Restore previous use of
23884 browse-url-maybe-new-window.
23885
23886 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23887
23888 * ps-print.el: Skip banner page fix.
23889 (ps-print-version): New version number (5.1.2).
23890 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23891
23892 2000-03-23 Dave Pearson <davep@davep.org>
23893
23894 * net/quickurl.el Changed the type of parameter passed to the
23895 function defined by `quickurl-format-function'. Before only the
23896 text of the URL was passed. Now the whole URL structure is passed
23897 and the function is responsible for extracting the parts it requires.
23898 Changed the default of `quickurl-format-function' accordingly.
23899 (quickurl-insert): Changed the `funcall' of
23900 `quickurl-format-function' to match the above change.
23901 (quickurl-list-insert): Changed the `url' case so that it makes
23902 use of `quickurl-format-function', previous to this the format was
23903 hard wired.
23904
23905 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23906
23907 * startup.el: Change some spellings for the X Window System.
23908
23909 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23910
23911 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23912 Clean up the code and the regexp and make sure the cursor is
23913 temporarily moved to the suspicious line while querying the user.
23914
23915 2000-03-22 Jason Rumney <jasonr@gnu.org>
23916
23917 * w32-fns.el (w32-charset-info-alist): Initialize.
23918
23919 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23920
23921 * ps-print.el: N-up last page fix.
23922 (ps-print-version): New version number (5.1.1).
23923 (ps-end-file, ps-end-job, ps-generate): Code fix.
23924
23925 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23926
23927 * files.el (find-file-run-dired): Update docstring.
23928 (find-directory-functions): New hook.
23929 (find-file-noselect): Run find-directory-functions rather than
23930 calling dired directly.
23931
23932 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23933
23934 * pcvs.el: Add a minimal leading commentary.
23935 (cvs-make-cvs-buffer): Change the header part by removing the startup
23936 message and adding a `Module' entry. Also replace the FOOTER and
23937 HEADER special fileinfos with the new support in ewoc for updating
23938 its own footer and header.
23939 (cvs-update-header): Update to use the header/footer of the ewoc.
23940 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23941 (cvs-is-within-p): New function.
23942 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23943 to only examine some subset of the buffers.
23944
23945 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23946 `format' instead of our own ad-hoc functions.
23947 Remove HEADER and FOOTER cases, now handled in the EWOC.
23948 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23949
23950 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23951 output to avoid scaring the user.
23952 (cvs-parse-table): Catch message for non-up-to-date commits.
23953
23954 * pcvs-defs.el (cvs-startup-message): Remove.
23955 (cvs-global-menu): New autoloaded menu.
23956
23957 * pcvs-util.el (cvs-string-fill): Remove.
23958
23959 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23960 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23961 PP part of it and also make it work for footers and headers.
23962 (ewoc-create): Drop POS and BUFFER arguments.
23963 Use the DLL's dummy node to store the end-of-footer position.
23964 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23965 (ewoc-refresh): Remove unused `header' variable.
23966 (ewoc-(get|set)-hf): New functions.
23967
23968 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23969 log-view-*-(message|file) and use easy-mmode-define-navigation.
23970 (log-view-message-re): Match SCCS format as well.
23971 And match the revision line rather than the dashed separator line.
23972 (log-view-mode): Use the new define-derived-mode.
23973 (log-view-current-tag): Fill in with an actual implementation.
23974
23975 * cvs-status.el (cvs-status-(prev|next)): Rename from
23976 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23977 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23978 to let the output "breathe" a little more (more readable).
23979 (cvs-status-mode): Use the new define-derived-mode.
23980
23981 * smerge-mode.el (smerge-auto-leave): New function and variable.
23982 (smerge-basic-map): Rename from smerge-basic-keymap.
23983 Change the bindings for smerge-diff-*.
23984 (smerge-*-map): Use easy-mmode-defmap.
23985 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23986 (smerge-keep-*): Use smerge-auto-leave.
23987
23988 2000-03-21 Jason Rumney <jasonr@gnu.org>
23989
23990 * cus-edit.el (custom-button-face): Use 3D look for w32.
23991 (custom-button-pressed-face): Likewise.
23992
23993 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23994
23995 * progmodes/etags.el (tags-case-fold-search): New user-option.
23996 (tags-loop-eval): New function. Bind case-fold-search around eval
23997 depending on the value of tags-case-fold-search.
23998 (tags-loop-continue): Use tags-loop-eval.
23999 (find-tag-in-order): Bind case-fold-search depending on the value
24000 of tags-case-fold-search.
24001
24002 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24003
24004 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24005 (diff-end-of-hunk): Return the end position for use in
24006 `easy-mmode-define-navigation'.
24007 (diff-recenter): Remove.
24008 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24009 of `easy-mmode-define-navigation'.
24010 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24011 previous renaming) and fix to use new names.
24012 (diff-merge-strings): Use \n as separator: simpler, faster.
24013 (diff-mode): Use `define-derived-mode'.
24014
24015 * derived.el (define-derived-mode): Don't autoload anymore.
24016 Prefer the macro-only version provided by easy-mmode.el.
24017
24018 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24019 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
24020 (easy-mmode-define-navigation): New macro.
24021
24022 * subr.el (combine-run-hooks): New function.
24023
24024 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
24025
24026 * term/x-win.el: Fontsets related initialization is simplified.
24027
24028 * international/mule-diag.el (describe-font): Don't refer to
24029 global-fontset-alist, instead call font-list.
24030 (describe-fontset, list-fontsets, mule-diag): Likewise.
24031 (print-fontset): Adjusted for the change of fontset implementation.
24032
24033 * international/fontset.el (x-charset-registries): Variable removed,
24034 instead the corresponding data is stored in the default fontset.
24035 (register-alternate-fontnames): Function removed.
24036 (resolved-ascii-font): Variable removed.
24037 (x-compose-font-name): Ignore the second argument REDOCE.
24038 (x-complement-fontset-spec): Complement only an ASCII font and
24039 element for those charsets than can use that ASCII font.
24040 (generate-fontset-menu): Don't refer to global-fontset-alist,
24041 instead call fontset-list.
24042 (uninstantiated-fontset-alist): Variable removed.
24043 (x-style-funcs-alist): Likewise.
24044 (fontset-default-styles): Likewise.
24045 (x-modify-font-name): Function removed.
24046 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24047 (create-fontset-from-ascii-font): Docsting adjusted for the above
24048 change.
24049 (instantiate-fontset, resolve-fontset-name): Functions removed.
24050 (fontset-list): Now implemented by C code.
24051
24052 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24053 (describe-face): Include `font' attribute in the description.
24054
24055 2000-03-21 Kenichi Handa <handa@etl.go.jp>
24056
24057 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24058
24059 2000-03-20 Gerd Moellmann <gerd@gnu.org>
24060
24061 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24062 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24063 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24064
24065 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24066 about behavior of set-buffer-modified-p wrt redisplay.
24067
24068 2000-03-19 Richard M. Stallman <rms@gnu.org>
24069
24070 * view.el (view-mode-disable): Kill local binding of view-read-only.
24071
24072 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24073
24074 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24075 is a string, convert it to a syntax cell using string-to-syntax.
24076
24077 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24078 (string-to-syntax): New function.
24079
24080 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24081 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24082 try to use passive ftp mode.
24083
24084 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24085
24086 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24087
24088 * simple.el (append-to-buffer): Update point of windows after
24089 insertion.
24090
24091 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24092 forward then moving backward. Reindent.
24093
24094 * frame.el (other-frame): Call x-focus-frame only if
24095 focus-follows-mouse is off.
24096
24097 2000-03-17 Dave Love <fx@gnu.org>
24098
24099 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24100
24101 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24102
24103 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24104 regexp for labels cannot span several lines.
24105
24106 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24107 `(setq :<key> ':<key>)' to the macro expansion.
24108
24109 2000-03-16 Dave Love <fx@gnu.org>
24110
24111 * progmodes/f90.el (f90): Put custom group under `languages', not
24112 `fortran'.
24113 (f90-mode-hook): Customize.
24114 (f90-mode): Set add-log-current-defun-function.
24115 (f90-current-defun): New function.
24116
24117 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24118
24119 * cus-edit.el (custom-variable-tag-face): Handle case that
24120 default face's height is not a number.
24121 (custom-face-tag-face, custom-group-tag-face-1)
24122 (custom-group-tag-face): Ditto.
24123 (custom-group-tag-face-1): Add :group.
24124
24125 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24126
24127 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24128
24129 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24130 requiring easymenu.
24131
24132 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24133
24134 * ps-print.el: PostScript user-defined prologue, PostScript error
24135 handler, doc fix.
24136 (ps-print-version): New version number (5.1).
24137 (ps-user-defined-prologue, ps-error-handler-message)
24138 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24139 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24140 (ps-insert-string): New function.
24141
24142 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24143
24144 * international/ccl.el (ccl-compile-expression): Don't generate
24145 invalid self-assignment code.
24146
24147 2000-03-14 Dave Love <fx@gnu.org>
24148
24149 * subr.el (replace-regexp-in-string): Renamed from
24150 replace-regexps-in-string. Doc fix.
24151
24152 2000-03-12 Dave Love <fx@gnu.org>
24153
24154 * cus-edit.el: Doc fixes.
24155 (customize-set-variable, customize-save-variable): Rename args for doc.
24156 (custom-variable-tag-face, custom-face-tag-face)
24157 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24158 style which user identify as hyperlink.
24159 (hook): Don't add undefined functions to the hook.
24160 (debug-ignored-errors): Transfer message from bindings.el.
24161
24162 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24163
24164 * recentf.el (recentf-keep-non-readable-files-p):
24165 Remove double/nested definition.
24166
24167 2000-03-12 Dave Love <fx@gnu.org>
24168
24169 * facemenu.el (facemenu-get-face): Use display-color-p.
24170 * enriched.el (enriched-decode-foreground): Likewise.
24171 (enriched-decode-background): Likewise.
24172 * isearch.el (isearch-highlight): Likewise.
24173 * info-look.el (info-lookup): Likewise.
24174 * simple.el (completion-setup-function): Likewise.
24175
24176 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24177 :options.
24178
24179 * bindings.el (mode-line-format): Fix line-number and
24180 column-number items. Add help-echo for the background.
24181 (mode-line-mule-info): Modify help-echo.
24182
24183 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24184
24185 * files.el (load-file): Allow completion to .elc.
24186
24187 * man.el: Doc fixes.
24188 (Man-init-defvars): Use display-color-p to set fontification.
24189
24190 * play/hanoi.el (hanoi-internal): Don't use oddp.
24191
24192 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24193
24194 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24195
24196 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24197
24198 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24199
24200 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24201 Fix comment.
24202
24203 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24204
24205 * font-lock.el (font-lock-keywords): Fix the doc now that
24206 regexp-opt-depth is unnecessary.
24207 (save-buffer-state): Set an edebug spec.
24208 (font-lock-fontify-anchored-keywords): Properly handle the case when
24209 the matcher goes past the limit.
24210
24211 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24212 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24213
24214 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24215 dll.el and cookie.el (from Elib) with heavy renaming and other
24216 massaging.
24217
24218 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24219 Autoload the functions used.
24220 (easy-mmode-define-syntax): Fix CL typo.
24221 (easy-mmode-define-derived-mode): Improve the docstring generation.
24222
24223 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24224
24225 * textmodes/texinfo.el (texinfo-version): Variable and function
24226 removed.
24227
24228 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24229
24230 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24231 allow more flexibility.
24232 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24233 (easy-mmode-defmap, easy-mmode-defsyntax)
24234 (easy-mmode-define-derived-mode): New macros.
24235
24236 2000-03-09 Didier Verna <didier@xemacs.org>
24237
24238 * rect.el (replace-rectangle): New function.
24239
24240 2000-03-09 Dave Love <fx@gnu.org>
24241
24242 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24243 (fortran-comment-line-start-skip): Don't match cpp stuff.
24244 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24245 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24246 (fortran-mode): Don't set fortran-comment-line-start-skip,
24247 fortran-comment-line-start here. Set comment-start,
24248 add-log-current-defun.
24249 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24250 (fortran-current-defun): New function.
24251
24252 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24253
24254 * emacs-lisp/re-builder.el: New file.
24255
24256 * mouse.el (mouse-drag-region): Don't run up-event handler
24257 if hscroll has changed.
24258
24259 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24260 builtin operators, use `font-lock-builtin-face' for Emacs and
24261 `font-lock-preprocessor-face' otherwise.
24262
24263 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24264 `(defun (setf foo)' differently.
24265
24266 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24267
24268 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24269 (regexp-opt): Update comment and adapt the code the new meaning of
24270 the `paren' argument of regex-opt-group for shy-groups.
24271 (regexp-opt-depth): Handle shy groups as well as backslashed
24272 backslashes.
24273 (regexp-opt-group): Turn the leading comment into a docstring.
24274 Allow `paren' to be a string (the string to use to open a group).
24275 Remove open-presuf and close-presuf. Instead of checking for `all
24276 one-char' and then later on check for `several one-char', handle
24277 both cases close together. Also apply a more generic algorithm
24278 for suffixes (the mirror image of the algorithm used for
24279 prefixes). Use shy-groups. Use nreverse rather than reverse.
24280 (regexp-opt-try-suffix): Removed.
24281
24282 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24283 from comint-mode-map, so we can just inherit from it. Also, move
24284 the initialization into the `defvar' since there's no docstring
24285 anyway and it's fairly short.
24286 (inferior-scheme-mode): Define it as derived-mode: the code is
24287 shorter and this way we inherit from comint-mode-map rather than
24288 copying it.
24289
24290 * subr.el (replace-regexps-in-string): Properly handle the case
24291 where we match an empty string.
24292
24293 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24294 when the command has a directory component (such as "./testml").
24295 Also fix a typo in the comment.
24296
24297 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24298
24299 * Makefile (compile-files): Compile files one by one because
24300 that's the only way to ensure a clean compilation environment for
24301 each individual file.
24302
24303 * frame.el (other-frame): Call x-focus-frame.
24304
24305 2000-03-07 Dave Love <fx@gnu.org>
24306
24307 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24308 :require to defcustom.
24309
24310 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24311
24312 * files.el (auto-mode-alist): Add configure.in.
24313
24314 * progmodes/autoconf.el: New file.
24315
24316 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24317
24318 * mail/mh-e.el: Change maintainer to `none'.
24319
24320 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24321 to remove-hook and add-hook.
24322
24323 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24324
24325 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24326 it as the default.
24327 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24328 (sendmail-send-it): Conditionally add MIME headers specifying the
24329 used character set.
24330
24331 2000-03-07 Dave Love <fx@gnu.org>
24332
24333 * winner.el: Fix keywords, autoload cookies.
24334 Split eval-when-compile form to avoid compilation failure.
24335
24336 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24337
24338 * international/mule.el: Modify comment about coding system
24339 property `coding-category'.
24340 (make-coding-system): New argument EOL-TYPE. Pay attention to
24341 coding-category property of PROPERTIES.
24342
24343 * international/mule-conf.el (coding-category-utf-8)
24344 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24345 categories. Include them in the argument for set-coding-priority.
24346
24347 * international/mule-cmds.el (reset-language-environment):
24348 Include coding-category-utf-8, coding-category-utf-16-be, and
24349 coding-category-utf-16-le in the argument for set-coding-priority.
24350 (reset-language-environment): Initialize coding-category-utf-8,
24351 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24352
24353 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24354
24355 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24356 code abstracted out of `bookmark-jump-noselect'. Now tries info
24357 extensions as well as compression extensions.
24358 (bookmark-jump-noselect): Use above new func.
24359
24360 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24361
24362 * strokes.el: Change maintainer's mail address.
24363
24364 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24365
24366 * international/mule-diag.el (list-character-sets): Make help-echo
24367 string by substitute-command-keys.
24368 (list-character-sets): Likewise.
24369 (sort-listed-character-sets): Call help-setup-xref.
24370
24371 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24372
24373 * time.el (display-time-mail-file): Add `none' to the list of choices.
24374
24375 2000-03-01 Dave Love <fx@gnu.org>
24376
24377 * help.el (help-xref-go-back): Don't try to set position.
24378
24379 * international/mule-diag.el (list-character-sets):
24380 Call help-setup-xref. Add help-echo to xrefs.
24381 (list-character-sets-1): Add help-echo to xrefs.
24382
24383 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24384
24385 * frame.el (blink-cursor-mode): Switch cursor on when turning
24386 the mode off.
24387
24388 * add-log.el (add-log-current-defun): Add support for
24389 Autoconf mode.
24390
24391 * mail/rmail.el (rmail-quit-hook): New variable.
24392
24393 2000-03-01 Dave Love <fx@gnu.org>
24394
24395 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24396
24397 * help.el (help-xref-button): Add help-echo arg.
24398 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24399
24400 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24401
24402 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24403
24404 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24405
24406 * image.el (defimage): Look for image files in load-path.
24407
24408 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24409
24410 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24411
24412 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24413
24414 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24415
24416 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24417 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24418 action to select/unselect a file.
24419 (recentf-edit-list): Code cleanup and improvement.
24420 (recentf-open-more-files-action): `recentf-open-more-files' button
24421 widget action to open a file.
24422 (recentf-open-more-files): No more use standard completion but widgets.
24423 (recentf-more-collection): Deleted.
24424 (recentf-more-history): Deleted.
24425 (recentf-setup-more-completion): Deleted.
24426
24427 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24428
24429 * recentf.el (recentf-mode): No more needs that Emacs is running
24430 under a window-system.
24431
24432 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24433
24434 * recentf.el (recentf-edit-list): New command to edit the recent
24435 list which allow the user to remove files.
24436 (recentf-edit-selected-items): New global variable, used by
24437 `recentf-edit-list' to hold the list of files to be removed from
24438 the recent list.
24439 (recentf-make-menu-items): Updated to display a "Edit list..."
24440 menu item. Minor code cleanup.
24441
24442 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24443
24444 * recentf.el (recentf-open-more-files): New command to open files
24445 that are not displayed in the menu.
24446 (recentf-more-collection): New global variable holding the set of
24447 permissible completions used by `recentf-open-more-files'.
24448 (recentf-more-history): New global variable holding the history list
24449 used by `recentf-open-more-files' completion.
24450 (recentf-setup-more-completion): New function to setup completion for
24451 `recentf-open-more-files'.
24452 (recentf-make-menu-items): Updated to display a "More..." menu item.
24453
24454 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24455
24456 * recentf.el (recentf-menu-action): Doc fixed.
24457
24458 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24459
24460 * recentf.el (recentf-menu-filter): Doc updated.
24461 (recentf-update-menu-hook): Allow menu filters to force menu update.
24462 (recentf-make-menu-items): New menu filter handling.
24463 (recentf-make-menu-item): New helper function.
24464 (recentf-menu-elements): New menu handling function.
24465 (recentf-sort-ascending): Updated to new menu filter handling.
24466 (recentf-sort-descending): Updated to new menu filter handling.
24467 (recentf-sort-basenames-ascending): New menu filter function.
24468 (recentf-sort-basenames-descending): New menu filter function.
24469 (recentf-show-basenames): New menu filter function.
24470 (recentf-show-basenames-ascending): New menu filter function.
24471 (recentf-show-basenames-descending): New menu filter function.
24472
24473 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24474
24475 * diary-lib.el (list-diary-entries): Don't try to go forward at
24476 the end of the buffer.
24477
24478 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24479
24480 * international/mule-diag.el (list-character-sets):
24481 Completely rewritten.
24482 (sort-listed-character-sets): New function.
24483 (list-character-sets-1): Completely rewritten.
24484 (list-character-sets-2): New function.
24485 (non-iso-charset-alist): New variable.
24486 (decode-codepage-char): New function.
24487 (charset-history): New variable.
24488 (read-charset) (list-block-of-chars)
24489 (list-iso-charset-chars)
24490 (list-non-iso-charset-chars)
24491 (list-charset-chars): New functions.
24492 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24493 (dump-charsets): Likewise.
24494
24495 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24496
24497 * dired-x.el (dired-filename-at-point): Add `@' to valid
24498 file name characters.
24499 (dired-filename-at-point): Handle ange-ftp file names.
24500
24501 * frame.el (frame-notice-user-settings): Use assq-delete-all
24502 instead of assoc-delete-all.
24503 (frame-notice-user-settings): Ditto.
24504
24505 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24506 Don't copy alist.
24507
24508 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24509
24510 * calculator.el (calculator-use-menu): New option.
24511 (calculator-initial-bindings): Changed some bindings to work as macros.
24512 (calculator-forced-input): Removed.
24513 (calculator-restart-other-mode): New variable.
24514 (calculator-mode-map): Set up menu.
24515
24516 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24517
24518 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24519
24520 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24521
24522 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24523 translate all ESC key sequences.
24524 (viper-goto-mark-subr): Restore markers for files for which
24525 they were saved.
24526 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24527 * viper-util.el (viper-set-replace-overlay-glyphs)
24528 (viper-set-replace-overlay): Always check if the replacement
24529 overlay is live.
24530 * viper.el (viper-vi-state-mode-list): Add major modes.
24531 * ediff-wind.el: Minor comment changes.
24532 * ediff.el: Copyright notice date fix.
24533
24534 2000-02-27 Jason Rumney <jasonr@gnu.org>
24535
24536 * faces.el (face-font-family-alternatives): Add arial to helv.
24537 (mode-line, header-line, tool-bar): Same default as x for w32.
24538 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24539 face-font-family-alternatives from working.
24540 * term/w32-win.el (mouse-set-font): Do not build fontset from
24541 chosen font.
24542
24543 2000-02-25 Sam Steingold <sds@goems.com>
24544
24545 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24546 properly.
24547
24548 2000-02-25 Richard M. Stallman <rms@gnu.org>
24549
24550 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24551
24552 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24553
24554 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24555
24556 * frame.el (busy-cursor-delay-seconds): New option.
24557
24558 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24559
24560 * frame.el (show-cursor-in-non-selected-windows): New option.
24561
24562 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24563
24564 * diary-lib.el (include-other-diary-files): Undo the selective
24565 display in any included file and don't kill it.
24566
24567 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24568
24569 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24570 Menu items converted to (menu-item format, help strings added.
24571 [downcase, upcase]: Don't enable on MS-DOS.
24572 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24573 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24574
24575 2000-02-23 Dave Love <fx@gnu.org>
24576
24577 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24578 (backward-kill-word): Revert addition of * to interactive spec --
24579 it's a feature.
24580
24581 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24582 (backward-kill-sentence, kill-sentence): Likewise.
24583
24584 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24585 scratch buffer name.
24586 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24587
24588 * term/w32-win.el (internal-face-interactive): Update prompt for
24589 new read-face-name.
24590
24591 * mail/footnote.el (footnote): Add :version to defgroup.
24592 (footnote-section-tag-regexp): Customize.
24593 (footnote-start-tag, footnote-end-tag): New option.
24594 (footnote-latin-regexp): New variable.
24595 (Footnote-latin): New function.
24596 (footnote-style-alist): Add element for latin style.
24597 (footnote-style): Moved.
24598 (Footnote-goto-footnote): Use eq to test arg.
24599
24600 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24601
24602 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24603 (byte-compile-trueconstp): Include keywords.
24604 (byte-optimize-quote, byte-optimize-lapcode):
24605 Use byte-compile-const-symbol-p.
24606 (byte-optimize-char-before): New optimization.
24607
24608 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24609 (byte-compile-const-symbol-p): New function.
24610 (byte-compile-constp, byte-compile-out-toplevel)
24611 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24612 Use it.
24613
24614 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24615
24616 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24617
24618 * international/encoded-kb.el: Be sure to update minor-mode-alist
24619 and minor-mode-map-alist.
24620 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24621 codes SS2 and SS3 correctly.
24622 (encoded-kbd-self-insert-ccl): New function.
24623 (encoded-kbd-setup-keymap): New function.
24624 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24625 by calling encoded-kbd-setup-keymap.
24626
24627 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24628 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24629
24630 2000-02-22 Dave Love <fx@gnu.org>
24631
24632 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24633 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24634 (lisp-mode-syntax-table): Set up for #|...|# comments.
24635 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24636 classes. Match `defface'.
24637 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24638 (eval-defun-1): Fix for defcustom.
24639 (lisp-indent-region): Doc fix.
24640
24641 * subr.el (when, unless, split-string): Doc fix.
24642 (read-passwd): Move call of clear-this-command-keys to the right place.
24643 (replace-regexps-in-string): New function.
24644
24645 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24646
24647 * help.el (describe-variable): Set syntax table to
24648 emacs-lisp-mode-syntax-table when moving forward over the
24649 symbol's name.
24650
24651 2000-02-22 Dave Love <fx@gnu.org>
24652
24653 * xt-mouse.el: Doc fixes.
24654 (xterm-mouse-position-function): New function, replacing advice of
24655 mouse-position.
24656 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24657
24658 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24659
24660 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24661
24662 * format.el (format-annotate-single-property-change):
24663 Handle properties with dotted-list values.
24664 (format-proper-list-p): New function.
24665
24666 * enriched.el (enriched-face-ans): Handle '(foreground-color
24667 . COLOR) and (background-color . COLOR).
24668
24669 2000-02-20 Dave Love <fx@gnu.org>
24670
24671 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24672 and assignments to it.
24673 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24674 current local map.
24675 (make-flyspell-overlay): Use it.
24676 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24677
24678 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24679 (lm-get-header-re): Defun, not defsubst.
24680 (lm-get-package-name): Defun, not defsubst. Simplify.
24681 (lm-version): Doc fix. Simplify.
24682 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24683 (lm-crack-address, lm-last-modified-date, lm-commentary)
24684 (lm-verify, lm-synopsis): Simplify.
24685 (lm-report-bug): Require emacsbug. Use compose-mail.
24686
24687 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24688
24689 * dired.el (dired-mode): Call propertized-buffer-identification
24690 to set mode-line-buffer-identification to something having
24691 the right text properties.
24692
24693 * bindings.el (propertized-buffer-identification): New function.
24694
24695 2000-02-20 Dave Love <fx@gnu.org>
24696
24697 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24698 check for t-mouse too.
24699
24700 * cus-start.el: Make echo-keystrokes `number'.
24701
24702 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24703
24704 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24705 Don't call ring-empty-p unless tags-location-ring is bound.
24706 From Noah Friedman <friedman@splode.com>.
24707
24708 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24709
24710 * progmodes/hideshow.el (hs-flag-region): No longer use
24711 `intangible' overlay property.
24712
24713 (hs-toggle-hiding): New command.
24714 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24715
24716 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24717 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24718 and deactivation.
24719
24720 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24721
24722 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24723
24724 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24725
24726 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24727
24728 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24729 of `*' to handle `(* ... *)' comments.
24730
24731 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24732
24733 * faces.el (list-faces-display): Use display-mouse-p instead of
24734 window-system.
24735
24736 * menu-bar.el (global-map): Menu-bar items converted to the new
24737 format (menu-item..., rearranged for better CUA compliance, and
24738 their names changed for better clarity. Help strings added.
24739
24740 * international/mule-cmds.el (mule-menu-keymap)
24741 (describe-language-environment-map, set-coding-system-map)
24742 (setup-language-environment-map): Convert to new (menu-item...
24743 form, add help strings. Change names of menu items for better clarity.
24744 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24745
24746 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24747
24748 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24749 within the code.
24750
24751 2000-02-16 Dave Love <fx@gnu.org>
24752
24753 * faces.el: Don't require custom. Add more specific :groups to
24754 various deffaces.
24755 (set-face-attribute): Purecopy args.
24756 (read-face-name): Default to name at point and use it in prompt.
24757 Remove colon from arg in all callers.
24758 (list-faces-display): Hyperlink to face descriptions and customize
24759 buffers.
24760
24761 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24762
24763 * wid-edit.el (widget-match-inline): An atom never matches a list.
24764
24765 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24766
24767 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24768 at ':' characters by call to split-string.
24769
24770 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24771
24772 * textmodes/bibtex.el: Added RCS version identification.
24773
24774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24775
24776 * textmodes/bibtex.el: Some temporary comments removed.
24777 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24778 (bibtex-field-const): Allow capital letters.
24779 (bibtex-start-of-string): Deleted because unused.
24780
24781 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24782 use the term 'reference' to describe a bibtex entry as a whole.
24783 Further, reference keys are no longer called 'labels'.
24784 (bibtex-keys): Renamed to bibtex-reference-keys.
24785 (bibtex-reformat-previous-labels): Renamed to
24786 bibtex-reformat-previous-reference-keys.
24787 (bibtex-reference-type): Renamed to bibtex-entry-type.
24788 (bibtex-reference-head): Renamed to bibtex-entry-head.
24789 (bibtex-reference-maybe-empty-head): Renamed to
24790 bibtex-entry-maybe-empty-head.
24791 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24792 (bibtex-search-reference): Renamed to bibtex-search-entry.
24793 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24794 bibtex-enclosing-entry-maybe-empty-head.
24795 (bibtex-entry-field-alist, bibtex-entry-head)
24796 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24797 (bibtex-map-entries, bibtex-search-entry)
24798 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24799 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24800 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24801 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24802 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24803 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24804 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24805
24806 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24807
24808 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24809 comment.
24810 (bibtex-format-field-delimiters): New function, functionality
24811 extracted from bibtex-format-entry.
24812 (bibtex-autokey-get-yearfield-digits): New function, functionality
24813 extracted from bibtex-autokey-get-yearfield.
24814
24815 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24816 entries in order to avoid stack overflow in the regexp matcher if
24817 field contents become large.
24818 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24819 (bibtex-field-string-part-not-braced)
24820 (bibtex-field-string-part-no-inner-braces)
24821 (bibtex-field-string-part-1-inner-brace)
24822 (bibtex-field-string-part-2-inner-braces)
24823 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24824 (bibtex-field-string-quoted, bibtex-field-string)
24825 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24826 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24827 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24828 Deleted as parsing is now performed by the following functions.
24829 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24830 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24831 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24832 (bibtex-parse-association, bibtex-field-name-for-parsing)
24833 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24834 (bibtex-search-forward-field, bibtex-search-backward-field)
24835 (bibtex-start-of-field, bibtex-end-of-field)
24836 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24837 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24838 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24839 (bibtex-parse-string, bibtex-search-forward-string)
24840 (bibtex-search-backward-string, bibtex-start-of-string)
24841 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24842 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24843 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24844 entries. Instead of reporting the results of the parsing by
24845 match-beginning or match-end, these functions return data structures
24846 that hold the corresponding positions.
24847 (bibtex-enclosing-field): Changed to also report field boundaries by
24848 return values rather than by match-beginning or match-end.
24849 The following functions have been adapted to use the new
24850 parsing functions.
24851 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24852 (bibtex-enclosing-field, bibtex-format-entry)
24853 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24854 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24855 (bibtex-print-help-message, bibtex-end-of-entry)
24856 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24857 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24858 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24859 Use the new method for parsing.
24860 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24861 (bibtex-map-entries, bibtex-flash-head)
24862 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24863 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24864 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24865 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24866 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24867 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24868 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24869 order to make the new binding of case-fold-search immediately visible.
24870
24871 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24872
24873 * textmodes/bibtex.el: Copyright notice is up to date.
24874 Added constant 'bibtex-maintainer-salutation.
24875
24876 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24877 than make-temp-name, use match-string-no-properties and eliminate
24878 a quadratic behavior when building bibtex-strings.
24879
24880 * bibtex.el (bibtex-reference-key): Accept string entries whose
24881 reference key contains upper case letters.
24882
24883 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24884
24885 * bibtex.el (bibtex-reference-head): Allow entries to start with
24886 a new line.
24887
24888 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24889
24890 * bibtex.el: Hiding of entry bodies is not longer provided by
24891 bibtex.el directly. Instead the hideshow package can be used.
24892 Added a special bibtex entry to hs-special-modes-alist.
24893 (bibtex-hs-forward-sexp): Added for hideshow.el.
24894
24895 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24896
24897 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24898 proceedings entry type (for cross referencing). Thanks to Wagner
24899 Toledo Correa for the suggestion.
24900
24901 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24902
24903 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24904
24905 * international/characters.el: Setup case table for Vietnamese.
24906
24907 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24908
24909 * uniquify.el (toplevel): Require CL at compile time.
24910 (uniquify-push): Removed.
24911
24912 * shadowfile.el (shadow-when): Removed.
24913
24914 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24915 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24916
24917 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24918 regexp for paragraph-start.
24919
24920 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24921 commas as well.
24922
24923 2000-02-10 Dave Love <fx@gnu.org>
24924
24925 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24926 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24927 Deleted.
24928 (widget-specify-field, widget-specify-button): Don't use
24929 widget-mouse-help as help-echo property.
24930 (default): Use #'ignore for :validate and :mouse-down-action.
24931 (checkbox): Add help-echo.
24932 (widget-sexp-validate): Rewritten to clarify error messages.
24933 (character): Use char-valid-p in :match function.
24934 (widget-color-complete): Use facemenu-color-alist.
24935 (widget-color-action): Use facemenu-read-color.
24936
24937 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24938 set up `caar' &c that we now have.
24939
24940 2000-02-09 Ray Blaak <blaak@gnu.org>
24941
24942 * delphi.el: Make resourcestring a declaration region, like const
24943 and var.
24944
24945 2000-02-09 Dave Love <fx@gnu.org>
24946
24947 * bindings.el (mode-line-input-method-map): New variable.
24948 (mode-line-mule-info): Use it; fix last change.
24949 (mode-line-mode-menu): Move definition.
24950 (mode-line-mouse-sensitive-p): Deleted.
24951 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24952 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24953
24954 * startup.el (command-line-1): Don't call
24955 make-mode-line-mouse-sensitive.
24956
24957 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24958
24959 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24960 before rmail-toggle-header, because the former toggles headers.
24961
24962 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24963
24964 * diff-mode.el (diff-kill-junk): New interactive function.
24965 (diff-reverse-direction): Use delete-and-extract-region.
24966 (diff-post-command-hook): Restrict the area so that the hook also works
24967 outside of any diff hunk. This is necessary for the minor-mode.
24968 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24969 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24970
24971 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24972 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24973 so that it can be used more easily in <foo>-mode-hook. Also make sure
24974 to avoid duplicate entries.
24975 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24976 (font-lock-remove-keywords): Just as was done for `add', allow it to
24977 work even if font-lock-mode is nil. Also make sure we don't modify
24978 any pre-existing list by forcing a copy-sequence. Finally rename
24979 `major-mode' to `mode'.
24980 (font-lock-fontify-syntactic-anchored-keywords)
24981 (font-lock-fontify-anchored-keywords)
24982 (font-lock-fontify-keywords-region): Use line-end-position.
24983 Don't make `font-lock-multiline' local (it's now done in
24984 font-lock-set-defaults).
24985 (font-lock-set-defaults): Make `font-lock-multiline' local.
24986 Move the `font-lock-fontified' creation to inside the `unless'.
24987
24988 2000-02-06 Andrew Innes <andrewi@gnu.org>
24989
24990 * term/w32-win.el (x-handle-args): Comment out call to message,
24991 which occurs before window system is initialized.
24992
24993 * makefile.nt: Add support for recompiling lisp code.
24994
24995 2000-02-04 Dave Love <fx@gnu.org>
24996
24997 * bindings.el (mode-line-mule-info): Fix/extend last change.
24998
24999 * completion.el: Replace completion-dolist with dolist.
25000
25001 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25002
25003 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25004
25005 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25006 environment names before they go into the section regexp.
25007
25008 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25009 char class in regexp.
25010
25011 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25012 Bind `case-fold-search' to nil.
25013
25014 * progmodes/idlwave.el (idlwave-template):
25015 Respect `idlwave-abbrev-change-case'.
25016 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25017 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25018 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25019 (idlwave-rw-case): New function.
25020 (idlwave-statement-match): Fixed problem with assignment regexp.
25021 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25022 (idlwave-surround): New argument LENGTH to support padding of
25023 operators longer than 1 char.
25024
25025 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25026 idlwave-shell-expression-overlay. Implemented printing of
25027 expressions on higher levels of the calling stack.
25028 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25029 (idlwave-retrieve-expression-from-level): New function.
25030 (idlwave-shell-last-calling-stack): Variable removed.
25031 (idlwave-shell-reset): Argument action reversed (`visible' to
25032 `hidden'). Also remove stop-line overlay.
25033 (idlwave-shell-calling-stack-routine): New variable.
25034 (idlwave-shell-parse-stack-and-display): Messages now display
25035 negative level numbers.
25036 (idlwave-shell-mode): Set `modeline-format'.
25037 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25038 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25039 (idlwave-shell-print-expression-function): New option.
25040
25041 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25042 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25043 `tool-bar' instead of `toolbar'.
25044
25045 2000-02-02 Dave Love <fx@gnu.org>
25046
25047 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25048 emacs-lisp-mode-hook. Don't check for defalias being defined.
25049
25050 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25051 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25052 Use the new builtins directly.
25053
25054 * whitespace.el (whitespace): Add :version to defgroup.
25055
25056 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25057 Doc fix.
25058
25059 * thingatpt.el (sexp-at-point, symbol-at-point)
25060 (number-at-point, list-at-point): Add autoload cookie.
25061
25062 * recentf.el (recentf): Add :version to defgroup.
25063
25064 * quickurl.el (quickurl): Add :version to defgroup.
25065
25066 * elide-head.el (elide-head): Use point-marker more.
25067
25068 * bs.el (bs): Add :version to defgroup.
25069
25070 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25071
25072 * progmodes/delphi.el (delphi): Add :version to defgroup.
25073
25074 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25075
25076 * ange-ftp.el (ange-ftp-write-region): Handle case that
25077 succeeding process operation sets a different coding system.
25078
25079 * calculator.el: New file.
25080
25081 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25082
25083 * frame.el (frames-on-display-list, framep-on-display): New functions.
25084 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25085 (display-selections-p, display-screens, display-pixel-width)
25086 (display-pixel-height, display-mm-width, display-mm-height)
25087 (display-backing-store, display-save-under, display-planes)
25088 (display-color-cells, display-visual-class): New functions.
25089
25090 * term/tty-colors.el (tty-color-gray-shades): New function.
25091
25092 * faces.el (display-color-p): Use framep-on-display.
25093 (display-grayscale-p): New function.
25094
25095 2000-01-31 Dave Love <fx@gnu.org>
25096
25097 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25098 (create-fontset-from-x-resource): Don't concat integers.
25099
25100 2000-01-31 Inge Frick <inge@nada.kth.se>
25101
25102 * view.el: Some changes in documentation. Removed some trailing
25103 whitespace. Changed some parameter names to agree with documentation.
25104 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25105 window is not deleted. Modifies change 1998-04-26.
25106
25107 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25108
25109 * windmove.el: New file.
25110
25111 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25112 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25113 progmodes/ebnf-yac.el: Update copyright and license info.
25114
25115 * jit-lock.el (jit-lock-function): Widen before calculating
25116 end position.
25117 (jit-lock-stealth-chunk-start): Rewritten.
25118
25119 * info.el (Info-title-face-alist): Removed.
25120 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25121 (Info-fontify-node): Use these faces.
25122
25123 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25124
25125 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25126 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25127 `&allow-other-keywords'.
25128
25129 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25130 the list of directories scanned heuristically.
25131
25132 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25133
25134 2000-01-30 Jason Rumney <jasonr@gnu.org>
25135
25136 * w32-fns.el: Define w32-tty-standard-colors.
25137
25138 * startup.el (command-line): Use w32-tty-standard-colors when in
25139 w32 console mode.
25140
25141 2000-01-30 Dave Love <fx@gnu.org>
25142
25143 * jka-compr.el (jka-compr-load): Fix up load-history.
25144
25145 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25146
25147 * emacs-lisp/cl-macs.el: Revert previous change.
25148
25149 2000-01-29 Dave Love <fx@gnu.org>
25150
25151 * facemenu.el: Purecopy various strings.
25152
25153 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25154 years. Deal with three-digit years.
25155
25156 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25157 Use defconst, purecopy.
25158 (help-back-label): Purecopy it.
25159
25160 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25161
25162 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25163 variable. If non-nil, order the buffer list according to the
25164 currently selected frame.
25165 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25166 non-nil, pass the selected frame to function buffer-list.
25167
25168 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25169
25170 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25171
25172 2000-01-28 Dave Love <fx@gnu.org>
25173
25174 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25175
25176 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25177 Don't use lisp-indent-hook property.
25178 (cl-abs): Remove.
25179
25180 * subr.el: Move out indent and edebug specs for when and unless.
25181
25182 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25183 when, unless.
25184
25185 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25186 unless, when.
25187
25188 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25189
25190 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25191 `collecting' as synonym for `collect'.
25192
25193 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25194 for the case it contains spaces.
25195
25196 * simple.el (what-cursor-position): Change formatting of messages.
25197
25198 * frame.el (delete-other-frames): New function.
25199 (toplevel): Bind it to C-x 5 1.
25200
25201 * sort.el (sort-numeric-base): New option.
25202 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25203 interpret it as octal or hexadecimal. Use sort-numeric-base
25204 as default base.
25205
25206 * progmodes/glasses.el: New file.
25207
25208 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25209
25210 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25211 userids differently.
25212
25213 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25214 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25215 progmodes/ebnf-yac.el: New files.
25216
25217 2000-01-26 Dave Love <fx@gnu.org>
25218
25219 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25220 on a function with an empty body. [From Eric Ludlam.]
25221
25222 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25223
25224 * vc.el (vc-version-diff): Make sure file name is expanded.
25225
25226 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25227
25228 * scroll-bar.el (scroll-bar-timer): Variable removed.
25229 (scroll-bar-toolkit-scroll): Don't use a timer.
25230
25231 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25232
25233 * language/thai-util.el (thai-composition-function):
25234 Delete superfluous `a'.
25235
25236 2000-01-24 Dave Love <fx@gnu.org>
25237
25238 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25239 end-of-defun-function.
25240
25241 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25242
25243 2000-01-22 Jason Rumney <jasonr@gnu.org>
25244
25245 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25246 conflicts with new face support.
25247
25248 2000-01-22 Richard M. Stallman <rms@gnu.org>
25249
25250 * replace.el (query-replace): Rename last arg to DELIMITED.
25251 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25252 (query-replace-regexp): Likewise.
25253
25254 2000-01-20 Richard M. Stallman <rms@gnu.org>
25255
25256 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25257
25258 * emacs-lisp/lisp.el (beginning-of-defun-function):
25259 Variable renamed from beginning-of-defun.
25260 Do not call make-variable-buffer-local.
25261 (beginning-of-defun-raw): Use new variable name; doc fix.
25262 (beginning-of-defun): Doc fix.
25263 (end-of-defun-function): Variable renamed from end-of-defun.
25264 Do not call make-variable-buffer-local.
25265 (end-of-defun): Use new variable name; doc fix.
25266
25267 * subr.el (dolist, dotimes): Copied from cl-macs.el
25268 and made to work.
25269
25270 * mail/undigest.el (rmail-digest-end-regexps):
25271 Variable replaces rmail-digest-end-regexp.
25272 Allows multiple regexps for detecting the end line.
25273 (undigestify-rmail-message): Corresponding changes.
25274
25275 2000-01-19 Dave Love <fx@gnu.org>
25276
25277 * files.el (user-init-file): Don't declare here -- is primitive.
25278
25279 * startup.el (command-line): Check for compiled user-init-file and
25280 set to uncompiled version if necessary.
25281
25282 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25283
25284 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25285 (undigestify-rmail-message): Use it.
25286
25287 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25288
25289 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25290
25291 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25292 of mini-buffer.
25293
25294 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25295
25296 * emacs-lisp/copyright.el (copyright-update): Removed the
25297 requirement for a trailing space from `copyright-regexp', to
25298 support copyrights with owner specified on a separate line..
25299
25300 * align.el: New file.
25301
25302 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25303
25304 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25305
25306 2000-01-13 Dave Love <fx@gnu.org>
25307
25308 * ph.el: Removed. (Obsoleted by EUDC.)
25309
25310 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25311
25312 * net/eudc.el (toplevel): Remove autoloaded code installing
25313 menu with easymenu, because that causes build problems.
25314
25315 * frame.el (frame-notice-user-settings): New variable.
25316 (frame-notice-user-settings): Don't modify frame parameters
25317 if called a second time.
25318
25319 2000-01-13 Richard M. Stallman <rms@gnu.org>
25320
25321 * frame.el (frame-notice-user-settings):
25322 Notice default-frame-parameters even for non-window frames.
25323
25324 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25325
25326 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25327 for Emacs.
25328 (eudc-bob-can-display-inline-images): Extend for Emacs.
25329 (eudc-bob-toggle-inline-display): Ditto.
25330 (eudc-bob-display-jpeg): Ditto.
25331
25332 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25333
25334 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25335 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25336 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25337
25338 * add-log.el (add-change-log-entry): Fix error trying an
25339 `(insert nil)'.
25340
25341 * subdirs.el: Add `net' directory.
25342
25343 * net: New directory.
25344
25345 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25346 eval-last-sexp. Don't bind debug-on-error here.
25347 (eval-last-sexp): New function. Bind debug-on-error if
25348 eval-expression-debug-on-error is non-nil.
25349 (eval-defun-2, eval-defun): Likewise.
25350
25351 * simple.el (eval-expression): Don't bind debug-on-error if
25352 eval-expression-debug-on-error is nil. Detect changed
25353 debug-on-error, and propagate new value to global binding, if
25354 eval-expression-debug-on-error is non-nil,
25355 (eval-expression-debug-on-error): Change doc string.
25356
25357 2000-01-11 Richard M. Stallman <rms@gnu.org>
25358
25359 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25360
25361 * emacs-lisp/lisp-mode.el (with-syntax-table):
25362 Set up lisp-indent-function property.
25363
25364 * subr.el (with-syntax-table): Moved from simple.el.
25365
25366 * simple.el (with-syntax-table): Moved to subr.el.
25367
25368 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25369
25370 * tmm.el (tmm-shortcut): Delete region after prompt instead
25371 of erasing buffer.
25372
25373 * textmodes/fill.el (fill-common-string-prefix): New function.
25374 (fill-context-prefix): Use the longest common prefix of first
25375 and second line fill prefix, if there is one.
25376
25377 2000-01-11 Richard M. Stallman <rms@gnu.org>
25378
25379 * array.el (array-mode): Don't use make-variable-buffer-local.
25380 Use make-local-variable for `truncate-lines'.
25381
25382 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25383
25384 * add-log.el (add-log-current-defun): Handle user-defined
25385 add-log-current-function returning nil,
25386
25387 * add-log.el (add-change-log-entry): Insert version number
25388 if having found a current function
25389
25390 * add-log.el (add-log-current-defun):
25391 Call `add-log-current-defun-function'. Try matches at level 0 and
25392 level 1. Strip whitespace from defun found.
25393
25394 2000-01-10 John Wiegley <johnw@gnu.org>
25395
25396 * allout.el (isearch-done/outline-provisions): Added `edit'
25397 argument to correspond with the current definition of `isearch-done'.
25398
25399 2000-01-10 Dave Love <fx@gnu.org>
25400
25401 * elide-head.el (elide-head): Use point-marker, not point.
25402
25403 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25404
25405 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25406 before and after the year 2000.
25407
25408 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25409 Add ispell- prefix.
25410
25411 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25412
25413 * ispell.el: Only define dictionaries in menus when they exist.
25414 (version18p): New variable.
25415 (version20p): New variable.
25416 (xemacsp): New variable.
25417 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25418 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25419 (ispell-dictionary-alist6): Russian command lines no longer accept
25420 run-together words.
25421 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25422 (ispell-dictionary-alist): Add koi8-r to customize definition.
25423 (check-ispell-version): Added documentation string. Return library
25424 path when called non-interactively.
25425 (ispell-menu-map-needed): Uses new variables.
25426 (ispell-library-path): New variable.
25427 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25428 (ispell-word): Improved documentation string. Test for valid
25429 character mappings. Correctly check typed in word changes that can
25430 result in single words split into multiple words.
25431 Return replacement word.
25432 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25433 replace in recursive query replace mode. Help message for
25434 recursive edit mode.
25435 (ispell-show-choices): Protect against bad framepop bindings.
25436 (ispell-help): Fix to work with XEmacs.
25437 (ispell-highlight-spelling-error): Use new variables.
25438 (ispell-overlay-window): Fix to work with XEmacs.
25439 (ispell-parse-output): Passed and returns location information
25440 tracking spelling corrections. Doesn't recheck same word on
25441 current line.
25442 (ispell-init-process): Protect against bogus XEmacs variable binding.
25443 Fix call to single argument in sleep-for. Use new variables.
25444 (ispell-region): Passed and returns location information tracking
25445 spelling corrections. Doesn't check same word on current line.
25446 Improved documentation string. Doesn't resend a line already
25447 checked to the ispell process - fixes bug in LaTeX parsing.
25448 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25449 (ispell-skip-region): No longer skips <TT> in SGML.
25450 (ispell-process-line): Tracks location information with spelling
25451 corrections. Added documentation string. Accounts for words
25452 already accepted on this line. Don't allow query-replace on line
25453 starting with math characters. Doesn't resend a line already sent
25454 to ispell process. Fixes alignment error bug.
25455
25456 2000-01-10 Richard M. Stallman <rms@gnu.org>
25457
25458 * dired-x.el (dired-guess-shell-alist-default):
25459 Suggest xloadimage, which is free, not xv, which isn't.
25460
25461 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25462 Don't ever include the host name or user name in the value.
25463
25464 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25465
25466 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25467 of a real newline.
25468
25469 2000-01-09 Stephen Eglen <stephen@gnu.org>
25470
25471 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25472 for .png files.
25473
25474 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25475
25476 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25477
25478 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25479
25480 * progmodes/cperl-mode.el: Replace ^F with ^L.
25481
25482 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25483 `require'ing rmail and mailalias to prevent infinite recursion.
25484
25485 2000-01-08 Dave Love <fx@gnu.org>
25486
25487 * emacs-lisp/backquote.el: Remove inappropriate customization
25488 (allowing custom.el to use backquote).
25489
25490 2000-01-07 Dave Love <fx@gnu.org>
25491
25492 * add-log.el (add-log-debugging): Deleted.
25493 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25494 file. Remove debugging code.
25495 (change-log-get-method-definition, change-log-name): Add doc.
25496 (change-log-sortable-date-at): New function.
25497 (change-log-merge): New command.
25498
25499 * time.el (display-time-string-forms): Make the Mail string active.
25500 (display-time-update): Provide help-echo for load average.
25501
25502 * bindings.el (make-mode-line-mouse2-map): New function.
25503 (mode-line-modified): Use it and simplify.
25504 (mode-line-mule-info): Provide help-echo info.
25505 (minor-mode-alist): Activate the strings.
25506 (make-mode-line-mouse-sensitive): Simplify for
25507 mode-line-buffer-identification.
25508
25509 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25510
25511 * play/pong.el: New file.
25512
25513 2000-01-06 Dave Love <fx@gnu.org>
25514
25515 * array.el: Assorted cleanups for compiler warnings, doc strings,
25516 `array-' prefix for symbols.
25517
25518 2000-01-05 Dave Love <fx@gnu.org>
25519
25520 * textmodes/outline.el (outline-mode-menu-bar-map):
25521 Add outline-headers-as-kill.
25522 (outline-mode): Define imenu-generic-expression.
25523 (outline-headers-as-kill): New command.
25524
25525 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25526 from paragraph-start.
25527 (paragraph-indent-minor-mode): New command.
25528
25529 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25530 M-C-e, M-C-h, C-j, C-xnd, TAB.
25531 (fortran-mode): Set beginning-of-defun, end-of-defun.
25532 (fortran-column-ruler): Simplify.
25533 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25534 (fortran-with-subprogram-narrowing): Likewise.
25535 (fortran-indent-subprogram): Call mark-defun.
25536 (fortran-check-for-matching-do): Change narrowing.
25537
25538 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25539 (cl-lucid-hash-tag): Delete.
25540 (cl-hash-table-p): Correct test for native table.
25541 (cl-hash-table-count): Use hash-table-count.
25542
25543 * browse-url.el (browse-url): Fix case of
25544 browse-url-browser-function being an alist.
25545
25546 2000-01-05 Carsten Dominik <cd@gnu.org>
25547
25548 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25549 (reftex-index-phrase-file-extension): New options.
25550
25551 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25552 Use new option `reftex-index-phrase-file-extension'.
25553
25554 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25555 `reftex-parse-file-extension'.
25556
25557 2000-01-05 Dave Love <fx@gnu.org>
25558
25559 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25560 (beginning-of-defun-raw): Use it.
25561 (end-of-defun): New variable.
25562 (end-of-defun): Use it.
25563 (check-parens): New command.
25564
25565 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25566
25567 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25568 (hs-show-block): Don't use `mapcar' when not accumulating.
25569
25570 Fix buglet in local variables initialization.
25571
25572 2000-01-05 Andreas Schwab <schwab@suse.de>
25573
25574 * hscroll.el (hscroll): Doc fix.
25575
25576 2000-01-05 Carsten Dominik <cd@gnu.org>
25577
25578 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25579 Require idlw-toolbar.
25580
25581 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25582 file idlw-rinfo.el.
25583 (idlwave-customize): Load must read file idlw-shell.el.
25584 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25585
25586 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25587
25588 * progmodes/idlw-shell.el: Also provide idlwave-shell
25589 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25590 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25591
25592 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25593 both reftex-dcr and reftex-vcr.
25594
25595 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25596
25597 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25598
25599 * ps-print.el: PostScript code now is in separate files, doc fix.
25600 (ps-print-version): New version number (5.0.3).
25601 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25602 local.
25603 (ps-spool-config): Initialization fix.
25604 (ps-print-prologue-1, ps-print-prologue-2)
25605 (ps-print-duplex-feature): PostScript code moved to separated file.
25606 (ps-background-image): Little code reformating.
25607 (ps-begin-file, ps-begin-job): Fix code.
25608 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25609 (ps-prologue-file): New fun.
25610
25611 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25612
25613 * ps-vars.el: Eliminated.
25614
25615 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25616 `;;;###autoload'.
25617
25618 * ps-print.el: ps-vars eliminated, doc fix.
25619 (ps-print-version): New version number (5.0.2).
25620 (ps-spool-config): Initialization fix.
25621 (ps-print-customize): New fun.
25622
25623 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25624
25625 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25626
25627 2000-01-04 Dave Love <fx@gnu.org>
25628
25629 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25630 menu items.
25631
25632 2000-01-03 Dave Love <fx@gnu.org>
25633
25634 * elide-head.el (elide-head) [defgroup]: Add :version.
25635
25636 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25637 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25638 Use `cl-hash-table-p', not `hash-table-p'.
25639 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25640
25641 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25642
25643 * faces.el (face-read-integer, read-face-attribute)
25644 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25645
25646 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25647
25648 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25649 at comment end, and re-insert them after filling.
25650
25651 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25652
25653 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25654 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25655 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25656
25657 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25658
25659 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25660 the new name of face-color-supported-p.
25661
25662 * term/w32-win.el (xw-defined-colors): Likewise.
25663
25664 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25665
25666 * simple.el (completion-setup-function): Count completion-size
25667 from minibuffer-prompt-end, not from point-min.
25668
25669 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25670
25671 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25672 Pass the frame to tty-color-* functions.
25673 (display-color-p, frame-set-background-mode): Pass the frame to
25674 tty-display-color-p.
25675
25676 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25677 tty-color-alist.
25678 (tty-color-alist, tty-modify-color-alist): New functions.
25679 (tty-color-define, tty-color-clear, tty-color-approximate)
25680 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25681 optional parameter FRAME.
25682
25683 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25684
25685 * image.el (create-image, defimage): Don't assume image data is
25686 a string.
25687
25688 * image.el (defimage): Handle specifications containing :data
25689 instead of :file.
25690 (image-type-from-data): New function.
25691 (image-type-from-file-header): Use it.
25692 (create-image): Add parameter DATA-P.
25693
25694 See ChangeLog.8 for earlier changes.
25695
25696 ;; Local Variables:
25697 ;; coding: iso-2022-7bit
25698 ;; End:
25699
25700 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25701 Copying and distribution of this file, with or without modification,
25702 are permitted provided the copyright notice and this notice are preserved.