(find-tag-noselect, find-tag)
[bpt/emacs.git] / lisp / ChangeLog
1 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * progmodes/etags.el (find-tag-noselect, find-tag)
4 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
5 Fix a typo in doc strings.
6
7 2002-02-20 Deepak Goel <deego@glue.umd.edu>
8
9 * play/snake.el (snake-velocity-queue, snake-update-velocity)
10 (snake-final-x-velocity, snake-final-y-velocity):
11 New variable and functions. Store user's keypresses
12 into a queue and pop from the queue each subsequent turn.
13 (snake-update-game, snake-move-left)
14 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
15 (snake-start-game): Use that queue.
16 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
17 (snake-use-color-flag): Likewise.
18 (snake-mode): Rename uses of those variables.
19
20 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
21
22 Support for ICCCM Extended Segments in X selections:
23
24 * international/mule-conf.el (ctext-no-compositions): New coding
25 system.
26 (compount-text-no-extensions): Renamed from compound-text.
27 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
28 compound-text-no-extensions.
29 (compound-text): Redefined using post-read and pre-write
30 conversions.
31
32 * international/mule.el (non-standard-icccm-encodings-alist)
33 (non-standard-designations-alist): New variables.
34 (ctext-post-read-conversion, ctext-pre-write-conversion): New
35 functions.
36
37 2002-02-21 Andre Spiegel <spiegel@gnu.org>
38
39 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
40
41 * vc.el (vc-default-init-version): Update documentation to
42 indicate that the backend can override the default init version.
43 (vc-register): Use the backend init-version function, if it
44 exists, to determine the initial version of a file.
45 (vc-diff-switches-list): Don't symbol-quote backend, since it's
46 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't
47 bound.
48
49 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
50 not version-controlled. This is necessary, e.g., if the file has
51 just been reverted, and thus was previously under version control
52 but isn't any longer.
53 (vc-find-file-hook): Likewise.
54
55 2002-02-21 Andre Spiegel <spiegel@gnu.org>
56
57 Patch by Martin.Lorentzson@telia.com.
58
59 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
60 (vc-cvs-sticky-tag-display): New variable.
61 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
62 (vc-cvs-checkin): If the input revision is a valid symbolic tag
63 name, we create it as a branch, commit and switch to it.
64 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
65 (vc-cvs-valid-symbolic-tag-name-p): New function.
66 (vc-cvs-parse-sticky-tag): New function.
67 (vc-cvs-parse-entry): Added parsing of sticky tags.
68
69 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
70
71 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
72 nil, and then explicitly set the standard-value to t.
73
74 2002-02-20 Sam Steingold <sds@gnu.org>
75
76 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
77 since it is used in the menu bar.
78
79 2002-02-20 Richard M. Stallman <rms@gnu.org>
80
81 * simple.el (shell-command-on-region): Display the exit status
82 when a command fails.
83
84 * subr.el (add-hook): Doc fix.
85
86 * frame.el (other-frame): Doc fix.
87
88 * simple.el (yank): Clear `field' property.
89
90 2002-02-20 Tom Tromey <tromey@cachet>
91
92 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
93 natural paragraph boundaries. Don't fail at beginning of buffer.
94
95 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
96
97 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
98 call the argument "arg" to match plain next-line and
99 previous-line. From Kevin Ryde <user42@zip.com.au>.
100
101 2002-02-19 Sam Steingold <sds@gnu.org>
102
103 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
104 scroll amounts for different modifiers now.
105 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
106 format properly.
107 (mouse-wheel-mode): Ditto.
108
109 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
110
111 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
112 around function body.
113
114 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
115 sense of the comparison, to match the doc strings of functions
116 that use this macro.
117
118 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
119
120 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
121
122 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
123 * menu-bar.el (menu-bar-mode): Ditto.
124
125 2002-02-18 Andreas Schwab <schwab@suse.de>
126
127 * replace.el (query-replace-regexp-eval): Doc fix.
128
129 2002-02-18 Colin Walters <walters@verbum.org>
130
131 * calc/calcalg2.el (math-solve-get-int): Convert return value from
132 `math-get-from-counter' to a string before calling `concat' on it.
133
134 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
135 (calc-public-autoloads): Obsolete; remove.
136 (calc-private-autoloads): Ditto.
137 (calc-add-autoloads): Ditto.
138
139 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
140 for body.
141
142 2002-02-17 Jason Rumney <jasonr@gnu.org>
143
144 * w32-win.el (x-option-alist, x-long-option-alist)
145 (x-switch-definitions): Remove, use command-line-x-option-alist
146 instead to be consistent with X.
147 (x-handle-initial-switch): New function.
148
149 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
150
151 * faces.el (mode-line-inactive, header-line): Add the :inherit
152 attribute for the tty case.
153
154 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
155
156 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
157 invoked from Rmail with full headers displayed.
158
159 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
160
161 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
162 when repeated.
163 * textmodes/paragraphs.el (mark-paragraph): Ditto.
164
165 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
166
167 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
168 (menu-bar-tools-menu): Removed speedbar.
169
170 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
171 and `flyspell-mode' entries.
172
173 * textmodes/flyspell.el (flyspell): Add to ispell group.
174
175 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
176
177 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
178 repeated.
179 (mark-defun): Mark more if repeated.
180
181 2002-02-17 Colin Walters <walters@verbum.org>
182
183 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
184
185 * ibuffer.el (ibuffer-truncate-lines): New option.
186 (ibuffer-mode): Use it.
187
188 2002-02-17 Kim F. Storm <storm@cua.dk>
189
190 * cus-start.el: Add mouse-highlight.
191
192 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
193
194 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
195
196 * cus-start.el: Add automatic-hscroll-margin and
197 automatic-hscroll-step.
198
199 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
200
201 * cus-start.el (x-autoselect-window): Allow customization.
202
203 * eshell/em-alias.el (eshell-alias-initialize): Do not use
204 make-local-hook.
205
206 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
207
208 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
209
210 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
211
212 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
213
214 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
215
216 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
217
218 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
219
220 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
221
222 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
223
224 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
225
226 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
227
228 * eshell/esh-io.el (eshell-io-initialize): Likewise.
229
230 * eshell/esh-mode.el (eshell-mode): Likewise.
231
232 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
233
234 * eshell/esh-var.el (eshell-var-initialize): Likewise.
235
236 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
237
238 * progmodes/idlwave.el (idlwave-mode): Likewise.
239
240 * textmodes/reftex-sel.el (reftex-select-label-mode)
241 (reftex-select-bib-mode): Likewise.
242
243 2002-02-16 John Wiegley <johnw@gnu.org>
244
245 * eshell/em-hist.el (eshell-hist-initialize): When in the
246 minibuffer, use the global value of `eshell-history-ring', and
247 never save it to disk, or ask to save it to disk. This allows
248 users of session.el to control whether its global state should be
249 persisted or not.
250 (eshell-add-command-to-history): Don't write Eshell's history out
251 to disk, let the governing mode control that upon exit.
252
253 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
254
255 * eshell/eshell.el (eshell-command): Before reading from the
256 minibuffer, add eshell-add-command-to-history to
257 minibuffer-exit-hook, and remove it after read-from-minibuffer
258 returns.
259
260 * eshell/em-hist.el (eshell-add-input-to-history): New function,
261 with most of the code from eshell-add-to-history.
262 (eshell-add-command-to-history): New function, to record in
263 eshell-history the commands run via eshell-command.
264 (eshell-add-to-history): Call eshell-add-command-to-history to do
265 most of the work.
266
267 2002-02-16 John Wiegley <johnw@gnu.org>
268
269 * eshell/esh-ext.el (eshell-external-command): Added a fix for
270 XEmacs' new dired.el, which adds a global entry in the
271 `file-name-handler-alist'.
272
273 2002-02-16 John Wiegley <johnw@gnu.org>
274
275 * align.el (align-region): Added a missing name argument.
276
277 2002-02-16 John Wiegley <johnw@gnu.org>
278
279 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
280 after the #! of a shell interpretor specification.
281
282 2002-02-15 Richard M. Stallman <rms@gnu.org>
283
284 * help.el (describe-key-briefly): Make output in INSERT case
285 look just like what is displayed in the normal case.
286
287 2002-02-15 Andreas Schwab <schwab@suse.de>
288
289 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
290 non-letter after specials.
291
292 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
293
294 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
295
296 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
297
298 * simple.el (mark-word): Mark more if repeated.
299 * textmodes/paragraphs.el (mark-paragraph): Ditto.
300 (mark-end-of-sentence): Ditto.
301
302 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
303
304 * wid-edit.el (widgetp): Made it more robust.
305
306 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
307
308 * facemenu.el (describe-text-done): New function.
309 (describe-text-mode-map): New variable.
310 (describe-text-mode-hook): New option.
311 (describe-text-mode): New function.
312 (describe-text-widget): New function.
313 (describe-text-sexp): New function.
314 (describe-text-properties): New function.
315 (describe-text-category): New command.
316 (describe-text-at): New command.
317 (facemenu-menu): Replace `list-text-properties-at' with
318 `describe-text-at' in the menu.
319
320 * wid-edit.el (widgetp): New function.
321 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
322 Autoloaded.
323
324 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
325
326 * wid-browse.el: Removed version and x-url keywords.
327
328 2002-02-13 Kim F. Storm <storm@cua.dk>
329
330 * cus-start.el (mode-line-in-non-selected-windows):
331 Allow customization.
332
333 2002-02-13 Richard M. Stallman <rms@gnu.org>
334
335 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
336 Tell bibtex-parse-keys to output no progress messages.
337
338 * international/mule-diag.el (list-input-methods):
339 Use help-input-method, not describe-input-method, for button type.
340
341 * register.el (describe-register-1): Access register contents here.
342
343 * textmodes/text-mode.el (text-mode-hook-identify): Restore
344 previous definition. Add to text-mode-hook again.
345
346 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
347 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
348 to avoid needing sendmail.el at run time.
349
350 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
351 Initialization moved up too.
352 (mode-line-modes): Use :propertize.
353 (mode-line-mode-menu-keymap): Var deleted.
354 (mode-line-copied-mode-name): Var deleted.
355 (mode-line-mode-name): Function deleted.
356 (mode-line-mode-menu): Each item now shows its mode line lighter.
357 (minor-mode-alist): Don't call propertize here.
358
359 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
362 menu-title and fix parentheses.
363
364 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
365
366 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
367 (menu-bar-options-menu): Don't set default value for
368 `truncate-lines'.
369
370 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
371
372 * menu-bar.el (menu-bar-options-save): Only save
373 `current-language-environment' and `default-input-method' when
374 marked as customized.
375
376 * international/mule-cmds.el
377 (setup-specified-language-environment): Mark
378 `current-language-environment' as customized.
379 (set-input-method): Mark
380 `default-input-method' as customized when called interactively.
381 (toggle-input-method): Ditto.
382
383 2002-02-11 Colin Walters <walters@verbum.org>
384
385 * ibuffer.el (ibuffer-switch-format): Supply required argument for
386 `ibuffer-current-formats'.
387
388 2002-02-11 Miles Bader <miles@gnu.org>
389
390 * faces.el (mode-line-inactive): Add dark-background variant.
391
392 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
393
394 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
395 * menu-bar.el (menu-bar-mode): Ditto.
396 * cus-edit.el (customize-mark-to-save): Always save variables
397 without a standard value.
398
399 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
400 (menu-bar-options-save): Ditto.
401 (menu-bar-showhide-menu): Ditto.
402 (menu-bar-options-menu): Ditto.
403 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
404 (menu-bar-scroll-bar-none): Removed.
405 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
406 expressions instead.
407
408 * cus-edit.el (customize-set-value): Return value.
409 (customize-set-variable): Ditto.
410 (customize-save-variable): Ditto.
411 (customize-set-variable): Load dependencies before setting value.
412 (custom-load-symbol): Autoload it.
413 (customize-mark-as-set): New function.
414
415 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
416
417 * cus-start.el: Don't warn about "x-*" symbols when building a
418 non-GUI version.
419
420 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
421
422 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
423 Doc fix.
424 (strokes-help): Do not use doubled with-output-to-temp-buffer.
425 Fix the help string.
426 (strokes-prompt-user-save-strokes): Fix typo.
427 (strokes-list-strokes): Use proper exit-actionargument for
428 view-buffer.
429 Update copyright notice.
430
431 * international/mule-diag.el: Various doc and message fixes.
432 (non-iso-charset-alist): Add mac-roman. Don't add entries for
433 codepages already present.
434 (list-block-of-chars): Display space for null entries in
435 translation table. Display tab specially.
436 (list-non-iso-charset-chars): Check for null charsets. Use pop
437 for clarity. Don't break 8-bit sets into sections between ranges.
438 (list-charset-chars): Avoid indent-tabs-mode.
439 (describe-char-after): Maybe use the text property for syntax
440 table information. Maybe report char-code-property-table info.
441 Maybe report character's unicode. Tweak printing of list info.
442 (list-input-methods): Add xref buttons.
443 (dump-charsets, dump-codings): Deleted (obsolete).
444 From Dave Love <fx@gnu.org>.
445
446 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
447
448 * menu-bar.el (menu-bar-showhide-menu): Rename functions for
449 toggling.
450
451 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
452
453 * viper-util.el (viper-read-key-sequence): fixed so it'll read
454 fast key sequences in emacs native mode
455 (viper-events-to-keys): deleted
456
457 * viper.el (describe-key, describe-key-briefly): get rid of
458 viper-events-to-keys.
459
460 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
461
462 * ediff-wind.el (ediff-setup-control-frame): Use
463 ediff-has-gutter-support.
464
465 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
466 check if buff is alive.
467
468 * ediff.el: typo in comment.
469
470 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
471
472 * menu-bar.el (menu-bar-options-save): Take care of
473 line-number-mode and column-number-mode variables.
474 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
475 "Show Column Number" in "Show/Hide" menu.
476
477 2002-02-09 Richard M. Stallman <rms@gnu.org>
478
479 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
480
481 2002-02-09 Kim F. Storm <storm@cua.dk>
482
483 * faces.el (mode-line-inactive): New face for mode-line for
484 non-selected windows.
485 (mode-line): Doc fix: Only used for selected window.
486
487 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
490 name to "Insert Diary Entry".
491
492 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
493
494 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
495 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
496
497 2002-02-08 Richard M. Stallman <rms@gnu.org>
498
499 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
500
501 2002-02-08 Andreas Schwab <schwab@suse.de>
502
503 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
504 of point-min.
505
506 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * net/ange-ftp.el (ange-ftp-process-handle-line)
509 (ange-ftp-set-xfer-size): If the file's size is a float, divide
510 by 1024 instead of using ash.
511
512 * international/mule-cmds.el (select-safe-coding-system):
513 State the buffer's name in the message popped in the *Warning* buffer,
514 and make sure the offending buffer is displayed.
515
516 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
517
518 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
519
520 2002-02-07 Richard M. Stallman <rms@gnu.org>
521
522 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
523
524 * register.el (list-registers): New command.
525 (describe-register-1): New subroutine, taken out of view-register.
526
527 * emacs-lisp/copyright.el (copyright-regexp):
528 Delete the unibyte copyright symbol; it's redundant.
529 Fix a spazz in the multibyte encoding here.
530
531 2002-02-07 Dave Love <fx@gnu.org>
532
533 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
534 (cyrillic-encode-alternativnyj-char): Get translation tables from
535 symbol properties, not as variables.
536 (standard-display-cyrillic-translit): Include unicodes.
537
538 2002-02-06 Kim F. Storm <storm@cua.dk>
539
540 * help.el (where-is): Report remapped commands.
541
542 * help-fns.el (describe-function-1): Ditto.
543
544 * subr.el (global-set-key, local-set-key): Accept a symbol for the
545 KEY argument (like define-key).
546
547 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
548
549 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
550
551 2002-02-06 Richard M. Stallman <rms@gnu.org>
552
553 * mail/mailabbrev.el: Require sendmail only at compile time.
554 (mail-mode-header-syntax-table): Var deleted.
555 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
556 (sendmail-pre-abbrev-expand-hook): Only temporarily change
557 local-abbrev-table and the syntax table.
558 Compute mail-abbrev-syntax-table if that has not been done.
559
560 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
561
562 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
563 (debugger-frame-number): Figure out the offset directly.
564 (debugger-setup-buffer): Don't use debugger-frame-offset.
565 (debugger-frame, debugger-frame-clear): Likewise.
566 (debugger-jump): Don't alter debugger-frame-offset.
567
568 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
569 Replace foo-p as var name with foo-flag, not foo-p-flag.
570
571 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
572 (highlight-changes-passive-string): Default to -Chg.
573 (highlight-changes-global-modes): Doc fix.
574
575 * dired.el (dired-get-filename): Add /: when appropriate
576 to avoid taking a local name as remote.
577
578 * files.el (file-name-non-special): Add special handling for
579 file-name-sans-versions, file-name-completion, and
580 file-name-all-completions.
581
582 * isearch.el (isearch-update): Don't update display in kbd macro.
583 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
584
585 * subr.el (force-mode-line-update): Doc fix.
586
587 * subr.el (atomic-change-group, prepare-change-group)
588 (activate-change-group, accept-change-group, cancel-change-group):
589 New functions.
590
591 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
592 (transpose-subr-1): Use atomic-change-group.
593
594 * subr.el (add-minor-mode): Include the mode's lighter string
595 in the minor mode menu item name.
596
597 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
598 rmail-count-screen-lines starting from (point-min).
599
600 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
601 beyond the image height, to use the fancy splash screen.
602
603 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
604 (text-mode): Set text-mode-variant here.
605
606 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
607
608 * play/pong.el (pong-height): Don't use height that exceeds the
609 frame height.
610 (pong-border-options): Make the border colors slightly more bright.
611
612 * play/gamegrid.el (gamegrid-display-type): Treat any
613 color-capable display as color-x, if display-color-p is fboundp.
614 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
615 (gamegrid-make-color-tty-face): Use the value of color, not the
616 symbol itself. Don't call gamegrid-color.
617
618 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
619
620 * gud.el (gud-refresh): Call recenter only after we are sure we
621 are in the right window.
622
623 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
624
625 * cus-edit.el (customize-mark-to-save): New function.
626 * menu-bar.el (menu-bar-options-save): Rewrote.
627
628 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
629
630 * cus-start.el (x-use-underline-position-properties):
631 Allow customization.
632
633 2002-02-04 Simon Josefsson <jas@extundo.com>
634
635 * dired.el (dired-load-hook, dired-mode-hook)
636 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
637
638 2002-02-03 Colin Walters <walters@verbum.org>
639
640 * ibuf-ext.el (ibuffer-filter-format-alist)
641 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
642 New variables.
643 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
644 is now the Emacs CVS tree.
645 (ibuffer-formats): Doc fix.
646 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
647 (ibuffer-current-format): Use them.
648 (ibuffer-recompile-formats, ibuffer-check-formats)
649 (ibuffer-switch-format, ibuffer-update-title):
650 Add support for ibuffer-filter-format-alist.
651 (define-ibuffer-column process): Remove unncessary consing.
652
653 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
654 for a summary column.
655
656 2002-02-03 Andreas Schwab <schwab@suse.de>
657
658 * window.el (save-selected-window): Move macro before first use.
659 (balance-windows): Fix misplaced parenthesis.
660
661 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
662
663 * calculator.el (calculator-displayers): Doc fixes.
664
665 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
666
667 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
668 (menu-bar-options-save): Save also the value of `display-time-mode'.
669 (showhide-date-time): New function.
670 (menu-bar-showhide-menu): New menu-item "Date and time".
671
672 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
673
674 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
675 get-file-buffer to check for rmail buffer existence.
676
677 * term.el (term-emulate-terminal): Extract proper command string
678 which is supplied to term-command-hook.
679
680 2002-02-03 Richard M. Stallman <rms@gnu.org>
681
682 * international/quail.el (quail-help): Don't call help-setup-xref.
683
684 * international/mule-cmds.el (describe-input-method):
685 Call help-setup-xref here.
686 (describe-current-input-method): Doc fix.
687
688 * novice.el (disabled-command-hook): Clarify output text.
689 Indent the paragraph from the command's doc string.
690
691 * dabbrev.el (dabbrev--goto-start-of-abbrev):
692 Exit loop on beginning of field rather than bobp.
693
694 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
695
696 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
697 the message text into the *mail* buffer, and restore the pruned
698 state after that.
699
700 * mail/rmail.el (rmail-redecode-body): Prune the headers before
701 looking for X-Coding-System header, and restore the pruned state
702 before returning.
703
704 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
705
706 * cus-edit.el (customize-save-variable): Fix typo in prompt.
707
708 These changes integrate new version of flyspell.el from its
709 maintainer, Manuel Serrano:
710
711 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
712 (flyspell-mode-on, flyspell-notify-misspell)
713 (flyspell-small-region, flyspell-external-point-words)
714 (flyspell-large-region): Use it
715 (flyspell-before-incorrect-word-string)
716 (flyspell-after-incorrect-word-string): New user options.
717 (make-flyspell-overlay): Use them.
718 (flyspell-version): New function.
719 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
720 definitions to use :weight.
721 (flyspell-insert-function): New user option.
722 (flyspell-auto-correct-word, flyspell-correct-word)
723 (flyspell-xemacs-correct): Use it.
724 (flyspell-define-abbrev): New function.
725 (flyspell-auto-correct-word, flyspell-correct-word)
726 (flyspell-xemacs-correct): Use it.
727 (make-flyspell-overlay): Use `evaporate' property.
728 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
729 (flyspell-emacs-popup): Use `session' instead of `accept'.
730 (flyspell-auto-correct-previous-pos): New variable.
731 (flyspell-auto-correct-previous-hook)
732 (flyspell-auto-correct-previous-word): New functions.
733
734 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
735
736 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
737 don't alter the user's ~/.emacs.
738 (disable-command): If user-init-file is nil or does not exist,
739 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
740 But don't alter the init file if Emacs was invoked as "emacs -q"
741
742 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
743
744 * mail/sendmail.el (mail-mode): Undo half of last change.
745
746 * indent.el (indent-for-tab-command): Remove spurious code.
747
748 * hi-lock.el (hi-lock-find-patterns): Save restriction.
749
750 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
751
752 * calendar/time-date.el: Moved from lisp/gnus.
753
754 * calendar/parse-time.el: Ditto.
755
756 2002-01-31 Richard M. Stallman <rms@gnu.org>
757
758 * international/iso-acc.el (iso-languages): Fix ", " in French.
759
760 * cus-start.el (history-length): Specify customization for it.
761
762 * emacs-lisp/debug.el (debugger-setup-buffer):
763 When an eval-buffer frame was reading from a buffer,
764 insert indication of the buffer position.
765 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
766 (debugger-frame-clear, debugger-frame): Error on non-frame line.
767
768 * simple.el (shell-command-on-region): Err if no mark
769 before reading the command string.
770
771 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
772 Definitions moved down after hl-line-mode var's definition.
773
774 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
775 (hilit-chg-set-face-on-change): Rename arg.
776 (hilit-chg-make-ov): Detect error earlier.
777
778 * ediff-hook.el: Delete autoload cookies.
779
780 * comint.el (comint-scroll-show-maximum-output): Default is t.
781
782 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
783 (batch-byte-compile-if-not-done): New function.
784
785 * Makefile.in (compile): New target.
786 (compile-always): Renamed from compile-files.
787 (compile-after-backup): Renamed from compile.
788 (bootstrap): Depend on compile-always, not compile-files.
789
790 * emulation/pc-select.el (pc-select-save-and-set-mode):
791 Properly use MODE-VAR.
792
793 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
794
795 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
796 Version" to "About Emacs".
797 (menu-bar-options-save): Add `default-frame-alist'
798 to saved variables.
799 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
800 of the variable `scroll-bar-mode'.
801
802 * startup.el (normal-splash-screen, display-splash-screen):
803 New functions (separated from command-line-1).
804 (command-line-1): Use them.
805
806 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * calendar/calendar.el (generate-calendar-month): Doc fix.
809
810 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
811
812 * time.el (display-time-mail-directory): New option.
813 (display-time-mail-function): Update doc-string.
814 (display-time-mail-icon): Use XPM image when available.
815 (display-time-string-forms): Use more descriptive text as
816 help-echo property.
817 (display-time-mail-check-directory): New function.
818 (display-time-update): Use it.
819
820 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
821 Quote `window-system'.
822
823 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
824 Add Keywords header. Update Commentary section.
825 Update copyright notice.
826
827 * menu-bar.el (menu-bar-scroll-bar-right)
828 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
829 (showhide-menu-bar): New functions.
830 (menu-bar-showhide-menu): New submenu "Show/Hide".
831 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
832 "Show/Hide".
833 Update copyright notice.
834
835 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
836
837 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
838
839 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
840
841 * pc-select.el (pc-selection-mode-hook)
842 (pc-select-saved-settings-alist, pc-select-map)
843 (pc-select-saved-global-map, pc-select-key-bindings-alist)
844 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
845 (pc-select-meta-moves-sexps-key-bindings)
846 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
847 New variables.
848 (pc-select-define-keys, pc-select-restore-keys): New functions.
849 (pc-select-add-to-alist, pc-select-save-and-set-var)
850 (pc-select-save-and-set-mode, pc-select-restore-var)
851 (pc-select-restore-mode): New macros.
852 (pc-selection-mode): Completely rewrote the body of the function;
853 the main goal was to make pc-selection-mode "turn-off"-able, like
854 other minor modes. Use define-minore-mode instead of just a
855 defun. Store the key bindings into four alists:
856 pc-select-default-key-bindings, pc-select-extra-key-bindings,
857 pc-select-meta-moves-sexps-key-bindings, and
858 pc-select-tty-key-bindings; then have the pc-select-define-keys
859 function walk those alists instead of calling define-key
860 repeatedly. When the mode is turned on, set the
861 keybindings in global-map and remember the old keybindings; when
862 the mode is turned off, restore the previously-saved keybindings.
863 (pc-selection-mode defcustom): Reflect the fact that the mode is
864 now "turn-off"-able.
865
866 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
869 returns t, don't treat that as an error.
870
871 2002-01-25 Jason Rumney <jasonr@gnu.org>
872
873 * faces.el (face-font-registry-alternatives) [windows-nt]:
874 Add ms-oemlatin as an alternative for iso8859-1.
875
876 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
877
878 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
879 args and the absence of an entry. Don't add -f each time.
880
881 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
882
883 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
884
885 Support for more than 8 colors on character terminals:
886
887 * term/rxvt.el: New file.
888
889 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
890
891 * term/xterm.el (xterm-standard-colors): New variable.
892 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
893 (xterm-rxvt-set-background-mode): New functions.
894 (toplevel): Call xterm-register-default-colors,
895 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
896 Add support for more keys from xterm's terminfo entry.
897
898 * facemenu.el (list-colors-display): If the argument is nil, don't
899 show more colors that the number returned by display-color-cells.
900
901 * term/pc-win.el (msdos-color-values): Reverse the order of the
902 colors, since tty-color-define now preserves the registration order.
903
904 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
905
906 * term/tty-colors.el (tty-standard-colors): Reverse the order.
907 (tty-register-default-colors): New function; code moved from
908 startup.el's command-line.
909 (tty-modify-color-alist): Use nconc instead of cons, to preserve
910 the order the colors where registered.
911
912 * frame.el (display-color-cells): Use tty-display-color-cells.
913
914 * startup.el (command-line): Call tty-register-default-colors.
915
916 2002-01-25 Richard M. Stallman <rms@gnu.org>
917
918 * subr.el (remove): Doc fix.
919
920 2002-01-24 Richard M. Stallman <rms@gnu.org>
921
922 * progmodes/compile.el (compilation-handle-exit):
923 Add a compilation-handle-exit property to the "finished" message.
924 (compilation-parse-errors): Stop parsing when that property is seen.
925
926 * subr.el (substring-no-properties): New function.
927 (copy-without-properties): Function deleted.
928
929 * term/x-win.el (x-handle-geometry): Put sizes on both
930 initial-frame-alist and default-frame-alist.
931
932 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
933 for saving .emacs.
934
935 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
936
937 * calendar/calendar.el (generate-calendar-month): Doc fix.
938
939 2002-01-23 Richard M. Stallman <rms@gnu.org>
940
941 * play/tetris.el (tetris): New defgroup.
942 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
943 (tetris-default-tick-period): Convert to defcustom.
944 Added * in docstring to indicate user variable.
945 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
946 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
947 (tetris-buffer-height, tetris-width, tetris-height)
948 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
949
950 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
951
952 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
953 and is already matched by adaptive-fill-regexp.
954
955 2002-01-22 Richard M. Stallman <rms@gnu.org>
956
957 * bindings.el (mode-line-copied-mode-name): New variable.
958 (mode-line-mode-name): Don't modify mode-name itself!
959 Instead, make a copy and reuse it.
960
961 * subr.el (copy-without-properties): New function.
962
963 * progmodes/sh-script.el (sh-set-shell): Doc fix.
964
965 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
966 slash if DIR is just slash.
967
968 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
969
970 2002-01-21 Richard M. Stallman <rms@gnu.org>
971
972 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
973
974 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
975 Move defvar up.
976
977 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
978
979 * ibuffer.el: Don't require ibuf-ext at load time.
980 (ibuffer): Require ibuf-ext here.
981
982 2002-01-21 Francesco Potorti` <pot@gnu.org>
983
984 * generic-x.el (apache-conf-generic-mode): Highlight the first
985 word in a line even if preceded by blanks.
986
987 2002-01-21 Richard M. Stallman <rms@gnu.org>
988
989 * window.el (window-body-height): Handle minibuffer window specially.
990 Otherwise, don't return less than 1.
991
992 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
993
994 * ange-ftp.el: Added support for BS2000, and for raw ftp
995 login commands (needed in some circumstances).
996 (ange-ftp-raw-login): New custom var.
997 (ange-ftp-normal-login): Perform login with raw ftp commands, if
998 ange-ftp-raw-login is set and account password is needed.
999 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1000 (ange-ftp-bs2000-filename-pubset-regexp)
1001 (ange-ftp-bs2000-filename-username-regexp)
1002 (ange-ftp-bs2000-filename-prefix-regexp)
1003 (ange-ftp-bs2000-name-template): New consts.
1004 (ange-ftp-bs2000-short-filename-regexp)
1005 (ange-ftp-bs2000-fix-name-regexp-reverse)
1006 (ange-ftp-bs2000-fix-name-regexp): New consts.
1007 (ange-ftp-bs2000-special-prefix): New custom var.
1008 (ange-ftp-fix-name-for-bs2000)
1009 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1010 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1011 (ange-ftp-bs2000-posix-hook-installed): New vars.
1012 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1013 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1014 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1015 (ange-ftp-bs2000-filename-regexp): New const.
1016 (ange-ftp-bs2000-additional-pubsets): New custom var.
1017 (ange-ftp-bs2000-cd-to-posix): New fun.
1018
1019 2002-01-20 Colin Walters <walters@verbum.org>
1020
1021 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1022 with `byte-compile-dynamic'.
1023 (ibuffer-default-directory, toplevel): Doc files.
1024
1025 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1026
1027 * tempo.el (tempo-define-template): Doc fix.
1028
1029 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1030
1031 2002-01-20 Jason Rumney <jasonr@gnu.org>
1032
1033 * w32-vars.el: New file.
1034
1035 * loadup.el [windows-nt]: Load it.
1036
1037 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1038 and make them defcustoms.
1039
1040 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1041
1042 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1043
1044 * language/tibet-util.el (tibetan-decompose-region)
1045 (tibetan-decompose-string): Fix typo in docstring.
1046
1047 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1048
1049 2002-01-18 Richard M. Stallman <rms@gnu.org>
1050
1051 * comint.el (comint-redirect-send-command-to-process):
1052 Restore previous current buffer.
1053
1054 * window.el (window-body-height): New function.
1055
1056 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1057
1058 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1059 "Finish Function" menu map entries for jdb mode.
1060 (gud-jdb-use-classpath): New customization variable.
1061 (gud-jdb-command-name): Add customization.
1062 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1063 (gud-jdb-classpath-string): New variable.
1064 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1065 (gud-jdb-build-source-files-list): Likewise.
1066 (gud-jdb-massage-args): Record any command argument classpath
1067 string in `gud-jdb-classpath-string'.
1068 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1069 java call stack in jdb output.
1070 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1071 (gud-jdb-parse-classpath-string): New functions.
1072 (gud-jdb-marker-filter): Search/detect classpath information in
1073 jdb's output. marker regexp updated to match oldjdb and jdb output
1074 formats. Expand search for source files to include new/old methods
1075 using new functions above. Do not allow `gud-marker-acc' to grow
1076 without bound.
1077 (jdb): Set classpath information (if available) as jdb is started.
1078 Change `gud-break' and `gud-remove'
1079 to use new %c ("class") escape in format strings. Add
1080 `gud-finish', `gud-up', `gud-down' command string functions, and
1081 add them to the local menu map. Update `comint-prompt-regexp' for
1082 jdb and oldjdb. If attaching to an already running java VM and
1083 configured to use classpath, send command to query for classpath,
1084 else use previous method for finding and parsing java
1085 sources. Set `gud-jdb-find-source' function accordingly.
1086 (gud-mode): Doc fix.
1087 (gud-format-command): Add support for new %c ("class") escape.
1088 (gud-find-class): New function in support of %c escape.
1089
1090 2002-01-17 Richard M. Stallman <rms@gnu.org>
1091
1092 * ibuf-ext.el: Enable byte-compile-dynamic.
1093
1094 2002-01-17 Jason Rumney <jasonr@gnu.org>
1095
1096 * term/w32-win.el: Restore conditional require of fontset.
1097
1098 2002-01-16 Richard M. Stallman <rms@gnu.org>
1099
1100 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1101 more or less.
1102 (mouse-drag-region): New function. For a click in the echo area,
1103 show *Messages*.
1104
1105 * ibuf-ext.el: Delete the autoloads for functions defined with
1106 ibuffer-specific commands.
1107
1108 * help.el (describe-distribution): Really call view-file.
1109
1110 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1111 (ange-ftp-get-process): Pass that arg.
1112
1113 * comint.el (comint-simple-send): Fix previous change.
1114
1115 * net/telnet.el (telnet-simple-send): Fix previous change.
1116
1117 * progmodes/sql.el (sql-escape-newlines-and-send)
1118 (sql-query-placeholders-and-send): Fix previous change.
1119
1120 2002-01-16 Colin Walters <walters@verbum.org>
1121
1122 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1123 URL, Compatibility headers. Update copyright notice.
1124 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1125
1126 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1127
1128 * startup.el (command-line): Set EOL mnemonics for the Mac.
1129
1130 2002-01-16 Andreas Schwab <schwab@suse.de>
1131
1132 * mail/feedmail.el (feedmail): Fix :link spec.
1133
1134 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1135
1136 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1137 2 ldapsearch.
1138
1139 * net/eudc.el: New maintainer. Change author's address.
1140 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1141 Variables removed.
1142 (eudc-insert-selected): Function removed.
1143 (eudc-select): Reimplemented.
1144 (eudc-expand-inline): Delete the strings only after its expansion
1145 is chosen not before.
1146
1147 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1148 Minor coding style fixes.
1149
1150 * net/eudcb-ldap.el: New maintainer. Change author's address.
1151 (eudc-attribute-display-method-alist): Display mail with
1152 eudc-display-mail.
1153
1154 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1155 * net/eudc-vars.el: New maintainer. Change author's address.
1156
1157 * net/eudc-bob.el: New maintainer. Change author's address.
1158 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1159 (eudc-display-mail): New function.
1160 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1161
1162 2002-01-15 Richard M. Stallman <rms@gnu.org>
1163
1164 * emacs-lisp/autoload.el (make-autoload):
1165 Don't handle define-ibuffer-column, define-ibuffer-filter,
1166 define-ibuffer-sorter, and define-ibuffer-op.
1167
1168 2002-01-14 Richard M. Stallman <rms@gnu.org>
1169
1170 * calendar/calendar.el (diary-date-forms): Doc fix.
1171
1172 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1173
1174 * startup.el (command-line): Register the default tty colors even
1175 if the terminal doesn't seem to support colors.
1176 <tty-long-option-alist>: New option --color.
1177 (tty-handle-args): Parse the --color arg.
1178
1179 * term/tty-colors.el (tty-color-mode-alist): New variable.
1180
1181 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1182
1183 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1184 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1185 Use it.
1186 (ange-ftp-hook-function): Preserve match-data.
1187 (ange-ftp-insert-directory): Typo.
1188 (ange-ftp-shell-command): Check if regexp matched.
1189
1190 2002-01-13 Richard M. Stallman <rms@gnu.org>
1191
1192 * international/mule-cmds.el: help-map bindings moved to help.el.
1193
1194 * help.el (view-echo-area-messages): New function.
1195 (help-map): Add `e' binding. Delete obsolete `d' binding.
1196 Change old Info bindings C-f, C-k and C-i to F, K, S.
1197 Move view-emacs-FAQ from F to C-f.
1198 Move view-emacs-problems from P to C-e.
1199 Bindings moved here from mule-cmds.el.
1200 C-l binding for describe-language-environment deleted
1201 (help-for-help): Update for all these changes.
1202
1203 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1204
1205 2002-01-13 Dave Love <fx@gnu.org>
1206
1207 * emacs-lisp/copyright.el: Doc fixes.
1208 (copyright-regexp): Add Latin-9 copyright sign.
1209 Match comment delimiters in year lists.
1210 (copyright-current-year): Initialize to load-time year.
1211
1212 2002-01-13 Andreas Schwab <schwab@suse.de>
1213
1214 * dired-aux.el (dired-do-shell-command): Doc fix.
1215
1216 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1217
1218 * startup.el (command-line-x-option-alist): New options "-fs",
1219 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1220
1221 * term/x-win.el (x-handle-initial-switch): New function.
1222
1223 2002-01-13 Colin Walters <walters@debian.org>
1224
1225 * emacs-lisp/autoload.el (make-autoload): Handle
1226 define-ibuffer-column, define-ibuffer-filter,
1227 define-ibuffer-sorter, and define-ibuffer-op.
1228
1229 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1230
1231 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1232
1233 2002-01-12 Richard M. Stallman <rms@gnu.org>
1234
1235 * net/browse-url.el (browse-url-grail):
1236 Use browse-url-maybe-new-window.
1237
1238 * net/telnet.el (telnet-simple-send): Handle
1239 comint-input-sender-no-newline like comint-simple-send.
1240
1241 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1242 comint-input-sender-no-newline like comint-simple-send.
1243 (sql-escape-newlines-and-send): Likewise.
1244
1245 * comint.el (comint-input-sender): Doc fix.
1246 (comint-input-sender-no-newline): New variable.
1247 (comint-simple-send): If comint-input-sender-no-newline,
1248 don't output newline, but maybe send eof.
1249 (comint-send-input): New arg NO-NEWLINE.
1250 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1251
1252 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1253
1254 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1255 delaying when executing keyboard macros.
1256
1257 2002-01-12 Richard M. Stallman <rms@gnu.org>
1258
1259 * simple.el (line-move): If we can't move enough lines,
1260 go to beginning or end of line.
1261
1262 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1263 and proper window.
1264
1265 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1266 Switch buffers only after calling `help-buffer'.
1267
1268 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1269 only when they are surrounded by whitespace.
1270 Use dired-mark-separator when adding one file name to a command.
1271 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1272 Ask for confirmation if * or ? is not surrounded by whitespace.
1273 (dired-bunch-files): Re-reverse the partial file list when it is used.
1274
1275 2002-01-12 Richard M. Stallman <rms@gnu.org>
1276
1277 * comint.el (comint-dynamic-list-completions): Repeating the command
1278 after displaying a completion list scrolls the list.
1279
1280 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1281
1282 * files.el (find-file-noselect): Don't consider a buffer as
1283 visiting a file literally if it is in hexl-mode.
1284
1285 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1286
1287 2002-01-11 Richard M. Stallman <rms@gnu.org>
1288
1289 * startup.el (initial-scratch-message): Fix custom type, add group.
1290
1291 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1292 around the decode-coding-region call.
1293
1294 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1295 after displaying a completion list scrolls the list.
1296
1297 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1298
1299 * version.el (emacs-version): Bump to 21.2.50.
1300
1301 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1302
1303 * play/zone.el (zone-timeout): New var.
1304 (zone-hiding-modeline): New macro.
1305 (zone-call): New func.
1306
1307 (zone): Init `modeline-hidden-level' symbol property.
1308 Use `zone-call' instead of `funcall'.
1309
1310 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1311
1312 (zone-pgm-stress): Use `zone-hiding-modeline'.
1313
1314 (zone-pgm-stress-destress): New zone program.
1315
1316 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1319
1320 2002-01-09 Richard M. Stallman <rms@gnu.org>
1321
1322 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1323
1324 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1325
1326 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1327 flyspell-mouse-map.
1328
1329 2002-01-08 Richard M. Stallman <rms@gnu.org>
1330
1331 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1332
1333 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1334
1335 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1336
1337 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1338
1339 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1340 Do not use make-local-hook.
1341
1342 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * international/quail.el (quail-start-translation)
1345 (quail-start-conversion): Bind last-command-event, last-command,
1346 and this-command in the first let. This fixes the change from
1347 2000-08-30.
1348
1349 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1350
1351 * ediff-hook.el: Add an autoload cookie.
1352
1353 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1354
1355 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1356 address of the author.
1357
1358 2002-01-08 Richard M. Stallman <rms@gnu.org>
1359
1360 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1361 (occur-mode-map): Bind `o' to that.
1362
1363 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1364
1365 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1366 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1367 cases. Used to reduce the number of warnings.
1368
1369 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1370 (viper-standard-value): Move here from viper.el.
1371 (viper-set-unread-command-events): Move to viper-util.el
1372 (viper-check-minibuffer-overlay): Make sure
1373 viper-minibuffer-overlay is moved to cover the entire input field.
1374
1375 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1376 (viper-read-key-sequence, viper-set-unread-command-events)
1377 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1378
1379 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1380
1381 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1382
1383 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1384
1385 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1386 (viper-event-vector-p): Move to viper-util.el
1387
1388 * viper.el (viper-standard-value): Move to viper-cmd.el.
1389 Use viper-cond-compile-for-xemacs-or-emacs.
1390
1391 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1392
1393 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1394
1395 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1396 New macro designed to be used in many places where ediff-emacs-p or
1397 ediff-xemacs-p was previously used. Reduces the number of warnings.
1398 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1399 of ediff-xemacs-p.
1400 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1401 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1402 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1403 Move to ediff-util.el.
1404 (ediff-event-key): Moved here.
1405
1406 * ediff-merge.el: Got rid of unreferenced variables.
1407
1408 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1409
1410 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1411 (ediff-cleanup-mess): Improve the way windows are set up after
1412 quitting ediff.
1413 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1414 (ediff-dispose-of-variant-according-to-user): New function
1415 designed to be smarter and also understands indirect buffers.
1416 (ediff-highlight-diff-in-one-buffer)
1417 (ediff-unhighlight-diff-in-one-buffer)
1418 (ediff-unhighlight-diffs-totally-in-one-buffer)
1419 (ediff-highlight-diff, ediff-highlight-diff)
1420 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1421 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1422 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1423 Moved here.
1424 (ediff-format-bindings-of): New function by Hannu Koivisto
1425 <azure@iki.fi>.
1426 (ediff-setup): Make sure the merge buffer is always widened and
1427 modifiable.
1428 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1429 result of a merge into a file visited by another buffer.
1430 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1431 is visited by another buffer and ask to save/delete that buffer.
1432 (ediff-verify-file-merge-buffer): New function to do the above.
1433
1434 * ediff-vers.el: Load ediff-init.el at compile time.
1435
1436 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1437
1438 * ediff.el (ediff-windows, ediff-regions-wordwise)
1439 (ediff-regions-linewise): Use indirect buffers to improve
1440 robustness and make it possible to compare regions of the same
1441 buffer (even overlapping regions).
1442 (ediff-clone-buffer-for-region-comparison)
1443 (ediff-clone-buffer-for-window-comparison): New functions.
1444 (ediff-files-internal): Refuse to compare identical files.
1445 (ediff-regions-internal): Get rid of the warning about comparing
1446 regions of the same buffer.
1447
1448 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1449 Plus the following fixes courtesy of Dave Love: Doc fixes.
1450 (ediff-word-1): Use word class and move - to the
1451 front per regexp documentation.
1452 (ediff-wordify): Bind forward-word-function outside loop.
1453 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1454 consing buffer contents.
1455 (ediff-goto-word): Move syntax table setting outside loop.
1456
1457 2002-01-07 Richard M. Stallman <rms@gnu.org>
1458
1459 * dired.el (dired-copy-filename-as-kill): Call kill-append
1460 if following a kill command.
1461
1462 * help-fns.el (describe-variable, describe-function):
1463 Do save-excursion.
1464
1465 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1466
1467 * net/ldap.el (ldap-search-internal): Skip error message from
1468 ldapsearch. Allow listing attribute names only. Do not open
1469 non-existent files.
1470
1471 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1472 call non-existent function.
1473
1474 * net/eudc.el (top-level): Revert previous change.
1475
1476 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1477 variables to prevent warning from byte-compiler.
1478
1479 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1480 string-match on emacs-version again.
1481
1482 * enriched.el (enriched-make-annotation): Fix the change from
1483 2002-01-05.
1484 (enriched-handle-display-prop): Return proper values.
1485
1486 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1487 proper attribute name labeledUri instead of deprecated labeledUrl.
1488
1489 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1490
1491 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1492 editing an empty hotlist.
1493
1494 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1495 Use buffer-string instead of buffer-substring for the whole
1496 buffer.
1497
1498 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1499 not free.
1500
1501 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1502 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1503 (eudc-bob-save-object): Make the buffer unibyte.
1504 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1505 object to external program.
1506
1507 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1508
1509 * vc.el (vc-branch-part): Return nil if there's no `.'
1510 (vc-default-previous-version): Renamed from vc-previous-version.
1511 New args BACKEND and FILE. Return nil for revision numbers
1512 without a `.'
1513 (vc-version-diff): Call vc-BACKEND-previous-version.
1514 (vc-steal-lock): Steal lock before composing mail, so that no mail
1515 is sent when the stealing goes wrong. And we'll actually see the
1516 error in that case now.
1517 (vc-finish-steal): Removed.
1518
1519 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1520 the lock, so that we see expanded headers.
1521 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1522 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1523 available from vc.el. Updated all callers.
1524
1525 2002-01-05 Richard M. Stallman <rms@gnu.org>
1526
1527 * enriched.el (enriched-make-annotation): Doc fix.
1528
1529 * format.el (format-replace-strings, format-subtract-regions)
1530 (format-annotate-region, format-annotate-location)
1531 (format-annotate-atomic-property-change)
1532 (format-annotate-single-property-change): Doc fixes.
1533
1534 2002-01-05 Jason Rumney <jasonr@gnu.org>
1535
1536 * term/w32-win.el: Require fontset unconditionally.
1537 (w32-handle-scroll-bar-event): Remove.
1538
1539 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1540
1541 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1542 copyrights to be updated.
1543
1544 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1545
1546 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1547 2001-10-24.
1548
1549 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1550
1551 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1552
1553 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1554 entry.
1555 (ldap-ignore-attribute-codings): Change the default value to allow
1556 encoding/decoding of attributes.
1557 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1558
1559 2002-01-03 Richard M. Stallman <rms@gnu.org>
1560
1561 * files.el (basic-save-buffer): Undo previous change.
1562
1563 * calendar/diary-lib.el (diary-block): Doc fix.
1564
1565 * custom.el (defcustom): Fix syntax of previous change.
1566
1567 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1568
1569 * custom.el (defcustom): Documented :tag, :link and :load.
1570
1571 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1572
1573 * mail/sendmail.el (mail-recover-1): New function.
1574 (mail-recover): Switch to the *mail* buffer right away. Use
1575 buffer-auto-save-file-name instead of calling
1576 make-auto-save-file-name. Call dired-noselect instead of invoking
1577 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1578 before reading the auto-save file. If the buffer's auto-save file
1579 does not exist, call mail-recover-1 to allow recovery from past
1580 auto-saved drafts.
1581
1582 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1583
1584 * time.el (display-time-load-average-threshold): Fix defcustom
1585 (add type and group).
1586
1587 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1588 specification from the hostname.
1589
1590 2002-01-02 Richard M. Stallman <rms@gnu.org>
1591
1592 * facemenu.el (facemenu-active-faces):
1593 Use face-attributes-as-vector, not face-attributes-vector.
1594
1595 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1596
1597 * xscheme.el: Eleven years of updates on a private copy.
1598
1599 Extensive changes to support multiple xscheme buffers:
1600 (run-scheme): Break up into new functions to facilitate starting
1601 processes in other buffers.
1602 (xscheme-start, xscheme-read-command-line): New functions.
1603 (start-scheme, select-scheme)
1604 (default-xscheme-runlight)
1605 (global-set-scheme-interaction-buffer)
1606 (local-set-scheme-interaction-buffer)
1607 (local-clear-scheme-interaction-buffer)
1608 (exit-scheme-interaction-mode)
1609 (verify-xscheme-buffer): New functions.
1610 (xscheme-process-name, xscheme-buffer-name)
1611 (xscheme-runlight): New internal vars.
1612 (default-xscheme-runlight): New const.
1613 (xscheme-start-process): Add args for the process/buffer names.
1614 (reset-scheme): Pass process/buffer names.
1615 (scheme-interaction-mode): Initialize new local vars.
1616 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1617 (xscheme-select-process-buffer, xscheme-process-buffer)
1618 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1619 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1620 var xscheme-process-name.
1621 (xscheme-start-process): Initialize xscheme-process-name and
1622 xscheme-buffer-name in the process buffer. Pass buffer name to
1623 xscheme-modeline-initialize.
1624 (xscheme-modeline-initialize): Add argument to specify buffer name
1625 for mode-line vars.
1626 (xscheme-process-sentinel): Make sure sentinel is run in the
1627 process buffer so it sees its local vars.
1628 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1629 elaborate logic to handle multiple-buffer mode lines.
1630
1631 (xscheme-enter-input-wait): Re-enable control-G handler upon
1632 entering input wait.
1633
1634 (scheme-interaction-mode): Add arg to preserve local vars.
1635 (xscheme-enter-interaction-mode)
1636 (xscheme-enter-debugger-mode): Preserve local vars.
1637 (xscheme-start-process): Clobber local vars.
1638
1639 (scheme-interaction-mode-commands): Allow end user to add commands
1640 to scheme-interaction-mode keymap.
1641 (scheme-interaction-mode-commands-alist): New variable.
1642
1643 (xscheme-send-string): Don't use insert-before-markers.
1644
1645 Implement a per-buffer kill ring:
1646 (xscheme-insert-expression)
1647 (xscheme-rotate-yank-pointer, xscheme-yank)
1648 (xscheme-yank-pop, xscheme-yank-push): New functions.
1649 (xscheme-expressions-ring)
1650 (xscheme-expressions-ring-yank-pointer)
1651 (xscheme-expressions-ring-max): New variables.
1652 (xscheme-send-string-1): Call xscheme-insert-expression to save
1653 expression in ring.
1654 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1655 (xscheme-previous-send): Deleted variable.
1656
1657 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1658 xscheme-send-control-g-interrupt): Use process-send-string rather
1659 than send-string.
1660
1661 (xscheme-send-region): Insert a newline after an expression that
1662 is submitted in the interaction buffer, for consistency with
1663 recent changes to Edwin.
1664
1665 (xscheme-delete-output): New function mimics comint-delete-output.
1666 (xscheme-last-input-end): New internal variable.
1667 (xscheme-process-filter-output): Update xscheme-last-input-end.
1668
1669 (xscheme-send-control-g-interrupt): Make sure that
1670 xscheme-control-g-disabled-p is looked up in the right buffer.
1671
1672 (xscheme-enable-control-g): Clear C-g message if visible.
1673 (xscheme-control-g-message-string): New internal var.
1674 (xscheme-send-control-g-interrupt): Use new var.
1675
1676 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1677 after sending interrupt in order to work around race condition.
1678
1679 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1680 (xscheme-send-char): Use xscheme-send-char rather than send-string
1681 to send single char.
1682
1683 (xscheme-process-filter, xscheme-process-filter-alist): Add
1684 support for evaluating expressions outside of the call-excursion.
1685 (xscheme-process-filter:string-action-noexcursion): New func.
1686
1687 (xscheme-write-value): Change output string to match that used by
1688 Edwin.
1689
1690 (xscheme-coerce-prompt): Don't write a space after a command
1691 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1692 for us.
1693
1694 (reset-scheme): Delete process after killing it.
1695
1696 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1697
1698 * bindings.el (function-key-map): Don't bind shifted keypad
1699 numeric keys.
1700
1701 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1702
1703 * enriched.el (enriched-handle-display-prop): Remove unused
1704 variables.
1705 (enriched-mode): Doc fix.
1706
1707 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1708
1709 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1710 Hebrew points.
1711
1712 2002-01-01 Richard M. Stallman <rms@gnu.org>
1713
1714 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1715
1716 2001-12-31 Richard M. Stallman <rms@gnu.org>
1717
1718 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1719 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1720 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1721 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1722 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1723 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1724 Adapt face definitions to use :weight and :slant.
1725
1726 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1727
1728 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1729
1730 * font-lock.el (initializing from font-lock-face-attributes):
1731 Use :weight and :slant, not :bold and :italic.
1732
1733 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1734
1735 * cus-edit.el (custom-face-edit-fix-value): New function.
1736 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1737
1738 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1739
1740 * progmodes/octave-mod.el (octave-abbrev-table):
1741 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1742 * progmodes/fortran.el (fortran-mode-abbrev-table):
1743 * progmodes/f90.el (f90-mode-abbrev-table):
1744 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1745 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1746 predefined abbrevs as "system" abbrevs.
1747
1748 2001-12-30 Richard M. Stallman <rms@gnu.org>
1749
1750 * info.el (Info-fontify-node): For a **** underline line, put the
1751 invisible and intangible props on the following newline, but not
1752 on the previous newline or the last char of the previous line.
1753
1754 * faces.el (face-set-after-frame-default): Don't change `default' face.
1755
1756 * faces.el (minibuffer-prompt): Adopt some default colors.
1757
1758 * replace.el (query-replace-read-args): Immediate error if read-only.
1759
1760 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1761 Display the output buffer in a more intelligent way.
1762
1763 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1764
1765 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1766 in accordance with files.el's insert-directory.
1767
1768 2001-12-29 Richard M. Stallman <rms@gnu.org>
1769
1770 * files.el (basic-save-buffer): If a before-write hook displays
1771 an echo area message, pause before calling basic-save-buffer-1.
1772
1773 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1774
1775 * textmodes/reftex-global.el (reftex-query-replace-document)
1776 (reftex-change-label): Doc fix.
1777
1778 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1779
1780 * progmodes/etags.el (tags-query-replace): Doc fix.
1781
1782 2001-12-29 Richard M. Stallman <rms@gnu.org>
1783
1784 * progmodes/compile.el (compile-internal): Fix previous change.
1785
1786 2001-12-28 Richard M. Stallman <rms@gnu.org>
1787
1788 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1789 shrink the windows above as necessary to get space.
1790 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1791
1792 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1793 This fixes a bug that treated all files as directories.
1794 (ange-ftp-insert-directory): Explicitly follow symlinks.
1795
1796 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1797 alias symbols--put the translated sequences here directly.
1798
1799 * progmodes/cc-mode.el (c-mode-abbrev-table)
1800 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1801 (java-mode-abbrev-table, pike-mode-abbrev-table):
1802 Mark all the predefined abbrevs as "system" abbrevs.
1803
1804 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1805 (sendmail-send-it): Check mail-specify-envelope-from
1806 and mail-envelope-from in the mail buffer at start.
1807
1808 2001-12-28 Simon Josefsson <jas@extundo.com>
1809
1810 * mail/sendmail.el (mail-envelope-from): Fix :type.
1811 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1812
1813 2001-12-28 Richard M. Stallman <rms@gnu.org>
1814
1815 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1816
1817 * simple.el (line-move-invisible): New subroutine.
1818 (line-move-to-column): New subroutine--smarter about advancing over
1819 invisible parts of a line, or lines, but only as long as hpos grows.
1820 (line-move-finish): New subroutine: repeatedly processes desired
1821 column, intangibility, and fields.
1822 (line-move): Use those subroutines.
1823 When moving lines downward, skip invisible text first rather than last.
1824
1825 2001-12-27 Richard M. Stallman <rms@gnu.org>
1826
1827 * international/mule-diag.el (describe-char-after):
1828 Describe the text properties of the char after point.
1829
1830 * help.el (describe-key): Doc fix.
1831
1832 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1833
1834 * find-dired.el (find-dired-sentinel): Precede exit message by
1835 two spaces, to match the regexp in dired-between-files.
1836
1837 2001-12-28 Miles Bader <miles@gnu.org>
1838
1839 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1840 images (which are lists too).
1841
1842 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1843
1844 * language/european.el: Fix the doc string of "Latin-5" language
1845 environment.
1846
1847 2001-12-26 Richard M. Stallman <rms@gnu.org>
1848
1849 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1850 defined as before 2001-11-09.
1851 (add-minor-mode call): Specify the keymap.
1852
1853 * progmodes/compile.el (compile-internal):
1854 Set TERM variable in process-environment.
1855
1856 2001-12-25 Richard M. Stallman <rms@gnu.org>
1857
1858 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1859 the buffer.
1860
1861 * startup.el (command-line): Convert command line args
1862 to Emacs internal representation using locale-coding-system.
1863
1864 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1865
1866 * international/fontset.el: Don't require ind-util when compiling.
1867
1868 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1869
1870 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1871 set-frame-height and set-frame-width instead of set-screen-height
1872 and set-screen-width.
1873
1874 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1875 of obsolete set-screen-width.
1876
1877 * locate.el (locate): Remove dot at the end of error argument.
1878
1879 * emerge.el (emerge-show-file-name): Use frame-height instead of
1880 obsolete screen-height.
1881
1882 * mail/mh-utils.el (mh-show-msg): Likewise.
1883 (mh-handle-process-error): Use frame-width instead of obsolete
1884 screen-width.
1885
1886 2001-12-25 Richard M. Stallman <rms@gnu.org>
1887
1888 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1889 to enlarge-window. Use save-selected-window. Don't try
1890 to resize windows that end at the bottom "level".
1891 Retry changing the sizes until the windows get the desired sizes.
1892 Discount the minibuffer when computing total height available.
1893
1894 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1895 (debugger-make-xrefs): Only make a button for the first symbol
1896 on any line.
1897
1898 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1899
1900 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1901 Call IT-setup-unicode-display here instead of adding it to
1902 dos-codepage-setup-hook, so that Unicode display tables are set
1903 before dos-codepage-setup-hook runs.
1904
1905 2001-12-24 Richard M. Stallman <rms@gnu.org>
1906
1907 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1908 (nslookup-mode-abbrev-table): Don't define it.
1909 (smbclient-mode-abbrev-table): Don't define it.
1910 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1911 (nslookup-mode, smbclient-mode): Likewise.
1912 (network-connection-service-abbrev-alist): Variable deleted.
1913 (network-connection-mode-setup): Don't set up abbrev table.
1914
1915 * faces.el (minibuffer-prompt): New face.
1916 (minibuffer-prompt-properties): Add `face' property.
1917
1918 * replace.el (occur-mode-display-occurrence): New function.
1919 (occur-mode-map): Bind C-o to it.
1920
1921 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
1922
1923 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1924 (viper-special-read-and-insert-char): Make C-m work right in the r
1925 comand.
1926 (viper-buffer-search-enable): Fixed format string.
1927
1928 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1929 instead of viper-info-on-file.
1930 (ex-set-visited-file-name): New function.
1931
1932 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
1933
1934 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1935 action argument.
1936
1937 * ediff-init.el: Fixed some doc strings.
1938
1939 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1940 Got rid of make-local-hook.
1941
1942 * ediff-wind.el (ediff-setup-control-frame): Got rid of
1943 make-local-hook.
1944
1945 2001-12-23 Richard M. Stallman <rms@gnu.org>
1946
1947 * term/x-win.el (x-handle-geometry): Put height and width
1948 on default-frame-alist, left and top on initial-frame-alist.
1949 * term/w32-win.el (x-handle-geometry): Likewise.
1950
1951 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1952
1953 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1954 not interactive-p.
1955
1956 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1957
1958 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1959 mocklisp entries.
1960
1961 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1962 Lisp. Obsoleted.
1963
1964 * emulation/mlconvert.el: File removed.
1965
1966 * emulation/mlsupport.el: Moved to obsolete.
1967
1968 * obsolete/mlsupport.el: Moved there from lisp/emulation.
1969
1970 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1971
1972 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
1973 mocklisp case.
1974
1975 * help-fns.el (describe-function-1): Remove mocklisp function
1976 case.
1977
1978 2001-12-22 Miles Bader <miles@gnu.org>
1979
1980 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1981 turning refill-mode off.
1982
1983 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1984
1985 * time.el (display-time-load-average-threshold): New variable.
1986 (display-time-update): Use it.
1987
1988 These changes allow cycling through past 1, 5 and 15 minutes
1989 load-average displayed in the mode-line.
1990
1991 * time.el (display-time-default-load-average): New customizable option.
1992 (display-time-load-average): New variable.
1993 (display-time-cycle-load-average): New function.
1994 (display-time-update): Use them.
1995
1996 2001-12-21 Richard M. Stallman <rms@gnu.org>
1997
1998 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1999 (apropos-documentation, apropos-value): Pass a suitable string.
2000
2001 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2002
2003 * dired.el (dired-free-space-program, dired-free-space-args):
2004 Aliases for back-compatibility.
2005
2006 * info.el (Info-select-node): If Info-use-header-line is nil, set
2007 header-line-format to nil.
2008 (Info-fontify-node): Don't put a keymap text property on the
2009 heading if we are not going to display the header line. Remove
2010 any such text properties left over from past visits to this node.
2011
2012 * ls-lisp.el (insert-directory): Insert the amount of free disk
2013 space, like files.el's insert-directory does.
2014
2015 * files.el (directory-free-space-program): Mention
2016 file-system-info in the doc string.
2017 (get-free-disk-space): New function; code moved from
2018 insert-directory.
2019 (insert-directory): Call get-free-disk-space to get the amount of
2020 free space.
2021
2022 2001-12-21 Richard M. Stallman <rms@gnu.org>
2023
2024 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2025 (describe-distribution, describe-project): Use view-file.
2026
2027 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2028
2029 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2030
2031 * emacs-lisp/easy-mmode.el (define-minor-mode):
2032 Make no arg by default in an interactive call,
2033 so that repeating the command toggles again.
2034
2035 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2036
2037 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2038
2039 * antlr-mode.el: More sophisticated indentation of cpp directive.
2040 (antlr-indent-at-bol-alist): New user option.
2041 (antlr-indent-line): Use it.
2042 (antlr-indent-style): New user option.
2043 (antlr-mode): Use it.
2044 (antlr-indent-item-regexp): Customize.
2045
2046 * antlr-mode.el: Syntax highlighting changes.
2047 (antlr-font-lock-literal-regexp): New user option.
2048 (antlr-font-lock-syntax-face): New face used for :, |, ....
2049 (antlr-font-lock-default-face): New face.
2050 (antlr-font-lock-additional-keywords): Use them.
2051
2052 * antlr-mode.el: New command to insert options -- variables.
2053 (antlr-mode-map): New binding [C-c C-o].
2054 (antlr-mode-menu): New submenus.
2055 (antlr-options-use-submenus): New user option.
2056 (antlr-tool-version): New user option.
2057 (antlr-options-auto-colon): New user option.
2058 (antlr-options-style): New user option.
2059 (antlr-options-push-mark): New user option.
2060 (antlr-options-assign-string): New user option.
2061 (antlr-options-headings): New variable.
2062
2063 * antlr-mode.el: New command to insert options -- specific.
2064 (antlr-options-alists): New variable.
2065 (antlr-read-value): New function.
2066 (antlr-read-boolean): New function.
2067 (antlr-language-option-extra): New function.
2068 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2069 (antlr-c++-mode-extra): New function.
2070 (antlr-grammar-tokens): New function.
2071 (antlr-imenu-create-index-function): New optional argument.
2072
2073 * antlr-mode.el: New command to insert options -- functions.
2074 (antlr-insert-option): New command.
2075 (antlr-insert-option-interactive): New function.
2076 (antlr-options-menu-filter): New function.
2077 (antlr-option-kind): New function.
2078 (antlr-scan-lists): New alias.
2079 (antlr-scan-lists-internal): New function.
2080 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2081 (antlr-option-level): New function.
2082 (antlr-syntactic-grammar-depth): New function.
2083 (antlr-option-location): New function.
2084 (antlr-insert-option-do): New function.
2085 (antlr-option-spec): New function.
2086 (antlr-version-string): New function.
2087 (antlr-insert-option-existing): New function.
2088 (antlr-insert-option-space): New function.
2089 (antlr-insert-option-area): New function.
2090
2091 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2092 with narrowing. Menu change. Miscellaneous.
2093 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2094 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2095 (antlr-electric-character): New command.
2096 (antlr-class-header-regexp): New variable.
2097 (antlr-font-lock-additional-keywords): Use it.
2098 (antlr-imenu-create-index-function): Use it.
2099 (antlr-file-dependencies): Use it.
2100 (antlr-indent-line): Also works with restrictions.
2101 (antlr-indent-command): Interactive spec - changes the buffer.
2102 (antlr-language-for-option): Deletia.
2103 (antlr-language-option): New function, defined instead.
2104 (antlr-mode): Use it.
2105 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2106
2107 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2108 instead of a literal /dev/null.
2109
2110 * Makefile.in (distclean): Remove Makefile in the build
2111 directory, not in the source directory.
2112
2113 2001-12-21 Simon Josefsson <jas@extundo.com>.
2114
2115 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2116 with-temp-buffer instead of find-file-noselect, and bind
2117 coding-system-for-read to no-conversion when reading the queued
2118 messages. (Simon's code modified slightly by Eli Zaretskii.)
2119
2120 2001-12-20 Werner Lemberg <wl@gnu.org>
2121
2122 * international/mule-diag.el (describe-coding-system,
2123 print-coding-system-briefly): Make printed output have a similar
2124 format as describe-character-set.
2125
2126 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2127
2128 * play/blackbox.el (bb-member): Remove, use member instead.
2129 (bb-delete): Remove, use delete instead.
2130 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2131 bb-score, bb-detour-count and bb-balls-placed.
2132 Propertize results of rays.
2133
2134 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2135
2136 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2137 strings mention keybinding for `isearch-yank-word-or-char',
2138 rather than `isearch-yank-word', since the former is bound now
2139 and the latter is not.
2140 (isearch-yank-word-or-char): Fix formatting.
2141
2142 2001-12-19 Werner Lemberg <wl@gnu.org>
2143
2144 * language/czech.el, language/european.el, language/slovak.el: More
2145 fixes for language info doc strings.
2146
2147 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * loadup.el: Add "language" to the load-path.
2150
2151 2001-12-19 Richard M. Stallman <rms@gnu.org>
2152
2153 * international/mule-cmds.el (describe-language-environment):
2154 Fix calls to help-xref-button.
2155
2156 2001-12-19 Miles Bader <miles@gnu.org>
2157
2158 * international/fontset.el: Require `ind-util' when compiling.
2159
2160 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2161
2162 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2163 instead of decompose-composite-char.
2164
2165 2001-12-18 Richard M. Stallman <rms@gnu.org>
2166
2167 * simple.el (eval-expression-print-level)
2168 (eval-expression-print-length): Doc fixes.
2169
2170 * international/mule-diag.el (describe-character-set):
2171 Fix the arg to help-xref-button.
2172
2173 * files.el (directory-free-space-program): New variable.
2174 (directory-free-space-args): New variable.
2175 (insert-directory): Use those two variables for getting free space.
2176 Use file-system-info instead, if that is defined.
2177
2178 * dired.el (dired-free-space-program): Variable deleted.
2179 (dired-free-space-args): Variable deleted.
2180 (dired-insert-directory): Don't try to determine free space.
2181
2182 * files.el (font-lock-defaults): Add risky-local-variables prop.
2183 (hack-one-local-variable): Treat various font-lock variables as risky.
2184
2185 2001-12-18 Werner Lemberg <wl@gnu.org>
2186
2187 * language/chinese.el, language/cyrillic.el:
2188 * language/czech.el, language/european.el, language/greek.el:
2189 * language/hebrew.el, language/indian.el, language/japanese.el:
2190 * language/korean.el, language/lao.el, language/slovak.el:
2191 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2192 Improve documentation strings of coding systems and language infos.
2193
2194 2001-12-18 Werner LEMBERG <wl@gnu.org>
2195
2196 Add support for EUC-TW decoding/encoding.
2197
2198 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2199 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2200 New auxiliary functions to build `big5-to-cns'.
2201 (big5-to-cns): New translation alist.
2202
2203 * language/chinese.el: Added new coding system `euc-tw' and its
2204 alias `euc-taiwan'.
2205 Updated language `Chinese-CNS' to include euc-tw encoding also.
2206 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2207 euc-tw.
2208
2209 2001-12-18 Dave Love <fx@gnu.org>
2210
2211 * loadup.el: Add language/utf-8-lang, language/georgian.
2212
2213 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2214 (image-file-name-regexps): Doc fix.
2215
2216 * server.el (server-unload-hook): New function.
2217
2218 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2219 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2220
2221 * simple.el (newline): Doc fix.
2222 (eval-expression-print-level, eval-expression-print-length): Doc
2223 fix. Amend :type.
2224 (next-line, previous-line): Make arg optional.
2225 (newline): Doc fix.
2226
2227 * Makefile.in (DONTCOMPILE): Add various language files.
2228
2229 * international/quail.el (quail-input-string-to-events): Don't use
2230 string-to-list.
2231
2232 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2233 calling `newline'.
2234
2235 2001-12-17 Richard M. Stallman <rms@gnu.org>
2236
2237 * comint.el (comint-dynamic-list-input-ring-select): New function.
2238 Switches back to the old window configuration.
2239 (comint-dynamic-list-input-ring): Bind RET to that function.
2240 (comint-dynamic-list-input-ring-window-conf): New variable.
2241
2242 2001-12-17 Werner Lemberg <wl@gnu.org>
2243
2244 * international/mule-conf.el: Improve documentation strings of
2245 character sets.
2246
2247 2001-12-16 Richard M. Stallman <rms@gnu.org>
2248
2249 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2250 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2251
2252 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2253
2254 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2255 Add a DESCRIPTION for the makefile item.
2256
2257 * find-file.el (ff-other-file-name): New function.
2258
2259 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2260
2261 * international/quail.el (quail-input-string-to-events): Fix last
2262 change.
2263
2264 2001-12-16 Richard M. Stallman <rms@gnu.org>
2265
2266 * isearch.el (isearch-edit-string): When we set isearch-string
2267 to the default, also set isearch-message.
2268
2269 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2270
2271 * startup.el (command-line-1): Display startup screen
2272 even if there are command line args.
2273 Add a note about how to go to editing your files.
2274 (fancy-splash-head): Add a note about how to go to your files.
2275 (fancy-splash-outer-buffer): New variable.
2276 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2277
2278 * subr.el (with-temp-message): At the end, always discard
2279 the temp message, even by clearing the echo area.
2280
2281 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2282
2283 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2284
2285 * log-view.el (log-view-message-re, log-view-current-tag):
2286 Recognize Subversion's log output format.
2287
2288 * international/fontset.el: Build the list L at compile time.
2289
2290 * language/ind-util.el (mapthread): Make a closure.
2291
2292 2001-12-15 Richard M. Stallman <rms@gnu.org>
2293
2294 * isearch.el (isearch-start-hscroll): New variable.
2295 (isearch-mode): Set isearch-start-hscroll.
2296 (isearch-update): Restore original hscrolling if possible.
2297
2298 * isearch.el (isearch-edit-string):
2299 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2300
2301 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2302 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2303 rather than regexp search and (2) copying text properties
2304 already set up on text unchanged from the previous backtrace.
2305
2306 * case-table.el (set-case-syntax-pair):
2307 Detect invalid calls and signal an error.
2308
2309 2001-12-15 Richard M. Stallman <rms@gnu.org>
2310
2311 * language/ind-util.el (range): Function deleted.
2312 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2313 All calls changed.
2314
2315 * language/devan-util.el (devanagari-range): Renamed from `range'.
2316 All calls changed.
2317 (devanagari-regexp-of-hashtbl-keys):
2318 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2319
2320 2001-12-15 Dave Love <fx@gnu.org>
2321
2322 * language/ind-util.el: Don't require cl.
2323 (indian-glyph-char, indian-glyph-max-char)
2324 (indian-char-glyph): Moved from indian.el
2325 (indian--puthash-char, mapthread): Don't quote lambda.
2326 (indian--map): New function.
2327 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2328 (indian--puthash-cv): Use it.
2329
2330 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2331 (indian-char-glyph): Moved to ind-util.el
2332
2333 * language/devan-util.el (devanagari-post-read-conversion):
2334 New function.
2335
2336 * language/georgian.el: New file.
2337
2338 * international/mule-cmds.el (locale-language-names): Add various
2339 entries. Remove utf-8 special case.
2340 (locale-charset-language-names, locale-preferred-coding-systems):
2341 Add utf-8 case.
2342 (set-language-environment): Process required-features earlier.
2343
2344 * international/quail.el (quail-keyboard-layout-alist):
2345 Add pc105-uk.
2346 (quail-keyboard-layout-type): Fix :type.
2347 (quail-choose-completion-string): Simplify.
2348 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2349 (quail-input-string-to-events): Run events through
2350 translation-table-for-input.
2351
2352 * international/mule-conf.el (translation-table-for-input):
2353 New variable.
2354 (latin-iso8859-14): Amend description.
2355 (file-coding-system-alist): Add entry for utf-8.
2356
2357 * language/utf-8-lang.el: New file.
2358
2359 * international/code-pages.el: New file.
2360
2361 * language/hebrew.el ("Windows-1255"): New language.
2362
2363 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2364 ("Latvian"): New languages.
2365
2366 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2367
2368 * xml.el: Use setq rather than (set 'foo bar).
2369 Use push+nreverse rather than append.
2370 (xml-node-name, xml-node-attributes, xml-node-children):
2371 Use defsubst rather than macros.
2372 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2373 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2374 Concat the two strings surrounding a comment into a single string.
2375
2376 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2377
2378 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2379
2380 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2381 Document.
2382
2383 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2384
2385 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2386 Return nil if FILE is not registered.
2387 (vc-check-master-templates, vc-default-make-version-backups-p):
2388 Doc fix.
2389
2390 2001-12-13 David Ponce <david@dponce.com>
2391
2392 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2393 (ruler-mode-left-fringe-cols): New macro.
2394 (ruler-mode-right-fringe-cols): New macro.
2395 (ruler-mode-left-scroll-bar-cols): New macro.
2396 (ruler-mode-right-scroll-bar-cols): New macro.
2397 (ruler-mode-ruler): Use above new macros.
2398
2399 2001-12-13 Richard M. Stallman <rms@gnu.org>
2400
2401 * files.el (set-auto-mode): Fix previous change.
2402
2403 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2404
2405 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2406 (easy-menu-do-define, easy-menu-convert-item-1)
2407 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2408 (easy-menu-return-item): Only return nil if there is no binding.
2409
2410 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2411
2412 * whitespace.el (whitespace-version): 3.2
2413 * whitespace.el (whitespace-force-mode-line-update): Replace with
2414 `whitespace-mode-line-update', which is an alias to the correct
2415 function in various emacsen.
2416 * whitespace.el (whitespace-{un,}highlight-the-space):
2417 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2418 using the `whitespace-highlight-face' if
2419 `whitespace-display-spaces-in-color' is set.
2420
2421 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2422
2423 * international/mule.el (set-auto-coding): Don't search for
2424 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2425
2426 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2427
2428 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2429
2430 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2431
2432 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2433
2434 2001-12-13 Richard M. Stallman <rms@gnu.org>
2435
2436 * simple.el (undo): Always set this-command to `undo',
2437 so that the next undo after an error will not begin redoing.
2438
2439 * simple.el (shell-command): Doc fix.
2440 (shell-command-on-region): If there is output an an error,
2441 add "...Shell command failed" to the output.
2442
2443 2001-12-13 David Ponce <david@dponce.com>
2444
2445 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2446 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2447 implementation `ruler-mode-extra-left-cols'.
2448 (ruler-mode-ruler): Use above new function. Take into account
2449 that the fringe areas can now be resized.
2450
2451 2001-12-12 Richard M. Stallman <rms@gnu.org>
2452
2453 * international/characters.el (Unicode): Comment out
2454 the specifications for kelvin and angstrom signs.
2455
2456 * international/mule.el (make-translation-table-from-vector):
2457 Allow null elements in VEC.
2458
2459 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2460 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2461 Add :version.
2462
2463 2001-12-11 Richard M. Stallman <rms@gnu.org>
2464
2465 * derived.el (derived-mode-p): Function moved to subr.el.
2466
2467 * subr.el (derived-mode-p): Moved here from derived.el.
2468
2469 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2470
2471 * files.el (set-auto-mode-1): New subroutine, broken out of
2472 set-auto-mode.
2473 (set-auto-mode, hack-local-variables-prop-line): Use that.
2474
2475 2001-12-11 Dave Love <fx@gnu.org>
2476
2477 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2478
2479 * language/european.el: Remove autoload cookies. Fix registration
2480 of diacritic composition function.
2481
2482 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2483
2484 * calendar/todo-mode.el: Require time-stamp.
2485
2486 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2487
2488 2001-12-11 Richard M. Stallman <rms@gnu.org>
2489
2490 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2491
2492 * textmodes/ispell.el (ispell-buffer-local-parsing):
2493 Match xml like sgml.
2494
2495 * emacs-lisp/advice.el (ad-compile-function):
2496 Byte compile the function under another (uninterned) name.
2497
2498 * gud.el (gdb): Define and bind gud-jump.
2499
2500 * font-lock.el (font-lock-mode):
2501 Put our function at the end of after-change-functions.
2502
2503 * ediff-diff.el (ediff-cmp-options): Doc fix.
2504
2505 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2506
2507 2001-12-10 Richard M. Stallman <rms@gnu.org>
2508
2509 * isearch.el (isearch-yank-word-or-char): New function.
2510 (isearch-mode-map): Bind C-w to that.
2511
2512 * menu-bar.el (menu-bar-mode): Make arg optional.
2513
2514 * simple.el (line-move): Cope if next-single-property-change
2515 or previous-single-property-change returns nil.
2516
2517 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2518 Don't use interactive-p; instead, pass the proper args
2519 in (interactive...). Clean up most of the trouble-report strings.
2520
2521 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2522
2523 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2524 enqueued messages literally.
2525
2526 2001-12-10 Noah Friedman <friedman@splode.com>
2527
2528 * battery.el (battery-insert-file-contents): Obsolete function
2529 removed.
2530 (battery-read-function): Obsolete function removed.
2531 (battery-linux-proc-apm): Use insert-file-contents.
2532
2533 2001-12-07 Stephen Eglen <stephen@gnu.org>
2534
2535 * iswitchb.el (iswitchb-visit-buffer):
2536 Use `select-frame-set-input-focus'--needed when window manager
2537 uses "click to focus" policy.
2538
2539 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2540
2541 * COPYING: Moved back.
2542
2543 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2544
2545 * term/internal.el (IT-character-translations): Add entries for
2546 more points.
2547
2548 * international/characters.el: Resurrect the Hebrew category
2549 settings for all Hebrew characters removed by the last change.
2550 Add code for setting the Hebrew category of the Unicode Hebrew
2551 characters. Set syntax entries for Hebrew punctuation characters.
2552
2553 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2554 points and directional formatting control characters.
2555
2556 2001-12-07 Dave Love <fx@gnu.org>
2557
2558 * language/lao-util.el: Add Unicode equivalents for rules.
2559 (lao-post-read-conversion): New function.
2560
2561 * language/lao.el: Add Unicode equivalents.
2562 (lao): Add post-read conversion.
2563
2564 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2565 Use iso2022 encoding.
2566 (latin1-char-displayable-p): Doc fix.
2567 (latin1-display-ucs-per-lynx): New option.
2568 (latin1-display-ucs-per-lynx): New command.
2569 (latin1-display-reset): Special-case arabic.
2570 (ucs-tables): Require.
2571 (latin1-display-sets, latin1-display-setup): Add arabic.
2572 (latin1-display) <variable>: Use function latin1-display.
2573 (latin1-display) <function>: Add mule-unicode stuff.
2574 (latin1-display-check-font): Don't lose if `info' is nil.
2575
2576 * international/iso-transl.el: Insert Latin-1 characters, not
2577 unibyte codes.
2578
2579 * language/european.el (diacritic-composition-pattern): New constant.
2580 (diacritic-compose-region, diacritic-compose-string)
2581 (diacritic-compose-buffer, diacritic-post-read-conversion)
2582 (diacritic-composition-function): New functions.
2583
2584 * international/utf-8.el (ucs-mule-to-mule-unicode):
2585 New translation table.
2586 (ccl-encode-mule-utf-8): Use it.
2587 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2588 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2589 (utf-8-subst-table): New variable.
2590 (utf-8-compose-scripts): New option.
2591 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2592
2593 * international/ucs-tables.el, international/utf-8-subst.el:
2594 New files.
2595
2596 * international/characters.el: Don't set word syntax (the default)
2597 explicitly. Add a diacritic category. Add info for Unicode
2598 equivalents of characters in various Mule charsets and for extra
2599 Unicode characters. Don't define specific categories for
2600 Indian/Devanagari, since they aren't used.
2601
2602 2001-12-06 Richard M. Stallman <rms@gnu.org>
2603
2604 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2605 (set-justification-left, set-justification-right): Doc fix.
2606
2607 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2608 (bug-f90-mode): Variable deleted.
2609
2610 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2611
2612 * indent.el (indent-line-function): Default is indent-relative again.
2613
2614 2001-12-07 Miles Bader <miles@gnu.org>
2615
2616 * progmodes/compile.el (compilation-error-regexp-alist):
2617 Added regexps for RXP.
2618
2619 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2620
2621 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2622 Add shift-assignment operators to those highlighted, and highlight
2623 the whole operator rather than just the "=".
2624
2625 2001-12-04 Juanma Barranquero <lektu@terra.es>
2626
2627 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2628 before saving abbrevs if `save-abbrevs' has the value `silently'.
2629
2630 2001-12-04 Andreas Schwab <schwab@suse.de>
2631
2632 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2633
2634 2001-12-04 Colin Walters <walters@debian.org>
2635
2636 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2637 for `defmacro*' forms.
2638
2639 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2640 `defmacro*'.
2641
2642 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2643
2644 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2645
2646 2001-12-02 Richard M. Stallman <rms@gnu.org>
2647
2648 * files.el (insert-directory): If the df output does not look right,
2649 don't try to use it. Other cleanups in overall code structure.
2650
2651 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2652
2653 * textmodes/outline.el (outline-mode-prefix-map):
2654 Add bindings for outline-promote and outline-demote.
2655 (outline-minor-mode-menu-bar-map): New var.
2656 (outline-minor-mode): Use it.
2657 (outline-heading-alist): New var (renamed from outline-level-heading).
2658 (outline-level): Use it.
2659 (outline-insert-heading, outline-promote, outline-demote):
2660 Update to use outline-heading-alist.
2661
2662 * disp-table.el (standard-display-european):
2663 Simplify since the function is not interactive any more.
2664 Don't set the existing buffers to unibyte.
2665
2666 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2667
2668 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2669
2670 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2671
2672 * shell.el (shell): Use shell-file-name.
2673 Pop to buffer before calling comint to set COLUMNS properly.
2674
2675 * emacs-lisp/cl.el (svref): New alias.
2676
2677 * progmodes/antlr-mode.el (antlr-c-common-init):
2678 Don't inhibit adaptive-fill-mode any more.
2679
2680 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2681
2682 * progmodes/etags.el (tags-with-face): Use make-symbol.
2683 (tags-search, tags-query-replace): Use backquotes.
2684
2685 * textmodes/picture.el (picture-mode-map): Don't use defconst
2686 for a variable.
2687
2688 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2689
2690 * textmodes/reftex-index.el (reftex-index-mode):
2691 Remove make-local-hook.
2692
2693 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2694
2695 2001-12-02 Kim F. Storm <storm@cua.dk>
2696
2697 * isearch.el (isearch-resume-enabled): New variable.
2698 (isearch-done): Use that variable.
2699
2700 2001-12-01 Richard M. Stallman <rms@gnu.org>
2701
2702 * wid-edit.el (widget-button-click): Don't move point permanently:
2703 Avoid mouse-set-point--instead select the window,
2704 then do save-excursion, then move point.
2705 Specify the buffer for get-char-property.
2706 Don't use `@' in interactive.
2707
2708 * indent.el (indent-line-function):
2709 Default is indent-to-left-margin again.
2710
2711 * replace.el (query-replace-read-args): Display message
2712 if FROM contains `\n' or `\t'.
2713
2714 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2715
2716 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2717
2718 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2719
2720 * emacs-lisp/regexp-opt.el (regexp-opt):
2721 Bind completion-regexp-list to nil.
2722
2723 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2724
2725 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2728 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2729 Update maintainer.
2730
2731 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2732
2733 * mail/smtpmail.el: Use with-current-buffer.
2734 (message-make-date, message-make-message-id): Autoload when needed.
2735 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2736 headers when missing.
2737
2738 * international/encoded-kb.el (encoded-kbd-mode):
2739 Use define-minor-mode.
2740
2741 * enriched.el (enriched-mode): Use define-minor-mode.
2742 Use dolist and pop and push.
2743
2744 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2745 with the `visit' argument.
2746 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2747
2748 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2749 `change-major-mode-hook' locally. Reset invisibility spec.
2750
2751 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2752
2753 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2754
2755 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2756 Clarify error message.
2757
2758 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2759
2760 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2761
2762 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2763
2764 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2765 don't just return it.
2766
2767 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2768
2769 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2770 (menu-bar-read-emacs-man, search-emacs-glossary)
2771 (emacs-index-search, elisp-index-search): New functions.
2772 (apropso-documentation, apropos, apropos-value, apropos-variable)
2773 (apropos-commands): Modify menu item names and help text.
2774 (elisp-index-search, emacs-index-search, emacs-glossary):
2775 New menu items.
2776 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2777 submenu.
2778 (info-elisp, info-elintro): New menu items.
2779 (apropos): Modify the menu item name.
2780
2781 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2782
2783 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2784
2785 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2786
2787 * man.el (man-follow-mouse): New function.
2788 (Man-mode-map): Bind mouse-2 to it.
2789 (Man-match-substring): Remove. Replace with `match-string'.
2790 (man): Use the `default-value' argument to `read-string'.
2791 (Man-fontify-manpage): Add mouse-face to cross references.
2792
2793 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2794
2795 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2796
2797 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2798 the value of require-match in minibuffer-completion-confirm.
2799 Use crm-local-completion-map.
2800
2801 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2802 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2803 (cl-make-type-test): Use char-valid-p for `character'.
2804
2805 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2806 (Info-complete-menu-item): Rewrite. Add the ability to search
2807 several sequential nodes. Add a simple caching mechanism.
2808 (Info-goto-index): New function extracted from Info-index.
2809 (Info-index): Use it. Add completion to the interactive spec.
2810 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2811
2812 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2813
2814 * COPYING: Removed.
2815
2816 2001-11-29 Dave Love <fx@gnu.org>
2817
2818 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2819 (fortran-window-create, fortran-window-create-momentarily):
2820 Rewrite, moving error condition.
2821 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2822 (fortran-mode-syntax-table): Revert last change.
2823
2824 * international/mule.el: Doc fixes.
2825 (map-charset-chars): New function.
2826 (register-char-codings): Use it to cope with generic chars in
2827 safe-chars.
2828
2829 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2830
2831 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2832
2833 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2834
2835 * play/studly.el (studlify-word, studlify-region)
2836 (studlify-buffer): Fix doc-string.
2837 (studlify-buffer): Add autoload cookie.
2838
2839 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2840
2841 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2842 (outline-up-heading-all): Remove.
2843 (hide-sublevels): Move to end-of-heading before calling flag-region.
2844 (outline-copy-overlay, outline-discard-overlays): Remove.
2845 (outline-flag-region): Use `remove-overlays'.
2846 Don't move to end-of-heading.
2847 (outline-next-visible-heading, outline-back-to-heading)
2848 (outline-on-heading-p): Use outline-invisible-p.
2849 (outline-font-lock-level): Use outline-up-heading's new arg.
2850 (outline-minor-mode): Simplify.
2851 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2852 (outline): Put a `reveal-toggle-invisible' property.
2853 (outline-level-heading): New var.
2854 (outline-insert-heading, outline-promote, outline-demote)
2855 (outline-toggle-children): New commands.
2856
2857 * progmodes/hideif.el (hif-end-of-line): New function.
2858 (hide-ifdef-mode): Set line-move-ignore-invisible.
2859 (hide-ifdef-region-internal): New function.
2860 (hide-ifdef-region): Use it.
2861 (hif-defined): Return an integer.
2862 (hif-infix-to-prefix): Remove.
2863 (hif-tokenize): Parse from the buffer rather than from a string.
2864 Correctly tokenize integers. Use forward-comment.
2865 (hif-expr): Use hif-or.
2866 (hif-term): Use hif-and.
2867 (hif-factor): Use hif-not. Handle numbers properly.
2868 Don't require parenthesis around `defined's argument.
2869 (hif-and, hif-or, hif-not): New funs.
2870 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2871 (hif-hide-line): Don't hide the \n before the line.
2872 (hif-possibly-hide): Correctly handle numeric evaluation results.
2873
2874 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2875 (makefile-mode): Set indent-line-function.
2876 (makefile-browser-insert-continuation): Use with-current-buffer.
2877 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2878
2879 2001-11-28 Karl Fogel <kfogel@red-bean.com>
2880
2881 * isearch.el (isearch-yank-internal): New helper function.
2882 (isearch-yank-char): New function.
2883 (isearch-yank-word, isearch-yank-line): Rewrite to use
2884 isearch-yank-internal.
2885
2886 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2887
2888 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2889 aren't supported. Print a message to that effect if invoked.
2890
2891 2001-11-27 Stephen Eglen <stephen@gnu.org>
2892
2893 * locate.el (locate): Put point at first matching file rather
2894 than top of buffer.
2895
2896 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2897
2898 * reveal.el: New file.
2899
2900 * progmodes/hideif.el: Misc cleanup.
2901 (hide-ifdef-mode-submap): Put the def in the defvar.
2902 Use substitute-key-definition.
2903 (hide-ifdef-mode): Use define-minor-mode.
2904 (hif-outline-flag-region): Remove.
2905 (hif-show-all): Define in terms of hif-show-ifdef-region.
2906 (hif-after-revert-function): Rename from hif-before-revert-function.
2907 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2908 (hif-tokenize): Use with-syntax-table.
2909 (hif-make-range): Use `else' also for `else-p'.
2910 (hif-range-else-p): Remove.
2911 (hif-find-range): Simplify.
2912 (hif-hide-line): Don't bother preserving buffer-modified-p.
2913 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2914 Don't use selective-display and inhibit-read-only.
2915
2916 * subr.el (copy-overlay, remove-overlays): New funs.
2917
2918 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2919
2920 2001-11-27 Sam Steingold <sds@gnu.org>
2921
2922 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2923 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2924 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2925 * obsolete/c-mode.el, obsolete/cplus-md.el
2926 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2927 * term/sun-mouse.el, textmodes/artist.el:
2928 Converted backquote to the new style.
2929 * mouse.el, reposition.el: Likewise (in comments).
2930 * expand.el: Likewise (in a string).
2931
2932 2001-11-27 Richard M. Stallman <rms@gnu.org>
2933
2934 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2935
2936 2001-11-26 Richard M. Stallman <rms@gnu.org>
2937
2938 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2939 if :on-glyph or :off-glyph is a list, eval it and store it back.
2940 (checkbox): Quote the values for :on-glyph and :off-glyph.
2941
2942 * cus-start.el (recursive-load-depth-limit): Delete item.
2943
2944 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2945
2946 * help-fns.el (describe-categories, help-describe-category-set): New.
2947 describe-categories moved here from src/category.c.
2948
2949 2001-11-26 Sam Steingold <sds@gnu.org>
2950
2951 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2952 arguments to `insert' are strings.
2953
2954 2001-11-26 Richard M. Stallman <rms@gnu.org>
2955
2956 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2957
2958 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2959
2960 * international/mule-diag.el: Require help-fns instead of
2961 help-funs.
2962
2963 * help-fns.el: Renamed from help-funs.el.
2964
2965 * startup.el (command-line-1): Don't try to call process-list if
2966 it is not fboundp.
2967
2968 2001-11-26 Sam Steingold <sds@gnu.org>
2969
2970 * frame.el (show-trailing-whitespace): Remove :set argument (the
2971 value was essentially identical to the defalt).
2972
2973 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2974
2975 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2976
2977 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2978
2979 * hilit-chg.el (hilit-chg-set): Likewise.
2980
2981 * speedbar.el (speedbar-mode): Likewise.
2982
2983 * calendar/calendar.el (calendar-mode): Likewise.
2984
2985 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2986 insert-string.
2987
2988 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2989
2990 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2991
2992 * term/sun-mouse.el (sun-yank-selection): Likewise.
2993
2994 * textmodes/bib-mode.el (return-key-bib): Likewise.
2995
2996 * calendar/appt.el (appt-disp-window): Likewise.
2997
2998 * calendar/diary-lib.el (list-diary-entries): Likewise.
2999
3000 * array.el (array-reconfigure-rows): Likewise.
3001
3002 * filecache.el (file-cache-minibuffer-complete): Likewise.
3003
3004 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3005
3006 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3007
3008 * allout.el (outline-version, outline-open-topic)
3009 (outline-rebullet-heading, outline-insert-listified)
3010 (outline-latex-verbatim-quote-curr-line)
3011 (outline-latexify-one-item, outlineify-sticky): Likewise.
3012
3013 * vc.el (vc-next-action-on-file): Likewise.
3014 (vc-dired-mode): Remove make-local-hook.
3015
3016 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3017
3018 * vc.el (vc-find-version): New function.
3019 (vc-version-other-window): Redefined in terms of the above.
3020
3021 * log-view.el (log-view-find-version): New function.
3022 (log-view-mode-map): Bind it to `f'.
3023
3024 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3025
3026 * language/devan-util.el (dev-char-glyph): Escape `"' in
3027 string literals.
3028 (dev-glyph-glyph, dev-glyph-glyph-2)
3029 (devanagari-compose-syllable-region): Likewise.
3030
3031 2001-11-26 Richard M. Stallman <rms@gnu.org>
3032
3033 * window.el (save-selected-window): No error if saved window is dead.
3034
3035 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3036
3037 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3038
3039 * international/quail.el (quail-help): Require help-mode in
3040 top-level instead.
3041
3042 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3043 insert-string.
3044
3045 * icomplete.el (icomplete-exhibit): Likewise.
3046
3047 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3048
3049 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3050 (diff-hunk-kill): Simplify.
3051 (diff-post-command-hook): Only apply to a single hunk.
3052 (diff-hunk-text): Make `char-offset' non-optional.
3053 (diff-find-text): Return a cons cell.
3054 (diff-find-approx-text): New fun.
3055 (diff-find-source-location): Use it.
3056 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3057 Adapt to new retval of diff-find-text.
3058
3059 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3060 rather than integer- representation of dates.
3061
3062 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3063
3064 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3065 (syntax-after): New fun.
3066
3067 * help-funs.el (describe-syntax): New fun.
3068
3069 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3070 (font-lock-ppss-stats, font-lock-ppss): Remove.
3071 (font-lock-fontify-syntactically-region): Remove tuning code.
3072 (font-lock-compile-keywords): Fix off-by-one bug.
3073 (font-lock-set-defaults): Don't set removed vars.
3074 (c-keywords): Add `inline'.
3075 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3076
3077 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3078 Set syntax-begin-function.
3079 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3080 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3081 (lisp-mode-auto-fill): Use syntax-ppss and obey
3082 comment-auto-fill-only-comments.
3083 (lisp-fill-paragraph): Use syntax-ppss.
3084
3085 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3086
3087 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3088 version of rmail-enable-mime.
3089 (rmail-forward): Use it.
3090
3091 2001-11-25 Richard M. Stallman <rms@gnu.org>
3092
3093 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3094
3095 * international/quail.el (quail-keyboard-layout-button):
3096 Define button type.
3097 (quail-keyboard-customize-button): Likewise.
3098 (quail-help): Use those button types. Require `help-mode'.
3099 Avoid altering the argument `package'.
3100
3101 * help-mode.el (help-function, help-variable, help-face)
3102 (help-coding-system, help-input-method, help-character-set):
3103 Define each button type with its own explicit define-button-type.
3104
3105 * language/devan-util.el: Comment out parts of the file
3106 which apparently are garbled.
3107
3108 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3109
3110 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3111 insert-string.
3112
3113 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3114
3115 * play/snake.el (snake-mode): Remove make-local-hook.
3116
3117 * play/tetris.el (tetris-mode): Likewise.
3118
3119 * play/decipher.el (decipher-mode): Likewise.
3120
3121 * tmm.el (tmm-add-prompt): Likewise.
3122
3123 2001-11-25 Sam Steingold <sds@gnu.org>
3124
3125 * menu-bar.el (menu-bar-apropos-menu): New variable.
3126 Moved all `apropos' bindings to this menu.
3127 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3128
3129 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3130
3131 The following changes are for new indian languages support based
3132 on Unicode charset and CDAC fonts.
3133
3134 * international/mule-conf.el: Change indian-1-column charset to
3135 indian-glyph charset.
3136
3137 * international/characters.el: Adjusted for the change of
3138 indian-1-column -> indian-glyph.
3139
3140 * international/fontset.el: Delete the setting for indian-1-column
3141 and add the setting for indian-glyph in the default fontset.
3142
3143 * language/indian.el: Completely re-written.
3144
3145 * language/devanagari.el: Completely re-written.
3146
3147 * language/devan-util.el: Completely re-written.
3148
3149 * language/ind-util.el: New file.
3150
3151 2001-11-24 Richard M. Stallman <rms@gnu.org>
3152
3153 * startup.el (command-line-1): Don't do startup screen
3154 if a subprocess is running. Call the startup screen buffer
3155 "GNU Emacs". Make a special mode-line-format for it.
3156
3157 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3158 (browse-url-galeon): Use that variable.
3159
3160 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3161 eval-expression. Eval and set the variable simply.
3162
3163 * files.el (temporary-file-directory): Use defcustom.
3164 (small-temporary-file-directory): Likewise.
3165 (normal-backup-enable-predicate): Move down in file
3166 after definition of temporary-file-directory.
3167
3168 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3169
3170 2001-11-24 Colin Walters <walters@debian.org>
3171
3172 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3173 autoload names to match files renamed on initial calc import.
3174
3175 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3176 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3177
3178 2001-11-23 Colin Walters <walters@debian.org>
3179
3180 * Makefile.in (finder_setwins, setwins): Include Calc again.
3181
3182 * calc/calc-rules.el: Add header comment.
3183
3184 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3185
3186 * vc.el (with-vc-properties): Don't bind `filename' locally.
3187 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3188 to avoid name clashes. Fix `lisp-indent-function' property for
3189 both.
3190
3191 2001-11-23 Francesco Potorti` <pot@gnu.org>
3192
3193 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3194
3195 2001-11-22 Colin Walters <walters@debian.org>
3196
3197 * calc/calc-misc.el (report-calc-bug):
3198 Use `reporter-prompt-for-summary-p'.
3199
3200 * calc/INSTALL, calc/Makefile: Remove.
3201
3202 2001-11-22 Miles Bader <miles@gnu.org>
3203
3204 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3205 (reb-match-2, reb-match-3): Add dark-background variants.
3206
3207 2001-11-22 Colin Walters <walters@debian.org>
3208
3209 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3210 (info "Calc").
3211 (report-calc-bug): Use reporter.el.
3212
3213 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3214
3215 2001-11-21 Richard M. Stallman <rms@gnu.org>
3216
3217 * which-func.el (which-function): Call imenu--make-index-alist
3218 if necessary to get a list of functions.
3219 (which-function-imenu-failed): New variable.
3220 (which-func-update): Handle all visible windows.
3221 (which-func-update-1): New subroutine broken out of which-func-update.
3222
3223 * files.el (temporary-file-directory, null-device)
3224 (small-temporary-file-directory): Definitions moved up.
3225
3226 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3227 (cperl-non-problems, cperl-praise): Doc fixes.
3228
3229 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3230 (sh-mode-syntax-table): Function restored.
3231 Variable set up for use by function sh-mode-syntax-table.
3232 (sh-set-shell): Set the syntax table.
3233
3234 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3235
3236 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3237
3238 * international/encoded-kb.el: Don't alter minor-map-alist.
3239
3240 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3241
3242 * files.el (auto-save-file-name-transforms): Put remote files in
3243 temporary-file-directory rather than /tmp.
3244
3245 2001-11-21 Colin Walters <walters@debian.org>
3246
3247 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3248 of (function ...) wrapper.
3249
3250 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3251
3252 * derived.el (define-derived-mode): Create the abbrev-table
3253 from inside the `defvar'.
3254
3255 * jit-lock.el (jit-lock-defer-time): New var.
3256 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3257 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3258 (jit-lock-function): Defer fontification if requested.
3259 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3260 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3261 text property.
3262 (jit-lock-deferred-fontify): New fun.
3263
3264 2001-11-20 Richard M. Stallman <rms@gnu.org>
3265
3266 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3267 Set local-abbrev-table to lisp-mode-abbrev-table.
3268
3269 * emacs-lisp/re-builder.el (reb-mode):
3270 Don't use define-derived-mode. Call kill-all-local-variables.
3271
3272 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3273 Don't use define-derived-mode.
3274
3275 * help-mode.el (help-mode): Undo 2001-10-07 change.
3276
3277 * replace.el (occur-mode): Undo 2001-5-20 change.
3278
3279 2001-11-20 Jason Rumney <jasonr@gnu.org>
3280
3281 * w32-fns.el (w32-system-coding-system): Change to an alias for
3282 locale-coding-system.
3283 (set-w32-system-coding-system): Document the above change.
3284 Set locale-coding-system instead.
3285
3286 2001-11-20 Richard M. Stallman <rms@gnu.org>
3287
3288 * ruler-mode.el: Add pagination.
3289 (ruler-mode-toggle-show-tab-stops): No need to
3290 test `ruler-mode' variable.
3291
3292 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3293
3294 * play/landmark.el: Mark lm-mode as special.
3295
3296 * play/gomoku.el: Mark gomoku-mode as special.
3297
3298 2001-11-20 Juanma Barranquero <lektu@terra.es>
3299
3300 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3301 (top-level): Bind it to C-c C-b.
3302 (re-builder): Don't re-enter RE Builder Mode.
3303
3304 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3305
3306 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3307
3308 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3309 `manual-program'.
3310
3311 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3312 to a line without a comment.
3313
3314 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3315
3316 * dired.el (dired-listing-switches): Mention in the doc string
3317 that some switches are not supported by ls-lisp.el
3318
3319 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3320
3321 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3322 (imenu--create-keymap-2): Remove.
3323 (imenu--create-keymap-1): Simplify, remove third argument.
3324 (imenu--generic-function): Use dolist.
3325 (imenu-find-default): New function.
3326 (imenu--completion-buffer): Use it.
3327 (imenu--mouse-menu): Use popup-menu.
3328 (imenu--menubar-select): Return t rather than calling imenu.
3329
3330 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3331 New functions, extracted from fill-region-as-paragraph.
3332 (fill-region-as-paragraph): Use them.
3333 Use an end marker instead of eob.
3334 Ignore whitespace-only fill-prefixes when indenting according to mode.
3335 Simplify the loop that searches for spaces backwards.
3336
3337 * textmodes/picture.el (picture-vertical-step)
3338 (picture-horizontal-step): Don't use defconst for variables.
3339
3340 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3341 (mail-extract-address-components): Downcase domain names.
3342 (mail-extr-delete-char): Remove. Use delete-char instead.
3343
3344 * emulation/pc-select.el: Doc string fixes.
3345 (pc-selection-mode): Don't treat macos as a tty.
3346
3347 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3348
3349 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3350
3351 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3352 (mouse-wheel-progessive-speed): New var.
3353 (mwheel-scroll): Use it and handle float values.
3354
3355 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3356
3357 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3358 (iswitchb): Fix the case where the result was selected with the mouse.
3359 (iswitchb-completion-help): Use the normal *Completions* now that
3360 mouse selection works.
3361 (iswitchb-minibuffer-setup): Simplify.
3362
3363 * newcomment.el (comment-column, comment-style, comment-multi-line)
3364 (comment-auto-fill-only-comments): Remove :group arg.
3365 (comment-padding): Add :type.
3366 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3367 if called interactively.
3368
3369 2001-11-19 Colin Walters <walters@verbum.org>
3370
3371 * calc/calc.el (toplevel): Add comment and version header.
3372 (calc-init-base): Bump version to 2.02f, update date.
3373
3374 2001-11-19 Richard M. Stallman <rms@gnu.org>
3375
3376 * net/browse-url.el: Support Mozilla and Galeon.
3377 By default, find the installed browser whichever it is.
3378 (browse-url-mozilla): New function.
3379 (browse-url-mozilla-sentinel): New function.
3380 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3381 (browse-url-default-browser): New function.
3382 (browse-url-process-environment): Use browse-url-browser-display.
3383 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3384 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3385 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3386 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3387 (browse-url-browser-function): New default, new options.
3388
3389 2001-11-19 Sam Steingold <sds@gnu.org>
3390
3391 * bindings.el (last-buffer, unbury-buffer): New function.
3392 (mode-line-unbury-buffer): Use `unbury-buffer'.
3393
3394 2001-11-18 Stephen Eglen <stephen@gnu.org>
3395
3396 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3397 control behaviour when no further completion is possible.
3398
3399 2001-11-19 Colin Walters <walters@verbum.org>
3400
3401 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3402 (math-showing-full-precision, math-with-extra-prec, math-working)
3403 (calc-with-default-simplification)
3404 (calc-with-trail-buffer): Use backtick.
3405 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3406 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3407 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3408 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3409 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3410 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3411 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3412 (calc-record-compilation-date-macro): Deleted. Callers updated.
3413 (math-format-radix-digit): Move to calc-bin.el.
3414
3415 * calc/calc.el (calc-record-compilation-date): Remove.
3416 (calc-bug-address): Update.
3417 (calc-settings-file): Use `user-init-file'.
3418
3419 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3420 Handle null `calc-settings-file'.
3421
3422 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3423 * calc/calc-keypd.el (calc-keypad-mode): New.
3424 (calc-do-keypad): Use it.
3425 (calc-keypad-map): Move into `calc-keypad-mode'.
3426
3427 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3428 to defalias argument.
3429
3430 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3431 (calcFunc-floor): Ditto.
3432
3433 * calc-units.el (calcFunc-usimplify): Ditto.
3434
3435 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3436 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3437 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3438 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3439 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3440 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3441 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3442 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3443 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3444 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3445 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3446 and move them before their first use. Use `when', `unless'.
3447 Remove trailing periods from error forms. Add description and
3448 headers suggested by Emacs Lisp coding conventions.
3449
3450 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3451
3452 * newcomment.el (comment-indent):
3453 Fix misindentation for comment-only lines.
3454 (comment-indent-new-line): Only obey comment-multi-line if the
3455 comment-ender is not the end-of-line.
3456
3457 2001-11-19 Richard M. Stallman <rms@gnu.org>
3458
3459 * net/net-utils.el (network-connection-service-abbrev-alist):
3460 New variable.
3461
3462 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3463 Advance to start of 3rd sexp by moving fwd and backing over it.
3464 At first three elements, act like defun.
3465
3466 * delsel.el (delete-selection-pre-hook): Handle and resignal
3467 file-supersession errors to interact properly with userlock.el.
3468
3469 2001-11-18 Richard M. Stallman <rms@gnu.org>
3470
3471 * progmodes/fortran.el (fortran-mode-syntax-table):
3472 Specify punctuation syntax for backslash.
3473
3474 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3475 All calls deleted.
3476
3477 * international/mule-util.el (string-to-sequence): Make it obsolete.
3478 (string-to-list, string-to-vector): Implement them directly
3479 using append and vconcat, not with string-to-sequence.
3480
3481 * startup.el (command-line): Set abbrevs-changed to nil after
3482 reading the init file and the abbrevs file.
3483
3484 * isearch.el (isearch): Use magenta2 as bg for (background light)
3485
3486 2001-11-17 Richard M. Stallman <rms@gnu.org>
3487
3488 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3489
3490 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3491
3492 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3493
3494 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3495 If set and if applicable, add a regexp to highlight defun-like
3496 text inside comments and strings.
3497 (font-lock-fontify-keywords-region): Pass that new arg.
3498 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3499 to the end and pass that new arg.
3500 (c-font-lock-keywords-2): Fix regex for labels.
3501 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3502 Make it work when LIMIT is several lines further.
3503 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3504 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3505 Use backquote and make the regexes for `int a, b, c;' work on
3506 multiple lines.
3507
3508 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3509 (font-lock-defaults-alist): Don't change it any more.
3510 (reb-subexp-mode-map): Cleanup.
3511
3512 * custom.el (custom-current-group-alist): New var.
3513 (custom-declare-group): Set it.
3514 (custom-current-group): New fun.
3515 (custom-declare-variable, custom-handle-all-keywords):
3516 Use it as a default if no :group argument is specified.
3517
3518 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3519 (standard-keyboard-coding-systems): New var.
3520 (set-locale-environment): Use it to decide whether or not to call
3521 set-keyboard-coding-system.
3522 (locale-language-names): Use \"French\" for "fr".
3523
3524 2001-11-17 Richard M. Stallman <rms@gnu.org>
3525
3526 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3527 (add-to-list): Delete compatibility code.
3528 (checkdoc-next-message-error): Doc fix.
3529
3530 2001-11-17 Stephen Eglen <stephen@gnu.org>
3531
3532 * locate.el (locate): Show default locate pattern within the
3533 prompt, but don't insert it into the minibuffer contents.
3534 Catch the case when pattern is the empty string.
3535
3536 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * language/european.el ("French"): New language environment.
3539
3540 2001-11-16 Richard M. Stallman <rms@gnu.org>
3541
3542 * calendar/todo-mode.el (todo-save): Fix previous change.
3543
3544 * subr.el (functionp): Do use cdr-safe on object.
3545
3546 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3547
3548 * bindings.el (mode-line-mode-name): Only put the help-echo property
3549 if the local-map property was put as well.
3550 (global-map): Bind switch-frame, delete-frame, iconify-frame
3551 and make-frame-visible events.
3552
3553 * emacs-lisp/elp.el (elp-not-profilable): New var.
3554 (elp-not-profilable-p): New function.
3555 (elp-instrument-function): Use it. Use backquotes and push.
3556
3557 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3558 (byte-stack+-info, byte-compile-last-warned-form)
3559 (byte-compile-last-logged-file): Don't defconst a variable.
3560 (no-byte-compile): Declare.
3561 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3562 (byte-compile-defvar): Leave defconst as is.
3563
3564 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3565 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3566 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3567 (edebug-best-error): Don't defconst a variable.
3568 (edebug-read-syntax-table): Use a char-table.
3569 (edebug-lemacs-specific): Remove.
3570 Toplevel: Eliminate check for Lucid Emacs.
3571
3572 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3573
3574 * rect.el (move-to-column-force): Mark obsolete.
3575 (operate-on-rectangle, delete-extract-rectangle-line)
3576 (insert-rectangle, delete-whitespace-rectangle-line)
3577 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3578 (string-rectangle-history): New var.
3579 (string-rectangle, string-insert-rectangle): Use it.
3580 (delete-rectangle-line): Fix pos/column mixup and simplify.
3581
3582 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3583 (normal-top-level, command-line, command-line-1): Simplify.
3584
3585 * tar-mode.el (tar-mode): Use define-derived-mode.
3586
3587 * view.el (view-mode-enable): Don't use make-local-hook.
3588
3589 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3590
3591 2001-11-16 Richard M. Stallman <rms@gnu.org>
3592
3593 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3594 if it doesn't make sense as anything else.
3595 Don't recognize a "telephone number" at the beginning of the name.
3596 (mail-extr-leading-garbage): Match non-word characters only.
3597
3598 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3599
3600 * startup.el (command-line-processed): Doc fix.
3601
3602 * apropos.el (apropos-next-label-button): Doc fix.
3603
3604 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3605
3606 * comint.el (comint-mode): Simplify.
3607 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3608
3609 * subr.el (eval-after-load): Make it work with features as well.
3610
3611 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3612
3613 * international/mule-cmds.el (describe-input-method): Setup xref.
3614 (set-language-environment): Use functionp.
3615 (locale-language-names, locale-charset-language-names)
3616 (locale-preferred-coding-systems): Defconst and purecopy.
3617
3618 * language/european.el (mac-roman): Add mime-charset property.
3619
3620 2001-11-15 Richard M. Stallman <rms@gnu.org>
3621
3622 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3623 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3624 to get better doc strings.
3625
3626 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3627
3628 * derived.el: Fix autoload cookie.
3629
3630 2001-11-15 Richard M. Stallman <rms@gnu.org>
3631
3632 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3633
3634 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3635
3636 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3637
3638 2001-11-15 Richard M. Stallman <rms@gnu.org>
3639
3640 * dired.el (dired-undo): Display a message to explain
3641 that this does not undo file system changes.
3642
3643 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3644
3645 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3646 into `unread-command-events' instead of trying keymap
3647 lookups ourselves. This makes mouse-clicks do the right
3648 thing even when keymaps of overlays are involved.
3649 (mouse-drag-drag): Likewise.
3650
3651 2001-11-15 Andreas Schwab <schwab@suse.de>
3652
3653 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3654 characters and append anchor to pattern added to auto-mode-alist.
3655
3656 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3657
3658 * server.el (server-process-filter): Run pore/post-comment-hook
3659 before/after visiting the file.
3660
3661 * info-look.el (makefile-mode): Add info for automake.
3662 (autoconf-mode): Fix the name of the index for automake.
3663
3664 * international/latin-9.el: Give pilcrow punctuation syntax.
3665
3666 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3667
3668 * vc.el: Documentation fixes.
3669
3670 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3671
3672 * smerge-mode.el (smerge-match-conflict): Fix typo.
3673 (smerge-diff): Be careful to read match-data early enough.
3674
3675 2001-11-14 Colin Walters <walters@verbum.org>
3676
3677 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3678 (calcFunc-subst): Use `defalias' instead of `fset' and
3679 `symbol-function'.
3680
3681 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3682 (calcFunc-ceil, calcFunc-round): Ditto.
3683
3684 * calc/calc-bin.el (calcFunc-clip): Ditto.
3685
3686 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3687
3688 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3689
3690 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3691 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3692
3693 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3694
3695 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3696 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3697 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3698 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3699 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3700 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3701 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3702 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3703 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3704 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3705 * calcsel2.el: Style cleanup; don't put closing parens on their
3706 own line, add "foo.el ends here" to each file, and update
3707 copyright date.
3708
3709 * README: Update maintainer.
3710
3711 2001-11-13 Richard M. Stallman <rms@gnu.org>
3712
3713 * progmodes/compile.el (recompile): Use compilation-arguments if
3714 set, so as to be able to M-x recompile the exact command which
3715 created a compilation-mode buffer.
3716
3717 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3718
3719 2001-11-13 Gerd Moellmann <gerd@gnu.org>
3720
3721 * mouse.el (mouse-drag-region): Don't run the up-event
3722 handler if window start changed due to the down-mouse event.
3723
3724 2001-11-13 Richard M. Stallman <rms@gnu.org>
3725
3726 * mouse.el (mouse-show-mark): Either move point to the mark
3727 or use highlighting, never both.
3728 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3729
3730 2001-11-13 Simon Josefsson <jas@extundo.com>
3731
3732 * mail/smtpmail.el (top-level): Change maintainer to Simon
3733 Josefsson, cleanup the smtpmail.el header.
3734
3735 * mail/smtpmail.el (top-level): Don't require cl or base64.
3736 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3737 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3738 Defsubst instead of defmacro.
3739 (smtpmail-intersection): Return value in reverse order.
3740 (smtpmail-open-stream): Use stringp instead of string-to-list.
3741 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3742 separated from smtpmail-via-smtp.
3743
3744 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3745 rfc2104. Require base64 and cl.
3746 (smtpmail-smtp-service): Doc fix. :type fix.
3747 (smtpmail-debug-info): Doc fix.
3748 (smtpmail-debug-verb, smtpmail-auth-credentials)
3749 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3750 New variables.
3751 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3752 mail-utils (it is autoloaded).
3753 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3754 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3755 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3756 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3757 (smtpmail-via-smtp): Support AUTH.
3758 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3759
3760 2001-11-13 Richard M. Stallman <rms@gnu.org>
3761
3762 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3763 (electric-buffer-overlay): New variable.
3764 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3765 (electric-buffer-list): Likewise.
3766
3767 * isearch.el (isearch-whitespace-chars): Doc fix.
3768 (isearch-mode): Handle negative search-slow-window-lines correctly.
3769
3770 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3771
3772 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3773
3774 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3775 From Emmanuel Briot <briot@act-europe.fr>.
3776
3777 2001-11-13 Colin Walters <walters@debian.org>
3778
3779 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3780
3781 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3782 "~/.emacs"; use `read-file-name'.
3783
3784 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3785 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3786 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3787 * calc/calc.el: Use `frame-width' instead of `screen-width',
3788 `frame-height' instead of `screen-height', and,
3789 `executing-kbd-macro' instead of `executing-macro'.
3790
3791 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3792 correct number of arguments.
3793
3794 * calc/calc-aent.el (calc-do-alg-entry):
3795 Use `blink-paren-function' instead of `blink-paren-hook'.
3796
3797 2001-11-12 Richard M. Stallman <rms@gnu.org>
3798
3799 * calendar/todo-mode.el (todo-save): Add save-excursion
3800 and save-restriction.
3801
3802 * server.el (server-edit, server-done): Doc fix.
3803
3804 * simple.el (clone-indirect-buffer): Error if major mode symbol
3805 has a no-clone-indirect property.
3806 (clone-buffer): Check for obvious errors before reading clone name.
3807
3808 * info.el (Info-mode): Add a no-clone-indirect property.
3809
3810 2001-11-12 Sam Steingold <sds@gnu.org>
3811
3812 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3813 set-buffer-modified-p to nil after `vc-exec-after'.
3814 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3815 (log-view-mode): Make read-only.
3816 (log-view-current-file): Do final `expand-file-name' in the
3817 current `default-directory'.
3818 (log-view-current-tag): Take an optional `where' arg.
3819 (log-view-diff): New user command.
3820
3821 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3822
3823 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3824
3825 2001-11-12 Sam Steingold <sds@gnu.org>
3826
3827 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3828 `generic-flet', `generic-labels', `with-accessors',
3829 `with-condition-restarts'.
3830
3831 2001-11-12 Richard M. Stallman <rms@gnu.org>
3832
3833 * dired.el: Many trivial doc fixes.
3834 (dired-get-file-for-visit): New function.
3835 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3836 (dired-view-file, dired-find-file-other-window, dired-display-file):
3837 (dired-find-file): Use dired-get-file-for-visit.
3838
3839 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3840
3841 * sql.el (sql-mode): Doc change.
3842
3843 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3844 escape character.
3845
3846 2001-11-12 Colin Walters <walters@debian.org>
3847
3848 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3849 (calc-do-keypad): Don't attempt to use nonexistent global
3850 mouse-map, use calc-keypad-map.
3851 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3852 (calc-keypad-left-click): Don't use mouse-map; update to new event
3853 interface.
3854 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3855 (calc-keypad-press): Use `unread-command-events' instead of
3856 `unread-command-char'.
3857
3858 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3859 to match files renamed on initial calc import.
3860
3861 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3862
3863 * textmodes/flyspell.el (flyspell-default-dictionary):
3864 Fix previous change.
3865
3866 2001-11-12 Richard M. Stallman <rms@gnu.org>
3867
3868 * textmodes/flyspell.el (flyspell-default-dictionary):
3869 Fix custom type.
3870
3871 2001-11-11 Richard M. Stallman <rms@gnu.org>
3872
3873 * calendar/solar.el (solar-sunrise-and-sunset):
3874 Exchange the two extreme values of day-length.
3875
3876 * progmodes/sh-script.el (sh-must-be-shell-mode):
3877 Allow modes derived from sh-mode.
3878
3879 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3880 Turn off error in some re-search-forward calls.
3881
3882 * replace.el (query-replace-skip-read-only): New variable.
3883 (perform-replace): If that variable is non-nil, ignore matches
3884 that have a read-only property.
3885
3886 * derived.el (define-derived-mode): Doc fix.
3887
3888 * server.el (server-buffer-done): Test of server-existing-buffer
3889 was backwards.
3890 (server-existing-buffer): Doc fix.
3891
3892 * textmodes/flyspell.el (flyspell-default-dictionary):
3893 Allow nil as value, and make nil the default.
3894
3895 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3896
3897 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3898 it is not fboundp.
3899 (clipboard-yank): Ditto.
3900
3901 2001-11-11 Colin Walters <walters@verbum.org>
3902
3903 The following changes are based on patches from
3904 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3905 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3906
3907 * calc/calc.el (toplevel): Require calc-macs.
3908 (calc-minibuffer-size): New.
3909 (calcDigit-nondigit): Use it instead of `buffer-size'.
3910 (calcDigit-backspace): Likewise.
3911 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3912 `buffer-string'.
3913 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3914 `point-min'.
3915 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3916 `save-excursion'.
3917
3918 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3919 simple `setq' form.
3920
3921 * calc/calc-ext.el: (toplevel): Require calc.
3922 (calc-fancy-prefix-map): New.
3923 (calc-fancy-prefix): Use it.
3924 (calc-fancy-prefix-other-key): New.
3925
3926 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3927 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3928 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3929 (calcAlg-enter): Likewise.
3930 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3931
3932 2001-11-10 Richard M. Stallman <rms@gnu.org>
3933
3934 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3935 (quietly-read-abbrev-file): Doc fix.
3936
3937 * startup.el (command-line): Read standard abbrev
3938 file (abbrev-file-name), if it exists.
3939
3940 * files.el (save-abbrevs): Default value is t.
3941
3942 * progmodes/compile.el (compile-goto-error): Fix previous change
3943 in the case where subsequent errors have not been parsed yet
3944 because they are in a different source file.
3945
3946 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3947
3948 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3949 Merge two regular expressions into one.
3950 (ps-mode): Make local bindings for `comment-start' and
3951 `comment-start-skip'.
3952 (ps-mode-looking-at-nested): Simplify an if-else construct;
3953 use `set-match-data' to set the result.
3954
3955 2001-11-10 Richard M. Stallman <rms@gnu.org>
3956
3957 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3958 Function deleted.
3959 (flyspell-correct-word): Old definition deleted.
3960 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3961 All references renamed too.
3962
3963 2001-11-10 Gerd Moellmann <gerd@gnu.org>
3964
3965 * Makefile.in (finder_setwins, setwins): Exclude Calc.
3966
3967 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
3968
3969 * wid-edit.el (checklist): Removed `:menu-tag'.
3970 (radio-button-choice): Ditto.
3971 (editable-list): Ditto.
3972
3973 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3974
3975 * play/gomoku.el: Move definitions of constants to the beginning
3976 of file, before their use.
3977
3978 2001-11-09 Richard M. Stallman <rms@gnu.org>
3979
3980 * textmodes/flyspell.el: Use the keymap property
3981 instead of local-map, and don't use a minor-mode map.
3982 (flyspell-mode-map): Variable deleted.
3983 Don't mess with minor-mode-map-alist.
3984 (calling add-minor-mode): Specify nil for keymap.
3985 And always use add-minor-mode, now that it exists.
3986 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3987 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3988 or flyspell-local-mouse-map.
3989 (make-flyspell-overlay): Use flyspell-mouse-map directly.
3990 (flyspell-mode): Doc fix.
3991 (flyspell-mode-on): Don't call make-local-hook.
3992
3993 2001-11-09 Sam Steingold <sds@gnu.org>
3994
3995 * emacs-lisp/debug.el (debugger-make-xrefs):
3996 Add buttons to all symbols.
3997
3998 2001-11-09 Andre Spiegel <spiegel@gnu.org>
3999
4000 * vc.el: Add John David Smith to credits.
4001
4002 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4003
4004 * vc-hooks.el (vc-error-occured): Backquotified.
4005 (vc-file-prop-obarray): Use prime length for better efficiency.
4006
4007 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4008
4009 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4010
4011 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4012
4013 2001-11-09 Miles Bader <miles@gnu.org>
4014
4015 * subr.el (functionp): Don't consider macros as functions.
4016
4017 2001-11-08 Miles Bader <miles@gnu.org>
4018
4019 * subr.el (functionp): Make work correctly for macros and unbound
4020 symbols.
4021
4022 * comint.el (comint-send-input): Fix description of
4023 `comint-process-echoes' in the doc-string.
4024
4025 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4026
4027 * international/mule.el (make-translation-table): Doc fix.
4028 Suggested by Alex Schroeder <alex@gnu.org>.
4029
4030 2001-11-07 Richard M. Stallman <rms@gnu.org>
4031
4032 * info.el (Info-fontify-node): Highlight every third menu item.
4033
4034 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4035
4036 * cus-edit.el (custom-face-value-create): Don't ignore the
4037 `customized-face' attribute when finding the current face spec.
4038
4039 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4040
4041 * subr.el (with-local-quit): New macro.
4042 (make-syntax-table): Always inherit.
4043 (functionp): Be more careful when `object' is a symbol.
4044
4045 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4046
4047 2001-11-07 Paul Eggert <eggert@twinsun.com>
4048
4049 * dired.el (dired-move-to-filename-regexp):
4050 Do not distinguish between ASCII letters and non-ASCII characters.
4051 Don't allow comma except in the form "month day, year".
4052 Don't allow space between month name and comma.
4053 Clean up the code that checks for trailing period, comma, and space.
4054 Remove now-obsolete comments, and add more commentary about
4055 Japanese dates.
4056 Always gobble up trailing spaces, instead of doing it only sometimes.
4057
4058 2001-11-07 Miles Bader <miles@gnu.org>
4059
4060 * paren.el (show-paren-match-face): Add dark-background variant.
4061
4062 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4063
4064 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4065 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4066 Don't disable adaptive-fill-mode.
4067 (lisp-fill-paragraph): Use tab-width rather than 8.
4068 Prevent filling the first line of docstrings.
4069
4070 2001-11-06 Richard M. Stallman <rms@gnu.org>
4071
4072 * play/gomoku.el (gomoku): Doc fix.
4073
4074 * jka-compr.el (jka-compr-partial-uncompress):
4075 Support an alternative of not using dd.
4076 (jka-compr-dd-program): Use defcustom to define this.
4077 (jka-compr-load-suffixes): Use defcustom.
4078 (jka-compr-mode-alist-additions): Use defcustom.
4079
4080 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4081
4082 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4083 Also work when LIMIT is further than the end of line.
4084
4085 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4086
4087 * international/quail.el (quail-update-leim-list-file): Print the
4088 offending file name if some of its quail-define-package forms is broken.
4089
4090 2001-11-05 Richard M. Stallman <rms@gnu.org>
4091
4092 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4093 of the evaluated form.
4094
4095 2001-11-05 Paul Eggert <eggert@twinsun.com>
4096
4097 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4098 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4099 stamps always line up by default. Also, it uses a slightly
4100 different window to determine whether files are "recent".
4101
4102 2001-11-05 Andrew Innes <andrewi@gnu.org>
4103
4104 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4105 Don't attempt to remake autoloads before nuking .elc files.
4106
4107 2001-11-04 Richard M. Stallman <rms@gnu.org>
4108
4109 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4110 previous-single-property-change or next-single-char-property-change
4111 returns nil.
4112
4113 * international/mule-cmds.el (set-locale-environment):
4114 Make it interactive; make arg optional.
4115
4116 * international/mule-diag.el (help-funs): Require help-funs.
4117
4118 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4119
4120 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4121
4122 2001-11-04 Miles Bader <miles@gnu.org>
4123
4124 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4125 shadow of the splash image grey on a dark background instead of black.
4126
4127 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4128
4129 * term.el (all faces): Don't (copy-face 'default <foo>).
4130
4131 * term/xterm.el (function-key-map):
4132 Add entry for `ESC [ 3 ~' -> <delete>
4133 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4134 Use inheritance so that .emacs and terminfo take precedence.
4135
4136 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4137
4138 * tooltip.el (tooltip-delay): Decrease to 0.7.
4139 (tooltip-hide-delay): Enlarge to 10.
4140
4141 2001-11-03 Richard M. Stallman <rms@gnu.org>
4142
4143 * startup.el (fancy-splash-tail): Explain how to recover
4144 from a crash, if there was a crash.
4145 (command-line-1): Reorganize display of startup screen,
4146 to simplify the logic. Use a temp buffer for it.
4147
4148 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4149
4150 * frame.el (set-background-color, set-foreground-color):
4151 Call face-set-after-frame-default, to propagate the new colors to
4152 the frame's parameters alist.
4153
4154 * calendar/timeclock.el (timeclock-out): Signal an error if
4155 timeclock-last-event is nil.
4156
4157 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4158
4159 * textmodes/fill.el (fill-context-prefix): Fix braino.
4160
4161 * international/quail.el (quail-help):
4162 Use `help-buffer' and move `help-setup-xref' to beginning.
4163
4164 * international/mule-cmds.el (describe-language-environment):
4165 Use `help-buffer' and move `help-setup-xref' to beginning.
4166
4167 * international/mule-diag.el (list-character-sets)
4168 (sort-listed-character-sets, describe-character-set)
4169 (describe-coding-system, describe-fontset, list-fontsets):
4170 Use `help-buffer' and move `help-setup-xref' to beginning.
4171 (describe-char-after): Use `internal-describe-syntax-value'.
4172
4173 2001-11-02 Richard M. Stallman <rms@gnu.org>
4174
4175 * mouse.el (popup-menu): If the user refuses to select
4176 from a menu, don't try to invoke the menu.
4177
4178 2001-11-02 Miles Bader <miles@gnu.org>
4179
4180 * help-mode.el (help-xref): New button type.
4181 (help-function, help-variable, help-face, help-coding-system)
4182 (help-input-method, help-character-set, help-type, help-symbol)
4183 (help-back, help-info, help-customize-variable, help-customize-face)
4184 (help-function-def, help-variable-def): Use it as a supertype.
4185 Remove `action' property.
4186
4187 * international/mule-diag.el (describe-character-set)
4188 (describe-coding-system): Pass correct args to `help-xref-button'.
4189 (sort-listed-character-sets): New button type.
4190 (list-character-sets): Use it.
4191 (list-charset-chars): New button type.
4192 (list-character-sets-1): Use it.
4193
4194 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4195
4196 * indent.el (tab-always-indent, indent-for-tab-command):
4197 Remove redundant `never' setting.
4198
4199 * fill.el (fill-region-as-paragraph): Don't forget to skip
4200 over current whitespace before looking for a preceding space.
4201
4202 2001-11-01 Richard M. Stallman <rms@gnu.org>
4203
4204 * files.el (file-newest-backup): Don't pass backup file name
4205 thru file-name-sans-versions, because it never has version numbers.
4206
4207 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4208 to avoid ambiguous nested loops.
4209
4210 * files.el (find-file-noselect): Offer to change buffer-read-only
4211 only when the file's read-only status has changed from before
4212 as well as disagreeing with the buffer's current status.
4213 (buffer-file-read-only): New var, local in all buffers.
4214
4215 * buff-menu.el (buffer-menu): Doc fix.
4216 (buffer-menu-other-window): Doc fix.
4217 (list-buffers, list-buffers-noselect): Doc fix.
4218
4219 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4220
4221 * startup.el (command-line): If the terminal Emacs is running on
4222 has erase char set to ^H, use the Backspace key for deleting
4223 backward, and the Delete key for deleting forward.
4224
4225 2001-11-01 Miles Bader <miles@gnu.org>
4226
4227 * button.el (define-button-type): Make sure every user-defined
4228 button type has a supertype.
4229
4230 2001-10-31 Jason Rumney <jasonr@gnu.org>
4231
4232 * international/mule-cmds.el (locale-language-names): Add chs and
4233 cht as aliases for Chinese-GB and Chinese-BIG5.
4234
4235 2001-10-31 Richard M. Stallman <rms@gnu.org>
4236
4237 * bindings.el (mode-line-frame-identification): Add doc string.
4238 (mode-line-position, mode-line-modes): New variables.
4239 (mode-line-format): Use mode-line-position for the part
4240 that displays the position-in-buffer info.
4241 Use mode-line-modes for the part that displays major and minor modes.
4242
4243 2001-10-31 Sam Steingold <sds@gnu.org>
4244
4245 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4246 (debugger-setup-buffer): Call it.
4247 (debugger-mode-map): Bind RET and mouse-2.
4248
4249 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4250
4251 * startup.el: Document command line option --no-window-system
4252 instead of --no-windows.
4253
4254 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4255
4256 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4257
4258 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4259 (font-lock-defaults-alist): Use it.
4260 From David Ponce <david.ponce@wanadoo.fr>
4261
4262 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4263 output of `char-after'.
4264
4265 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4266
4267 * simple.el (reindent-then-newline-and-indent): Insert the newline
4268 before indenting the first line.
4269 (undo-get-state, undo-revert-to-state): New funs.
4270 (shell-command): Don't kill the buffer even if empty.
4271 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4272 (transpose-subr-end2): Remove.
4273 (transpose-subr): Add `special' arg and simplify.
4274 (transpose-subr-1): Rewrite.
4275 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4276 (rfc822-goto-eoh): Simplify.
4277
4278 2001-10-30 Richard M. Stallman <rms@gnu.org>
4279
4280 * enriched.el (enriched-face-ans): Fix previous change.
4281
4282 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4283
4284 * international/iso-acc.el (iso-accents-compose): Remove a
4285 superfluous setq.
4286
4287 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4288
4289 * buff-menu.el (list-buffers-noselect): If the buffer's name
4290 starts with a blank, but it visits a file, do show it (for files
4291 whose names start with a blank).
4292
4293 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4294
4295 * textmodes/fill.el (sentence-end-double-space)
4296 (sentence-end-without-period): Move to paragraphs.el.
4297 (fill-indent-according-to-mode): Change default to t.
4298 (fill-context-prefix): Simplify control-flow and use a more
4299 sophisticated merge that unifies both previous checks.
4300 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4301 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4302 (fill-nobreak-p): New fun.
4303 (fill-region-as-paragraph): Use it.
4304 Handle `fill-indent-according-to-mode' slightly differently.
4305 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4306 (fill-individual-paragraphs-citation): Fix.
4307
4308 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4309 (paragraph-start): Change default to the `text-mode' value.
4310 (sentence-end-double-space, sentence-end-without-period):
4311 Move from fill.el.
4312 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4313 rather than rebinding `paragraph-start' and `paragraph-separate'.
4314
4315 * indent.el (indent-line-function): Change default to indent-relative.
4316 (tab-always-indent): Add an `never' setting.
4317 (indent-according-to-mode): Handle `indent-relative' and
4318 `indent-relative-maybe' specially.
4319 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4320 Handle the `never' case for `tab-always-indent'.
4321 Don't call indent-according-to-mode for indent-relative' and
4322 `indent-relative-maybe'.
4323 (insert-tab): Rename `prefix-arg' to `arg'.
4324 (indent-region): Indent the first line as well.
4325 (indent-relative): Don't mark the buffer modified if the indentation
4326 is unchanged.
4327
4328 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4329 Don't set paragraph-separate. Set paragraph-start more carefully.
4330 Set indent-line-function.
4331 (paragraph-indent-text-mode): Use it and define-derived-mode.
4332 (text-mode-map): Remove the \t binding.
4333 (text-mode): Simplify now that the default is more favorable.
4334
4335 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4336
4337 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4338 If the regexp doesn't match, use a looser one.
4339 (find-variable-noselect): Add `file' argument.
4340
4341 * pcvs.el (cvs-mode-commit-hook): New hook.
4342 (cvs-mode-commit): Run it.
4343
4344 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4345
4346 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4347 (edebug-instrument-function): Use `find-function-noselect'.
4348
4349 2001-10-29 Richard M. Stallman <rms@gnu.org>
4350
4351 * term.el (term-if-emacs19): Macro deleted.
4352 Callers changed to use progn instead.
4353
4354 * frame.el (blink-cursor-mode): Doc fix.
4355
4356 * files.el (find-backup-file-name): Use make-backup-file-name.
4357
4358 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4359 window-live-p.
4360 (edebug-set-conditional-breakpoint): Unconditionally use
4361 the former Emacs >=19 definition.
4362 (edebug-mark): Define unconditionally.
4363 (edebug-eval-expression): Always call read-from-minibuffer
4364 and specify history list.
4365 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4366 edebug-set-conditional-breakpoint.
4367 (edebug-emacs-version-specific): Function deleted;
4368 do the job at top level.
4369 (edebug-emacs-19-specific): Function deleted, this is the default.
4370
4371 2001-10-29 Sam Steingold <sds@gnu.org>
4372
4373 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4374 "/cygdrive/LETTER/" pathnames.
4375
4376 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 * faces.el (invert-face): Check for 'unspecified, not for nil,
4379 when testing whether face colors are not specified.
4380 From David.Kastrup@t-online.de (David Kastrup).
4381 (read-face-name): Doc fix.
4382 (make-face-bold, make-face-unbold, make-face-italic)
4383 (make-face-unitalic, make-face-bold-italic, invert-face):
4384 Remove trailing blank from the prompt passed to read-face-name.
4385
4386 2001-10-29 Sam Steingold <sds@gnu.org>
4387
4388 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4389 Report numbers of files skipped and failed too.
4390 (byte-compile-file): Return 'no-byte-compile for skipped files.
4391
4392 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4393
4394 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4395 and `M p'.
4396
4397 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4398
4399 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4400 as is on unread-command-events instead of `(SECOND-CHAR)'.
4401
4402 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4403
4404 * vc.el: Mention vc-*-switches in backend API documentation.
4405 (vc-annotate): Adapt doc string to recent change.
4406
4407 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4408
4409 * enriched.el (enriched-face-ans): Handle face attributes
4410 of the form `(FACE1 FACE2 ...)'.
4411
4412 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4413
4414 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4415
4416 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4417
4418 * progmodes/sql.el (sql-db2): Doc change.
4419 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4420 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4421
4422 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4423
4424 * env.el (substitute-env-vars): Don't quote argument to `rx';
4425 it's a macro.
4426
4427 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4428
4429 * cus-start.el (recursive-load-depth-limit): Added.
4430
4431 2001-10-28 Richard M. Stallman <rms@gnu.org>
4432
4433 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4434 All uses removed--assume Emacs version is >= 20.
4435
4436 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4437 by really checking that it is not version 18.
4438
4439 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4440
4441 2001-10-28 Miles Bader <miles@gnu.org>
4442
4443 * faces.el (face-attribute): Add INHERIT argument, consider face
4444 inheritance if it's non-nil.
4445 (face-attribute-merged-with): New function.
4446 (face-attribute-specified-or): New macro.
4447 (face-foreground, face-background, face-stipple): Add INHERIT
4448 argument. Use `face-attribute-specified-or'.
4449
4450 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4451
4452 * font-lock.el: Require `syntax'.
4453 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4454 Use `c-font-lock-syntactic-face-function' for c languages.
4455 (font-lock-mode): Don't unset vars when turning the mode off.
4456 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4457 (font-lock-extra-managed-props): New var.
4458 (font-lock-default-unfontify-region): Use it.
4459 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4460 Don't eval the value when there's no match.
4461 (font-lock-ppss-stats): New var.
4462 (font-lock-ppss): New fun.
4463 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4464 (font-lock-apply-highlight): Allow `highlight' to set several props.
4465 (font-lock-set-defaults): Use dolist.
4466 (font-lock-unset-defaults): Remove.
4467 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4468 Try to recognize prototypes using `foo P_ ((args))'.
4469 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4470 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4471 (c-font-lock-syntactic-face-function): New function.
4472 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4473 (c++-keywords): Use a more sophisticated regexp to handle
4474 shallowly nested templates.
4475
4476 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4479 (sgml-tag): Use it. Cleanup with `cond'.
4480 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4481 Mark the overlays and only delete those that are marked.
4482 (sgml-skip-close-p): Remove.
4483 (sgml-value): Replace sgml-skip-close-p with its definition.
4484 (html-tag-alist): Use sgml-xml a bit more.
4485 (html-mode): Set sgml-empty-tags.
4486
4487 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4488 (texinfo-update-node, texinfo-sequential-node-update):
4489 Don't bind the obsolete `auto-fill-hook'.
4490 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4491 Use `set-buffer' rather than `switch-to-buffer'.
4492 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4493 Use `set-buffer' rather than `switch-to-buffer'.
4494
4495 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4496 text-mode-syntax-table.
4497 (mail-mode): Use define-derived-mode.
4498 Fix ordering of alternatives in adaptive-fill-regexp.
4499 (mail-mode-map): Don't rely on keymap's internal representation.
4500
4501 2001-10-27 Sam Steingold <sds@gnu.org>
4502
4503 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4504 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4505 (sgml-mode-common): Call it.
4506 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4507 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4508 (html-horizontal-rule, html-image, html-ordered-list):
4509 (html-unordered-list, html-list-item, html-paragraph):
4510 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4511 `html-xhtml'.
4512
4513 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4514
4515 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4516 (ifnothtml): New alias.
4517
4518 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4519
4520 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4521 (toggle-text-mode-auto-fill): Use derived-mode-p.
4522
4523 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4524
4525 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4526 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4527
4528 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4529
4530 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4531 Add make-obsolete cookies, to follow faces.el.
4532
4533 These changes avoid warnings from the byte compiler in faces.el:
4534
4535 * faces.el (internal-get-face): Use facep instead of the obsolete
4536 internal-find-face.
4537 (internal-frob-font-weight, internal-frob-font-slant):
4538 New defaliases for obsolete functions.
4539 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4540 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4541 (x-make-font-bold-italic): Use internal-frob-font-weight and
4542 internal-frob-font-slant aliases instead of the obsolete
4543 x-frob-... functions.
4544
4545 2001-10-26 Sam Steingold <sds@gnu.org>
4546
4547 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4548 DOCTYPE; set `mode-name' based on it.
4549 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4550 (sgml-tag): Close empty tags in XHTML.
4551
4552 2001-10-26 Jason Rumney <jasonr@gnu.org>
4553
4554 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4555 when UNICODE is not defined.
4556
4557 2001-10-26 Sam Steingold <sds@gnu.org>
4558
4559 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4560 be alone on the line.
4561
4562 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4563
4564 * button.el (button): Special face definition for MS-DOS terminals.
4565
4566 2001-10-26 Sam Steingold <sds@gnu.org>
4567
4568 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4569 Protect the /= test by checking that the args are non-nil.
4570 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4571
4572 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4573
4574 * textmodes/artist.el (artist-version): 1.2.4.
4575 (artist-butlast-fn): New variable.
4576 (artist-butlast): New function.
4577 (artist-ellipse-mirror-quadrant): Use it.
4578 (artist-mouse-draw-poly): Use nil for `point-list'.
4579 (artist-mouse-draw-poly): Check for point-list being nil.
4580
4581 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4582
4583 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4584 lambda expression.
4585 (ps-mode-menu-main): Submenu with options on/off was replaced with
4586 a toggle button.
4587 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4588 (ps-mode): Autoload cookie added on same line as comment
4589 (ps-mode-tabkey, ps-mode-backward-delete-char):
4590 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4591 `indent-to' with `indent-line-to'
4592 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4593 instead of `eval'.
4594 (ps-mode-print-region): Use `with-temp-buffer'.
4595 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4596 (numerous places): Add back-tick and tick around names in
4597 docstrings, fix punctuation in docstrings, remove trailing spaces.
4598
4599 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4600
4601 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4602 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4603 (sgml-font-lock-syntactic-keywords): New var.
4604 (sgml-mode-common): Drop the two args.
4605 Don't make buffer-local variables that aren't used.
4606 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4607 Don't set `before-string' props from sgml-display-text.
4608 (sgml-mode): Use define-derived-mode.
4609 (sgml-tags-invisible): Use sgml-display-text.
4610 (sgml-quote): New command.
4611 (html-tag-alist): Add args for `span'.
4612 (html-mode): Use define-derived-mode.
4613 Set sgml-display-text and sgml-tag-face-alist.
4614
4615 2001-10-25 Sam Steingold <sds@gnu.org>
4616
4617 * add-log.el (add-log-always-start-new-record): New user option.
4618 (add-change-log-entry): Use it.
4619
4620 2001-10-25 Richard M. Stallman <rms@gnu.org>
4621
4622 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4623 bind case-fold-search if FROM is not all lower case.
4624
4625 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4626
4627 * startup.el (normal-top-level): Check for frame-initial-frame
4628 only if it's really used.
4629
4630 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4631
4632 * progmodes/compile.el (compilation-parse-errors-filename-function):
4633 New variable.
4634 (compilation-parse-errors): Use it.
4635
4636 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4637
4638 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4639 interactively so that C-u M-C-x still does edebug.
4640 (checkdoc-sentencespace-region-engine): Don't force a double-space
4641 after `.' if it doesn't look like an end-of-sentence.
4642 (debug-ignored-errors): Add `disambiguate ...'.
4643
4644 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4645
4646 * textmodes/texinfo.el (texinfo-environments)
4647 (texinfo-environment-regexp): Hoist.
4648 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4649 Only highlight the menu name in menu items.
4650 Setup `@foo ... @end foo' as text clones.
4651 (texinfo-clone-environment): New function.
4652 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4653 (texinfo-insert-block): Simplify.
4654 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4655 the command is repeated.
4656 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4657 (texinfo-insert-@end): Simplify.
4658
4659 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4660 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4661 (texinfo-subsubsection-level-regexp)
4662 (texinfo-update-menu-same-level-regexps)
4663 (texinfo-update-menu-higher-regexps)
4664 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4665
4666 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4667 (derived-mode-p): Autoload.
4668
4669 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4670 New vars and functions.
4671 (text-clone-maintain, text-clone-create): New functions.
4672
4673 2001-10-25 Miles Bader <miles@gnu.org>
4674
4675 * facemenu.el (facemenu-add-new-face): Fix variable names.
4676
4677 2001-10-24 Richard M. Stallman <rms@gnu.org>
4678
4679 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4680 of t and nil values.
4681 (facemenu-set-face): Handle START and END interactively.
4682 (facemenu-set-foreground): Don't use a face; specify color directly.
4683 (facemenu-set-background): Likewise.
4684 (facemenu-set-face-from-menu): Doc fix.
4685 (facemenu-active-faces): Use face-attribute-vector
4686 to handle bare attributes not in faces.
4687 (facemenu-get-face): Don't handle face names fg:... and bg:...
4688 specially.
4689 (facemenu-add-new-face): New argument MENU.
4690 New way to handle adding colors to the color menus.
4691
4692 * env.el (substitute-env-vars): Quote the arg to rx.
4693
4694 2001-10-24 Sam Steingold <sds@gnu.org>
4695
4696 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4697 Control" and "SGML" groups.
4698
4699 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4700
4701 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4702 Better handling of C++ template args to avoid confusion with `<'
4703 and `>' used as operators in member init expressions.
4704
4705 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4706
4707 * replace.el (perform-replace): Move START and END parameters
4708 to the end of the argument list and make them optional.
4709
4710 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4711 perform-replace.
4712
4713 * international/fontset.el (x-must-resolve-font-name): New function.
4714 (x-complement-fontset-spec): Use it.
4715
4716 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4717
4718 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4719
4720 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4721 Turn caadr into caar of cdr.
4722
4723 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4724
4725 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4726 of mouse-{1,2} since dragging is on the down event.
4727
4728 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4729
4730 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4731 if ARG is nil.
4732
4733 * desktop.el (desktop-last-buffer): New variable.
4734 (desktop-create-buffer): Set it.
4735 (desktop-read): Bind it and switch to that buffer.
4736
4737 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4738
4739 * progmodes/compile.el (compilation-set-window-height):
4740 Select old window only if it's still live.
4741
4742 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4743
4744 * help-mode.el (help-buffer): Remove debugging code.
4745 From Stefan Monnier <monnier@cs.yale.edu>.
4746
4747 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4748
4749 * files.el (file-name-sans-extension, file-name-extension):
4750 Don't count the leading dots in file names as signaling an extension.
4751
4752 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4753
4754 * vc.el (vc-diff-switches): Doc rewritten.
4755
4756 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4757
4758 * tooltip.el (tooltip-set-param): Doc fix.
4759
4760 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4761 127 to sgml-maybe-name-self.
4762 (sgml-name-8bit-mode): Doc fix.
4763 (sgml-char-names-table): New variable.
4764 (sgml-name-char): Support non-ASCII and mule-unicode-*
4765 characters. Doc fix.
4766 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4767
4768 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4769 doc string the effect of `left' and `top' parameters in
4770 tooltip-frame-parameters, the default values, and the units.
4771 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4772 (tooltip-show): Mention in the doc string the `top' and `left'
4773 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4774
4775 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4776
4777 Add autoscaling support for vc-annotate.
4778 From J.D. Smith <jdsmith@alum.mit.edu>.
4779
4780 * vc.el (vc-annotate-display-default): Accept colormap scaling
4781 ratio (now deprecated).
4782 (vc-annotate-display-autoscale): Added.
4783 (vc-annotate-add-menu): New autoscaling menu options "Span to
4784 Oldest" and "Span Oldest->Newest". Easymenu support added for
4785 toggle menus driven by customize variable `vc-annotate-display-mode'.
4786 (vc-annotate-display-select): Added.
4787 (vc-annotate): Changed temp-buffer-show-function to
4788 `vc-annotate-display-select'.
4789 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4790 Added argument OFFSET. Instead of backend function, calls now
4791 generic `vc-annotate-difference'.
4792 (vc-annotate-difference): Added as generic function instead of
4793 backend-specific function. No longer takes argument POINT, but
4794 instead accepts a time OFFSET.
4795 (vc-default-annotate-current-time): Added.
4796
4797 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4798 version in vc.el, with
4799 (vc-cvs-annotate-current-time): Added, as override of default.
4800 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4801 `vc-cvs-annotate-difference'.
4802
4803 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4804
4805 * saveplace.el (save-place): Require `saveplace'.
4806
4807 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4808 Use `sexp' for :value-type instead of `face'.
4809
4810 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4811
4812 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4813 regexps due to 5-digit message IDs.
4814
4815 2001-10-21 Jason Rumney <jasonr@gnu.org>
4816
4817 * term/w32-win.el (redisplay-dont-pause): Don't set.
4818
4819 2001-10-21 Miles Bader <miles@gnu.org>
4820
4821 * help-funs.el (help-manyarg-func-alist): Variable removed.
4822
4823 2001-10-21 Miles Bader <miles@gnu.org>
4824
4825 * help-funs.el (help-manyarg-func-alist): Remove entries for
4826 `insert', `insert-and-inherit', `insert-before-markers',
4827 `insert-before-markers-and-inherit', `message', `message-box',
4828 `message-or-box', `propertize', `format', `encode-time', `append',
4829 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4830 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4831 `ml-prefix-argument-loop'.
4832
4833 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4834
4835 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4836 (vc-default-diff-tree): New functions.
4837 (vc-version-diff): Use them. As a result, coding systems are now
4838 set up properly for all sorts of diffs, and tree diffs can now
4839 also be done locally.
4840 (vc-diff): With a prefix argument, don't require that it's called
4841 from a buffer under version control.
4842 (diff-switches): Remove duplicate definition.
4843
4844 * vc-cvs.el (vc-cvs-diff-tree): New function.
4845
4846 2001-10-21 Miles Bader <miles@gnu.org>
4847
4848 * help-funs.el (help-manyarg-func-alist): Remove entries for
4849 `list', `vector', `make-byte-code', `call-process',
4850 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4851 `logand', `logior', and `logxor'.
4852
4853 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4854 image bits to compensate. Use `make-string' instead of
4855 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4856
4857 2001-10-20 Kim F. Storm <storm@cua.dk>
4858
4859 * simple.el (kill-ring-save): Don't show extent of copied region
4860 if using transient-mark-mode and region is fully visible.
4861
4862 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4863
4864 * (Version 21.1 released.)
4865
4866 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4867
4868 * files.el (auto-mode-alist): Associate .indent.pro with
4869 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4870
4871 2001-10-18 Sam Steingold <sds@gnu.org>
4872
4873 Put the *Compile-Log* buffer in `compilation-mode'.
4874 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4875 (byte-compile-log-1, byte-compile-log-file)
4876 (displaying-byte-compile-warnings): Use it
4877
4878 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4879
4880 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4881
4882 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4883
4884 2001-10-18 Gerd Moellmann <gerd@gnu.org>
4885
4886 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4887
4888 * obsolete/hilit19.el (hilit-lookup-face-create):
4889 Call set-face-font only if display-graphic-p.
4890 (toplevel): Remove references to window-system.
4891
4892 2001-10-18 Miles Bader <miles@gnu.org>
4893
4894 * simple.el (what-line): Avoid problems with field properties.
4895
4896 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4897
4898 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4899 Define special colors for a tty.
4900
4901 2001-10-17 Francesco Potorti` <pot@gnu.org>
4902
4903 * comint.el (comint-password-prompt-regexp): Make it less
4904 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4905
4906 2001-10-17 John Wiegley <johnw@gnu.org>
4907
4908 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4909 a regular file, before checking if it is a directory or symlink.
4910 This avoids a call to eshell-file-attributes, which can be
4911 expensive in some situations.
4912
4913 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4914 customization variable, to differentiate ls-in-dired from regular
4915 uses of ls.
4916
4917 2001-10-17 Miles Bader <miles@gnu.org>
4918
4919 * custom.el (defface): Mention `:inherit' in doc-string.
4920
4921 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4922
4923 * paren.el: Update the Commentary with installation instructions.
4924
4925 2001-10-15 Dave Love <fx@gnu.org>
4926
4927 * international/mule.el (set-auto-coding): Fix regexps for local
4928 variables section not to eat newlines.
4929
4930 2001-10-15 Miles Bader <miles@gnu.org>
4931
4932 * simple.el (display-message-or-buffer): Pass the correct buffer
4933 to `display-buffer'.
4934
4935 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
4936
4937 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4938 (executable-find): Use exec-suffixes.
4939 (executable-set-magic): Don't use make-local-hook.
4940
4941 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4942
4943 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4944
4945 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4946 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4947 Add .so to the Unix and GNU branch.
4948
4949 * international/latin-1.el:
4950 * international/latin-2.el:
4951 * international/latin-3.el:
4952 * international/latin-4.el:
4953 * international/latin-5.el:
4954 * international/latin-8.el:
4955 * international/latin-9.el: Add no-byte-compile: t, since
4956 Makefile.in instructs make-docfile to look at .el files.
4957
4958 2001-10-14 Miles Bader <miles@gnu.org>
4959
4960 * button.el (define-button-type): Allow supertype property to be
4961 specified with a keyword `:supertype' too.
4962 (button-put, make-text-button): Allow button type property to be
4963 specified using the keyword `:type' too.
4964 (button-type): New function.
4965 (button): Add `button-category-symbol' property.
4966
4967 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
4968
4969 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4970 indent-new-comment-line from comment-indent-new-line.
4971
4972 * textmodes/refill.el (refill-mode):
4973 Bind DEL to backward-delete-char-untabify.
4974 Set backward-delete-char-untabify-method to `hungry'.
4975
4976 * textmodes/bib-mode.el (bib-mode):
4977 * play/gomoku.el (gomoku-mode):
4978 * textmodes/page-ext.el (pages-directory-mode):
4979 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4980
4981 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4982
4983 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4984
4985 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4986 Handle here-docs differently.
4987 (sh-font-lock-heredoc): Remove.
4988 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4989 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4990 (sh-font-lock-open-heredoc): New functions.
4991 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4992 (sh-font-lock-keywords-1): Use regexp-opt.
4993 (sh-in-comment-or-string): Use syntax-ppss.
4994 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4995 (sh-select, sh-tmp-file): Add explicit terminating \n.
4996
4997 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4998 Use with-current-buffer.
4999 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5000 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5001 filename), catch any error that occurs in `ange-ftp-cd'.
5002 If an error happened, don't bother sending `cmd' at all.
5003 Fix a parenthesis typo.
5004 (ange-ftp-write-region): Don't blindly use binary if the remote host
5005 is unix-like.
5006
5007 * play/pong.el (pong-init): Don't use make-local-hook.
5008
5009 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5010
5011 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5012 (viper-get-ex-address-subr): More precise addr for the $ marker
5013
5014 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5015
5016 * version.el (emacs-version): Bump to 21.1.50.
5017
5018 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5019
5020 * mail/mailalias.el (mail-directory-stream): Do not double
5021 variables in the lambda-list.
5022
5023 * play/gomoku.el (gomoku-init-display): Ditto.
5024
5025 * play/landmark.el (lm-init-display): Ditto.
5026
5027 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5028 (delimit-columns-rectangle-line): Ditto.
5029
5030 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5031
5032 * newcomment.el (comment-region-internal): Don't rebind
5033 invisibility_spec now that the C routines handle it correctly.
5034
5035 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5036
5037 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5038 and `same-frame'.
5039
5040 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5041
5042 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5043
5044 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5045 C-p and C-r. Remove redundant bindings from inheriting maps.
5046
5047 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5048 After 4.23 and: After 4.24:
5049 (cperl-contract-levels): Restore position.
5050 (cperl-beautify-level): Likewise.
5051 (cperl-beautify-regexp): Likewise.
5052 (cperl-commentify): Rudimental support for length=1 runs
5053 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5054 After 4.25:
5055 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5056 (imenu-example--create-perl-index): Was not enforcing
5057 syntaxification-to-the-end.
5058 (cperl-invert-if-unless): Allow `for', `foreach'.
5059 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5060 Mark qw(), m()x as indentable.
5061 (cperl-init-faces): Highlight `sysopen' too.
5062 Highlight $var in `for my $var' too.
5063 (cperl-invert-if-unless): Was leaving whitespace at end.
5064 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5065 (cperl-calculate-indent): Remove old commented out code.
5066 Support (primitive) indentation of qw(), m()x.
5067 After 4.26:
5068 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5069 q [] with intervening newlines.
5070 (cperl-autoindent-on-semi): New customization variable.
5071 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5072 (cperl-tips): Mention how to make CPerl the default mode.
5073 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5074 (cperl-outline-level): New function.
5075 (cperl-highlight-variables-indiscriminately): New customization var.
5076 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5077 From Sean Kamath <kamath@pogo.wv.tek.com>.
5078 (cperl-after-block-p): Support CHECK and INIT.
5079 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5080 From Doug MacEachern <dougm@covalent.net>.
5081 After 4.27:
5082 (cperl-find-pods-heres): Recognize \"" as a string.
5083 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5084 Allow whitespace between << and "FOO".
5085 (cperl-problems): Remove \"" and q [] with intervening newlines.
5086 Mention multiple <<EOF as unsupported.
5087 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5088 (cperl-indent-parens-as-block): New configuration variable.
5089 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5090 Use `cperl-indent-parens-as-block'.
5091 (cperl-find-pods-heres): Test for =cut without empty line instead of
5092 complaining about no =cut.
5093 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5094 (cperl-find-pods-heres): Likewise.
5095 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5096 POD could've been marked as comment already.
5097 (cperl-unwind-to-safe): Unwind before start of POD too.
5098 After 4.28:
5099 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5100 After 4.29:
5101 (x-color-defined-p): Make an extra case to peacify the warning.
5102 Toplevel: `defvar' to peacify the warnings.
5103 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5104 No -nw-compile time warnings now.
5105 (cperl-find-tags): TAGS file had too short substring-to-search.
5106 Be less verbose in non-interactive mode
5107 (imenu-example--create-perl-index): Set index-marker after name
5108 (cperl-outline-regexp): New variable.
5109 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5110 (cperl-mode): Made use `cperl-outline-regexp'.
5111 After 4.30:
5112 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5113 (cperl-outline-level): Make start-of-file same level as `package'.
5114 After 4.31:
5115 (cperl-electric-pod): `head1' and `over' electric only if empty.
5116 (cperl-unreadable-ok): New variable.
5117 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5118 on an unreadable file.
5119 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5120 on an unreadable directory.
5121
5122 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5123 Consider the text between two errors as belonging to the first error.
5124 (compilation-goto-locus): Use pop-to-buffer rather than
5125 switch-to-buffer-other-frame.
5126
5127 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5128 (awk-font-lock-syntactic-keywords): New var.
5129 (awk-mode): Use it.
5130
5131 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5132
5133 * faces.el (describe-face): Call help-setup-xref earlier.
5134
5135 * jka-compr.el (jka-compr-load-suffixes): New var.
5136 (jka-compr-install): Add its content to load-suffixes.
5137 (jka-compr-uninstall): Remove its content from load-suffixes.
5138
5139 2001-10-12 Sam Steingold <sds@gnu.org>
5140
5141 * bindings.el (completion-ignored-extensions): CL-related
5142 extensions are platform-independent.
5143
5144 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5145 asynchronous multiple file copying.
5146
5147 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5148
5149 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5150 Turn error for repeated variables into warning.
5151
5152 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5153 New function checking that lambda-list consists of non-constant
5154 symbols, that &rest and &optional are followed by variable names,
5155 that &rest VAR is the last element, and that variables aren't doubled.
5156 (byte-compile-lambda): Use it.
5157
5158 2001-10-12 Eli Barzilay <eli@barzilay.org>
5159
5160 * calculator.el (calculator-eng-display): Don't call concat
5161 with an integer argument.
5162
5163 2001-10-12 Miles Bader <miles@gnu.org>
5164
5165 * help-mode.el (help-customize-face): New button-type.
5166
5167 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5168 (describe-face): Fix args to `help-xref-button'.
5169 Don't switch to help-buffer around call to `help-setup-xref'.
5170 Use `help-buffer' instead of hard-wired "*Help*".
5171 Require `help-mode'.
5172
5173 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5176
5177 * help-mode.el (help-buffer): New function.
5178 Returns the buffer-name to use for help output.
5179 Change all the code to use it instead of hard-coding *Help*.
5180 (help-mode-map): Put back the mouse-2 binding.
5181 (help-xref-stack): Change the format and make buffer-local.
5182 (help-xref-stack-item): Make buffer-local.
5183 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5184 (help-xref-interned): Display the face doc as well.
5185 (help-follow-mouse): Re-introduce.
5186 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5187 (help-do-xref): Don't `push' any more.
5188 (help-follow): Also follow face names.
5189
5190 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5191 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5192 Autoload and cleanup.
5193 (describe-function): Call help-setup-xref.
5194 (describe-variable): Call help-setup-xref earlier.
5195
5196 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5197 (view-lossage): Call help-setup-xref correctly and earlier.
5198 (describe-bindings): Call help-setup-xref earlier.
5199 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5200 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5201
5202 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5203
5204 * master.el (master-mode): Use define-minor-mode instead of
5205 easy-mmode-define-minor-mode. Add autload cookie.
5206 (Commentary): Remove the line showing how to autoload master-mode,
5207 since it's always autoloaded.
5208
5209 * master.el: New file.
5210
5211 2001-10-11 Dave Love <fx@gnu.org>
5212
5213 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5214 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5215 <const-C varset-X const-C>: Fix car/cdr typo.
5216
5217 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5218
5219 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5220 New function extracted from byte-compile-log-1.
5221 (byte-compile-log-1): Change output to be more in line with
5222 the output of other GNU tools.
5223 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5224 (byte-compile-report-error): Downcase error message.
5225 Use `error' instead of `!!' for error messages.
5226 (byte-compile-print-syms): Treat non-interactive case specially.
5227 (displaying-byte-compile-warnings): Use backquote.
5228 (byte-compile-from-buffer): Bind byte-compile-last-line.
5229 (batch-byte-compile): Remove `Done' message.
5230
5231 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5232
5233 * emacs-lisp/copyright.el (copyright): Add final \n.
5234
5235 2001-10-11 Miles Bader <miles@gnu.org>
5236
5237 * diff.el (diff): Display default values in prompts as
5238 `(default ...)', not `(...)'.
5239
5240 * info.el (Info-follow-reference): Likewise.
5241
5242 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5243
5244 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5245
5246 * newcomment.el (comment-indent): Be a little more robust in case
5247 comment-indent-function does funny things.
5248 (comment-normalize-vars): Autoload.
5249 (comment-region-internal): Fiddle with the visibility spec.
5250 (comment-valid-prefix): New function.
5251 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5252 that would turn comment-text into non-comment-text.
5253
5254 * emacs-lisp/syntax.el: New file.
5255
5256 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5257 compatibility cruft.
5258 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5259 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5260 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5261 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5262 tcl-submit-bug-report.
5263 (tcl-mode-syntax-table): Leave \f alone.
5264 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5265 tcl-end-of-defun, tcl-submit-bug-report.
5266 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5267 (tcl-add-emacs-menu): Remove.
5268 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5269 (tcl-keyword-list): Add `chain'.
5270 (tcl-font-lock-syntactic-keywords): New variable.
5271 (tcl-pps-has-arg-6): Remove.
5272 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5273 (tcl-internal-mark-defun): Remove.
5274 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5275 (tcl-mode): Use define-derived-mode. Simplify.
5276 Set comment-indent-function.
5277 (tcl-indent-command): Use line-beginning-position and comment-indent.
5278 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5279 (tcl-indent-line): Use tcl-calculate-indent.
5280 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5281 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5282 (tcl-filter): Use with-current-buffer, simplify.
5283 (inferior-tcl-mode): Use define-derived-mode.
5284 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5285 (tcl-simple-in-comment, tcl-in-comment): Removed.
5286 (tcl-files-alist): New function.
5287 (tcl-help-snarf-commands): Use it and return the result directly
5288 rather than through a global variable.
5289 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5290 (tcl-help-on-word): Provide the default value to completing-read.
5291 (tcl-hilit): Remove.
5292 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5293 (tcl-comment-indent): New function.
5294 (tcl-submit-bug-report): Remove.
5295 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5296 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5297 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5298
5299 2001-10-10 Miles Bader <miles@gnu.org>
5300
5301 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5302 (Info-fontify-node): Don't fontify the node if it's already been done.
5303
5304 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5305
5306 * international/iso-transl.el (iso-transl-e-caret)
5307 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5308 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5309
5310 * simple.el (end-of-buffer): Fix code scrolling specially
5311 for the buffer end.
5312
5313 * startup.el (command-line-1): Bind tab-width to 8.
5314
5315 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5316
5317 * emulation/tpu-edt.el: Use defalias instead of fset for
5318 user-visible commands. From Rob Riepel
5319 <riepel@Networking.Stanford.EDU>.
5320
5321 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5322
5323 * ruler-mode.el: New file.
5324
5325 2001-10-09 Miles Bader <miles@gnu.org>
5326
5327 * apropos.el (button): New require.
5328
5329 * help-funs.el: New file, contents mostly from `help.el'.
5330 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5331
5332 * help-mode.el: New file, contents mostly from `help.el'.
5333
5334 * help.el: Don't require `view' when compiling.
5335 (help-with-tutorial, describe-function, describe-function-1)
5336 (variable-at-point, describe-variable, locate-library):
5337 Functions moved into `help-funs.el'.
5338 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5339 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5340 (help-setup-xref, help-xref-following, help-make-xrefs)
5341 (help-xref-button, help-insert-xref-button, help-xref-interned)
5342 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5343 (help-xref-on-pp): Functions moved into `help-mode.el'
5344 (help-mode-map, help-xref-stack, help-xref-stack-item)
5345 (help-highlight-p, help-highlight-face, help-back-label)
5346 (help-xref-symbol-regexp, help-xref-mule-regexp)
5347 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5348 (help-symbol, help-back, help-info, help-customize-variable)
5349 (help-function-def, help-variable-def):
5350 Button-types moved into `help-mode.el'.
5351 (load-symbol-file-load-history, symbol-file):
5352 Functions moved into `subr.el'.
5353 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5354 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5355
5356 * subr.el (symbol-file-load-history-loaded)
5357 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5358
5359 * loadup.el ("button"): Load removed.
5360
5361 * button.el (define-button-type): Respect any `supertype' property.
5362 (button-type-subtype-p, button-has-type-p): New functions.
5363
5364 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5365 dollar-signs.
5366
5367 * comint.el (comint-insert-previous-argument): New function.
5368 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5369 (comint-insert-previous-argument-last-start-pos)
5370 (comint-insert-previous-argument-last-index): New variables.
5371
5372 * apropos.el (apropos-next-label-button): Use the presence of a
5373 `apropos-label' property to detect label buttons.
5374
5375 2001-10-08 Miles Bader <miles@gnu.org>
5376
5377 * button.el (next-button, previous-button): Remove N and WRAP
5378 parameters. Don't pay attention to `skip' properties.
5379 (forward-button): Implement wrapping, iterating, and skipping here
5380 instead.
5381 (button-activate): USE-MOUSE-ACTION is optional.
5382 (button-nop): Function removed.
5383 (default-button): Use `ignore' as default button action.
5384
5385 * apropos.el (apropos-next-label-button): Update arguments to
5386 `next-button'.
5387 (apropos-symbol): Add `skip' property.
5388 (apropos-function, apropos-macro, apropos-command)
5389 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5390 (apropos-plist): New button types.
5391 (apropos-label-properties): Variable removed.
5392 (apropos-print): Pass button-type to apropos-print-doc, rather
5393 than help function and label text.
5394 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5395 Get button label from TYPE.
5396
5397 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5398
5399 * help.el (help-mode): Use define-derived-mode.
5400 (describe-mode): Add optional `buffer' arg.
5401 Use it instead of going through help-xref-mode.
5402 Avoid doubling the word `minor' when prettifying.
5403 (describe-function-1): List the corresponding key bindings.
5404 (describe-variable): Say if the var is automatically buffer-local.
5405 If the source is `loaddefs.el', look for the real source.
5406 (help-xref-mode): Remove.
5407
5408 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5409 the file says no-byte-compile.
5410
5411 2001-10-08 Miles Bader <miles@gnu.org>
5412
5413 * button.el (next-button, previous-button): Respect `skip' property.
5414
5415 2001-10-07 Miles Bader <miles@gnu.org>
5416
5417 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5418 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5419 `woman-follow-word' instead of `woman-mouse-2'.
5420 (woman-follow-word): Renamed from `woman-mouse-2'.
5421 Follow current unconditionally, since this function is now only
5422 bound to M-mouse-2. Use accessor functions.
5423 (WoMan-highlight-references): Use `make-text-button'.
5424 (woman-xref): New button type.
5425
5426 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5427 ("button"): New load, just before "help" (which uses it).
5428
5429 * help.el (help-mode-map): Make button-buffer-map our parent.
5430 Don't bind mouse events or tab/backtab.
5431 (help-function, help-variable, help-face, help-coding-system)
5432 (help-input-method, help-character-set, help-back, help-info)
5433 (help-customize-variable, help-function-def, help-variable-def):
5434 New button types.
5435 (help-button-action): New function.
5436 (describe-function-1): Pass help button-types to
5437 `help-xref-button' rather than help function and help-echo string.
5438 Don't put multiple help-function args in a list to pass them to
5439 help-xref-button, just pass them as multiple arguments.
5440 Use `help-insert-xref-button' to make [back]-button, rather than
5441 `help-xref-button'.
5442 (help-xref-button): Take a button-type TYPE as a parameter rather
5443 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5444 and add a &rest parameter ARGS to serve the same purpose.
5445 Use `make-text-button' to add the button.
5446 (help-insert-xref-button): Use `insert-text-button' to add the button.
5447 (help-follow-mouse, help-next-ref, help-previous-ref):
5448 Functions removed.
5449 (help-do-xref): New function.
5450 (help-follow): Use `push-button' and `help-do-xref' to do most of
5451 the work.
5452
5453 * apropos.el (apropos-symbol, apropos-label): New button types.
5454 (apropos-symbol-button-display-help)
5455 (apropos-label-button-display-help, apropos-next-label-button):
5456 New functions.
5457 (apropos-mode-map): Make button-buffer-map our parent.
5458 Don't bind mouse events.
5459 (apropos-print, apropos-print-doc): Create buttons instead of text
5460 properties.
5461 (apropos-mouse-follow): Function removed.
5462 (apropos-follow): Use buttons.
5463
5464 * button.el: New file.
5465
5466 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5467
5468 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5469 Remove.
5470
5471 2001-10-05 Richard M. Stallman <rms@gnu.org>
5472
5473 * add-log.el (add-change-log-entry): Skip copyright notice
5474 and copying permission notice at start of file, if any.
5475 Make use of terms "entry" and "item" accord with Emacs manual.
5476 Simplify the logic for moving point while entering or creating
5477 an entry and then an item.
5478 (add-change-log-entry-other-window): Doc fix.
5479
5480 2001-10-06 Miles Bader <miles@gnu.org>
5481
5482 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5483 removed; they apparently don't work with faces.
5484
5485 2001-10-05 Sam Steingold <sds@gnu.org>
5486
5487 * textmodes/sgml-mode.el (html-xhtml): New user option.
5488 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5489 (html-ordered-list, html-unordered-list, html-list-item)
5490 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5491 (sgml-skip-close-p): New function.
5492 (sgml-value): Use it.
5493
5494 2001-10-05 Sam Steingold <sds@gnu.org>
5495
5496 * calendar/diary-lib.el (diary-entry-compare): When times are
5497 identical, compare the entries lexicographically.
5498
5499 2001-10-06 Miles Bader <miles@gnu.org>
5500
5501 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5502 Use `minibuffer-prompt-end'.
5503
5504 * simple.el (previous-matching-history-element): Fix misplaced
5505 parentheses.
5506
5507 2001-10-05 Miles Bader <miles@gnu.org>
5508
5509 * rfn-eshadow.el: New file.
5510
5511 2001-10-05 Miles Bader <miles@gnu.org>
5512
5513 * cus-face.el (custom-face-attributes): Make sure each attribute
5514 has a valid default value. Remove hacks that mapped `nil' to
5515 `off' and used nil to mean `unspecified'. Remove `unspecified'
5516 choices from all attributes (unspecified is handled by the parent
5517 checklist).
5518 * cus-edit.el (custom-face-edit-convert-widget)
5519 (custom-face-edit-deactivate, custom-face-edit-activate)
5520 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5521 New functions.
5522 (custom-face-edit): Specify a custom :convert-widget.
5523 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5524 Don't pass in default filters that map between `nil' and `off' and
5525 `unspecified' and `nil'.
5526
5527 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5528
5529 * progmodes/compile.el (compilation-buffer-name): New function.
5530 (compile-internal): Use it to determine the name of the
5531 compilation buffer.
5532
5533 2001-10-05 Miles Bader <miles@gnu.org>
5534
5535 * progmodes/compile.el (grep-use-null-device): New variable.
5536 (grep-command): Mention `grep-use-null-device'.
5537 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5538 Make computation of `grep-command' respect `grep-use-null-device'.
5539 (grep): Respect `grep-use-null-device'.
5540 Call `grep-compute-defaults' even if grep-command is set, if
5541 grep-use-null-device is still tentative.
5542
5543 * subr.el (call-process-shell-command): New function.
5544
5545 2001-10-05 Miles Bader <miles@gnu.org>
5546
5547 * simple.el (previous-matching-history-element)
5548 (next-history-element, next-complete-history-element): Use
5549 `minibuffer-' functions instead of calling `field-' functions directly.
5550 (minibuffer-prompt-end, minibuffer-contents):
5551 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5552 Functions removed (now subrs).
5553 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5554
5555 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5556 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5557 instead of calling `field-' functions directly.
5558 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5559
5560 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5561
5562 * files.el (find-file-noselect): If file's read-only status has
5563 changed on disk, ask if buffer's read-only status should be
5564 changed, unless NOWARN is set.
5565
5566 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5567 alias for define-setf-method.
5568
5569 * bindings.el: Remove no-byte-compile from file local variables
5570 to enable bootstrapping.
5571
5572 2001-10-04 Andrew Innes <andrewi@gnu.org>
5573
5574 * faces.el (face-font-registry-alternatives) [windows-nt]:
5575 Make gb2312 an alias for gb2312.1980.
5576
5577 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5578
5579 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5580 (uniquify-reverse-components): Remove.
5581
5582 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5583 Make sure the file is readable.
5584 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5585 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5586 (batch-byte-recompile-directory): Pass arg=0.
5587
5588 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5589 (perl-calculate-indent): Use it.
5590 (perl-backward-to-noncomment): Use forward-comment.
5591
5592 * derived.el (define-derived-mode, derived-mode-make-docstring):
5593 Allow `parent' to be nil.
5594
5595 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5596 Use define-derived-mode.
5597 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5598
5599 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5600
5601 * emacs-lisp/lselect.el: Use facep iso find-face.
5602
5603 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5604 Use regexp-opt.
5605 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5606 (lisp-font-lock-syntactic-face-function): New function.
5607 (lisp-mode-variables): Use it. Make arg optional.
5608 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5609 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5610 Set comment-start-skip.
5611
5612 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5613
5614 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5615 (ignore-errors): Don't bother using a `err' symbol.
5616
5617 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5618 (autoload-insert-section-header, autoload-before-p)
5619 (autoload-remove-section): New functions.
5620 (generate-file-autoloads): Use them.
5621 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5622 Make sure the autoload file is properly formatted when creating it.
5623 (update-autoloads-from-directories): Use them as well.
5624 Only update autoloads for files whose timestamp has changed.
5625 Add a dummy entry to remember the files which had no autoload cookies.
5626
5627 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5628
5629 * subr.el (define-key-after): Allow `key' to be longer than 1.
5630 (make-local-hook): Make obsolete.
5631 (add-hook, remove-hook): Don't use make-local-hook any more.
5632 (make-syntax-table): Inherit all chars from s-s-t.
5633
5634 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5635
5636 This is a fix for a report saying that resuming a search with C-s
5637 C-s doesn't use the case-fold-search setting of the previous
5638 search (C-s ... M-c ... then C-s C-s).
5639
5640 * isearch.el (isearch-last-case-fold-search): New variable.
5641 (isearch-mode): Remember value of isearch-case-fold-search
5642 in isearch-last-case-fold-search.
5643 (isearch-done): Quote value of isearch-case-fold-search.
5644 (isearch-repeat): When resuming a search, restore
5645 isearch-case-fold-search from isearch-last-case-fold-search.
5646
5647 Added to NEWS.
5648
5649 * startup.el (inhibit-startup-buffer-menu): New user-option.
5650 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5651 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5652
5653 This allows upto 99999 messages in the summary without screwing up
5654 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5655
5656 * mail/rmailsum.el (rmail-make-summary-line)
5657 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5658 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5659 Allow 5-digit message ids instead of 4.
5660
5661 This adds expansion of environment variables in the value
5662 specified with M-x setenv. Added to NEWS.
5663
5664 * env.el (substitute-env-vars): New function.
5665 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5666 environment variables in VALUE. Return VALUE.
5667
5668 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5669
5670 * Branch for 21.1.
5671
5672 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5673
5674 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5675
5676 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5677
5678 * emulation/tpu-edt.el: Make messages match original TPU/edt
5679 editor. From riepel@Stanford.EDU (Rob Riepel).
5680
5681 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5682
5683 * rect.el: Update maintainer's email address.
5684
5685 2001-10-02 Andreas Schwab <schwab@suse.de>
5686
5687 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5688 and Extended Passive Mode, resp.
5689
5690 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5691
5692 These changes add support for Calendar-related items in the
5693 menu bar on tty's as well:
5694
5695 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5696 unconditionally.
5697 (calendar-mode): Set up activate-menubar-hook unconditionally.
5698
5699 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5700 calls x-popup-menu only if popup menus are supported.
5701 (calendar-mouse-insert-hebrew-diary-entry)
5702 (calendar-mouse-insert-islamic-diary-entry)
5703 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5704 (calendar-mouse-view-other-diary-entries)
5705 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5706 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5707 Call cal-menu-x-popup-menu instead of x-popup-menu.
5708
5709 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5710
5711 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5712
5713 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5714
5715 * emacs-lisp/rx.el: New file.
5716
5717 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5718
5719 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
5720
5721 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5722
5723 * frame.el (select-frame-by-name, other-frame): Doc fix.
5724
5725 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5726
5727 * play/snake.el (snake-score-file): Use temporary-file-directory
5728 instead of a literal "/tmp". Suggested by Robert
5729 <robert@chezmarshall.freeserve.co.uk>.
5730
5731 * play/tetris.el (tetris-score-file): Ditto.
5732
5733 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5734
5735 * apropos.el (apropos-print): Make the directions inserted at the
5736 beginning of the *Apropos* buffer more clear.
5737
5738 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
5739
5740 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5741 Added comments.
5742
5743 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5744
5745 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5746 "\\s-" when defining comment-end-skip.
5747
5748 2001-09-27 Gerd Moellmann <gerd@gnu.org>
5749
5750 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5751 Call get-buffer-window first second arg `visible'.
5752
5753 * international/mule-diag.el (list-input-methods-1):
5754 Output something that's independent of Emacs' version.
5755
5756 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5757 calling byte-to-position with a nil tar-header-offset.
5758
5759 2001-09-27 Simon Josefsson <jas@extundo.com>
5760
5761 * mail/sendmail.el (send-mail-function): Doc fix.
5762 (mail-do-fcc): Error if header-end is not a marker.
5763 (mail-do-fcc): Add a comment.
5764 (mail-reply-to): Doc fix.
5765 (mail-signature): Make ATPOINT optional.
5766 (mail-yank-original): Use cond instead of nestled if.
5767
5768 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5769
5770 * info.el (Info-on-current-buffer): Default arg to "Top".
5771
5772 2001-09-25 Eli Barzilay <eli@barzilay.org>
5773
5774 * calculator.el (calculator-copy-displayer): New user-option.
5775 (calculator-displayer-prev, calculator-displayer-next):
5776 Renamed from calculator-displayed-{left,right}.
5777 (calculator, calculator-standard-displayer)
5778 (calculator-num-to-string, calculator-update-display)
5779 (calculator-copy, calculator-put-value): Bug and display fixes.
5780
5781 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5782
5783 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5784 (ebnf-version): New version (3.6.1).
5785
5786 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5787 (ebnf-bnf-non-terminal-chars): New internal const.
5788 (ebnf-bnf-lex): Fix code.
5789
5790 * ebnf-iso.el: Fix character range regexp. Doc fix.
5791 (ebnf-iso-non-terminal-chars): New internal const.
5792 (ebnf-iso-lex): Fix code.
5793
5794 * ebnf-yac.el: Fix character range regexp. Doc fix.
5795 (ebnf-yac-skip-chars): New internal const.
5796 (ebnf-yac-skip-code): Fix code.
5797
5798 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5801
5802 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5803 passing it to VC.
5804
5805 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5806 case where the file is relative.
5807
5808 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5809
5810 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5811 same on each side. Make sure we properly handle simple quotes.
5812 From Daiki Ueno <ueno@unixuser.org>.
5813
5814 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5815
5816 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5817 <jas@extundo.com>.
5818
5819 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5820 some items of the Options menu.
5821
5822 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5823
5824 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5825
5826 * vc-hooks.el (vc-delete-automatic-version-backups):
5827 Don't fail if the directory doesn't exist.
5828
5829 * diff-mode.el (diff-default-read-only): New var.
5830 (diff-mode): Use it.
5831
5832 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5833
5834 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5835 Use make-keymap instead of copy-keymap, since copying the global
5836 keymap messes up the menu bar.
5837
5838 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5839 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5840
5841 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5842
5843 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5844
5845 * dired-aux.el (dired-insert-subdir): Pass switches to
5846 dired-build-subdir-alist.
5847
5848 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5849
5850 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5851 caused %#a and %#b to be mis-formatted.
5852
5853 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5854
5855 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5856 ccmode, emacs-mime, and eudc manuals.
5857
5858 2001-09-19 Sam Steingold <sds@gnu.org>
5859
5860 w32 find cannot be used with `grep-find'.
5861 * progmodes/compile.el (find-program): New variable.
5862 (grep-compute-defaults): Use it to set `grep-find-command'.
5863
5864 2001-09-19 Gerd Moellmann <gerd@gnu.org>
5865
5866 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5867
5868 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5869
5870 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5871 programming. Doc fix.
5872 (ebnf-version): New version (3.6).
5873 (ebnf-eps-begin): Data fix.
5874 (ebnf-begin-file): Code fix.
5875
5876 * ebnf-bnf.el: Doc fix.
5877 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5878
5879 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5880
5881 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5882
5883 * ps-print.el: Better face mapping for black/white PostScript printers.
5884 Check if mark is active when printing a region. Doc fix.
5885 (ps-print-version): New version number (6.5.5).
5886 (ps-print-color-p): Customization fix.
5887 (ps-black-white-faces): New option.
5888 (ps-black-white-faces-alist): New internal var.
5889 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5890 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5891 (ps-nb-pages-region): Interactive fix.
5892 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5893 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5894
5895 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5896
5897 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5898 numeric month value, and allow the Kanji character after the it to
5899 be missing (happens with ls-lisp's output on Japanese versions of
5900 MS-Windows).
5901
5902 2001-09-18 Miles Bader <miles@gnu.org>
5903
5904 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5905 it's empty (and thus probably a new patch file about to be edited).
5906
5907 2001-09-17 Gerd Moellmann <gerd@gnu.org>
5908
5909 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5910 Check for '(' in column 0 of doc string.
5911
5912 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5913 of `nth' so that using a vector as bounding-box works.
5914 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5915
5916 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5917
5918 * vc.el (vc-annotate): Use current workfile version explicitly as
5919 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
5920
5921 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5922
5923 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5924 convert-standard-filename doesn't guarantee that the .el extension
5925 is preserved.
5926
5927 * dos-fns.el (convert-standard-filename): Replace invalid
5928 characters only after converting dash/underscore to a period.
5929 (original-make-auto-save-file-name): New.
5930 (make-auto-save-file-name): New function, overrides the definition
5931 on files.el and calls the original function via
5932 original-make-auto-save-file-name.
5933
5934 * mail/rmail.el (top-level): Require mule-utils when compiling.
5935 (rmail-decode-babyl-format): Use detect-coding-with-priority
5936 instead of detect-coding-region, to favor detection of emacs-mule
5937 encoded Babyl files written by rmailout.el etc. Suggested by
5938 Kenichi Handa <handa@etl.go.jp>.
5939
5940 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
5941
5942 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5943 Use `equal', not `=', since the device number can be a cons cell.
5944
5945 2001-09-14 Gerd Moellmann <gerd@gnu.org>
5946
5947 * simple.el: Comment out change of 2001-09-13.
5948
5949 2001-09-13 Milan Zamazal <pdm@zamazal.org>
5950
5951 * progmodes/compile.el (grep-compute-defaults): Don't set
5952 grep-command/grep-find-command when it is already non-nil.
5953 (grep-command): Make it a user option.
5954 (grep-find-command): Likewise.
5955
5956 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
5957
5958 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5959 inhibit quit.
5960
5961 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
5962
5963 * files.el (make-auto-save-file-name): If long file names are not
5964 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5965 generating an auto-save file name from it.
5966
5967 2001-09-13 Gerd Moellmann <gerd@gnu.org>
5968
5969 * ps-print.el (ps-print-region, ps-print-region-with-faces)
5970 (ps-nb-pages-region): Signal an error if called interactively
5971 and the mark is not active.
5972
5973 * simple.el (minibuffer-prompt-modification)
5974 (minibuffer-prompt-insertion): New functions.
5975 (minibuffer-prompt-properties): Use `modification-hooks' and
5976 `insert-in-front-hooks'.
5977
5978 2001-09-12 Richard M. Stallman <rms@gnu.org>
5979
5980 * textmodes/outline.el (outline-regexp): Doc fix.
5981 Initialize it in the defcustom, the usual way.
5982
5983 2001-09-12 Gerd Moellmann <gerd@gnu.org>
5984
5985 * ediff-mult.el (ediff-get-meta-info): Take into account that data
5986 from `ediff-meta-info' properties need not be an overlay.
5987 From David Ponce <dponce@voila.fr>.
5988
5989 * isearch.el (isearch-intersects-p): Fix end checks.
5990
5991 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
5992
5993 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5994 `t' branch of `cond', since Irix 6.1 and up is a special case of
5995 the standard dbx interface.
5996
5997 2001-09-11 Miles Bader <miles@gnu.org>
5998
5999 * comint.el (comint-send-input): When waiting for echoed input,
6000 don't save the expected end position in `echo-end', so that things
6001 work properly even if the buffer is modified elsewhere at the same
6002 time [this happens if `comint-truncate-buffer' is used].
6003
6004 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6005
6006 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6007 when constructing imenu-generic-expression from outline-regexp.
6008
6009 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6010
6011 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6012 `equal' instead of `=', since they can be cons cells. From Nils
6013 Goesche <cartan@cartan.de>.
6014
6015 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6016
6017 * vc.el (vc-annotate): Rewrote doc string.
6018
6019 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * time-stamp.el: Update Stephen Gildea's email address.
6022
6023 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6024
6025 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6026 enable-multibyte-characters = nil. From Hallvard B Furuseth
6027 <h.b.furuseth@usit.uio.no>.
6028
6029 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6030
6031 * ediff-init.el (ediff-highest-priority): Bug fix.
6032
6033 * viper-cmd.el (viper-special-read-and-insert-char): New function
6034 that reads a character and uses the current input method or
6035 iso-accents when appropriate.
6036
6037 * viper.el and all others: Corrections to the comment blocks at
6038 the top.
6039
6040 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6041
6042 * info.el (Info-goto-node): Doc fix.
6043
6044 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6045
6046 * isearch.el (isearch-intersects-p): New function.
6047 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6048 use isearch-intersects-p, and clean up.
6049
6050 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6051
6052 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6053 and "german8", for the new German orthography dictionaries,
6054 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6055 the entries, to keep the line length balanced for loaddefs.el.
6056
6057 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6058
6059 * comint.el (comint-send-input): Handle comint-process-echoes
6060 differently.
6061
6062 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6063
6064 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6065
6066 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6067
6068 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6069
6070 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6071
6072 * server.el (server-switch-buffer):
6073 * textmodes/refer.el (refer-find-entry-internal):
6074 * term/sup-mouse.el (sup-pos-to-window):
6075 * term/bg-mouse.el (bg-window-from-x-y):
6076 * emacs-lisp/edebug.el (edebug-window-live-p):
6077 Use get-window-with-predicate.
6078
6079 * window.el (get-window-with-predicate): Renamed from some-window.
6080 (some-window): Make it an alias.
6081
6082 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6083
6084 * simple.el (undo): Remove positions from buffer-undo-list up to
6085 the next undo boundary only.
6086
6087 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6088
6089 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6090 Kim <ryk@dspwiz.com>
6091
6092 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6093 the message "Creating customization items...done".
6094
6095 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6096
6097 * font-lock.el (toplevel): Require `jit-lock' only if
6098 font-lock-support-mode is set to jit-lock-mode.
6099
6100 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6101
6102 * international/quail.el (quail-use-package, quail-inactivate)
6103 (quail-activate): Mention the hooks these functions run in their
6104 doc strings.
6105
6106 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6107
6108 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6109 of file in header of menu.
6110
6111 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6112
6113 * env.el (setenv): Interactively, if VARIABLE has a current value,
6114 add that to the front of the history, as the doc string says.
6115
6116 * comint.el (comint-send-input): Change help-echo.
6117 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6118
6119 * bookmark.el (bookmark-write-file): Bind print-length and
6120 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6121
6122 * obsolete/uncompress.el: Moved there from lisp/.
6123
6124 * comint.el (comint-insert-clicked-input): Goto point-max before
6125 deleting previous input. From "Dr Francis J. Wright"
6126 <F.J.Wright@qmw.ac.uk>.
6127
6128 * simple.el (backward-word): Doc fix.
6129
6130 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6131
6132 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6133 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6134 * w32-fns.el: Add Keywords header.
6135
6136 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6139 "Text Properties". Suggested by Simon Marshall
6140 <Simon.Marshall@midas-kapiti.com>.
6141
6142 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6143
6144 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6145 consulting the value of file-name-coding-system.
6146
6147 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6148
6149 * help.el (describe-function-1): Save precomputed `file-name' rather
6150 than recomputing it (incorrectly) with `symbol-file'.
6151
6152 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6153
6154 * international/isearch-x.el (isearch-exit-recursive-edit):
6155 Take three parameters, since it's used as an after-change-function.
6156
6157 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6158 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6159 from doc strings.
6160
6161 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6162
6163 * progmodes/glasses.el (glasses-convert-to-unreadable):
6164 Consider underscores as in `glasses-make-readable'.
6165
6166 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6167
6168 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6169 MS-DOS, since cpp might not be available.
6170
6171 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6172 Mention "yank" in the help-echo text.
6173 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6174
6175 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6176
6177 * newcomment.el (comment-indent): Insert spaces more carefully.
6178
6179 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6180
6181 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6182 exists. From Andy Petrusenco <andy@int.spb.ru>.
6183
6184 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6185 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6186 <andy@int.spb.ru>.
6187
6188 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6189
6190 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6191 Instead of running mouse-yank-at-click, see what the event is
6192 bound to outside Isearch and run that.
6193
6194 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6197 Fix the menu entry to mention transient-mark-mode.
6198
6199 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6200
6201 * simple.el (eval-expression-print-level): Fix last change.
6202
6203 * bindings.el (mode-line-coding-system-map): New variable.
6204 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6205
6206 * simple.el (eval-expression-print-level): Change the type
6207 of the defcustom to allow nil.
6208
6209 * emacs-lisp/find-gc.el: Moved here from lisp/.
6210
6211 * international/quail.el (quail-completion-1):
6212 Reverse the ((CHAR . DEFN) ...) list before processing it.
6213 From Kenichi Handa <handa@etl.go.jp>.
6214
6215 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6216 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6217
6218 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6219
6220 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6221 aren't supported. This avoids the annoying gray strip drawn by
6222 the Windows version instead of the missing tool bar.
6223
6224 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6225
6226 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6227 and tooltips more consistent. From "Marshall, Simon"
6228 <Simon.Marshall@midas-kapiti.com>.
6229
6230 * startup.el (fancy-splash-screens): Temporarily set
6231 minor-mode-map-alist to nil while displaying splash screens.
6232
6233 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6234
6235 * buff-menu.el: Add Keywords header.
6236 Doc fix (C-x C-b is bound to list-buffers).
6237
6238 * dired-x.el: Add keyword files to get listed in finder.
6239 Remove confusing notes about GNU Emacs 19.
6240
6241 * dired.el, dired-aux.el: Add Keywords header.
6242
6243 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6244
6245 * vc.el (vc-revert-file): Call the backend even if the FILE's
6246 contents can be reverted locally; pass new arg CONTENTS-DONE
6247 down to the backend.
6248
6249 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6250 optional arg CONTENTS-DONE.
6251
6252 2001-08-28 Andrew Innes <andrewi@gnu.org>
6253
6254 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6255
6256 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6257
6258 * makefile.nt (install): Copy more *.el files.
6259
6260 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6261
6262 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6263 instead of `w' which is already in use.
6264
6265 * gs.el (gs-load-image): Use sleep-for.
6266 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6267
6268 2001-08-28 Miles Bader <miles@gnu.org>
6269
6270 * replace.el (query-replace-regexp-eval): Return args from
6271 `interactive' form in correct order.
6272
6273 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6274
6275 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6276 major modes, don't create panes for modes for which
6277 mouse-buffer-menu-alist returns an empty alist.
6278
6279 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6280
6281 * progmodes/hideshow.el: Update first-line description.
6282 Sync comments w/ maintainer version 5.31.
6283
6284 (hs-isearch-open): Default value now `code'.
6285 Fix docstring to use "code blocks" vs "comment blocks",
6286 as opposed to "block" vs "comment".
6287 (hs-flag-region): Accept `hs-isearch-open' value
6288 of `block' as synonymous w/ `code'.
6289 (hs-hide-block-at-point): For code blocks, pass `code'
6290 to `hs-flag-region' instead of `block'.
6291
6292 2001-08-28 Miles Bader <miles@gnu.org>
6293
6294 * comint.el (comint-next-prompt): Don't loop infinitely if
6295 {next,previous}-single-char-property-change returns its input
6296 position when the search fails.
6297
6298 2001-08-27 Miles Bader <miles@gnu.org>
6299
6300 * comint.el (comint-get-old-input-default): Don't signal an error
6301 if point is not on an input field; instead, return the current
6302 line (using `comint-bol' to skip any prompt, in case we're not
6303 using fields at all).
6304
6305 * man.el (Man-mode-line-format): Variable removed.
6306 (Man-mode): Change `mode-line-buffer-identification' instead of
6307 `mode-line-format'.
6308
6309 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6310
6311 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6312 From Simon Josefsson <jas@extundo.com>.
6313
6314 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6315
6316 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6317 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6318
6319 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6320 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6321
6322 * emacs-lisp/lselect.el: Ditto.
6323
6324 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6325 Remove periods from the end of error message strings.
6326 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6327
6328 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6329 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6330
6331 * net/telnet.el: Ditto.
6332
6333 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6334
6335 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6336 KEYMAP to the call to define-minor-mode.
6337
6338 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6341 Replace some of the undefined characters with emulations of bidi
6342 formatting characters and Niqud as per SI 1311-1.
6343 (IT-unicode-translations): Ditto.
6344 (IT-display-table-setup, IT-setup-unicode-display):
6345 Fill characters without translations with dos-unsupported-char-glyph.
6346
6347 2001-08-24 Simon Josefsson <jas@extundo.com>
6348
6349 * hl-line.el (hl-line-mode): Don't be a global mode.
6350 (global-hl-line-mode): New function.
6351
6352 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6353
6354 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6355 being reset by Ghostscript. Don't kill the gs process.
6356 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6357
6358 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6359
6360 * term/mac-win.el: Require scroll-bar.
6361
6362 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6363
6364 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6365
6366 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6367
6368 * hexl.el (hexl-insert-multibyte-char) New function.
6369 (hexl-quoted-insert, hexl-self-insert-command)
6370 (hexl-insert-hex-char, hexl-insert-decimal-char)
6371 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6372 Fix the doc strings accordingly.
6373 (hexl-insert-char): Reject characters whose code is above 255.
6374 Doc fix.
6375 (hexl-mode-map): Copy the global keymap instead of creating a
6376 sparse keymap, and bind all self-inserting characters to
6377 hexl-self-insert-command.
6378
6379 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * wid-edit.el (text): Re-order docstring correctly.
6382
6383 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6384
6385 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6386
6387 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6388
6389 * simple.el (line-number-mode): Mention the variable
6390 line-number-display-limit-width in the doc string.
6391
6392 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6393
6394 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6395 Temporarily select EVENT's window for switching buffers.
6396 (mode-line-bury-buffer): New function.
6397 (mode-line-buffer-identification-keymap): Use it instead of
6398 bury-buffer. Bind down-mouse events to prevent global down-mouse
6399 events from shining through.
6400
6401 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6402
6403 * newcomment.el (comment-beginning): Make sure the comment-start
6404 we found isn't a comment-end (in cases where confusion is possible).
6405
6406 2001-08-22 Miles Bader <miles@gnu.org>
6407
6408 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6409 before writing it, so that hard-links don't see new version.
6410
6411 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6412
6413 * gs.el (gs-set-ghostview-colors-window-prop):
6414 Call x-change-window-property with 3rd arg FRAME.
6415 (gs-load-image): Wait for a previous Ghostscript process
6416 to complete before starting a new one.
6417
6418 * image.el (image-type-regexps): Make sure that the TIFF
6419 pattern is only matched at the beginning of a string.
6420 From Markus Rost <rost@math.ohio-state.edu>.
6421
6422 * international/swedish.el: Pre-Mule file removed. From Jonas
6423 Oberg <jonas@gnu.org>.
6424
6425 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6426
6427 * whitespace.el (whitespace-abort-on-error): Add custom variable
6428 to whitespace to abort a write-file if whitespace is detected in file.
6429
6430 * whitespace.el (whitespace-write-file-hook): Hook to be called
6431 when writing a file. If `whitespace-abort-on-error' is set, the
6432 write will abort on detecting whitespaces.
6433 If `whitespace-auto-cleanup' is set, the file will be cleaned
6434 automatically prior to writing.
6435
6436 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6437 whitespaces in the error output!
6438
6439 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6440 `indent-tabs-mode', since the latter notes user preferences on
6441 TABs anyway.
6442
6443 * whitespace.el (whitespace-version): 3.1. All of the above issues
6444 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6445
6446 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6447
6448 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6449 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6450
6451 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6452
6453 2001-08-20 Alex Schroeder <alex@gnu.org>
6454
6455 * sql.el (sql-db2): Doc change.
6456
6457 2001-08-20 Alex Schroeder <alex@gnu.org>
6458
6459 * sql.el (sql-postgres): Add the database at the end of the
6460 parameters instead of at the beginning.
6461 (sql-postgres-options): Doc change.
6462
6463 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6464
6465 * custom.el (defcustom): Doc fix.
6466
6467 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6468
6469 * ps-mule.el (find-composition): Check if (char-after POS)
6470 returns a valid character.
6471
6472 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6473
6474 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6475 original-point for extra CR characters that are added/removed when
6476 the buffer is written/read whose EOL type is -dos.
6477
6478 2001-08-16 Miles Bader <miles@gnu.org>
6479
6480 * simple.el (line-move): Undo previous change.
6481
6482 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6483 property to input-terminating `boundary' overlays to avoid
6484 line-move wierdness.
6485
6486 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6487
6488 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6489 buffer in a save-restriction. Under one test case with Ediff,
6490 window-scroll-functions are run with a window start that's
6491 temporarily outside of the restriction.
6492
6493 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6494
6495 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6496 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6497 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6498 (texinfo-update-menu-region-beginning)
6499 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6500 command, @ifnottex, to regexps, so it is found.
6501
6502 2001-08-16 Andrew Innes <andrewi@gnu.org>
6503
6504 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6505 (DONTCOMPILE): Omit sc.el.
6506
6507 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6508 (DONTCOMPILE): Omit sc.el.
6509
6510 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6511
6512 * replace.el (occur): Bind inhibit-read-only to t.
6513
6514 2001-08-16 Miles Bader <miles@gnu.org>
6515
6516 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6517 calling `constrain-to-field', to avoid problems with comint prompts.
6518
6519 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6520
6521 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6522 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6523
6524 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6525 of a while-loop.
6526
6527 * Makefile.in (DONTCOMPILE): Remove sc.el.
6528
6529 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6530 Don't include term/.
6531
6532 * mail/sc.el: Moved to obsolete/.
6533
6534 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6535
6536 * ps-print.el: Change error function arguments to follow Emacs
6537 message convention. Doc fix.
6538 (ps-print-version): New version number (6.5.4).
6539 (coding-system-for-write): Change declaration position to avoid
6540 XEmacs compilation gripes.
6541 (coding-system-for-read, buffer-file-coding-system):
6542 Declarations to avoid XEmacs compilation gripes.
6543
6544 * ps-mule.el: Doc fix.
6545 (ps-mule-encode-header-string): If STRING is not a string, replace
6546 STRING by empty string.
6547
6548 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6549
6550 * frame.el (show-trailing-whitespace): Doc fix.
6551
6552 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6553
6554 * desktop.el (desktop-save): Insert the coding: tag before
6555 desktop-header.
6556
6557 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6558
6559 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6560 its path from $els.
6561
6562 * image.el (image-jpeg-p): Fix call of substring.
6563
6564 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6565
6566 * play/animate.el (animate-string): Doc fix. Use a buffer
6567 name with stars in it.
6568 (animate-sequence): New function.
6569 From Richard Stallman <rms@gnu.org>.
6570
6571 * frame.el (select-frame-set-input-focus): New function
6572 extracted from other-frame.
6573 (other-frame): Use it.
6574 (next-multiframe-window, previous-multiframe-window): Use it.
6575
6576 * isearch.el (isearch-other-meta-char): Don't switch to the
6577 buffer of a window clicked on, when the current buffer is
6578 in Isearch mode.
6579
6580 * image.el (image-jpeg-p): Test for APPn markers in the range
6581 #xe0..#xef.
6582
6583 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6584
6585 * desktop.el (desktop-save): Don't use concat to form a file
6586 name, use expand-file-name.
6587
6588 * mouse.el (mouse-delete-window): Do nothing if frame has just
6589 one window.
6590
6591 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6592 for the minor mode name.
6593
6594 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6595 minor mode name.
6596
6597 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6598 instead of make-mode-line-mouse2-map.
6599
6600 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6601 the minor mode name.
6602
6603 * emacs-lisp/easy-mmode.el (define-minor-mode):
6604 Use mode-line-minor-mode-keymap for the minor mode name.
6605
6606 * calendar/calendar.el (calendar-mode-line-format):
6607 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6608
6609 * bindings.el (make-mode-line-mouse-map): Renamed from
6610 make-mode-line-mouse2-map. Take additional arg MOUSE.
6611 (mode-line-modified): Use mouse-3 instead of mouse-2.
6612 (mode-line-buffer-identification-keymap): Bind keys differently.
6613 (propertized-buffer-identification): Adapt help-echo to new bindings.
6614
6615 * bindings.el (mode-line-format): Specify help-echo for line
6616 number, column number and buffer-percent part of the mode-line.
6617
6618 * image.el (image-type-regexps): Allow whitespace at the start
6619 of the image data for XPM, XBM and Postscript, which are
6620 text files.
6621 (image-jpeg-p): Correct calculation of next field offset.
6622
6623 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6624
6625 * battery.el: Fix typo.
6626
6627 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6628
6629 * image.el (image-type-regexps): Allow predicates. Change the way
6630 JPEG images are recognized.
6631 (image-jpeg-p): New function.
6632 (image-type-from-data): Handle predicates in image-type-regexps.
6633
6634 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6635 #:, #x, #o, and similar constructs.
6636
6637 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6638
6639 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6640
6641 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6642 instead of `progn'.
6643
6644 * tar-mode.el (tar-extract): Avoid generating a new buffer
6645 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6646
6647 * textmodes/paragraphs.el (forward-sentence): Avoid building
6648 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6649
6650 * progmodes/executable.el (executable-set-magic):
6651 If executable-find returns a quoted file name, unquote it before
6652 inserting it.
6653
6654 * image.el (image-type-regexps): For JPEG files, use a regexp
6655 derived from the JFIF spec.
6656
6657 * image.el (image-type-regexps): Use `\`' instead of `^' in
6658 most regular expressions.
6659
6660 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6661
6662 * play/animate.el: Re-insert a reference to re-inserted function.
6663
6664 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6665
6666 * help.el (describe-function-1): Use find-function-search-for-symbol
6667 instead of find-function-noselect because the latter follows aliases.
6668
6669 * play/animate.el (animate-birthday-present): Re-insert.
6670
6671 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6672 Handle old-style menu definitions.
6673
6674 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6675
6676 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6677 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6678
6679 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6680 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6681 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6682
6683 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6684
6685 * textmodes/tildify.el: Milan Zamazal has new address.
6686
6687 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6688
6689 * custom.el (custom-set-variables): Don't test `custom-requests'
6690 properties, check the third element of the options passed to
6691 custom-set-variables instead.
6692
6693 * info.el (info-insert-file-contents): Use info-file-exists-p
6694 instead of file-exists-p.
6695
6696 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6697 the mode-line face is restored. Fix several bugs.
6698
6699 * replace.el (perform-replace): Doc fix.
6700
6701 2001-08-02 Francesco Potorti` <pot@gnu.org>
6702
6703 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6704 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6705 (uniquify-fix-item-base, uniquify-fix-item-filename)
6706 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6707 Callers changed.
6708 (uniquify-set-proposed): Changed to work with a vector item.
6709 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6710 the fix list, and a list of strings for the non-file buffer
6711 names. Both changes reduce consing.
6712 (uniquify-rationalize-a-list): Local variable renaming.
6713 (uniquify-rationalize-conflicting-sublist): Use member instead of
6714 assoc.
6715 (uniquify-rename-buffer): Use unless instead of if not.
6716
6717 2001-08-02 Gerd Moellmann <gerd@gnu.org>
6718
6719 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6720
6721 * custom.el (custom-set-variables): Set options with :require
6722 clauses last.
6723
6724 * custom.el (defcustom): Doc fix.
6725
6726 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6727
6728 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6729
6730 * man.el (man): Mention Man-switches in the doc string.
6731 (Man-switches): Mention -a in the doc string.
6732
6733 * textmodes/ispell.el (ispell-alternate-dictionary):
6734 Add /usr/share/lib/dict/words, for Irix.
6735
6736 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6737 corresponding non-kp keys. Suggested by Stephen Gildea
6738 <gildea@stop.mail-abuse.org>.
6739
6740 2001-08-01 Francesco Potorti` <pot@gnu.org>
6741
6742 * uniquify.el: These changes correct a corner case that the old
6743 code managed correctly.
6744 (uniquify-fix-item-proposed): Renamed from
6745 uniquify-fix-item-min-proposed.
6746 (uniquify-set-proposed): New function.
6747 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6748 clarity and speed.
6749 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6750 This is equivalent to what the old code did.
6751 (uniquify-rationalize-a-list): Never recompute the proposed
6752 name. Sort the conflicting sublist before rationalising it: this
6753 is equivalent to what the old code did, but one directory element
6754 at a time, and only when necessary.
6755 (uniquify-rationalize-conflicting-sublist): Recompute here the
6756 proposed name.
6757
6758 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6759
6760 * play/animate.el: Add Keywords and Maintainer. Remove a
6761 reference to a removed function.
6762
6763 * play/animate.el (animate-string): Handle case that the string is
6764 longer than the window is wide.
6765
6766 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6767
6768 * desktop.el (desktop-save): Bind coding-system-for-write to
6769 `emacs-mule' for write-region.
6770
6771 * delsel.el (delete-selection-pre-hook): Don't set this-command
6772 to `ignore' if the region is empty.
6773
6774 * international/mule.el (set-keyboard-coding-system):
6775 Set keyboard-coding-system.
6776
6777 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6778 before accessing it.
6779
6780 2001-07-30 Andreas Schwab <schwab@suse.de>
6781
6782 * menu-bar.el (toggle-highlight-paren-mode):
6783 Use `(show-paren-mode)' as body.
6784
6785 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6786
6787 * vc.el (vc-checkout-hook): New hook.
6788 (vc-checkout): Run it.
6789
6790 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6791
6792 * progmodes/make-mode.el (makefile-macroassign-regex):
6793 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6794
6795 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6796
6797 * vc.el (vc-switch-backend): Fix autoload cookie.
6798
6799 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6800 the desktop file.
6801
6802 2001-07-30 Simon Josefsson <jas@extundo.com>
6803
6804 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6805 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6806
6807 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6808
6809 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6810 (last-sexp-toggle-display): Renamed from last-sexp-print.
6811 (last-sexp-toggle-display, eval-last-sexp-1):
6812 Use last-sexp-setup-props.
6813
6814 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6815 New user-options.
6816 (mouse-wheel-change-button): New function.
6817 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6818 (mwheel-scroll): Ditto.
6819
6820 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6821
6822 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6823 `...', compare with unabbreviated printed representation instead.
6824 (last-sexp-print): Bind print-length and print-level to nil.
6825
6826 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6827 before assigning text properties. Make properties rear-nonsticky.
6828
6829 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6830 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6831 <mouse-2> and <RET> in that map to a function printing the
6832 unabbreviated value.
6833
6834 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6835 is a buffer, put a text property `printed-value' on the printed
6836 representation, with the Lisp object printed as value.
6837
6838 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6839
6840 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6841 Mention the effect of eval-expression-print-length and
6842 eval-expression-print-level in the doc strings. Suggested by
6843 Kevin Gallagher <kevingal@onramp.net>.
6844
6845 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6846
6847 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6848 for buttons > 3.
6849 (xterm-mouse-translate): Handle the case that we don't get a
6850 down-event.
6851
6852 * emacs-lisp/find-func.el (find-function-regexp):
6853 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6854 in front of the function name.
6855
6856 * isearch.el (isearch-other-meta-char): Fix last change.
6857
6858 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6859 similar events for which fake prefix keys are generated. It's no
6860 longer necessary since read_key_sequence doesn't modify these
6861 events for internal purposes anymore.
6862
6863 * files.el (auto-mode-alist): Use nroff-mode for files ending
6864 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6865
6866 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6867
6868 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6869 tool-bar-lines parameter, behave as if its value were zero.
6870 (mouse-avoidance-set-pointer-shape): Don't do anything if
6871 x-pointer-shape is not boundp.
6872
6873 2001-07-23 Francesco Potorti` <pot@gnu.org>
6874
6875 * uniquify.el: Overall speedup changes when using many buffers.
6876 (uniquify-fix-item-base, uniquify-fix-item-filename)
6877 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6878 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6879 place in the item, but was never used.
6880 (uniquify-fix-item-min-proposed): New defalias: the fourth place
6881 in the item is now used as cache for the proposed name.
6882 (uniquify-rationalize-file-buffer-names): Move computation made on
6883 newbuffile out of the loop, in the newbuffile-nd local var.
6884 Use dolist (cosmetic change). Compute the proposed name for the most
6885 common case and cache it in the fourth place in the item.
6886 (uniquify-rationalize-file-buffer-names): Used to return a a list
6887 of buffer whose name was changed, but that return value was never used.
6888 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6889 the cached proposed name, does much less consing and is quicker.
6890 (uniquify-filename-lessp): Deleted.
6891 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6892 Do not bind locally the uniquify-possibly-resolvable flag. Use the
6893 cached proposed name is possible.
6894 (uniquify-get-proposed-name): Arguments changed, callers changed.
6895 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6896 uniquify-possibly-resolvable flag, which is no more bound locally.
6897 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6898 flag, which does not exist any more.
6899
6900 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6901
6902 * term/internal.el (IT-unicode-translations): Fix the appearance of
6903 "6`".
6904
6905 * progmodes/compile.el (compile-internal): If EMACS is already
6906 defined in the environment, don't override its value.
6907
6908 2001-07-23 Gerd Moellmann <gerd@gnu.org>
6909
6910 * play/fortune.el: Undo change of 2001-07-13.
6911 Fix autoload cookies. Add types to defcustoms.
6912 (fortune) <defgroup>: Add :link.
6913 (fortune-from-region): Use eq, not eql.
6914 From Dave Love <fx@gnu.org>.
6915
6916 * play/animate.el (animate-birthday-present): Function removed.
6917
6918 * play/animate.el: New file.
6919
6920 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6921
6922 * startup.el (normal-top-level-add-subdirs-to-load-path):
6923 On Windows, put into normal-top-level-add-subdirs-inode-list the
6924 canonicalized names of the directories instead of inode numbers.
6925
6926 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
6927
6928 * ediff-util.el: Copyright years.
6929 (ediff-choose-syntax-table): New function.
6930 (ediff-setup): Use ediff-choose-syntax-table.
6931 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
6932 vc-state is available.
6933 (ediff-make-temp-file): Use ediff-coding-system-for-write.
6934
6935 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6936 with-syntax-table.
6937 (ediff-coding-system-for-read): From ediff-diff.el
6938 (ediff-coding-system-for-write): New variable.
6939 (ediff-highest-priority): Fixed the bug having to do with disappearing
6940 overlays.
6941 (ediff-file-remote-p): Use file-remote-p, if available.
6942 (ediff-listable-file): New function.
6943 (ediff-file-attributes): Use ediff-listable-file.
6944
6945 * ediff-mult.el (ediff-meta-insert-file-info1):
6946 Use ediff-listable-file.
6947
6948 * ediff-ptch.el (ediff-prompt-for-patch-file):
6949 Use ediff-coding-system-for-read.
6950 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
6951
6952 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6953 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
6954
6955 * ediff.el: Date of last update, copyright years.
6956
6957 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6958
6959 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6960 of Scott Bronson.
6961 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6962 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6963 Deleted functions.
6964 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6965 ex-token-list.
6966 (viper-get-ex-address-subr): Convert registers to char data type.
6967
6968 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
6969 (viper-memq-char): Use viper-int-to-char.
6970 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
6971 vc-locking-state.
6972 (viper-read-key): Use viper-read-key-sequence.
6973
6974 * viper.el (viper-major-mode-modifier-list):
6975 Added inferior-emacs-lisp-mode.
6976 (this-major-mode-requires-vi-state): New function that uses simple
6977 heuristics to decide if vi state is appropriate.
6978 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6979 (viper-non-hook-settings): Don't advise read-key-sequence.
6980 (viper-read-key-sequence): New function that replaces the
6981 previously used advice to read-key-sequence.
6982
6983 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6984 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6985 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6986 (viper-open-line-at-point,viper-substitute,viper-overwrite)
6987 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6988 Got rid of the negative character hack.
6989 (viper-escape-to-state,viper-replace-state-exit-cmd):
6990 Use viper-read-key-sequence.
6991 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
6992 (viper-minibuffer-standard-hook,viper-read-string-with-history):
6993 Don't override existing minibuffer-setup-hook.
6994 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
6995 Convert registers to char data type.
6996 (viper-autoindent): Use viper-indent-line.
6997
6998 * viper-keym.el: Use viper-exec-key-in-emacs.
6999
7000 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7001
7002 * server.el (server-visit-files): Fix variable name typo.
7003
7004 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7005
7006 * simple.el (delete-trailing-whitespace): Save match data
7007 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7008
7009 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7010
7011 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7012 return a this-error using the alternative format (a pair of markers).
7013
7014 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7015
7016 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7017
7018 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7019 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7020
7021 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7022
7023 * international/iso-transl.el: Fix typo in the header of the file.
7024
7025 * textmodes/picture.el (picture): Doc fix.
7026
7027 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7028 follow coding conventions in generated files.
7029
7030 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7031
7032 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7033 (tool-bar-add-item): Don't call image-related primitives if the
7034 display doesn't support images.
7035
7036 * frame.el (display-images-p): New function.
7037
7038 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7039
7040 * server.el (server-visit-files): Handle the case the specified
7041 column number is <= 0.
7042
7043 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7044
7045 * startup.el (command-line-1): Add support for +LINE:COLUMN
7046 command line argument.
7047
7048 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7049
7050 * server.el (server-process-filter, server-visit-files):
7051 Add support for +LINE:COLUMN style emacsclient calls.
7052
7053 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7054
7055 * emacs-lisp/easy-mmode.el: Add Keywords header.
7056
7057 * play/pong.el: Author has new address.
7058
7059 * play/landmark.el: Author is no more reachable.
7060
7061 * play/handwrite.el: Author is no more reachable.
7062
7063 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7064
7065 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7066 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7067 Complete bindings for F<1..12> keys.
7068 (global-map): Remove `undo' binding (already in the default).
7069 Replace `t<n>' bindings with `f<n>' bindings.
7070
7071 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7072
7073 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7074 (tcl-mode): Use tcl-add-log-defun.
7075 (tcl-indent-line): Use tcl-calculate-indent.
7076 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7077 (tcl-indent-exp): Renamed from indent-tcl-exp.
7078 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7079 (tcl-indent-for-comment): Call comment-indent-function properly
7080 and handle the case where it returns nil.
7081
7082 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7083
7084 * calendar/cal-islam.el (calendar-goto-islamic-date):
7085 Remove autoload cookie.
7086
7087 * calendar/calendar.el (calendar-goto-islamic-date):
7088 Add call to autoload.
7089
7090 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7091
7092 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7093 Don't change compile-auto-highlight globally.
7094 Don't bother with `font-lock-defaults' property since XEmacs
7095 also understands the `font-lock-defaults' variable.
7096 Use make-local-variable rather than make-variable-buffer-local.
7097 Don't `defconst' comment-indent-function: keep the default.
7098 Call easy-menu-add unconditionally.
7099 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7100 (ada-create-menu): Use :included for Emacs as well.
7101
7102 * vc.el (vc-do-command): Autoload.
7103
7104 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7105
7106 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7107
7108 * ps-print.el: Fix Author: header.
7109
7110 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7111
7112 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7113 mouse-1 etc., bind them to `ignore'.
7114
7115 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7116 send-invisible, which is already defined in Comint.
7117 (eshell-watch-for-password-prompt): Use it.
7118
7119 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7120
7121 * which-func.el (which-func-mode): Doc fix.
7122
7123 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7124 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7125 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7126 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7127 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7128 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7129 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7130 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7131 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7132 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7133 * emulation/edt-mapper.el, emulation/edt-pc.el,
7134 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7135 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7136 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7137 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7138 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7139 * international/isearch-x.el, international/iso-cvt.el,
7140 * international/ogonek.el, international/quail.el,
7141 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7142 * language/devanagari.el, language/ethio-util.el,
7143 * language/ethiopic.el, language/european.el, language/indian.el,
7144 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7145 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7146 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7147 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7148 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7149 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7150 * progmodes/autoconf.el, progmodes/cmacexp.el,
7151 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7152 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7153 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7154 * progmodes/ebnf2ps.el, progmodes/executable.el,
7155 * progmodes/fortran.el, progmodes/idlw-shell.el,
7156 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7157 * progmodes/m4-mode.el, progmodes/mantemp.el,
7158 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7159 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7160 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7161 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7162 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7163 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7164 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7165 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7166 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7167 * textmodes/two-column.el, time-stamp.el, timezone.el,
7168 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7169 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7170 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7171 conventions.
7172
7173 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7174
7175 * simple.el (set-variable): Require 'cus-edit' instead of
7176 `wid-edit', so that the Custom widgets get defined.
7177
7178 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7179
7180 * allout.el: A fix to follow coding conventions.
7181
7182 * find-lisp.el: A fix to follow coding conventions.
7183
7184 * term/w32-win.el: A fix to follow coding conventions.
7185
7186 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7187
7188 * term/xterm.el: A fix to follow coding conventions.
7189
7190 * term/news.el: A fix to follow coding conventions.
7191
7192 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7193 header line fixed.
7194
7195 * sun-curs.el: Fix Maintainer: header line.
7196
7197 * emacs-lisp/easymenu.el: Address of the author added.
7198
7199 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7200
7201 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7202 property.
7203
7204 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7205
7206 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7207 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7208 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7209 Some fixes to follow coding conventions.
7210
7211 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7212
7213 * which-func.el (which-func-mode): Doc fix.
7214
7215 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7216
7217 * net/rcompile.el (remote-compile): Use make-local-variable.
7218
7219 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7220
7221 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7222
7223 * mail/reporter.el (reporter-submit-bug-report):
7224 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7225
7226 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7227
7228 * calendar/cal-china.el, calendar/cal-coptic.el,
7229 * calendar/cal-dst.el, calendar/cal-french.el,
7230 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7231 * calendar/cal-iso.el, calendar/cal-julian.el,
7232 * calendar/cal-mayan.el, calendar/cal-persia.el,
7233 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7234 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7235 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7236 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7237 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7238 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7239 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7240 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7241 * progmodes/ada-xref.el, progmodes/cc-align.el,
7242 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7243 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7244 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7245 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7246 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7247 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7248 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7249 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7250 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7251 * textmodes/reftex.el: Some fixes to follow coding
7252 conventions in Elisp files with known maintainers.
7253
7254 * emulation/viper.el: A fix to follow coding conventions.
7255
7256 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7257 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7258 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7259 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7260 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7261 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7262 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7263 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7264 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7265 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7266 conventions in Elisp files.
7267
7268 * composite.el, diff.el, emacs-lisp/levents.el,
7269 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7270 * emulation/pc-mode.el, emulation/viper-cmd.el,
7271 * emulation/viper-ex.el, emulation/viper-init.el,
7272 * emulation/viper-keym.el, emulation/viper-macs.el,
7273 * emulation/viper-mous.el, emulation/viper-util.el,
7274 * emulation/viper.el, forms-pass.el, international/ccl.el,
7275 * international/characters.el, international/encoded-kb.el,
7276 * international/fontset.el, international/ja-dic-cnv.el,
7277 * international/ja-dic-utl.el, international/kinsoku.el,
7278 * international/kkc.el, international/mule-cmds.el,
7279 * international/mule-diag.el, international/mule-util.el,
7280 * international/mule.el, international/titdic-cnv.el,
7281 * language/china-util.el, language/chinese.el,
7282 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7283 * language/greek.el, language/hebrew.el, language/japan-util.el,
7284 * language/japanese.el, language/korea-util.el, language/korean.el,
7285 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7286 * language/slovak.el, language/thai-util.el, language/thai.el,
7287 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7288 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7289 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7290 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7291 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7292 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7293 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7294 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7295 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7296 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7297 to follow coding conventions in files without maintainer or in files
7298 with clear maintainer (but without Maintainer header stating so).
7299
7300 * emacs-lisp/elp.el: A fix to follow coding conventions.
7301
7302 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7303 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7304 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7305 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7306 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7307 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7308 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7309 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7310 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7311 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7312 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7313 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7314 conventions in files from Gnus.
7315
7316 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7317 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7318 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7319 * echistory.el, electric.el, emacs-lisp/authors.el,
7320 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7321 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7322 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7323 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7324 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7325 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7326 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7327 * international/codepage.el, international/iso-ascii.el,
7328 * international/iso-insert.el, international/iso-transl.el,
7329 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7330 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7331 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7332 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7333 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7334 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7335 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7336 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7337 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7338 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7339 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7340 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7341 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7342 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7343 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7344 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7345 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7346 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7347 * textmodes/tex-mode.el, textmodes/text-mode.el,
7348 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7349 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7350 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7351 files maintained by FSF.
7352
7353 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7354
7355 * arc-mode.el: A fix to follow coding conventions.
7356
7357 * bindings.el: Ditto.
7358
7359 * cdl.el: Ditto.
7360
7361 * comint.el: Ditto.
7362
7363 * cus-start.el: Ditto.
7364
7365 * shell.el: Ditto.
7366
7367 * skeleton.el: Ditto.
7368
7369 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7370
7371 * info.el (Info-build-node-completions):
7372 Make Info-current-file-completions buffer local.
7373
7374 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7375
7376 * which-func.el (which-func-mode, which-func-ff-hook)
7377 (which-function-mode): Remove references to which-func-mode-global.
7378
7379 * calendar/cal-islam.el (calendar-goto-islamic-date):
7380 Add autoload cookie.
7381
7382 * play/fortune.el: Add types to defcustoms.
7383
7384 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7385
7386 * language/czech.el: A fix to follow coding conventions.
7387
7388 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7389
7390 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7391 to the extension list, for antlr-mode. From Christoph Wedler
7392 <Christoph.Wedler@sap.com>.
7393
7394 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7395
7396 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7397 (vc-dired-mode-map): Fix the madness.
7398
7399 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7400 (vc-prefix-map): Moved back from vc.el.
7401
7402 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7403
7404 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7405 Increase the size of the obarray.
7406 (mail-extr-all-top-level-domains): Add more toplevel domains,
7407 add more long names.
7408 From: Per Starback <starback@ling.uu.se>.
7409
7410 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7411
7412 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7413 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7414
7415 * progmodes/ada-mode.el: Ditto.
7416
7417 * progmodes/ada-xref.el: Ditto.
7418
7419 2001-07-11 Miles Bader <miles@gnu.org>
7420
7421 * finder.el (finder-insert-at-column): Also move to the next line
7422 if exactly at COLUMN.
7423
7424 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7425
7426 * help.el (describe-function-1): When printing FUNCTION's
7427 documentation, don't assume FUNCTION is a symbol.
7428
7429 * startup.el (normal-top-level): Don't operate on the initial
7430 frame if we failed to create one.
7431
7432 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7433
7434 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7435 itself, i.e. only indent the contents in it.
7436
7437 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7438
7439 * mail/rmail.el (rmail-show-message): Show beginning of message in
7440 all windows containing it.
7441
7442 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7443
7444 * term/tty-colors.el: Fix the header line and copyright years.
7445
7446 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7447
7448 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7449 original definition has an interactive form, but is Elp
7450 instrumented, use the interactive form of the function called by
7451 elp-wrapper.
7452
7453 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7454 configurations with compare-window-configuration; they aren't
7455 window configurations.
7456
7457 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7458 from the server for the format we expect. Don't use it if it
7459 doesn't look like what the Internet draft for FTP extensions specifies.
7460
7461 * toolbar/*.pbm: Cleaned up.
7462 From Luis Fernandes <elf@ee.ryerson.ca>.
7463
7464 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7465
7466 * cc-cmds.el: Extended the kludge to interoperate with the
7467 delsel and pending-del packages wrt to the new function
7468 `c-electric-delete-forward'.
7469
7470 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7471
7472 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7473 to delay the call to <mode> for global minor modes.
7474 (easy-mmode-define-navigation): Only recenter if interactive.
7475
7476 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7477
7478 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7479 to lisp-indent-line.
7480
7481 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7482 from the server. Call encode-time only when we are sure that we
7483 got a 213 response.
7484
7485 2001-07-06 Simon Josefsson <jas@extundo.com>
7486
7487 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7488 (mail-envelope-from): New user option.
7489 (sendmail-send-it): Use it.
7490
7491 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7492
7493 * ps-print.el: Use locale dependant date to print date in header.
7494 Doc fix.
7495 (ps-print-version): New version number (6.5.3).
7496 (ps-right-header, ps-right-footer): Initialization and doc fix.
7497 (ps-time-stamp-locale-default): New fun.
7498
7499 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7500
7501 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7502 field problem with MIME-mode.
7503
7504 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7505
7506 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7507
7508 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7509 MIME-mode.
7510
7511 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7512
7513 * bindings.el (mode-line-mule-info): Don't show the tip with
7514 buffer-file-coding-system if that is nil.
7515
7516 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7517
7518 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7519 instead of kill-line.
7520
7521 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7522 <Pavel@Janik.cz>.
7523
7524 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7525 <Pavel@Janik.cz>.
7526
7527 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7528
7529 * font-lock.el (c-font-lock-keywords-3): When matching something
7530 like `struct X Y', finish with point after Y.
7531
7532 2001-07-04 Simon Josefsson <jas@extundo.com>
7533
7534 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7535 in caller buffer.
7536
7537 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7538
7539 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7540 instead of string-match to find the basename of the file.
7541 From Pascal Obry <p.obry@wanadoo.fr>.
7542
7543 * net/browse-url.el (browse-url-default-windows-browser):
7544 Support the MS-DOS port when it runs on Windows.
7545 (browse-url-browser-function) [ms-dos]: Default to
7546 browse-url-default-windows-browser.
7547
7548 * help.el (locate-library): Enable code that looks for compressed
7549 libraries if auto-compression-mode is on.
7550
7551 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7552
7553 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7554
7555 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7556
7557 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7558
7559 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7560
7561 * allout.el: Fix the header line, so that finder.el recognizes it.
7562 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7563
7564 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7565 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7566
7567 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7568
7569 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7570
7571 * ps-bdf.el (bdf-directory-list): Use the value relative to
7572 installation-directory for MS-Windows as well.
7573
7574 2001-06-29 Richard M. Stallman <rms@gnu.org>
7575
7576 * wid-edit.el (widget-color-sample-face-get):
7577 Return ((foreground-color . COLOR)) instead of constructing a face.
7578
7579 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7580
7581 * faces.el (region): Change the background color for the
7582 light-background color display to lightgoldenrod2, to make it
7583 visible on some laptops.
7584
7585 2001-06-28 Richard M. Stallman <rms@gnu.org>
7586
7587 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7588 (rmail-msg-restore-non-pruned-header): Likewise.
7589 If point was in the old pruned header, put it at the top.
7590 (rmail-msg-prune-header): If point was at the top, keep it there.
7591
7592 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7593 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7594
7595 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7596
7597 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7598
7599 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7600
7601 * saveplace.el: Update maintainer email address.
7602
7603 2001-06-27 Francesco Potorti` <pot@gnu.org>
7604
7605 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7606 Undo previous change.
7607
7608 2001-06-27 Francesco Potorti` <pot@gnu.org>
7609
7610 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7611 preliminary quick reordering. Can speed things up dramatically.
7612
7613 2001-06-26 Richard M. Stallman <rms@gnu.org>
7614
7615 * dired.el (dired-get-filename): A file name starting with ~
7616 is not absolute in this context.
7617
7618 * which-func.el (which-func-maxout): Increase default to 500000.
7619 (which-function-mode): This is now the "real" name of the function.
7620 (which-func-mode): Now an alias.
7621 (which-func-mode-global): Name deleted.
7622
7623 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7624 button-2, when binding hs-mouse-toggle-hiding.
7625
7626 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7627
7628 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7629 (rmail-msg-prune-header): Likewise.
7630 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7631 and `rmail-msg-prune-header'.
7632
7633 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7634
7635 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7636 back than LINEBEG.
7637
7638 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7639
7640 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7641 window where they clicked the mouse has a header line, adjust
7642 vertical movement by one.
7643
7644 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7645
7646 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7647 too when separating a parenthesis.
7648
7649 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7652 (bookmark-bmenu-hide-filenames): Add help-echo to
7653 mouse-highlighted text.
7654 (bookmark-bmenu-show-filenames): Remove help-echo property from
7655 the whitespace.
7656
7657 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7658
7659 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7660 From Karl Eichwalder <ke@suse.de>.
7661
7662 2001-06-23 Richard M. Stallman <rms@gnu.org>
7663
7664 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7665
7666 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7667 contents for completing-read.
7668
7669 2001-06-22 Richard M. Stallman <rms@gnu.org>
7670
7671 * menu-bar.el (menu-bar-make-toggle): Construct the
7672 function's doc string from HELP, not DOC, and make it accurate by
7673 adding "Toggle whether to " at the front and downcasing the initial.
7674 Change the HELP arg in some calls to make it fit this usage.
7675
7676 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7677 Undo previous change.
7678
7679 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7680
7681 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7682
7683 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7684
7685 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7686
7687 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7688
7689 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7690
7691 2001-06-20 Richard M. Stallman <rms@gnu.org>
7692
7693 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7694 broken out from dabbrev--find-expansion. Handle minibuffer
7695 specially here.
7696 (dabbrev--find-expansion): Simplify code in various ways.
7697 Don't treat minibuffers specially.
7698 Call dabbrev--make-friend-buffer-list.
7699 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7700 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7701
7702 2001-06-19 John Wiegley <johnw@gnu.org>
7703
7704 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7705 Also, added a comment describing how to greatly speedup Eshell
7706 loadup time, by concatenating together all of Eshell's .elc files.
7707
7708 2001-06-19 John Wiegley <johnw@gnu.org>
7709
7710 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7711
7712 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7713
7714 * woman.el (WoMan-highlight-references): Add help-echo to
7715 mouse-highlighted text.
7716
7717 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7718
7719 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7720
7721 2001-06-18 Gerd Moellmann <gerd@gnu.org>
7722
7723 * international/quail.el (quail-start-conversion):
7724 Reset quail-translating to nil.
7725
7726 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7727 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7728
7729 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7730
7731 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7732 mouse-highlighted text.
7733
7734 * dired.el (dired-mark-pop-up): Fix last change.
7735
7736 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7737
7738 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7739 mouse-highlighted text.
7740
7741 * net/quickurl.el (quickurl-url-file): Run through
7742 convert-standard-filename.
7743 (quickurl-list-populate-buffer): Add help-echo to
7744 mouse-highlighted text.
7745 (top-level): Update Dave's URL.
7746
7747 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7748 mouse-highlighted text.
7749
7750 * textmodes/page-ext.el (pages-copy-header-and-position):
7751 Add help-echo to mouse-highlighted text.
7752
7753 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7754 mouse-highlighted text.
7755
7756 * replace.el (occur): Add help-echo to mouse-highlighted text.
7757
7758 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7759 mouse-highlighted text.
7760
7761 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7762 mouse-highlighted text.
7763
7764 * progmodes/compile.el (compile-reinitialize-errors):
7765 Add help-echo to mouse-highlighted messages.
7766 (compilation-forget-errors): Remove help-echo property as well.
7767
7768 * play/landmark.el (lm-plot-square, lm-init-display):
7769 Add help-echo to mouse-highlighted text.
7770
7771 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7772 Add help-echo to mouse-highlighted text.
7773
7774 * dired.el (dired-insert-set-properties): Add help-echo to
7775 mouse-highlighted text.
7776 (dired-mark-pop-up): Remove help-echo property from the file name.
7777
7778 * comint.el (comint-send-input): Add help-echo to
7779 mouse-highlighted text.
7780
7781 * buff-menu.el (list-buffers-noselect): Add help-echo to
7782 mouse-highlighted text.
7783
7784 * arc-mode.el (archive-summarize-files): Add help-echo to
7785 mouse-highlighted text.
7786
7787 * ffap.el (ffap-machine-p): Always return nil if
7788 open-network-stream is not fboundp.
7789
7790 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7791
7792 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7793 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7794 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7795 incorrectly binding chars between 128 and 256 to it.
7796 (sgml-maybe-name-self): Handle latin-1 chars properly.
7797 (sgml-tags-invisible): Bind buffer-file-name to nil.
7798 Use unwind-protect and restore-buffer-modified-p.
7799 (sgml-point-entered): Use buffer-substring-no-properties.
7800 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7801 (html-mode): Don't force `imenu-sort-function'.
7802
7803 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7804
7805 * tar-mode.el: Fix the copyright notice.
7806
7807 * font-lock.el (font-lock-comment-face): For tty's with dark
7808 background, use "red1", since "lightred" is not one of the colors
7809 recognized by tty-colors.el.
7810
7811 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7812 create a buffer for extracted file, in case there's more than one
7813 file by that name in an archive, possibly in different
7814 directories. From Kevin Rodgers <kevinr@ihs.com>.
7815
7816 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7817 <alex@gnu.org>.
7818
7819 2001-06-15 Miles Bader <miles@gnu.org>
7820
7821 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7822 Revert previous change.
7823
7824 2001-06-14 Richard M. Stallman <rms@gnu.org>
7825
7826 * replace.el (keep-lines-read-args): Return just a regexp.
7827 Provide nil for the region args.
7828 (keep-lines, flush-lines, how-many):
7829 Calculate the defaults for the region here, when args are nil.
7830
7831 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7832
7833 * rot13.el (rot13-other-window): Some more doc fix.
7834
7835 2001-06-14 Per Starback <starback@ling.uu.se>
7836
7837 * replace.el (case-replace, query-replace-from-history-variable)
7838 (query-replace-to-history-variable, keep-lines-read-args)
7839 (occur-revert-function, query-replace-help): Dox fix.
7840
7841 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7842
7843 * rot13.el (rot13-other-window): Doc fix.
7844
7845 2001-06-14 Miles Bader <miles@gnu.org>
7846
7847 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7848 of " and \ to "." (punctuation).
7849 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7850
7851 2001-06-13 Richard M. Stallman <rms@gnu.org>
7852
7853 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7854
7855 * simple.el (shell-command-on-region): Never kill the
7856 *Shell Command Output* buffer.
7857
7858 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7859
7860 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7861
7862 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7863
7864 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7865 New var, to recognize ${ $' and PODs.
7866 (perl-font-lock-syntactic-face-function): New function.
7867 (perl-mode): Use them.
7868 (perl-continuation-line-p): New function, from perl-calculate-indent.
7869 (perl-calculate-indent): Use it, to properly handle continuation
7870 lines of continuation lines.
7871
7872 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * server.el (server-process, server-buffer-clients): Doc fix.
7875 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7876
7877 2001-06-09 John Wiegley <johnw@gnu.org>
7878
7879 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7880 test if the last command was Lisp or not.
7881 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7882 B x C".
7883
7884 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7885
7886 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7887 general one on compile.el supports drive letters.
7888
7889 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7890
7891 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7892 key description.
7893
7894 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7895
7896 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7897 (reftex-toc-jump): New command.
7898
7899 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7900 to parse international characters as well.
7901
7902 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7903 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7904
7905 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7906
7907 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7908 TAB to the key separators.
7909
7910 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7911
7912 * international/mule.el (auto-coding-alist): Remove redundant
7913 up-cased versions of the extensions (auto-coding-alist-lookup is
7914 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7915 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7916
7917 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7918
7919 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7920
7921 2001-06-01 Richard M. Stallman <rms@gnu.org>
7922
7923 * help.el (describe-variable): Put value on same line
7924 with preceding text, if it is short enough to look good that way.
7925
7926 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
7927
7928 * term/internal.el (IT-unicode-translations): New variable.
7929 (IT-setup-unicode-display): New function.
7930
7931 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7932
7933 * ps-print.el: Handle before-string and after-string overlay properties
7934 in ps-print-*-with-faces commands. Doc fix.
7935 (ps-print-version): New version number (6.5.2).
7936 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7937 for XEmacs.
7938 (ps-prefix-quote): Doc fix.
7939 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
7940 (ps-basic-plot-str, ps-plot-string): New funs.
7941
7942 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
7943
7944 * progmodes/etags.el (tags-compression-info-list): Fix docstring
7945 and :type spec.
7946
7947 2001-05-31 Gerd Moellmann <gerd@gnu.org>
7948
7949 * international/mule-cmds.el (inactivate-input-method):
7950 Set input-method-function to nil.
7951
7952 * xml.el (xml-parse-tag): The document may contain invalid characters.
7953 From ShengHuo ZHU <zsh@cs.rochester.edu>
7954
7955 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7956
7957 * mail/rmailsum.el (rmail-message-subject-p): Don't call
7958 `rmail-summary-line-decoder' if the message does not have
7959 a Subject: field.
7960
7961 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
7962
7963 * mail/rmail.el (rmail-insert-mime-resent-message-function):
7964 New variable.
7965 (rmail-resend): Modify to work in `rmail-view-buffer'; call
7966 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7967 is non-nil.
7968
7969 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
7970
7971 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7972
7973 2001-05-29 Sam Steingold <sds@gnu.org>
7974
7975 * faces.el (face-valid-attribute-values): Bind `valid' directly
7976 instead of using `setq'.
7977
7978 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7979 Use `tex-shell-buf'.
7980 (tex-shell-proc): Use `tex-shell-running'.
7981 (tex-shell-buf-no-error): New function.
7982 (tex-send-tex-command): Use it.
7983 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7984 (tex-kill-job): Check the process before calling `quit-process'.
7985
7986 2001-05-29 Gerd Moellmann <gerd@gnu.org>
7987
7988 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7989 UTF-8 sequences.
7990
7991 2001-05-28 Miles Bader <miles@gnu.org>
7992
7993 * comint.el (comint-carriage-motion): Renamed from
7994 `comint-cr-magic'. Operate on the buffer instead of the string
7995 (for use as a comint post-output filter, instead of as a
7996 pre-output filter). Handle backspaces too. Add to the
7997 `comint-output-filter-functions' hook instead of
7998 `comint-preoutput-filter-functions'.
7999
8000 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8001
8002 * language/japan-util.el (japanese-hankaku): Prefer the charset
8003 `jisx0201' when the optional argument `ascii-only' is not specified.
8004 (japanese-hankaku-region): Ditto.
8005 From Katsumi Yamaoka <yamaoka@jpl.org>
8006
8007 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8008
8009 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8010 (outline-invisible-p): New function.
8011 (hide-leaves): Save excursion.
8012 (hide-other): Stop looping when reaching bobp.
8013
8014 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8015
8016 * cus-edit.el (custom-file): Fix last change.
8017
8018 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8019
8020 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8021 same definition in byte-compile-function-environment as `autoload'
8022 would put in `symbol-function'.
8023
8024 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8025 patch to correct the error message as well.
8026
8027 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8030 unless ~/.emacs exists.
8031
8032 * novice.el (enable-command): If user-init-file is nil or does not
8033 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8034
8035 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8036
8037 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8038 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8039 Allow spaces around macro arguments.
8040 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8041 indent-for-tab-command.
8042 (latex-mode-map, plain-tex-mode-map): New keymaps.
8043 Inherit from tex-mode-map.
8044 (tex-common-initialization): Don't setup the keymap any more
8045 since it's now done right by define-derived-mode.
8046 (latex-mode): Set skeleton-end-hook to nil.
8047 (latex-skeleton-end-hook): Remove.
8048 (tex-latex-block, latex-insert-item): Simplify.
8049 (latex-syntax-after): Use following-char rather than char-after.
8050 (tex-discount-args-cmds, tex-count-words): New functions.
8051
8052 * textmodes/tildify.el (tildify-ignored-environments-alist):
8053 Recognize \verb* as well.
8054
8055 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8056 (perl-comment-indent): Simplify to let newcomment.el do its job.
8057 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8058 (perl-mark-function): Cleanup the namespace.
8059 (perl-calculate-indent): Don't be fooled by nested functions.
8060
8061 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8062
8063 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8064 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8065
8066 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8067
8068 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8069 actually be `\\'.
8070 (ctlau-b5-converter): Likewise.
8071
8072 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8073
8074 * international/titdic-cnv.el (quail-misc-package-ext-info):
8075 Change CTLauB.el to CTLau-b5.el.
8076
8077 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8078
8079 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8080 rather than beginning-of-line to avoid problems with fields.
8081 (gud-perldb-massage-args): Use unless and push.
8082 (gud-chdir-before-run): New var.
8083 (gud-common-init): Use it.
8084
8085 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8086
8087 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8088 delete entries for chinese-ctlau and chinese-ctlaub.
8089 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8090 chinese-ctlaub.
8091 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8092 New functions.
8093
8094 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8095
8096 * cus-edit.el (custom-comment-show): Remove debug code.
8097
8098 * language/japan-util.el (japanese-symbol-table): Fix handling of
8099 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8100
8101 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8102
8103 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8104 Renamed by removing the silly `-flag' suffix.
8105 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8106
8107 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8108
8109 * replace.el (keep-lines-read-args): Use `copy-marker'.
8110 (how-many): Save excursion properly.
8111 (occur-mode): Use define-derived-mode.
8112 (perform-replace): Use with-current-buffer.
8113
8114 2001-05-20 Richard M. Stallman <rms@gnu.org>
8115
8116 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8117
8118 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8119
8120 * info.el (Info-read-subfile): Widen before finding the
8121 desired node in the subfile.
8122
8123 * startup.el (command-line-1): When >2 files visited,
8124 leave the last one visible, and make that the selected window.
8125
8126 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8127
8128 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8129
8130 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * international/ccl.el (define-ccl-program): Fix a typo.
8133 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8134
8135 * international/mule.el (decode-char): Fix a typo. From Pavel
8136 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8137
8138 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8139 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8140
8141 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8142 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8143
8144 2001-05-18 Sam Steingold <sds@gnu.org>
8145
8146 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8147 and [RET] to `cvs-mode-find-file'.
8148
8149 2001-05-18 John Wiegley <johnw@gnu.org>
8150
8151 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8152 configuration variable, which determines the initial character
8153 that forces use of an external version of a command. The default
8154 is *, but may be set to \, for example.
8155
8156 * eshell/esh-ext.el (eshell-explicit-command):
8157 Use `eshell-explicit-command-char' instead of ?*.
8158
8159 * eshell/esh-cmd.el (eshell/which):
8160 Use `eshell-explicit-command-char' instead of ?*.
8161
8162 * eshell/em-cmpl.el (eshell-completion-command-name)
8163 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8164 instead of ?*.
8165
8166 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8167
8168 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8169 subst-char-in-string.
8170 (ange-ftp-after-parse-ls-hook): New variable.
8171 (ange-ftp-ls): Run that hook.
8172 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8173
8174 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8175 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8176 text into *Completions*.
8177
8178 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8179 part of which look like email addresses.
8180
8181 2001-05-18 Andrew Innes <andrewi@gnu.org>
8182
8183 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8184 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8185 cmd.exe's handling of FOR loops.
8186 (autoloads): Set find-file-suppress-same-file-warnings to t to
8187 avoid slew of spurious messages.
8188
8189 2001-05-18 Simon Josefsson <simon@josefsson.org>
8190
8191 * mail/smtpmail.el (maybe-append-domain): Renamed to
8192 `smtpmail-maybe-append-domain'.
8193 (smtpmail-via-smtp): Use the new name.
8194
8195 * net/browse-url.el (browse-url-browser-function): Add kde.
8196 (browse-url-kde-program, browse-url-kde-args): New variables.
8197 (browse-url-kde): New function.
8198
8199 2001-05-18 Miles Bader <miles@gnu.org>
8200
8201 * simple.el (delete-horizontal-space, just-one-space):
8202 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8203 because it's more efficient for large files.
8204
8205 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8206
8207 * mail/rmail.el (rmail-require-mime-maybe): New function.
8208 (rmail): Use it.
8209 (rmail-mode): Handle the case of finding Rmail files.
8210
8211 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8212 functions.
8213
8214 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8215
8216 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8217 text-property after moving to the beginning of line and regardless
8218 of the value of font-lock-multiline.
8219
8220 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8221
8222 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8223
8224 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8225 last coding system used before calling set-buffer-modified-p
8226 because that function changes last-coding-system.
8227
8228 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8229
8230 * files.el (switch-to-buffer-other-window)
8231 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8232 the doc string.
8233
8234 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8235
8236 * language/slovak.el, language/czech.el: New maintainer.
8237
8238 2001-05-16 Sam Steingold <sds@gnu.org>
8239
8240 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8241 sub-form of `defgeneric' correctly.
8242
8243 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8244
8245 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8246 of `c'.
8247
8248 * textmodes/outline.el (outline-font-lock-level): Remove the
8249 condition-case, test what outline-level returns instead, to
8250 ease debugging.
8251
8252 * international/mule.el (auto-coding-regexp-alist): New user-option.
8253 (auto-coding-from-file-contents): New function.
8254 (set-auto-coding): Use it to determine a coding system.
8255
8256 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8257
8258 * mouse.el (mouse-delete-other-windows): Doc fix.
8259
8260 * emacs-lisp/lisp-mode.el (lisp-mode):
8261 Make font-lock-keywords-case-fold-search a buffer-local variable with
8262 make-local-variable before setting it.
8263
8264 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8265
8266 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8267 prefixes.
8268
8269 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8270
8271 * hexl.el (hexl-current-address): Print a message when called
8272 interactively.
8273
8274 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8275
8276 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8277
8278 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8279
8280 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8281
8282 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8283
8284 * startup.el (command-line): If parameters have been changed in
8285 the init files which influence font selection, clear the face
8286 cache so that faces get realized with the new parameters.
8287
8288 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8289
8290 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8291
8292 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8293
8294 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8295
8296 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8297 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8298
8299 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8300
8301 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8302 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8303
8304 2001-05-09 John Wiegley <johnw@gnu.org>
8305
8306 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8307 Annotated the documentation string to tell users about
8308 `eshell-no-numeric-conversions'.
8309
8310 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8311 conversions if a Lisp function has the property
8312 `eshell-no-numeric-conversions' set to a non-nil value.
8313
8314 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8315 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8316 property `eshell-no-numeric-conversions' on the following
8317 functions (which all deal with filesystem entities, and never Lisp
8318 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8319 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8320 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8321 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8322 eshell/which, eshell/addpath.
8323
8324 2001-05-09 John Wiegley <johnw@gnu.org>
8325
8326 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8327 encountered as an argument, don't convert it right away, but tag
8328 the first character of the string with the text properties
8329 `number', which signifies to `eshell-lisp-command' that the
8330 argument should be passed through `string-to-number' if it is
8331 actually used in the call to a Lisp function.
8332
8333 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8334 function, convert any string arguments that have been tagged as
8335 "numbers", by calling string-to-number.
8336
8337 * eshell/esh-util.el (eshell-number-regexp): Now that number
8338 conversions only happen for Lisp function calls, the number regexp
8339 should now match all integer and floating point forms.
8340
8341 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8342 `eshell-continue-process', since they are both nonfunctional at
8343 the moment.
8344 (eshell-proc-initialize): Don't bind keys for
8345 `eshell-stop-process' or `eshell-continue-process'.
8346
8347 * eshell/em-unix.el (eshell-shuffle-files):
8348 Apply `directory-file-name' before calling `file-name-directory'.
8349
8350 * eshell/em-hist.el (eshell-add-to-history): Reference to
8351 `eshell-history-ring' needed to be `eshell-history-index'.
8352
8353 * calendar/timeclock.el (timeclock-find-discrep):
8354 Initialize `elapsed' to 0.
8355 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8356 it's still nil.
8357
8358 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8361 (archive-mode): Use capitalize.
8362 (archive-unique-fname): Use make-temp-file.
8363
8364 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8365
8366 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8367
8368 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8369
8370 * tar-mode.el (tar-extract): Pay attention to the value of
8371 coding-system-for-read, if it is non-nil.
8372
8373 * calendar/holidays.el (holidays): Add an autoload cookie.
8374 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8375
8376 2001-05-08 John Wiegley <johnw@gnu.org>
8377
8378 * calendar/timeclock.el (timeclock-workday-remaining):
8379 Changed logic for determining how much time is remaining.
8380 (timeclock-workday-elapsed): Don't accept a "relative" argument
8381 for the current day's elapsed time. What could that have meant?
8382 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8383 (timeclock-when-to-leave): Changed logic, similarly to what was
8384 done for `timeclock-workday-remaining'.
8385 (timeclock-find-discrep): Removed "today-only" argument, which had
8386 no meaning. Fixed some more math problems. The function now
8387 returns a three member list: (TOTAL-TIME-DISCREPANCY
8388 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8389
8390 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8391
8392 * w32-fns.el (convert-standard-filename): Start replacing slashes
8393 from the beginning of the file name, not from where the last
8394 invalid character was. From "Andrew Maguire (SWW)"
8395 <Andrew.Maguire@Smallworld.co.uk>
8396
8397 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8398
8399 The following changes are to provide infrastructure for handling
8400 MIME messages to rmail. They don't affect the original behaviour
8401 if rmail-enable-mime is nil.
8402
8403 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8404 (rmail-search-mime-message-function)
8405 (rmail-search-mime-header-function): New variables.
8406 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8407 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8408 `rmail-view-buffer' is hidden.
8409 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8410 call rmai-show-mime-function.
8411 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8412 mode-line-process of rmail-view-buffer.
8413 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8414 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8415 buffer.
8416 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8417 set-buffer to the Rmail buffer.
8418 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8419 rmail-search-mime-header-function.
8420 (rmail-search-message): New function.
8421 (rmail-search): Call rmail-search-message to check if a message
8422 matches REGEXP, lastly update point after calling
8423 rmail-show-message.
8424 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8425 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8426 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8427 header region, refer to rmail-msgref-vector while setting the
8428 current buffer to rmail-buffer temporarily.
8429 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8430 If rmail-enable-mime is non-nil, call
8431 rmail-insert-mime-forwarded-message-function instead of inserting
8432 forwarded message by itself.
8433
8434 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8435 Rmail buffer.
8436 (rmail-set-label, rmail-next-labeled-message): Likewise.
8437
8438 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8439 set-buffer to the Rmail buffer.
8440 (rmail-output-to-rmail-file): Likewise.
8441 (rmail-output): Likewise.
8442
8443 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8444 of mail-fetch-field by rmail-summary-line-decoder.
8445 (rmail-new-summary): Be sure to go to the Rmail buffer.
8446 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8447 rmail-view-buffer to nil.
8448 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8449 rmail-view-buffer.
8450 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8451 rmail-buffer.
8452 (rmail-summary-scroll-msg-down): Likewise.
8453 (rmail-summary-beginning-of-message): Likewise.
8454 (rmail-summary-wipe): Likewise.
8455 (rmail-summary-toggle-header): Use save-window-excursion, not
8456 save-excursion. Update point in rmail-view-buffer, not in
8457 rmail-buffer.
8458 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8459 rmail-view-buffer, not rmail-buffer.
8460
8461 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8462
8463 * cus-edit.el (custom-file): Signal an error if user-init-file is
8464 nil (running -q).
8465
8466 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8467
8468 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8469 Add :version.
8470
8471 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8472 New option.
8473 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8474 only if smtpmail-warn-about-unknown-extensions is set.
8475
8476 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8477 instead of rmail-sort-by-keywords.
8478
8479 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8480 rmail-sort-by-keywords.
8481
8482 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8483 rmail-summary-sort-by-keywords. Doc fix.
8484 (rmail-summary-mode): Doc fix.
8485
8486 * mail/rmail.el (rmail-edit): New Custom group.
8487
8488 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8489 (rmail-edit-mode-hook): New user-option.
8490
8491 2001-05-05 Richard M. Stallman <rms@gnu.org>
8492
8493 * help.el (help-xref-symbol-regexp): Recognize "source of"
8494 and friends, meaning make a link to the source file.
8495 (help-make-xrefs): Handle "source of" and friends
8496 by constructing a link that visits the source file.
8497
8498 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8499
8500 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8501
8502 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8503 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8504 Renamed from perl-font-lock-keywords to avoid clashes.
8505 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8506 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8507 Updated correspondingly.
8508
8509 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8510 Typo `nonexistant' -> `nonexistent'.
8511
8512 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8513
8514 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8515 Split `c-electric-delete' into two functions where
8516 `c-electric-delete-forward' always deletes forward and
8517 `c-electric-delete' only contains the code necessary for XEmacs to
8518 choose between backward and forward deletion.
8519
8520 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8521 get the electric behavior on that key too.
8522 (c-fill-paragraph): Fixed bogus direct use of
8523 c-comment-prefix-regexp, which caused an error when it's a list.
8524
8525 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8526
8527 * dired-aux.el (dired-diff): Doc fix.
8528
8529 * dired.el (dired-diff): Likewise.
8530
8531 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8532
8533 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8534
8535 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8536
8537 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8538 if both the buffer and the file are read-only.
8539
8540 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8541 rather than font-lock-string-face.
8542 (sh-get-indent-info): Treat heredocs like strings.
8543
8544 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8545
8546 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8547 a newline following `}'.
8548 (texinfo-format-email): New function.
8549 (toplevel): Use texinfo-format-email for @email.
8550 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8551 Add `display'.
8552 (texinfo-sort-region): Goto point-min before sorting.
8553 (texinfo-set): Remove leading white space from value.
8554 From yagi@is.titech.ac.jp.
8555
8556 * replace.el (query-replace-regexp-eval): Doc fix.
8557
8558 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8559
8560 * diff-mode.el (diff-nonexistant-face): New face.
8561 (diff-font-lock-keywords): Use it.
8562
8563 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8564
8565 * font-lock.el (font-lock-mode): Doc fix.
8566
8567 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8568 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8569
8570 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8571
8572 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8573 backslash at the start of the here-document delimiter.
8574 (sh-font-lock-syntactic-keywords): Likewise.
8575
8576 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8577
8578 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8581 (tty-color-translate, tty-color-by-index, tty-color-values)
8582 (tty-color-desc): Doc fix.
8583
8584 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8585
8586 * dired-aux.el (dired-do-create-files, dired-do-copy)
8587 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8588 Mention dired-dwim-target in the doc string.
8589
8590 2001-04-28 Miles Bader <miles@gnu.org>
8591
8592 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8593 (dabbrev--find-expansion): Use it.
8594 (dabbrev--select-buffers): Don't select ignored buffers.
8595
8596 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8597
8598 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8599
8600 2001-04-26 Richard M. Stallman <rms@gnu.org>
8601
8602 * dabbrev.el: Add doc strings for some functions.
8603 (dabbrev--eliminate-newlines): New variable.
8604 (dabbrev--substitute-expansion): Convert newlines to spaces
8605 if dabbrev--eliminate-newlines is set.
8606 If abbrev and expansion are both all-lower-case,
8607 leave dabbrev--last-case-pattern nil.
8608
8609 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8610
8611 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8612 if necessary, like in rmail-show-message.
8613
8614 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8615
8616 * ps-print.el: Color specified by number is forced to be float number.
8617 (ps-print-version): New version number (6.5.1.1).
8618 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8619 initialization.
8620 (ps-prefix-quote): New internal var.
8621 (ps-print-quote): New fun.
8622 (ps-setup, ps-output-frame-properties, ps-float-format)
8623 (ps-format-color): Code fix.
8624 (ps-plot-region): Eliminate redundant foreground color text setting.
8625
8626 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8629
8630 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8631
8632 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8633
8634 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8635
8636 * info.el (Info-additional-directory-list): Doc fix.
8637
8638 * find-lisp.el (find-lisp-find-dired-filter)
8639 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8640 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8641
8642 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8643
8644 * progmodes/make-mode.el (makefile-font-lock-keywords):
8645 Rationalize the rules for includes and conditionals and use the
8646 keyword face for them.
8647
8648 * faces.el (modify-face): Add compatibility for non-interactive use.
8649
8650 2001-04-24 John Wiegley <johnw@gnu.org>
8651
8652 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8653 fix from last night, since it wasn't finding eshell/cd.
8654
8655 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8656
8657 * rect.el (string-rectangle): Revert to 20.x behaviour.
8658 (replace-rectangle): Make it an alias for string-rectangle.
8659 (string-insert-rectangle): New function.
8660
8661 2001-04-23 John Wiegley <johnw@gnu.org>
8662
8663 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8664 occurring with Emacs 21's diff.el/compile.el interaction layer.
8665
8666 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8667
8668 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8669 case where the function was defined in a file, but not part of an
8670 eshell module.
8671
8672 2001-04-23 John Wiegley <johnw@gnu.org>
8673
8674 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8675 code to work around a redisplay problem I've been having.
8676
8677 2001-04-23 John Wiegley <johnw@gnu.org>
8678
8679 * calendar/timeclock.el (timeclock-day-required): If the time
8680 required for a particular day is not set, use `timeclock-workday'.
8681 (timeclock-find-discrep): Added some sample code in a comment.
8682
8683 * eshell/eshell.el (eshell-command): Made a few changes so that
8684 `eshell-command' could be called programmatically.
8685
8686 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8687
8688 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8689
8690 2001-04-23 John Wiegley <johnw@gnu.org>
8691
8692 * calendar/timeclock.el: Updated copyright.
8693 (timeclock-generate-report): Don't report the daily or two-week
8694 total, if no time has been worked in that period.
8695 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8696 final computational form, which was unnecessary; corrected a
8697 parsing problem when timeclock-relative was nil.
8698
8699 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8700
8701 * calendar/timeclock.el (timeclock-modeline-display): Check if
8702 `list-entry' is null.
8703 (timeclock-use-display-time): The first argument to `set-variable'
8704 must be a symbol.
8705
8706 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8707
8708 * calendar/calendar.el (diary-entry-marker)
8709 (calendar-today-marker, calendar-holiday-marker):
8710 Use display-color-p instead of window-system.
8711 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8712 instead of window-system.
8713 (calendar-hide-window): Use display-multi-frame-p instead of
8714 window-system.
8715
8716 * calendar/cal-x.el (calendar-two-frame-setup)
8717 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8718 Use display-multi-frame-p instead of window-system.
8719
8720 2001-04-23 Gerd Moellmann <gerd@gnu.org>
8721
8722 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8723
8724 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8725 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8726
8727 2001-04-23 Alex Schroeder <alex@gnu.org>
8728
8729 * goto-addr.el: Instead of defining line-beginning-position and
8730 line-end-position a defalias is used for point-at-bol and point-at-eol.
8731
8732 2001-04-23 Alex Schroeder <alex@gnu.org>
8733
8734 * goto-addr.el: Added XEmacs compatibility code.
8735 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8736
8737 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8738
8739 * textmodes/paragraphs.el (sentence-end): Doc fix.
8740
8741 2001-04-20 Alex Schroeder <alex@gnu.org>
8742
8743 * sql.el (sql-escape-newlines-and-send): New function.
8744 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8745
8746 2001-04-20 Alex Schroeder <alex@gnu.org>
8747
8748 * sql.el (sql-db2-program): New option.
8749 (sql-db2-options): New option.
8750 (sql-db2): New function.
8751
8752 2001-04-20 Alex Schroeder <alex@gnu.org>
8753
8754 * sql.el (sql-mode-menu): Added highlighting entries.
8755 (sql-highlight-oracle-keywords): New function.
8756 (sql-highlight-postgres-keywords): New function.
8757 (sql-highlight-ansi-keywords): New function.
8758
8759 2001-04-20 Alex Schroeder <alex@gnu.org>
8760
8761 * sql.el (sql-help): Doc change.
8762
8763 2001-04-19 Karl Fogel <kfogel@collab.net>
8764
8765 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8766 that inserted file content only to delete it immediately.
8767 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8768 <lektu@uol.com.br> for the patch.
8769
8770 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8771
8772 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8773
8774 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8775
8776 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8777 for defmethod.
8778
8779 * comint.el (comint-cr-magic): New function.
8780 (toplevel): Add it to comint-preoutput-filter-functions.
8781
8782 2001-04-18 Andrew Innes <andrewi@gnu.org>
8783
8784 * makefile.w32-in (EMACSLOADPATH): Define.
8785 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8786 (recompile): Remove stuff to set EMACSLOADPATH.
8787
8788 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8789
8790 * language/slovak.el ("Slovak"): Add tutorial entry.
8791
8792 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8793 browse-url-new-window-p.
8794
8795 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * info.el (Info-menu-update): When there are no menus and/or no
8798 cross references in the node, make the respective items of the
8799 Info menu-bar menu inactive.
8800
8801 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8802
8803 * indent.el (indent-for-tab-command): Call indent-line-function
8804 with no argument if PREFIX-ARG is non-nil.
8805
8806 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8807
8808 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8811 an async subprocess if start-process is unavailable. Suggested by
8812 Tim Van Holder <tim.van.holder@pandora.be>.
8813
8814 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8815
8816 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8817 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8818
8819 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8820
8821 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8822 manual.
8823
8824 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8825
8826 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8827 (cvs-menu): Add a few entries.
8828
8829 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8830 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8831 lock file appears to be reachable from Emacs.
8832 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8833 (cvs-mode-find-file): Look for cvs-header-face rather than
8834 cvs-dirname-face (which doesn't exist).
8835 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8836
8837 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8838
8839 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8840
8841 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8842 normal-erase-is-backspace on a tty. Instead, bind some keys such
8843 as [delete] directly, like pc-select.el did before
8844 normal-erase-is-backspace was invented.
8845
8846 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8849
8850 2001-04-11 John Wiegley <johnw@gnu.org>
8851
8852 * eshell/em-ls.el (eshell-ls-insert-directory):
8853 Set font-lock-defaults to nil, to prevent fontification in dired
8854 buffers, if Eshell's ls is being used.
8855
8856 2001-04-11 John Wiegley <johnw@gnu.org>
8857
8858 * calendar/timeclock.el (timeclock-completing-read): New function.
8859 (timeclock-ask-for-project, timeclock-ask-for-reason):
8860 Call `timeclock-completing-read'.
8861
8862 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8863 required where `member' was being used.
8864
8865 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
8866
8867 * eshell/em-hist.el (eshell-previous-matching-input):
8868 Don't display "History item" if the minibuffer is active.
8869
8870 2001-04-11 Gerd Moellmann <gerd@gnu.org>
8871
8872 * startup.el (command-line): Output a newline after printing
8873 an error from loading the window system's init file.
8874
8875 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8876
8877 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8878 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8879 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8880 keywords whose arguments routinely include @@.
8881
8882 2001-04-10 Gerd Moellmann <gerd@gnu.org>
8883
8884 * emacs-lisp/advice.el (ad-make-advised-definition):
8885 Construct advice for subrs differently.
8886
8887 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8888 regexp in parentheses when building the regexp for searching backwards.
8889
8890 * simple.el (completion-list-mode-finish): New function.
8891 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8892
8893 * language/european.el ("Polish"): Change sample text.
8894 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8895
8896 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8897 parameter.
8898
8899 * faces.el (menu): Doc fix.
8900
8901 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8902
8903 * ps-print.el: Footer implementation. Doc fix.
8904 (ps-print-version): New version number (6.5.1).
8905 (ps-header-frame-alist): New customization var for header frame
8906 properties.
8907 (ps-line-number-color): New customization var for line number color.
8908 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8909 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8910 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8911 (ps-right-footer): New customization vars for footers.
8912 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8913 footers.
8914 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8915 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8916 Code fix.
8917 (ps-prologue-file): Indentation fix.
8918 (ps-print-quote): Fun eliminated.
8919 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8920 (ps-output-frame-properties): New fun.
8921 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8922 (ps-skip-newline): Replace defun by defsubst.
8923
8924 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
8925
8926 * eshell/eshell.el (eshell-command): Needed a "%s" format
8927 specifier, in case the buffer contains percent characters.
8928
8929 2001-04-10 John Wiegley <johnw@gnu.org>
8930
8931 * calendar/timeclock.el (timeclock-generate-report): Added a
8932 missing insert of the project name.
8933
8934 2001-04-09 Gerd Moellmann <gerd@gnu.org>
8935
8936 * obsolete/profile.el: Moved from emacs-lisp/.
8937
8938 * Makefile.in (nonobsolete_setwins): New macro.
8939 (finder-data): Use it instead of `setwins'.
8940 From: Dave Love <fx@gnu.org>.
8941
8942 * server.el (server-visit-files): Set server-existing-buffer correctly.
8943 (server-visit-files): Run server-visit-hook after going to
8944 line 1 so that the hook can set point as it sees fit.
8945
8946 * bindings.el (mode-line-modified): Unify help messages.
8947
8948 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8951 All callers changed.
8952
8953 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
8954
8955 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8956 long file names aren't supported, truncate the file names in
8957 quail-misc-package-ext-info to 8+3 before matching them against
8958 FILENAME.
8959
8960 * dos-fns.el (dos-truncate-to-8+3): New function.
8961
8962 * progmodes/compile.el (grep-compute-defaults): Use null-device
8963 instead of literal /dev/null. Reported by Jens Schmidt
8964 <schmidt@mathematik.uni-kl.de>.
8965
8966 * simple.el (normal-erase-is-backspace-mode): Doc fix.
8967
8968 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * textmodes/sgml-mode.el: Add unknown maintainer.
8971 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8972 (html-mode-map): Use set-keymap-parent.
8973
8974 2001-04-06 Dave Love <fx@gnu.org>
8975
8976 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8977 Remove redundant string-to-list.
8978
8979 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
8980
8981 * composite.el (reference-point-alist): Doc fix.
8982
8983 2001-04-05 Sam Steingold <sds@gnu.org>
8984
8985 * font-lock.el (font-lock-keywords-case-fold-search):
8986 Make buffer-local. This fixes a very annoying bug when loading a Lisp
8987 file made font-lock case-insensitive.
8988
8989 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8990
8991 * faces.el (defface menu): Doc fix.
8992
8993 * wid-edit.el (widget-color-sample-face-get): Don't make
8994 faces for undefined colors.
8995
8996 * version.el (emacs-version): Include LessTif/Motif version info.
8997
8998 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8999
9000 * ps-mule.el: Eliminate cl package dependence.
9001 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9002 if they aren't defined yet.
9003 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9004 Eliminate cl package dependence.
9005
9006 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * progmodes/cc-cmds.el (c-outline-level):
9009 Bind buffer-invisibility-spec. Originally from Dave Love, but
9010 got lost when incorporating version 5.26.
9011
9012 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * emulation/pc-select.el (pc-selection-mode):
9015 Call normal-erase-is-backspace-mode instead of binding
9016 keys individually.
9017
9018 * cus-load.el (normal-erase-is-backspace): Use it instead of
9019 delete-key-deletes-forward.
9020
9021 * startup.el (command-line): Use normal-erase-is-backspace and
9022 normal-erase-is-backspace-mode.
9023
9024 * simple.el (normal-erase-is-backspace): Rename from
9025 delete-key-deletes-forward. Doc fix.
9026 (normal-erase-is-backspace-mode): Rename from
9027 delete-key-deletes-forward-mode. Doc fix.
9028 Run normal-erase-is-backspace-hook.
9029
9030 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9031 ``human-readable'' format produced by GNU `ls'.
9032 (dired-move-to-filename-regexp): Recognize ISO format dates.
9033 From Paul Eggert <eggert@twinsun.com>.
9034
9035 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9036
9037 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9038 New functions.
9039 (lm-verify): Check keywords.
9040 From Eric M. Ludlam <eric@siege-engine.com>.
9041
9042 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9043
9044 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9045 `xemacs' feature instead of for the function `set-extent-property'.
9046
9047 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9048
9049 * mail/mh-utils.el (mh-folder-hist): New var.
9050 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9051
9052 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9053
9054 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9055 region, position point on the first or last 16-byte group.
9056 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9057 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9058 hexl-beginning-of-line.
9059
9060 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9061
9062 * icomplete.el (icomplete-mode): Treat an argument like other
9063 modes do.
9064
9065 * startup.el (fancy-splash-head): Use splash8.xpm for color
9066 depth 8.
9067
9068 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9069 Add an antry for ``converts''.
9070
9071 * language/slovak.el ("Slovak"): Add documentation string.
9072 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9073
9074 * language/czech.el ("Czech"): Add documentation string.
9075 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9076
9077 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9078 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9079
9080 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9081
9082 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9083 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9084 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9085 Use `defsubst' rather than a macro to ease debugging.
9086 (mail-extr-last): Remove (use `last' instead).
9087 (mail-extract-address-components): Properly reset the syntax-table
9088 after parsing an address. Use `last' rather than mail-extr-last.
9089 Make sure the end marker stays at the very end.
9090
9091 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9094 last change.
9095
9096 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9097
9098 * ps-print.el: Line and paragraph spacing feature. Region to cut
9099 out when printing. Doc fix.
9100 (ps-print-version): New version number (6.5).
9101 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9102 New vars. Line and paragraph spacing feature.
9103 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9104 out when printing.
9105 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9106 (ps-get-font-size, ps-begin-job, ps-continue-line)
9107 (ps-plot-region): Code fix.
9108 (ps-print-prologue-2): Var eliminated.
9109 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9110 New internal vars.
9111 (ps-get-size): New fun.
9112 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9113 (ps-next-line): Replace defun by defsubst.
9114 (ps-mule-plot-string): Autoload doc fix.
9115
9116 * ps-bdf.el: XEmacs compatibility. Doc fix.
9117 (installation-directory, coding-system-for-read): Declare vars if
9118 it's not declared yet.
9119 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9120
9121 * ps-mule.el: XEmacs compatibility. Doc fix.
9122 (leading-code-private-22): Declare var if it's not declared yet.
9123 (charset-bytes, charset-dimension, charset-id, charset-width)
9124 (find-charset-region, split-char, char-width, chars-in-region)
9125 (forward-point, decompose-composite-char, encode-coding-string)
9126 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9127 Define funs if not defined yet.
9128 (encode-composition-rule, find-composition): Define funs if not
9129 loaded yet.
9130 (ps-mule-prologue): PostScript code fix.
9131
9132 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9133
9134 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9135 non-nil, generate font for the header strings.
9136 (ps-mule-prepare-font): Likewise.
9137 (ps-mule-generate-glyphs): Likewise.
9138 (ps-mule-string-encoding): Likewise.
9139 (ps-mule-header-charsets): New variable.
9140 (ps-mule-encode-header-string): New function.
9141 (ps-mule-header-string-charsets): New function.
9142 (ps-mule-begin-job): Check charsets in the header strings. If there
9143 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9144
9145 * ps-print.el (ps-generate-header-line): Encode the header string by
9146 ps-mule-encode-header-string.
9147 (ps-mule-encode-header-string): Declare autoload.
9148
9149 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9150
9151 * frame.el (cursor-in-non-selected-windows):
9152 Replaces show-cursor-in-non-selected-windows.
9153
9154 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9155
9156 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9157 Delete entries for "chinese-py" and "chinese-ziranma".
9158 (quail-misc-package-ext-info): New variable.
9159 (tsang-quick-converter): New function.
9160 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9161 (quick-cns-converter, py-converter, ziranma-converter)
9162 (miscdic-convert, batch-miscdic-convert): New functions.
9163
9164 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9165
9166 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9167 eight-bit-control chars.
9168
9169 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9170 Reduce making temporary vector (suggested by Dave Love).
9171
9172 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9173
9174 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9175 string as well.
9176
9177 2001-03-30 Andreas Schwab <schwab@suse.de>
9178
9179 * files.el (backup-directory-alist): Fix typo.
9180
9181 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9182
9183 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9184 <eggert@twinsun.com>.
9185
9186 2001-03-30 Dave Love <fx@gnu.org>
9187
9188 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9189
9190 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9191
9192 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9193
9194 2001-03-30 Miles Bader <miles@gnu.org>
9195
9196 * subr.el (interactive-form): Fix paren typo.
9197
9198 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * emacs-lisp/profile.el: Say that it's obsolete in the header
9201 line, so that finder.el puts that into its data-base.
9202 Suggested by Alex Schroeder <alex@gnu.org>.
9203
9204 2001-03-29 Paul Eggert <eggert@twinsun.com>
9205
9206 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9207 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9208
9209 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9210
9211 * generic.el (generic-mode-set-comments): Use "" rather than nil
9212 for comment-end.
9213
9214 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9215
9216 * emacs-lisp/advice.el (ad-make-advised-definition):
9217 Call interactive-form to obtain the interactive spec of subrs.
9218
9219 * subr.el (interactive-form): New function.
9220
9221 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9222
9223 * vc-sccs.el (vc-sccs-register): Use relative file names.
9224
9225 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9226
9227 * bookmark.el (bookmark-get-bookmark): Handle case that
9228 BOOKMARK is not a string.
9229
9230 * image.el (image-type-regexps): Change type for PS files
9231 to `postscript'.
9232
9233 * subr.el (read-passwd): Clear command history after each
9234 character entered. From: Stephen Gildea
9235 <gildea@stop.mail-abuse.org>.
9236
9237 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9238
9239 * international/kkc.el (kkc-save-init-file): Locally bind
9240 print-length to nil.
9241
9242 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9243
9244 * textmodes/flyspell.el: Some doc fixes.
9245 (flyspell-maybe-correct-transposition)
9246 (flyspell-maybe-correct-doubling): Use a temporary buffer
9247
9248 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9249
9250 * emacs-lisp/byte-opt.el (byte-optimize-while)
9251 (byte-optimize-form-code-walker): Diagnose too few arguments
9252 for `if' and `while'.
9253
9254 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9255
9256 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9257 Prepend `\' to "\<quail-translation-docstring>".
9258
9259 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9260
9261 * autorevert.el (global-auto-revert-non-file-buffers):
9262 Remove duplicate defcustom.
9263
9264 2001-03-26 Miles Bader <miles@gnu.org>
9265
9266 * international/latin1-disp.el (latin1-char-displayable-p):
9267 Add leading "-" for X font pattern.
9268
9269 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9270
9271 * international/mule-diag.el (describe-coding-system):
9272 For raw-text and emacs-mule, don't add anymore text about what
9273 charsets they can encode.
9274
9275 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * help.el (view-lossage): Mention open-dribble-file in the doc
9278 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9279
9280 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9283 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9284
9285 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9286
9287 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9288 Call ccl-execute-on-string directly so that CCL program handling
9289 multibyte sequence can work correctly.
9290 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9291 property of the coding system.
9292
9293 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9294
9295 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9296 Fix transcription typo.
9297
9298 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9299
9300 * whitespace.el: Add buffer local variables to toggle testing of
9301 whitespaces in buffers without affecting the default values.
9302 Bump version to 3.0 to account for a few other changes.
9303 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9304 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9305 (whitespace-toggle-spacetab-check): New functions.
9306
9307 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9308
9309 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9310
9311 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9312
9313 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9314 bs-cycle-configuration-name. From Juanma Barranquero
9315 <lektu@uol.com.br>.
9316
9317 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9318 and cc-vars.el.
9319
9320 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9321 headers. Always invoke sendmail with option -t.
9322
9323 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9324
9325 * Release of cc-mode 5.28.
9326
9327 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9328
9329 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9330 Removed the hardcoded switch to "java" style in Java mode.
9331 It's instead taken care of by the default value for c-default-style.
9332
9333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9334
9335 * cc-align.el (c-lineup-math): Fix bug where lineup was
9336 triggered by equal signs in string literals.
9337
9338 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9339
9340 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9341 limit detection when at the ends of the buffer.
9342
9343 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9344 "for" statement clause in case 7F; a better one is done
9345 earlier in case 7D anyway.
9346
9347 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9348
9349 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9350 somewhat more and did a small optimization.
9351
9352 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9353
9354 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9355 Use the limit argument only to limit the syntactic context
9356 search, not to limit the actual movement.
9357
9358 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9359 inside multiline strings, just like in comments. Also various
9360 fixes to the paragraph and comment prefix recognition, block
9361 comment ender handling etc.
9362
9363 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9364
9365 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9366 the relative position of the point.
9367
9368 * cc-cmds.el (c-electric-continued-statement): New function to
9369 use as abbrev hook to reindent for keywords such as "else"
9370 that continues an earlier statement.
9371
9372 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9373 like classes.
9374
9375 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9376 (pike-mode): Populate the default abbrev tables to reindent for
9377 keywords such as "else" that can continue earlier statements.
9378 Abbrev mode is therefore turned on by default now. (Note that
9379 this doesn't apply to idl-mode, since IDL afaik doesn't have
9380 statements at all.)
9381
9382 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9383
9384 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9385 bracelists where the declaration contains template arguments.
9386
9387 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9388
9389 * cc-cmds.el (c-comment-indent):
9390 Use `c-get-syntactic-indentation' to correctly calculate the
9391 syntactic indentation. Fixes bug with lineup functions that
9392 return vectors.
9393
9394 * cc-engine.el (c-get-syntactic-indentation): Split the
9395 indentation sum calculation from `c-indent-line' to a separate
9396 function.
9397
9398 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9399
9400 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9401 Fixed places where it was assumed that preprocessor directives
9402 have to start in column zero.
9403
9404 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9405 template arguments after a class identifier properly.
9406
9407 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9408 lists for `new Foo[]' constructs in Java as expressions and
9409 not top level definition brace lists on the top level, so that
9410 they'll get indented consistently with the same type of
9411 expression in a normal block.
9412
9413 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9414
9415 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9416 whether the adaptive filling package fails to keep the comment
9417 prefix is now kludged further to check for filladapt-mode
9418 which doesn't have that problem. This is really icky, but it's
9419 the only way that works with the current misfeatures/bugs in
9420 both adaptive-fill-mode and filladapt-mode.
9421
9422 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9423 around point is recognized more robust.
9424
9425 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9426
9427 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9428 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9429 (c-lit-type): Fixed all internal variables used dynamically so
9430 that they are always bound.
9431
9432 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9433 errors:
9434
9435 (c-indent-region): Fixed reporting of syntactic errors so that
9436 the region is fully reindented even when an error occurs.
9437 The last syntactic error is printed afterwards. Also cleanup up a
9438 whole lot of code that tried to optimize indentation of whole
9439 sexps but in reality accomplishes nothing.
9440
9441 (c-indent-sexp): Use c-indent-region.
9442
9443 (c-parsing-error): Changed this variable to hold the message
9444 for any syntactic error that is discovered.
9445
9446 (c-parse-state): Search backward from point instead of the bod
9447 position when the latter is invalid. This makes CC Mode
9448 recover faster when there are unbalanced close braces.
9449
9450 (c-backward-to-start-of-if): Use c-parsing-error to report
9451 dangling "else" clauses instead of throwing an error, and fall
9452 back to a reasonable position.
9453
9454 (c-indent-line): Added argument to avoid reporting syntactic errors.
9455
9456 (c-show-syntactic-information): Don't report any syntactic errors.
9457
9458 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9459
9460 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9461 paragraph recognition when moving by sentence in literals.
9462
9463 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9464 start regexp for javadoc to recognize javadoc markup in general instead
9465 of a specific set of keywords, to be more future-safe.
9466
9467 (c-Pike-pikedoc-paragraph-start)
9468 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9469 pikedoc markup.
9470
9471 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9472
9473 (pike-mode): Initialize paragraph settings pikedoc recognition.
9474
9475 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9476
9477 (c-comment-prefix-regexp): Made it possible to use an
9478 association list on this to specify mode specific regexps.
9479 The default value now use a special regexp in Pike mode to
9480 recognize pikedoc markup.
9481
9482 (c-current-comment-prefix): New variable containing the actual
9483 regexp from c-comment-prefix-regexp for the current buffer.
9484
9485 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9486
9487 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9488 lists: We can't look at the syntax, since a brace list can get
9489 recognized as a plain statement-cont.
9490
9491 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9492 special brace list opener broken over two lines got recognized
9493 as a statement on the second line. Case 9A changed.
9494
9495 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9496
9497 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9498 adjustment after line is reindented.
9499
9500 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9501
9502 * cc-defs.el (c-point): Added optional argument for position
9503 to use instead of the current point.
9504
9505 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9506 the in-expression block symbols when the construct starts at
9507 boi, to avoid the extra level of indentation in that case.
9508 Cases 4, 16A and 17E affected.
9509
9510 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9511
9512 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9513 calls to `c-indent-line', to adhere better to Emacs conventions.
9514
9515 * cc-engine.el (c-indent-line): Use the syntax already bound
9516 to `c-syntactic-context', if there is any.
9517
9518 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9519
9520 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9521 wasn't added up correctly when a lineup function returned nil.
9522
9523 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9524
9525 * cc-engine.el (c-collect-line-comments): Fixed bug where
9526 empty lines were ignored when collecting line comments backwards.
9527
9528 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9529
9530 * cc-align.el (c-lineup-dont-change): Return an absolute
9531 indentation column to work correctly in the case when several
9532 syntactic elements are processed for the same line.
9533
9534 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9535 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9536 (c-set-offset): Added absolute indentation column settings by
9537 using the vector type.
9538
9539 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9540
9541 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9542 Implemented two new cleanups `space-before-funcall' and
9543 `compact-empty-funcall'.
9544
9545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9546
9547 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9548 helping building regexps.
9549
9550 * cc-engine.el (c-on-identifier): New function for detecting
9551 identifiers. It takes keywords into account.
9552
9553 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9554 lists. `c-keywords' is set to a regexp matching all keywords
9555 in the current language.
9556
9557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9558
9559 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9560 list of characters to skip backwards over at the beginning of
9561 a statement, since it can precede string literals in Pike.
9562
9563 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9564
9565 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9566 recognition when standing on the last line in a C++ comment
9567 with nothing but whitespace after the prefix.
9568
9569 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9570 given no limit argument.
9571
9572 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9573
9574 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9575 recognition for the `[]= operator symbol in Pike.
9576
9577 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9578
9579 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9580 around a bug in `eval-when-compile' in the byte compiler.
9581
9582 * cc-engine.el (c-forward-token-1): Fixed bug with return
9583 value when count is zero and there's no token start within the limit.
9584
9585 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9586 "prefix comments", i.e. comments which are followed by code on
9587 the same line.
9588
9589 * cc-mode-19.el: Fixes so that checks that must be done at
9590 compile time also are done then.
9591
9592 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9593
9594 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9595 time and at runtime, and only when it's needed.
9596
9597 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9598
9599 Major cleanup for less error prone and more warning free
9600 compilation, including some fixes for bugs due to different
9601 compilation orders. Thanks to Martin Buchholz for providing
9602 the basis for all this.
9603
9604 * cc-bytecomp.el: New file that provides some byte compilation
9605 features: It ensures that files always are loaded from the
9606 current source directory during compilation, and it provides a
9607 set of macros to turn off specific compiler warnings for
9608 specific symbols. (It's not CC Mode specific in any way.)
9609
9610 Fixed a nearly acyclic dependency tree (both runtime and
9611 compile-time) between all files.
9612
9613 * cc-defs.el: Separated all macros before the inline functions,
9614 to ensure correct compilation.
9615
9616 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9617 cc-defs.el to cc-engine.el and made it a function instead.
9618
9619 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9620 about char-after.
9621
9622 * cc-vars.el: Cope even when there isn't a custom package
9623 containing defcustom available.
9624
9625 * cc-make.el: Removed since it's no longer necessary.
9626
9627 README: Updated installation instructions.
9628
9629 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9630
9631 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9632 improve the modularity: Moved all mode init stuff from
9633 cc-langs.el to cc-mode.el, including the keymap
9634 initialization; cc-langs now only contains the various
9635 variables for configuring the language syntax.
9636
9637 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9638 (c-get-offset): Moved from cc-styles to cc-engine since file
9639 dependency analysis suggests they belong there (which also
9640 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9641
9642 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9643
9644 * cc-cmds.el (c-fn-region-is-active-p): New function that
9645 wraps the corresponding macro, for use in places that aren't
9646 compiled. Thanks to Martin Buchholz for pointing out this.
9647
9648 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9649
9650 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9651 add things to the bug report.
9652
9653 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9654
9655 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9656 returned prefix could contain a newline when the search for a
9657 good prefix line failed.
9658
9659 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9660
9661 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9662 (c-toggle-auto-hungry-state): Made the argument optional, as
9663 the documentation says it is.
9664
9665 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9666
9667 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9668 multiline string syntax, #"...", as a cpp macro.
9669
9670 2001-03-21 Paul Eggert <eggert@twinsun.com>
9671
9672 * international/mule-cmds.el (set-locale-environment):
9673 Set system-messages-locale and system-time-locale, but only if the
9674 caller specifies a non-nil locale name.
9675
9676 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9677
9678 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9679 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9680
9681 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9682
9683 * follow.el (follow-avoid-tail-recenter): Doc fix.
9684
9685 * custom.el (custom-set-variables): Avoid reversing the list
9686 of args needlessly.
9687
9688 * startup.el (fancy-splash-head): Don't change the colors of the
9689 XPM image on a dark background.
9690
9691 * comint.el (comint-exec-1): Set columns of the terminal to
9692 window-width instead of frame-width.
9693
9694 * info.el (Info-scroll-down): Add missing WINDOW arg for
9695 pos-visible-in-window-p.
9696
9697 * ehelp.el (electric-help-mode-hook): Add defcustom.
9698
9699 * mail/sendmail.el (mail-mode): Activate case-folding in
9700 font-lock-defaults.
9701
9702 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9703
9704 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9705 (completion-ignored-extensions): Remove duplicate ".class".
9706
9707 2001-03-19 Andreas Schwab <schwab@suse.de>
9708
9709 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9710 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9711
9712 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9713
9714 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9715 methods since there are not prefix input methods.
9716
9717 2001-03-19 Kenichi Handa <handa@etl.go.jp>
9718
9719 * international/mule-cmds.el (read-input-method-name):
9720 Locally bind enable-recursive-minibuffers to t.
9721
9722 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9725
9726 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
9727
9728 * ediff-util.el: Copyright years.
9729 (ediff-choose-syntax-table): New function.
9730 (ediff-setup): Use ediff-choose-syntax-table.
9731
9732 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9733 with-syntax-table.
9734
9735 * ediff.el: Date of last update, copyright years.
9736
9737 * ediff-wind (ediff-setup-control-frame): Nill->nil.
9738
9739 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9740 of Scott Bronson.
9741 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9742 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9743 Deleted functions.
9744 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9745 ex-token-list.
9746
9747 * viper-util.el: Spaces, indentation.
9748
9749 * viper.el: Changed version, modification time.
9750
9751 2001-03-16 John Wiegley <johnw@gnu.org>
9752
9753 * calendar/timeclock.el (timeclock-workday-remaining):
9754 Check whether `discrep' is non-null before using it.
9755
9756 2001-03-16 John Wiegley <johnw@gnu.org>
9757
9758 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9759 first-time checkins.
9760 (timeclock-log-data): Fixed problem with reading timelog log file.
9761 Resulting data in the "day list" was incorrect.
9762 (timeclock-find-discrep): Check if `timeclock-file' is readable
9763 before opening it.
9764 (timeclock-time-less-p): New function.
9765 (timeclock-day-base): New function.
9766 (timeclock-geometric-mean): New function.
9767 (timeclock-generate-report): Generate a summary report based on
9768 the contents of the log file. This uses `timeclock-log-data', and
9769 is an example of writing a timelog manipulation function.
9770 (timeclock-visit-timelog): A quick command for opening the timelog
9771 file.
9772 (timeclock-log-data): Bound the variable event.
9773
9774 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9775
9776 * international/mule-cmds.el (select-safe-coding-system):
9777 Fix typo: symbol-name -> symbol-value.
9778
9779 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9780 before substitute-in-file-name to handle double slashes in FILE
9781 correctly.
9782
9783 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9784
9785 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9786 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9787
9788 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9789
9790 * bindings.el (features): Add `md5' and `overlay' to the list.
9791
9792 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9793 bound before using it. It's not bound when configured without X,
9794 for instance.
9795
9796 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9797
9798 * progmodes/hideshow.el: Update copyright.
9799 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9800 (hs-minor-mode-hook): Include `:version' in defcustom form.
9801
9802 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9803
9804 * help.el (string-key-binding): Don't call event-start on
9805 a non-list.
9806
9807 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9808
9809 * startup.el (fancy-splash-tail, command-line-1): Fix the
9810 copyright year.
9811
9812 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9813
9814 * term.el: These changes are based on a patch sent from Yong Lu
9815 <lyongu@yahoo.com>.
9816 (term-set-escape-char): Bind M-x to execute-extended-command in
9817 term-raw-escape-map.
9818 (term-move-columns): Don't try to move to negagive column.
9819 (term-emulate-terminal): Insert a string before deleting a text to
9820 overwrite.
9821
9822 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9823
9824 * play/life.el (life): Rearrange code so that all calls to
9825 life-display-generation are in a catch-form.
9826
9827 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9828 file that isn't interesting. In an interesting file, push the old
9829 value of point on the mark ring.
9830
9831 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9832 New function.
9833 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9834 Use it.
9835
9836 * emacs-lisp/autoload.el (generate-file-autoloads):
9837 Remove warning about line lengths.
9838
9839 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9840
9841 * progmodes/etags.el (tags-compression-info-list): New variable.
9842 (find-tag-in-order): Use it to deal with compressed source files.
9843 (tag-file-name-match-p): New function.
9844 (etags-recognize-tags-table): Use it for better match of file names.
9845
9846 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9847
9848 * international/mule-cmds.el (register-input-method): Doc fix.
9849
9850 * international/quail.el (quail-translate-key): Fix condition to
9851 check if there's another breaking point in the current key.
9852
9853 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9856 Babyl header to the newly-created output file, bind
9857 coding-system-for-write to either rmail-file-coding-system or
9858 emacs-mule-unix.
9859
9860 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9861
9862 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9863 Fix the name and regexp used for subsubsections.
9864
9865 2001-03-10 Dave Love <fx@gnu.org>
9866
9867 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9868 and save-buffer if buffer-file-name non-nil. From rms.
9869
9870 2001-03-10 Andre Spiegel <spiegel@gnu.org>
9871
9872 * vc.el (vc-do-command): If the destination buffer is already
9873 current, don't set it up and don't erase it. Updated doc string
9874 to reflect that.
9875 (vc-version-diff): When doing a single file diff, don't switch to the
9876 *vc-diff* buffer before the command. This is to preserve local
9877 variable bindings that might affect the diff command.
9878 (vc-print-log): Don't switch to the *vc* buffer before the
9879 command, so that local variable bindings are preserved.
9880
9881 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9882 not the current buffer.
9883 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9884
9885 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9886 make output go to buffer *vc*, not the current buffer.
9887
9888 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9889
9890 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9891 so ^, $, *, ? and + are interpreted correctly.
9892
9893 2001-03-09 Gerd Moellmann <gerd@gnu.org>
9894
9895 * help.el (string-key-binding): Renamed from
9896 mode-line-key-binding. Handle any event on a string.
9897 Check for `keymap' properties as well as `local-map' properties.
9898
9899 * comint.el (comint-insert-clicked-input): Use the last key
9900 from this-command-keys to lookup the global key definition.
9901
9902 2001-03-09 Kenichi Handa <handa@etl.go.jp>
9903
9904 * international/characters.el: Add category `j' for
9905 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9906
9907 * international/mule-conf.el (no-conversion): Fix docstring.
9908 (raw-text): Fix docstring.
9909
9910 2001-03-08 Gerd Moellmann <gerd@gnu.org>
9911
9912 * simple.el (choose-completion-string): When not leaving the
9913 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9914 is set.
9915
9916 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9917 parameter `(minibuffer . t)'.
9918
9919 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9920
9921 * progmodes/sh-script.el (sh-st-symbol): New symbol.
9922 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9923 (sh-mode): Remove `make-local-variable' for unused var
9924 `font-lock-unfontify-region-function'.
9925
9926 2001-03-07 Richard M. Stallman <rms@gnu.org>
9927
9928 * info.el (Info-scroll-down): Fix previous change.
9929
9930 * mail/rmail.el (rmail-toggle-header): Use a window which
9931 is showing the Rmail buffer, rather than the selected window.
9932
9933 2001-03-07 Dave Love <fx@gnu.org>
9934
9935 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9936 now, to avoid problems with binding imenu directly to a mouse event.
9937
9938 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9939
9940 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9941 second arg t.
9942
9943 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9944
9945 * log-edit.el (log-edit-common-indent): New var.
9946 (log-edit-set-common-indentation): Renamed from
9947 log-edit-delete-common-indentation. Use the new var.
9948 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9949
9950 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9951 (cvs-mode-add-change-log-entry-other-window):
9952 Don't presume change-log-default-name is defined.
9953
9954 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9955
9956 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9957 the "tree" operation as well.
9958
9959 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9960
9961 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9962 to match paragraph-start.
9963
9964 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9965 comment-start-skip and set comment-end-skip as well.
9966 (sgml-comment-indent): Fix for new value of comment-start-skip.
9967 (html-autoview-mode): Don't bother using make-local-hook.
9968
9969 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9970
9971 * cus-edit.el (custom-save-delete): Move in front of local
9972 variables, otherwise long Custom entries would make them ineffective.
9973
9974 * uniquify.el: Set maintainer to FSF.
9975
9976 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
9977
9978 * dired-aux.el (dired-do-shell-command): Doc fix.
9979
9980 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
9981
9982 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9983
9984 * which-func.el (which-func-modes): Add cperl-mode.
9985 (which-func-mode-global): Use define-minor-mode.
9986
9987 * info-look.el: Docstring fixes and dead code eliminated.
9988 (cperl-mode): Add support.
9989 (emacs-lisp-mode): List all entries from elisp manual, whether
9990 or not they are currently (f)bound or not. Update regexp.
9991
9992 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9993
9994 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9995 so that C-h m shows the correct information.
9996 Use make-local-variable rather than make-variable-buffer-local.
9997 (cperl-info-buffer, cperl-setup-tmp-buf):
9998 Use make-local-variable rather than make-variable-buffer-local.
9999 (cperl-msb-fix, cperl-get-help-defer):
10000 Check major-mode for `cperl-mode' as well.
10001
10002 * progmodes/cperl-mode.el: Updated to author version 4.23.
10003 (cperl-electric-pod): SYNOPSIS was misspelled.
10004 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10005 (cperl-after-expr-p): Make true after __END__.
10006
10007 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10008
10009 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10010 bookmark-completion-ignore-case is t.
10011
10012 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10013 switch, like xterm, and concat resource strings, with a newline
10014 between them.
10015
10016 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10017
10018 * international/codepage.el (cp770-decode-table)
10019 (cp773-decode-table, cp774-decode-table): New variables.
10020
10021 * man.el (Man-hyphenated-reference-regexp): New variable.
10022 (Man-build-references-alist): Use it to search for referenced
10023 manpages. If hyphenated is non-nil, record a concatenated word in
10024 Man-refpages-alist only if it matches Man-reference-regexp.
10025 Update word's length when it is concatenated. Reverse the list,
10026 to get the first manpage at the head.
10027 (Man-possibly-hyphenated-word): New function.
10028 (Man-follow-manual-reference): Use it instead of current-word to
10029 find a manpage at point, in a way that accounts for hyphenated
10030 references.
10031
10032 2001-03-06 Alex Schroeder <alex@gnu.org>
10033
10034 * sql.el (sql-interbase): New function.
10035 (sql-interbase-program): New option.
10036 (sql-interbase-options): New option.
10037 And some typos fixed: "customise" to "customize".
10038
10039 2001-03-06 Dave Love <fx@gnu.org>
10040
10041 * textmodes/flyspell.el (flyspell-region):
10042 Set up flyspell-local-mouse-map.
10043
10044 2001-03-05 Richard M. Stallman <rms@gnu.org>
10045
10046 * mail/rmail.el (rmail-retry-failure):
10047 Don't call rmail-beginning-of-message.
10048 Don't discard From: field. Do discard Received: field.
10049 Use unwind-protect to re-prune.
10050 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10051
10052 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10053
10054 * international/quail.el (quail-title): Add autoload cookie.
10055
10056 2001-03-05 Dave Love <fx@gnu.org>
10057
10058 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10059 new defs.
10060
10061 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10062
10063 * language/ethio-util.el (ethio-toggle-space):
10064 Update current-input-method-title if necessary.
10065 (ethio-toggle-punctuation): Likewise.
10066
10067 * international/quail.el (quail-title): Fix for the case that a
10068 title of an input method is specified by a list of the same form
10069 as used in mode-line-format.
10070
10071 * international/mule-cmds.el (activate-input-method):
10072 If current-input-method-title is set by activating INPUT-METHOD,
10073 respect that value.
10074
10075 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10076
10077 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10078
10079 2001-03-05 Alex Schroeder <alex@gnu.org>
10080
10081 * sql.el (sql-sybase): Fix typo (was: query user about server two
10082 times instead of server and database).
10083
10084 * sql.el (sql-sybase): Doc change.
10085 (sql-mysql): Doc change.
10086 (sql-postgres): Doc change.
10087
10088 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10089
10090 * international/mule-conf.el (emacs-mule, raw-text):
10091 Docstring modified.
10092
10093 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10094
10095 * term/internal.el: Update copyright notice.
10096
10097 * term/pc-win.el: Update copyright notice.
10098
10099 2001-03-02 Dave Love <fx@gnu.org>
10100
10101 * files.el (insert-file-contents-literally):
10102 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10103 not jka-compr-compression-info-list.
10104
10105 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10106
10107 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10108 spaces in default comment-start-skip settings rather than \s-.
10109
10110 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10111
10112 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10113 default-frame-alist as well.
10114
10115 2001-03-01 Dave Love <fx@gnu.org>
10116
10117 * textmodes/reftex.el (defvar): Wrap some defvars in
10118 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10119
10120 * subr.el (event-basic-type): Doc fix.
10121
10122 * international/quail.el: Doc fixes.
10123
10124 * international/utf-8.el: Doc fixes.
10125
10126 * international/mule-cmds.el: Doc fixes.
10127 (leim-list-header): Fix header text.
10128
10129 * international/mule.el (coding-system-category): Doc fix.
10130
10131 * international/ccl.el (ccl-compile): Doc fix.
10132
10133 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10134
10135 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10136 rather than (before|after)-change-functions.
10137
10138 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10139
10140 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10141 scroll-left and scroll-right being called interactively so that
10142 they set the window's min_hscroll.
10143
10144 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10145
10146 * info.el (info-insert-file-contents-1): Accept an additional
10147 argument `lfn': if it is non-nil, concatenate `filename' and
10148 `suffix'; otherwise use the complicated MS-DOS code.
10149 All callers changed.
10150 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10151 can access long file names, try the long file-name version of
10152 `info-insert-file-contents-1', then the short file-name version.
10153
10154 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10155
10156 * language/ethio-util.el (setup-ethiopic-environment-internal):
10157 Change bindings of functions keys to conform to "Emacs Lisp Coding
10158 Convention".
10159
10160 * language/ethiopic.el ("Ethiopic"): Add documentation.
10161
10162 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10163
10164 * international/utf-8.el (mule-utf-8): Set coding-category
10165 property to coding-category-utf-8.
10166
10167 2001-02-27 Richard M. Stallman <rms@gnu.org>
10168
10169 * lpr.el (lpr-page-header-switches, print-region-1):
10170 Undo 2000-07-06 change.
10171 (lpr-add-switches): Default to t on gnu/linux.
10172
10173 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10174
10175 * bs.el (bs-attributes-list): Doc fix.
10176
10177 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10178
10179 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10180
10181 * help.el (view-order-manuals): Use goto-address.
10182
10183 * startup.el (command-line-1): Add info about ordering manuals
10184 to the not so fancy splash screens.
10185
10186 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10187
10188 * vc.el (vc-default-workfile-unchanged-p)
10189 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10190
10191 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10192
10193 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10194 fontify in the right buffer.
10195
10196 * allout.el (outline-flag-region): Move macro in front of first
10197 use to avoid a run-time error.
10198
10199 2001-02-24 Andrew Innes <andrewi@gnu.org>
10200
10201 * makefile.w32-in: Fix copyright notice.
10202
10203 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10204
10205 * international/utf-8.el (mule-utf-8): Set correct value for
10206 valid-codes property.
10207
10208 * international/fontset.el (x-complement-fontset-spec): In the
10209 case that we use ASCII font for the other charsets, use only
10210 family and registry part of it.
10211
10212 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10213
10214 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10215 (shrink-window-if-larger-than-buffer): Doc fix.
10216
10217 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10218
10219 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10220 predicate passed to completing-read.
10221
10222 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10223
10224 * startup.el (command-line): Fix last change.
10225
10226 2001-02-23 Jason Rumney <jasonr@gnu.org>
10227
10228 * startup.el (tool-bar-originally-present): New variable.
10229 (command-line): Set it if the tool-bar is switched on at startup.
10230
10231 * frame.el (frame-notice-user-settings): Only adjust frame height
10232 for no tool-bar case if tool-bar was originally switched on.
10233 From E. Jay Berkenbilt.
10234
10235 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10236
10237 * server.el (server-switch-buffer): Only switch window if the
10238 current one is dedicated.
10239
10240 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10241 rather than using (match-beginning 0) when searching for break point.
10242
10243 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10244
10245 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10246 @ follows an accent command such as @'. Support optional braces
10247 in commands that insert accents, like makeinfo does.
10248
10249 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10250
10251 * startup.el (fancy-splash-text): Add a line for ordering
10252 manuals. Reverse order of splash screens shown.
10253 (use-fancy-splash-screens-p): Adapt to the text line added.
10254
10255 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10256 manuals from the FSF.
10257
10258 * help.el (view-order-manuals): New function.
10259 (toplevel): Bind C-h C-m to this function.
10260
10261 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10262
10263 * newcomment.el (comment-forward): Skip the comment-start before
10264 searching for the comment-end.
10265
10266 2001-02-21 Dave Love <fx@gnu.org>
10267
10268 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10269
10270 * international/mule-cmds.el, international/mule.el: Doc fixes.
10271
10272 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10273
10274 * startup.el (fancy-splash-screens): Use display-hourglass
10275 instead of display-busy-cursor.
10276
10277 * frame.el (display-hourglass): Renamed from busy-cursor.
10278 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10279 (show-cursor-in-non-selected-windows): Doc fix.
10280
10281 2001-02-20 Dave Love <fx@gnu.org>
10282
10283 * international/utf-8.el: Doc and commentary fixes.
10284
10285 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10286
10287 * ehelp.el (with-electric-help): Doc fix.
10288
10289 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10290
10291 * msb.el (msb-mode): Call the update-buffers function explicitly
10292 with a FORCE argument.
10293
10294 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10295 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10296 returns nil.
10297
10298 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10299
10300 * ps-print.el: Timestamp package replacement. Some enhancements.
10301 Some XEmacs compatibility. Doc fix.
10302 (ps-print-version): New version number (6.4).
10303 (ps-printer-name): Initialization fix.
10304 (ps-zebra-stripe-follow): Funcionality enhancement.
10305 (ps-prologue-file): Code enhancement.
10306 (ps-right-header): Timestamp package replacement.
10307 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10308 (ps-get-page-dimensions)
10309 (ps-generate-header, ps-begin-file, ps-begin-job)
10310 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10311 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10312 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10313 (coding-system-for-write): Var declaration (XEmacs compatibility).
10314
10315 2001-02-20 Miles Bader <miles@gnu.org>
10316
10317 * image-file.el (image-file-name-extensions): Add "tif".
10318
10319 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10320
10321 * wid-edit.el (widget-button-click): Save the selected window
10322 around the code handling clicks on buttons.
10323
10324 2001-02-18 Dave Love <fx@gnu.org>
10325
10326 * imenu.el (imenu--generic-function): Use mapc to iterate over
10327 syntax characters.
10328
10329 2001-02-17 Richard M. Stallman <rms@gnu.org>
10330
10331 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10332
10333 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10334
10335 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10336
10337 * mouse.el (mouse-save-then-kill): If the distance from the new
10338 point to the mark is equal to the distance of point from the new
10339 point, move point instead of the mark.
10340
10341 2001-02-16 Dave Love <fx@gnu.org>
10342
10343 * textmodes/flyspell.el (flyspell-get-word): Return string without
10344 properties.
10345
10346 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10347
10348 * generic.el (generic-find-file-regexp): Doc fix.
10349 (generic-ignore-files-regexp): New defcustom.
10350 (generic-mode-find-file-hook): If the file's name matches the
10351 regexp in `generic-ignore-files-regexp', don't enter
10352 default-generic-mode. Doc fix.
10353
10354 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10355
10356 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10357 Add autoload cookies.
10358
10359 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10360 of cal-tex-24.
10361
10362 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10363
10364 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10365
10366 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10367 the character class after the (optional) drive, to support file
10368 names with embedded blanks.
10369
10370 2001-02-15 Sam Steingold <sds@gnu.org>
10371
10372 * textmodes/tex-mode.el (tex-shell-running):
10373 Check the process buffer too.
10374
10375 2001-02-15 Dave Love <fx@gnu.org>
10376
10377 * battery.el (battery-status-function): Fix doc, :type.
10378
10379 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10380
10381 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10382
10383 * subr.el (read-passwd): Clear Lisp memory holding password.
10384
10385 2001-02-15 Miles Bader <miles@gnu.org>
10386
10387 * info.el (Info-copy-current-node-name): New function.
10388 (Info-mode-menu): Add it to the menu.
10389
10390 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10391
10392 * international/mule-cmds.el (toggle-input-method): Doc fix.
10393
10394 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * replace.el (occur): Stop at end of buffer.
10397
10398 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10399
10400 * international/mule-cmds.el (set-input-method): Another doc fix.
10401
10402 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10403
10404 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10405
10406 2001-02-13 Miles Bader <miles@gnu.org>
10407
10408 * faces.el (set-face-background, set-face-foreground)
10409 (set-face-stipple): Treat a value of nil as being `unspecified'.
10410
10411 2001-02-12 Dave Love <d.love@dl.ac.uk>
10412
10413 * international/latin1-disp.el: Doc fixes.
10414 (latin1-display) <defgroup>: Add :link.
10415 (latin1-display) <function>: Set variable latin1-display.
10416
10417 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10418
10419 * international/mule-cmds.el (set-input-method): Doc fix.
10420
10421 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10422
10423 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10424 (speedbar-line-file): Return nil if not a file.
10425 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10426
10427 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10428
10429 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10430 for remote files.
10431 (ediff-coding-system-for-read): Replaced the no-conversion default
10432 with raw-text.
10433
10434 * ediff-init.el: Removed :version from defcustom vars.
10435
10436 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10437 Better handling of the diff mode.
10438
10439 * ediff.texi: Added ediff-coding-system-for-read.
10440
10441 * viper.texi: Fix typos.
10442
10443 2001-02-11 Dave Love <fx@gnu.org>
10444
10445 * shadowfile.el: Doc fixes.
10446 (shadow) <defgroup>: Add :link.
10447 (shadowfile-unload-hook): New function.
10448 (shadow-initialize): Use defalias, not fset.
10449 (shadow-define-cluster, shadow-define-literal-group)
10450 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10451
10452 * international/mule.el: Doc and message fixes.
10453
10454 * international/ccl.el (define-ccl-program): Doc fix.
10455
10456 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10457
10458 * faces.el (mode-line): Set :line-width property to -1.
10459
10460 2001-02-10 Richard M. Stallman <rms@gnu.org>
10461
10462 * complete.el (partial-completion-mode): Doc fix.
10463
10464 * simple.el (delete-key-deletes-forward-mode):
10465 Change `let' to `let*' to fix gross bug in last change.
10466
10467 * repeat.el (repeat): Don't let execute-kbd-macro alter
10468 real-last-command.
10469
10470 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10471
10472 * simple.el (eval-expression): Doc fix.
10473
10474 2001-02-09 Dave Love <fx@gnu.org>
10475
10476 * imenu.el (imenu-generic-expression): Doc fix.
10477
10478 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10479 From Juanma Barranquero.
10480
10481 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10482
10483 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10484
10485 * faces.el (set-face-attribute): Describe the case of a negative
10486 value specified for :line-width.
10487
10488 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10489
10490 * which-func.el (which-func-mode): Invert which-func-mode-global.
10491 From Juanma Barranquero <lektu@uol.com.br>.
10492
10493 2001-02-08 Dave Love <fx@gnu.org>
10494
10495 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10496 widget-plist-value-type.
10497 (widget-alist-convert-widget): Replace binding of
10498 widget-alist-value-type.
10499
10500 * textmodes/paragraphs.el (sentence-end): Doc fix.
10501
10502 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10503 Remove `backward-line'.
10504
10505 * play/pong.el (pong-blank-color, pong-bat-color)
10506 (pong-ball-color, pong-border-color, pong-left-key)
10507 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10508 (pong-pause-key, pong-resume-key, pong-timer-delay):
10509 * mail/mh-comp.el (mh-compose-letter-function):
10510 * eshell/esh-mode.el (eshell-skip-prompt-function):
10511 * emulation/viper-ex.el (ex-unix-type-shell-options):
10512 * recentf.el (recentf-menu-filter):
10513 * ps-print.el (ps-print-region-function):
10514 * lpr.el (print-region-function):
10515 * forms.el (forms-mode-hooks):
10516 * dirtrack.el (dirtrack-directory-change-hook):
10517 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10518 * textmodes/spell.el (spell-filter):
10519 * textmodes/fill.el (adaptive-fill-function):
10520 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10521 * progmodes/etags.el (find-tag-default-function):
10522 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10523 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10524
10525 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10528 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10529 Meyering <jim@meyering.net>.
10530
10531 * loadup.el: Revert last change.
10532
10533 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10534
10535 * international/mule.el (transform-make-coding-system-args):
10536 Make it work also for coding systems not using CCL.
10537
10538 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10539
10540 * simple.el (previous-matching-history-element)
10541 (next-matching-history-element): Doc fix.
10542
10543 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10544 specific part.
10545
10546 2001-02-06 Dave Love <fx@gnu.org>
10547
10548 * add-log.el (add-log-current-defun-function)
10549 (add-log-buffer-file-name-function, add-log-file-name-function):
10550 Fix :type.
10551 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10552
10553 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10554
10555 * info.el (info-initialize): Remove the test for system-type when
10556 invocation-directory is non-nil.
10557
10558 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10559 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10560
10561 2001-02-06 Andrew Innes <andrewi@gnu.org>
10562
10563 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10564 absolute.
10565
10566 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10567
10568 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10569 buffers. When hi-lock turned on rather than only checking current
10570 buffer for regexps, all buffers are checked. Moved activation of
10571 font-lock to hi-lock-refontify. When font-lock turned off rather
10572 than removing added highlighting just in current buffer, remove it
10573 in all buffers. Changed edit menu text from "Automatic
10574 Highlighting" to "Regexp Highlighting" Documentation for
10575 highlighting phrases, minor documentation changes.
10576 (hi-lock-set-file-patterns): Execute only if there are new or
10577 existing file patterns.
10578 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10579 unfontify and, if a support mode is active, will not refontify the
10580 whole buffer. If necessary, turn on font lock. (Removed
10581 font-lock-unfontify and font-lock support-mode-specific calls,
10582 such as lazy-lock-fontify-window.)
10583 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10584 patterns are found. Not useful now since find-file-hook is removed
10585 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10586 (hi-lock-face-phrase-buffer): New function. Also added related
10587 menu item and keybinding.
10588 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10589 (hi-lock-process-phrase): New function.
10590 (hi-lock-line-face-buffer): Doc fixes.
10591 (hi-lock-face-buffer): Doc fixes.
10592 (hi-lock-unface-buffer): Doc fixes.
10593
10594 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10595
10596 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10597 dabbrev-ignored-regexps.
10598
10599 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10600
10601 * simple.el (kill-line): Doc fix.
10602
10603 2001-02-05 Dave Love <fx@gnu.org>
10604
10605 * loadup.el: Revert last two changes -- bootstrapping works with
10606 regenerated loaddefs.
10607
10608 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10609
10610 * isearch.el (isearch-forward): Doc fix.
10611
10612 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10613 of font-lock-defaults to backward-paragraph.
10614
10615 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10616
10617 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10618 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10619
10620 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10621
10622 * ebnf2ps.el: Eliminate time-stamp functions.
10623 (ebnf-version): New version (3.5).
10624 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10625 format-time-string.
10626
10627 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10628
10629 * simple.el (next-line): Goto end-of-line before inserting a newline.
10630
10631 2001-02-05 Miles Bader <miles@gnu.org>
10632
10633 * image-file.el (insert-image-file): When visiting an image, also
10634 set `truncate-lines' to t so that any fringe arrow looks correct.
10635
10636 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10637
10638 * isearch.el (isearch-forward): Add description about input method
10639 in the docsting.
10640
10641 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10642
10643 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10644
10645 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10646
10647 * info.el (info-initialize): If installation-directory is nil, for
10648 DOS/Windows systems try looking in a sibling of invocation-directory.
10649
10650 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10651
10652 * wid-edit.el (widget-button-click): Fix last change.
10653
10654 * frame.el (frame-notice-user-settings): When resizing the initial
10655 frame because the tool bar is off, also change the frame's top
10656 position if a negative top position was specified.
10657
10658 2001-02-02 Miles Bader <miles@gnu.org>
10659
10660 * image-file.el (insert-image-file): When visiting an image,
10661 suppress the cursor in the image buffer.
10662
10663 2001-02-01 Dave Love <fx@gnu.org>
10664
10665 * progmodes/f90.el (f90-mode): Remove startup message.
10666
10667 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10668
10669 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10670
10671 * startup.el (command-line): Fix code determining whether or not
10672 to use delete-key-deletes-forward-mode.
10673
10674 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10675
10676 * vc.el (vc-diff-switches): New user option.
10677 (vc-version-diff): Use it.
10678 (vc-diff-switches-list): New macro.
10679
10680 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10681 New customization options.
10682 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10683
10684 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10685
10686 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10687
10688 * msb.el (toplevel): Quote hook symbols.
10689
10690 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10691
10692 * international/mule.el (make-coding-system): Add description
10693 about recognized properties in the docstring.
10694
10695 * international/mule-conf.el: Remove unused charsets
10696 mac-roman-lower and mac-roman-upper.
10697
10698 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10699
10700 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10701 is in front of the left-margin, if any.
10702
10703 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10704 like `delete'.
10705
10706 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10707
10708 * term/w32-win.el (mouse-set-font): Doc fix.
10709
10710 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10711
10712 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10713 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10714 on already.
10715
10716 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
10717
10718 * files.el (save-buffer): Don't give message if (buffer-file-name)
10719 returns nil.
10720
10721 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10722
10723 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10724
10725 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10726 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10727
10728 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10729 display problems.
10730
10731 2001-01-31 Kenichi Handa <handa@etl.go.jp>
10732
10733 * international/mule.el (charset-info): Fix docstring.
10734
10735 * international/mule-diag.el (describe-character-set): Check final
10736 char valid before printing it.
10737
10738 2001-01-30 Gerd Moellmann <gerd@gnu.org>
10739
10740 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10741
10742 * frame.el (frame-notice-user-settings): Do the tool-bar
10743 stuff only for graphical displays. Fix a braino.
10744
10745 * frame.el (frame-initialize): Create initial frame visible.
10746 (frame-notice-user-settings): When tool-bar has been switched off,
10747 correct the frame size and sync tool-bar-mode.
10748
10749 * startup.el (command-line): Remove manipulation of frame
10750 height for tool bars.
10751
10752 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10753
10754 * lpr.el: Compatibility with XEmacs and doc fixes.
10755 (lpr-windows-system, lpr-lp-system): New vars.
10756 (lpr-printer-switch): New defcustom.
10757 (printer-name, lpr-command): Customization fix.
10758 (print-region-1): Code fix.
10759 (print-region-new-buffer, printify-region): Indentation fix.
10760 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10761 New functions.
10762
10763 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10764
10765 * msb.el (toplevel): Fix the eval-after-load.
10766
10767 2001-01-29 Dave Love <fx@gnu.org>
10768
10769 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10770
10771 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10772
10773 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10774 (tcl-using-emacs-19-23): Consider Emacs 21+.
10775 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10776 (tcl-add-emacs-menu): Supply menu name.
10777 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10778
10779 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10780
10781 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10782
10783 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10784
10785 * pcvs.el (cvs-mark-fis-dead): New function.
10786 (cvs-mode-add): Use it.
10787 (cvs-mode-add-change-log-entry-other-window):
10788 Rebind change-log-default-name to itself rather than to nil.
10789
10790 2001-01-29 Sam Steingold <sds@gnu.org>
10791
10792 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10793 `autoload' statements.
10794
10795 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10796
10797 * files.el (confirm-kill-emacs): Doc fix.
10798
10799 * frame.el (frame-initialize): Doc fix.
10800
10801 * time-stamp.el (time-stamp-string): Doc fix.
10802
10803 * woman.el (WoMan-log-1): Make the log buffer writable.
10804 From Markus Rost <rost@math.ohio-state.edu>.
10805
10806 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10807
10808 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10809 the `make-variable-buffer-local'.
10810
10811 2001-01-29 Dave Love <fx@gnu.org>
10812
10813 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10814 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10815 Add autoload cookie.
10816 (ansi-color-apply-sequence): Fix typo.
10817
10818 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10819
10820 * menu-bar.el (menu-bar-files-menu): Add menu items for
10821 Postscript printing in black and white.
10822
10823 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10824 X-Mailman-Version, Precedence, List-Help, List-Post,
10825 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10826 Content-Type, Content-Length.
10827
10828 2001-01-29 Dave Love <fx@gnu.org>
10829
10830 * elide-head.el (elide-head): Make overlay evaporate.
10831
10832 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10833
10834 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10835
10836 * isearch.el (isearch-highlight): Don't punt if the display
10837 doesn't support colors, since isearch faces are defined for
10838 monochrome displays as well.
10839
10840 2001-01-27 Sam Steingold <sds@gnu.org>
10841
10842 * shell.el (shell-write-history-on-exit): Make sure that we are in
10843 the shell buffer (M-x tex-file RET inserted the error message into
10844 the TeX buffer).
10845
10846 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10847
10848 * simple.el (transient-mark-mode): Doc fix.
10849
10850 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10851
10852 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10853
10854 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10855
10856 * shell.el (shell-unquote-argument): If the shell is one of the
10857 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10858 quote character.
10859 (shell-dumb-shell-regexp): Document that the shells which match
10860 this regexp are supposed to not treat a backslash as a quote character.
10861
10862 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10863 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
10864
10865 2001-01-27 Richard M. Stallman <rms@gnu.org>
10866
10867 * dabbrev.el (dabbrev--substitute-expansion):
10868 Treat a one-capital-letter abbrev as "not all upper case",
10869 so as to force preservation of the expansion's pattern
10870 if the expansion starts with a capital letter.
10871
10872 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10873
10874 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10875 Doc fix.
10876
10877 * simple.el (transient-mark-mode): Document the fact that many
10878 commands act on the region when mark is active.
10879
10880 2001-01-27 Kenichi Handa <handa@etl.go.jp>
10881
10882 * international/quail.el (quail-setup-completion-buf): Make the
10883 multibyteness of current buffer inherited to Quail completion buffer.
10884 (quail-show-guidance-buf): Make the multibyteness of current
10885 buffer inherited to Quail guidance buffer.
10886 (quail-help): Make the multibyteness of current buffer inherited
10887 to Quail help buffer.
10888
10889 2001-01-26 Dave Love <fx@gnu.org>
10890
10891 * time-stamp.el: Doc fixes.
10892
10893 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10894 (delphi-keyword-face, delphi-other-face): Fix :type.
10895
10896 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10897
10898 * mail/feedmail.el (feedmail): Add :link.
10899 (feedmail-send-it): Doc fix.
10900
10901 * mail/sendmail.el: Doc fixes.
10902 (sendmail-send-it): Fix the non-ASCII regexp and use
10903 rfc2047-encode-string.
10904
10905 * dired.el, dired-aux.el: Revert last change.
10906
10907 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10908
10909 * makefile.w32-in (DONTCOMPILE): Add various term files.
10910
10911 2001-01-26 Dave Love <fx@gnu.org>
10912
10913 * Makefile.in (DONTCOMPILE): Add various term files.
10914
10915 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10916
10917 * man.el (Man-default-man-entry, Man-mode): Doc fix.
10918
10919 * startup.el (display-startup-echo-area-message): Make sure
10920 the echo area is resized to fit the size of the startup message.
10921
10922 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10923 part of which is a constant.
10924
10925 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10926
10927 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
10928
10929 2001-01-26 Richard M. Stallman <rms@gnu.org>
10930
10931 * simple.el (next-line): Don't let `newline' expand abbrevs.
10932 Simplify slightly.
10933 (open-line): Don't let `newline' expand abbrevs.
10934
10935 2001-01-25 John Wiegley <johnw@gnu.org>
10936
10937 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10938 to `repeat' in the :type field.
10939
10940 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10941 allow a choice of regexp or nil.
10942 (pcomplete-dir-ignore): Same.
10943
10944 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10945 a command) to always fail.
10946
10947 2001-01-25 Gerd Moellmann <gerd@gnu.org>
10948
10949 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10950 discard the result.
10951 (iswitchb-to-end): Likewise.
10952
10953 2001-01-25 Sam Steingold <sds@gnu.org>
10954
10955 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
10956 Require vc.
10957
10958 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
10959
10960 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10961
10962 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10963
10964 2001-01-25 Dave Love <fx@gnu.org>
10965
10966 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10967 (describe-coding-system): Tweak the English text.
10968
10969 * loadup.el: Preload international/ccl for utf-8.
10970
10971 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10972
10973 * mail/rmail.el (rmail-redecode-body): Doc fix.
10974
10975 2001-01-25 Kenichi Handa <handa@etl.go.jp>
10976
10977 * international/mule-cmds.el (reset-language-environment):
10978 Reset coding-category-utf-8 to mule-utf-8.
10979
10980 * international/mule-conf.el (coding-category-utf-8):
10981 Initialize to mule-utf-8.
10982
10983 * loadup.el: Preload international/utf-8.
10984
10985 * international/utf-8.el: New file.
10986
10987 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
10988
10989 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10990
10991 2001-01-24 Sam Steingold <sds@gnu.org>
10992
10993 * dired.el (dired-replace-in-string): Removed.
10994 (dired-sort-toggle): Use `replace-regexps-in-string'
10995 instead of `dired-replace-in-string'.
10996
10997 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10998 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
10999
11000 * gs.el (gs-replace-in-string): Removed.
11001 (gs-options): Use `replace-regexps-in-string'
11002 instead of `gs-replace-in-string'.
11003
11004 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11005
11006 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11007 bug report is mailed to an email list and posted to a news group.
11008
11009 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11010
11011 * comint.el (comint-replace-by-expanded-history-before-point):
11012 Fix change of 2000-08-03 to move point to the start of the line again.
11013
11014 * startup.el (tool-bar-images-pixel-height): New variable.
11015 (command-line): After loading the user's init file, when
11016 tool-bar-mode is on, increase the frame's size by some lines for
11017 the tool-bar.
11018
11019 * frame.el (frame-initialize): Create the initial frame invisible.
11020
11021 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11022
11023 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11024 (chinese-big5): MIME:Big5.
11025
11026 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11027
11028 * international/mule-cmds.el (universal-coding-system-argument):
11029 Handle commands with prefix args.
11030
11031 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11032
11033 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11034 being a list of numbers.
11035 (diary-mail-entries): Rewritten.
11036
11037 2001-01-23 Dave Love <fx@gnu.org>
11038
11039 * international/mule.el (make-coding-system): Fix typo.
11040
11041 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11042 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11043
11044 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11045
11046 * font-lock.el (font-lock-mode): Doc fix.
11047
11048 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11049
11050 * international/mule.el (make-translation-table): Fix docstring.
11051
11052 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11053
11054 * mail/rmail.el (rmail-redecode-body): New function.
11055
11056 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11057
11058 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11059
11060 * isearch.el (isearch-lazy-highlight-case-fold-search)
11061 (isearch-lazy-highlight-regexp): New variables.
11062 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11063 case-fold search or regexp search has been toggled.
11064
11065 * wid-edit.el (widget-button-click): Avoid a save-excursion
11066 around running a global binding.
11067
11068 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11069 to 0.25.
11070
11071 2001-01-20 Miles Bader <miles@gnu.org>
11072
11073 * cus-edit.el (custom-face-save): Do post-processing on the face's
11074 new value like `custom-face-set' does.
11075
11076 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11077
11078 * mail/emacsbug.el (report-emacs-bug): Report the value of
11079 LC_CTYPE, not LC_TYPE.
11080
11081 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11082 isearch-toggle-regexp and isearch-edit-string to doc string.
11083
11084 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11085
11086 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11087 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11088
11089 * jit-lock.el (jit-lock-fontify-now): Don't bind
11090 font-lock-beginning-of-syntax-function to nil.
11091
11092 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11093
11094 * mail/emacsbug.el (report-emacs-bug): Report values of
11095 locale-coding-system, default-enable-multibyte-characters, and the
11096 environment variables LC_ALL, LC_TYPE, and LANG.
11097
11098 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11099
11100 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11101
11102 * font-lock.el (font-lock-multiline): Default to nil.
11103 (font-lock-default-fontify-region): If font-lock-multiline is
11104 nil, don't check the property `font-lock-multiline'.
11105
11106 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11107 is nil, don't check the `font-lock-multiline' text property.
11108
11109 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11110
11111 * viper.el: Call initial-major-mode on startup.
11112
11113 * ediff.el (ediff-patch-file): Use better defaults.
11114
11115 * ediff-vers.el: Fix for 8+3 DOS file systems.
11116
11117 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11118
11119 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11120 diff mode, if available.
11121
11122 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11123
11124 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11125
11126 * ediff-init.el (subst-char-in-string): Define and use it, unless
11127 it's already defined.
11128
11129 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11130
11131 * tooltip.el (tooltip-hide-delay): New user-option.
11132 (tooltip-show): Use tooltip-hide-delay instead of the default.
11133
11134 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11135
11136 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11137 kill-local-variable doesn't work for enable-multibyte-characters.
11138
11139 2001-01-17 Dave Love <fx@gnu.org>
11140
11141 * ediff-init.el (ediff-before-setup-hook)
11142 (ediff-merge-filename-prefix): Add :version.
11143
11144 * international/latin1-disp.el: Require disp-table.
11145 (latin1-display): Fix :set.
11146
11147 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11148
11149 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11150
11151 * isearch.el (isearch-lazy-highlight-initial-delay)
11152 (isearch-lazy-highlight-interval): Default to 0.
11153
11154 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11155
11156 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11157 1 here rather than each time through
11158 isearch-lazy-highlight-new-loop.
11159 (isearch-lazy-highlight-max): Variable deleted.
11160 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11161 isearch-lazy-highlight-max but controls a single invocation of
11162 isearch-lazy-highlight-update.
11163 (isearch-lazy-highlight-wrapped): Variable recreated.
11164 (isearch-lazy-highlight-window-start): New variable.
11165 (isearch-lazy-highlight-cleanup): Restored to behavior of
11166 before 2-Jan.
11167 (isearch-lazy-highlight-remove-overlays): Function deleted;
11168 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11169 behavior removed.
11170 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11171 isearch-lazy-highlight-update in a loop rather than just once.
11172 Test isearch-invalid-regexp here and decide not to start a new
11173 loop, rather than testing it each time through
11174 isearch-lazy-highlight-update.
11175 (isearch-lazy-highlight-search): Function restored.
11176 (isearch-lazy-highlight-update): Get called in a timer loop again,
11177 but this time highlight more than one match each time through.
11178 Only highlight matches in the visible part of the window.
11179 Start at point, move in the direction of the search, and wrap around at
11180 the edge of the window. Use sit-for to force redisplay and ensure
11181 window-start is credible. "Face suppressing" behavior removed;
11182 overlay priorities should make it unnecessary, right?
11183 (isearch-highlight): Face suppressing behavior removed.
11184 (isearch-dehighlight): Face suppressing behavior removed.
11185 (isearch-set-lazy-highlight-faces-at): Removed.
11186
11187 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11188
11189 * language/european.el ("Latin-1"): Make the format of description
11190 about additional language environments same as that of Latin-2.
11191
11192 2001-01-16 Dave Love <fx@gnu.org>
11193
11194 * isearch.el (isearch-lazy-highlight): Add :version.
11195
11196 * simple.el (backward-delete-char-untabify-method)
11197 (next-line-add-newlines): Add :version.
11198
11199 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11200
11201 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11202 Don't bind <delete> otherwise.
11203
11204 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11205 and <delete> via function-key-map.
11206
11207 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11208 Subject line only if point is after the `Subject:'.
11209
11210 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11211
11212 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11213 japanese-jisx0213-2 in `charset' property of this lang. env.
11214
11215 * language/european.el ("Latin-1"): Add description for Dutch and
11216 Spanish lang. env.
11217
11218 * international/mule.el (decode-char): Fix conditions.
11219 (encode-char): Handle eight-bit-control too.
11220 (transform-make-coding-system-args): New function.
11221 (make-coding-system): Accept XEmacs style arguments for CCL base
11222 coding system.
11223
11224 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11225
11226 * progmodes/etags.el (find-tag-noselect): Save the value of
11227 tags-file-name before switching buffers, for the case it has a
11228 buffer-local value.
11229
11230 2001-01-15 Alex Schroeder <alex@gnu.org>
11231
11232 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11233 From Dave Love <fx@gnu.org>.
11234 (ansi-color-for-comint-mode): Fix :version.
11235
11236 2001-01-15 Alex Schroeder <alex@gnu.org>
11237
11238 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11239
11240 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11241
11242 * dired.el (dired-insert-directory): If file-system-info fails,
11243 remove the " free " part, but don't signal an error.
11244
11245 2001-01-12 Sam Steingold <sds@gnu.org>
11246
11247 * bookmark.el (bookmark-maybe-historicize-string):
11248 Use new backquote syntax.
11249
11250 2001-01-12 Richard M. Stallman <rms@gnu.org>
11251
11252 * subr.el (last): Handle a list that doesn't end in nil.
11253
11254 2001-01-12 Sam Steingold <sds@gnu.org>
11255
11256 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11257 to `backward-delete-char-untabify'.
11258
11259 2001-01-12 Dave Love <fx@gnu.org>
11260
11261 * cus-edit.el (customize-menu-create): Fix the :filter following
11262 easymenu change.
11263
11264 * wid-edit.el (function): Add :match-alternatives.
11265 (widget-color-action): Doc fix.
11266
11267 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11268
11269 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11270
11271 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11272
11273 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11274
11275 * international/ccl.el (define-ccl-program): Fix docstring.
11276
11277 2001-01-11 Dave Love <fx@gnu.org>
11278
11279 * international/mule-cmds.el (standard-display-european-internal):
11280 Set display table for 2208 as for 160.
11281
11282 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11283
11284 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11285 entry for custom-menu-create change.
11286 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11287 don't cons it in the search loop.
11288
11289 * imenu.el (imenu--truncate-items): Revert last change.
11290
11291 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11292
11293 * info.el (Info-setup-header-line): If the node header includes
11294 either Next: or Prev: links, don't show the File: and Node: parts
11295 in the header line.
11296
11297 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11298
11299 * comint.el (comint-goto-process-mark): Don't print a message
11300 when running in batch mode.
11301
11302 * isearch.el (isearch-search): In the condition-case handler for
11303 `error', set isearch-invalid-regexp to the whole error message.
11304
11305 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11306 ensure that eval-after-load works for files dumped with Emacs.
11307
11308 * help.el (load-symbol-file-load-history): New function extracted
11309 from function symbol-file.
11310 (symbol-file): Use it.
11311
11312 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11313
11314 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11315
11316 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11317 behave as if there were no prefix argument.
11318 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11319 argument were nil.
11320
11321 2001-01-11 Richard M. Stallman <rms@gnu.org>
11322
11323 * isearch.el (isearch-lazy-highlight-update):
11324 Don't look for more potential matches once maximum is exceeded.
11325 Use overlays-in to check correctly for overlap with current match.
11326 Ignore empty matches.
11327
11328 2001-01-11 Miles Bader <miles@gnu.org>
11329
11330 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11331 (ispell-overlay-window, ispell-help, ispell-show-choices)
11332 (ispell-command-loop): Use it instead of `window-height'.
11333
11334 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11335
11336 * files.el (confirm-kill-emacs): New user-option.
11337 (save-buffers-kill-emacs): Ask for final confirmation before
11338 killing Emacs.
11339
11340 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11341 to nil.
11342
11343 2001-01-10 Dave Love <fx@gnu.org>
11344
11345 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11346
11347 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11348
11349 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11350
11351 * calculator.el (calculator-number-digits): Fix :type.
11352
11353 * vc-cvs.el (vc-cvs-header): Fix :type.
11354 * vc-rcs.el (vc-rcs-header): Fix :type.
11355 * vc-sccs.el (vc-sccs-header): Fix :type.
11356
11357 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11358
11359 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11360
11361 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11362
11363 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11364
11365 * simple.el (set-variable): Force a thorough redisplay for the
11366 case that the variable has an effect on the display, like
11367 `tab-width' has.
11368
11369 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11370
11371 * vc.el: Add documentation for backend interface.
11372
11373 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11374
11375 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11376
11377 * international/mule-conf.el (latin-extra-code-table): Set to t
11378 for \223 and \224.
11379
11380 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11381
11382 * international/mule-cmds.el (locale-language-names): Map "es" to
11383 "Spanish" and "nl" to "Dutch".
11384
11385 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11386
11387 * bindings.el (global-map): Bind <home> to beginning-of-line,
11388 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11389 C-<end> to end-of-buffer.
11390
11391 * language/european.el: Add Dutch and Spanish language info
11392 to be able to use the appropriate tutorials.
11393
11394 2001-01-09 Alex Schroeder <alex@gnu.org>
11395
11396 * ansi-color.el (ansi-color-process-output): Use markers instead
11397 of positions for start and end of region.
11398 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11399 Previously, occasional mistakes happend when fontifying many
11400 chunks of output (eg. ls --color=yes /dev). This happened
11401 whenever an overlay was created up to the end of the region, which
11402 coincided with the process-mark. New text would then be added
11403 within that overlay instead of after it.
11404 (ansi-color-make-extent): Overlays are created with the property
11405 `modification-hooks' set to '(ansi-color-freeze-overlay).
11406 (ansi-color-freeze-overlay): New function. When inserting text at
11407 the end of the overlay, the overlay will resize.
11408
11409 2000-01-09 Alex Schroeder <alex@gnu.org>
11410
11411 * ansi-color.el (ansi-color-process-output): Doc change.
11412 (ansi-color-unfontify-region): Doc change. No longer installed
11413 automatically in font-lock-unfontify-region-function.
11414 (ansi-color-apply): Doc change.
11415 (ansi-color-apply-on-region): Use extents or overlays instead of
11416 text-properties.
11417 (ansi-color-make-extent): New function.
11418 (ansi-color-set-extent-face): New function.
11419
11420 2000-01-09 Alex Schroeder <alex@gnu.org>
11421
11422 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11423 both use ansi-color-process-output, now.
11424 (ansi-color-process-output): Doesn't return string anymore. It is
11425 installed in comint-output-filter-functions for both Emacs and
11426 XEmacs, now.
11427 (ansi-color-unfontify-region): Simplified code removing variables
11428 pos and start-ansi.
11429 (ansi-color-apply): Put text-property ansi-color before putting
11430 text-property face because ansi-color-unfontify-region is called
11431 immediately after the call to put-text-property.
11432 (ansi-color-context-region): Doc change.
11433 (ansi-color-filter-region): Simplified code.
11434 (ansi-color-apply-on-region): Changed start to start-marker, using
11435 a marker explicitly. Put text-property ansi-color before putting
11436 text-property face because ansi-color-unfontify-region is called
11437 immediately after the call to put-text-property.
11438
11439 2000-01-09 Alex Schroeder <alex@gnu.org>
11440
11441 * ansi-color.el (ansi-color-faces-vector): Doc change.
11442 (ansi-color-for-comint-mode): Changed :type property to choice.
11443 (ansi-color-last-context): Removed.
11444 (ansi-color-process-output): Don't use ansi-color-last-context, as
11445 the main functions will store their context now.
11446 (ansi-color-context): Doc change.
11447 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11448 Uses ansi-color-context such that repeated calls will strip
11449 partial escape sequences, too.
11450 (ansi-color-apply): Simplified code. Colorize end of string if
11451 face is not null. Store context in new (FACE STRING) format, such
11452 that repeated calls will strip partial escape sequences, too.
11453 Append faces to face property using ansi-color-apply-sequence such
11454 that cumulative mode actually works.
11455 (ansi-color-context-region): New variable.
11456 (ansi-color-filter-region): Rewrote it based on
11457 ansi-color-apply-on-region. Uses ansi-color-context-region such
11458 that repeated calls will strip partial escape sequences, too.
11459 (ansi-color-apply-on-region): Simplified code. Colorize end of
11460 region if face is not null. Store context in new (FACE POS)
11461 format, such that repeated calls will strip partial escape
11462 sequences, too. Append faces to face property using
11463 ansi-color-apply-sequence such that cumulative mode actually works.
11464 (ansi-color-apply-sequence): New function.
11465 (ansi-color-get-face): When the default face is added to the list
11466 of faces, all previous settings are discarded and the list of
11467 faces is set to '(default).
11468
11469 2000-01-09 Alex Schroeder <alex@gnu.org>
11470
11471 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11472 face, such that ansi-color-apply and ansi-color-apply-on-region
11473 will do the right thing.
11474 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11475 returns nil, set the list of faces back to nil instead of
11476 appending the result of ansi-color-get-face to the front of the list.
11477
11478 2000-01-09 Alex Schroeder <alex@gnu.org>
11479
11480 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11481 (ansi-color-process): Doc change.
11482 (ansi-color-last-context): New buffer-local variable.
11483 (ansi-color-process-output): New function. It is automatically
11484 added to comint-output-filter-functions if this is XEmacs.
11485 (ansi-color-unfontify-region): New optional parameter for XEmacs
11486 compatibility. Check wether font-lock-syntactic-keywords is
11487 boundp before removing the syntax table text property, as XEmacs
11488 doesn't have it.
11489 (ansi-color-filter-region): Doc change.
11490 (ansi-color-apply-on-region): Doc change.
11491 (ansi-color-make-face): New function. Compatibility layer for
11492 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11493 (ansi-color-make-color-map): Use ansi-color-make-face.
11494 (ansi-color-get-face): Avoid face text property '(nil) as results
11495 in an errow for XEmacs.
11496
11497 2000-01-09 Alex Schroeder <alex@gnu.org>
11498
11499 * ansi-color.el (ansi-color-unfontify-region): New function.
11500 Uses text-property ansi-color in order to preserve fontification by
11501 ansi-color. When the package is loaded, a lambda expression is
11502 put onto font-lock-mode-hook. This lambda expression will check
11503 font-lock-unfontify-region-function and replace
11504 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11505 (ansi-color-apply): Add text-property ansi-color in addition to
11506 text-property face.
11507 (ansi-color-apply-on-region): Add text-property ansi-color in
11508 addition to text-property face.
11509 (save-buffer-state): Copy of the macro that is also used by
11510 lazy-lock and font-lock.
11511
11512 (ansi-color-for-comint-mode): New option.
11513 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11514 (ansi-color-for-comint-mode-off): Ditto.
11515 (ansi-color-for-comint-mode-filter): Ditto.
11516 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11517 decide what to do. This function is added to
11518 comint-preoutput-filter-functions when the package is loaded.
11519
11520 (ansi-color-for-shell-mode-set): Removed.
11521 (ansi-color-for-shell-mode): Removed.
11522
11523 2000-01-09 Alex Schroeder <alex@gnu.org>
11524
11525 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11526 the lambda expression from the ansi-color-for-shell-mode :set
11527 property. Additionally, modify shell-mode-hook to enable or
11528 disable font-lock-mode for future shell buffers.
11529 (ansi-color-for-shell-mode): The :set property calls
11530 ansi-color-for-shell-mode-set instead of a lambda expression.
11531
11532 2000-01-09 Alex Schroeder <alex@gnu.org>
11533
11534 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11535 (ansi-color-context): New variable.
11536 (ansi-color-apply): Save context between calls.
11537
11538 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11539
11540 * isearch.el (isearch, isearch-lazy-highlight-face):
11541 New definitions for face colors and attributes.
11542
11543 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11544 of display-mouse-p.
11545
11546 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11547
11548 * international/mule.el (make-coding-system): If the coding system
11549 accepts extra latin codes, register such codes as safe for the
11550 coding system.
11551
11552 2001-01-08 Richard M. Stallman <rms@gnu.org>
11553
11554 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11555 don't mention the file name or the date here, because they are
11556 logged at the start of the file.
11557
11558 2001-01-08 Richard M. Stallman <rms@gnu.org>
11559
11560 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11561 Change screen-width to frame-width.
11562
11563 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11564
11565 * info.el (Info-search): Print the default as part of the prompt.
11566
11567 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11568
11569 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11570 constant implementations in backends.
11571
11572 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11573 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11574
11575 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11576 WRITABLE to EDITABLE.
11577
11578 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11579 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11580 to EDITABLE.
11581
11582 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11583
11584 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11585 (copyright, copyright-update): Compute the current year at run time.
11586
11587 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11588
11589 * isearch.el (isearch-old-signal-hook): Removed.
11590 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11591 instead of setting signal-hook-function.
11592 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11593
11594 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11595
11596 * emulation/edt.el: Update to version 4.0. Provide support for
11597 EDT scroll margins at top and bottom of the window. Provide an
11598 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11599 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11600 user when file-related buffer modifications exist.
11601 Provide support for running EDT Emulation in XEmacs.
11602 Provide customize access to some user updatable variables.
11603 Add Commentary section to file header.
11604 Fixed a few minor bugs and cleaned up some code.
11605
11606 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11607 for detecting a keypress that generates an ASCII key sequence.
11608 (Previously, only a keypress that generates a vector was
11609 recognized.) Embed Window Manager name into name of the generated
11610 EDT Emulation initialization file since the initialization file is
11611 Window Manager specific. Add Commentary section to file header.
11612
11613 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11614
11615 * mail/sendmail.el (mail-mode): Doc fix.
11616
11617 * info.el (Info-goto-emacs-command-node): Doc fix.
11618 (Info-goto-emacs-key-command-node): Doc fix.
11619
11620 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11621
11622 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11623 systems without long file-name support.
11624
11625 2001-01-06 Andrew Innes <andrewi@gnu.org>
11626
11627 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11628
11629 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11630
11631 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11632 (isearch-lazy-highlight-update): Doc fix.
11633
11634 * ffap.el (ffap-bindings): Doc fix.
11635
11636 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11637
11638 2001-01-05 Dave Love <fx@gnu.org>
11639
11640 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11641
11642 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11643
11644 * mouse-drag.el (mouse-drag-safe-scroll):
11645 Bind scroll-preserve-screen-position to nil.
11646
11647 * isearch.el (isearch-old-signal-hook): New variable.
11648 (isearch-mode): Set signal-hook-function to isearch-done.
11649 (isearch-done): Restore old signal-hook-function.
11650
11651 * info.el (Info-fontify-node): Mark one more char as intangible.
11652
11653 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11654
11655 * composite.el (compose-last-chars): New argument COMPONENTS.
11656 If it is non-nil, compose preceding characters by compose-region with
11657 COMPONENTS.
11658
11659 * international/quail.el (quail-input-string-to-events): New function.
11660 (quail-input-method): Convert input string to events here.
11661 (quail-start-translation): Return input string, not event list.
11662 (quail-start-conversion): Likewise.
11663
11664 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11665
11666 * tooltip.el (tooltip-cancel-delayed-tip)
11667 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11668 and tooltip-add-timeout.
11669 (tooltip-show): Set border color from faces's foreground.
11670 (tooltip-show-help-function): If called with the same help string
11671 as last time, do nothing.
11672 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11673
11674 * startup.el (fancy-splash-screens): Don't bind show-help-function
11675 to nil.
11676
11677 * tooltip.el (tooltip-frame-parameters): Remove colors.
11678 (tooltip): New face
11679 (tooltip-set-param): New function.
11680 (tooltip-show): Set up color frame parameters from face `tooltip'.
11681 Display the tooltip text in face `tooltip'.
11682
11683 2001-01-04 Dave Love <fx@gnu.org>
11684
11685 * whitespace.el (whitespace-global-mode): Fix typo.
11686
11687 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11688
11689 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11690
11691 * help.el (help-for-help): Fix a typo in a doc string.
11692 From kwzh@gnu.org (Karl Heuer).
11693
11694 2001-01-03 Dave Love <fx@gnu.org>
11695
11696 * dired-x.el: Doc fixes. Maintainer change.
11697 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11698 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11699 (dired-guess-shell-alist-user): Customize.
11700 (dired-x-help-address): Set to bug-gnu-emacs.
11701 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11702 (dired-default-directory): Renamed from default-directory.
11703
11704 * hl-line.el (hl-line): Doc fix.
11705
11706 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11707
11708 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11709
11710 2001-01-02 Richard M. Stallman <rms@gnu.org>
11711
11712 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11713 to remove all the current alternative-match highlighting.
11714 If nil, remove only what's outside the current window.
11715 (isearch-lazy-highlight-remove-overlays): Take optional
11716 region within which NOT to remove them.
11717 (isearch-lazy-highlight-new-loop): Greatly simplified.
11718 (isearch-lazy-highlight-update): Find all the other occurrences
11719 visible in the window, in just one call.
11720 (isearch-lazy-highlight-start): Now holds start of region to scan.
11721 (isearch-lazy-highlight-end): Now holds end of region to scan.
11722 (isearch-lazy-highlight-wrapped): Variable deleted.
11723 (isearch-lazy-highlight-search): Function deleted.
11724
11725 2000-01-02 Andrew Innes <andrewi@gnu.org>
11726
11727 * w32-fns.el (convert-standard-filename): Do length check on name
11728 before aref.
11729
11730 2001-01-02 Dave Love <fx@gnu.org>
11731
11732 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11733 value.
11734 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11735
11736 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11737
11738 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11739 read syntax.
11740
11741 * calendar/todo-mode.el (todo): Add :link, :version.
11742 (todo-save-top-priorities): Remove autoload cookie.
11743 (todo-add-category, todo-add-item-non-interactively)
11744 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11745
11746 2001-01-02 Gerd Moellmann <gerd@gnu.org>
11747
11748 * comint.el (comint-input-history-ignore): New variable.
11749 (comint-read-input-ring): Ignore entries matching
11750 comint-input-history-ignore.
11751
11752 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
11753
11754 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11755 (lm-copyright-mark): New function.
11756 (lm-crack-copyright): New function.
11757 (lm-verify): Check that the file has a copyright.
11758 Check that the file is copyright Free Software Foundation.
11759
11760 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11761
11762 * international/mule-diag.el (print-fontset): Indent font name by
11763 24 columns, not 25.
11764
11765 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11766
11767 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11768 in Subject line.
11769
11770 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11771 Use mail-mode-hook instead of mail-setup-hook.
11772 Otherwise continuing an interrupted message with C-u C-x m for
11773 instance, winds up in Mail mode without abbrevs.
11774
11775 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11776
11777 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11778 non-nil. Adding almost all customization variables on ps-setup.
11779 Doc fix.
11780 (ps-print-version): New version number (6.3.3).
11781 (ps-end-with-control-d): Initialization fix.
11782 (ps-lines-printed): New var.
11783 (ps-skip-newline): New fun.
11784 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11785 (ps-next-line, ps-continue-line, ps-plot-region)
11786 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11787
11788 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11789
11790 * international/fontset.el (x-complement-fontset-spec):
11791 Resolve ASCII font name so that the same family name is used for fonts
11792 registered in x-font-name-charset-alist.
11793 (create-fontset-from-fontset-spec): Adjusted for the above change.
11794 The name of fontset alias should be a unresolved ASCII font name.
11795
11796 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11797
11798 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11799 and delete in isearch-mode-map.
11800
11801 2000-12-28 Richard M. Stallman <rms@gnu.org>
11802
11803 * dired-x.el (dired-guess-shell-alist-default):
11804 Use xpdf instead of acroread.
11805
11806 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11807
11808 * textmodes/artist.el (artist-butlast): Deleted.
11809 (artist-ellipse-mirror-quadrant): Use butlast instead of
11810 artist-butlast.
11811
11812 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11813
11814 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11815
11816 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11817
11818 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11819
11820 * ls-lisp.el: Better support for the Mac and MS-Windows.
11821 (ls-lisp): New defgroup.
11822 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11823 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11824 (ls-lisp-support-shell-wildcards): New defcustoms.
11825 (ls-lisp-parse-symlink): New function.
11826 (insert-directory): Code to convert switches to a list and set up
11827 the wildcard argument copied from ls-lisp-insert-directory.
11828 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11829 for -C and -R switches.
11830 (ls-lisp-column-format): New function.
11831 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11832 (ls-lisp-format-time): Add doc strings.
11833 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11834 Support ls-lisp-dirs-first.
11835 (ls-lisp-classify, ls-lisp-extension): New functions.
11836 (ls-lisp-format): Optionally support emulation of symlinks.
11837 Support -i, -s, and -G switches.
11838
11839 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11840
11841 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11842
11843 * version.el (emacs-version): Print X scroll bar information.
11844
11845 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11846 instead of x-toolkit-scroll-bars-p.
11847
11848 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11849 of x-toolkit-scroll-bars-p.
11850
11851 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11852
11853 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11854 (ffap-bindings): Doc fix, to reflect the above change.
11855
11856 2000-12-27 Kenichi Handa <handa@etl.go.jp>
11857
11858 * term.el (term-char-mode): Define all non-ascii self-inserting
11859 characters to 'term-send-raw in term-raw-map.
11860
11861 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
11862
11863 * viper-init (viper-restore-cursor-type): Added condition-case guard.
11864
11865 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11866 Changed initialization; use add-hook.
11867 (ediff-file-remote-p): Use file-local-copy.
11868
11869 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11870
11871 * ediff.el (ediff-patch-buffer): Bug fix.
11872 (ediff-revision): Allow selection of the file at the prompt.
11873
11874 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11875
11876 * subr.el (combine-run-hooks): Remove.
11877
11878 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11879 and remove the rogue second spec.
11880
11881 2000-12-23 Gerd Moellmann <gerd@gnu.org>
11882
11883 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11884
11885 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11888 Use minibuffer menu prompt for the `=' prefix.
11889 (smerge-command-prefix): Change default to C-^.
11890 (smerge-mode): Don't assume font-lock doesn't move point.
11891
11892 * skeleton.el (skeleton-internal-1): Make sure the first line of
11893 the region is also re-indented.
11894 (skeleton-end-newline): New var.
11895 (skeleton-end-hook): Use it.
11896
11897 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11898
11899 * comint.el (comint-password-prompt-regexp): Support CVS.
11900
11901 2000-12-22 Gerd Moellmann <gerd@gnu.org>
11902
11903 * simple.el (delete-key-deletes-forward-mode): Simplify.
11904 Also backspace key combinations, depending on
11905 delete-key-deletes-forward.
11906
11907 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11908
11909 * simple.el (delete-key-deletes-forward): Doc fix.
11910
11911 2000-08-22 Emmanuel Briot <briot@gnat.com>
11912
11913 * xml.el (top level comment): Updated to reflect the fact that
11914 white spaces are relevant in the XML file.
11915 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11916 to parse was already edited. This allows for on-the-fly analysis
11917 of XML files.
11918 (xml-parse-tag): Check that the casing is the same in the start
11919 tag and end tag, since XML is case-sensitive. Allows for spaces
11920 in the end tag, after the name of the tag.
11921 (xml-parse-attlist): Allow for the character '-' in the name of
11922 attributes, as in the standard http-equiv attribute Do not save
11923 the properties in the XML tree, since they are not relevant.
11924
11925 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
11926
11927 * generic.el (generic-read-type): Undo last change, inline into
11928 `generic-mode' and then remove.
11929 (generic-mode): Inline generic-read-type.
11930 (define-generic-mode): Push the symbol name rather than the symbol
11931 onto generic-mode-list.
11932
11933 2000-12-21 Gerd Moellmann <gerd@gnu.org>
11934
11935 * generic.el (generic-read-type): Build an alist for
11936 completing-read as in 20.7.
11937
11938 * play/landmark.el (lm): Use interactive spec `P'.
11939 (toplevel): Don't set debug-on-error.
11940
11941 * server.el (server-switch-buffer): Choose a window on a visible frame.
11942
11943 2000-12-21 Dave Pearson <davep@davep.org>
11944
11945 * quickurl.el: Commentry change, I've moved my web site.
11946
11947 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11948
11949 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11950 ranges like \177-\237, but accepts the character sequence from \177 to
11951 \237. Doc fix.
11952 (ebnf-version): New version (3.4).
11953 (ebnf-setup): Code fix.
11954 (ebnf-range-regexp): New fun.
11955 (ebnf-8-bit-chars): Const fix.
11956
11957 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11958 entry. Doc fix.
11959 (ebnf-bnf-lex): Code fix.
11960 (ebnf-bnf-comment-chars): Const fix.
11961
11962 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11963 entry. Doc fix.
11964 (ebnf-iso-comment-chars): Const fix.
11965
11966 * ebnf-otz.el: Doc fix.
11967
11968 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11969 entry. Doc fix.
11970 (ebnf-yac-skip-code): Code fix.
11971 (ebnf-yac-comment-chars): Const fix.
11972
11973 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11974
11975 * files.el (insert-directory-safely): New function.
11976 (recover-file): Use it instead of insert-directory.
11977 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11978
11979 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11980
11981 * international/mule-cmds.el (select-safe-coding-system):
11982 Check coding-category-list more rigidly. Improve help message.
11983
11984 * dired.el (dired-move-to-filename-regexp): Fix previous change.
11985
11986 2000-12-21 Miles Bader <miles@gnu.org>
11987
11988 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
11989
11990 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11991
11992 * international/mule-diag.el (describe-char-after): Make *Help*
11993 buffer inherit multibyteness of the current buffer.
11994
11995 * international/mule.el (make-char): Docstring adjusted for the
11996 change of make-char-internal.
11997
11998 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
11999
12000 * international/iso-cvt.el: Docstrings fix.
12001
12002 2000-12-20 Dave Love <fx@gnu.org>
12003
12004 * subr.el (eval-after-load): Doc fix.
12005
12006 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12007
12008 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12009 for numbers.
12010
12011 2000-12-20 Miles Bader <miles@gnu.org>
12012
12013 * international/quail.el (quail-help): Resize the help window
12014 again after it has all its contents. Remove unneeded progn.
12015
12016 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12017
12018 * pcmpl-linux.el: Fix copy/paste error.
12019
12020 2000-12-19 Andrew Innes <andrewi@gnu.org>
12021
12022 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12023
12024 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12025
12026 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12027
12028 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12029
12030 * progmodes/idlw-shell.el: Fixed copyright notice.
12031
12032 * progmodes/idlwave.el: Fixed copyright notice.
12033
12034 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12035 TAB as key separators.
12036
12037 2000-12-19 Alex Schroeder <alex@gnu.org>
12038
12039 * sql.el (sql-sybase-options): New option.
12040 (sql-sybase): Use it. Add sql-database to the list of parameters
12041 provided for login. The options -w 2048 -n are not used any more.
12042 (sql-postgres-options): Changed default from "--pset" to "-P".
12043 (sql-mysql-options): Doc change.
12044 (sql-stop): Doc change.
12045
12046 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12047
12048 * international/quail.el (quail-input-method): Always hide
12049 the guidance buffer on exiting.
12050
12051 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12052
12053 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12054 isn't fboundp.
12055
12056 * server.el (server-buffer-done): Bury the buffer before
12057 killing it.
12058
12059 * faces.el (face-spec-set): Interpret a nil in specs for
12060 foreground and background colors as `unspecified', for
12061 compatibility with 20.x.
12062
12063 2000-12-18 Dave Love <fx@gnu.org>
12064
12065 * simple.el (mail-user-agent): Doc fix.
12066 (input-mode-8-bit): Removed.
12067
12068 * international/mule.el (set-keyboard-coding-system): Doc fix.
12069 (keyboard-coding-system): New option.
12070
12071 * mail/sendmail.el (send-mail-function): Customize.
12072
12073 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12074
12075 * international/codepage.el (cp866-decode-table): New table.
12076
12077 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12078
12079 * version.el (emacs-version): Remove `%a' from the time format
12080 because the weekday doesn't fit well into each locale.
12081
12082 2000-12-18 Miles Bader <miles@gnu.org>
12083
12084 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12085
12086 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12087 Check that emacs-major-version is `=' to 20, not `>='.
12088 (artist-replace-chars): Use `make-string' instead of a loop.
12089
12090 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12091
12092 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12093 (cvs-execute-single-file): Don't change directory.
12094 Patch from Per Cederqvist.
12095
12096 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12097
12098 * textmodes/ispell.el (check-ispell-version):
12099 If `ispell-program-name' is "aspell", pass it the -v switch instead
12100 of -vv.
12101
12102 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12103
12104 * international/mule-diag.el (mule-diag): Insert information about
12105 configure options, multibyte awareness, language env.
12106
12107 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12108 regexp to search for candidates.
12109
12110 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12111
12112 * info.el (Info-forward-node): If the node has an
12113 Info-header-line, widen the buffer before searching for "next:"
12114 and "up:" pointers, and set the search limit to stay in the
12115 current node.
12116
12117 2000-12-16 Miles Bader <miles@gnu.org>
12118
12119 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12120
12121 2000-12-15 Miles Bader <miles@gnu.org>
12122
12123 * comint.el (comint-send-string, comint-send-region): Also accept
12124 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12125 process-send-string/region.
12126
12127 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12128
12129 * isearch.el (isearch-lazy-highlight-max): New user-option.
12130 (isearch-lazy-highlight-update): Don't highlight more than
12131 isearch-lazy-highlight-max matches.
12132
12133 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12134
12135 2000-12-15 Richard M. Stallman <rms@gnu.org>
12136
12137 * sort.el (sort-columns): Fix error message.
12138
12139 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12140 `upcase' or `downcase' or nil.
12141 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12142 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12143 (dabbrev--substitute-expansion): New arg record-case-pattern.
12144 If it is non-nil, set dabbrev--last-case-pattern.
12145 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12146
12147 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12148
12149 2000-12-15 Miles Bader <miles@gnu.org>
12150
12151 * paths.el (Info-default-directory-list): Don't delete
12152 configure-info-directory from the list of standard info
12153 directories when appending it to the end -- their order is important.
12154
12155 * faces.el (read-face-attribute): If there's no entry for the
12156 user's input in VALID, just use it as-is (this will often result
12157 in an error, but it may be OK for e.g. colors using hexadecimal
12158 notation, and at least will yield a better error message).
12159
12160 * window.el (mode-line-window-height-fudge): Function removed.
12161 (height-affecting-face-attributes, mode-line-window-height-fudge):
12162 Variables removed.
12163 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12164 window is really the right size. Use vertical-motion
12165 rather than forward-line.
12166 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12167 (ispell-command-loop, ispell-show-choices): Use the variable
12168 ispell-choices-win-default-height, rather than the function.
12169 (ispell-choices-win-default-height): Function removed.
12170 (ispell-mode-line-window-height-fudge): Function removed.
12171
12172 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12173
12174 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12175
12176 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12177
12178 * paths.el (Info-default-directory-list):
12179 If configure-info-directory is not one of the standard directories,
12180 put it first in the list; otherwise put it last. Doc string
12181 changed accordingly.
12182
12183 * info.el (Info-directory-list): Change doc string to reflect the
12184 change in Info-default-directory-list.
12185
12186 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12187 windows-nt as windowed environments, even under -nw.
12188
12189 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12190 if not fboundp. Switch delete-forward mode for the <delete> key
12191 on all PC platforms, even under -nw.
12192
12193 * term/internal.el ([M-delete]): Remap to M-d.
12194
12195 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12196
12197 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12198
12199 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12200
12201 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12202
12203 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12204
12205 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12206 if appropriate.
12207
12208 * simple.el (delete-key-deletes-forward): New user-option.
12209 (delete-key-deletes-forward-mode): New function.
12210
12211 * bindings.el: Bind `delete' to backward-delete-char.
12212
12213 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12214 Test if symbol is bound before getting its value.
12215
12216 * tooltip.el (tooltip-show): If an error is signaled in
12217 x-show-tip, display that error, and display the help in the
12218 echo area.
12219
12220 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12221
12222 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12223 Show "... entries" messages for every 10000 entries, not 10.
12224
12225 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12226
12227 * bookmark.el: Provide a generic exit hook, as suggested by
12228 Ovidiu Predescu <ovidiu@cup.hp.com>:
12229 (bookmark-exit-hook): New var.
12230 (bookmark-exit-hook-internal): New func, replaces
12231 old raw lambda form in `kill-emacs-hook', and runs new
12232 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12233 as logically that feature must have been provided if this function
12234 is running.
12235 Removed ;;;###autoload before the `add-hook' call.
12236
12237 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12238
12239 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12240 (easy-menu-current-active-maps): New function.
12241 (easy-menu-get-map): Use it.
12242 Make a proper menu entry when creating a new keymap.
12243
12244 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12245
12246 * international/characters.el: Fix cases and syntaxes for
12247 mule-unicode-0100-24ff.
12248
12249 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12250 that a Japanese character is not appended after day and year.
12251
12252 * info.el (Info-suffix-list): Change format for a command that
12253 requires arguments.
12254 (info-insert-file-contents): Adjusted for the above change.
12255
12256 2000-12-12 Andreas Schwab <schwab@suse.de>
12257
12258 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12259 on the name of the tar buffer. Verify that the existing buffer is
12260 visiting the same subfile.
12261
12262 2000-12-12 Dave Love <fx@gnu.org>
12263
12264 * subdirs.el: Add obsolete.
12265
12266 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12267
12268 * mail/rmailsum.el (rmail-summary-expunge)
12269 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12270 instead of rmail-confirm-expunge.
12271
12272 * replace.el (perform-replace): Don't use an empty match adjacent
12273 to a non-empty match when computing the next match before the
12274 replacement is performed.
12275
12276 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12277
12278 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12279 definition (patch by Stefan Monnier).
12280 (glasses-mode): Use jit-lock instead of `after-change-functions'
12281 (patch by Stefan Monnier).
12282
12283 2000-12-12 Miles Bader <miles@gnu.org>
12284
12285 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12286 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12287
12288 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12289
12290 * term/mac-win.el: Remove load for ls-lisp.
12291
12292 * loadup.el: Load ls-lisp for system-type `macos'.
12293
12294 2000-12-12 Miles Bader <miles@gnu.org>
12295
12296 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12297 Respect field end too.
12298 (just-one-space): Respect fields as `delete-horizontal-space'.
12299 (newline-and-indent, reindent-then-newline-and-indent):
12300 Use `delete-horizontal-space'.
12301
12302 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12303
12304 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12305 (so as to obey the field property in the minibuffer).
12306
12307 * obsolete/c-mode.el: Moved from lisp/progmodes.
12308 * obsolete/auto-show.el: Moved from lisp.
12309 * obsolete/ooutline.el: Moved from lisp/textmodes.
12310
12311 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12312
12313 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12314 changes to list them here.
12315
12316 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12317 Too many changes to list them here.
12318
12319 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12320 Too many changes to list them here.
12321
12322 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12323
12324 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12325
12326 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12327
12328 * cus-edit.el (custom-save-variables, custom-save-faces):
12329 Comment fix.
12330
12331 * hscroll.el: Moved to `obsolete' subdir.
12332
12333 2000-12-11 Miles Bader <miles@gnu.org>
12334
12335 * window.el (window-text-height): Function removed (now in C).
12336
12337 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12338
12339 * log-edit.el (log-edit-parent-buffer): New var.
12340 (log-edit): Set it. Add BUFFER argument.
12341 (log-edit-done): Use char-before.
12342 Don't bother checking validity of vc-comment-ring.
12343 Only bury the buffer if log-edit popped it up.
12344
12345 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12346 (cvs-mode-diff-help): Remove.
12347 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12348 (cvs-mode-marked): Set up the default for CMD manually.
12349
12350 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12351 Remove binding for ? now made unnecessary.
12352
12353 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12354
12355 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12356 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12357
12358 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12359 when master file is not open.
12360
12361 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12362
12363 * progmodes/ada-stmt.el: Update `maintainer'.
12364
12365 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12366
12367 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12368 choices to match documentation string.
12369
12370 2000-12-09 Miles Bader <miles@gnu.org>
12371
12372 * minibuf-eldef.el: New file.
12373
12374 * window.el (fit-window-to-buffer): Don't pass last argument to
12375 pos-visible-in-window-p, now that its meaning is inverted.
12376
12377 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12378
12379 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12380 <ceder@lysator.liu.se>.
12381
12382 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12383
12384 * autoinsert.el (auto-insert-alist): Add missing final \n.
12385
12386 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12387 (cvs-menu-map): Remove.
12388 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12389 (cvs-mode-quit): Turn it back into a plain function.
12390
12391 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12392 (texinfo-filter): Remove (move to texinfo.el).
12393
12394 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12395 file where it's more visible.
12396 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12397 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12398 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12399 (texinfo-inside-macro-p): Only catch `scan-error's.
12400 (texinfo-inside-env-p): Make better use of the match info.
12401 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12402 (texinfo-insert-@end): Slight re-organization.
12403 Also remove useless `looking-at' call.
12404
12405 2000-12-08 Andrew Innes <andrewi@gnu.org>
12406
12407 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12408 accessible in -nw mode.
12409
12410 * term/w32-win.el: Remove stuff about selection timeout, which is
12411 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12412 it is accessible in -nw mode.
12413
12414 2000-12-08 Dave Love <fx@gnu.org>
12415
12416 * emacs-lisp/lisp-mode.el (lisp-mode):
12417 Set font-lock-keywords-case-fold-search.
12418
12419 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12420
12421 * textmodes/ispell.el (ispell): Doc fix.
12422
12423 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12424
12425 * international/quail.el (quail-insert-decode-map): Check the
12426 frame width of a window displaying the current buffer, not that of
12427 the selected frame.
12428 (quail-help): Make sure that the help buffer has window before
12429 inserting text in it.
12430
12431 2000-12-07 Sam Steingold <sds@gnu.org>
12432
12433 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12434 Backquote is used in isearch.el, so autoloading saves nothing.
12435
12436 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12437
12438 * startup.el (normal-top-level-add-subdirs-to-load-path):
12439 Ignore the CVS and RCS subdirectories case-insensitively.
12440
12441 * dired.el (dired-insert-directory): If file-system-info is
12442 fboundp, call it instead of invoking dired-free-space-program.
12443
12444 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12445
12446 * server.el (server-visit-files): Push files on file-name-history.
12447
12448 * progmodes/cc-langs.el: Update copyright.
12449
12450 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12451
12452 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12453
12454 * bindings.el (mode-line-mode-menu): Reverse the order
12455 of define-keys so that the menu appears in alphabetical order.
12456
12457 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12458
12459 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12460 of the function.
12461
12462 2000-12-07 Dave Love <fx@gnu.org>
12463
12464 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12465
12466 * facemenu.el (facemenu-unlisted-faces): Fix value.
12467
12468 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12469
12470 * font-lock.el (font-lock-default-fontify-region):
12471 Include the terminating \n (off-by-one error).
12472 (font-lock-set-defaults): Use dolist.
12473
12474 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12475
12476 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12477
12478 * international/mule-cmds.el (describe-language-environment):
12479 Fix for the case that an input method title is not string but a list.
12480
12481 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12482 of wrong SIZE record.
12483
12484 2000-12-06 Dave Love <fx@gnu.org>
12485
12486 * newcomment.el (comment-region, comment-dwim): Doc fix.
12487
12488 * textmodes/texinfo.el: Require tex-mode when compiling.
12489 (texinfo-update-node): Doc fix.
12490 (texinfo-imenu-generic-expression): Add @anchor.
12491 (texinfo-font-lock-keywords): Add @uref.
12492 (texinfo-inside-macro-p): Don't use ignore-errors.
12493 (texinfo-insert-quote): Match more contexts.
12494
12495 * international/mule.el (decode-char, encode-char): Doc fix.
12496 (auto-coding-alist): Customize.
12497
12498 * files.el (load-file): Fix change of 2000-03-12.
12499
12500 * wid-edit.el (widget-text-keymap): Doc fix.
12501
12502 2000-12-06 Andrew Innes <andrewi@gnu.org>
12503
12504 * makefile.w32-in (lisp): Set to an absolute directory, namely
12505 $(CURDIR).
12506
12507 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12508
12509 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12510 read generated-autoload-file, and set buffer-file-coding-system to
12511 raw-text-unix after reading the file.
12512
12513 * international/mule-conf.el (file-coding-system-alist):
12514 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12515
12516 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12517
12518 * replace.el (occur): Make line-number-width 1 smaller for the
12519 colon following the line number.
12520
12521 * startup.el (fancy-splash-text, command-line-1):
12522 Use `File' for the menu name instead of `Files'.
12523
12524 * tmm.el: Update copyright.
12525
12526 * cus-start.el: Add entry for even-window-heights.
12527
12528 2000-12-06 Miles Bader <miles@gnu.org>
12529
12530 * faces.el (frame-set-background-mode): Avoid stomping on
12531 locally modified faces.
12532
12533 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12534
12535 * international/fontset.el: Correct the font registries for
12536 japanese-jisx0213-1 and japanese-jisx0213-2.
12537
12538 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12539
12540 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12541
12542 * iswitchb.el: Update customization commentary.
12543
12544 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12545
12546 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12547 (tpu-search-highlight): Fixed comparison of overlay end positions.
12548 (tpu-trim-line-ends): Implemented trimming logic locally.
12549
12550 * emulation/tpu-extras.el (tpu-write-file-hook)
12551 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12552
12553 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12554
12555 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12556 to cn-gb.
12557 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12558
12559 2000-12-04 Dave Love <fx@gnu.org>
12560
12561 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12562
12563 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12564
12565 * mail/rmailsum.el (rmail-summary-expunge)
12566 (rmail-summary-expunge-and-save): Ask for confirmation with
12567 rmail-expunge-confirmed.
12568
12569 * mail/rmail.el (rmail-expunge-confirmed): New function.
12570 (rmail-expunge): Use it.
12571
12572 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12573
12574 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12575 (etags-recognize-tags-table, find-tag-in-order):
12576 New functionality: interpret file names as tags.
12577
12578 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12579
12580 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12581 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12582 the first subnode until the bottom of the current node is visible.
12583
12584 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12585
12586 * format.el (format-decode): Don't change buffer's undo list.
12587
12588 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12589
12590 * faces.el (face-font-registry-alternatives): Add entries for CJK
12591 fonts. Doc-string adjusted for the actual usage of this data.
12592
12593 * international/fontset.el: Change the font registries for CJK
12594 fonts in the default fontset. Don't append '*' to registries.
12595
12596 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12597
12598 * emacs-lisp/easy-mmode.el (define-derived-mode)
12599 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12600
12601 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12602 (derived-mode-p): New function.
12603 (derived-mode-make-docstring): Add `docstring' argument.
12604 Use it if available and complete it if necessary.
12605
12606 2000-12-03 Andreas Schwab <schwab@suse.de>
12607
12608 * type-break.el (type-break): Don't make parent of itself.
12609
12610 2000-12-03 Miles Bader <miles@gnu.org>
12611
12612 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12613
12614 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12615
12616 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12617 (tex-main-file, tex-file): Simplify.
12618 (tex-generate-zap-file-name): Use subst-char-in-string.
12619 (tex-strip-dots): Remove.
12620
12621 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12622
12623 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12624 to check if the match succeeded.
12625
12626 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12627
12628 * startup.el (use-fancy-splash-screens-p): New function.
12629 (command-line-1): Use it to determine whether or not to use
12630 a fancy splash screen.
12631
12632 2000-12-02 Andreas Schwab <schwab@suse.de>
12633
12634 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12635
12636 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12637
12638 * international/mule.el (make-char): Fix last change.
12639
12640 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12641 New defcustoms.
12642 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12643 autoloading tex-mode; instead, do the same manually.
12644 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12645 with numeric argument. Docstring fix.
12646 (toplevel): Require cl when compiling.
12647
12648 * international/mule.el (make-char): Doc fix.
12649
12650 2000-12-02 Jason Rumney <jasonr@gnu.org>
12651
12652 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12653 the Emacs Lisp manual)
12654
12655 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12656
12657 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12658
12659 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12660 the Emacs Lisp manual).
12661
12662 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12663
12664 * simple.el (next-line-add-newlines): Change default to nil.
12665
12666 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12667
12668 * files.el (revert-buffer, recover-file):
12669 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12670
12671 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12672
12673 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12674
12675 2000-12-01 Miles Bader <miles@gnu.org>
12676
12677 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12678
12679 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12680
12681 * international/mule-diag.el (describe-char-after): Fix typo.
12682 (describe-character-set, non-iso-charset-alist): Fix typo.
12683
12684 2000-12-01 Miles Bader <miles@gnu.org>
12685
12686 * image-file.el (image-file-name-regexp): Automatically add
12687 upper-case variants of each filename extension in
12688 `image-file-name-extensions', since they seem to be common.
12689
12690 * simple.el (minibuffer-contents)
12691 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12692 New functions.
12693 * filecache.el (file-cache-directory-name)
12694 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12695
12696 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12697
12698 * filecache.el (file-cache-minibuffer-complete): Don't try to
12699 delete the minibuffer prompt.
12700
12701 2000-11-30 Dave Love <fx@gnu.org>
12702
12703 * cus-start.el: Fix read-buffer-function type.
12704
12705 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12706
12707 * md5.el: Removed. There's a built-in function, now.
12708
12709 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12710
12711 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12712 as dummy 0-th char of rmail-deleted-vector.
12713
12714 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12715
12716 * ps-print.el (ps-end-job): Bind case-fold-search only after
12717 switching to ps-spool-buffer.
12718
12719 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12720
12721 * ps-print.el: Line number font customization. PostScript: Lines and
12722 PageCount are initialized on each page. Doc Fix.
12723 (ps-print-version): New version number (6.3.2).
12724 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12725 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12726 (ps-right-header): Customization fix.
12727 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12728 Fix code.
12729 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12730 New vars.
12731
12732 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12733
12734 * bs.el: Fix typos and spelling errors.
12735 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12736 (bs-configuration): Doc fix.
12737
12738 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12739
12740 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
12741
12742 * emulation/tpu-edt.el (tpu-version): New version.
12743 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12744 (tpu-original-mode-line): Variable deleted.
12745 (tpu-mark-flag): New initial value.
12746 (tpu-set-mode-line): Don't redefine mode-line-format.
12747 Add tpu-mark-flag to minor-mode-alist.
12748 (tpu-update-mode-line): New mark flag logic.
12749 (tpu-get): Use find-file-wildcards.
12750 (tpu-search-highlight): Move overlay less, reset overlay properly.
12751 (tpu-unselect): Deactivate mark.
12752 (tpu-lm-replace): Reset overlay properly.
12753 (tpu-forward-line): Use forward-visible-line.
12754 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12755
12756 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12757
12758 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12759
12760 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12761
12762 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12763
12764 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12765 and skip whitespace and newlines.
12766
12767 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12768
12769 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12770
12771 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12772
12773 * help.el (describe-function-1): Regexp-quote function name
12774 when used as part of a regexp.
12775
12776 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12777 Use face-attribute instead of face-foreground and face-background.
12778 (tool-bar-add-item): Likewise, and handle unspecified colors.
12779
12780 * enriched.el (enriched-face-ans): Use face-attribute instead
12781 of face-foreground and face-background.
12782
12783 * faces.el (face-foreground, face-background, face-stipple):
12784 Return nil if attribute is unspecified, for backward compatibility.
12785
12786 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12787
12788 * play/5x5.el: Remove version info.
12789
12790 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12791
12792 * frame.el (blink-cursor-mode): Doc fix.
12793
12794 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12795
12796 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12797 to create Makefile rules.
12798 (antlr-tool-command): New user option.
12799 (antlr-ask-about-save): New user option.
12800 (antlr-makefile-specification): New user option.
12801 (antlr-file-formats-alist): New variable.
12802 (antlr-special-file-formats): New variable.
12803 (antlr-unknown-file-formats): New user option.
12804 (antlr-help-unknown-file-text): New variable.
12805 (antlr-help-rules-intro): New variable.
12806 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12807 (antlr-mode-menu): Add entries.
12808 (antlr-file-dependencies): New function.
12809 (antlr-directory-dependencies): New function.
12810 (antlr-superclasses-glibs): New function.
12811 (antlr-run-tool): New command.
12812 (antlr-makefile-insert-variable): New function.
12813 (antlr-insert-makefile-rules): New function.
12814 (antlr-show-makefile-rules): New command.
12815
12816 * antlr-mode.el: More Emacs/XEmacs stuff.
12817 (antlr-no-action-keywords): New constant with value nil.
12818 (antlr-font-lock-keywords-alist): Use it. Old value would break
12819 syntax highlighting in Emacs-21.0.
12820 (antlr-default-directory): Emacs/XEmacs dependend function.
12821 (antlr-read-shell-command): Ditto.
12822 (antlr-with-displaying-help-buffer): Ditto.
12823
12824 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12825
12826 * antlr-mode.el: imenu, parsing and highlighting changes.
12827 (antlr-imenu-create-index-function): Don't create extra submenus
12828 for definitions in different grammar classes. It is not necessary
12829 for the menu and would make command `imenu' awkward to use.
12830 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12831 header actions and more than one.
12832 (antlr-font-lock-tokendef-face): Changed color.
12833 (antlr-font-lock-tokenref-face): Changed color.
12834 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12835 (antlr-mode-syntax-table): New variable.
12836 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12837 (antlr-with-syntax-table): Don't copy syntax table.
12838
12839 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12840
12841 * antlr-mode.el: Minor changes: language setting.
12842 (antlr-language-alist): The value for file option "language" can
12843 be both an identifier and a string.
12844 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12845 (antlr-language-limit-n-regexp): Change accordingly.
12846
12847 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12848
12849 * antlr-mode.el: Minor changes: tabs, hiding.
12850 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12851 (antlr-action-visibility): Also allow value nil to also hide the
12852 braces. Renamed from `antlr-tiny-action-length'.
12853 Suggested by Jay@aol.com.
12854 (antlr-hide-actions): Change accordingly. Hide line if completely
12855 hidden action is on a line of its own.
12856
12857 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12858
12859 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12860
12861 * sort.el (sort-columns): Don't concat strings with numbers.
12862
12863 2000-11-29 Dave Love <fx@gnu.org>
12864
12865 * cus-edit.el (face): Fix :format.
12866
12867 * mail/feedmail.el: Require smtpmail when compiling.
12868 (mail-do-fcc): Autoload.
12869 (feedmail) <defgroup>: Fix :link.
12870 (feedmail-nuke-body-in-fcc): Fix :type.
12871 (feedmail-send-it): Add autoload cookie.
12872
12873 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12874
12875 * newcomment.el (comment-indent): Save excursion around call to
12876 comment-indent-function.
12877
12878 2000-11-29 Miles Bader <miles@gnu.org>
12879
12880 * subr.el (member-ignore-case): Return the tail of the list who's
12881 car matches, like `member', not the matching element itself.
12882
12883 2000-11-29 Kenichi Handa <handa@etl.go.jp>
12884
12885 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12886 should not contain `\n'.
12887
12888 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12889
12890 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12891
12892 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12893
12894 * dired-aux.el (dired-do-create-files): Construct default file
12895 name for dired-mark-read-file-name so that when the user enters
12896 just RET, the target file will end up in the target directory.
12897
12898 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12899 local-abbrev-table before changing buffers because it might
12900 have a buffer-local binding.
12901
12902 2000-11-28 Miles Bader <miles@gnu.org>
12903
12904 * simple.el (delete-horizontal-space): Handle fields more generally.
12905
12906 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12907
12908 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12909
12910 2000-11-28 Dave Love <fx@gnu.org>
12911
12912 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12913 comment-start-skip locally.
12914
12915 * progmodes/fortran.el (fortran-mode): Don't set
12916 fortran-comment-line-start-skip. Set comment-start to
12917 fortran-comment-line-start.
12918 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12919 (fortran-comment-line-start-skip): Simplify slightly.
12920
12921 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12922
12923 * play/5x5.el: Remove RCS keyword.
12924
12925 * bs.el: Mistaken commit, undone 2000-11-30.
12926
12927 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
12928
12929 * textmodes/tildify.el (tildify-string-alist):
12930 Add `plain-tex-mode' here.
12931
12932 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
12933
12934 * chistory.el (Command-history-setup): Remove extraneous `keymap'
12935 reference.
12936
12937 2000-11-28 Miles Bader <miles@gnu.org>
12938
12939 * cus-face.el (custom-face-attributes): Add post-filter function
12940 for :box. Make pre-filter function for :box handle all cases.
12941
12942 * wid-edit.el (widget-choose): Make sure pop-up window is large
12943 enough to display all the choices, as there's no way to scroll it.
12944
12945 2000-11-28 Kenichi Handa <handa@etl.go.jp>
12946
12947 * international/mule-conf.el: Make the coding system no-conversion
12948 safe for all characters.
12949
12950 2000-11-27 Dave Love <fx@gnu.org>
12951
12952 * net/ldap.el (ldap) <defgroup>: Add :version.
12953
12954 * tooltip.el (tooltip-use-echo-area): Doc fix.
12955
12956 * cus-start.el <minibuffer-prompt-properties>: Add version.
12957 <read-buffer-function>: Add.
12958
12959 * apropos.el (apropos-print): Add help-echo to active text.
12960
12961 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12962
12963 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12964
12965 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12966 type, group and version.
12967
12968 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
12969
12970 * select.el (x-get-selection): Docstring fix.
12971
12972 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
12973
12974 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
12975
12976 2000-11-27 Andrew Innes <andrewi@gnu.org>
12977
12978 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12979
12980 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12981
12982 2000-11-27 Miles Bader <miles@gnu.org>
12983
12984 * dired.el (dired-get-filename): Return filename verbatim if
12985 LOCALP is `verbatim'.
12986 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12987 `verbatim' so that we don't inadvertently delete a non-existant
12988 directory name.
12989
12990 2000-11-27 Kenichi Handa <handa@etl.go.jp>
12991
12992 * international/characters.el: Specify cases and syntaxes for
12993 mule-unicode-0100-24ff.
12994
12995 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12996
12997 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12998 that foreground and/or background colors of the face `tool-bar'
12999 are unspecified.
13000
13001 2000-11-27 Miles Bader <miles@gnu.org>
13002
13003 * wid-edit.el (widget-field-buffer, widget-field-start)
13004 (widget-field-end): Handle widget field `pseudo-overlays'.
13005 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13006 if it's there instead of in `widget-field-list'.
13007
13008 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13009 (help-make-xrefs): Delete extraneous newlines at the end of the
13010 docstring.
13011
13012 2000-11-25 Jason Rumney <jasonr@gnu.org>
13013
13014 * startup.el (command-line): Call set-locale-environment after
13015 Window System init file is read, as it can result in a call to
13016 redraw-frame.
13017
13018 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 * simple.el (shell-command): Mention the effect of the prefix
13021 argument in the doc string.
13022
13023 2000-11-25 Miles Bader <miles@gnu.org>
13024
13025 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13026
13027 * wid-edit.el (widget-field-value-delete): Don't try to delete
13028 overlay when it's the `pseudo-overlay' that exists at some points.
13029
13030 2000-11-24 Jason Rumney <jasonr@gnu.org>
13031
13032 * international/mule-cmds.el (locale-language-names): Add "jp" as
13033 a non-standard alternative for Japanese.
13034
13035 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13036
13037 * vc-hooks.el: Require 'cl during compilation.
13038
13039 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13040
13041 * faces.el (face-set-after-frame-default): Let face attributes
13042 specified for new frames override frame parameters.
13043
13044 * startup.el (command-line): Fix computation of the source file
13045 for user-init-file when user-init-file is a compiled file.
13046
13047 2000-11-24 Miles Bader <miles@gnu.org>
13048
13049 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13050 (custom-post-filter-face-spec): New functions.
13051 (custom-face-set, custom-face-value-create): Filter the face spec
13052 before and after customization.
13053 (custom-face-set): If VALUE specifies a null face, pass a
13054 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13055 * cus-face.el (custom-face-attributes): Remove SET and GET
13056 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13057 cases they're needed.
13058
13059 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13060 that it's distinguishable from the :off-glyph on dark-background
13061 displays. Set its background color too.
13062
13063 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13064 so that people can easily turn it off.
13065
13066 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13067
13068 * ediff-diff.el: Moved variables around to have it compile under NT.
13069
13070 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13071
13072 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13073
13074 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13075 redundant skip-small-frames test.
13076
13077 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13078 (viper-downgrade-to-insert): Protect against errors in hooks.
13079
13080 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13081 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13082 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13083 New functions.
13084
13085 * viper-util.el (viper-memq-char): Bug fixes.
13086
13087 * viper.el (viper-mode): Fix cursor handling.
13088
13089 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13090
13091 * international/mule-diag.el (list-iso-charset-chars):
13092 For two-byte charset, fix the `while' condition.
13093 (list-non-iso-charset-chars): Fix the `while' condition.
13094
13095 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13096
13097 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13098 if the variable is make-variable-buffer-local.
13099
13100 * progmodes/ada-stmt.el (ada-template-map):
13101 Initialize and bind it to C-c t in ada-mode-map.
13102 (ada-stmt-mode-hook): New function extracted from old code.
13103 Only change the buffer-local side of skeleton-*.
13104 (ada-mode-hook): Use it.
13105
13106 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13107
13108 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13109 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13110 we expect to be returned by minibuffer-depth once we prompt the
13111 user in the minibuffer.
13112 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13113 as recorded in iswitchb-minibuf-depth, return non-nil.
13114
13115 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13116
13117 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13118 (hscroll-window-maybe): Docstring fix.
13119
13120 2000-11-23 Dave Love <fx@gnu.org>
13121
13122 * rect.el (string-rectangle): Don't test delete-selection-mode.
13123
13124 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13125
13126 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13127 is in the tool bar.
13128
13129 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13130 with `no-dir'; we want the directory part to be able to remove it.
13131
13132 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13133
13134 * textmodes/outline.el (outline-flag-region):
13135 Don't bind inhibit-read-only since we don't modify the buffer.
13136 (outline-isearch-open-invisible): Don't jump to overlay-start
13137 since we're trying to unhide text around point.
13138 (outline-discard-overlays): Use dolist.
13139
13140 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13141
13142 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13143
13144 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13145
13146 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13147
13148 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13149 Fix ARG regexp to skip quoted braces.
13150 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13151 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13152 are (correctly) handled separately).
13153 Remove `caption' and `footnote' from `citations': they contain text.
13154 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13155 (latex-skeleton-end-hook): New function.
13156 (latex-mode): Use it.
13157 (tex-start-tex-marker): Remove.
13158 (tex-send-tex-command): Don't set tex-start-tex-marker.
13159 (tex-error-parse-syntax-table): New var.
13160 (tex-compilation-parse-errors): Use it.
13161 Ignore tex-start-tex-marker. Don't bother with marker-position.
13162 (tex-validate-buffer): Don't bother with marker-position.
13163
13164 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13165 (flyspell-generic-progmode-verify): Use it.
13166
13167 2000-11-22 Sam Steingold <sds@gnu.org>
13168
13169 * simple.el (delete-trailing-whitespace): New interactive function.
13170
13171 * progmodes/ada-mode.el (ada-mode): Use it instead of
13172 `ada-remove-trailing-spaces'.
13173 (ada-remove-trailing-spaces): Removed.
13174
13175 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13176
13177 * textmodes/picture.el (picture-clean): Removed.
13178 (picture-mode-exit): Call it instead of `picture-clean'.
13179
13180 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13181
13182 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13183
13184 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13185 jit-lock-fontify-buffer; it should anyway be unneccessary to
13186 do anything special when jit-lock is active.
13187 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13188
13189 2000-11-22 Dave Love <fx@gnu.org>
13190
13191 * calendar/todo-mode.el (todo-top-priorities): Use
13192 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13193
13194 * language/chinese.el, language/cyrillic.el:
13195 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13196 * language/hebrew.el, language/indian.el, language/japanese.el:
13197 * language/korean.el, language/lao.el, language/misc-lang.el:
13198 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13199 Use provide.
13200
13201 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13202 (custom-variable-set): Improve validation error mesage.
13203
13204 * rect.el (string-rectangle): Revert last change.
13205 (string-rectangle-line): New arg DELETE.
13206 (string-rectangle): Check delete-selection-mode.
13207
13208 * emacs-lisp/edebug.el (edebug-version)
13209 (edebug-maintainer-address): Deleted.
13210 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13211 (edebug-read-function): Account for other `'#' read forms.
13212 (edebug-mode-menus): Make some items toggles.
13213 (edebug-outside-unread-command-event, unread-command-event):
13214 Remove these to avoid warnings.
13215
13216 2000-11-22 David Ponce <david@dponce.com>
13217
13218 * recentf.el (recentf-menu-items-for-commands)
13219 (recentf-make-menu-items, recentf-make-menu-item)
13220 (recentf-filter-changer): Added :help and :active menu-item properties.
13221
13222 (recentf-build-dir-rules, recentf-dump-variable)
13223 (recentf-edit-list, recentf-open-files-item)
13224 (recentf-open-files): Replaced unnecessary `mapcar' with new
13225 built-in `mapc'.
13226
13227 2000-11-23 Miles Bader <miles@gnu.org>
13228
13229 * faces.el (menu): Make inverse-video on ttys too.
13230
13231 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13232
13233 * simple.el (comment-line-break-function): Use the new name
13234 indent-new-comment-line -> comment-indent-new-line.
13235 (clone-indirect-buffer): Don't ignore NORECORD.
13236 (next-completion): Properly handle the case where items are adjacent.
13237
13238 * mouse.el (popup-menu): Stupid typo.
13239
13240 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13241
13242 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13243 maintainer, keywords tags.
13244
13245 * rect.el (replace-rectangle): Don't call string-rectangle-line
13246 with too many arguments.
13247
13248 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13249
13250 * ediff-util.el (ediff-file-checked-out-p)
13251 (ediff-file-checked-in-p): Call vc-state instead of
13252 vc-locking-user, which no longer exists.
13253
13254 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13255
13256 2000-11-22 Dave Love <fx@gnu.org>
13257
13258 * md5.el (md5): Provide.
13259 (md5): Fix error call.
13260
13261 2000-11-22 Miles Bader <miles@gnu.org>
13262
13263 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13264 (refill-fill-paragraph-at): Remove debugging code.
13265
13266 * calendar/calendar.el (generate-calendar-window): When we don't
13267 call `fit-window-to-buffer', make sure the top line is fully visible.
13268
13269 * image-file.el (insert-image-file): Don't make `read-only'
13270 property rear-nonsticky.
13271
13272 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13273 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13274 stashing away its original value.
13275 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13276 in the recursive edit.
13277 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13278 (isearch-done): Restore `minibuffer-message-timeout'.
13279
13280 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13281
13282 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13283
13284 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13285
13286 * find-lisp.el (find-lisp-find-files-internal):
13287 Use dolist, when and file-name-as-directory.
13288
13289 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13290 (define-derived-mode, define-minor-mode): Add specs.
13291
13292 * window.el: General comment and spacing fixes.
13293 (save-selected-window): Use backquotes.
13294 (window-safely-shrinkable-p): New function.
13295 (shrink-window-if-larger-than-buffer): Use it.
13296
13297 * subr.el (make-local-hook): Docstring fix.
13298
13299 * shell.el (shell-mode): Use define-derived-mode.
13300
13301 * newcomment.el (comment-indent): Insert comment before calling
13302 comment-indent-function. Don't insert in column 0.
13303 (comment-dwim): Indent before inserting comment.
13304
13305 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13306 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13307 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13308 Use mapc rather than map.
13309
13310 * files.el (find-buffer-visiting): Compare all attributes before
13311 declaring two files identical (rather than just their inode-no).
13312 (auto-mode-alist): Use \' rather than $.
13313
13314 * which-func.el: Update maintainer line.
13315
13316 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13317 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13318 (uniquify-buffer-file-name): Use it.
13319
13320 2000-11-22 Miles Bader <miles@gnu.org>
13321
13322 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13323 * simple.el (minibuffer-avoid-prompt): New function.
13324
13325 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13326
13327 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13328
13329 2000-11-21 Miles Bader <miles@gnu.org>
13330
13331 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13332 inclusion of `track-mouse'.
13333
13334 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13335 (refill-adjust-ignorable-overlay): New function.
13336 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13337 only the paragraph's tail if possible.
13338 Update `refill-ignorable-overlay'.
13339 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13340
13341 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13342 point inside the fill-prefix.
13343
13344 * textmodes/refill.el (refill-post-command-function): Don't reset
13345 refill-doit in the case where a self-insertion command doesn't
13346 case a refill. Use `refill-fill-paragraph-at', getting position
13347 from `refill-doit'.
13348 (refill-after-change-function): Set `refill-doit' to END.
13349 (refill-fill-paragraph-at): New function, mostly from old
13350 refill-fill-paragraph.
13351 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13352 (refill-pre-command-function): New function.
13353 (refill-mode): Add it to `pre-command-hook'.
13354
13355 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13356
13357 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13358
13359 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13360 javadoc tags.
13361
13362 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13363
13364 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13365 vc.el).
13366
13367 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13368 require vc.
13369
13370 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13371 checkouts.
13372
13373 2000-11-20 Dave Love <fx@gnu.org>
13374
13375 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13376
13377 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13378
13379 * calculator.el (calculator-paste): Use `if' instead of `and'
13380 and `or'.
13381 (calculator-help): Don't use electric-describe-mode for XEmacs.
13382
13383 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13384
13385 * info.el (info-menu-5): Doc fix.
13386
13387 * textmodes/artist.el: New file.
13388
13389 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13390
13391 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13392 and differentiate according to checkout model.
13393 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13394 since this function is only concerned with master state.
13395
13396 * vc-hooks.el (vc-workfile-unchanged-p)
13397 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13398
13399 * vc.el (vc-workfile-unchanged-p)
13400 (vc-default-workfile-unchanged-p): See above.
13401
13402 2000-11-19 Miles Bader <miles@gnu.org>
13403
13404 * image-file.el (insert-image-file): Make `intangible' and
13405 `read-only' properties rear-nonsticky too.
13406
13407 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13408
13409 * ps-print.el: Update copyright notice.
13410
13411 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13412 (tooltip-show): Use the offsets.
13413
13414 * bindings.el (mode-line-modified): Fix a typo.
13415 (mode-line-toggle-modified, mode-line-widen)
13416 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13417
13418 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13419
13420 * ps-print.el (toplevel): Test for find-coding-system being
13421 fboundp before calling ps-x-find-coding-system.
13422
13423 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13424
13425 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13426 (vc-version-backup-file): Docstring fix.
13427
13428 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13429
13430 * files.el (basic-save-buffer): Don't add a newline if
13431 find-file-literally is non-nil.
13432 (find-file-literally): Extend doc string.
13433
13434 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13435 sort(1) with the `-f' argument.
13436
13437 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13438
13439 * vc.el: Updated backend documentation.
13440 (vc-default-check-headers): New function.
13441
13442 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13443
13444 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13445 up-to-date.
13446 (vc-do-command): In the asynchronous case, output messages only if
13447 the minibuffer is not active.
13448
13449 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13450 `vc-cvs-use-edit' is on.
13451 (vc-cvs-checkout): When this is used for reverting the workfile,
13452 make a backup of the original contents and revert to that in case
13453 of error.
13454 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13455 remote repositories.
13456
13457 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13458 for both version and ratio in the minibuffer.
13459
13460 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13461 Use vc-do-command to perform the annotation, not call-process.
13462
13463 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13464
13465 * international/quail.el (quail-start-translation): Don't call
13466 `message' before reading key sequence.
13467
13468 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13469
13470 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13471
13472 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13473
13474 * window.el (fit-window-to-buffer): Be sure to acquire at least
13475 one text line even if the buffer is empty.
13476
13477 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13478
13479 * net/ange-ftp.el (ange-ftp-file-writable-p)
13480 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13481 Bind ange-ftp-process-verbose to nil.
13482
13483 2000-11-15 Dave Love <fx@gnu.org>
13484
13485 * wid-edit.el (widget-specify-field, widget-specify-button):
13486 If :help-echo is a function, set help-echo of overlay to
13487 widget-mouse-help.
13488 (widget-mouse-help): New function.
13489 (widget-echo-help): Rewritten for :help-echo functions only taking
13490 a widget arg.
13491
13492 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13493 Use display-graphic-p.
13494 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13495 and that JPEG is available.
13496 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13497
13498 * international/mule-cmds.el (locale-charset-language-names):
13499 Match @euro.
13500
13501 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13502
13503 * faces.el (face-set-after-frame-default):
13504 If `inhibit-default-face-x-resources' is bound, don't intialize the
13505 default face from X resources.
13506
13507 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13508
13509 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13510 Don't set EMACSLOADPATH.
13511
13512 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13513
13514 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13515 texinfo-insert-@url.
13516 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13517 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13518
13519 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13520
13521 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13522 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13523 (checkdoc-minor-keymap): Backward compatibility.
13524 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13525 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13526 (checkdoc-this-string-valid-engine): Be a bit more strict
13527 to avoid matching substrings of `...' quoted vars/funs.
13528 (checkdoc-defun-info): Only look for `interactive' if alone.
13529 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13530
13531 * progmodes/compile.el (grep): `tag-default' can be nil.
13532
13533 * newcomment.el (comment-indent): Paren typo.
13534
13535 2000-11-14 Dave Love <fx@gnu.org>
13536
13537 * calculator.el: New maintainer version.
13538
13539 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13540
13541 * cmuscheme.el: Doc fixes.
13542 (cmuscheme) <defgroup>: Use `scheme' as parent.
13543 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13544
13545 * xscheme.el (scheme-program-name): Don't define here.
13546
13547 * progmodes/scheme.el (scheme-program-name): New variable
13548 (originally in cmuscheme).
13549
13550 2000-11-14 Miles Bader <miles@gnu.org>
13551
13552 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13553 Handle header-lines. Don't loop forever if we can't enlarge the
13554 window anymore. Simplify a bit.
13555
13556 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13557
13558 * window.el (fit-window-to-buffer): Don't check
13559 window-text-height. Assure that the last line is fully visible.
13560
13561 * international/quail.el (quail-show-guidance-buf):
13562 Call fit-window-to-buffer to assure the enough height of the guidance
13563 buffer.
13564 (quail-update-guidance): Avoid making the guidance buffer shorter.
13565
13566 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13569 rather than `prepend' and add an interesting comment.
13570 (tex-math-face, tex-font-lock-syntactic-face-function):
13571 New face and function to use it.
13572 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13573 than `menu-enable' symbol property.
13574 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13575 (tex-mode): Add some latex-mode commands for auto-selection.
13576 Use tex-font-lock-syntactic-face-function.
13577 (tex-insert-quote): Simplify.
13578 (tex-shell): New mode.
13579 (tex-start-shell): Use it.
13580 (tex-shell-proc, tex-shell-buf): New functions.
13581 (tex-send-command): Use it.
13582 (tex-main-file): Fix the meaning of the new arg REALFILE.
13583 (tex-send-tex-command): New function split from `tex-start-tex'.
13584 Set compilation-last-buffer and compilation-parsing-end.
13585
13586 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13587 when it follows non-comment text on the line.
13588
13589 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13590 Set font-lock-defaults.
13591 (lisp-mode-shared-map): Init inside the defvar.
13592 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13593 Use define-derived-mode.
13594
13595 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13596
13597 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13598
13599 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13600
13601 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13602 Don't recursively optimize body because that can lead to infinite
13603 recursion; see comment there.
13604
13605 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13606
13607 * faces.el (face-spec-set-match-display): Revert the change from
13608 2000-10-24. Add a FIXME for after v21.1.
13609
13610 2000-11-13 Miles Bader <miles@gnu.org>
13611
13612 * textmodes/fill.el (skip-line-prefix): New function.
13613 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13614 (fill-paragraph): Don't leave point inside the fill-prefix.
13615 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13616 point inside the fill-prefix.
13617
13618 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13619
13620 * calendar/calendar.el (generate-calendar-window):
13621 Use `fit-window-to-buffer'.
13622
13623 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13624
13625 * gud.el (gud-minor-mode): New var.
13626 (gud-symbol, gud-val): New functions.
13627 (gud-find-file): Copy gud-minor-mode to the new buffer.
13628 (gud-menu-map): Include entries for commands that are not always
13629 available, using :enable to (de)activate them.
13630 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13631 (gud-mode-map): New map.
13632 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13633 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13634 Don't set up gud's menu (it's done by the minor-mode).
13635 (gud-minibuffer-local-map): New.
13636 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13637 (gud-query-cmdline): New function.
13638 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13639 (gud-mode): Use define-derived-mode.
13640 Don't set up gud's menu (it's done by the minor-mode).
13641 (gud-chop-words): Remove.
13642 (gud-common-init): Use split-string instead.
13643 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13644
13645 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13646 Add keyword arg :name.
13647
13648 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13649 (diff-count-matches, diff-split-hunk): New functions.
13650 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13651
13652 * pcvs-info.el (cvs-fi-conflict-face): New var.
13653
13654 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13655 Make it into a simple syntax-table, shared among all submodes.
13656 (sh-heredoc-face): Re-introduce.
13657 (sh-font-lock-syntactic-face-function): New function.
13658 (sh-mode): Use it. Also use define-derived-mode.
13659 Remove old bogus setting of indent-region-function.
13660 (sh-set-shell): Don't set the syntax-table any more.
13661 (sh-mode-syntax-table) <defun>: Remove.
13662
13663 2000-11-12 Miles Bader <miles@gnu.org>
13664
13665 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13666 message if interactive.
13667
13668 2000-11-12 Dave Love <fx@gnu.org>
13669
13670 * mail/feedmail.el: Fix header,
13671 (feedmail) <defgroup>: Add :link.
13672
13673 * view.el: Use local-map property, not keymap on mode-line string.
13674
13675 * scroll-all.el (scroll-all-mode): Customize variable.
13676 Add autoload cookie to function.
13677
13678 * lazy-lock.el: Remove compatibility code.
13679
13680 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13681 (finder-help-echo): New variable.
13682 (finder-mouse-face-on-line): Add help-echo stuff.
13683 (finder-list-keywords, finder-list-matches): Use mapc.
13684
13685 * faces.el (face-font-registry-alternatives): Add :version.
13686
13687 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13688 tags-table-list.
13689
13690 * net/browse-url.el (browse-url-browser-function): Update :version.
13691
13692 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13693 (mail-mode): Use [:alnum:] in some regexps.
13694
13695 2000-11-10 Dave Love <fx@gnu.org>
13696
13697 * ediff.el (ediff-regions-internal, ediff-documentation):
13698 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13699 fundamental mode.
13700
13701 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13702 buffer into fundamental mode.
13703 (ediff-set-difference): Use copy-sequence if available.
13704
13705 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13706 Check ediff-patch-map non-nil.
13707 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13708 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13709 buffer into fundamental mode.
13710
13711 * ediff-merg.el (state-or-merge): Defvar when compiling.
13712
13713 2000-11-10 Jason Rumney <jasonr@gnu.org>
13714
13715 * w32-fns.el (w32-add-charset-info): New function.
13716 (w32-charset-info-alist): Use it.
13717
13718 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13719
13720 * faces.el (face-font-registry-alternatives): New user-option.
13721
13722 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13723
13724 * textmodes/texinfo.el (texinfo-block-default): New var.
13725 (texinfo-insert-block): Use it. Insert a newline if needed.
13726
13727 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13728 (fill-region-as-paragraph): Use it.
13729
13730 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13731 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13732 Tweak paragraph regexps to allow a leading [ \t]*.
13733 (tex-latex-block): Insert a newline if necessary.
13734 (latex-insert-item): Only insert a newline if necessary.
13735 (tex-guess-main-file): New function.
13736 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13737 Set tex-main-file if TeX-master is provided.
13738 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13739
13740 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13741
13742 * startup.el (command-line): Set the default tooltip-mode
13743 to t for graphical displays which implement x-show-tip.
13744
13745 * tooltip.el (tooltip-mode): Add a comment about startup.el
13746 setting the default value of this user-option.
13747
13748 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13749
13750 * font-lock.el (font-lock-*-face) <defvar>: Move.
13751 (font-lock-defaults-alist): Mark obsolete.
13752 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13753 (font-lock-mode): Use define-minor-mode.
13754 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13755 (font-lock-turn-off-thing-lock): Be more explicit.
13756 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13757 (font-lock-syntactic-face-function): New var.
13758 (font-lock-fontify-syntactically-region): Use it.
13759 (font-lock-doc-face): New.
13760
13761 * pcvs.el (cvs-enabledp): Ignore errors.
13762 (cvs-commit-filelist): Never query.
13763 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13764 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13765 (cvs-do-removal): Use cvs-partition rather than delete-if.
13766 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13767 cvs-bury-buffer.
13768
13769 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13770 Allow `next' to jump to after the end of the last match.
13771
13772 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13773
13774 * simple.el (byte-compiling-files-p): New function.
13775
13776 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13777 if it is there.
13778
13779 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13780 nil again.
13781
13782 * textmodes/ispell.el (ispell-library-path): Don't call
13783 check-ispell-version when byte-compiling because that starts
13784 an ispell process, and ispell might not be installed.
13785 (toplevel): Don't set up a menu when byte-compiling.
13786
13787 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13788 it, so that a boundp test can be used to determine if we're
13789 currently byte-compiling.
13790
13791 2000-11-09 Dave Love <fx@gnu.org>
13792
13793 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13794
13795 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13796
13797 * ps-print.el: Patch for variable initialization when spooling.
13798 Doc fix.
13799 (ps-output-list): Fun eliminated.
13800 (ps-begin-file, ps-begin-job): Code fix.
13801
13802 2000-11-08 Dave Love <fx@gnu.org>
13803
13804 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13805
13806 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13807
13808 * simple.el (shell-command, display-message-or-buffer)
13809 (shell-command-on-region): Mention resize-mini-windows in the doc
13810 string.
13811 (display-message-or-buffer): Take the value of resize-mini-windows
13812 into account.
13813
13814 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13815
13816 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13817
13818 * dired.el (dired-between-files): Add `^. find' as an alternative
13819 to the regular expression, for find-dired.
13820
13821 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13822
13823 * textmodes/texnfo-upd.el: Require texinfo.
13824 (defmacro, defgroup): Remove.
13825 (texinfo-section-to-generic-alist): Remove.
13826 Use texinfo-section-list instead (i.e. level is changed string->int).
13827 (texinfo-filter): New function.
13828 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13829 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13830 Use it. And use regexp-opt.
13831 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13832 (texinfo-update-menu-region-beginning)
13833 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13834 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13835 (texinfo-update-menu-same-level-regexps): Update.
13836 (texinfo-update-node, texinfo-every-node-update)
13837 (texinfo-sequential-node-update): Remove autoload cookie.
13838
13839 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13840 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13841 (texinfo-chapter-level-regexp): Remove.
13842 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13843
13844 2000-11-06 Dave Love <fx@gnu.org>
13845
13846 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13847
13848 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13849 Match defun*.
13850
13851 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13852
13853 * composite.el (composition-function-table): Variable declaration
13854 moved to src/composite.c.
13855 (compose-chars-after): New optional arg object.
13856
13857 2000-11-06 Gerd Moellmann <gerd@gnu.org>
13858
13859 * bindings.el (mode-line-toggle-read-only)
13860 (mode-line-toggle-modified, mode-line-widen)
13861 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13862 (make-mode-line-mouse2-map): Rewritten.
13863 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13864 functions so that C-h k can show something with a doc string.
13865
13866 * startup.el (fancy-splash-delay): Set to 10 seconds.
13867 (fancy-splash-max-time): New user-option.
13868 (fancy-splash-stop-time): New variable.
13869 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13870 (fancy-splash-screens-1): Throw `stop-splashing' when current
13871 time is greater than fancy-splash-stop-time.
13872
13873 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13874
13875 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13876
13877 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13878 Prompt user for a file rather than raising an error.
13879 (cvs-enabledp): Fix call to cvs-mode-marked.
13880 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13881 (cvs-mode-insert): Use it. Change the init prompt' value.
13882 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13883
13884 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13885 Don't pass default arg to ewoc-locate.
13886 (ewoc-collect): Return result in the right order.
13887
13888 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13889
13890 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13891 (cvs-status-get-tags): Fix regexp.
13892 (cvs-status-trees, cvs-status-cvstrees):
13893 Combine after change hooks and don't sit-for.
13894 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13895 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13896 Use make-char rather than hard-coded cryptic data.
13897 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13898
13899 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13900
13901 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13902 (cvs-insert-strings): New function.
13903
13904 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13905
13906 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13907 `mwheel-scroll-amount'.
13908 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13909 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13910 string-matching against the version string.
13911
13912 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13913
13914 * language/thai.el ("Thai"): Set a lisp form that produces
13915 composed string in `sample-text' language info.
13916
13917 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13918 composed string in `sample-text' language info.
13919
13920 * international/mule-cmds.el (describe-language-environment):
13921 Eval `sample-text' data and insert the result.
13922
13923 * international/mule-conf.el (compound-text): Define this coding
13924 system here. Make x-ctext and ctext aliases of it.
13925
13926 * language/european.el (compound-text, ctext): Moved to
13927 international/mule-conf.el.
13928
13929 2000-11-05 Andrew Innes <andrewi@gnu.org>
13930
13931 * w32-fns.el (w32-version): New function.
13932
13933 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
13934
13935 * progmodes/awk-mode.el: Update copyright.
13936 (awk-mode-abbrev-table): Remove.
13937 (awk-font-lock-keywords): Use regexp-opt.
13938 (awk-mode): Use define-derived-mode.
13939
13940 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13941 when extracting a suffix.
13942
13943 2000-11-04 Andre Spiegel <spiegel@gnu.org>
13944
13945 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
13946 auto-save-mode.
13947
13948 2000-11-04 Jason Rumney <jasonr@gnu.org>
13949
13950 * language/european.el (decode-mac-roman): Test against r1 not r0.
13951
13952 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13953
13954 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13955 (icon-mode): Define indent-line-function.
13956 (icon-comment-indent): Simplify.
13957 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13958
13959 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13960
13961 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13962 Bind change-log-default-mode to defeat the caching done on it.
13963 Don't bother saving excursion any more.
13964
13965 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13966
13967 * frame.el (after-setting-font-hook): Rename hooks -> hook.
13968 (set-frame-font): Use the new name (and the old for compatibility).
13969
13970 * toolbar/tool-bar.el (tool-bar-mode):
13971 * time.el (display-time-mode):
13972 * recentf.el (recentf-mode):
13973 * paren.el (show-paren-mode):
13974 * mwheel.el (mouse-wheel-mode):
13975 * msb.el (msb-mode):
13976 * jka-compr.el (auto-compression-mode):
13977 * image-file.el (auto-image-file-mode):
13978 * hl-line.el (hl-line-mode):
13979 * delsel.el (delete-selection-mode):
13980 * autoinsert.el (auto-insert-mode):
13981 * complete.el (partial-completion-mode): Drop unneeded positional args.
13982
13983 * info.el (Info-mode):
13984 * comint.el (comint-mode): Don't bother with make-local-hook.
13985
13986 * log-edit.el (log-edit-menu): New menu.
13987
13988 2000-11-03 Miles Bader <miles@gnu.org>
13989
13990 * wid-edit.el (widget-end-of-line): Reinstate, with a new
13991 definition, so that trailing spaces are handled properly.
13992 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13993
13994 2000-11-03 Gerd Moellmann <gerd@gnu.org>
13995
13996 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13997 tab character.
13998 (fancy-splash-screens): Set tab-width to 20.
13999
14000 2000-11-03 Dave Love <fx@gnu.org>
14001
14002 * comint.el (comint-completion-addsuffix): Fix custom type.
14003
14004 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14005
14006 * font-lock.el (font-lock-buffers): Remove.
14007 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14008 (font-lock-change-major-mode): Remove.
14009 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14010 (font-lock-default-fontify-region): Extend the multiline
14011 fontification to whole lines.
14012 (font-lock-fontify-anchored-keywords)
14013 (font-lock-fontify-keywords-region): If matching just one
14014 line (with \n) only mark the \n as multiline.
14015
14016 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14017 Correctly handle the case where several :group args are supplied.
14018 Allow :extra-args.
14019 (easy-mmode-define-global-mode): Allow :extra-args.
14020 Correctly handle the case where several :group args are supplied.
14021
14022 2000-11-02 Miles Bader <miles@gnu.org>
14023
14024 * calendar/calendar.el (diary-face, calendar-today-face)
14025 (holiday-face): Remove dependency on `window-system'.
14026
14027 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14028
14029 * Makefile.in (emacs): Set EMACSLOADPATH always.
14030 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14031 (compile-files): Bomb out if compilation of a file fails.
14032
14033 2000-11-02 Dave Love <fx@gnu.org>
14034
14035 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14036
14037 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14038
14039 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14040 punctuation in the warning inserted into the *mail* buffer.
14041
14042 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14043
14044 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14045 (authors-public-domain-p): New function.
14046 (authors-print): Use it.
14047
14048 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14049
14050 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14051
14052 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14053
14054 * ps-print.el: Extension for even/odd printing. Doc fix.
14055 (ps-print-version): New version number (6.3.1).
14056 (ps-even-or-odd-pages): Customization fix.
14057 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14058 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14059 (ps-page-count): Var replaced by `ps-page-column'.
14060 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14061 (ps-print-sheet-p): New fun.
14062
14063 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14064
14065 * tooltip.el (tooltip-gud-tips-setup): New function.
14066 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14067 (tooltip-mode): Call tooltip-gud-tips-setup.
14068 (tooltip-gud-tips): Use `gud-basic-call' instead of
14069 process-send-string, so the prompt gets frobbed appropriately.
14070 Handle nil return value from `tooltip-gud-print-command'.
14071
14072 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14073
14074 * comint.el (comint-add-to-input-history): New function.
14075 (comint-send-input): Use `comint-add-to-input-history'.
14076
14077 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14078
14079 * info.el (info-menu-header): New face.
14080 (Info-fontify-menu-headers): New function.
14081 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14082
14083 * info.el (Info-insert-dir): Don't include blank lines at
14084 beginning of additional dir files (one is added automatically).
14085
14086 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14087
14088 * emacs-lisp/easy-mmode.el (define-minor-mode):
14089 Revert the latest changes.
14090 Allow the three positional arguments to be skipped and replaced
14091 by keyword arguments.
14092 Add a :toggle argument to determine whether a nil arg means toggle
14093 or means turn-on. The default is unchanged.
14094 Add a call to force-mode-line-update.
14095
14096 2000-11-01 Dave Love <fx@gnu.org>
14097
14098 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14099
14100 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14101
14102 * calendar/calendar.el (diary-face, holiday-face):
14103 Add dark-background variants.
14104
14105 2000-10-31 Sam Steingold <sds@gnu.org>
14106
14107 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14108 `tex-main-file' does not have directory in it.
14109
14110 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14111
14112 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14113
14114 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14115
14116 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14117 functional change.
14118
14119 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14120
14121 * files.el (find-file-noselect): When we expand a wildcard, return
14122 a list of buffers, as we should do according to the doc string.
14123
14124 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14125
14126 * loadup.el (top level): Adjust load path if program name is
14127 "../src/bootstrap-emacs", in case it's not dumped and thus the
14128 load path adjustment hasn't already been done.
14129
14130 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14131
14132 * ps-print.el: Fix bug on selected pages for printing.
14133 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14134 is on. Try to avoid warning messages when compiling. Doc Fix.
14135 (ps-print-version): New version number (6.3).
14136 (ps-color-device): Use `color-values' to determine if device
14137 supports color.
14138 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14139 (ps-print-page-p): Changed from defsubst to defun.
14140 (ps-page-number): Changed from defmacro to defun.
14141 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14142 printing.
14143 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14144 (ps-end-file, ps-dummy-page): Funs eliminated.
14145 (ps-print-color-scale): Changed default value.
14146 (ps-page-n-up, ps-print-page-p): New internal vars.
14147 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14148 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14149
14150 * delim-col.el: Little programming improvement.
14151 (delimit-columns-str): New macro.
14152 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14153
14154 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14155
14156 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14157 Moved to european.el.
14158 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14159 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14160 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14161 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14162
14163 2000-10-30 Dave Love <fx@gnu.org>
14164
14165 * progmodes/cc-menus.el (imenu-generic-expression)
14166 (imenu-progress-message): Only defvar when compiling.
14167
14168 * emacs-lisp/elp.el (elp-unload-hook): New function.
14169
14170 * loadhist.el (unload-feature): Call elp-restore-function,
14171 checking for symbols; don't use elp-restore-all.
14172 (loadhist-hook-functions): Doc fix.
14173
14174 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14175
14176 * log-edit.el (log-edit-confirm): Fix the default.
14177
14178 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14179
14180 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14181 delimit-columns-format.
14182 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14183
14184 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14185
14186 * comint.el (comint-replace-by-expanded-history): Don't use
14187 comint-get-old-input (we're not looking at *old* input).
14188 (comint-get-old-input-default): If using fields, signal an error
14189 when the point is not in an input field.
14190
14191 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14192
14193 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14194 and mule-unicode-e000-ffff.
14195
14196 * international/mule.el (decode-char, encode-char): New functions.
14197 (make-coding-system): Accept a symbol of translation table as a
14198 value of property `safe-chars'.
14199
14200 * international/mule-cmds.el (encode-coding-char): Check property
14201 safe-chars instead of safe-charsets.
14202
14203 * international/fontset.el (fontset-default): Modified for
14204 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14205 (x-font-name-charset-alist): Likewise.
14206 (ccl-encode-unicode-font): New CCL program. Record it in
14207 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14208
14209 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14210 New translation tables.
14211 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14212 programs are modified and moved from mac-win.el.
14213 (mac-roman): Definition of this coding system is modified and
14214 moved from mac-win.el.
14215
14216 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14217
14218 * ediff-wind.el (ediff-setup-control-frame): Enclose
14219 face-attribute in condition-case to avoid errors in older emacsen.
14220
14221 2000-10-29 Miles Bader <miles@gnu.org>
14222
14223 * custom.el (custom-add-to-group): Allow multiple entries for a
14224 given value OPTION, as long as their widget types are different.
14225 * cus-edit.el (custom-face-value-create): If face name doesn't end
14226 with "face", add such here (similar to custom group widgets).
14227
14228 * comint.el (comint-highlight-prompt): Add :type.
14229
14230 2000-10-28 John Wiegley <johnw@gnu.org>
14231
14232 * calendar/timeclock.el (timeclock-log): Doc fix.
14233 (timeclock-last-event): Doc fix.
14234 (timeclock-log): Kill the timelog buffer after appending a new event.
14235 (timeclock-find-discrep): Use a temp buffer to read in the
14236 timelog, instead of visiting the file.
14237 (timeclock-log-data): A new function, along with a host of helper
14238 functions, for the purpose of making timelog data accessible to
14239 programmers.
14240
14241 * eshell/esh-mode.el (window-height test): Make certain that
14242 `eshell-stringify-t' is non-nil.
14243 (eshell-password-prompt-regexp): Changed to a much simpler
14244 password regexp.
14245 (eshell-send-input): If `eshell-invoke-directly' returns t,
14246 directly invoke the parsed command using `eval'. This improves
14247 turn-around time on simple commands by a factor of three or
14248 greater, such as cd, ls, pwd, etc. -- which get used very often.
14249 It also conserves thousands of cons cells per call (since
14250 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14251 in the Pacific Cookie Company).
14252
14253 * eshell/esh-test.el (eshell-test): Whitespace fix.
14254
14255 * eshell/em-ls.el (eshell-ls-insert-directory):
14256 Make `eshell-ls-initial-args' nil when inserting directory contents.
14257
14258 * eshell/em-script.el (eshell-script-initialize): Add names to
14259 `eshell-complex-commands, since `source' and `.' are complex.
14260
14261 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14262 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14263 `eshell-copy-handles'.
14264 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14265 bodies.
14266 (eshell-separate-commands): Whitespace fix.
14267 (eshell-complex-commands): Added a new list of names, for
14268 determining whether a given command is as simple as it looks.
14269 (eshell-invoke-directly): New function. Returns t if a command
14270 should be invoked directly (using `eval'), rather than indirectly
14271 using `eshell-do-eval'.
14272 (eshell-do-eval): Whitespace fix.
14273
14274 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14275 which provides an emulation of the DOS shell behavior of assuming
14276 that cp/mv/ln should copy/move/link to the current directory.
14277 (eshell-remove-entries): Added a doc string.
14278 (eshell-shuffle-files): Removed the check for `target' being null.
14279 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14280 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14281 it to do a smarter check of whether a destination was provided.
14282 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14283 (eshell/ln): Enable `:preserve-args', and use
14284 `eshell-mvcpln-template' to implement the body of the function.
14285 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14286 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14287 list after flattening it. This makes it possible to cat files
14288 with numerical names.
14289 (eshell-unix-initialize): Added several names to
14290 `eshell-complex-commands.
14291 (eshell-unix-command-complex-p): Return t if a given command name
14292 may result in external processes being invoked.
14293
14294 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14295 variable nil by default, since it slows down glob processing by a
14296 factor of two or more, and increases memory consumption.
14297
14298 * eshell/em-smart.el: Added a note about how memory consumptive
14299 smart display mode can be (at least this is true in Emacs 21).
14300 (eshell-smart-initialize): Whitespace fix.
14301 (eshell-refresh-windows): Use `if' instead of `when'.
14302 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14303 not necessary.
14304 (eshell-currently-handling-window): Added a missing global variable.
14305
14306 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14307 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14308 Whitespace fix.
14309 (eshell-ls-exclude-hidden): Added this variable in addition to
14310 `eshell-ls-exclude-regexp'. This one prevents files beginning
14311 with . from even being read, which can improve memory consumption
14312 quite a bit.
14313 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14314 read file entries beginning with a dot. In home directories with
14315 lots of hidden files, fully two-thirds of the time spent in ls is
14316 used to read directory entries that are immediately thrown away.
14317 (eshell-ls-initial-args): Added back this configuration variable,
14318 for specifying default initial arguments to every call to ls.
14319 Much faster than using an alias to do the same thing.
14320 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14321 (eshell-ls-dir): Whitespace change.
14322
14323 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14324
14325 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14326 (eshell-stringify-t): Added a customization variable, to indicate
14327 whether `t' should be rendered as a string at all. If not, one
14328 can still determine if the result of an expression is true using
14329 "file-exists-p FILE && echo true".
14330 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14331 stringify t!
14332
14333 * eshell/esh-module.el: Whitespace fix.
14334
14335 * eshell/em-alias.el (eshell-alias-initialize):
14336 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14337 (eshell-command-aliased-p): New function that returns t if a
14338 command name names an aliased.
14339
14340 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14341
14342 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14343 redrawing the screen when changing cursor color.
14344 (viper-insert-state-pre-command-sentinel)
14345 (viper-replace-state-pre-command-sentinel)
14346 (viper-replace-state-post-command-sentinel):
14347 Use viper-preserve-cursor-color.
14348 Many functions changed to use viper= instead of = when comparing
14349 characters.
14350 * viper-util.el (viper-memq-char,viper=): New functions for
14351 working with characters.
14352 (viper-change-cursor-color): Fixed buglet.
14353 Many functions changed to use viper= instead of = when comparing
14354 characters.
14355 * viper.el (viper-insert-state-mode-list): Added eshell.
14356
14357 * ediff-init.el (ediff-before-setup-hook): New hook.
14358 Several typos fixed in various docstrings.
14359 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14360 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14361 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14362 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14363 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14364 (ediff-get-selected-buffers): New function.
14365 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14366 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14367 Use save-window-excursion.
14368 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14369 termination check in while loop.
14370 * ediff.el (ediff-get-default-file-name): Better defaults when in
14371 dired buffer.
14372 (ediff-files,ediff-merge-files,ediff-files3)
14373 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14374
14375 2000-10-28 Dave Love <fx@gnu.org>
14376
14377 * info.el (Info-fontify-node): Add help-echo for menu items.
14378
14379 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14380
14381 * startup.el (normal-top-level): If the value of $TERM indicates
14382 we are running from xterm or one of its work-alikes, default to a
14383 light background mode.
14384
14385 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14386 * faces.el (tty-handle-reverse-video): New function.
14387 (tty-create-frame-with-faces): Call it.
14388
14389 * frame.el (frame-notice-user-settings): Don't apply
14390 default-frame-alist and initial-frame-alist to MS-DOS frames.
14391 Call tty-handle-reverse-video, frame-set-background-mode, and
14392 face-set-after-frame-default for non-MS-DOS frames.
14393
14394 * startup.el (tty-long-option-alist): New variable.
14395 (tty-handle-args): New function.
14396 (command-line): Call tty-handle-args.
14397
14398 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14399 startup.el now does that for all character-terminal frames.
14400
14401 2000-10-28 Miles Bader <miles@gnu.org>
14402
14403 * emacs-lisp/easy-mmode.el (define-minor-mode):
14404 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14405 is global. If :global is followed by a non-nil but non-t value,
14406 make the mode buffer-local, but also generate a `global-MODE'
14407 version using `easy-mmode-define-global-mode'.
14408 Add :conditional-turn-on keyword argument.
14409
14410 2000-10-28 Dave Love <fx@gnu.org>
14411
14412 * international/latin1-disp.el (latin1-char-displayable-p):
14413 Don't use window-system.
14414
14415 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14416
14417 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14418 Don't call find-buffer-file-type-coding-system. Instead, just
14419 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14420 if the file is on an untranslated filesystem.
14421 (add-untranslated-filesystem): Use "D" instead of "f" inside
14422 interactive.
14423
14424 2000-10-27 Dave Love <fx@gnu.org>
14425
14426 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14427 (refill-mode): Use it.
14428
14429 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14430
14431 * international/quail.el (quail-activate): Don't make-local-hook.
14432
14433 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14434
14435 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14436 manual backups and file.~<rev>.~ for automatic ones.
14437 (vc-make-version-backup): Don't do it on MS-DOS without long file
14438 names.
14439
14440 * vc.el (vc-version-other-window): If an automatic backup of the
14441 desired version exists, rename it instead of copying it.
14442
14443 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14444 after command. If there's an unexpected error, signal it instead
14445 of being silent.
14446 (vc-cvs-merge-news): Be prepared for no news at all.
14447
14448 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14449
14450 * shell.el (shell): Add BUFFER argument.
14451 * comint.el (make-comint-in-buffer): New function.
14452 (make-comint): Use it.
14453
14454 * faces.el (face-spec-choose): Change syntax so that the list of
14455 attribute-value pairs is now the cdr of each clause, not the cadr.
14456 Detect old-style entries, and handle them. Use pop.
14457
14458 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14459
14460 * cus-edit.el (custom-mode-map): Use a sparse map.
14461 (custom-mode): Don't bother with make-local-hook.
14462
14463 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14464
14465 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14466
14467 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14468
14469 * ps-print.el: Avoid compilation gripes.
14470 (ps-print-version): New version number (6.2.1).
14471
14472 2000-10-26 Dave Love <fx@gnu.org>
14473
14474 * menu-bar.el: Modify some menu item help strings.
14475 (menu-bar-help-menu): Add link to MORE.STUFF.
14476
14477 * cus-edit.el (custom-mode): Add `special' mode-class property.
14478
14479 * wid-browse.el (widget-browse-mode): Likewise.
14480
14481 * wid-edit.el (widget-specify-field): Revert to using local-map
14482 property, not keymap.
14483
14484 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14485
14486 * wid-edit.el (widget-field-end): When checking for a `boundary'
14487 field, do so in the correct buffer.
14488
14489 * simple.el (undo): Correctly distinguish between numeric and
14490 non-numeric prefix args in non-transient-mark-mode, as per the doc
14491 string. When in transient-mark-mode, treat all prefix-args as
14492 numeric.
14493
14494 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14495 Position point on match. Handle N == 0 correctly.
14496
14497 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14498 (comint-mode-map): Reverse order of `comint-write-output' and
14499 `comint-append-output-to-file'.
14500 (comint-append-output-to-file): Reinstate this function, for the
14501 benefit of the menu.
14502
14503 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14504
14505 * vc.el (vc-version-other-window): Bind `file'.
14506
14507 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14508
14509 * Makefile.in (update-authors): New target for maintenance purposes.
14510
14511 * emacs-lisp/authors.el (batch-update-authors): New function.
14512 (authors-fixed-entries): New defconst.
14513 (authors-add-fixed-entries): New function.
14514 (authors): Call it.: Don't process lispref/.
14515
14516 2000-10-25 Jason Rumney <jasonr@gnu.org>
14517
14518 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14519 Merge x w32 and mac definitions.
14520
14521 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14522
14523 * menu-bar.el (menu-bar-options-menu): Add a help string for
14524 `uniquify'.
14525
14526 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14527
14528 * time-stamp.el (time-stamp-string-preprocess):
14529 Fix a wrong type argument error.
14530
14531 2000-10-25 Miles Bader <miles@gnu.org>
14532
14533 * recentf.el (recentf-mode): Variable removed.
14534 (recentf-mode): Use `define-minor-mode'.
14535
14536 * mwheel.el (mouse-wheel-mode): New global minor mode.
14537 (mwheel-install): Use `mouse-wheel-mode'.
14538
14539 2000-10-25 Dave Love <fx@gnu.org>
14540
14541 * progmodes/cperl-mode.el (cperl-mode):
14542 Set normal-auto-fill-function correctly.
14543
14544 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14545 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14546 bindings.
14547
14548 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14549
14550 * wid-edit.el (widget-field-at): New function.
14551 (widget-at, widget-field-activate): Use it.
14552 (widget-tabable-at): Use `widget-at'.
14553 (widget-specify-field): If the terminating character of the widget
14554 field (which is read-only) is a newline, put it into a special
14555 `boundary' field so that C-n/C-p act more naturally.
14556 (widget-field-end): Also don't subtract one if a special
14557 `boundary' field has been added after the widget field.
14558
14559 * comint.el (comint-output-filter, comint-send-input):
14560 Don't bother adding stickiness fields to overlays to fool the field
14561 code, since it should notice the overlay insertion-types now.
14562
14563 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14564 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14565 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14566
14567 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14568
14569 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14570 (authors): Set file coding system to iso-2022-7bit.
14571 Add file-local variables to output buffer.
14572
14573 * files.el (after-find-file): Don't print any warnings if
14574 WARN is nil.
14575
14576 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14577
14578 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14579
14580 * delim-col.el: Now there is a column formatting mechanism.
14581 Modified to customization mechanisms convention. Doc fix.
14582 (columns): New group for delim-col.
14583 (delimit-columns-before, delimit-columns-after)
14584 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14585 (delimit-columns-end): New vars.
14586 (delimit-columns-customize, delimit-columns-format): New funs.
14587 (delimit-columns-region, delimit-columns-rectangle)
14588 (delimit-columns-rectangle-line): Modified to support column
14589 formatting.
14590
14591 2000-10-24 Dave Love <fx@gnu.org>
14592
14593 * log-edit.el (log-edit): Add :version and a :group for vc.
14594
14595 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14596
14597 * files.el (after-find-file): Don't print a message ``New file''
14598 if WARN is nil.
14599
14600 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14601 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14602 get duplicate tool-bar entries because we'll see the global ones
14603 on more than one path through keymaps.
14604
14605 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14606
14607 * progmodes/cmacexp.el: Change Francesco's email address.
14608
14609 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14610
14611 * window.el (fit-window-to-buffer): Adjust point of the window
14612 buffer, not that of the current buffer.
14613
14614 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14615
14616 * progmodes/cmacexp.el: Update the euthor's email address.
14617
14618 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14619
14620 * faces.el (face-spec-set-match-display): Add `graphic' display
14621 type (the inverse of `tty'). Use `display-graphic-p' instead of
14622 the window-system variable.
14623
14624 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14625
14626 * international/isearch-x.el (isearch-with-input-method):
14627 Call input-method-function with the first event in
14628 unread-command-events.
14629
14630 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14631
14632 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14633
14634 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14635
14636 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14637 New charsets.
14638
14639 * term/mac-win.el: Remove definitions of mac-roman-lower and
14640 mac-roman-upper, require dired, and define instead of set
14641 mac-ready-for-drag-n-drop to avoid compilation error.
14642
14643 2000-10-23 Andrew Innes <andrewi@gnu.org>
14644
14645 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14646 Remove superfluous calls to subst-char-in-string; instead apply
14647 expand-file-name after convert-standard-filename to ensure
14648 expected directory separators are used.
14649
14650 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14651
14652 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14653
14654 2000-10-23 Dave Love <fx@gnu.org>
14655
14656 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14657 (tool-bar-add-item): Set foreground and background for XBM icons.
14658
14659 * international/latin1-disp.el (latin1-char-displayable-p):
14660 New function (from Handa).
14661 (latin1-display-check-font): Use it.
14662
14663 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14664 using :key-sequence, making it much more usable.
14665 Use nconc, not append.
14666 (imenu--create-keymap-1): Avoid append.
14667
14668 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14669
14670 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14671
14672 [the following changes fix a bug where `define-minor-mode' didn't
14673 correctly generate :require clauses for defcustoms in compiled files]
14674 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14675 (byte-compile-log-file, byte-compile-log-1): Don't set
14676 `byte-compile-current-file' to nil. Instead set
14677 `byte-compile-last-logged-file' to it. Test whether
14678 byte-compile-current-file equals byte-compile-last-logged-file
14679 instead of whether its nil.
14680 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14681
14682 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14683
14684 * textmodes/refill.el: Fix var names in doc.
14685 (refill-mode): Don't bother with make-local-hook anymore.
14686
14687 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14688
14689 * faces.el (face-user-default-spec, face-default-spec): New functions.
14690 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14691 (frame-set-background-mode, face-set-after-frame-default):
14692 Use `face-user-default-spec'. Simplify code slightly.
14693
14694 * woman.el (woman-italic-face, woman-bold-face)
14695 (woman-unknown-face): Add dark-background variants.
14696 (woman-default-faces): Renamed from `woman-colour-faces'.
14697 Set using the stored defaults, rather than using hard-wired colors.
14698 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14699 Just make the foreground `unspecified' rather than "black".
14700 (woman-menu): Rename menu entries accordingly.
14701
14702 * faces.el (header-line): Make more reasonable on mono/grayscale
14703 displays.
14704
14705 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14706
14707 * cus-edit.el (custom-button-face): Use 3D look for mac.
14708 (custom-button-pressed-face): Likewise.
14709
14710 * faces.el (set-face-attributes-from-resources): Handle mac frames
14711 in the same way as x and w32 frames.
14712 (face-valid-attribute-values): Likewise.
14713 (read-face-attribute): Likewise.
14714 (defined-colors): Likewise.
14715 (color-defined-p): Likewise.
14716 (color-values): Likewise.
14717 (display-grayscale-p): Likewise.
14718 (face-set-after-frame-default): Likewise.
14719 (mode-line): Same default face as for x and w32.
14720 (tool-bar): Likewise.
14721
14722 * frame.el: Remove call to frame-notice-user-settings at end of
14723 the file.
14724
14725 * info.el (Info-fontify-node): Make underlines invisible for mac
14726 as for x, pc, and w32 frame types.
14727
14728 * term/mac-win.el: New file.
14729
14730 2000-10-22 Dave Love <fx@gnu.org>
14731
14732 * textmodes/refill.el: New file.
14733
14734 2000-10-22 Andre Spiegel <spiegel@gnu.org>
14735
14736 * vc-hooks.el (vc-version-backup-file-name): New optional args
14737 MANUAL and REGEXP.
14738 (vc-delete-automatic-version-backups, vc-make-version-backup):
14739 New functions.
14740 (vc-before-save): Use the latter.
14741 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14742 confusion.
14743
14744 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14745 expected by vc[-hooks].el.
14746
14747 * vc.el (vc-checkout): Added `-p' suffix in call to
14748 vc-make-version-backups-p; use vc-make-version-backup to actually
14749 make the backup.
14750 (vc-version-other-window, vc-version-backup-file): Handle both
14751 automatic and manual backups.
14752 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14753 of all of them.
14754
14755 2000-10-22 Miles Bader <miles@gnu.org>
14756
14757 * comint.el (comint-highlight-input, comint-highlight-prompt):
14758 Renamed, `-face' at end removed.
14759 (comint-send-input, comint-output-filter): Use renamed faces.
14760
14761 * window.el (fit-window-to-buffer): Change defaulting of
14762 MAX-HEIGHT slightly.
14763
14764 * faces.el (color-values, color-defined-p): Use `member', not
14765 `memq', because it works correctly for strings.
14766 (frame-set-background-mode): Actually, "unspecified-fg" and
14767 "unspecified-bg" *are* strings. Use `member', not `memq', and
14768 `equal', not `eq', when a string value is possible.
14769
14770 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14771
14772 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14773
14774 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14775
14776 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14777 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14778 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14779 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14780 (sh-font-lock-syntactic-keywords): Use them.
14781 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14782 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14783 (sh-mode): Don't override font-lock-unfontify-region-function.
14784 Use a copy of sh-font-lock-syntactic-keywords.
14785 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14786 Don't call sh-scan-buffer since font-lock does it on the fly.
14787 (sh-get-indent-info): Use `face' rather than `syntax-table'
14788 text-property to detect here-documents.
14789 Replace sh-special-syntax with sh-st-punc.
14790 (sh-prev-line): Use `face' rather than `syntax-table'
14791 text-property to skip over here-documents.
14792 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14793 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14794 (sh-electric-less, sh-set-here-doc-region)
14795 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14796 (sh-scan-buffer, sh-rescan-buffer): Remove.
14797
14798 2000-10-21 Andrew Innes <andrewi@gnu.org>
14799
14800 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14801 remote (ange-ftp) file names.
14802
14803 2000-10-21 Miles Bader <miles@gnu.org>
14804
14805 * window.el (fit-window-to-buffer): New function.
14806 (shrink-window-if-larger-than-buffer): Use it.
14807 (window-text-height): Don't expect minibuffers to have mode-lines.
14808
14809 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14810 * international/quail.el (quail-update-guidance):
14811 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14812
14813 * international/quail.el (quail-show-guidance-buf): Make sure
14814 guidance window really has enough room.
14815 (quail-update-guidance): If quail-guidance-win is already shown,
14816 make sure its height is OK.
14817
14818 * window.el (window-text-height, set-window-text-height):
14819 New functions.
14820 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14821 instead of `window-height' & `mode-line-window-height-fudge'.
14822 (mode-line-window-height-fudge): Add FACE parameter.
14823 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14824 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14825
14826 2000-10-20 Miles Bader <miles@gnu.org>
14827
14828 * window.el (height-affecting-face-attributes): Use `defconst'.
14829
14830 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14831 New function, conditionally aliased to `mode-line-window-height-fudge'.
14832 (ispell-help): Use it.
14833 (ispell-choices-win-default-height): Don't include mode-line fudge.
14834 (ispell-choices-win-default-height): New function.
14835 (ispell-show-choices, ispell-command-loop): Use function
14836 `ispell-choices-win-default-height' instead of variable.
14837
14838 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14839
14840 * window.el (mode-line-window-height-fudge): New variable.
14841 (height-affecting-face-attributes): New variable.
14842 (mode-line-window-height-fudge): New function.
14843 (shrink-window-if-larger-than-buffer): Use it.
14844 * help.el (resize-temp-buffer-window): Likewise.
14845
14846 * info.el (Info-fontify-node): Add support for @subsubsection
14847 titles, which use `Info-title-4-face'.
14848 (Info-title-4-face): New face.
14849 (Info-title-3-face): Inherit from Info-title-4-face instead of
14850 variable-pitch.
14851
14852 2000-10-19 Jason Rumney <jasonr@gnu.org>
14853
14854 * dired.el (dired-insert-directory): Do not let errors signalled by
14855 attempt to run dired-free-space-program prevent dired from working.
14856
14857 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14858
14859 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14860
14861 2000-10-19 Gerd Moellmann <gerd@gnu.org>
14862
14863 * dirtrack.el (dirtrack): Fix call to run-hooks.
14864
14865 * cmuscheme.el (cmuscheme-program-name): Renamed from
14866 scheme-program-name because xscheme.el contains a defcustom with
14867 the same name. As a consequence, customizing group `cmuscheme'
14868 loaded `xscheme' which redefined run-scheme.
14869 (run-scheme): Use cmuscheme-program-name.
14870
14871 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14872
14873 * play/doctor.el (doctor-death): Update the Samaritans'
14874 anonymous address, and add a website for Befrienders International.
14875
14876 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14877
14878 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14879 Avoid compilation gripes. Doc fix.
14880 (ps-print-version): New version number (6.2).
14881 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14882 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14883 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14884 (ps-x-extent-priority, ps-x-extent-start-position)
14885 (ps-x-face-font-instance, ps-x-find-coding-system)
14886 (ps-x-font-instance-properties, ps-x-make-color-instance)
14887 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14888 avoid compilation gripes without defining functions.
14889 (ps-e-find-composition): Alias for function find-composition, to have a
14890 suitable function depending on Emacs version.
14891 (ps-color-device, ps-color-values, ps-face-foreground-name)
14892 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14893 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14894 (ps-print-ensure-fontified): Function definitions surrounded by
14895 `eval-and-compile' to avoid compilation gripes.
14896 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14897 by symbol-value to avoid compilation gripes.
14898 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14899 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14900
14901 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14902
14903 * startup.el (normal-top-level): Call `frame-set-background-mode'
14904 after `frame-notice-user-settings' because the latter doesn't call
14905 the former on a tty.
14906
14907 * faces.el (frame-set-background-mode): `unspecified' &c are
14908 symbols, not strings.
14909
14910 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14911
14912 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14913 why some "light*" colors are deliberately absent from the alist.
14914
14915 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14916 Change colors for tty's, as suggested by Miles Bader.
14917
14918 2000-10-19 Kenichi Handa <handa@etl.go.jp>
14919
14920 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
14921 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
14922 for ISO10646-1 fonts.
14923 (x-font-name-charset-alist): Add an entry for "iso10646-1".
14924
14925 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14926
14927 * faces.el (frame-set-background-mode): If a tty frame defines a
14928 background color, use that to compute the background mode, instead
14929 of always defaulting to "dark".
14930
14931 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14932
14933 * comint.el (comint-write-output): New function.
14934 (comint-mode-map): Add it to the menu.
14935 Bind `C-c C-s' to comint-write-output.
14936
14937 2000-10-18 Gerd Moellmann <gerd@gnu.org>
14938
14939 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14940 Use fancy-splash-delay.
14941
14942 2000-10-18 Alex Schroeder <alex@gnu.org>
14943
14944 * progmodes/sql.el (sql-sybase-options): New option.
14945 (sql-sybase): Use it. Add sql-database to the list of parameters
14946 provided for login. The options -w 2048 -n are not used any more.
14947
14948 * comint.el (comint-read-input-ring): Bugfix such that the first
14949 and the last entry of the input ring file are not lost.
14950
14951 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14952
14953 * ps-print.el: Internal variable changes to defcustom,
14954 make-local-hook changes to defvar. Doc fix.
14955 (ps-print-version): New version number (6.1).
14956 (ps-setup, ps-do-despool): Code fix.
14957 (ps-printer-name): Customization fix.
14958 (ps-printer-name-option): Now is a defcustom instead of an
14959 internal variable.
14960 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14961 (ps-print-begin-column-hook): Now are defvar instead of
14962 make-local-hook.
14963
14964 2000-10-18 Miles Bader <miles@gnu.org>
14965
14966 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14967 (comint-kill-output): Changed into an alias for `comint-delete-output',
14968 and made obsolete.
14969 (comint-mode-map): Rename references to comint-kill-output.
14970
14971 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
14972
14973 * diff-mode.el (diff-header-face, diff-file-header-face)
14974 (diff-changed-face): Add bold and italic attributes to tty faces.
14975 (diff-function-face): New face.
14976 (diff-font-lock-keywords): Use it.
14977
14978 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
14979
14980 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14981 Remove commented-out call to force-mode-line-update.
14982 (comint-kill-output): Use `forward-line 0' instead of
14983 beginning-of-line to make sure we get past the prompt.
14984
14985 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
14986
14987 * diff-mode.el (diff-header-face, diff-file-header-face):
14988 Add specific setting for dark background.
14989 (diff-context-face): Renamed from diff-comment-face.
14990 Set explicitly rather than inheriting from font-lock-comment-face.
14991
14992 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14993
14994 * startup.el (command-line): Move the code which sets the default
14995 TTY colors to before before-init-hook.
14996
14997 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14998
14999 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15000
15001 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15002
15003 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15004 extensions, for MS-DOS.
15005
15006 * diff-mode.el (diff-header-face, diff-file-header-face)
15007 (diff-changed-face): Define tty-specific colors.
15008
15009 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15010
15011 * startup.el (fancy-splash-text): Realign the text.
15012
15013 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15014
15015 * font-lock.el (font-lock-comment-face): Define a separate default
15016 for dark-background tty's.
15017
15018 2000-10-17 Miles Bader <miles@gnu.org>
15019
15020 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15021 being obscured by whizzy mode-lines on graphics displays.
15022
15023 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15024
15025 * info.el (Info-title-1-face, Info-title-2-face)
15026 (Info-title-3-face): Define colors for tty's.
15027 (info-header-node): Remove unneeded tty-specific definition.
15028
15029 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15030
15031 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15032 reverse from the frame parameters, and don't invert foreground and
15033 background colors.
15034
15035 2000-10-16 Miles Bader <miles@gnu.org>
15036
15037 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15038 string "*Info*". Call propertized-buffer-identification to spruce
15039 up the result.
15040
15041 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15042
15043 * help.el: Provide `help' for the sake of define-minor-mode
15044 which generates defcustoms with requires.
15045
15046 * jit-lock.el (jit-lock-after-change): If we're in text that
15047 matches a multi-line font-lock pattern, make sure the whole text
15048 will be redisplayed.
15049
15050 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15051 author's name is unknown.
15052
15053 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15054 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15055 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15056 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15057 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15058 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15059 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15060 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15061 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15062 Add author information.
15063
15064 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15065
15066 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15067 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15068 full-color version (using the Gimp) to eliminate dithering artifacts.
15069
15070 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15071
15072 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15073
15074 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15075
15076 2000-10-15 Dave Love <fx@gnu.org>
15077
15078 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15079
15080 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15081
15082 * whitespace.el: Doc fixes.
15083 (top-level): Don't add hooks here.
15084 (whitespace-running-emacs): Deleted.
15085 (timer): Don't require.
15086 (whitespace): Add back :version conditional on xemacs test.
15087 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15088 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15089 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15090 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15091 Avoid specific xemacs test.
15092 (whitespace-global-mode): New option.
15093 (whitespace-global-mode): New command.
15094 (whitespace-unload-hook): New function.
15095
15096 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15097 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15098 (Info-fontify-node): `Goto' goes to `Go to'.
15099 (Info-fontify-node): Add help-echo to xref links.
15100
15101 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15102
15103 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15104
15105 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15106
15107 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15108 Use plist-get and allow :inherit.
15109
15110 * emacs-lisp/cl-macs.el (cl-do-arglist):
15111 Use plist-get and plist-member instead of memq.
15112
15113 * emacs-lisp/ewoc.el (ewoc-location): New function.
15114 (ewoc-enter-after, ewoc-enter-before): Document return value.
15115 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15116 Don't need make-local-hook any more.
15117 (cvs-addto-collection): Return the new tin.
15118 (cvs-mode-insert): Jump to the new line.
15119
15120 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15121
15122 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15123
15124 * font-lock.el (font-lock-syntactically-fontified): New var.
15125 (font-lock-fontify-syntactic-keywords-region): Use it.
15126 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15127
15128 * diff-mode.el (diff-find-file-name): Fix regexp.
15129
15130 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15131 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15132
15133 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15134 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15135 (sh-mode): Don't make all vars local here.
15136 (sh-kw): Reformat.
15137 (sh-set-shell): Use dolist. Don't set indent-region-function.
15138 (sh-mode-syntax-table): Use pop.
15139 (sh-remember-variable): Use push.
15140 (sh-help-string-for-variable): Use memq.
15141 (sh-safe-backward-sexp): Remove.
15142 (sh-safe-forward-sexp): Add ARG.
15143 (sh-get-indent-info, sh-prev-stmt): Use it.
15144 (sh-prev-line): Simplify by using forward-comment.
15145 (sh-this-is-a-continuation): Simplify.
15146 (sh-learn-buffer-indent): Use dolist.
15147 (sh-do-nothing): Remove.
15148 (sh-set-char-syntax, sh-set-here-doc-region):
15149 Use inhibit-modification-hooks.
15150 (sh-name-style): Use mapcar and push.
15151 (sh-load-style): Use dolist.
15152 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15153 (sh-case, sh-while-getopts): Use propertize directly rather
15154 than sh-electric-rparen.
15155
15156 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15157
15158 * textmodes/tex-mode.el: Require CL when compiling.
15159 (tex-mode-syntax-table): Init immediately.
15160 (tex-mode-map): Bind M-RET to latex-insert-item.
15161 (latex-mode): Set indent-line-function to latex-indent.
15162 (tex-common-initialization): Don't setup the syntax-table any more.
15163 (latex-insert-item): New skeleton.
15164 (tex-next-unmatched-end): Fix copy/paste braino.
15165 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15166 (latex-indent, latex-find-indent): New functions.
15167 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15168 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15169 (tex-compilation-parse-errors): Use with-syntax-table.
15170
15171 2000-10-15 Miles Bader <miles@gnu.org>
15172
15173 * font-lock.el (font-lock-comment-face): Change dark-background,
15174 color, non-tty, default to `chocolate1'.
15175
15176 2000-10-13 John Wiegley <johnw@gnu.org>
15177
15178 * eshell/esh-util.el (require): Added a missing `require' form,
15179 needed when compiling (for an ange-ftp macro definition).
15180
15181 2000-10-13 Dave Love <fx@gnu.org>
15182
15183 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15184
15185 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15186
15187 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15188
15189 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15190 transparent -colors 8).
15191
15192 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15193
15194 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15195 that breaks with old list format timestamps.
15196 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15197 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15198
15199 2000-10-13 John Wiegley <johnw@gnu.org>
15200
15201 * align.el, pcomplete.el, calendar/timeclock.el,
15202 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15203
15204 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15205 faulty math, where holiday hours were being computing as seconds.
15206
15207 2000-10-13 John Wiegley <johnw@gnu.org>
15208
15209 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15210 specifying what "other" kinds of buffers should be saved.
15211 This used to be hard-coded.
15212 (desktop-buffer-misc-functions): A global for specifying how
15213 auxiliary data should be determined for special buffer types.
15214 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15215 instead of hard-coding the special buffer types.
15216 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15217 auxiliary data, instead of hard-coding for Info buffers and dired.
15218 (desktop-buffer-info-misc-data): Aux function for determining Info
15219 buffer auxiliary info.
15220 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15221 (desktop-buffer-info): Changed this function to use the info
15222 gathered above.
15223 (desktop-create-buffer): Be a little more careful about what
15224 `minor-mode' means before calling it. This is important for some
15225 buffer types.
15226
15227 2000-10-13 John Wiegley <johnw@gnu.org>
15228
15229 * eshell/esh-util.el: Added a global form which declares an
15230 autoload for `parse-time-string', if that function is not already
15231 defined, and if parse-time.el is available on the user's system.
15232
15233 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15234 to be aware of ange-ftp user info.
15235 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15236 (eshell-ls-annotate): Use `eshell-file-attributes'.
15237 (eshell-ls-file): Made the user-id printing code a bit smarter.
15238
15239 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15240 allow identification of alias user ids in remote directories.
15241 It's manual, but there's no other way to know when the current user
15242 on the local machine, is also the owning user on the remote machine.
15243 (fboundp): Bind `ange-cache'.
15244 (eshell-directory-files-and-attributes): Re-organized the logic a
15245 bit to use `eshell-file-attributes' instead of `file-attributes'.
15246 The former is more sensitive to directories that are read via FTP,
15247 and knows how to use ange-ftp to determine full attribute
15248 information, instead of just the name and last modtime.
15249 (eshell-current-ange-uids): Return the current user id when in a
15250 remote directory.
15251 (eshell-parse-ange-ls): Parse a full directory listing that has
15252 been returned by ange-ftp.
15253 (eshell-file-attributes): This beefed up version of
15254 `file-attributes' is only special if the user is currently in a
15255 remote directory, in which case it does a lot of work to find out
15256 what the real attributes of a file are, as they appear on the
15257 remote machine. This makes usage of remote directories (i.e.,
15258 ange-ftp pathnames) much more useful. You can now use Eshell as a
15259 full-fledged FTP client, with much more manipulation ability than
15260 most other clients.
15261
15262 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15263 variable, which means that Eshell's du should always be preferred
15264 in remote directories.
15265 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15266 just `file-attributes'.
15267 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15268 when reading remote directories. This is an Eshell-specific
15269 variable (not part of ange-ftp).
15270 (eshell/ln): Bind `ange-cache'.
15271 (eshell/du): Added some extra logic for determining when to use
15272 Eshell's du (which is slow), and when to use the external version
15273 (which may or may not exist).
15274
15275 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15276 Call `eshell-interactive-process', rather than using
15277 `get-buffer-process', since backgrounded processes don't count in
15278 the context of this function's logic.
15279
15280 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15281 `forward-char', so that null strings are parsed correctly.
15282
15283 2000-09-13 John Wiegley <johnw@gnu.org>
15284
15285 * eshell/em-pred.el (eshell-pred-file-type)
15286 (eshell-pred-file-links, eshell-pred-file-size):
15287 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15288
15289 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15290 that remote file globbing is more efficient.
15291
15292 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15293 gathering the files and attributes within a directory.
15294
15295 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15296 the command line is a special file (not a regular file, directory
15297 or symlink), always attempt to call the external version of cat.
15298
15299 2000-09-13 John Wiegley <johnw@gnu.org>
15300
15301 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15302 Eshell-friendly version of find-tag.
15303
15304 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15305
15306 * image-file.el (image-file-name-extensions)
15307 (image-file-name-regexps): Add autoload cookies.
15308
15309 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15310
15311 * international/mule-cmds.el (select-safe-coding-system): If FROM
15312 is string, show it in *Warning* buffer.
15313
15314 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15315
15316 * startup.el (normal-top-level): Use display-popup-menus-p instead
15317 of window-system.
15318 (command-line): Use display-graphic-p instead of window-system.
15319 (command-line-1): Use display-popup-menus-p and display-mouse-p
15320 instead of window-system.
15321
15322 2000-10-12 Sam Steingold <sds@gnu.org>
15323
15324 * tooltip.el (tooltip-use-echo-area): New user variable.
15325 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15326
15327 2000-10-12 Dave Love <fx@gnu.org>
15328
15329 * recentf.el: Maintainer's checkdoc fixes.
15330
15331 * startup.el (normal-top-level-add-subdirs-to-load-path):
15332 Use character class, not ASCII when matching file names.
15333 (fancy-splash-head): Add trailing slash to URL.
15334 (command-line): Don't require XPM support for toolbar.
15335
15336 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15337 (cperl-invalid-face): Revert last change.
15338 (cperl-init-faces): Quote cperl-invalid-face.
15339
15340 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15341
15342 * startup.el (fancy-splash-text): Remove superfluous quote.
15343
15344 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15345
15346 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15347 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15348 (command-line-1): Don't use fancy-splash-pending-command.
15349 (fancy-splash-screens-1): Goto point-min after inserting text.
15350
15351 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15352
15353 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15354 instead of shared-lisp-mode-map.
15355
15356 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15357
15358 * faces.el (header-line): Change tty-variant to use underlining.
15359
15360 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15361 (isearch-highlight): Restore lazy-isearch face properties at old
15362 position, and suppress them at new position.
15363 (isearch-dehighlight): Restore lazy-isearch face properties.
15364 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15365 over the real isearch overlay, but in that case, don't give it a
15366 face property. Use `push'.
15367
15368 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15369
15370 * man.el (Man-getpage-in-background): Fix previous change.
15371 Decode the process output only when we are in multibyte mode.
15372
15373 2000-10-11 Dave Love <fx@gnu.org>
15374
15375 * info.el (Info-mode-menu): Fix some help.
15376 (info-tool-bar-map): Add entry for Info-last.
15377
15378 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15379 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15380 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15381 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15382 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15383 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15384 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15385 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15386 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15387 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15388 Reduce colour requirements to 25 overall. (Probably wants
15389 revisiting from the originals to reduce further.)
15390
15391 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15392
15393 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15394 buffer-file-coding-system, instead of raw-text.
15395 (dehexlify-buffer): Bind coding-system-for-read to
15396 buffer-file-coding-system, instead of raw-text.
15397
15398 2000-10-11 Sam Steingold <sds@gnu.org>
15399
15400 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15401 `underline' - fixes the bug introduced on 2000-09-21.
15402
15403 2000-10-11 Dave Love <fx@gnu.org>
15404
15405 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15406 Avoid compiler warnings.
15407 (scheme-mode): Doc fix.
15408 (scheme-font-lock-keywords-1): Match `define-syntax'.
15409
15410 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15411
15412 * faces.el (frame-set-background-mode): Pay attention to saved
15413 face specs as well as default ones. Only do anything if the
15414 bg-mode or display-type has actually changed. Use `dolist'.
15415 (region): Make dark-background `region' face less in-your-face.
15416
15417 2000-10-10 Sam Steingold <sds@gnu.org>
15418
15419 * chistory.el, ielm.el, ledit.el:
15420 * progmodes/inf-lisp.el, progmodes/scheme.el:
15421 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15422
15423 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15424
15425 * textmodes/texinfo.el: Update copyright and fix typo.
15426
15427 * desktop.el (desktop-modes-not-to-save): New var.
15428 (desktop-save-buffer-p): Use it.
15429 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15430 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15431
15432 2000-10-10 Dave Love <fx@gnu.org>
15433
15434 * toolbar/tool-bar.el (tool-bar-add-item)
15435 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15436
15437 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15438 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15439 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15440 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15441 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15442 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15443 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15444 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15445 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15446 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15447 the .xpms; probably need retouching.
15448
15449 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15450
15451 * subr.el (add-to-list): Add optional argument APPEND.
15452 * battery.el (display-battery): Use `add-to-list'.
15453
15454 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15455
15456 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15457 properties.
15458 (zone, zone-when-idle, zone-leave-me-alone)
15459 (zone-pgm-whack-chars): Use new symbol properties.
15460
15461 * battery.el (display-battery): Doc spelling fix.
15462
15463 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15464 property.
15465
15466 2000-10-09 Dave Love <fx@gnu.org>
15467
15468 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15469 has been initialized before calling tool-bar-setup.
15470 (tool-bar-add-item-from-menu): Add autoload cookie.
15471
15472 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15473
15474 * menu-bar.el (send-mail-item-name): New function.
15475 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15476 of mail-user-agent in the menu. Don't display the "Send Mail"
15477 item if mail-user-agent is nil or its value is ignore.
15478 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15479 if read-mail-command is nil or its value is ignore.
15480
15481 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15482
15483 2000-10-09 Miles Bader <miles@gnu.org>
15484
15485 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15486 Correct image size.
15487 * toolbar/left_arrow.xpm: Correct image size.
15488
15489 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15490 will be done by the definition of `auto-compression-mode' if
15491 necessary. Move code to uninstall existing file-name handler
15492 before definition of `auto-compression-mode'.
15493
15494 * image-file.el (auto-image-file-mode): Move to the end of the
15495 file, because `define-minor-mode' actually calls the mode-function
15496 if the associated variable is non-nil, which requires that all
15497 needed functions be already defined.
15498
15499 * mouse.el (popup-menu): Balance parens.
15500
15501 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15502
15503 * mouse.el (popup-menu): Move the command call outside the loop
15504 so that popup-menu returns whatever the command returns.
15505
15506 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15507 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15508 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15509 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15510
15511 * vc.el (vc-version-diff): diff-switches can be a list.
15512 Use relative filenames for prettier output.
15513
15514 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15515 (vc-post-command-functions): Remove old-VC compatibility code.
15516
15517 * newcomment.el (comment-indent-default): Autoload.
15518
15519 * font-lock.el (font-lock-defaults): Make buffer-local.
15520 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15521 (font-lock-choose-keywords):
15522 Ignore LEVEL unless KEYWORDS is a list of syms.
15523 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15524 Don't wrap regexp-opt things in \(...\) unnecessarily.
15525
15526 * jit-lock.el: Don't require font-lock any more.
15527 (jit-lock-functions): Make buffer-local.
15528 (jit-lock-saved-fontify-buffer-function): Remove.
15529 (jit-lock-mode): Remove autoload cookie.
15530 Remove font-lock specific code.
15531 (jit-lock-unregister): Don't bother handling complex hooks any more.
15532 (jit-lock-refontify): New function.
15533 (jit-lock-fontify-buffer): Use it.
15534 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15535 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15536 Add optional args START and END.
15537 Never call font-lock-fontify-region directly.
15538 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15539
15540 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15541
15542 2000-10-08 Dave Love <fx@gnu.org>
15543
15544 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15545
15546 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15547
15548 * play/studly.el (studlify-region, studlify-word): Add autoload
15549 cookie.
15550
15551 * play/morse.el (morse-region, unmorse-region): Add autoload
15552 cookie.
15553
15554 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15555 concat.
15556
15557 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15558 insist on symbols starting with word syntax.
15559 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15560 (eval-defun-1): Doc fix.
15561 (indent-sexp): Use nconc to build up indent-stack.
15562
15563 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15564 Gnus with little use.
15565 (mail-setup-hook): Add mail-abbrevs-setup to options.
15566
15567 * recentf.el: Doc fixes.
15568
15569 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15570 Clean up remainder.
15571
15572 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15573 without timezone and (8) with timezone to enforce some whitespace.
15574 Simplify code somewhat.
15575
15576 * options.el (list-options): Doc that you should use customize.
15577
15578 * iswitchb.el (iswitchb-mode): Add :require.
15579
15580 * info.el (Info-goto-node, Info-menu): Doc fix.
15581 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15582 (info-tool-bar-map): New variable.
15583 (Info-mode): Use it.
15584 (Info-edit-map): Define all in defvar.
15585 (speedbar-attached-frame): Avoid compiler warning.
15586
15587 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15588 (global-map): Bind [tool-bar] to a filtered map.
15589 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15590 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15591 Allow PBM icons.
15592 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15593
15594 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15595 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15596 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15597 icons, except up_arrow, which is left-arrow rotated.
15598
15599 * imenu.el (imenu-add-to-menubar): Fix last change.
15600
15601 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15602
15603 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15604 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15605
15606 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15607
15608 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15609 typos in doc strings.
15610
15611 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15612 the doc strings how to customize Font Lock faces.
15613
15614 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15615 computing growth when dragging the header line.
15616
15617 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15618
15619 * simple.el (kill-line): Doc fix.
15620
15621 2000-10-08 Miles Bader <miles@gnu.org>
15622
15623 * faces.el (secondary-selection): Make foreground visible on tty.
15624
15625 * jka-compr.el (auto-compression-mode): Move to the end of the
15626 file, because `define-minor-mode' actually calls the mode-function
15627 if the associated variable is non-nil, which requires that all
15628 needed functions be already defined.
15629 (with-auto-compression-mode): Add autoload cookie.
15630
15631 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15632
15633 * files.el (find-backup-file-name) [ms-dos]: If support for long
15634 file names is not available, behave as if version-control were set
15635 to never.
15636
15637 2000-10-07 Dave Love <fx@gnu.org>
15638
15639 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15640 (browse-url-gnome-moz): New function.
15641 (browse-url-browser-function): Use it.
15642 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15643
15644 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15645
15646 * indent.el (tab-always-indent): New var.
15647 (indent-for-tab-command): Use it.
15648
15649 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15650 raise an error. This way it can still default to a sane value.
15651
15652 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15653
15654 * startup.el (fancy-splash-screens): Use local rather than global map.
15655 Don't use `update-menu-bindings' any more.
15656 Get rid of assumptions about keymap representation.
15657
15658 2000-10-06 Dave Love <fx@gnu.org>
15659
15660 * textmodes/fill.el (sentence-end-double-space)
15661 (sentence-end-without-period): Doc fix.
15662 (adaptive-fill-regexp): Purecopy.
15663 (unjustify-current-line): Use line-end-position.
15664 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15665
15666 * net/eudc-vars.el (eudc): Add :version, :link.
15667
15668 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15669
15670 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15671 Fix for define-minor-mode.
15672 (function-at-point): Alias to function-called-at-point.
15673
15674 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15675
15676 * simple.el (backward-word): Doc fix.
15677
15678 * image-file.el (image-file-name-regexp): image-file-regexps ->
15679 image-file-name-regexps.
15680 (image-file-name-extensions): Add pbm.
15681
15682 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15683
15684 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15685 and add filename to the names so that diff-mode can jump to source.
15686
15687 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15688 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15689 (tex-font-lock-keywords-1): Remove.
15690 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15691 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15692 (font-lock-default-fontify-region):
15693 Expand beg..end correctly when just following a multiline region.
15694 (font-lock-fontify-anchored-keywords):
15695 Include the anchor text as part of the multiline.
15696
15697 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15698
15699 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15700 latter needs the autoloaded define-minor-mode macro during the
15701 bootstrap.
15702
15703 * startup.el (command-line): For now, activate tool-bar-mode only
15704 if XPM images are supported.
15705
15706 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15707 window by dragging a header-line at the top of the frame; that's
15708 confusing because the header-line doesn't move.
15709 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15710 of treating the event as a list. Some cleanup.
15711
15712 2000-10-06 Miles Bader <miles@gnu.org>
15713
15714 * simple.el (display-message-or-buffer): New function.
15715 (shell-command-on-region): Use `display-message-or-buffer'.
15716
15717 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15718 docstring parts.
15719
15720 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15721 (smbclient-prompt-regexp): Add usage note to doc string.
15722 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15723 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15724 Use add-hook for adding the comint filter function, and only do so
15725 if it's not already in the global hook list.
15726 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15727 to `make-local-variable'.
15728 (nslookup-font-lock-keywords): Remove prompt entry.
15729 (nslookup): Don't set the process-filter.
15730 (finger): Exit the loop correctly when the regexps list runs out.
15731 (ftp, smbclient, smbclient-list-shares):
15732 Set the real major mode immediately, not after execing.
15733 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15734
15735 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15736
15737 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15738
15739 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15740
15741 * which-func.el (which-func-format): Remove spurious space.
15742 (which-func-mode): Don't make it permanent-local.
15743 (which-func-ff-hook): Allow which-func-maxout to be nil.
15744 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15745 (which-func-mode): Simplify.
15746 Use post-command-idle-hook rather than post-command-hook.
15747 Go through all buffers and update their state.
15748 (which-function): Also try add-log-current-defun-function.
15749
15750 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15751 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15752 Update call to with-vc-properties accordingly.
15753 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15754 (vc-revert-buffer): More careful about window selection and deletion.
15755 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15756
15757 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15758 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15759 (cvs-dired-action): Change the default to quickdir.
15760
15761 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15762 if comment-indent-function returns nil.
15763 (comment-indent-default): New function.
15764 (comment-indent-function): Use it and document the new semantics.
15765
15766 * image-file.el: Docstring fixes.
15767
15768 * help.el (help-xref-on-pp): Use match-string.
15769 (describe-variable): New arg BUFFER.
15770 Store the current buffer in the help-xref-stack.
15771 (temp-buffer-resize-mode): Use define-minor-mode.
15772
15773 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15774 consistently with its docstring.
15775 Set jit-lock-first-unfontify-pos in an idempotent way.
15776 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15777
15778 2000-10-05 Alex Schroeder <alex@gnu.org>
15779
15780 * sql.el (sql-mysql-options): New variable.
15781 (sql-mysql): Use it.
15782
15783 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15784
15785 * image.el (image): New group.
15786
15787 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15788 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15789
15790 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15791
15792 * net/net-utils.el (nslookup-font-lock-keywords)
15793 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15794 Ignore the value of wqindow-system; always define keywords
15795
15796 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15797
15798 * startup.el (fancy-splash-screens): Remove the code for
15799 debugging; `(trace-to-stderr "EXITTT\n")'.
15800
15801 2000-10-05 Miles Bader <miles@gnu.org>
15802
15803 * diff-mode.el (diff-goto-source): Update call to
15804 `diff-hunk-status-msg' to reflect new REV variable.
15805
15806 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15807
15808 * progmodes/icon.el (icon-mode):
15809 Don't gratuitously override the default for comment-column.
15810
15811 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15812
15813 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15814 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15815 (jit-lock-functions): New var.
15816 (jit-lock-function-1): Use it if non-nil.
15817 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15818 Set the `fontified' property before doing the fontification to avoid
15819 repeatedly going through the same error.
15820 Don't turn errors into messages.
15821 (jit-lock-register, jit-lock-unregister): New functions.
15822
15823 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15824 Use with-current-buffer.
15825
15826 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15827 Turn comment into docstring.
15828
15829 * apropos.el (apropos-mode): Use define-derived-mode.
15830
15831 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15832
15833 * startup.el (fancy-splash-pending-command): New variable.
15834 (fancy-splash-pre-command): New function.
15835 (fancy-splash-screens): Rewritten.
15836 (command-line-1): If fancy-splash-pending-command is set, call it
15837 interactively.
15838
15839 2000-10-04 Dave Love <fx@gnu.org>
15840
15841 * toolbar/tool-bar.el (tool-bar-setup): New function.
15842 (tool-bar-mode): Use it.
15843
15844 * subr.el (substitute-key-definition): Doc fix.
15845 (play-sound-file): New command.
15846
15847 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15848
15849 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15850 vc-version-backup-file-name): New functions.
15851
15852 * files.el (basic-save-buffer): Call vc-before-save before saving.
15853
15854 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15855 vc-cvs-stay-local-p.
15856
15857 * vc.el (vc-revert-buffer): Handle empty diff properly.
15858 (vc-version-backup-file): New function.
15859 (vc-checkout): Create a version backup if necessary.
15860 (vc-checkin): If a version backup file exists, delete it.
15861 (vc-version-diff): Diff locally using version backups, if available.
15862 (vc-revert-file): If there's a version backup, revert locally.
15863 (vc-transfer-file): Use version backup for base version, if
15864 available. If not, ask for confirmation whether to get it from the
15865 server. Update mode line before check-in.
15866
15867 2000-10-04 Dave Love <fx@gnu.org>
15868
15869 * toolbar/tool-bar.el (tool-bar-setup): New function.
15870 (tool-bar-mode): Use it.
15871
15872 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15873
15874 * net/net-utils.el (nslookup-font-lock-keywords)
15875 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15876 Only set if window-system is non-nil
15877 (net-utils-run-program): Returns buffer.
15878 (network-connection-reconnect): Added this function.
15879
15880 * generic.el:
15881 Incorporates extensive cleanup and docfixes by
15882 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15883 Uses cl compile-time macros.
15884 (generic-mode-name, generic-comment-list)
15885 (generic-keywords-list, generic-font-lock-expressions)
15886 (generic-mode-function-list, generic-mode-syntax-table):
15887 Removed variables.
15888 (generic-mode-alist): Renamed to generic-mode-list.
15889 (generic-find-file-regexp): Default changed to "^#".
15890 (generic-read-type): Uses completing read on generic-mode-list.
15891 (generic-mode-sanity-check): removed this function.
15892 (generic-add-to-auto-mode): Removed this function
15893 (generic-mode-internal): Bind mode-specific definitions
15894 into function instead of putting them in alist.
15895 (generic-mode-set-comments): Reworked extensively.
15896 (generic-mode-find-file-hook): Simplified regexp searching
15897 (generic-make-keywords-list): Omit extra pair of parens
15898
15899 * find-lisp.el (find-lisp-find-files-internal):
15900 Make sure directory name ends with "/".
15901
15902 * generic-x.el (apache-conf-generic-mode):
15903 Regexp now allows leading whitespace.
15904 (rc-generic-mode): Added eval-when-compile
15905 around generic-make-keywords-list.
15906 Deleted duplicate regexp
15907 (rul-generic-mode): Added eval-when-compile
15908 around generic-make-keywords-list.
15909 (etc-fstab-generic-mode): New generic mode.
15910 (rul-generic-mode): Removed one eval-when-compile
15911 which caused a max-specpdl-size exceeded error.
15912
15913 2000-10-04 Miles Bader <miles@gnu.org>
15914
15915 * simple.el (minibuffer-temporary-goal-position): New variable.
15916 (next-history-element): Try to keep the position of point in the
15917 input string constant.
15918
15919 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15920 (dired-do-create-files): If there's only one file, pass it in as
15921 the DEFAULT arg to dired-mark-read-file-name.
15922
15923 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
15924
15925 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15926 (diff-goto-source): Be smarter when choosing REVERSE or not.
15927
15928 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15929 (texinfo-mode-menu): Add an explicit shortcut for update all.
15930
15931 2000-10-03 Andre Spiegel <spiegel@gnu.org>
15932
15933 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15934 factorize backend-specific code cleanly (this was essentially
15935 conceived by Stefan Monnier).
15936 (vc-unregister): Function removed.
15937 (vc-revert-file): New function.
15938 (vc-revert-buffer): Delegate some of the work to it.
15939
15940 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15941 default branch unconditionally.
15942 (vc-rcs-set-default-branch): New function.
15943 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15944 (vc-rcs-checkin): If an appropriate default branch has been set,
15945 force creation of that branch.
15946 (vc-rcs-receive-file): Rewritten to contain only backend-specific
15947 code (as suggested by Stefan Monnier).
15948
15949 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15950
15951 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15952 highlighting overlay with a different face over the overlay
15953 isearch uses to highlight the current match because that can lead
15954 to bad face combinations.
15955
15956 * loadup.el (toplevel): Load faces before isearch.
15957
15958 * isearch.el (isearch-faces): New custom group.
15959 (isearch): New defface; was already tested for in the code.
15960 (isearch-lazy-highlight-face): Changed to defface from defcustom.
15961 (isearch-highlight): Always use face `isearch'.
15962
15963 2000-10-02 Dave Love <fx@gnu.org>
15964
15965 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15966 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
15967 comparison of opcode with operand.
15968
15969 2000-10-03 Miles Bader <miles@gnu.org>
15970
15971 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15972 buffer, since the echo area will now grow to accommodate them.
15973
15974 2000-10-02 Andre Spiegel <spiegel@gnu.org>
15975
15976 * vc-hooks.el (vc-registered): If FILE used to be registered under
15977 a certain backend, try that one first.
15978
15979 * vc.el (vc-responsible-backend): Undo the previous change in the
15980 argument list. Handle multiple backends correctly.
15981 (vc-find-new-backend): Function removed.
15982 (vc-register): Use vc-responsible-backend, as before.
15983 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15984
15985 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15986
15987 * startup.el (fancy-splash-head): Change message below the
15988 logo.
15989
15990 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
15991
15992 * diff-mode.el (diff-goto-source): Emit a status message.
15993 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15994 (diff-test-hunk): Fix doc string.
15995 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15996 (diff-advance-after-apply-hunk): New variable.
15997 (diff-apply-hunk): Don't return a value.
15998
15999 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16000
16001 * vc.el (vc-editable-p): Minor optimization.
16002 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16003 (vc-find-new-backend): New function split from vc-responsible-backend.
16004 (vc-register): Use it.
16005 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16006 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16007 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16008 (vc-clear-headers): Don't use find-file.
16009 (vc-revert-buffer): Use `and' again (must have been a braino).
16010 (vc-switch-backend): Only prompt if requested.
16011 Short circuit if nothing is to be done.
16012 Don't use vc-resynch-buffer which could lose unsaved editing.
16013 (vc-default-receive-file): Update call to vc-unregister.
16014 (with-vc-file, vc-next-action-on-file):
16015 Use vc-backend rather than vc-registered.
16016 (vc-next-action-on-file): Use intern-soft.
16017 Deal with read-only *vc-diff* buffer.
16018 (vc-transfer-file): Docstring fix.
16019
16020 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16021 (vc-rcs-receive-file): Avoid with-vc-properties.
16022 Update call to vc-unregister.
16023 Use constant `RCS' rather than (dynamically bound) var `backend'.
16024
16025 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16026
16027 * vc.el (vc-next-action-on-file): Update mode line only if file
16028 is visited.
16029 (vc-start-entry): New argument initial-contents. Don't visit the file
16030 if it isn't already visited. Brought documentation up-to-date.
16031 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16032 (vc-checkin): New optional arg initial-contents, which is passed to
16033 vc-start-entry.
16034 (vc-finish-logentry): Make sure to bury log buffer only if there
16035 really is one. Call `vc-resynch-buffer' on log-file, not
16036 buffer-file-name.
16037 (vc-default-comment-history, vc-default-wash-log): New functions.
16038 (vc-index-of): Removed.
16039 (vc-transfer-file): Make do without the above.
16040 (vc-default-receive-file): Call comment-history unconditionally. Pass
16041 the resulting string to vc-checkin, instead of inserting it into the
16042 comment ring.
16043
16044 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16045 unconditionally. Use the comments as initial contents of the log
16046 entry buffer. Document the trick to force branch creation with no
16047 changes.
16048
16049 2000-10-01 Miles Bader <miles@gnu.org>
16050
16051 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16052 `recenter' with an arg to prevent redrawing the display.
16053
16054 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16055
16056 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16057
16058 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16059
16060 * progmodes/c-mode.el (c-mode):
16061 Don't gratuitously override the default for comment-column.
16062
16063 * textmodes/tex-mode.el (latex-metasection-list): New var.
16064 (latex-imenu-create-index): Use it.
16065 Move the regexp construction outside loops (and use push).
16066 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16067 (tex-font-lock-keywords): Moved from font-lock.el.
16068 (tex-comment-indent): Remove.
16069 (tex-common-initialization): Don't set comment-indent-function.
16070 (latex-block-default): New var.
16071 (tex-latex-block): Use it to provide a default choice.
16072 Add any unknown choice to latex-block-names.
16073 Insert [...] after {...}.
16074 (tex-last-unended-begin): Simplify regexp.
16075 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16076 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16077 (latex-mode): Set forward-sexp-function.
16078
16079 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16080 Add regexp for @ignore ... @end ignore.
16081 (texinfo-heading-face): New face.
16082 (texinfo-font-lock-keywords): Use it.
16083 (texinfo-mode-menu): New menu.
16084 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16085 New functions.
16086 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16087 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16088 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16089 Remove declaration.
16090 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16091
16092 * delsel.el (delete-selection-mode): Use define-minor-mode.
16093
16094 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16095
16096 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16097
16098 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16099
16100 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16101
16102 * replace.el (keep-lines-read-args): New function.
16103 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16104 read arguments interactively. Add parameters RSTART and REND.
16105 Operate on the active region in Transient Mark mode.
16106
16107 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16108
16109 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16110 (authors-obsolete-files-regexps): New variable.
16111 (authors-add): Don't record changes in obsolete files.
16112
16113 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16114
16115 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16116
16117 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16118 (comment-indent): Make sure there's a space between code and comment.
16119 Shift comments left to avoid going past fill-column.
16120
16121 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16122
16123 * startup.el (startup-echo-area-message): New function.
16124 (display-startup-echo-area-message): Use it.
16125 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16126 (fancy-splash-default-action): New function.
16127 (fancy-splash-screens-1): New function.
16128 (fancy-splash-head): Put a help-echo and a keymap under the image.
16129
16130 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16131
16132 * diff-mode.el (diff-add-log-file-name): Remove.
16133 (diff-mode): Use add-log-buffer-file-name-function.
16134
16135 * add-log.el (find-change-log): New arg BUFFER-FILE.
16136 (add-log-file-name): Obey add-log-file-name-function.
16137 (add-log-buffer-file-name-function): New var.
16138 (add-change-log-entry): Use it.
16139
16140 2000-09-29 Miles Bader <miles@gnu.org>
16141
16142 * image-file.el (image-file-name-extensions): New variable.
16143 (image-file-name-regexps): Renamed from `image-file-regexps'.
16144 New default value is nil. Call `auto-image-file-mode'.
16145 (image-file-name-regexp): New function.
16146 (auto-image-file-mode): New minor mode.
16147 (insert-image-file): Don't make conditional on the image-file
16148 handler being enabled.
16149 (image-file-handler): Make the call here conditional instead.
16150 (set-image-file-handler-enabled, enable-image-file-handler)
16151 (disable-image-file-handler): Functions removed.
16152
16153 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16154 string.
16155
16156 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16157
16158 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16159 it's a function from CL.
16160 (latex-imenu-create-index): Replace eval-when-compile with progn
16161 because latex-section-alist is not bound while compiling.
16162
16163 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16164
16165 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16166 (outline-mode): Use define-derived-mode.
16167
16168 * progmodes/perl-mode.el (perl-mode):
16169 * progmodes/awk-mode.el (awk-mode):
16170 * progmodes/asm-mode.el (asm-mode):
16171 Don't gratuitously override the default for comment-column.
16172
16173 * emacs-lisp/lisp.el (lisp-complete-symbol):
16174 Distinguish the let-binding case from the funcall case.
16175 (forward-sexp-function): New variable.
16176 (forward-sexp): Use it.
16177
16178 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16179 (easy-mmode-defmap): Remove the now useless autoload.
16180
16181 * time.el (display-time-mode): Use define-minor-mode.
16182
16183 * subr.el (add-minor-mode): Don't eval NAME.
16184 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16185 Use if rather than cond.
16186
16187 * simple.el (read-expression-map): Define more properly.
16188 (comment-indent-hook): Remove.
16189 (string-to-syntax): Bug fix.
16190
16191 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16192 (cvs-ediff-diff): Fix typo.
16193 (cvs-revert-if-needed): Don't bother preserving read-only.
16194
16195 * paren.el (show-paren-mode): Use define-minor-mode.
16196
16197 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16198 (toggle-auto-compression): Remove.
16199 (jka-compr-build-file-regexp): Remove useless grouping.
16200
16201 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16202 Avoid user-reserved bindings.
16203 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16204 (diff-header-face): Revert to grey85.
16205
16206 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16207
16208 * complete.el (partial-completion-mode) <defcustom>: Remove.
16209 (partial-completion-mode): Use define-minor-mode.
16210 (PC-do-completion): Understand `completion-auto-help = delay'
16211 to mean to popup the completion buffer only the second time.
16212 (PC-include-file-all-completions, PC-include-file-all-completions)
16213 (PC-include-file-all-completions): Don't quote lambda.
16214
16215 * comint.el (comint-mode-hook): Docstring fix.
16216 (comint-mode): Use define-derived-mode.
16217 (comint-mode-map): Remove obsolete comment.
16218 (make-comint): Minor stylistic change.
16219 (comint-insert-clicked-input): Be more careful to find the overlay.
16220 Use this-command-keys rather than hardcoding mouse-2.
16221
16222 * font-lock.el: Replace confusing (,@ with ,
16223 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16224 Don't use regexp-opt-depth. Spice up the regexp for args.
16225 Don't distinguish between cmds that can take an opt arg or not.
16226 Use `append' and `prepend' rather than `keep'.
16227
16228 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16229 (latex-outline-regexp): New var.
16230 (latex-outline-level): New fun.
16231 (latex-section-alist): New var.
16232 (latex-imenu-create-index): Use it. Use `push' as well.
16233 (tex-shell-map): Initialize it properly.
16234 (tex-mode): Minor stylistic change.
16235 (plain-tex-mode): Use define-derived-mode.
16236 (latex-mode): Use define-derived-mode.
16237 Construct the paragraph regexps in a more readable way.
16238 Set the buffer-local outline-{level,regexp} vars.
16239 (slitex-mode): Derive from latex-mode.
16240 (tex-common-initialization): Don't kill-all-vars anymore.
16241 Add setting for comment-add and font-lock-defaults.
16242 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16243 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16244 (tex-start-tex): New arg DIR (and send a chdir command for it).
16245 Also display the shell buffer and save it in tex-last-buffer-texed.
16246 (tex-region): Use expand-file-name rather than concat.
16247 Remove code made useless by changes in tex-start-tex.
16248 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16249
16250 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16251
16252 2000-09-28 Dave Love <fx@gnu.org>
16253
16254 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16255
16256 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16257
16258 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16259 `append'.
16260
16261 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16262
16263 * info.el (Info-extract-pointer): Undo last change.
16264 Instead, fix the position of the `bound' arg to re-search-backward.
16265
16266 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16267
16268 * info.el (Info-extract-pointer):
16269 Widen more carefully, to avoid finding pointers in other nodes.
16270 (Info-index): Use push.
16271
16272 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16273
16274 * frame.el (set-frame-font): Remove call to obsolete function
16275 frame-update-faces.
16276 (set-foreground-color, set-background-color): Likewise for
16277 frame-update-face-colors.
16278
16279 2000-09-27 Miles Bader <miles@gnu.org>
16280
16281 * image-file.el: New file.
16282
16283 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16284
16285 * frame.el (frame-notice-user-settings): Don't call
16286 frame-update-faces, which is a no-op now.
16287
16288 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16289 tool-bar-lines.
16290
16291 2000-09-27 Dave Love <fx@gnu.org>
16292
16293 * mouse.el: Fix last change.
16294
16295 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16296
16297 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16298
16299 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16300
16301 * international/quail.el (quail-help): The output message is
16302 improved.
16303
16304 2000-09-26 Dave Love <fx@gnu.org>
16305
16306 * mouse.el (popup-menu): If POSITION is nil, set it using
16307 mouse-position.
16308
16309 2000-09-25 Sam Steingold <sds@gnu.org>
16310
16311 * net/browse-url.el (browse-url-file-url): Check for null maps.
16312
16313 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16314
16315 * frame.el (frame-notice-user-settings): Don't add a
16316 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16317
16318 * frame.el (frame-notice-user-settings):
16319 Make tool-bar-mode and default-frame-alist consistent.
16320
16321 * toolbar/tool-bar.el (tool-bar-help): New function.
16322
16323 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16324
16325 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16326 current-load-list in top-level forms. Else this leaks a cons cell
16327 every time a defun is called.
16328
16329 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16330
16331 2000-09-25 Dave Love <fx@gnu.org>
16332
16333 * startup.el (fancy-splash-head): Check XPM is available.
16334
16335 * autoinsert.el (auto-insert): Doc fix.
16336 (auto-insert-alist): Following GNU notices, don't say `copyright
16337 _by_'. Use line-beginning-position.
16338 (auto-insert): Check buffer-file-name is non-nil before use.
16339
16340 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16341
16342 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16343 starting with `@def' or `@multitable', in addition to ones
16344 specified by the user in auto-fill-inhibit-regexp.
16345
16346 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16347
16348 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16349 rmail-dont-reply-to-names matches the empty string.
16350
16351 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16352
16353 * startup.el (command-line-1, fancy-splash-text): Change the
16354 text to sound more friendly.
16355
16356 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16357
16358 * progmodes/hideshow.el: Update author email address.
16359 Generally, sync w/ maintainer version 5.22.
16360 (hs-hide-all-non-comment-function): New var.
16361 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16362 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16363 (hs-show-region): Delete this command.
16364 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16365
16366 2000-09-22 Dave Love <fx@gnu.org>
16367
16368 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16369 (hl-line-highlight): Specify buffer when moving overlay.
16370
16371 * progmodes/fortran.el (fortran-mode): Locally set
16372 normal-auto-fill-function.
16373 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16374 (fortran-mode-map): Adjust auto-fill menu entry.
16375
16376 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16377
16378 * vc-rcs.el (toplevel): Require `vc' when compiling.
16379
16380 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16381
16382 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16383
16384 * vc.el (vc-switch-backend): Signal an error if the file is not
16385 registered under the new backend.
16386
16387 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16388 without explicit revision number.
16389
16390 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16391
16392 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16393 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16394 (diff-xor): New function.
16395 (diff-find-source-location): Use it. Fix a stupid name clash.
16396 (diff-hunk-status-msg): New function.
16397 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16398 (diff-test-hunk): Use diff-find-source-location.
16399 (diff-goto-source): Favor the `reverse'.
16400 (diff-hunk-text): Properly handle one-sided context diffs.
16401 (diff-apply-hunk): When done, advance to the next hunk.
16402
16403 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16404
16405 * startup.el (command-line): If frame was created with a non-zero
16406 tool-bar-lines parameter, switch tool-bar-mode on.
16407
16408 * add-log.el (change-log-date-face, change-log-name-face)
16409 (change-log-email-face, change-log-file-face)
16410 (change-log-list-face, change-log-conditionals-face)
16411 (change-log-function-face, change-log-acknowledgement-face):
16412 New faces, inheriting from font-lock faces.
16413 (change-log-font-lock-keywords): Use them.
16414
16415 2000-09-21 Dave Love <fx@gnu.org>
16416
16417 * progmodes/cperl-mode.el (top-level): Clean up
16418 `eval-when-compile's and assorted defvars.
16419 (cperl-invalid-face): Don't double-quote value. Change custom
16420 type.
16421 (cperl-mode): Set normal-auto-fill-function and don't zap
16422 auto-fill-function.
16423 (cperl-imenu--function-name-regexp-perl): Renamed from
16424 imenu-example--function-name-regexp-perl.
16425 (cperl-imenu--create-perl-index): Renamed from
16426 imenu-example--create-perl-index.
16427 (cperl-xsub-scan): Don't require cl.
16428
16429 * msb.el (msb-mode-map): Use substitute-key-definition.
16430 (msb-mode): Use msb-mode-map.
16431
16432 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16433
16434 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16435 New functions.
16436 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16437 (vc-switch-backend): New function.
16438 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16439 (vc-register): Fix prompt.
16440 (vc-unregister, vc-default-unregister): New functions.
16441 (vc-version-diff): Handle empty buffer in sentinel.
16442
16443 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16444 (vc-rcs-state-heuristic): Use it to guess the state of files with
16445 non-strict locking.
16446 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16447 been set with -b, but not created yet.
16448 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16449 contents in order to find the state.
16450 (vc-rcs-checkin): Allow creation of branches with no changes.
16451 (vc-rcs-unregister, vc-rcs-receive-file)
16452 (vc-rcs-set-non-strict-locking): New functions.
16453
16454 * vc-hooks.el (vc-name): Force correct computation of the value
16455 in case it is missing.
16456
16457 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16458
16459 * startup.el (fancy-splash-tail): Use a different foreground
16460 color on a dark frame background.
16461
16462 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16463
16464 * info.el: Use the correct capitalization when making Info-mode
16465 and Info-edit-mode `special' modes.
16466
16467 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16468
16469 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16470 (diff-mode): Add support for add-log.el.
16471 (diff-hunk-text): Use char offsets rather than line offsets.
16472 (diff-find-source-location): Replace LINE with line-offset (nil
16473 if not found) and always set POS to a meaningful position.
16474 Adapt to the new char-offsets.
16475 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16476 Adapt to the new diff-find-source-location.
16477 (diff-goto-source): Adapt to the new diff-find-source-location.
16478
16479 * add-log.el (add-log-file-name): New function (split out of
16480 add-change-log-entry).
16481 (add-change-log-entry): Use it.
16482 Call add-log-file-name-function with the changelog file name if
16483 the current buffer is not associated with any file.
16484 Avoid find-file if the selected window is dedicated.
16485
16486 * diff-mode.el (diff-find-source-location):
16487 Move code from diff-apply-hunk. Return buffer rather than file.
16488 (diff-apply-hunk): Use the new result from diff-find-source-location.
16489 (diff-goto-source): Use the new diff-find-source-location.
16490
16491 2000-09-20 Dave Love <fx@gnu.org>
16492
16493 * iswitchb.el: Some doc fixes.
16494 (iswitchb-mode-map): Define completely initially. Inherit
16495 minibuffer-local-map.
16496 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16497 fundamental-mode.
16498 (iswitchb-global-map): New variable.
16499 (iswitchb-summaries-to-end): Amalgamate regexps.
16500 (iswitchb-mode): New.
16501 (iswitchb-mode-hook): New variable.
16502 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16503 `extensions'.
16504
16505 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16506
16507 * ehelp.el (electric-help): New defgroup.
16508 (electric-help-shrink-window): New user-option.
16509 (with-electric-help): Use it.
16510
16511 * window.el (shrink-window-if-larger-than-buffer): If face
16512 `mode-line' has a :box, and we're on a graphical frame, add 1
16513 to the needed window height.
16514
16515 * frame.el (frame-notice-user-settings): Add a last parameter nil
16516 to a call to `append', because the last list passed to `append' is
16517 not copied, and so subsequent calls to assq-delete-all will modify
16518 default-frame-alist.
16519
16520 * startup.el (fancy-splash-image): Change :type.
16521 (fancy-splash-head): Use an XBM image if appropriate.
16522 (command-line-1): Show splash screens in more cases.
16523
16524 * startup.el (fancy-splash-text): Don't quote faces.
16525
16526 * dired.el (dired-font-lock-keywords): Undo last change.
16527 (dired-readin): Bind indent-tabs-mode to nil.
16528
16529 * startup.el (fancy-splash-head): If frame's background mode
16530 is `dark', change the black background of the image to gray.
16531 (fancy-splash-screens): Display startup echo area message.
16532 (display-startup-echo-area-message): New function.
16533
16534 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16535
16536 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16537
16538 * info.el (info-header-node): Tweak for color ttys.
16539
16540 * faces.el (face-valid-attribute-values): Make sure directories we
16541 search for stipples both exist and are readable before trying to
16542 search them.
16543
16544 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16545 in the dry-run case.
16546
16547 * jka-compr.el (with-auto-compression-mode): New macro.
16548
16549 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16550 (custom-group-tag-face, custom-variable-tag-face): Use relative
16551 :height and inherit from `variable-pitch' face instead of
16552 hardwiring :family.
16553 * hi-lock.el (hi-black-hb): Likewise.
16554
16555 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16556 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16557 toolbar-add-item, if image doesn't have a mask add a `:mask
16558 heuristic'.
16559
16560 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16561
16562 * diff-mode.el: Docstring fixes.
16563 (diff-header-face, diff-comment-face): New faces.
16564 (diff-font-lock-keywords): Highlight a bit differently.
16565 (diff-find-source-location): Don't return SPAN any more.
16566 (diff-hunk-text): Don't bother erasing the temp buffer.
16567 (diff-find-text): Drop argument LINE.
16568 (diff-apply-hunk): Update calls to diff-find-text.
16569 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16570
16571 * calendar/calendar.el: Docstring fixes.
16572 (calendar-make-alist): Don't quote lambda.
16573 (calendar-star-date): Use make-local-variable.
16574
16575 2000-09-19 Dave Love <fx@gnu.org>
16576
16577 * toolbar/tool-bar.el: Renamed from toolbar.el.
16578 Change `toolbar' to `tool-bar' generally in symbols.
16579 Make some items invisible in `special' major modes.
16580 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16581 Add arg PROPS.
16582
16583 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16584 Add :version here.
16585 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16586
16587 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16588
16589 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16590
16591 * files.el (find-file-suppress-same-file-warnings): New user-option.
16592 (find-file-noselect): Use it.
16593
16594 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16595 (fancy-splash-screen): Defgroup.
16596
16597 * add-log.el (change-log-font-lock-keywords): Match names
16598 more exactly for the case that font-lock-constant-face is
16599 underlined.
16600
16601 2000-09-19 Richard M. Stallman <rms@gnu.org>
16602
16603 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16604
16605 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16606
16607 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16608
16609 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16610
16611 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16612 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16613 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16614 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16615 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16616 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16617 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16618 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16619 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16620 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16621 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16622 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16623
16624 * startup.el (fancy-splash-text): New variable.
16625 (fancy-splash-delay, fancy-splash-image): New user-options.
16626 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16627 (fancy-splash-screens): New functions.
16628 (command-line-1): If display has a `display' frame parameter, has
16629 colors, and we have XPM support, show more fancy splash screens.
16630
16631 2000-09-19 Dave Love <fx@gnu.org>
16632
16633 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16634 with null `help'. Use modern backquote syntax.
16635
16636 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16637
16638 * font-lock.el (font-lock-mode): Change message telling the user
16639 that ``the buffer is too big''.
16640
16641 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16642 for instance for the case that tab-width is 2.
16643
16644 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16645
16646 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16647 toolbar-add-item, if image doesn't have a mask add a `:mask
16648 heuristic'.
16649
16650 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16651
16652 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16653 and return a cons if it's non-nil.
16654 (diff-apply-hunk): Try to jump to the line in the source text
16655 corresponding to the position of point in the in the hunk.
16656
16657 * info.el (Info-title-3-face, Info-title-2-face)
16658 (Info-title-1-face): Use face inheritance and relative sizes
16659 instead of hard-wiring things.
16660
16661 * faces.el (secondary-selection): Make dark-background variant sane.
16662
16663 2000-09-16 Andrew Innes <andrewi@gnu.org>
16664
16665 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16666 read-only, since they aren't under VC now.
16667
16668 2000-09-17 Dave Love <fx@gnu.org>
16669
16670 * tmm.el: Replace mapcar with mapc in several places.
16671
16672 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16673 ad-unadvise.
16674
16675 * international/latin1-disp.el: New file.
16676
16677 * calendar/cal-move.el (scroll-calendar-left)
16678 (scroll-calendar-right): Make arg optional (for active mode line).
16679
16680 * calendar/calendar.el (calendar-mode-line-format): Make fields
16681 mouse-sensitive.
16682 (calendar-read-date, calendar-read-date, calendar-window-list):
16683 Unquote lambda.
16684 (calendar-month-name): Use aref, not sref.
16685
16686 * view.el (minor-mode-alist): Propertize the string.
16687
16688 * international/characters.el (standard-case-table): Add entries
16689 for Greek.
16690
16691 2000-09-18 Miles Bader <miles@gnu.org>
16692
16693 * info.el (info-node, info-xref): Add dark-background variants.
16694
16695 * faces.el (header-line): Change defaults to be less confusing
16696 when mixed with mode-lines.
16697
16698 * info.el (Info-fontify-node): Make a few cleanups.
16699 Add extra `help-echo' and `local-map' props to node xrefs.
16700 Use header-specific faces for node-names & xrefs.
16701 (Info-use-header-line): New variable.
16702 (info-header-xref, info-header-node): New faces.
16703 (Info-setup-header-line): New function.
16704 (Info-select-node): Call Info-setup-header-line when enabled.
16705 (Info-extract-pointer): Work even if the header line is hidden.
16706 (Info-header-line): New variable.
16707
16708 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16709
16710 * vms-patch.el (print-region-function): Don't quote lambda.
16711
16712 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16713
16714 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16715 (lm-get-header-re): Allow spaces between the header and the colon.
16716 (lm-header): Allow $ in non-RCS headers.
16717 (lm-header-multiline): Put the strings back into order.
16718 Stop at an empty line. Don't require two space chars if the
16719 line is clearly not another header line.
16720
16721 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16722 (popup-menu-popup): Remove.
16723
16724 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16725
16726 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16727 specification if or if not tool-bar item contains an `:enabled'
16728 property.
16729
16730 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16731 current buffer has no file name.
16732
16733 2000-09-15 Dave Love <fx@gnu.org>
16734
16735 * strokes.el: Sync with maintainer's current version with changes
16736 for Emacs, but avoid runtime cl and levents.
16737 (toplevel): Change autoloads and compilation requires.
16738 (strokes-version, strokes-bug-address, strokes-lift): Values
16739 changed.
16740 (strokes-xpm-header, strokes-insinuated): New variable.
16741 (strokes): Add :link.
16742 (strokes-mode): Customized.
16743 (strokes-while-inhibiting-garbage-collector): New macro.
16744 (strokes-remassoc): Avoid remove-if.
16745 (strokes-fix-button2-command): Don't use ad-do-it.
16746 (strokes-insinuate): New function.
16747 (strokes-button-press-event-p, strokes-button-release-event-p):
16748 New functions, used instead of non-`strokes-' versions..
16749 (strokes-mouse-event-p): Rewritten.
16750 (strokes-event-closest-point): Avoid event-point.
16751 (strokes-get-grid-position): Avoid cdadr, caadr
16752 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16753 functions.
16754 (strokes-help): Use with-output-to-temp-buffer.
16755 (strokes-window-configuration-changed-p): New function.
16756 (strokes-update-window-configuration): Use buffer-live-p,
16757 strokes-window-configuration-changed-p.
16758 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16759 (strokes-char-face): New face.
16760 (strokes-char-table, strokes-base64-chars): New variable.
16761 (strokes-xpm-for-stroke, strokes-list-strokes)
16762 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16763 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16764 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16765 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16766 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16767 functions.
16768
16769 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16770
16771 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16772
16773 * image.el (create-image): Doc fix.
16774
16775 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16776 instead of `:heuristic-mask t'.
16777
16778 2000-09-14 Andrew Innes <andrewi@gnu.org>
16779
16780 * makefile.w32-in: Revert to Unix line endings.
16781
16782 2000-09-14 Andrew Innes <andrewi@gnu.org>
16783
16784 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16785 when installing.
16786
16787 * makefile.nt (DONTCOMPILE): Fix typo.
16788
16789 * shell.el (shell-write-history-on-exit): New function.
16790 (shell-dumb-shell-regexp): New custom variable.
16791 (shell-mode): Make shell-write-history-on-exit the process
16792 sentinel if shell name matches shell-dumb-shell-regexp.
16793
16794 * w32-fns.el: Comment out before-init-hook function which resets
16795 source-directory based; this breaks bootstrap.
16796
16797 2000-09-14 Dave Love <fx@gnu.org>
16798
16799 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16800 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16801 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16802 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16803 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16804 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16805 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16806 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16807 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16808
16809 * toolbar/toolbar.el: New.
16810
16811 * subdirs.el: Add toolbar.
16812
16813 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16814
16815 * indent.el (indent-for-tab-command): Doc fix.
16816
16817 2000-09-14 Alex Schroeder <alex@gnu.org>
16818
16819 * ansi-color.el (ansi-colors): Doc change.
16820 (ansi-color-get-face): Simplified regexp.
16821 (ansi-color-faces-vector): Added more faces, doc change.
16822 (ansi-color-names-vector): Doc change.
16823 (ansi-color-regexp): Simplified regexp.
16824 (ansi-color-parameter-regexp): New regexp.
16825 (ansi-color-filter-apply): Doc change.
16826 (ansi-color-filter-region): Doc change.
16827 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16828 deal with zero length parameters.
16829 (ansi-color-apply-on-region): Doc change.
16830 (ansi-color-map): Doc change.
16831 (ansi-color-map-update): Removed debugging message.
16832 (ansi-color-get-face-1): Added condition-case to trap
16833 args-out-of-range errors.
16834 (ansi-color-get-face): Doc change.
16835 (ansi-color-make-face): Removed.
16836 (ansi-color-for-shell-mode): New option.
16837
16838 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16839
16840 * international/quail.el (quail-start-translation): Translate KEY
16841 if necessary even if it doesn't have any mapping in the current
16842 input method.
16843 (quail-start-conversion): Likewise.
16844 (quail-help): The output message is improved.
16845
16846 2000-09-13 Miles Bader <miles@gnu.org>
16847
16848 * comint.el (comint-output-filter): Revert to using
16849 `insert-before-markers'. Add bletcherous hack to undo damage
16850 caused by `insert-before-markers'. Put `front-sticky' property on
16851 overlays created here so that the field code understands how the
16852 overlay works. Use a let when making comint-last-prompt-overlay,
16853 so that the code is easier to read.
16854
16855 2000-09-13 Dave Love <fx@gnu.org>
16856
16857 * wid-edit.el (widget-default-format-handler): DTRT when
16858 doc-property is a function.
16859
16860 2000-09-12 Francesco Potorti` <pot@gnu.org>
16861
16862 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16863 filed name if it's not there.
16864
16865 2000-09-12 Dave Love <fx@gnu.org>
16866
16867 * simple.el (read-mail-command): Doc fix.
16868 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16869
16870 * vc.el (vc-dired-listing-switches): Fix :version.
16871
16872 * vc-hooks.el: Doc fixes.
16873
16874 * subr.el (add-minor-mode): Use toggle-fun arg.
16875
16876 * speedbar.el: Add :version to several defcustoms.
16877
16878 * imenu.el (imenu--truncate-items, imenu--cleanup)
16879 (imenu--generic-function): Avoid mapcar.
16880 (imenu--replace-spaces): Function removed.
16881 (imenu--completion-buffer): Use subst-char-in-string.
16882 (imenu-add-to-menubar): Use keymap inheritance.
16883
16884 2000-09-12 Miles Bader <miles@gnu.org>
16885
16886 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16887 (diff-mode-map): Bind `diff-test-hunk'.
16888 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16889
16890 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16891
16892 * bytecomp.el (byte-compile-defvar): Undo last change
16893 because it breaks '(make-variable-buffer-local (defvar ...)'
16894 which is used at least in dired.
16895
16896 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16897
16898 * international/quail.el (quail-define-package): Docstring
16899 modified.
16900
16901 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16902
16903 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16904 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16905 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16906 docstring of "chinese-py".
16907
16908 * international/quail.el (quail-translation-docstring): New
16909 variable.
16910 (quail-show-keyboard-layout): Docstring modified.
16911 (quail-select-current): Likewise.
16912 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16913 infinite recursive call.
16914 (quail-help): Check quail-translation-docstring. Format of the
16915 output changed.
16916 (quail-help-insert-keymap-description): Adjusted for the above
16917 change.
16918
16919 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16920
16921 * bytecomp.el (byte-compile-defvar): Only cons onto
16922 current-load-list in top-level forms. Else this leaks a cons cell
16923 every time a defun is called.
16924
16925 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
16926
16927 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16928 Now understands non-unified diffs. Some functionality moved into
16929 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
16930 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
16931 modify anything. Only reposition point in the patched file if the
16932 patch succeeds. Only pop up another window if POPUP is true.
16933 Emit a message describing what happened if successful, and at what
16934 line-offset. Automatically detect reversed hunks and do something
16935 appropriate.
16936 (diff-hunk-text, diff-find-text): New functions.
16937 (diff-filter-lines): Function removed.
16938 (diff-test-hunk): New function.
16939 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16940
16941 2000-09-10 Dave Love <fx@gnu.org>
16942
16943 * textmodes/tildify.el: Minor doc/commentary fixes.
16944 (tildify) <defgroup>: Add :version.
16945
16946 * faces.el (face-x-resources): Make custom type more specific.
16947 (frame-background-mode): Use mapc.
16948 (region) <defcustom>: Add :version.
16949
16950 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
16951
16952 * vc-sccs.el (vc-sccs-register):
16953 * vc-rcs.el (vc-rcs-register):
16954 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16955 * vc.el (vc-register): Clear file's properties.
16956
16957 2000-09-08 Gerd Moellmann <gerd@gnu.org>
16958
16959 * faces.el (face-spec-set): Only face-spec-reset-face when
16960 ATTRS is non-nil.
16961
16962 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
16963
16964 * help.el (help-insert-xref-button): Fix a typo in doc string.
16965
16966 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
16967
16968 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16969 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16970 methods.
16971
16972 * menu-bar.el (read-mail-item-name): New function.
16973 (menu-bar-tools-menu): Use it to compute and display the package
16974 used to read email.
16975 (menu-bar-tools-menu): Fix typo in GUD's help string.
16976
16977 2000-09-07 Dave Love <fx@gnu.org>
16978
16979 * diff-mode.el (diff-mouse-goto-source): New function.
16980
16981 * vc-sccs.el: Doc fixes.
16982 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16983
16984 * vc-rcs.el: Doc fixes.
16985 (vc-rcs-register-switches, vc-rcs-checkin-switches)
16986 (vc-rcs-checkout-switches, vc-rcs-header)
16987 (vc-rcs-master-templates): Add or change :version.
16988
16989 * vc-cvs.el: Doc fixes.
16990 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16991 (vc-cvs-stay-local): Add :version.
16992
16993 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16994
16995 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16996
16997 * international/quail.el (quail-help): Fix previous change.
16998
16999 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17000
17001 * faces.el (color-values): Doc fix.
17002
17003 * faces.el (frame-set-background-mode): Use frame-parameter
17004 instead of frame-parameters.
17005
17006 * frame.el (filtered-frame-list): Reduce consing.
17007 (frames-on-display-list): Call frame-parameter instead of
17008 frame-parameters.
17009
17010 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17011
17012 * language/devan-util.el (devanagari-to-indian-region): In the
17013 loop, change the following char, not preceding char.
17014
17015 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17016
17017 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17018 instead of frame-parameters.
17019
17020 * faces.el (set-face-attribute): Simplify by calling
17021 internal-set-lisp-face-attribute with FRAME being 0.
17022
17023 * vc.el: Remove `Id' version control keyword.
17024
17025 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17026
17027 * help.el (help-make-xrefs): Adjusted for the change of
17028 help-xref-mule-regexp.
17029 (help-insert-xref-button): New function.
17030
17031 * international/mule-cmds.el (help-xref-mule-regexp-template):
17032 Include the pattern for character set.
17033 (leim): New group.
17034
17035 * international/quail.el: Don't require face.
17036 (quail): New group.
17037 (quail-other-command): Dummy command to make quail-help work better.
17038 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17039 (quail-keyboard-layout-substitution): New variable.
17040 (quail-update-keyboard-layout): New function.
17041 (quail-keyboard-layout-type): New customizable variable.
17042 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17043 (quail-keyboard-translate): Pay attention to
17044 quail-keyboard-layout-substitution.
17045 (quail-insert-kbd-layout): New function.
17046 (quail-show-keyboard-layout): New function.
17047 (quail-get-translation): If the definition is a vector of length
17048 1, and the element is a string of length 1, return the character
17049 in that string.
17050 (quail-update-current-translations): Fix the case of
17051 relative-index out of range.
17052 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17053 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17054 Show key sequences for all available characters.
17055 (quail-help-insert-keymap-description): Don't show such verbose
17056 key bindings as quail-self-insert-command.
17057
17058 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17059 Format changed, and each element now have extra documentations.
17060 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17061 Adjusted for the change of quail-cxterm-package-ext-info.
17062
17063 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17064
17065 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17066 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17067 during bootstrap.
17068
17069 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17070
17071 * vc.el: (toplevel): Don't require `dired' at run-time.
17072 (vc-dired-resynch-file): Remove autoload cookie.
17073
17074 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17075
17076 * vc.el: Made several backend functions optional.
17077 (vc-default-responsible-p): New function.
17078 (vc-merge): Use RET for first version to trigger merge-news, not
17079 prefix arg.
17080 (vc-annotate): Handle backends that do not support annotation.
17081 (vc-default-merge-news): Removed. The existence of a merge-news
17082 implementation is now checked on caller sites.
17083
17084 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17085 case.
17086
17087 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17088 special case that has been removed from the default in vc-hooks.el.
17089
17090 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17091
17092 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17093
17094 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17095
17096 * vc-hooks.el: Require vc during compilation.
17097 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17098 macro `with-vc-properties' in vc.el.
17099 (vc-file-getprop): Doc fix.
17100 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17101
17102 * vc.el: Require dired-aux during compilation.
17103 (vc-name-assoc-file): Moved to vc-sccs.el.
17104 (with-vc-properties): New macro.
17105 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17106 vc-finish-steal): Use it.
17107 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17108 to the backend-specific function is now supposed to do the checkout,
17109 too.
17110 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17111
17112 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17113 set file properties; that gets done in the generic code now.
17114
17115 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17116 Changed parameter list, added code from vc.el that does the
17117 checkout, possibly with a double-take.
17118
17119 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17120 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17121 the above under the new name.
17122 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17123 parameter list, added checkout command.
17124 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17125 properties; that gets done in the generic code now.
17126
17127 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17128
17129 * vc.el: Docstring fixes (courtesy of checkdoc).
17130
17131 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17132
17133 * vc.el (vc-checkout-writable-buffer-hook)
17134 (vc-checkout-writable-buffer): Remove.
17135 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17136 (vc-log-mode): Make it into a clean derived major mode.
17137 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17138 vc-log-mode if log-edit is not available.
17139 (vc-dired-mode-map): Don't set-keymap-parent yet.
17140 (vc-dired-mode): Do set-keymap-parent here.
17141 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17142
17143 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17144
17145 * faces.el (set-face-attribute, face-spec-reset-face)
17146 (face-spec-set): Avoid consing by removing calls to `apply'.
17147
17148 * frame.el (frame-parameter): Move to C code.
17149
17150 2000-09-05 Dave Love <fx@gnu.org>
17151
17152 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17153 insert-before-markers-and-inherit. Now checked systematically!
17154
17155 2000-09-05 Alex Schroeder <alex@gnu.org>
17156
17157 * sql.el (sql-postgres): Use sql-postgres-options.
17158 (sql-postgres-options): New variable.
17159
17160 2000-09-05 Alex Schroeder <alex@gnu.org>
17161
17162 * sql.el (sql-mode-menu): Work around missing variable mark-active
17163 in XEmacs.
17164 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17165 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17166 compatibility.
17167
17168 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17169
17170 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17171
17172 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17173
17174 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17175
17176 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17177
17178 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17179 don't support anything else under SCCS yet.
17180
17181 * vc-hooks.el: Minor doc fixes.
17182
17183 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17184
17185 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17186 not necessary. If verbose in state `needs-patch', do the same as
17187 under `up-to-date'. When NOT verbose and `needs-patch', check out
17188 latest version instead of `merge-news'.
17189 (vc-next-action-dired): Don't mess with default-directory here; it
17190 breaks other parts of dired. It is the job of the
17191 backend-specific functions to adjust it temporarily if they need it.
17192 (vc-next-action): Remove a special CVS case.
17193 (vc-clear-headers): New optional arg FILE.
17194 (vc-checkin, vc-checkout): Set properties vc-state and
17195 vc-checkout-time properly.
17196 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17197 (vc-print-log): Use new backend function `show-log-entry'.
17198 (vc-cancel-version): Do the checks in a different order. Added a
17199 FIXME concerning RCS-only code.
17200
17201 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17202 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17203
17204 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17205
17206 * vc-hooks.el (vc-default-mode-line-string): Show state
17207 `needs-patch' as a `-' too.
17208
17209 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17210
17211 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17212 (vc-default-could-register): New function.
17213 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17214 (vc-resynch-buffer): Call vc-dired-resynch-file.
17215 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17216 vc-resynch-buffer instead of vc-resynch-window.
17217 (vc-next-action-dired): Don't redisplay here, that gets done as a
17218 result of the individual file operations.
17219 (vc-retrieve-snapshot): Corrected prompt order.
17220
17221 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17222
17223 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17224 as well.
17225 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17226 hostname regexps. Updated all callers.
17227 (vc-cvs-responsible-p): Handle directories as well.
17228 (vc-cvs-could-register): New function.
17229 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17230 properties up-to-date.
17231
17232 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17233 user whether to create one.
17234
17235 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17236
17237 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17238 check out a non-existing file.
17239
17240 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17241 workfile does not exist.
17242
17243 * vc.el (vc-version-diff): Use `require' to check for existence of
17244 diff-mode.
17245
17246 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17247
17248 * vc-cvs.el (vc-cvs-registered): Use new function
17249 vc-cvs-parse-entry to do the actual work.
17250
17251 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17252
17253 * vc-hooks.el (vc-find-backend-function): If function doesn't
17254 exist, return nil instead of error.
17255 (vc-call-backend): Doc fix.
17256
17257 * vc.el (vc-do-command): Doc fix.
17258 (vc-finish-logentry): When checking in from vc-dired, choose the
17259 right backend for logentry check.
17260 (vc-dired-mode-map): Inherit from dired-mode-map.
17261 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17262 simplified.
17263 (vc-dired-state-info): Removed, updated caller.
17264 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17265 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17266 (vc-dired-listing-switches): New variable.
17267 (vc-directory): Use it, instead of dired-listing-switches.
17268
17269 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17270 (vc-cvs-dir-state): New function.
17271 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17272 (vc-cvs-parse-entry): New function, also to be used in
17273 vc-cvs-registered.
17274
17275 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17276
17277 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17278 *or* single-window-frames.
17279
17280 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17281
17282 * vc.el (vc-update-changelog): Split into generic part and default
17283 implementation. Doc string adapted.
17284 (vc-default-update-changelog): New function. Call the `rcs2log'
17285 script in exec-directory, to fix a long-standing nuisance.
17286
17287 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17288 simply signals an error.
17289
17290 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17291
17292 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17293 control-flow more clear and to avoid running `cvs' twice.
17294
17295 * vc.el (vc-next-action-on-file): Doc fix.
17296 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17297 (vc-print-log): Eval `file' before constructing the continuation.
17298
17299 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17300
17301 * vc.el (vc-next-action-on-file): Corrected several messages.
17302 (vc-merge): Add prefix arg `merge-news'; handle it.
17303
17304 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17305 is not reached. It is.
17306 (vc-cvs-merge): Set state to 'edited after merge.
17307 (vc-cvs-merge-news): Set workfile version to nil if not known.
17308 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17309
17310 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17311 via stdout. (Merge from main line.)
17312
17313 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17314
17315 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17316 detection.
17317
17318 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17319
17320 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17321 against kill-all-local-variables.
17322 (vc-log-edit): Don't save vc-parent-buffer any more.
17323 (vc-last-comment-match): Initialize to an empty string.
17324 (vc-post-command-functions): New hook.
17325 (vc-do-command): Run it.
17326 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17327 (vc-finish-logentry): Only add the comment to the ring if it's
17328 different from the last comment entered.
17329 (vc-new-comment-index): New function.
17330 (vc-previous-comment): Use it. Make the minibuffer message
17331 slightly less terse.
17332 (vc-comment-search-reverse): Make it work forward as well. Don't
17333 set vc-comment-ring-index if no match is found. Use
17334 vc-new-comment-index.
17335 (vc-comment-search-forward): Use vc-comment-search-reverse.
17336 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17337 define-derived-mode will do it for us. Bind `v' to a keymap that
17338 inherits from vc-prefix-map so that we can bind `vt' without
17339 binding C-x v t.
17340 (vc-retrieve-snapshot): Parenthesis typo.
17341
17342 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17343 to 1. Make sure to switch to *vc* before looking for an error
17344 message. Use vc-parse-buffer.
17345
17346 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17347
17348 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17349 and NAME.
17350 (vc-retrieve-snapshot): Split into two parts.
17351 (vc-default-retrieve-snapshot): New function.
17352
17353 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17354 (vc-cvs-retrieve-snapshot): New function (untested).
17355 (vc-cvs-stay-local): Default to t.
17356 (vc-cvs-remote-p): New function and property.
17357 (vc-cvs-state): Stay local only if the above is t.
17358 (vc-handle-cvs): Removed.
17359 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17360 done via vc-handled-backends now.
17361 (vc-cvs-header): Escape Id.
17362
17363 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17364
17365 * vc.el (vc-do-command): Remove unused commands.
17366 (vc-version-diff): Make sure default-directory ends with a slash.
17367 Move the window commands into a vc-exec-after.
17368 (vc-print-log): Move more of the code into the `vc-exec-after'.
17369
17370 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17371
17372 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17373 (vc-print-log): Search current revision from beginning of buffer.
17374 (vc-revert-buffer): Clear echo area after the diff is finished.
17375 (vc-prefix-map): Removed definition of "t" for terse display in vc
17376 dired.
17377 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17378 definition of "vt" for terse display.
17379 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17380
17381 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17382
17383 * vc.el (vc-exec-after): Avoid caddr.
17384
17385 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17386
17387 * vc.el (vc-exec-after): New function.
17388 (vc-do-command): Use it to add a termination message for async
17389 procs.
17390 (vc-checkout): Try to handle a missing-backend situation.
17391 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17392 of a directory with a backend using async diffs.
17393 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17394 present.
17395
17396 * vc-sccs.el (vc-sccs-state-heuristic): Use
17397 file-ownership-preserved-p.
17398
17399 * vc-rcs.el (vc-rcs-state-heuristic): Use
17400 file-ownership-preserved-p.
17401 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17402
17403 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17404
17405 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17406 vc-do-command.
17407
17408 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17409 when there are no changes.
17410
17411 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17412
17413 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17414
17415 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17416
17417 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17418
17419 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17420
17421 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17422 the `fset' outside of the defvar so that it works even if
17423 vc-prefix-map was already defined.
17424 (vc-setup-buffer): New function, split out of vc-do-command.
17425 (vc-do-command): Allow BUFFER to be t to mean `just use the
17426 current buffer without any fuss'.
17427 (vc-version-diff): Change the `diff' backend operation to just put
17428 the diff in the current buffer without erasing it. Always use
17429 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17430 shrink-window-if-larger-than-buffer.
17431 (vc-print-log): Change the `print-log' backend operation to just
17432 put the log in the current buffer without erasing it. Protect
17433 shrink-window-if-larger-than-buffer.
17434 (vc-update-change-log): Fix setd typo.
17435
17436 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17437 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17438
17439 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17440 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17441 CMP.
17442
17443 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17444 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17445 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17446
17447 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17448
17449 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17450 not possible, use vc-BACKEND-workfile-unchanged-p.
17451 (vc-default-workfile-unchanged-p): New function. Delegates to a
17452 full vc-BACKEND-diff.
17453
17454 * vc-hooks.el (vc-simple-command): Removed.
17455
17456 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17457 instead of vc-simple-command.
17458 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17459 avoid doing a diff when opening a file.
17460 (vc-rcs-state): Added check for unlocked-changes.
17461 (vc-rcs-header): Escape Id.
17462 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17463 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17464 version.
17465
17466 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17467 (vc-sccs-diff): Remove optional arg CMP.
17468 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17469 SCCS-specific function.
17470
17471 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17472 vc-simple-command.
17473
17474 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17475
17476 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17477 (with-vc-file, vc-merge): Use vc-editable-p.
17478 (vc-do-command): Remove unused var vc-file and fix the
17479 doubly-defined `status' var. Add a user message when starting an
17480 async command.
17481 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17482 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17483 Use with-current-buffer.
17484 (vc-buffer-sync): Use unless.
17485 (vc-next-action-on-file): If the file is 'edited by read-only,
17486 make it read-write instead of trying to commit.
17487 (vc-version-diff, vc-update-change-log): Use `setq
17488 default-directory' rather than `cd'.
17489 (vc-log-edit): Don't forget to set default-directory in the
17490 buffer.
17491
17492 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17493 (vc-sccs-state-heuristic): Use file-writable-p instead of
17494 comparing userids.
17495 (vc-sccs-checkout): Use `unless'.
17496
17497 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17498 of comparing userids.
17499 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17500 Simplify the logic by eliminating unreachable code.
17501 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17502 just do a recursive call if we need to retry.
17503 (vc-rcs-checkout): Handle the case where rcs is missing by making
17504 the buffer read-write if requested and re-signalling the error.
17505
17506 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17507
17508 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17509
17510 * vc-hooks.el (vc-handled-backends): Docstring change.
17511 (vc-ignore-vc-files): Mark obsolete.
17512 (vc-registered): Check vc-ignore-vc-files.
17513 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17514 vc-ignore-vc-files.
17515
17516 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17517
17518 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17519
17520 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17521 files since ange-ftp already has vc-registered return nil.
17522
17523 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17524 (vc-sccs-workfile-version): Use with-temp-buffer and new
17525 vc-parse-buffer and don't bother setting the property.
17526 (vc-sccs-add-triple): Use with-current-buffer and
17527 find-file-noselect.
17528 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17529
17530 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17531 derives from the old vc-parse-buffer but uses the revision number
17532 rather than the date (much easier to compare robustly).
17533 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17534 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17535 locking-user more directly. Check strict locking and set
17536 checkout-model appropriately.
17537 (vc-rcs-parse-locks): Remove.
17538 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17539 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17540 (vc-rcs-system-release): Use with-current-buffer and
17541 vc-parse-buffer.
17542 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17543
17544 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17545 (vc-simple-command): Docstring fix.
17546 (vc-registered): Align the way the file-handler is called with the
17547 way the function itself works.
17548 (vc-file-owner): Remove.
17549
17550 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17551 extraction of fields and call to file-attributes because of a
17552 temporary bug in rcp.el.
17553 (vc-cvs-fetch-status): Use with-current-buffer.
17554
17555 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17556
17557 * vc.el (vc-do-command): Use file-relative-name.
17558 (vc-responsible-backend): Use vc-backend if possible.
17559 (vc-create-snapshot): Improve the `interactive' spec. Add support
17560 for branches and dispatch to backend-specific `create-snapshot'.
17561 (vc-default-create-snapshot): New function, containing the bulk of
17562 the old vc-create-snapshot.
17563 (vc-retrieve-snapshot): Improve the interactive spec.
17564
17565 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17566 (vc-backend-hook-functions): Remove.
17567 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17568 (vc-backend): Reintroduce the test for `file = nil' now that I
17569 know why it was there (and added a comment to better remember).
17570
17571 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17572 code from vc-sccs-hooks.el.
17573 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17574 'vc anymore.
17575 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17576 and file-directory-p instead of file-exists-p.
17577 (vc-sccs-check-headers): Simplify the regexp.
17578
17579 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17580 from vc-rcs-hooks.el. Don't require 'vc anymore.
17581 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17582 file-directory-p instead of file-exists-p.
17583
17584 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17585 from vc-cvs-hooks.el.
17586 (proto vc-cvs-registered): Require 'vc-cvs instead of
17587 'vc-cvs-hooks. Don't require 'vc anymore.
17588 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17589 file-directory-p instead of file-exists-p.
17590 (vc-cvs-create-snapshot): New function, replacing
17591 vc-cvs-assign-name.
17592 (vc-cvs-assign-name): Remove.
17593
17594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17595
17596 * vc-cvs.el (vc-cvs-header): New var.
17597
17598 * vc-rcs.el (vc-rcs-exists): Remove.
17599 (vc-rcs-header): New var.
17600
17601 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17602 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17603 (vc-sccs-header): New var.
17604
17605 * vc.el (vc-do-command): Get rid of the `last' argument.
17606 (vc-header-alist): Remove, replaced by vc-X-header.
17607 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17608 (vc-dired-hook): Use expand-file-name instead of concat.
17609 (vc-directory): Use file-name-as-directory.
17610 (vc-snapshot-precondition, vc-create-snapshot)
17611 (vc-retrieve-snapshot): Allow the command to operate on any
17612 directory.
17613
17614 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17615 just removing the 'WORKFILE argument or by removing the 'MASTER
17616 argument and replacing `file' with (vc-name file).
17617
17618 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17619
17620 * vc.el: Update Copyright and add a crude list of backend funs.
17621 (vc-writable-p): New function.
17622 (with-vc-file): Use vc-writable-p.
17623 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17624 (vc-register): Avoid vc-name.
17625 (vc-locking-user): Remove.
17626 (vc-steal-lock): Make the `owner' arg non-optional.
17627 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17628 vc-checkout-model.
17629 (vc-default-dired-state-info): Use vc-state instead of
17630 vc-locking-user and return special strings for special states.
17631 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17632 and get rid of one of the special CVS cases.
17633 (vc-cancel-version): prettify error message with \\[...].
17634 (vc-rename-master): New function.
17635 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17636 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17637 the CVS special case generic.
17638 (vc-default-record-rename): Remove.
17639 (vc-file-tree-walk-internal): Only call FUNC for files that are
17640 under control of some VC backend and replace `concat' with
17641 expand-file-name.
17642 (vc-file-tree-walk): Update docstring.
17643 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17644 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17645
17646 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17647 vc-sccs-record-rename. Use `find-file-noselect' rather than
17648 `find-file' and call `vc-rename-master' to do the actual move.
17649 (vc-sccs-diff): Remove unused `backend' variable.
17650
17651 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17652 to delay loading of vc-sccs until it is really used.
17653 (vc-sccs-master-templates): Preload.
17654 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17655 (vc-sccs-project-dir): Remove (merged into
17656 vc-sccs-search-project-dir).
17657 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17658 rather than `concat', make sure it is preloaded and don't bother
17659 to check that the file actually exists.
17660 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17661 `locks' argument (use buffer's content instead) and eliminate n^2
17662 behavior.
17663
17664 * vc-rcs.el: Update Copyright.
17665 (vc-rcs-rename-file): New function.
17666 (vc-rcs-diff): Remove unused `backend' variable.
17667
17668 * vc-hooks.el: Update Copyright.
17669 (vc-backend): Don't accept a nil argument any more.
17670 (vc-up-to-date-p): Turn into a defsubst.
17671 (vc-possible-master): New function.
17672 (vc-check-master-templates): Use `vc-possible-master' and allow
17673 funs in vc-X-master-templates to return a non-existent file.
17674
17675 * vc-cvs.el: Update Copyright.
17676 (vc-cvs-diff): Remove unused `backend' variable.
17677 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17678
17679 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17680
17681 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17682
17683 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17684 since it can be called from vc-rcs.el.
17685 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17686
17687 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17688
17689 * vc.el (vc-version-diff): Expand file name read from the
17690 minibuffer. Handle the case when a previous version number can't
17691 be guessed. Give suitable messages when there were no differences
17692 found.
17693 (vc-clear-headers): Call backend-specific implementation, if one
17694 exists.
17695 (vc-cancel-version): Made error checks generic. When done, clear
17696 headers generically, too.
17697
17698 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17699 from vc-clear-headers in vc.el.
17700
17701 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17702 correctly.
17703 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17704 optional. Handle the case when it's not there.
17705
17706 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17707
17708 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17709
17710 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17711
17712 * vc-hooks.el (vc-loadup): Remove.
17713 (vc-find-backend-function): Use `require'. Also, handle the case
17714 where vc-BACKEND-hooks.el doesn't exist.
17715 (vc-call-backend): Cleanup.
17716
17717 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17718
17719 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17720 vc-rcs-grab-templates)
17721 (vc-rcs-registered): Remove. The default function works as well.
17722 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17723 vc-sccs-grab-templates)
17724 (vc-sccs-registered): Remove. The default function works as well.
17725
17726 * vc.el (vc-version-diff): Left out a vc- in call to
17727 vc-call-backend.
17728 (vc-default-dired-state-info, vc-default-record-rename)
17729 (vc-default-merge-news): Update for the new backend argument.
17730
17731 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17732 using the default function.
17733 (vc-call-backend): If calling the default function, pass it the
17734 backend as first argument. Update the docstring accordingly.
17735 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17736 for the new backend argument.
17737 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17738 (vc-find-backend-function): Use the new name.
17739 (vc-default-registered): New function.
17740
17741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17742
17743 * vc.el (vc-merge): Use vc-find-backend-function.
17744
17745 * vc-hooks.el (vc-backend-functions): Remove.
17746 (vc-loadup): Don't setup 'vc-functions.
17747 (vc-find-backend-function): New function.
17748 (vc-call-backend): Use above fun and populate 'vc-functions
17749 lazily.
17750 (vc-backend-defines): Remove.
17751
17752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17753
17754 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17755 Call vc-call-backend without the leading vc-.
17756 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17757 (vc-check-headers): Call vc-call-backend without the leading vc-.
17758 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17759 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17760 Call vc-call-backend without the leading vc-.
17761
17762 * vc-cvs.el (tail): Provide vc-cvs.
17763 * vc-sccs.el (tail): Provide vc-sccs.
17764 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17765
17766 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17767 (vc-make-backend-function, vc-call): Pass names without leading
17768 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17769 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17770 (vc-call-backend): Always try to load vc-X-hooks.
17771 (vc-registered): Remove vc- in call to vc-call-backend.
17772
17773 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17774
17775 * vc.el (vc-process-filter): New function.
17776 (vc-do-command): Setup `vc-process-filter' for the async process.
17777 (vc-maybe-resolve-conflicts): New function to reduce
17778 code-duplication. Additionally, it puts the buffer in
17779 `smerge-mode' if applicable.
17780 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17781 calling `merge-news'.
17782 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17783 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17784 interfacing to log-edit.el.
17785 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17786 log-edit is available.
17787 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17788
17789 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17790
17791 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17792 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17793 defvar and the initialization.
17794 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17795
17796 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17797 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17798
17799 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17800
17801 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17802
17803 * vc.el (vc-file-clear-masterprops): Removed.
17804 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17805 (vc-version-diff): Use buffer-size without argument.
17806 (vc-register): Heed vc-initial-comment.
17807
17808 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17809 default branch.
17810
17811 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17812 file name and workfile version.
17813 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17814
17815 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17816 vc-file-clear-masterprops.
17817
17818 * vc-sccs.el (vc-sccs-checkout): Removed call to
17819 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17820 rather than user login name.
17821
17822
17823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17824
17825 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17826 `want-differences-if-changed' and simplify.
17827 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17828 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17829 output (which is invalid for async vc-diff) to decide whether to
17830 do the revert silently or not.
17831
17832 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17833
17834 * vc-hooks.el (vc-loadup): Load files quietly.
17835 (vc-call-backend): Oops, brain fart.
17836
17837 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17838
17839 * vc-cvs.el (vc-cvs-state): Typo.
17840 (vc-cvs-merge-news): Return the status code rather than the error msg.
17841
17842 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17843
17844 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17845 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17846 vc-state or vc-up-to-date-p.
17847 (vc-merge): Use vc-backend-defines to check whether merging is
17848 possible. Set state to 'edited after successful merge.
17849
17850 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17851 return that name. Redocumented.
17852
17853 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17854
17855 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17856 new `vc-state' semantics.
17857 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17858 'vc-locking-user to the current user.
17859 (vc-merge): Inline vc-backend-merge. Comment out code that I
17860 don't understand and hence can't adapt to the new `vc-state' and
17861 `vc-locking-user' semantics.
17862 (vc-backend-merge): Remove.
17863
17864 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17865 rather than 'vc-locking-user.
17866
17867 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17868
17869 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17870 (vc-state): Don't use 'reserved any more. Just use the same
17871 convention as the one used for vc-<backend>-state where the
17872 locking user (as a string) is returned.
17873 (vc-locking-user): Update, based on the above convention. The
17874 'vc-locking-user property has disappeared.
17875 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17876
17877 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17878 with a heuristic one.
17879 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17880 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17881 error. That allows us to get to 'needs-merge even in the
17882 stay-local case. There's still no way to detect 'needs-patch in
17883 such a setup (or to force an update for that matter).
17884 (vc-cvs-logentry-check): Remove, the default works as well.
17885
17886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17887
17888 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17889
17890 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17891 major-mode in which the buffer might have been put earlier. Use
17892 `remove' and `when'. Allow `okstatus' to be `async' and use
17893 `start-process' in this case.
17894 (vc-version-diff): Handle the case where the diff looks empty
17895 because of the use of an async process.
17896
17897 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17898
17899 * vc.el (vc-next-action-on-file): Removed optional parameter
17900 `simple'. Recompute state unconditionally.
17901 (vc-default-toggle-read-only): Removed.
17902
17903 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17904 (vc-toggle-read-only): Undid prev change.
17905
17906 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17907 vc-cvs-simple-toggle. Redocumented.
17908 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17909 (vc-cvs-toggle-read-only): Removed.
17910
17911 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17912
17913 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17914 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17915 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17916 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17917 still is. So maybe it should be removed.
17918 (vc-head-version, vc-find-binary): Remove.
17919 (vc-recompute-state): Move from vc-hooks.el.
17920 (vc-next-action-on-file): Add a `simple' argument to allow
17921 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17922 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17923 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17924 (vc-dired-mode-map): Properly defvar it.
17925 (vc-print-log): Call log-view-mode if available.
17926 (small-temporary-file-directory): defvar instead of use boundp.
17927 (vc-merge-news): Moved to vc-cvs.el.
17928 (vc-default-merge-news): New function.
17929
17930 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17931 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17932 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17933 unknown `vc-latest-version' function. It should probably refer to
17934 vc-workfile-version or somesuch, but it's very unclear to me and I
17935 don't have SCCS to test things.
17936
17937 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17938 (vc-sccs-state-heuristic): Fix typo.
17939 (vc-sccs-workfile-unchanged-p): Add missing argument.
17940
17941 * vc-rcs.el: Require vc and vc-rcs-hooks.
17942 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17943 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17944 (vc-release-greater-or-equal-p): Move from vc.
17945 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17946 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17947 (vc-rcs-checkout): Add a missing `new-version' argument in the
17948 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
17949
17950 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17951 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17952 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17953 than the apparently unbound `workfile-version'.
17954
17955 * vc-hooks.el (vc-master-templates): Def the obsolete var.
17956 (vc-file-prop-obarray): Use `make-vector'.
17957 (vc-backend-functions): Add new hookable functions
17958 vc-toggle-read-only, vc-record-rename and vc-merge-news.
17959 (vc-loadup): If neither backend nor default functions exist, use
17960 the backend function rather than nil.
17961 (vc-call-backend): If the function if not bound yet, try to load
17962 the non-hook file to see if it provides it.
17963 (vc-call): New macro plus use it wherever possible.
17964 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17965 nor `vc-find-binary' since it's only called from
17966 vc-mistrust-permission which is only used once the backend is known.
17967 (vc-checkout-model): Fix parenthesis.
17968 (vc-recompute-state, vc-prefix-map): Move to vc.el.
17969
17970 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17971 (vc-cvs-release, vc-cvs-system-release): Remove.
17972 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17973 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17974 status symbols.
17975 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17976 (vc-cvs-toggle-read-only): First cut at a function to allow a
17977 cvs-status-free vc-toggle-read-only.
17978 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17979 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17980 vc-cvs-status. Also set vc-state rather than vc-locking-user.
17981 (vc-cvs-checkout): Modify access rights directly if the user
17982 requested not to use `cvs edit'. And refresh the mode line.
17983
17984 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17985 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17986
17987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17988
17989 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
17990 workfile' that got lost when the code was extracted from vc.el.
17991 And merged the tail with the rest of the code (not possible in the
17992 old vc.el where the tail was shared among all backends). And
17993 explicitly set the state to 'edited if `writable' is set.
17994
17995 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17996 (vc-cvs-state): Be careful to return the value from
17997 vc-cvs-parse-state.
17998 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
17999 property but return it instead. Also be careful to handle a nil
18000 or "" `rev' when workfile is non-nil (it was handled properly when
18001 workfile was nil).
18002
18003 * vc.el: Removed those pesky unnecessary `(function' quotes.
18004 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18005 directly in the defvar.
18006 (vc-do-command): Bind inhibit-read-only so as to properly handle
18007 the case where the destination buffer has been made read-only.
18008 (vc-diff): Delegate to vc-version-diff in all cases.
18009 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18010 (vc-annotate-mode-variables): Removed (code moved partly to
18011 defvars and partly to vc-annotate-add-menu).
18012 (vc-annotate-mode): Turned into a derived-mode.
18013 (vc-annotate-add-menu): Moved in code in
18014 vc-annotate-mode-variables.
18015 (vc-update-change-log): Use make-temp-file if available.
18016
18017 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18018
18019 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18020 `vc-checkout-model' updated to `vc-cvs-update-model'.
18021
18022 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18023
18024 * vc.el (vc-next-action-on-file): Added handling of state
18025 `unlocked-changes'.
18026 (vc-checkout-carefully): Is now practically obsolete, unless the
18027 above is too slow to be enabled unconditionally.
18028 (vc-update-change-log): Fixed typo.
18029
18030 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18031
18032 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18033 Now handles state `unlocked-changes'.
18034 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18035
18036 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18037
18038 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18039 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18040 `unlocked-changes'.
18041 (vc-rcs-workfile-unchanged-p): Renamed from
18042 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18043 function yet, but supposed to become one soon.
18044
18045 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18046 `vc-steal-lock'.
18047 (vc-call-backend): Changed error message.
18048 (vc-state): Added description of state `unlocked-changes'.
18049
18050 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18051
18052 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18053 always return t in CVS-controlled directories.
18054
18055 * vc.el (vc-responsible-backend): New function.
18056 (vc-register): Largely rewritten.
18057 (vc-admin): Removed (implementation moved into vc-register).
18058 (vc-checkin): Redocumented.
18059 (vc-finish-logentry): If no backend defined yet (because we are in
18060 the process of registering), use the responsible backend.
18061
18062 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18063 Updated function lists.
18064 (vc-call-backend): Fixed typo.
18065
18066 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18067 New functions.
18068 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18069 Removed query option. Redocumented.
18070
18071 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18072
18073 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18074
18075 * vc.el: Updated callers of `vc-checkout-required' to use
18076 `vc-checkout-model'.
18077
18078 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18079
18080 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18081 stuff updated to reference this function instead of the old
18082 `vc-backend-release-p'.
18083
18084 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18085
18086 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18087 vc-checkout-model. Return appropriate values. Updated callers.
18088
18089 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18090
18091 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18092 (vc-backend-revert): Function moved into `vc-revert';
18093 `vc-next-action' must be updated to accomodate this change.
18094 (vc-backend-steal): Function moved into `vc-finish-steal'.
18095 (vc-backend-logentry-check): Function moved into
18096 `vc-finish-logentry'.
18097 (vc-backend-printlog): Function moved into `vc-print-log'.
18098 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18099 (vc-backend-assign-name): Function moved into
18100 `vc-create-snapshot'.
18101
18102 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18103
18104 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18105 Rename to vc-checkout-model. Return appropriate values.
18106 Update callers.
18107
18108 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18109 to vc-checkout-model.
18110 (vc-checkout-required): Rename to vc-checkout-model.
18111 Re-implement and re-comment.
18112 (vc-after-save): Use vc-checkout-model.
18113
18114 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18115
18116 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18117 Update to use the vc-BACKEND-diff functions instead.
18118 `vc-diff' is now working.
18119
18120 * vc-rcs.el (vc-rcs-logentry-check): New function.
18121
18122 * vc-cvs.el (vc-cvs-logentry-check): New function.
18123
18124 * vc-sccs.el (vc-sccs-diff): Function changed name from
18125 `vc-backend-diff'. This makes `vc-diff' work.
18126
18127 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18128 of functions possibly implemented in a vc-BACKEND library.
18129 (vc-checkout-required): Fix bug that caused an error to be
18130 signaled during `vc-after-save'.
18131
18132 * vc.el: Fix typo.
18133 This checkin is made with our new VC code base for the very first time.
18134 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18135
18136 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18137 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18138
18139 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18140 updated to `vc-uses-locking'.
18141 (vc-checkout-required): Call to backend function.
18142 `vc-checkout-required' updated to `vc-uses-locking' instead.
18143
18144 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18145 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18146
18147 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18148 to match the split into various backends.
18149 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18150 (vc-retrieve-snapshot): Bug fix.
18151
18152 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18153
18154 * vc-sccs.el (vc-sccs-release): Doc fix.
18155
18156 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18157
18158 * vc.el (vc-next-action-on-file): Bug found and fixed.
18159 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18160 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18161
18162 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18163 (vc-rcs-checkout): Name space cleaned up. No more revision number
18164 crunching function names that are not prefixed with vc-rcs.
18165 (vc-rcs-checkout-model): Function added. References to
18166 `vc-checkout-model' replaced.
18167
18168 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18169
18170 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18171 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18172 still need to be split, and implemented for RCS).
18173
18174 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18175
18176 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18177
18178 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18179 required by the vc.el file.
18180
18181 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18182 required by the vc.el file.
18183 (vc-rcs-exists): Function added.
18184
18185 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18186 required by the vc.el file.
18187
18188 * vc.el (vc-admin): Updated to handle selection of appropriate
18189 backend. Current implementation is crufty and need re-thinking.
18190
18191 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18192
18193 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18194
18195 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18196 beginning of annotate buffers correctly.
18197
18198 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18199 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18200 functionality updated quite a lot to support multiple backends.
18201 Variables `vc-annotate-mode', `vc-annotate-buffers',
18202 `vc-annotate-backend' added.
18203
18204 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18205 `vc-annotate-difference' added to supported backend functions.
18206
18207 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18208
18209 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18210 Use with-temp-file instead of /bin/sh. Merged from mainline
18211
18212 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18213
18214 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18215
18216 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18217
18218 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18219
18220 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18221
18222 * vc-hooks.el: vc-state-heuristic added to
18223 vc-backend-hook-functions.
18224
18225 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18226
18227 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18228
18229 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18230 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18231 state to `reserved'.
18232
18233 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18234 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18235
18236 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18237
18238 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18239 untouched.
18240
18241 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18242
18243 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18244 if defined. (Merged from main line, slightly adapted.)
18245
18246 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18247 millenium problem (merged from mainline).
18248
18249 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18250
18251 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18252 part and moved the non-BACKEND stuff to vc.el.
18253
18254 * vc.el: Split the annotate feature into a BACKEND specific part
18255 and moved it from the vc-cvs.el file to this one.
18256
18257 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18258
18259 * vc-hooks.el: Implement new state model.
18260 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18261 (vc-locking-user): Simplify. Now only needed if the file is
18262 locked by somebody else.
18263 (vc-lock-from-permissions): Remove. Functionality is in
18264 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18265 (vc-mode-line-string): New name for former vc-status. Adapted.
18266 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18267
18268 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18269 Various simplifications and adaptations all over the place.
18270
18271 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18272 Simplify and adapt the rest.
18273
18274 * vc.el (vc-resynch-window): Add TODO comment: check for
18275 interaction with view mode according to recent RCS change.
18276 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18277
18278 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18279
18280 * vc.el: Convert the remaining function comments to docstrings.
18281
18282 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18283
18284 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18285 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18286 (vc-minor-part, vc-previous-version): Functions that operate and
18287 compare revision numbers got proper documentation. Comments added
18288 about their possible removal.
18289
18290 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18291
18292 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18293 the vc-backend.el files.
18294
18295 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18296
18297 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18298 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18299 (vc-rcs-previous-version): Functions added.
18300
18301 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18302
18303 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18304
18305 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18306
18307 * vc-hooks.el (vc-master-templates): Is really obsolete.
18308 Comment out the definition for now. What is the right procedure
18309 to get rid of it?
18310 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18311 rewritten.
18312 (vc-default-registered): Remove.
18313 (vc-check-master-templates): New function; does mostly what the
18314 above did before.
18315 (vc-locking-user): Don't rely on the backend to set the property.
18316
18317 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18318 Rewrite documentation.
18319 (vc-rcs-templates-grabbed): New variable.
18320 (vc-rcs-grab-templates): New function.
18321 (vc-rcs-registered): Rewrite to use above mechanism.
18322
18323 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18324 Rewrite documentation.
18325 (vc-sccs-templates-grabbed): New variable.
18326 (vc-sccs-grab-templates): New function.
18327 (vc-sccs-registered): Rewrite to use above mechanism.
18328 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18329 Don't throw the result, simply return it.
18330
18331 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18332 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18333 (vc-cvs-registered): Does the check itself now. Simplify.
18334
18335 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18336 from main line.
18337
18338 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18339
18340 * vc-cvs.el (vc-cvs-diff): New function.
18341
18342 * vc-sccs.el (vc-sccs-diff): New function.
18343
18344 * vc-rcs.el (vc-rcs-diff): New function.
18345 (vc-rcs-checkout): Bug (typo) found and fixed.
18346 (vc-rcs-register-switches): New variable.
18347
18348 * vc.el (vc-backend-diff): Function removed and placed in the
18349 backend files.
18350
18351 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18352
18353 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18354
18355 * vc.el (vc-backend-checkout): Function removed and replaced in
18356 the vc-backend.el files.
18357
18358 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18359
18360 * vc.el (vc-backend-admin): Removed and replaced in the
18361 vc-backend.el files.
18362
18363 * vc.el (Martin): Removed all the annotate functionality since it
18364 is CVS backend specific.
18365
18366 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18367
18368 * spec.txt: Added specification of vc-state.
18369
18370 * vc-sccs-hooks.el (vc-sccs-master-properties):
18371 Remove handling of vc-latest-version and
18372 vc-your-latest-version. What used to be vc-latest-version, is now
18373 returned as vc-workfile-version.
18374 (vc-sccs-workfile-version): Adapt.
18375
18376 2000-09-04 Dave Love <fx@gnu.org>
18377
18378 * vc.el: [Merged from mainline.]
18379 (vc-dired-mode): Make the dired-move-to-filename-regexp
18380 regexp match the date, to avoid treating date as file size.
18381 Add YYYY S option to WESTERN/
18382
18383 2000-09-04 Dave Love <fx@gnu.org>
18384
18385 * vc.el: Require `compile' when compiling.
18386 (vc-logentry-check-hook): New option.
18387 (vc-steal-lock): Use compose-mail.
18388 (vc-dired-mode-map): Defvar when compiling.
18389 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18390 vc-sccs.el and renamed. Callers changed.
18391 (vc-backend-checkout, vc-backend-logentry-check)
18392 (vc-backend-merge-news): Doc fix.
18393 (vc-default-logentry-check): New function.
18394 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18395 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18396 (vc-backend-merge): Doc fix. Use backend functions.
18397 (vc-check-headers): Use backend functions.
18398
18399 * vc-cvs.el: Require vc when compiling.
18400 (vc-cvs-register-switches): Doc fix.
18401 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18402 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18403 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18404 New functions (code from vc.el).
18405 (vc-annotate-display-default): Fix interactive spec.
18406 (vc-annotate-time-span): Doc fix.
18407
18408 * vc-rcs.el: Require vc when compiling.
18409 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18410 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18411 (vc-rcs-checkin): New functions (code from vc.el).
18412 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18413 Doc fix.
18414 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18415
18416 * vc-sccs.el: Require vc when compiling.
18417 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18418 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18419 (vc-sccs-revert)
18420 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18421 from vc.el).
18422 (vc-sccs-add-triple, vc-sccs-record-rename)
18423 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18424 (vc-sccs-admin): Doc fix.
18425
18426 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18427
18428 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18429 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18430 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18431 from vc.el.
18432
18433 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18434
18435 * vc-cvs.el: Moved the annotate functionality from vc.el.
18436 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18437
18438 2000-09-04 Dave Love <fx@gnu.org>
18439
18440 * vc.el (vc-backend-release): Call vc-system-release.
18441
18442 * vc-sccs.el (vc-sccs-system-release):
18443 Renamed from vc-sccs-backend-release.
18444
18445 * vc-rcs.el (vc-rcs-system-release):
18446 Renamed from vc-rcs-backend-release.
18447
18448 * vc-cvs.el (vc-cvs-system-release):
18449 Renamed from vc-cvs-backend-release.
18450
18451 2000-09-04 Dave Love <fx@gnu.org>
18452
18453 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18454 backend files.
18455 (vc-backend-release): Dispatch to backend functions.
18456 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18457 probably needs attention.]
18458
18459 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18460 (vc-sccs-backend-release): New function.
18461
18462 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18463 (vc-cvs-backend-release): New function.
18464
18465 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18466 Doc fix.
18467 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18468 (vc-default-dired-state-info): New function.
18469 (vc-dired-state-info): Dispatch to backends.
18470 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18471
18472 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18473 from vc.el and renamed.
18474
18475 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18476
18477 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18478 (vc-version-other-window, vc-backend-assign-name): Removed
18479 references to vc-latest-version; sometimes changed into
18480 vc-workfile-version.
18481
18482 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18483 vc-rcs-master-workfile-version.
18484 (vc-rcs-workfile-version): Use the above. Don't call
18485 vc-latest-version (that was unreachable code, anyway).
18486 (vc-rcs-fetch-master-properties): Doc fix.
18487
18488 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18489 (vc-backend-hook-functions): Removed them from this list, too.
18490 (vc-fetch-properties): Removed.
18491 (vc-workfile-version): Doc fix.
18492
18493 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18494 (vc-rcs-workfile-version, vc-rcs-locking-user)
18495 (vc-rcs-uses-locking): Use it.
18496
18497 * vc-hooks.el (vc-consult-rcs-headers):
18498 Moved into vc-rcs-hooks.el, under the name
18499 vc-rcs-consult-headers.
18500
18501 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18502 headers.
18503 (vc-cvs-find-master): Use this name only; correct different
18504 versions of the name.
18505
18506 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18507 New functions.
18508 (vc-sccs-locking-user): Use the latter.
18509
18510 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18511 New functions.
18512
18513 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18514 Moved into both
18515 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18516 functions are implementation details of those two backends.
18517
18518 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18519
18520 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18521 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18522
18523 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18524 (vc-sccs-parse-locks): SCCS-specific code moved here from
18525 vc-hooks.
18526
18527 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18528 code moved here from vc-hooks.
18529
18530 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18531 into back-end specific parts and removed. Callers not updated
18532 yet; because I guess these callers will disappear into back-end
18533 specific files anyway.
18534
18535 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18536
18537 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18538 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18539 `vc-uses-locking'.
18540
18541 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18542 Store yes/no in the property, and return t/nil. Updated all
18543 callers.
18544
18545 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18546 vc-sccs-uses-locking. Don't set property.
18547 (vc-sccs-locking-user): Don't set property.
18548
18549 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18550 vc-cvs-uses-locking. Don't set property here; leave that to
18551 vc-hooks.
18552 (vc-cvs-locking-user): Reflect above change. Streamlined.
18553
18554 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18555 vc-rcs-uses-locking.
18556 (vc-rcs-locking-user): Reflect above change.
18557
18558 2000-09-04 Dave Love <fx@gnu.org>
18559
18560 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18561
18562 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18563
18564 * vc-hooks.el (vc-checkout-model): Punt to backends.
18565
18566 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18567
18568 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18569
18570 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18571 New functions.
18572
18573 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18574 New functions.
18575
18576 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18577 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18578
18579 * vc-hooks.el (vc-default-locking-user): New function.
18580 (vc-locking-user, vc-workfile-version): Punt to backends.
18581
18582 2000-09-04 Dave Love <fx@gnu.org>
18583
18584 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18585 (vc-master-workfile-version): Moved from vc-hooks.
18586
18587 * vc-rcs-hooks.el: Fix duplicate code in last change.
18588
18589 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18590 (vc-rcs-master-templates): Improve :type.
18591 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18592 vc-master-workfile-version): Moved from vc-hooks.
18593
18594 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18595 (vc-sccs-master-templates): Improve :type.
18596 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18597
18598 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18599
18600 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18601 (vc-cvs-master-templates): Improve :type. Use
18602 vc-cvs-find-cvs-master.
18603 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18604 from vc-hooks.
18605 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18606
18607 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18608 Moved to vc-cvs-hooks.
18609
18610 * vc-hooks.el: Add doc strings in various places. Simplify the
18611 minor mode setup.
18612 (vc-handled-backends): New user variable.
18613 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18614 simplification.
18615
18616 2000-09-04 Dave Love <fx@gnu.org>
18617
18618 * vc.el: Some doc fixes for autoloaded and interactive functions.
18619 Fix compilation warnings from ediff stuff.
18620 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18621
18622 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18623
18624 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18625
18626 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18627
18628 2000-09-04 Dave Love <fx@gnu.org>
18629
18630 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18631 New variable.
18632 (vc-make-backend-function, vc-loadup, vc-call-backend)
18633 (vc-backend-defines): New functions.
18634
18635 * vc-hooks.el: Various doc fixes.
18636 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18637 (vc-match-substring): Function removed. Callers changed to use
18638 match-string.
18639 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18640 Simplify.
18641
18642 2000-09-04 Dave Love <fx@gnu.org>
18643
18644 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18645 type.
18646 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18647 (vc-sccs-registered): Doc fix.
18648
18649 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18650 (vc-cvs-registered): Doc fix.
18651
18652 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18653 (vc-rcs-registered): Doc fix.
18654
18655 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18656
18657 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18658
18659 * vc-hooks.el: vc-registered has been renamed
18660 vc-default-registered. Some functions have been moved to the
18661 backend specific files. they all support the
18662 vc-BACKEND-registered functions.
18663
18664 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18665
18666 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18667
18668 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18669
18670 2000-09-04 Dave Love <fx@gnu.org>
18671
18672 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18673 menu-bar-update-hook.
18674
18675 * help.el (help-manyarg-func-alist): Add
18676 find-operation-coding-system.
18677
18678 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18679
18680 * custom.el (custom-set-variables): Print message about errors in
18681 setting.
18682
18683 2000-09-03 Andrew Innes <andrewi@gnu.org>
18684
18685 * makefile.w32-in: Change to DOS line endings.
18686
18687 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18688
18689 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18690 minor-mode keymaps, if they don't have one.
18691
18692 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18693
18694 * eshell/esh-module.el (eval-when-compile): Don't lose if
18695 esh-module.el's file name is truncated to DOS 8+3 limits.
18696
18697 2000-09-01 John Wiegley <johnw@gnu.org>
18698
18699 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18700 predicate, which caused entries in the completion list to be
18701 doubled.
18702
18703 2000-08-30 John Wiegley <johnw@gnu.org>
18704
18705 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18706 sending to subprocesses. Also, hook pre-command-hook if
18707 `eshell-send-direct-to-subprocesses' is non-nil.
18708 (eshell-send-direct-to-subprocesses): New config variable. If t,
18709 subprocess input is send immediately.
18710 (eshell-toggle-direct-send): New function.
18711 (eshell-self-insert-command): New function.
18712 (eshell-intercept-commands): New function.
18713 (eshell-send-input): If direct subprocess sending is enabled,
18714 don't echo any input to the Eshell buffer. Let the subprocess
18715 handle that. This requires "stty echo" in bash, for example.
18716
18717 2000-08-28 John Wiegley <johnw@gnu.org>
18718
18719 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18720 completion function for Eshell's implementation of `unset'.
18721
18722 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18723
18724 * info.el (Info-directory-list): Doc fix.
18725
18726 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18727
18728 * filecache.el (file-cache-add-directory-using-find): Don't quote
18729 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18730
18731 2000-08-31 Kenichi Handa <handa@etl.go.jp>
18732
18733 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18734 coding systems.
18735
18736 2000-08-30 Andrew Innes <andrewi@gnu.org>
18737
18738 * timer.el (run-with-idle-timer): Undo last change, so that timer
18739 is not activated immediately if Emacs is already idle. Some
18740 existing code relies on this behaviour.
18741
18742 2000-08-30 Miles Bader <miles@gnu.org>
18743
18744 * frame.el (set-frame-font): Do completion of font-name for
18745 interactive use.
18746
18747 2000-08-30 Kenichi Handa <handa@etl.go.jp>
18748
18749 * international/quail.el (quail-start-translation): Bind locally
18750 last-command-event, last-command, and this-command.
18751 (quail-start-conversion): Likewise.
18752 (quail-self-insert-command): Fix docstring.
18753
18754 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18755
18756 * progmodes/executable.el
18757 (executable-make-buffer-file-executable-if-script-p): Check that
18758 buffer contains at least 2 characters.
18759
18760 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18761
18762 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18763
18764 2000-08-29 Dave Love <fx@gnu.org>
18765
18766 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18767 (diff-mode-shared-map): Bind mouse-2.
18768 (diff-imenu-generic-expression): New variable.
18769 (diff-mode): Use it.
18770
18771 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18772 (mouse-popup-menubar): Add minor mode menus.
18773 (popup-menu): Check for lookup-key returning number.
18774
18775 2000-08-29 Miles Bader <miles@gnu.org>
18776
18777 * comint.el (comint-send-input): Create overlays using the proper
18778 front/read-advance arguments.
18779
18780 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18781
18782 * ps-print.el: Even/odd pages printing. Doc fix.
18783 (ps-print-version): New version number (6.0).
18784 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18785 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18786 (ps-print-duplex-feature): Variable eliminated.
18787 (ps-even-or-odd-pages): New variable.
18788
18789 * progmodes/ebnf2ps.el: Doc fix.
18790 (ebnf-version): New version (3.3).
18791 (ebnf-user-arrow): Change variable customization to sexp.
18792 (ebnf-user-arrow): Function eliminated.
18793 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18794
18795 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18796
18797 * help.el (help-xref-mule-regexp): New variable.
18798 (help-make-xrefs): Handle help-xref-mule-regexp.
18799
18800 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18801 variable.
18802 (describe-input-method): Temporarily activate the specfied input
18803 method to display the information.
18804 (describe-language-environment): Hyperlinks to mule related items.
18805
18806 * international/mule-diag.el (charset-multibyte-form-string): New
18807 function.
18808 (list-character-sets-1): Use charset-multibyte-form-string.
18809 (describe-character-set): New function.
18810 (describe-coding-system): Hyperlinks to safe character sets.
18811
18812 * international/quail.el (quail-help): New arg PACKAGE.
18813 Hyperlinks to mule related items.
18814 (quail-help-insert-keymap-description): Use
18815 substitute-command-keys instead of describe-bindings.
18816 (quail-translation-help): Hyperlinks to mule related items.
18817
18818 2000-08-28 John Wiegley <johnw@gnu.org>
18819
18820 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18821 have a defsubst call itself. Made `eshell-flatten-list' back into
18822 a function again.
18823
18824 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18825 catch, in case re-centering point at bottom messes up the display.
18826 This happens frequently in Emacs 21, due I believe to variable
18827 line heights.
18828
18829 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18830 to call `find-tag-interactive'.
18831
18832 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18833 the list of remember directories.
18834
18835 2000-08-28 John Wiegley <johnw@gnu.org>
18836
18837 * align.el: Test align-region-separate to see if it's a symbol.
18838
18839 2000-08-28 John Wiegley <johnw@gnu.org>
18840
18841 * eshell/esh-util.el (eshell-flatten-list): Made this function
18842 into a defsubst form. It gets used very frequently, although
18843 calls don't occur all that often.
18844
18845 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18846 examining it.
18847
18848 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18849 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18850 `eshell-protect'.
18851 (eshell-copy-handles): Created a new macro for duplicating the
18852 current set of open handles. This is needed by the looping
18853 functions.
18854 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18855 is not incorrectly stomped on.
18856
18857 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18858 declaration for pcomplete-use-paring.
18859 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18860 value of eshell-cmpl-use-paring.
18861 * pcomplete.el (pcomplete-use-paring): New config variable, to
18862 indicate whether paring should be used.
18863 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18864 completion alternatives that have already been used.
18865
18866 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18867 bound to C-c C-y, which will repeat the previous N arguments
18868 (based on prefix argument).
18869 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18870
18871 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18872 if there is no *Help* buffer. This is for XEmacs, which renames
18873 its help buffers uniquely. TODO: Find out what the current buffer
18874 name to delete is.
18875
18876 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18877 first entry that correlates to a passwd/group number. Later
18878 entries (used for group/user name aliasing to multiple IDs) are
18879 ignored.
18880
18881 * eshell/em-xtra.el (eshell/expr):
18882 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18883 (eshell-grep, eshell/diff, eshell/locate):
18884 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18885 argument list, before passing it to the system command.
18886
18887 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18888 `find-tag' for use at final position in Eshell buffers (which
18889 otherwise triggers an error on Emacs 21).
18890 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18891 buffer, if it is currently bound to `find-tag'.
18892
18893 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18894 in the list of matched Makefile names.
18895 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18896 directory, prefer its contents to Makefile.
18897
18898 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18899 directory parts (like "cd old new", or "cd =regexp"), are now case
18900 sensitive on non-Windows/DOS platforms.
18901
18902 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18903 types RET after an open delimiter (like "), display a message
18904 indicating that Eshell is waiting for the closing delimiter.
18905
18906 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18907 environment variables.
18908
18909 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18910 gracefully if the user enters incorrect arguments.
18911
18912 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18913 Eshell buffers.
18914
18915 * eshell/esh-var.el (eshell-interpolate-variable):
18916 * eshell/esh-mode.el (eshell-move-argument):
18917 * eshell/em-unix.el (eshell-du-sum-directory):
18918 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18919 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18920 (not (= ...)).
18921
18922 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18923 to ensure the `preserve' flag gets propagated when doing recursive
18924 directory copies.
18925
18926 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
18927
18928 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18929 Don't convert \n into \0177 in memory.
18930 (eshell-read-history, eshell-write-history): Convert \n to \0177,
18931 and back again, when reading and writing.
18932
18933 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
18934
18935 * eshell/esh-util.el (eshell-processp): Added to relieve constant
18936 testing of `fboundp' on `processp'.
18937
18938 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18939 (eshell/jobs): Don't call process-list if it is not bound.
18940 (eshell-gather-process-output): Support systems where async
18941 subprocesses aren't supported.
18942 (eshell-scratch-buffer, eshell-last-sync-output-start): New
18943 variables.
18944
18945 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18946 eshell-do-eval returns t.
18947 (eshell-do-pipelines-synchronously): New defmacro.
18948 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18949 when async subprocesses aren't supported.
18950 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
18951 if async subprocesses aren't supported.
18952 (eshell-resume-command): Don't assume STATUS is a string.
18953
18954 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18955
18956 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18957 (eshell-close-target, eshell-get-target): Use eshell-processp.
18958 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18959 fix.
18960 (eshell-get-target, eshell-create-handles): Doc fix.
18961
18962 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
18963
18964 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18965 criterion to include commands that output something, as long as it
18966 leaves both the command and the end-of-buffer visible when the
18967 command has exited.
18968 (eshell-review-quick-commands): Adjust the help doc string
18969 accordingly.
18970
18971 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18972
18973 * locate.el (locate): Cleaned up locate command's interactive prompting
18974 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18975
18976 * filecache.el (file-cache-case-fold-search): New variable
18977 (file-cache-assoc-function): New variable
18978 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18979 Use file-cache-case-fold-search variable
18980 (file-cache-add-file): Use file-cache-assoc-function
18981 (file-cache-delete-file): likewise
18982 (file-cache-directory-name): likewise
18983 (file-cache-debug-read-from-minibuffer): likewise
18984
18985 2000-08-28 Gerd Moellmann <gerd@gnu.org>
18986
18987 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18988 (abbrev-table-name): New function.
18989 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18990 If non-nil list local abbrev, only.
18991
18992 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
18993
18994 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18995 from Gnus support code, and use special article copy buffer
18996 `(gnus-original-article-buffer)' instead. This allows to get rid
18997 of article-hide-headers usage (which breaks in the latest Gnus
18998 version). Thanks to Detlev Zundel.
18999
19000 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19001
19002 * international/quail.el (quail-use-package): Hide "... loaded"
19003 message.
19004 (quail-start-translation, quail-start-conversion): Likewise.
19005
19006 * international/kkc.el (kkc-region): Hide "... loaded" message.
19007
19008 2000-08-27 Dave Love <fx@gnu.org>
19009
19010 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19011
19012 2000-08-27 Miles Bader <miles@gnu.org>
19013
19014 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19015
19016 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19017
19018 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19019 'ja-dic-cnv), not (require 'skkdic-cnv).
19020
19021 2000-08-26 Miles Bader <miles@gnu.org>
19022
19023 * faces.el (face-x-resources): Add entry for :inherit.
19024 * cus-face.el (custom-face-attributes): Add support for :inherit
19025 attribute. Add support for relative face heights.
19026 (custom-face-attributes-get): Treat `nil' as being a default value
19027 for :inherit (as well as `unspecified').
19028
19029 * faces.el (set-face-attribute): Update doc string.
19030 (face-attribute-name-alist): Add :inherit.
19031 (face-valid-attribute-values): Handle :inherit.
19032 (face-read-string): Rephrase prompt to be less confusing.
19033 Assume that DEFAULT is a string, since we must return a string.
19034 (face-read-integer): Use `format' to turn DEFAULT into an
19035 acceptable default for face-read-string. Match NEW-VALUE against
19036 the string "unspecified", not the symbol `unspecified', since
19037 that's what face-read-string returns.
19038 (read-face-attribute): Lookup a name for old-value in valid, and
19039 use it as a default if we find one. Treat all values from
19040 face-read-string as strings. If the default is used, don't do any
19041 more processing on the value, just use the old value directly.
19042 (read-face-and-attribute, modify-face): Tweak prompt.
19043 (read-face-name): Don't assume prompt ends with a space.
19044
19045 * faces.el (describe-face): Add support for :inherit attribute.
19046
19047 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19048
19049 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19050 concat doesn't accept interger.
19051
19052 * international/kkc.el: Remove SKK from Keywords. Require
19053 ja-dic-utl instead of skkdic-utl.
19054
19055 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19056 Provide ja-dic-cnv instead of skkdic-cnv.
19057 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19058 (iso-2022-7bit-short): Add safe-charsets property.
19059 (skkdic-convert-postfix): Search Japanese chou-on character in
19060 addition to Hiragana character.
19061 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19062 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19063 (batch-skkdic-convert): Likewise.
19064
19065 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19066 Provide ja-dic-utl instead of skkdic-utl.
19067 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19068
19069 2000-08-24 Dave Love <fx@gnu.org>
19070
19071 * disp-table.el (standard-display-default): Make the test of `l'
19072 useful.
19073
19074 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19075 mod sample text.
19076
19077 * international/iso-ascii.el: Make pilcrow convenient string
19078 consistent with section.
19079 (iso-ascii-display): Set up multibyte characters as well as
19080 unibyte.
19081
19082 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19083
19084 * international/mule-cmds.el (reset-language-environment): Set
19085 default-process-coding-system to '(undecided . iso-latin-1), which
19086 makes process I/O almost consistent with file I/O. Call this
19087 function when mule-cmds.el[c] is loaded.
19088
19089 2000-08-22 Andrew Innes <andrewi@gnu.org>
19090
19091 * makefile.w32-in: New file.
19092
19093 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19094
19095 * comint.el (comint-output-filter): Compare end of
19096 comint-last-output-overlay with the start of the newly inserted
19097 text, not the end, when deciding whether to extend it.
19098 Set saved-point's insertion type to advance after insertion.
19099
19100 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19101 since this is now done independently of font-lock mode.
19102
19103 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19104
19105 * server.el (server-kill-new-buffers): New user option.
19106 (server-existing-buffer): New buffer-local variable.
19107 (server-visit-files): When using an existing buffer, set
19108 server-existing-buffer to t.
19109 (server-buffer-done): If server-kill-new-buffers is t, kill the
19110 buffer, unless it was already present before visiting it with
19111 Emacs server.
19112
19113 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19114
19115 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19116 even if the display doesn't support colors: some displays will
19117 support bold/underline faces.
19118
19119 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19120
19121 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19122
19123 * startup.el (command-line): If user's init file had an error,
19124 add explanatory text to *Messages*.
19125
19126 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19127
19128 * man.el (Man-getpage-in-background): Decode the process output by
19129 the system locale coding system.
19130
19131 2000-08-20 Dave Love <fx@gnu.org>
19132
19133 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19134 Don't test x-popup-menu.
19135 (function) <complete-function>: Complete only fbound symbols.
19136 <validate, value>: New.
19137 (variable) <complete-function>: Complete only bound symbols.
19138 (coding-system): Add :base-only, :complete-function, :validate,
19139 :value, :prompt-match.
19140 (widget-coding-system-prompt-value): Use read-coding-system and
19141 act on :base-only.
19142 (editable-field): Add :help-echo.
19143 (widget-push-button-gui, widget-push-button-cache)
19144 (widget-gui-action, widget-editable-list-gui): COmment out, along
19145 with uses.
19146 (widget-at): Make arg optional.
19147 (widget-echo-help): Adjust for current help-echo calling sequence.
19148 (widget-specify-field, widget-specify-button)
19149 (widget-specify-insert, widget-get-sibling, widget-image-find)
19150 (widget-convert, widget-insert, widget-leave-text)
19151 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19152 (widget-setup, widget-field-find, widget-before-change)
19153 (widget-after-change, widget-default-complete)
19154 (widget-default-create, widget-default-delete)
19155 (widget-push-button-value-create, editable-field)
19156 (widget-field-prompt-value, widget-field-validate)
19157 (widget-choice-value-create, widget-choice-action)
19158 (widget-choice-validate, widget-checklist-add-item)
19159 (widget-radio-add-item, widget-radio-chosen)
19160 (widget-radio-value-inline, widget-editable-list-value-create)
19161 (widget-editable-list-entry-create)
19162 (widget-documentation-link-add)
19163 (widget-documentation-string-value-create)
19164 (widget-regexp-validate, widget-file-complete)
19165 (widget-sexp-validate, widget-plist-convert-widget)
19166 (widget-plist-convert-widget, widget-alist-convert-widget)
19167 (widget-alist-convert-widget, widget-color-complete): Simplify,
19168 particularly to avoid bindings which aren't optimized out.
19169
19170 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19171 Doc fix.
19172 (down-list, backward-up-list, up-list, kill-sexp)
19173 (backward-kill-sexp, mark-sexp): Make arg optional.
19174 (lisp-complete-symbol): Add optional arg PREDICATE.
19175
19176 * cus-start.el: Add display-buffer-reuse-frames,
19177 file-coding-system-alist.
19178
19179 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19180
19181 * startup.el (command-line): Clear realized faces after
19182 modifying TTY color mappings.
19183
19184 2000-08-20 Miles Bader <miles@gnu.org>
19185
19186 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19187 merely a subset of FACE's attributes.
19188
19189 2000-08-19 Miles Bader <miles@gnu.org>
19190
19191 * comint.el (comint-output-filter): Save the point with a marker,
19192 not just a buffer position.
19193
19194 * international/mule.el (set-buffer-process-coding-system): Make
19195 interactive prompt less confusing.
19196
19197 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19198
19199 * hilit-chg.el: General cleanup of doc strings, comments and
19200 code formatting.
19201
19202 2000-08-19 Miles Bader <miles@gnu.org>
19203
19204 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19205 Compiler macro removed; beginning-of-line is no longer always
19206 equivalent to forward-line, in the presence of fields.
19207
19208 * comint.el (comint-output-filter): Remove ad-hoc saving of
19209 restriction, and just use save-restriction, now that it works
19210 correctly. Don't adjust comint-last-input-start to account for
19211 our insertion; it shouldn't have moved because we don't use
19212 insert-before-markers anymore. Comment out call to
19213 `force-mode-line-update'; why is it here?
19214
19215 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19216 while checking for prompt to delete. Use `forward-line 0'
19217 instead of beginning-of-line.
19218 (gud-filter): Temporarily widen gud comint buffer while
19219 examining output.
19220
19221 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19222
19223 * progmodes/sh-script.el: Big bag of typos.
19224
19225 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19226 check since ispell-process is not bound when ispell is not yet loaded.
19227
19228 2000-08-18 Dave Love <fx@gnu.org>
19229
19230 * image.el (find-image): Copy `spec' before using plist-put.
19231
19232 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19233
19234 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19235 `portugues'.
19236
19237 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19238 backward-kill-sexp, analogous to kill-sexp.
19239
19240 * progmodes/icon.el (icon-indent-line)
19241 (icon-is-continuation-line): Handle comments specially.
19242
19243 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19244
19245 * ispell.el: Set to standard author/maintainer/keyword fields.
19246 Fine tuning to menu map appearance and operation, and added help.
19247 Remove `start' and `end' error messages when compiling.
19248 (ispell-choices-win-default-height): Fixed comment string.
19249 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19250 castellano8 dictionaries.
19251 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19252 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19253 dictionary, added italiano dictionary.
19254 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19255 word character
19256 (ispell-tex-skip-alists): Added psfig support.
19257 (ispell-skip-html): Renamed from ispell-skip-sgml.
19258 (ispell-begin-skip-region-regexp, ispell-skip-region)
19259 (ispell-minor-check): Improved html skipping support to skip across
19260 code, and recognize `&' commands without propper `;' syntax;
19261 (ispell-process-line): Fix alignment error when manually
19262 correcting spelling.
19263 (ispell): Fix comment string.
19264 (ispell-add-per-file-word-list): Always put word list on new line.
19265
19266 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19267
19268 * format.el (format-encode-run-method): Fix error message to say
19269 `encode' instead of `decode'. Use save-window-excursion around
19270 shell-command-on-region as in format-decode-run-method because
19271 shell-command-on-region can display a buffer with error output.
19272 (format-decode): Don't record undo information for the decoding.
19273 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19274 that number part of the temporary buffer name so that more than
19275 one decoding using a temporary buffer can happen safely.
19276
19277 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19278 of `A-z' in the regexp.
19279
19280 * hilit-chg.el: Fix typos in commentary.
19281
19282 * help.el (view-emacs-news): Rewritten for new naming scheme
19283 for old NEWS files.
19284
19285 * startup.el (command-line): Pop to *Messages* in case an error
19286 is signaled while loading user-init-file.
19287
19288 2000-08-17 Andreas Schwab <schwab@suse.de>
19289
19290 * files.el (insert-directory): Don't lose original file name,
19291 undoing an undocumented change.
19292
19293 2000-08-17 Alex Schroeder <alex@gnu.org>
19294
19295 * sql.el (sql-magic-go): Use comint-bol.
19296 (sql-copy-column): Use comint-line-beginning-position.
19297 (comint-line-beginning-position): Define a replacement for
19298 comint-line-beginning-position if it is not fboundp.
19299
19300 2000-08-17 Alex Schroeder <alex@gnu.org>
19301
19302 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19303 it didn't have any effect anyway.
19304
19305 2000-08-17 Alex Schroeder <alex@gnu.org>
19306
19307 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19308 --pset and pager=off instead of sending \\o|cat at the beginning
19309 of the session.
19310
19311 2000-08-17 Miles Bader <miles@gnu.org>
19312
19313 * progmodes/octave-inf.el: Add compatibility definition of
19314 comint-line-beginning-position.
19315
19316 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19317
19318 * startup.el (normal-top-level): Look in each dir in load-path for
19319 a leim-list.el file too. This assures of loading leim-list.el
19320 that is created at Emacs installation time even if a user have his
19321 own leim-list.el.
19322
19323 2000-08-17 Miles Bader <miles@gnu.org>
19324
19325 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19326 foreground color to black if the background is dark.
19327
19328 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19329
19330 * loadhist.el (unload-feature): Typo.
19331
19332 * finder.el (finder-compile-keywords):
19333 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19334 to the generated file.
19335
19336 * mail/mh-e.el (mh-make-local-vars):
19337 Replace make-variable-buffer-local with make-local-variable.
19338
19339 * play/landmark.el:
19340 * options.el (Edit-options-{set,toggle,t,nil}):
19341 * mail/mailabbrev.el (mail-abbrevs-mode):
19342 * textmodes/tex-mode.el (tex-expand-files):
19343 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19344
19345 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19346
19347 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19348 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19349 Allow going past the last element.
19350 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19351 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19352 (cvs-mouse-toggle-mark): Don't move point.
19353 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19354
19355 * progmodes/compile.el (grep): Provide a default set of files.
19356 (next-error): Docstring fix.
19357 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19358
19359 * emacs-lisp/easy-mmode.el (define-minor-mode):
19360 Use `symbol-value' to keep the byte-compiler quiet.
19361
19362 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19363 (diff-find-source-location): New fun, extracted from diff-goto-source.
19364 (diff-goto-source): Use it.
19365 (diff-next-complex-hunk, diff-filter-lines): New function.
19366 (diff-apply-hunk): New command.
19367
19368 * smerge-mode.el (smerge-mode-menu): Doc fix.
19369
19370 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19371
19372 2000-08-16 Dave Love <fx@gnu.org>
19373
19374 * windmove.el (windmove) <defgroup>: Add :version.
19375
19376 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19377 (goto-address-fontify-p, goto-address-highlight-p)
19378 (goto-address-url-face, goto-address-url-mouse-face)
19379 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19380 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19381 (goto-address-fontify, goto-address-at-mouse): Simplify,
19382 (goto-address-at-point): browse-url-url-at-point,
19383 goto-address-find-address-at-point can return nil.
19384 (goto-address-find-address-at-point): Return nil on failure.
19385
19386 * align.el (align) <defgroup>: Add :version.
19387
19388 * calculator.el (calculator): Add :version.
19389 (calculator): Use two lines for calculator window if `modeline'
19390 face is boxed.
19391
19392 * play/5x5.el: Doc fixes.
19393 (5x5) <defgroup>: Add :version.
19394
19395 * play/fortune.el (fortune) <defgroup>: Add :version.
19396 (fortune-append): Fix error message.
19397 (fortune-from-region): Doc fix.
19398
19399 * play/pong.el (pong): Doc fix.
19400
19401 * play/morse.el: Keywords, commentary, autoloads.
19402
19403 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19404
19405 * desktop.el (desktop-save): Don't look at symbol-value of a
19406 member of minor-mode-alist, unless it is boundp.
19407
19408 2000-08-16 Sam Steingold <sds@gnu.org>
19409
19410 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19411 `while'; use `with-current-buffer' instead of `save-excursion'.
19412 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19413
19414 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19415
19416 * international/ccl.el (declare-ccl-program): Docstring modified.
19417 (ccl-execute-with-args): Likewise.
19418
19419 2000-08-16 Miles Bader <miles@gnu.org>
19420
19421 * progmodes/sql.el: Add compatibility definition of
19422 comint-line-beginning-position.
19423
19424 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19425
19426 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19427 'buffer-menu' property.
19428 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19429 fails.
19430 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19431 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19432 wasn't killed.
19433
19434 * buff-menu.el (list-buffers-noselect): Don't display the
19435 *Buffer List* buffer.
19436
19437 * font-lock.el: Require jit-lock to prevent a very late
19438 `Loading jit-lock' message.
19439
19440 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19441 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19442 mail address.
19443
19444 2000-08-15 Miles Bader <miles@gnu.org>
19445
19446 * textmodes/ispell.el (ispell-graphic-p): New constant.
19447 (ispell-choices-win-default-height, ispell-help): Use
19448 `ispell-graphic-p' instead of `xemacsp'.
19449
19450 2000-08-15 Dave Love <fx@gnu.org>
19451
19452 * simple.el: Autoload widget-convert when compiling.
19453 (mail-user-agent): Doc fix.
19454
19455 * help.el (function-called-at-point, variable-at-point): Use
19456 with-syntax-table.
19457 (help-manyarg-func-alist): Add insert-and-inherit.
19458
19459 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19460
19461 * delsel.el (delsel-unload-hook): New function.
19462
19463 * find-file.el: Doc fixes. Move provide to end.
19464 (ff) <defgroup>: Add :link.
19465 (ff-goto-click): Deleted.
19466 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19467 Use mouse-set-point.
19468
19469 * textmodes/tildify.el: Doc fixes.
19470 (tildify) <defgroup>: Add:version.
19471
19472 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19473 (glasses-custom-set): Use set-default, not set.
19474 (minor-mode-alist): Propertize the lighter.
19475 (glasses-mode): Provide optional arg.
19476
19477 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19478 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19479 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19480 option. Provide :type.
19481 (cwarn-configuration): Provide :type.
19482 (cwarn-mode): Doc fix.
19483
19484 * add-log.el (change-log-merge): Doc fix.
19485 (change-log-redate): New command.
19486
19487 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19488 Doze and Dog.
19489 (browse-url): Use dolist, not mapcar.
19490 (browse-url-at-point): Check for null url.
19491 (browse-url-event-buffer, browse-url-event-point): Functions
19492 deleted.
19493 (browse-url-at-mouse, browse-url-netscape): Simplify.
19494
19495 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19496 modes.
19497 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19498 Fix previous change to mapcan.
19499 (msb--init-file-alist, msb--add-separators)
19500 (msb--make-keymap-menu): Simplify.
19501 (msb--choose-file-menu): Use copy-sequence.
19502 (msb-mode-map): Add title to keymap.
19503 (msb-unload-hook): New function.
19504
19505 * bs.el: Fix indentation.
19506 (bs) <defgroup>: Add :links.
19507 (bs-show): Doc fix.
19508 (bs-apply-sort-faces): Don't use window-system.
19509 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19510
19511 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19512
19513 * calendar/timeclock.el (timeclock-file): Run .timelog through
19514 convert-standard-filename.
19515
19516 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19517
19518 * emacs-lisp/authors.el: New file.
19519
19520 * paren.el (show-paren-priority): New user option.
19521 (show-paren-function): Set overlay priorities to
19522 show-paren-priority.
19523
19524 2000-08-14 Miles Bader <miles@gnu.org>
19525
19526 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19527 beginning-of-line with inhibit-field-text-motion bound.
19528
19529 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19530
19531 * calendar/timeclock.el: New file.
19532
19533 2000-08-14 David Ponce <david@dponce.com>
19534
19535 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19536 `widget-button-click'. so that one can use left mouse button to
19537 click on dialog buttons.
19538
19539 2000-08-14 Emmanuel Briot <briot@gnat.com>
19540
19541 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19542 identifiers, since XML is case sensitive
19543
19544 2000-08-12 Miles Bader <miles@gnu.org>
19545
19546 * comint.el (comint-output-filter): Don't bother frobbing
19547 window-start, it doesn't seem to be necessary.
19548
19549 * comint.el (comint-send-string, comint-send-region): Make into
19550 real functions. Snapshot the prompt before sending.
19551
19552 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19553
19554 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19555 technique similar to Info-index, instead of relying on specific
19556 names of relevant Index nodes.
19557 (Info-goto-emacs-command-node): Bind Info-history to nil when
19558 going to the first node found by Info-find-emacs-command-nodes.
19559
19560 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19561
19562 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19563
19564 2000-08-10 Miles Bader <miles@gnu.org>
19565
19566 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19567
19568 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19569
19570 * info.el (Info-file-list-for-emacs): More elements for the
19571 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19572 and woman manuals.
19573
19574 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19575
19576 * comint.el (comint-send-input): Make the newline boundary overlay
19577 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19578 (comint-output-filter): Use `insert' instead of
19579 `insert-before-markers'. Extend comint-last-output-overlay when
19580 necessary since we can't rely on insert-before-markers to do it.
19581 * gud.el (gud-filter): Use `with-current-buffer' instead of
19582 save-excursion when inserting the output, so that point gets
19583 updated correctly; the old method relied on a rather dodgy
19584 side-effect of comint-output-filter to avoid the effect of
19585 save-excursion.
19586
19587 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19588
19589 * files.el (recover-file): Call insert-directory instead of
19590 invoking `ls' directly.
19591
19592 2000-08-10 Miles Bader <miles@gnu.org>
19593
19594 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19595 (comint-last-prompt-overlay): New variables.
19596 (comint-output-filter): Implement prompt highlighting.
19597 (comint-snapshot-last-prompt): New function.
19598 (comint-send-input): Snapshot the last prompt.
19599 Use comint-highlight-input-face.
19600 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19601 Use defface instead of defcustom.
19602 (send-invisible, comint-send-eof): Snapshot the last prompt.
19603 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19604 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19605
19606 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19607
19608 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19609 (regexp-opt-group): Use a list of chars for `letters'.
19610 (regexp-opt-charset): `chars' is now a list of chars.
19611 Use a char-table rather than a vector so it works for multibyte chars.
19612
19613 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19614 Set cvs-minor-current-files to the selected fileinfo.
19615 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19616 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19617
19618 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19619
19620 * files.el (insert-directory): Don't call access-file on
19621 directories on DOS and Windows.
19622
19623 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19624
19625 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19626 longer if necessary.
19627 (ccl-embed-code): Call ccl-embed-data to store CODE in
19628 ccl-program-vector.
19629
19630 2000-08-09 Miles Bader <miles@gnu.org>
19631
19632 * comint.el (comint-output-filter): Properly handle the case where
19633 the text surrounded by comint-last-output-overlay was deleted.
19634
19635 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19636
19637 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19638 non-nil.
19639 (Info-file-list-for-emacs): Remove "info" from the list because
19640 that leads to trying to use the documentation from file `info'
19641 in various situations where it isn't appropriate, for instance
19642 C-h C-k C-h i.
19643
19644 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19645 DIR and/or STRING are nil.
19646
19647 * progmodes/compile.el (compilation-setup): Make variable
19648 compilation-error-screen-columns buffer-local, as some comment
19649 in the code suggests it should be.
19650
19651 * files.el (auto-mode-interpreter-regexp): New variable.
19652 (set-auto-mode): Use it.
19653
19654 * indent.el (indent-for-tab-command): Doc fix.
19655
19656 * mouse-sel.el (mouse-sel-mode): Doc fix.
19657
19658 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19659 labels.
19660
19661 * help.el (print-help-return-message): When
19662 display-buffer-reuse-frames is set, let the help window been quit,
19663 instead of deleting it, which might delete a reused frame.
19664
19665 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19666
19667 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19668 rename a directory to a name that differs only by its letter case.
19669
19670 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19671
19672 * international/quail.el (quail-define-rules): Handle Quail decode
19673 map correctly. Add code for supporting annotations.
19674 (quail-install-decode-map): New function.
19675 (quail-defrule-internal): New optional arguments decode-map and
19676 props.
19677 (quail-advice): New function.
19678
19679 2000-08-07 Sam Steingold <sds@gnu.org>
19680
19681 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19682 `defconst', `define-condition', `with-slots'.
19683 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19684
19685 2000-08-03 Miles Bader <miles@gnu.org>
19686
19687 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19688 New variable.
19689 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19690 comint-use-prompt-regexp-instead-of-fields.
19691 (comint-send-input): Add `input' field property to stuff we send to
19692 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19693 (comint-output-filter): Add `output' field property to process
19694 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19695 (comint-replace-by-expanded-history)
19696 (comint-get-old-input-default, comint-show-output)
19697 (comint-backward-matching-input, comint-forward-matching-input)
19698 (comint-next-prompt, comint-previous-prompt): Use field
19699 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19700 (comint-line-beginning-position): New function.
19701 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19702 (comint-replace-by-expanded-history-before-point): Use
19703 comint-line-beginning-position and line-end-position.
19704 (comint-last-output-overlay): New variable.
19705 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19706
19707 * shell.el (shell-prompt-pattern): Doc change.
19708 (shell-backward-command): Use line-beginning-position.
19709
19710 * gud.el (gud-gdb-complete-command): Use
19711 comint-line-beginning-position.
19712
19713 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19714 comint-bol doesn't actually go to the beginning of the line.
19715
19716 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19717 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19718 (try-expand-line-all-buffers): Likewise.
19719
19720 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19721 explicitly matching comint-prompt-regexp.
19722 (sql-copy-column): Use comint-line-beginning-position instead of
19723 explicitly matching comint-prompt-regexp.
19724
19725 * progmodes/octave-inf.el (inferior-octave-complete): Use
19726 comint-line-beginning-position.
19727
19728 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19729
19730 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19731 looking for a prompt, use `forward-line 0' instead of
19732 `beginning-of-line', to avoid getting caught by an input field.
19733
19734 2000-08-07 Gerd Moellmann <gerd@gnu.org>
19735
19736 * files.el (shell-quote-wildcard-pattern): Make sure to return
19737 PATTERN, in the Unix case.
19738
19739 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19740
19741 * play/zone.el (zone): Discard any pending input before running
19742 the randomly-chosen pgm.
19743
19744 2000-08-07 Kenichi Handa <handa@etl.go.jp>
19745
19746 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19747 checking the existence of any multibyte characters.
19748
19749 2000-08-06 Gerd Moellmann <gerd@gnu.org>
19750
19751 * help.el (describe-mode): Test minor-mode symbol for being
19752 bound before testing its value for being nil.
19753
19754 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19755 `first', `second', and `third'.
19756
19757 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19758 (second): Make it an alias for `cadr'.
19759
19760 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19761
19762 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19763 types of display support faces now.
19764
19765 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19766
19767 * pcvs.el (require): Require `cl' during compilation, only.
19768
19769 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19770 (toplevel): Remove `remq' and `remove' from autoloads.
19771 (cl-fake-autoloads): New variable. If set, arrange for an error
19772 when CL functions etc. are autoloaded.
19773
19774 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19775
19776 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19777
19778 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19779 popped up, but the user clicks outside the menu, return an empty
19780 regexp (that causes unhighlight-regexp to have no effect).
19781
19782 * menu-bar.el (menu-bar-games-menu): Add Zone.
19783
19784 * hi-lock.el (toplevel): Require font-lock.
19785
19786 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19787
19788 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19789 (ebnf-8-bit-chars): New var for bug fix.
19790 (ebnf-string): Bug fix.
19791
19792 2000-08-03 Sam Steingold <sds@gnu.org>
19793
19794 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19795 instead of `buffer-string'.
19796 (require 'cl): Always, not just when compiling.
19797 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19798 necessary.
19799
19800 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19801
19802 * international/mule-cmds.el (select-safe-coding-system): Make
19803 the message text about selecting a safe coding system more clear.
19804
19805 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19806
19807 * hi-lock.el: New file.
19808
19809 * play/zone.el: New file.
19810
19811 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19812 value of tab-width in the original buffer. Choose a line number
19813 format that's a multiple of the original buffer's tab width, so
19814 that lines appear right.
19815
19816 * textmodes/ispell.el (ispell): New function, replacing an alias.
19817 Spell-check active region if in transient-mark-mode and mark
19818 is active; otherwise spell-check buffer.
19819
19820 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19821
19822 * ps-mule.el: Fix a customization problem on
19823 ps-mule-font-info-database-default.
19824
19825 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19826
19827 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19828 display-mouse-p instead of window-system.
19829 (ebrowse-member-mode-map): Ditto.
19830
19831 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19832
19833 * progmodes/ebnf2ps.el: Update ps-print functions call.
19834 Indentation fix. Doc fix.
19835 (ebnf-version): New version number (3.2).
19836 (ebnf-format-color, ebnf-begin-job): Code fix.
19837
19838 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19839
19840 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19841 font lock support on window-system.
19842 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19843
19844 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19845 display-color-p, if fboundp, instead of window-system.
19846
19847 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19848
19849 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19850 instead of window-system.
19851
19852 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19853 window-system.
19854 (widget-choice-mouse-down-action): Use display-popup-menus-p
19855 instead of window-system.
19856
19857 * strokes.el (strokes-file): Run the file name through
19858 convert-standard-filename.
19859 (strokes-mode): Call display-mouse-p instead of looking at
19860 window-system. Change the error message accordingly.
19861
19862 * progmodes/cpp.el (toplevel): Support faces on tty's.
19863
19864 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19865 (lm-plot-square, lm-init-display): Don't use window-system.
19866
19867 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19868 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19869
19870 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19871 instead of looking at window-system.
19872
19873 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19874
19875 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19876 of testing if iswitchb-prepost-hooks is bound, because the
19877 latter will always be true when invoking a recursive minibuffer
19878 from an active Iswitchb buffer.
19879
19880 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19881
19882 * files.el (shell-quote-wildcard-pattern): New function.
19883 (insert-directory): Call it. Only prepend "\" to command on Unix
19884 and GNU/Linux systems.
19885
19886 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19887
19888 * eshell/esh-groups.el: Change custom :link file names
19889 from `eshell.info' to `eshell'.
19890
19891 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19892
19893 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19894 correctly in recursive ange-ftp listings.
19895
19896 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19897
19898 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19899 ps-header-font-size-internal and
19900 ps-header-title-font-size-internal variables are not set,
19901 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19902 face text property is (foreground-color . COLOR) or
19903 `(background-color . COLOR)', ps-print crashes. Doc fix.
19904 (ps-print-version): New version number (5.2.4).
19905 (ps-plot-region): Code fix.
19906 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19907 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19908 Bug fix 2.
19909
19910 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
19911
19912 * glasses.el (glasses-make-readable): Fix uncapitalization of
19913 identifiers like `myXMLDocument'.
19914
19915 2000-07-28 Karl Fogel <kfogel@red-bean.com>
19916
19917 * mail/mail-hist.el (mail-hist-previous-input)
19918 (mail-hist-next-input): Do the obvious code factorization.
19919 (mail-hist-retrieve-and-insert): New func, contains common
19920 code of above two.
19921 If inserting a message body, leave point at top.
19922
19923 2000-07-28 Sam Steingold <sds@gnu.org>
19924
19925 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19926 Use `<=', not `<' to compare times!
19927 (ange-ftp-ls): Remove.
19928
19929 2000-07-27 Gerd Moellmann <gerd@gnu.org>
19930
19931 * play/cookie1.el: Add explanation of how to make cookie.el
19932 compatible with strfile(1) to comment.
19933
19934 * subr.el (remove, remq): New functions.
19935
19936 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19937 escape `*' in regexps.
19938 (midnight-find): Reverse order of arguments in the funcall of
19939 TEST.
19940
19941 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19942 and `.class'.
19943
19944 * play/meese.el: Add Commentary section.
19945
19946 2000-07-27 Alex Schroeder <alex@gnu.org>
19947
19948 * sql.el (sql-ms): Added autoload cookie.
19949 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19950 (sql-oracle): Ditto.
19951 (sql-help): Doc change.
19952
19953 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19954 types and exceptions.
19955
19956 2000-07-27 Alex Schroeder <alex@gnu.org>
19957
19958 * sql.el (sql-placeholder-history): New variable.
19959 (sql-query-placeholders-and-send): New function that will query
19960 the user and replace placeholders with user input.
19961 (sql-oracle): If running on NT, set comint-input-sender to
19962 sql-query-placeholders-and-send.
19963
19964 (sql-stop): If in the SQLi buffer, insert stop notification, else
19965 present it as a message.
19966
19967 2000-07-27 Alex Schroeder <alex@gnu.org>
19968
19969 * sql.el (sql-input-ring-separator): Doc change.
19970 (sql-input-ring-file-name): Doc change.
19971 (sql-interactive-mode): Use `sql-input-ring-separator' and
19972 `sql-input-ring-file-name' to set the comint-mode equivalents
19973 without making them local variables.
19974 (sql-stop): Don't bind `sql-input-ring-separator' and
19975 `sql-input-ring-file-name' dynamically to their comint-mode
19976 equivalents.
19977
19978 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19979
19980 * international/mule.el (register-char-codings): New function.
19981 (make-coding-system): Handle `safe-chars' specification in the arg
19982 PROPERTY.
19983
19984 * international/mule-cmds.el
19985 (find-coding-systems-region-subset-p): This function deleted.
19986 (sort-coding-systems-predicate): New variable.
19987 (sort-coding-systems): New function.
19988 (find-coding-systems-region): Use
19989 find-coding-systems-region-internal.
19990 (find-coding-systems-string): Use find-coding-systems-region.
19991 (find-coding-systems-for-charsets): Check
19992 char-coding-system-table.
19993 (select-safe-coding-system-accept-default-p): New variable.
19994 (select-safe-coding-system): Mostly rewritten. New argument
19995 ACCEPT-DEFAULT-P.
19996 (select-message-coding-system): Call select-safe-coding-system
19997 with ACCEPT-DEFAULT-P arg.
19998 (reset-language-environment): Reset default-sendmail-coding-system
19999 to the default value iso-latin-1.
20000 (set-language-environment): Don't set the obsolete variable
20001 charset-origin-alist.
20002
20003 * international/codepage.el (cp-coding-system-for-codepage-1):
20004 Give `safe-chars' property to make-coding-system.
20005
20006 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20007 calling select-message-coding-system twice.
20008
20009 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20010 instead of `safe-charsets'.
20011 (cyrillic-alternativnyj): Likewise.
20012 (ccl-encode-alternativnyj): Don't check the charset
20013 cyrillic-iso8859-5.
20014
20015 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20016
20017 * composite.el (compose-chars-after): Preserve match data.
20018
20019 2000-07-26 Sam Steingold <sds@gnu.org>
20020
20021 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20022 (ange-ftp-real-file-newer-than-file-p): New function.
20023 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20024 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20025
20026 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20027 * midnight.el (midnight-float-time): Ditto.
20028
20029 2000-07-26 Andreas Schwab <schwab@suse.de>
20030
20031 * files.el (normal-backup-enable-predicate): Correct
20032 interpretation of the return value of compare-strings.
20033
20034 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20035
20036 * isearch.el (isearch-resume): New function.
20037 (isearch-done): Add something to command-history to resume
20038 the search.
20039 (isearch-yank-line, isearch-yank-word): Use
20040 buffer-substring-no-properties instead of buffer-substring.
20041
20042 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20043 of flyspell-mouse-map.
20044
20045 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20046 duplicate definition.
20047 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20048
20049 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20050 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20051
20052 2000-07-25 Sam Steingold <sds@gnu.org>
20053
20054 * net/ange-ftp.el: Get modtime over the net.
20055 (ange-ftp-file-modtime): New function.
20056 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20057 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20058 Use it.
20059 (ange-ftp-dot-to-slash): New function.
20060 (ange-ftp-fix-name-for-vms): Use it.
20061
20062 * midnight.el (midnight-buffer-display-time): Use
20063 `with-current-buffer'.
20064
20065 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20066
20067 * find-dired.el: Update copyright notice.
20068 (find-dired): Offer to kill a running `find'.
20069
20070 * enriched.el (enriched-face-ans): For a `foreground-color'
20071 property, return '(("x-color" COLOR))' so that COLOR will be
20072 output as a parameter of the x-color annotation. Likewise for the
20073 `background-color' property. In the case of normal face
20074 properties, don't return annotations for unspecified foreground
20075 and background face attributes.
20076
20077 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20078
20079 * language/japan-util.el (japanese-katakana-region): Fix handling
20080 HANKAKU argument.
20081
20082 2000-07-25 Miles Bader <miles@gnu.org>
20083
20084 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20085 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20086 constrain-to-field.
20087
20088 2000-07-24 Andrew Innes <andrewi@gnu.org>
20089
20090 * timer.el (timer-activate-when-idle): Add optional parameter
20091 DONT-WAIT. Update docstring.
20092 (run-with-idle-timer): Specify extra parameter to
20093 timer-activate-when-idle, so that timer will be activated
20094 immediately if Emacs is already idle.
20095
20096 * w32-fns.el (w32-using-nt): Fix docstring.
20097
20098 2000-07-24 Dave Love <fx@gnu.org>
20099
20100 * mouse.el (popup-menu): Set last-command-event.
20101 (mouse-major-mode-menu-prefix): Declare.
20102
20103 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20104
20105 * textmodes/flyspell.el: Update to author's version 1.5d.
20106
20107 * progmodes/hideshow.el: Update copyright notice.
20108
20109 * vcursor.el: Set maintainer to FSF, since author cannot
20110 be reached.
20111
20112 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20113
20114 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20115 the prompt.
20116
20117 * mouse.el (popup-menu): Run the keymap through indirect-function,
20118 in case it was defined with define-prefix-key. If the menu is a
20119 list of keymaps, look up the binding of user's choice in each one
20120 of the keymaps.
20121 (mouse-popup-menubar): If the global and local menu-bar keymaps
20122 don't have a prompt string, create one and insert it into the
20123 keymap. Don't barf if current-local-map returns nil.
20124
20125 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20126
20127 * dired.el (dired-sort-R-check): Added to allow recursive listing
20128 to be undone.
20129 (dired-sort-other): Use it.
20130
20131 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20132
20133 * Release of cc-mode 5.27
20134
20135 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20136
20137 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20138 c-beginning-of-statement-1 that caused a bad case of recursion
20139 which could consume a lot of CPU in large classes in languages
20140 that have in-expression classes (i.e. Java and Pike).
20141
20142 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20143 statements before top level constructs (i.e. case 6 is moved
20144 before case 5 and is now case 4) to catch in-expression
20145 classes in top level expressions correctly.
20146
20147 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20148
20149 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20150 objc-method-intro. Case 4 removed and case 5I added.
20151
20152 * cc-langs.el (c-append-paragraph-start): New variable used by
20153 c-common-init to get paragraph-start correct.
20154 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20155 initialize paragraph-start to make it correct both with and
20156 without the javadoc special case.
20157
20158 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20159 initialize paragraph-start for javadoc markup.
20160
20161 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20162 change by defaulting this to t. It's motivated by the
20163 confusing behavior that otherwise arise from the style system
20164 when editing both java and non-java files at the same time
20165 (see the comments about style setting in c-common-init).
20166
20167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20168
20169 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20170 similar to the one in c-fill-paragraph to check the fill
20171 prefix from the adaptive fill function for sanity.
20172
20173 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20174
20175 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20176 defun block.
20177
20178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20179
20180 * cc-align.el (c-lineup-multi-inher): Handle lines with
20181 leading comma nicely. Extended to handle member initializers
20182 too.
20183
20184 * cc-engine.el: (c-beginning-of-inheritance-list,
20185 c-guess-basic-syntax): Fixed recognition of inheritance lists
20186 when the lines begins with a comma.
20187
20188 * cc-vars.el (c-offsets-alist): Changed default for
20189 member-init-cont to c-lineup-multi-inher since it now handles
20190 member initializers and indents better for leading commas.
20191
20192 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20193
20194 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20195 handling that caused class open lines to be recognized as
20196 statement-conts in some cases.
20197
20198 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20199 guessed by the adaptive fill function unless point is on the
20200 first line of a block comment.
20201
20202 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20203 when the buffer ends with a macro continuation char.
20204
20205 * cc-engine.el (c-guess-basic-syntax): Added support for
20206 function definitions as statements in Pike. The first
20207 statement in a lambda block is now labeled defun-block-intro
20208 instead of statement-block-intro.
20209
20210 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20211 so that the class surrounding point is selected, not the one
20212 innermost in the state.
20213
20214 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20215 recognition of switch labels having hanging multiline
20216 statements.
20217
20218 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20219 some code in c-guess-basic-syntax to a separate function.
20220 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20221 recognition of member inits with multiple line arglists.
20222 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20223 member-init-cont when the commas are in funny places.
20224
20225 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20226
20227 * cc-defs.el (c-auto-newline): Removed this macro since it's
20228 not used anymore.
20229
20230 * cc-engine.el (c-looking-at-bos): New helper function.
20231 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20232 inexpr and toplevel classes apart in Pike.
20233
20234 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20235 of case 9A.
20236
20237 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20238 constant, since "class" can introduce an in-expression class
20239 in Pike nowadays.
20240
20241 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20242
20243 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20244 indentation on cpp-macro lines.
20245
20246 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20247 a syntax modifier like comment-intro, to make it possible to
20248 get syntactic indentation for preprocessor directives. It's
20249 incompatible wrt to lineup functions on cpp-macro, but it has
20250 no observable effect in the 99.9% common case where cpp-macro
20251 is set to -1000.
20252
20253 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20254
20255 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20256 member-init-cont when the preceding arglist is several lines.
20257
20258 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20259
20260 * cc-styles.el (c-style-alist): The basic offset for the BSD
20261 style corrected to 8.
20262
20263 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20264
20265 * cc-styles.el (c-style-alist): Adjusted the indentation of
20266 brace list openers in the gnu style.
20267
20268 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20269
20270 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20271
20272 * cc-cmds.el (c-electric-brace, c-electric-slash,
20273 c-electric-star, c-electric-semi&comma, c-electric-colon,
20274 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20275 when c-syntactic-indentation is nil.
20276
20277 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20278 we were left at comments preceding the first statement when
20279 reaching the beginning of the buffer.
20280
20281 * cc-vars.el (c-syntactic-indentation): New variable to turn
20282 off all syntactic indentation.
20283
20284 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20285
20286 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20287 between the text and the block comment ender when it hangs,
20288 depending on how many there are before the fill.
20289
20290 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20291
20292 * cc-engine.el (c-beginning-of-closest-statement): New helper
20293 function to go back to the closest preceding statement start,
20294 which could be inside a conditional statement.
20295 * cc-engine.el (c-guess-basic-syntax): Use
20296 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20297
20298 * cc-engine.el (c-guess-basic-syntax): Better handling of
20299 arglist-intro, arglist-cont-nonempty and arglist-close when
20300 the arglist is nested inside parens. Cases 7A, 7C and 7F
20301 changed.
20302
20303 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20304 up-to-date with javadoc 1.2.
20305
20306 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20307
20308 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20309 multiline Pike type decls.
20310
20311 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20312
20313 * cc-cmds.el (c-indent-new-comment-line): Always break
20314 multiline comments in multiline mode, regardless of
20315 comment-multi-line.
20316
20317 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20318
20319 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20320 fully::qualified::names in C++ member init lists. Preamble in
20321 case 5D changed.
20322
20323 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20324
20325 * cc-langs.el (c-common-init): Handling of obsolete variables
20326 moved to c-initialize-cc-mode. More compatible style override
20327 when using global style variables.
20328 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20329 variables moved here.
20330
20331 * cc-styles.el (c-make-styles-buffer-local): Flag style
20332 variable localness in c-style-variables-are-local-p to make
20333 the compatibility measure in c-common-init work well.
20334
20335 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20336 longer contain set-from-style.
20337 * cc-styles.el (c-initialize-builtin-style): Don't check for
20338 set-from-style on c-special-indent-hook.
20339 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20340 copy-alist is sufficient now.
20341
20342 * cc-styles.el (c-set-style, c-set-style-1,
20343 c-get-style-variables): Fixes to variable initialization so
20344 that duplicate entries in styles have the same effect
20345 regardless of DONT-OVERRIDE.
20346
20347 * cc-styles.el (c-set-style-2): Fixed bug where the
20348 initialization of inheriting styles failed when the
20349 dont-override flag is set.
20350
20351 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20352 on this.
20353
20354 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20355
20356 * cc-defs.el (c-forward-comment): Removed the workaround
20357 introduced in 5.38 since it had worse side-effects. If a line
20358 contains the string "//\"", it regarded the // as a comment
20359 start since the \ temporarily doesn't have escape syntax.
20360
20361 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20362
20363 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20364 ada-xref.el before ada-prj.el, so that the Project menu is created
20365 when ada-prj tries to add to it.
20366 (ada-activate-keys-for-case): Suppress the characters that are not
20367 part of the Ada syntax. Better compatibility with else-mode
20368 (ada-adjust-case-interactive): When auto-casing is not active,
20369 correctly insert newlines (used to insert only ^M). Prevent the
20370 syntax table from being changed in case of an error
20371 (or '_' becomes part of a word and some commands are confused).
20372 Do nothing if ada-auto-case is nil.
20373 (ada-after-keyword-p): Ignore keywords that are also attributes
20374 (ada-batch-reformat): Update usage comment
20375 (ada-call-from-contextual-menu): New function
20376 (ada-case-read-exceptions): Reinitialize the casing exception list
20377 first to nil first, so that the casing exception file can be
20378 shared.
20379 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20380 files.
20381 (ada-compile-goto-error): Fix regexp used to detect a file:line
20382 anywhere in the error message
20383 (ada-contextual-menu-last-point): New variable
20384 (ada-create-keymap): If the variable delete-key-deletes-forward is
20385 t on XEmacs, it means that DEL should delete one character
20386 forward.
20387 (ada-create-menu): Use :included instead of :visible for XEmacs.
20388 New submenu "Options".
20389 (ada-end-stmt-re): Correctly indent "select ... then abort"
20390 statements.
20391 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20392 even if they don't match ada-fill-comment-prefix Fix handling of
20393 paragraphs on the first or last line of a file.
20394 (ada-format-paramlist): Fix handling of default parameter values.
20395 (ada-get-body-name): New function.
20396 (ada-get-current-indent): Optimized by searchling directly for an
20397 existing generic part or a statement outside of it. Handle
20398 ada-indent-align-comments when indenting comments Replaced some
20399 regexps by testing directly the next character. This results in a
20400 huge speedup on some files. New indentation scheme for renames
20401 statements. Stop looking for the 'while' or 'for' associated with
20402 a 'loop' at the first semicolon encountered. A "return" can also
20403 match an anonymous access subprogram declaration.
20404 (ada-get-indent-noindent): Ignore strings and comments when
20405 looking for the keywords "record" and "private".
20406 (ada-goto-matching-decl-start): When matching "if", make sure we
20407 are not in fact seeing "end if". Ignore "when" statements except
20408 when initial keyword was "begin". Fix handling of nested
20409 procedures. Add a recursive call to this function to skip over
20410 other 'end' statmts. Fix indentation for "when .. => begin"
20411 (ada-in-open-paren-p): Fix indentation for complex boolean
20412 expressions, where 'and then', 'or else' and parenthesis
20413 statements are mixed up.
20414 (ada-in-paramlist-p): Skip comments while searching for the
20415 beginning Fix handling of operator declarations.
20416 (ada-indent-align-comments): New variable
20417 (ada-indent-current): Change the syntax table only in the
20418 protected section, so that we are sure it is restored correctly.
20419 (ada-indent-on-previous-lines): Use ada-use-indent and
20420 ada-with-indent Correctly indent "select ... then"
20421 (ada-indent-region): Slight speedup.
20422 (ada-indent-renames): New variable.
20423 (ada-last-which-function-subprog, ada-last-which-function-line):
20424 New variables
20425 (ada-looking-at-semi-private): Correctly indent the 'private'
20426 keyword when it is the first word in a package declaration.
20427 (ada-loose-case-word): Stop searching if at the end of the buffer.
20428 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20429 even if point is not initially at the end of the word.
20430 (ada-matching-decl-start-re): Add "when".
20431 (ada-mode): Add support for abbrev-mode, outline-mode and
20432 which-func-mode Override the old find-file.el entry in
20433 ff-special-constructs since it is using the obsolete
20434 ada-spec-suffix variable
20435 (ada-no-auto-case): New function
20436 (ada-scan-paramlist): When parsing the argument type, accept
20437 spaces (as in "X 'Class", generated by Rational Rose).
20438 (ada-other-file-name): No longer loads the other file.
20439 (ada-popup-menu): Save and restore the current buffer and cursor
20440 position before and after displaying the menu.
20441 (ada-search-ignore-complex-boolean): New function.
20442 (ada-uncomment-region): Emacs21 already knows how to delete
20443 comments not starting in the first column.
20444 (ada-use-indent): New variable
20445 (ada-which-function): New function.
20446 (ada-with-indent): New variable
20447 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20448 can be batch-compiled from the command line.
20449
20450 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20451 Add to the menu when the file is loaded, not in ada-mode-hook.
20452 Add -toolbar to the default ddd command Switches moved from
20453 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20454 ada-prj-default-comp-opt
20455 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20456 Reference Manual to the menu
20457 (ada-check-current): rewritten as a call to ada-compile-current
20458 (ada-compile): Removed.
20459 (ada-compile-application, ada-compile-current, ada-check-current):
20460 Set the compilation-search-path so that compile.el automatically
20461 finds the sources in src_dir. Automatic scrollong of the
20462 compilation buffer. C-uC-cC-c asks for confirmation before
20463 compiling
20464 (ada-compile-current): New parameter, prj-field
20465 (ada-complete-identifier): Load the .ali file before doing
20466 processing
20467 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20468 conform to gnatmake's behavior.
20469 (ada-find-file-in-dir): New function
20470 (ada-find-references): Set the environment variables for gnatfind
20471 (ada-find-src-file-in-dir): New function.
20472 (ada-first-non-nil): Removed
20473 (ada-gdb-application): Add support for jdb, the java debugger.
20474 (ada-get-ada-file-name): Load the original-file first if not done
20475 yet.
20476 (ada-get-all-references): Handles the new ali syntax (parent types
20477 are found between <>).
20478 (ada-initialize-runtime-library): New function
20479 (ada-mode-hook): Always load a project file when a file is opened,
20480 so that the casing exceptions are correctly read.
20481 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20482 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20483 to open the project file, since the latter does not work with
20484 speedbar Get default values before loading the prj file, or the
20485 default executable file name is wrong. Use the absolute value of
20486 src_dir to initialize ada-search-directories and
20487 compilation-search-path,... Add the standard runtime library to
20488 the search path for find-file.
20489 (ada-prj-default-debugger): Was missing an opening '{'
20490 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20491 variables.
20492 (ada-prj-default-gnatmake-opt): New variable
20493 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20494 buffers, the project file is the default one Save the windows
20495 configuration before displaying the menu.
20496 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20497 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20498 ...) regexp-quote identifiers names to support operators +,
20499 -,... in regexps.
20500 (ada-remote): New function.
20501 (ada-run-application): Erase the output buffer before starting the
20502 run Support remote execution of the application. Use
20503 call-process, or the arguments are incorrectly parsed
20504 (ada-set-default-project-file): Reread the content of the active
20505 project file, not the one from the current buffer When a project
20506 file is set as the default project, all directories are
20507 automatically associated with it.
20508 (ada-set-environment): New function
20509 (ada-treat-cmd-string): New special variable ${current}
20510 (ada-treat-cmd-string): Revised. The substitution is now done for
20511 any ${...} substring
20512 (ada-xref-current): If no body was found, compiles the spec
20513 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20514 compiler to get rid of command line length limitations.
20515 (ada-xref-get-project-field): New function
20516 (ada-xref-project-files): New variable
20517 (ada-xref-runtime-library-specs-path)
20518 (ada-xref-runtime-library-ali-path): New variables
20519 (ada-xref-set-default-prj-values): Default run command now does a
20520 cd to the build directory. New field: main_unit Provide a default
20521 file name even if the current buffer has no prj file.
20522
20523 * ada-prj.el:
20524 Rewritten to show a tabbed-dialog.
20525 (ada-prj-add-ada-menu): Remove the map and name parameters.
20526 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20527 New function
20528 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20529 (ada-prj-load-from-file): New function
20530 (ada-prj-save): Always save fields that depend on the current buffer
20531 (ada-prj-show-value): New function
20532
20533 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20534 Ada mode. This will allow us to display the Ada menu in any buffer
20535 we want (for project items).
20536 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20537 number of spaces in the header.
20538
20539 2000-07-24 Dave Love <fx@gnu.org>
20540
20541 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20542
20543 2000-07-23 Noah Friedman <friedman@splode.com>
20544
20545 * type-break.el (type-break): perform autosave.
20546 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20547 (type-break-do-query): Cancel query schedule while performing
20548 actual query, to avoid possibility of a second query being made
20549 while first one is already in progress.
20550 (type-break-time-stamp-format): New variable.
20551 (type-break-time-stamp): New function.
20552 (type-break-time-warning): Use it.
20553 (type-break-keystroke-warning): Use it.
20554 (type-break-noninteractive-query): Use it.
20555
20556 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20557 cookie.
20558 Use add-minor-mode to set minor-mode-alist, if available.
20559 (eldoc-echo-area-use-multiline-p): New user option.
20560 (eldoc-echo-area-multiline-supported-p): New variable.
20561 (eldoc-docstring-format-sym-doc): Use them.
20562 (eldoc-mode): If not using idle timers, append to local post and
20563 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20564 (eldoc-display-message-no-interference-p): Don't interfere with
20565 edebug.
20566 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20567 (eldoc-function-arglist): New function.
20568 (eldoc-function-argstring): Use it.
20569
20570 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20571 auto save directory exists before calling directory-files.
20572
20573 2000-07-23 Dave Love <fx@gnu.org>
20574
20575 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20576 ^o, ^u.
20577
20578 2000-07-21 Dave Love <fx@gnu.org>
20579
20580 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20581 now passed to the function. It now works properly.
20582
20583 * smerge-mode.el (smerge-mode-menu): Fill it out.
20584
20585 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20586
20587 * info-look.el (info-lookup): If *info* is shown in another frame
20588 on the same display, select that frame, instead of switching to
20589 the Info buffer in another window of the selected frame.
20590
20591 * simple.el (universal-argument-map): Bind numeric keypad keys
20592 kp-0 to kp-9 and kp-subtract.
20593 (digit-argument): Handle these keys.
20594
20595 2000-07-20 Dave Love <fx@gnu.org>
20596
20597 * net/goto-addr.el (goto-address-fontify): Don't bother with
20598 buffer-modified and read-only stuff -- irrelevant with overlays.
20599 Put an extra property on the overlays and use it to clean up in
20600 case goto-address is re-run.
20601
20602 2000-07-19 Richard M. Stallman <rms@gnu.org>
20603
20604 * timer.el (run-with-idle-timer): Doc fix.
20605
20606 * mail/mail-utils.el (mail-strip-quoted-names):
20607 Handle case where <...> appears inside "...".
20608 Use replace-match to edit the string more simply.
20609 (rmail-dont-reply-to): Cope with an unmatched ".
20610
20611 2000-07-19 Dave Love <fx@gnu.org>
20612
20613 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20614 implementation.
20615
20616 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20617 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20618 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20619
20620 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20621
20622 * textmodes/refer.el: Correct maintainer's email address.
20623
20624 * progmodes/hideif.el: Correct author's email address.
20625 Fix typo in comment.
20626
20627 * xml.el: New file.
20628
20629 * mail/mailheader.el: Correct author's mail address.
20630
20631 * gnus/parse-time.el: Correct author's mail address.
20632
20633 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20634
20635 * comint.el (comint-highlight-input, comint-highlight-face):
20636 New user options.
20637 (comint-input-ring-file-name): Change custom type.
20638 (comint-mode-map): Bind mouse-2.
20639 (comint-insert-clicked-input): New function.
20640 (comint-send-input): Handle input highlighting.
20641
20642 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20643
20644 * mouse.el (popup-menu): New function.
20645 (mouse-major-mode-menu): Use it.
20646
20647 2000-07-18 Dave Love <fx@gnu.org>
20648
20649 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20650 improvements.
20651
20652 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20653
20654 * faces.el (face-font-selection-order)
20655 (face-font-family-alternatives): Add custom type.
20656
20657 2000-07-18 Dave Love <fx@gnu.org>
20658
20659 * cus-edit.el (custom-variable-reset-saved)
20660 (custom-variable-reset-standard): Remove unused bindings.
20661
20662 * rect.el (open-rectangle-line): Remove unused let.
20663
20664 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20665
20666 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20667
20668 * cdl.el: Fix `Maintainer' keyword.
20669
20670 * play/pong.el: Add author's email address.
20671
20672 2000-07-17 Sam Steingold <sds@gnu.org>
20673
20674 * files.el (insert-directory): Call `split-string' instead of
20675 re-implementing it.
20676
20677 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20678
20679 * mail/vms-pmail.el: Change maintainer to FSF.
20680
20681 * net/goto-addr.el: Change maintainer to FSF.
20682
20683 * info.el (Info-title-face-alist): Removed.
20684
20685 2000-07-18 David Ponce <david@dponce.com>
20686
20687 * recentf.el (recentf-open-files): New command that works like
20688 `recentf-open-more-files', but shows the whole list of files (not just
20689 those omitted from the menu). Useful if you don't use a menu-bar!
20690 (recentf-open-more-files) Modified to use `recentf-open-files'.
20691
20692 (recentf-open-files, recentf-open-more-files)
20693 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20694
20695 (recentf-dialog-mode): New mode for dialogs. You can now just type
20696 "q" to cancel the dialogs.
20697
20698 2000-07-18 David Ponce <david@dponce.com>
20699
20700 * recentf.el: This is a major update of recentf.el. It adds new
20701 features to better organize the recentf menu and "More..." buffer.
20702
20703 Using new provided menu filtering functions you can now organize the
20704 recent files list:
20705
20706 - by major modes
20707 - by directories
20708 - by user defined rules
20709
20710 Finally, with the new `recentf-filter-changer' customizable filter you
20711 can define a ring of filters and dynamically (via the menu) cycle on
20712 each menu organization in the ring (a la msb).
20713
20714 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20715
20716 * eshell/eshell.el (eshell): Replace links to eshell.info with
20717 links to eshell, to avoid problems on systems where the manual is
20718 installed as `eshell'.
20719 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20720 * eshell/em-smart.el (eshell-smart): Ditto.
20721 * eshell/em-banner.el (eshell-banner): Ditto.
20722 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20723
20724 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20725 same-file check in the MS-DOS version (it does support inodes).
20726
20727 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20728
20729 * eshell/eshell.el (eshell-directory-name):
20730 Run default directory name through convert-standard-filename.
20731
20732 2000-07-18 Kenichi Handa <handa@etl.go.jp>
20733
20734 * international/mule-cmds.el (select-safe-coding-system):
20735 Fix typo in the comment.
20736
20737 * language/european.el (compound-text):
20738 Force katakana-jisx0201 to be designated to G1.
20739
20740 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20741 Don't translate some national variant characters of latin-jisx0201.
20742 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20743
20744 * international/kkc.el (kkc-after-update-conversion-functions):
20745 New variable.
20746 (kkc-update-conversion): Run functions in it at the tail.
20747
20748 2000-07-16 John Wiegley <johnw@gnu.org>
20749
20750 * lisp/align.el (align-newline-and-indent):
20751 Adding new function. for auto-aligning blocks of code on RET.
20752 (align-region): Fixed badly formatted minibuffer message.
20753
20754 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20755
20756 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20757 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20758 the conversion list at first if appropriate.
20759 (kkc-next): Don't update kkc-next-count here.
20760 (kkc-prev): Don't update kkc-prev-count here.
20761 (kkc-show-conversion-list-update): Fix setting up of conversion
20762 list message.
20763
20764 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20765
20766 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20767
20768 2000-07-16 Dave Love <fx@gnu.org>
20769
20770 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20771 function to be more specific.
20772
20773 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20774 non-string help-echo.
20775 (widget-types-convert-widget): Defsubst it.
20776 (widget-echo-help): Try to cope with a help-echo function of two
20777 possible sorts.
20778
20779 2000-07-15 Jason Rumney <jasonr@gnu.org>
20780
20781 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20782 Declare as obsolete.
20783
20784 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20785
20786 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20787
20788 * hilit-chg.el: Fix typo.
20789
20790 2000-07-14 Dave Love <fx@gnu.org>
20791
20792 * info.el (Info-mode-menu): Fix use of :help, :enable.
20793
20794 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20795
20796 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20797
20798 2000-07-13 Dave Love <fx@gnu.org>
20799
20800 * emacs-lisp/easymenu.el: Doc fixes.
20801 (easy-menu-remove): Defalias to ignore.
20802
20803 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20804 Call throw correctly.
20805
20806 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20807
20808 * faces.el (frame-background-mode): Doc fix.
20809
20810 * simple.el (eval-expression-print-length): Change custom type to
20811 allow entering nil as value.
20812
20813 2000-07-13 Dave Love <fx@gnu.org>
20814
20815 * progmodes/fortran.el (fortran-imenu-generic-expression):
20816 Change definition layout.
20817 (fortran-mode-menu): Reinstate customize entries.
20818
20819 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20820 Use :filter, per old XEmacs code.
20821
20822 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20823
20824 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20825 event when deciding what to send to the terminal.
20826
20827 2000-07-12 Dave Love <fx@gnu.org>
20828
20829 * cus-start.el: Add optional version as 4th element of specs and
20830 use it for several things new in v21. Remove load-path. Fix type
20831 of line-number-display-limit.
20832
20833 2000-07-11 Dave Love <fx@gnu.org>
20834
20835 * progmodes/fortran.el: Don't require easymenu.
20836 Use repeat counts in various regexps.
20837 (fortran-mode-syntax-table): Defvar directly.
20838 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20839 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20840 Use defvar, not defconst.
20841 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20842 (fortran-mode): Set fortran-comment-line-start-skip,
20843 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20844 (fortran-comment-indent): Use defsubst.
20845 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20846 Use fortran-comment-indent, not fortran-comment-indent-function.
20847 (fortran-comment-region, fortran-electric-line-number): Simplify.
20848 (fortran-auto-fill): New function.
20849 (fortran-do-auto-fill): Deleted.
20850 (fortran-find-comment-start-skip):
20851 Check for non-null comment-start-skip.
20852 (fortran-auto-fill-mode, fortran-fill-statement):
20853 Use fortran-auto-fill.
20854 (fortran-fill): Use fortran-auto-fill. Check for null
20855 comment-start-skip. Simplify final clause and use end-of-line finally.
20856
20857 * widget.el (widget-plist-member): New alias.
20858
20859 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20860
20861 * eshell/esh-module.el (toplevel): Reference
20862 byte-compile-current-file only if it is bound.
20863
20864 2000-07-10 Gerd Moellmann <gerd@gnu.org>
20865
20866 * dired.el: Don't require `dired-aux'.
20867
20868 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20869
20870 * dired-aux.el (dired-show-file-type): New function.
20871 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20872 (dired-show-file-type): Add autoload.
20873
20874 2000-07-10 Kenichi Handa <handa@etl.go.jp>
20875
20876 * international/mule-diag.el (describe-font): Adjusted for the
20877 change of fontset-info.
20878 (print-fontset): Likewise.
20879
20880 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20881
20882 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20883
20884 2000-07-07 Gerd Moellmann <gerd@gnu.org>
20885
20886 * bindings.el: Bind `[delete]' to delete-char.
20887
20888 * dired.el (dired-find-alternate-file): New function.
20889 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20890 (toplevel): Require dired-aux when compiling.
20891 (dired-buffers): Move defvar within file to avoid compiler warning.
20892
20893 * info.el (Info-last-search): Variable removed.
20894 (Info-search-history): New variable.
20895 (Info-search): New Info-search-history.
20896
20897 * battery.el, info-look.el: Change author's mail address.
20898
20899 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20900
20901 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20902 if rmail-ignored-headers is nil.
20903 (rmail-retry-failure): Bind rmail-ignored-headers and
20904 rmail-displayed-headers to nil.
20905
20906 2000-07-06 Gerd Moellmann <gerd@gnu.org>
20907
20908 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20909 (print-region-1): Don't hard code `-h' here.
20910
20911 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20912
20913 2000-07-01 Francesco Potorti` <pot@gnu.org>
20914
20915 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20916 exim can use "your message" instead of "the message".
20917
20918 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
20919
20920 * facemenu.el: Docstrings fixes.
20921 (facemenu-get-face): Don't use internal-find-face.
20922 (facemenu-iterate): Rename arg to match the docstring.
20923
20924 * newcomment.el (uncomment-region): Be more careful when skipping
20925 backwards over `=' not to bump into BOBP.
20926
20927 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
20928
20929 * ediff-diff.el (ediff-wordify): Use syntax table.
20930 * ediff-init.el (ediff-has-face-support-p): Use
20931 ediff-color-display-p.
20932 (ediff-color-display-p): Use display-color-p, changed to defun
20933 from defsubst.
20934 Got rid of special cases for NeXT and OS/2.
20935 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20936 face.
20937
20938 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20939
20940 * emacs-lisp/lucid.el: Require CL.
20941 (copy-tree, remprop): Remove, it's provided by CL.
20942 (map-keymap): Define in terms of cl-map-keymap.
20943 (extent-property, set-extent-end-glyph): New functions.
20944
20945 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20946
20947 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20948
20949 * Makefile.in (DONTCOMPILE): Add comment that the name may
20950 not be changed without changing the make-dist script.
20951
20952 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20953 (cl-mapc): Use mapc instead of cl-old-mapc.
20954
20955 2000-07-05 Andrew Innes <andrewi@gnu.org>
20956
20957 * makefile.nt: Add support for `bootstrap' and related targets.
20958
20959 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20960
20961 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20962 (easy-menu-do-define): Use `menu-item' format.
20963 Handle case where easy-menu-create-menu returns a symbol.
20964 Manually call the potential top-level filter in the function binding.
20965 (easy-menu-filter-return): New arg NAME.
20966 Convert to a keymap if MENU is an XEmacs menu.
20967 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
20968 (easy-menu-converted-items-table, easy-menu-convert-item):
20969 New var and fun to memoize easy-menu-convert-item-1.
20970 (easy-menu-do-add-item): Use it.
20971 (easy-menu-create-menu): Use easy-menu-convert-item.
20972 Wrap easy-menu-filter-return around any :filter specification.
20973 Don't convert the menu if a filter was specified.
20974 Tell easy-menu-make-symbol not to check for MENU being an expression.
20975 (easy-menu-make-symbol): New arg NOEXP.
20976
20977 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20978
20979 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20980 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20981 (eval-defun): If called with prefix arg, instrument code for
20982 Edebug.
20983
20984 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20985 similar to that of eval-defun.
20986
20987 2000-07-04 Dave Love <fx@gnu.org>
20988
20989 * hl-line.el (hl-line-overlay): Make it permanent-local.
20990
20991 * calendar/todo-mode.el: Replaced with a working version, based on
20992 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20993
20994 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
20995
20996 * paths.el (prune-directory-list): New function.
20997 (Info-default-directory-list): Rewritten to more methodically
20998 enumerate a big list of possible info directories (based on the
20999 list used by the standalone info reader).
21000
21001 * info.el (info-initialize): Use prune-directory-list to remove
21002 non-existent directories from Info-directory-list.
21003
21004 * paths.el (Info-default-directory-list): Try a list of possible
21005 info-directories instead of a single one. Add the possible
21006 info directory "/usr/share/info".
21007
21008 * woman.el (woman-man.conf-path): Explicitly include the debian
21009 man-db config file "/etc/manpath.config".
21010 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21011 are present in `manpath.config'.
21012 (woman-manpath): Include "/usr/share/man".
21013
21014 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21015
21016 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21017
21018 * startup.el (command-line): Initialize blink-cursor based
21019 on window-system.
21020
21021 * frame.el (blink-cursor): Default to nil if not running under
21022 a window-system.
21023
21024 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21025 (face-x-resources): Remove duplicate entry for :font.
21026
21027 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21028 instead of cycling through windows with next-window.
21029
21030 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21031 of cycling through windows with next-window.
21032
21033 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21034 of cycling through windows with next-window.
21035
21036 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21037 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21038 instead of cycling through windows with next-window.
21039
21040 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21041 instead of cycling through windows with next-window.
21042
21043 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21044 of cycling through windows with next-window.
21045
21046 * terminal.el (te-process-output): Use walk-windows instead of
21047 cycling through windows with next-window.
21048
21049 * server.el (server-switch-buffer): Use some-window instead of
21050 cycling through windows with next-window.
21051
21052 * window.el (some-window): New function.
21053 (walk-windows): Remove reference to walk-windows-start.
21054
21055 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21056
21057 2000-07-03 Richard Stallman <rms@gnu.org>
21058
21059 * window.el (walk-windows): Guarantee termination by keeping a list
21060 of all the windows already handled.
21061
21062 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21063
21064 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21065 window-system.
21066
21067 * man.el (Man-notify-when-ready): Don't use window-system. If
21068 Man-notify-method is newframe, and the display is not
21069 multi-frame, select the frame created for the man page.
21070 (Man-init-defvars): Doc fix.
21071
21072 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21073
21074 * faces.el (region): Change background color for light background.
21075
21076 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21077 attribute from mode-line face of Ediff control frame.
21078
21079 * replace.el (query-replace-map): Bind `e' like `E'.
21080
21081 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21082
21083 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21084 Change name to "Select All".
21085
21086 * dos-fns.el (convert-standard-filename): Fix last change.
21087
21088 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21089
21090 * help.el (describe-variable): Don't insert a second `'s' in front
21091 of the string `value is shown below'. Since the syntax-table is
21092 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21093 an existing `'s', so that this won't be deleted.
21094
21095 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21096 * pcmpl-unix.el: New files.
21097
21098 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21099
21100 * wid-edit.el (widget-member): Use the new plist-member.
21101
21102 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21103
21104 * replace.el (perform-replace): Undo change of 2000-04-04.
21105 Instead, move backward 1 character at the end of the loop when
21106 necessary.
21107
21108 * faces.el (fringe): Change face for different backgrounds.
21109
21110 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21111 patch from John.
21112
21113 * eshell/*.el: Change spelling of the Free Software Foundation.
21114
21115 * eshell/esh-toggle.el: Removed.
21116
21117 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21118
21119 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21120 interactively.
21121
21122 2000-06-26 Alex Schroeder <alex@gnu.org>
21123
21124 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21125 `define-key'; instead of checking `(emacs-version)' check for
21126 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21127 for `;' and `o' which might be electric.
21128
21129 (sql-electric-stuff): New user option.
21130 (sql-magic-go): New function which uses `sql-electric-stuff'.
21131 (sql-magic-semicolon): New function which uses
21132 `sql-electric-stuff'.
21133
21134 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21135 is not fboundp.
21136
21137 (sql-oracle-options): New variable.
21138 (sql-oracle): Use it.
21139
21140 (sql-imenu-generic-expression): Doc change.
21141 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21142 is used.
21143
21144 (sql-informix): Added command line parameter "-" to force
21145 sql-informix-program to use stdout.
21146
21147 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21148
21149 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21150 (cp864-decode-table): Doc fix.
21151 (cp720-decode-table): New variable, supports the Arabic OEM
21152 codepage used by Windows.
21153 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21154
21155 2000-06-23 Dave Love <fx@gnu.org>
21156
21157 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21158 (font-lock-fontify-anchored-keywords): Use
21159 line-beginning-position.
21160 (global-font-lock-mode): Use mapc.
21161
21162 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21163
21164 * eshell/esh-module.el: Require CL when compiling.
21165
21166 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21167
21168 * comint.el (comint-substitute-in-file-name): Call replace-match
21169 with second and third arg t.
21170
21171 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21172 Specify foreground color.
21173
21174 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21175 color.
21176
21177 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21178
21179 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21180 cddr instead of cdddr.
21181
21182 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21183 instead of copy-list.
21184
21185 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21186 of copy-list.
21187
21188 * subdirs.el: Add eshell subdirectory.
21189
21190 * eshell: New subdirectory containing the Eshell package.
21191
21192 * pcomplete.el: New file.
21193
21194 2000-06-23 Paul Eggert <eggert@twinsun.com>
21195
21196 * mail/mailpost.el (post-mail-send-it): Make sure file has
21197 proper permissions from birth.
21198
21199 * files.el (basic-save-buffer-2): When temporarily setting
21200 file modes, set them to current modes plus 0200, not to 0777.
21201
21202 * emerge.el (emerge-make-temp-file): Make sure file has proper
21203 permissions from birth.
21204
21205 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21206
21207 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21208 backup file name through convert-standard-filename.
21209
21210 * dos-fns.el (convert-standard-filename): Convert leading
21211 directories as well. When long file names are supported, convert
21212 characters that are invalid in Windows file names.
21213
21214 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21215
21216 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21217 ps-print crashes. New feature: page selection for printing. Create
21218 raw-text-unix coding system for XEmacs. Doc fix.
21219 (ps-print-version): New version number (5.2.3).
21220 (ps-plot-region): Bug fix.
21221 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21222 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21223 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21224 funs.
21225 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21226 (ps-last-page): New vars.
21227
21228 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21229
21230 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21231 empty option string.
21232
21233 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21234
21235 * man.el (man): Doc fix.
21236
21237 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21238
21239 * international/mule-cmds.el (set-language-info-alist): Docstring
21240 fixed.
21241
21242 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21243
21244 * version.el (emacs-version): Use ISO date format.
21245
21246 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21247 instead of `M-backspace'.
21248
21249 * simple.el (turn-off-auto-fill): New function.
21250
21251 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21252
21253 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21254 Renamed from with-buffer-prepared-for-font-lock and use
21255 inhibit-modification-hooks rather than setting *-change-functions.
21256 Update all functions to use the new name.
21257 (jit-lock-first-unfontify-pos): New semantics (and doc).
21258 (jit-lock-mode): Make non-interactive.
21259 Don't automatically turn on font-lock.
21260 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21261 Always use jit-lock-after-change.
21262 Remove and restore font-lock-after-change-function.
21263 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21264 (jit-lock-after-unfontify-buffer): Remove.
21265 (jit-lock-stealth-fontify):
21266 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21267 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21268
21269 2000-06-20 Sam Steingold <sds@gnu.org>
21270
21271 * emacs-lisp/cl-indent.el (toplevel): Indent
21272 `print-unreadable-object' properly. Untabify.
21273
21274 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21275
21276 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21277 Support for bibentry.
21278 (reftex-compile-variables): Fixed problem with end of section-re.
21279
21280 * texmodes/reftex-dcr.el (reftex-view-crossref,
21281 reftex-view-crossref-from-bibtex):
21282 Deal with changed `reftex-find-citation-regexp-format'.
21283 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21284 Replaced `remprop' with `put'.
21285 (reftex-view-crossref, reftex-view-crossref-when-idle):
21286 Support for bibentry.
21287
21288 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21289 New entry for bibentry package.
21290
21291 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21292 Regexp also matches "\nobibliography".
21293
21294 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21295 Call `reftex-ensure-write-access' before doing anything.
21296 (reftex-ensure-write-access): New function.
21297
21298 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21299
21300 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21301
21302 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21303
21304 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21305
21306 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21307
21308
21309 2000-06-20 Dave Love <fx@gnu.org>
21310
21311 * faces.el (frame-background-mode): Use set-default, not set, in
21312 setter.
21313 (frame-update-faces, frame-update-face-colors): Define with
21314 defalias.
21315
21316 * enriched.el (enriched-decode-foreground)
21317 (enriched-decode-background): Don't use internal-find-face.
21318
21319 * apropos.el: Doc fixes.
21320
21321 * cus-edit.el (customize-changed-options): Check arg.
21322 (customize-version-lessp): Don't require decimal point.
21323
21324 * custom.el (defcustom, defgroup): Doc fix.
21325
21326 * newcomment.el (comment) <defgroup>: Add :version.
21327 (comment-multi-line): Doc fix.
21328
21329 * emulation/mlsupport.el (define-hooked-local-abbrev,
21330 define-hooked-global-abbrev): Fix, using define-abbrev.
21331
21332 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21333
21334 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21335 the whole buffer.
21336
21337 2000-06-19 Dave Love <fx@gnu.org>
21338
21339 * menu-bar.el (menu-bar-options-save): New function.
21340 (menu-bar-options-menu): Use it.
21341 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21342 Simplify.
21343
21344 2000-06-19 Andreas Schwab <schwab@suse.de>
21345
21346 * progmodes/etags.el (tags-query-replace): Put new parameters
21347 START and END at the end, for backward compatibility.
21348
21349 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21350
21351 * international/codepage.el:
21352 (cp-coding-system-for-codepage-1): Delete special codes for
21353 generating xxx-dos coding system because now a CCL based coding
21354 system can handle EOL conversion by default.
21355
21356 * international/mule.el (make-coding-system): Generate subsidiary
21357 coding systems for EOL handling variants even for a CCL based
21358 coding system.
21359
21360 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21361
21362 * international/isearch-x.el (isearch-minibuffer-input-method)
21363 (isearch-minibuffer-input-method-function): These variables
21364 deleted.
21365 (isearch-with-input-method): Don't use the above variables.
21366 (isearch-process-search-multibyte-characters): Likewise. Call
21367 read-string with the arg INHERIT-INPUT-METHOD t.
21368
21369 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21370
21371 * font-lock.el (font-lock-after-fontify-buffer)
21372 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21373
21374 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21375 Use consistent make-local-variable style for font-lock-fontified.
21376 (jit-lock-fontify-buffer):
21377 Don't bother checking for font-lock-mode and jit-lock-mode.
21378
21379 * time.el: Remove trailing ^M that prevent CVS-merging.
21380
21381 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21382
21383 * Makefile.in (distclean): New target.
21384
21385 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21386
21387 * Makefile.in (srcdir): Define for update-subdirs.
21388
21389 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21390
21391 * find-lisp.el: New file.
21392
21393 2000-06-16 Andrew Innes <andrewi@gnu.org>
21394
21395 * time.el (display-time-mail-function): New variable, to allow
21396 external packages to indicate when new mail is available.
21397 (display-time-update): Use it.
21398
21399 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21400
21401 * international/mule.el (mule-version): Change version name to
21402 SAKAKI. AOI has already been used by Meadow.
21403
21404 * international/quail.el (quail-show-guidance-buf): To find the
21405 bottom window (but minibuffer), pay attention to the height of
21406 minibuffer.
21407
21408 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21409
21410 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21411 menu-bar menus. Add help strings. Don't remove the Edit menu
21412 from the menu bar, as the menu bar has enough space now.
21413
21414 * Makefile.in (SHELL): Make sure /bin/sh is used.
21415
21416 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21417 characters, which use series of two ^H characters instead of one.
21418
21419 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21420
21421 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21422 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21423 functions.
21424 (Info-find-node-2): Try a case-sensitive search first, then
21425 do a case-insensitive search.
21426
21427 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21428 tutorials.
21429
21430 * complete.el (PC-env-vars-alist): New variable.
21431 (PC-complete-as-file-name): New function.
21432 (partial-completion-mode): Initialize PC-env-vars-alist from
21433 process-environment.
21434 (PC-do-completion): Handle completion of env vars.
21435
21436 * info.el (Info-set-mode-line): Show file name in mode line,
21437 use `*Info*' instead of `Info:'.
21438
21439 * startup.el (command-line-1): Change copyright messages to year
21440 2000.
21441
21442 2000-06-15 Dave Love <fx@gnu.org>
21443
21444 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21445 not local-map.
21446
21447 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21448
21449 * international/mule.el (set-buffer-file-coding-system): Almost
21450 rewritten to handle `undecided' as no-op.
21451
21452 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21453
21454 * Makefile.in: New file.
21455
21456 * Makefile: Removed.
21457
21458 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21459 (goto-address-highlight-keymap): Bind C-c RET.
21460
21461 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21462
21463 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21464 inherits buffer-file-coding-system of the current buffer.
21465
21466 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21467 0. Give correct argument to set-auto-coding-function.
21468 (tar-expunge): For goto-char, use (point-min), not 0.
21469 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21470 (tar-subfile-save-buffer): Likewize.
21471
21472 * international/mule.el
21473 (after-insert-file-set-buffer-file-coding-system): Call
21474 set-buffer-file-coding-system with the arg FORCE t.
21475
21476 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21477
21478 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21479 nil. Contemporary sendmails issue an X-Authentication-Warning if
21480 the sender is set with `-f'.
21481
21482 2000-06-13 Dave Love <fx@gnu.org>
21483
21484 * help.el (describe-function-1): Kluge around cases of functions
21485 fset to subrs whose doc doesn't match their symbol-name.
21486
21487 * image.el (insert-image): Default STRING to a space.
21488
21489 * info.el Doc fixes.
21490 (Info-build-node-completions): Match Ref tags.
21491
21492 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21493
21494 * frame.el (display-multi-frame-p, display-multi-font-p): New
21495 defaliases for display-graphic-p.
21496
21497 * hl-line.el: Fixed a typo in commentary.
21498
21499 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21500
21501 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21502 fixed.
21503
21504 2000-06-12 Dave Love <fx@gnu.org>
21505
21506 * image.el (insert-image): Save a little consing.
21507
21508 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21509
21510 * language/tibet-util.el: Convert all tibetan-1-column characters
21511 to the corresponding tibetan characters.
21512 (tibetan-add-components): Delete code for the special treatment of
21513 'a chung.
21514
21515 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21516 change.
21517 (tibetan-vowel-transcription-alist): More rules added.
21518 (tibetan-composite-vowel-alist): New variable.
21519 (tibetan-precomposition-rule-alist): More rules added.
21520
21521 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21522
21523 * startup.el (command-line): Only call menu-bar-mode if interactive.
21524
21525 * thingatpt.el (toplevel symbol-properties):
21526 * textmodes/makeinfo.el (makeinfo-compile):
21527 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21528 * progmodes/hideif.el (hif-compress-define-list)
21529 (hide-ifdef-use-define-alist):
21530 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21531 (ange-ftp-vms-add-file-entry):
21532 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21533 * man.el (Man-build-man-command):
21534 * mail/rnewspost.el (news-reply-header-hook):
21535 * info.el (Info-insert-dir):
21536 * emulation/mlconvert.el (backward-word, forward-word, setq):
21537 * emacs-lisp/gulp.el (gulp-send-requests):
21538 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21539 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21540 (byte-optimize-apply, end of file):
21541 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21542 (ad-make-freeze-definition):
21543 * startup.el (command-line, command-line-1): Don't quote lambdas.
21544
21545 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21546 (cvs-cleanup-removed): New function.
21547 (cvs-cleanup-functions): New var.
21548 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21549 some flexibility in specifying additional entries to auto-cleanup.
21550 (cvs-quickdir): New function.
21551 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21552 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21553 (cvs-mode-find-file): Check that we are on a filename or dirname
21554 when invoked through a mouse-click.
21555 (cvs-full-path): Remove.
21556 (cvs-dired-action): Re-introduced.
21557 (cvs-dired-noselect): Use it.
21558 (vc-post-command-functions): use this new hook if available.
21559
21560 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21561 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21562 (cvs-filename-map, cvs-dirname-map): Remove.
21563 (cvs-default-action): Remove.
21564 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21565 if the arg is really a keymap.
21566 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21567 Don't hardcode the mapping from state (aka type) to face, but check
21568 the var cvs-fi-<type>-face instead.
21569 (cvs-fileinfo-from-entries): New function.
21570
21571 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21572 Docstring fix.
21573 (cvs-find-file-and-jump): Change default to be safer.
21574 (cvs-mode-diff-map): Define it as a function as well.
21575 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21576 Bind mouse-2 in this global map rather than with text-properties.
21577
21578 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21579 file to resolve the ambiguity between C(conflict) and C(need-merge).
21580
21581 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21582
21583 * international/mule.el (set-buffer-file-coding-system): If
21584 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21585 unconditionally.
21586
21587 2000-06-12 Dave Love <fx@gnu.org>
21588
21589 * wid-edit.el (widget-specify-button): Really suppress the face if
21590 required.
21591
21592 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21593
21594 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21595
21596 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21597
21598 * imenu.el (imenu-generic-expression): Docstring fix.
21599
21600 * composite.el (composition-function-table): Move the `put'
21601 below the autoload cookie so we can load the file before loaddefs.
21602
21603 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21604
21605 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21606 Handle easy-mmode-define-global-mode.
21607 For complex macros like define-minor-mode that can generate
21608 several autoload entries, try to autoload entries in the
21609 macroexpanded code.
21610
21611 * emacs-lisp/easy-mmode.el (define-minor-mode):
21612 If KEYMAP is a symbol, just use it.
21613 Use byte-compile-current-file and load-file-name to infer the
21614 proper :require to pass to defcustom.
21615 Wrap the hook var into `progn' so as not to autoload it.
21616 Add a :autoload-end cookie.
21617 Be more careful about the evaluation of KEYMAP.
21618 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21619 (define-derived-mode): Move define-abbrev-table outside of defvar.
21620
21621 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21622
21623 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21624 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21625 (backup-compiled-files): Ignore errors during `tar'.
21626 (bootstrap): Make autoloads before elc files.
21627
21628 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21629
21630 * international/mule.el (set-buffer-file-coding-system): If one of
21631 undecided-XXX is specified, change only EOL conversion.
21632
21633 * international/mule-conf.el (unix): New alias for the coding
21634 system undecided-unix.
21635
21636 2000-06-09 Dave Love <fx@gnu.org>
21637
21638 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21639
21640 * progmodes/executable.el: Byte compile dynamic.
21641 (executable-insert): Change custom type.
21642 (executable-find): Add autoload cookie.
21643 (executable-make-buffer-file-executable-if-script-p): New
21644 function. After Noah Friedman.
21645
21646 * files.el (after-save-hook): Customize, with
21647 executable-make-buffer-file-executable-if-script-p as an option.
21648
21649 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21650
21651 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21652 "tib24p-mule.bdf" for Tibetan.
21653
21654 * composite.el (decompose-composite-char): Declare it as obsolete.
21655
21656 * man.el (Man-fontify-manpage): Pay attention to underline and
21657 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21658
21659 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21660
21661 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21662 Set maintainer to FSF since author isn't reachable.
21663
21664 2000-06-08 Dave Love <fx@gnu.org>
21665
21666 * international/mule-cmds.el (select-safe-coding-system): If
21667 DEFAULT-CODING-SYSTEM is not specified, also check the most
21668 preferred coding-system if buffer-file-coding-system is
21669 `undecided'. From Handa.
21670
21671 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21672
21673 * international/mule.el
21674 (after-insert-file-set-buffer-file-coding-system): If the buffer
21675 size is greater than INSERTED, judget that we are not visiting.
21676
21677 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21678
21679 * whitespace.el (defgroup whitespace): Comment out `:version'.
21680 XEmacs 20.4 has problems defining the group with this present.
21681 We'll have this commented out till get resolve the problem.
21682
21683 2000-06-07 John Wiegley <johnw@gnu.org>
21684
21685 * align.el (align-dq-string-modes, align-sq-string-modes)
21686 (align-open-comment-modes): Add pyhton-mode.
21687 (align-rules-list): Use get-text-property instead of
21688 text-properties-at.
21689 (align-rules-list): Add python-assignment.
21690 (align-rules-list): Change perl-comma-delimiter to
21691 basic-comma-delimiter. Use if for Perl modes and python-mode.
21692 (align-rules-list): Add python-chain-logic and
21693 basic-line-continuation.
21694
21695 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21696
21697 * apropos.el (apropos-mode-hook): New user variable.
21698 (apropos-mode): Run apropos-mode-hook.
21699
21700 2000-06-07 David Ponce <david@dponce.com>
21701
21702 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21703 commands. Require `wid-edit' at run-time.
21704
21705 2000-06-07 David Ponce <david@dponce.com>
21706
21707 * recentf.el: Added some "Commentary".
21708 (recentf-open-more-files, recentf-edit-list): Minor changes to
21709 move the point at the top of the file list. This behaviour is
21710 consistent with the menu one when the list contains a lot of
21711 files.
21712 (recentf-cleanup): Now displays the number of items removed from
21713 the list.
21714 (recentf-relative-filter) New menu filter to show filenames
21715 relative to `default-directory'.
21716
21717 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21718
21719 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21720 with/without giving an error if PostScript printer doesn't have this
21721 kind of page size. Zebra Stripe continues or restarts on next page.
21722 Manual/automatic paper feeding. Switch or not the header.
21723 (ps-print-version): New version number (5.2.2).
21724 (ps-windows-system): Include emx as a Windows system.
21725 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21726 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21727 (ps-background-text): Code fix.
21728 (ps-error-handler-message, ps-user-defined-prologue)
21729 (ps-print-prologue-header, ps-printer-name)
21730 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21731 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21732 (ps-use-face-background): Customization fix.
21733 (ps-n-up-database): Data fix.
21734 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21735 (ps-switch-header): New vars.
21736 (ps-xemacs-color-name, ps-face-foreground-name)
21737 (ps-face-background-name, ps-boolean-constant): New funs.
21738
21739 2000-06-07 Dave Love <fx@gnu.org>
21740
21741 * allout.el: New version from Manheimer.
21742
21743 2000-06-07 Kenichi Handa <handa@etl.go.jp>
21744
21745 * textmodes/fill.el (fill-find-break-point): Check the validity of
21746 charset.
21747
21748 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21749
21750 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21751 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21752 Call display-color-p and display-mouse-p instead of looking at
21753 window-system.
21754
21755 2000-06-06 Dave Love <fx@gnu.org>
21756
21757 * image.el (find-image): Doc fix. Return nil if image not found.
21758 (put-image, insert-image): Make STRING arg optional.
21759
21760 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21761
21762 * language/vietnamese.el: Remove eval-when-compile.
21763 (viet-viscii-nonascii-translation-table): Define it as a
21764 translation table made from viet-viscii-decode-table.
21765 (viet-viscii-encode-table): Define it as a translation table made
21766 from the reverse map of above.
21767 (viet-vscii-nonascii-translation-table): Define it as a
21768 translation table made from viet-vscii-decode-table.
21769 (viet-vscii-encode-table): Define it as a translation table made
21770 from the reverse map of above.
21771 (ccl-decode-viscii): Use translate-character.
21772 (ccl-encode-viscii, ccl-encode-viscii-font)
21773 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21774 Likewize.
21775
21776 * language/cyrillic.el: Remove eval-when-compile.
21777 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21778 translation table made from cyrillic-koi8-r-decode-table.
21779 (cyrillic-koi8-r-encode-table): Define it as a translation table
21780 made from the reverse map of above.
21781 (ccl-decode-koi8): Use translate-character.
21782 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21783 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21784 a translation table made from cyrillic-alternativnyj-decode-table.
21785 (cyrillic-alternativnyj-encode-table): Define it as a translation
21786 table made from the reverse map of above.
21787 (ccl-decode-alternativnyj): Use translate-character.
21788 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21789 Likewize
21790
21791 * international/mule-diag.el (non-iso-charset-alist): Specify
21792 translation table symbol instead of translation table itself.
21793 (list-block-of-chars): CHARSET may be a translation table symbol.
21794
21795 * international/mule.el (make-coding-system): If CODING-SYSTEM
21796 already exists, override it.
21797
21798 * international/fontset.el: Use family `proportional' for Tibetan
21799 fonts.
21800
21801 * international/ccl.el (ccl-compile-translate-character): Don't
21802 check if Rrr has property translation-table.
21803 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21804
21805 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21806
21807 * info.el: Bind case-fold-search to t when searching in case
21808 a user sets it to nil in a hook.
21809
21810 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21811
21812 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21813 * hl-line.el (hl-line-mode): Use the new :global key argument.
21814
21815 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21816 (tar-clip-time-string): Prepend a space.
21817 (tar-grind-file-mode): Construct a string rather than modifying one.
21818 (tar-header-block-summarize): Fix docstring.
21819 Use `format' rather than an error-prone set of copy-loops.
21820
21821 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21822 (diff-goto-source, diff-unified->context, diff-context->unified)
21823 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21824 understand the format output by the `-p' argument to diff.
21825
21826 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21827 (sh-re-done): Use defconst.
21828 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21829 (sh-help-string-for-variable, sh-guess-basic-offset):
21830 Don't quote lambdas.
21831 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21832 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21833
21834 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21835 (mh-letter-mode): Derive from text-mode.
21836 This implicitly means that it now calls kill-all-local-variables.
21837 Also remove the Emacs-18 compatibility code.
21838
21839 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21840 Make use of symbol-property doc-string-elt.
21841 Use memq rather than a sequence of eq.
21842 (doc-string-elt): Fix the wrong or missing previously unused values.
21843 (autoload-print-form): New function extracted from
21844 generate-file-autoloads to allow recursion when handling progn
21845 so that defvar's and defun's docstrings are properly printed.
21846 (generate-file-autoloads): Use it.
21847
21848 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21849 Use find-file-hooks in the minor-mode function.
21850 Be careful not to loop indefinitely in the post-command-hook function.
21851
21852 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21853
21854 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21855 tty's.
21856 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21857 differences whenever appropriate.
21858 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21859 * viper.el (find-file, find-file-other-window): Get viper to do
21860 wildcards.
21861
21862 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21863
21864 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21865 (jit-lock-fontify-buffer): New function for JIT refontification.
21866 (jit-lock-mode): Fix docstring.
21867 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21868 Remove jit-lock-after-change from the _local_ hook.
21869 (jit-lock-function-1): Fix docstring.
21870
21871 * info.el (Info-on-current-buffer): Initialize info.
21872
21873 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21874
21875 * progmodes/tcl.el (tcl-indent-for-comment):
21876 Ignore comment-indent-hook.
21877
21878 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21879 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21880 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21881 and improve to use the lighter to guess the capitalization.
21882 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21883 Add keyword arguments to specify global-ness or the custom group.
21884 Add local-map and help-echo properties to the lighter.
21885 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21886 (easy-mmode-define-global-mode): New macro.
21887
21888 2000-06-02 Dave Love <fx@gnu.org>
21889
21890 * wid-edit.el: byte-compile-dynamic since we typically don't use
21891 all the widgets. Don't require cl or widget. Remove
21892 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21893 (widget-read-event): Removed. Callers changed to use read-event.
21894 (widget-button-release-event-p): Renamed from
21895 button-release-event-p.
21896 (widget-field-add-space, widget-field-use-before-change):
21897 Uncustomize.
21898 (widget-specify-field): Use keymap property, not local-map.
21899 (widget-specify-button): Obey :suppress-face.
21900 (widget-specify-insert): Use modern backquote syntax.
21901 (widget-image-directory): Renamed from widget-glyph-directory.
21902 (widget-image-enable): Renamed from widget-glyph-enable.
21903 (widget-image-find): Replaces widget-glyph-find.
21904 (widget-button-pressed-face): Move defvar.
21905 (widget-image-insert): Replaces widget-glyph-insert.
21906 (widget-convert): Use keywordp.
21907 (widget-leave-text, widget-children-value-delete): Use mapc.
21908 (widget-keymap): Remove XEmacs stuff.
21909 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21910 (widget-button-click): Don't set point at the click, but re-centre
21911 if we scroll out of window. Rewritten for images v. glyphs &c.
21912 (widget-tabable-at): Use POS arg, not point.
21913 (widget-beginning-of-line, widget-end-of-line)
21914 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21915 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21916 (widget-default-create): Use widget-image-insert; some rewriting.
21917 (widget-visibility-value-create)
21918 (widget-push-button-value-create, widget-toggle-value-create): Use
21919 widget-image-insert.
21920 (checkbox): Create on and off images dynamically.
21921 (documentation-link): Change :help-echo.
21922 (widget-documentation-link-echo-help): Remove.
21923
21924 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
21925
21926 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21927
21928 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21929 (easy-mmode-define-toggle, define-minor-mode): Use it.
21930 (easy-mmode-define-keymap): Docstring fix.
21931 (define-derived-mode): Default PARENT to fundamental-mode.
21932 Add the derived-mode-parent symbol-property.
21933 (easy-mmode-derived-mode-p): New function.
21934
21935 2000-06-02 Dave Love <fx@gnu.org>
21936
21937 * files.el (convert-standard-filename): Doc fix.
21938 (normal-backup-enable-predicate): New function.
21939 (backup-enable-predicate): Use it to replace the lambda form.
21940
21941 * calendar/todo-mode.el: [This needs more work on the outline
21942 stuff.] Doc fixes.
21943 (todo) <defgroup>: Add :version.
21944 (todo-add-category): Don't use pushnew.
21945 (todo-cmd-raise): Fix typo.
21946 (todo-top-priorities): Change temp buffer name.
21947 (todo-category-alist): Avoid redundant lambda.
21948 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21949 Use outline-next-heading.
21950
21951 * autoarg.el: Rewritten to use define-minor-mode.
21952 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21953 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21954
21955 2000-06-02 Kenichi Handa <handa@etl.go.jp>
21956
21957 * isearch.el (isearch-other-meta-char): Fix previous change.
21958
21959 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21960
21961 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21962 (log-edit-done): Only add the comment to the ring if it's different
21963 from the last comment entered.
21964
21965 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21966
21967 2000-06-01 Dave Love <fx@gnu.org>
21968
21969 * hl-line.el: Rewritten using define-minor-mode.
21970
21971 * help.el (describe-function-1): Distinguish special form from
21972 builtin function. Sanity-check presence of arglist for builtins.
21973
21974 2000-06-01 Kenichi Handa <handa@etl.go.jp>
21975
21976 * international/characters.el: Fix syntax/category setting of
21977 Tibetan characters.
21978
21979 * language/tibet-util.el (tibetan-add-components): Fixes for new
21980 encoding of Tibetan characters.
21981 (tibetan-decompose-precomposition-alist): New variable.
21982 (tibetan-decompose-region): Convert precomposed characters to
21983 non-precomposed characters.
21984 (tibetan-decompose-string): Likewise.
21985 (tibetan-composition-function): Fix args to
21986 thibetan-compose-string.
21987
21988 * language/tibetan.el (tibetan-composable-pattern): More
21989 characters included.
21990 (tibetan-consonant-transcription-alist): Rule for "R" added.
21991 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21992 "+R" added.
21993 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21994
21995 * language/lao-util.el (lao-composition-function): Fix args to
21996 compose-string.
21997
21998 * language/thai-util.el (thai-composition-function): Fix args to
21999 compose-string.
22000
22001 * isearch.el (isearch-update): Set disable-point-adjustment to t
22002 to prevent the point moving to the end of a composition when a
22003 part of a composition is searched.
22004 (isearch-other-meta-char): If the key invoking this command can be
22005 mapped by function-key-map to a printing char, call
22006 isearch-process-search-char directly.
22007
22008 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22009
22010 * emacs-lisp/bytecomp.el:
22011 * frame.el:
22012 * international/mule-cmds.el:
22013 * international/mule-util.el:
22014 * international/mule.el:
22015 * mouse.el:
22016 * subr.el:
22017 * faces.el: Update calls to make-obsolete with a WHEN argument.
22018
22019 * byte-run.el (make-obsolete, make-obsolete-variable):
22020 Add an optional WHEN argument and change the format of the
22021 symbol-property information.
22022 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22023 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22024 new obsolete-symbol-property format and print WHEN if it is provided.
22025
22026 2000-05-31 Dave Love <fx@gnu.org>
22027
22028 * loadhist.el (loadhist-hook-functions): Remove
22029 before-change-function, after-change-function.
22030 (unload-feature): Deal with symbols which are both bound and
22031 fbound.
22032
22033 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22034 before-change-function, after-change-function.
22035
22036 * simple.el (newline): Don't bind before-change-function,
22037 after-change-function.
22038
22039 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22040
22041 * whitespace.el (whitespace-rescan-timer-time): Update interval
22042 set to 600 seconds (10 minutes) instead of 60 seconds since
22043 a large number of whitespace buffers causes emacs to `freeze'
22044 for a considerable amount of time.
22045
22046 * whitespace.el: Updated email address
22047
22048 2000-05-31 Dave Love <fx@gnu.org>
22049
22050 * add-log.el (change-log-font-lock-keywords) <function>: Add
22051 pattern for function of change.
22052 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22053 acknowledgements patterns.
22054
22055 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22056
22057 * isearch.el (isearch-printing-char): If keyboard coding system is
22058 being used, call isearch-process-search-multibyte-characters.
22059
22060 * international/isearch-x.el: Mostly rewritten.
22061
22062 * international/quail.el (quail-start-conversion): Don't include
22063 unhandled events in the returned events, but set them in
22064 unread-command-events. Exit if all inputs are deleted.
22065
22066 2000-05-30 Jason Rumney <jasonr@gnu.org>
22067
22068 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22069
22070 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22071 Reenable code to create initial fontsets.
22072 Use set-fontset-font in place of put-charset-property.
22073
22074 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22075
22076 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22077 label, ensure that the first colon isn't followed by another.
22078
22079 * paths.el (Info-default-directory-list): Doc fix.
22080
22081 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22082 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22083 send a query containing USER only, not USER@HOST.
22084
22085 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22086 and rmail-msgend to compute the restriction at the end, instead of
22087 computing it.
22088
22089 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22090
22091 * dabbrev.el (dabbrev-expand): Don't display messages in the
22092 echo area if the minibuffer window is active.
22093
22094 * jit-lock.el (jit-lock-mode): Add after change function to
22095 local hook.
22096
22097 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22098
22099 * antlr-mode.el: New commands: hide/unhide actions,
22100 upcase/downcase literals.
22101 (antlr-tiny-action-length): New user option.
22102 (antlr-hide-actions): New command. Suggested by
22103 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22104 (antlr-mode-map): New binding [C-c C-v].
22105 (antlr-mode-menu): New entries.
22106 (antlr-downcase-literals): New command.
22107 (antlr-upcase-literals): Ditto.
22108
22109 * antlr-mode.el: Minor changes: indendation, mode-name.
22110 (antlr-indent-line): Indent cpp directive at column 0.
22111 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22112
22113 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22114 (antlr-font-lock-additional-keywords): Workaround for intentional
22115 bug in XEmacs version of font-lock.
22116 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22117 be used by a smarter version of `buffers-menu-grouping-function'.
22118
22119 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22120
22121 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22122 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22123
22124 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22125
22126 * international/encoded-kb.el
22127 (encoded-kbd-iso2022-designation-map): Pay attention to that
22128 charset-iso-final-char return -1 for eight-bit-control and
22129 eight-bit-graphic.
22130
22131 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22132
22133 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22134 (speedbar-easymenu-definition-base): Use display-graphic-p where
22135 available, instead of window-system.
22136
22137 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22138
22139 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22140 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22141 coding systems.
22142
22143 2000-05-26 Dave Love <fx@gnu.org>
22144
22145 * disp-table.el (standard-display-underline): Don't use
22146 internal-find-face.
22147
22148 * mail/reporter.el: Maintainer change. Doc fixes.
22149 (reporter-version): Deleted.
22150
22151 * emacs-lisp/elp.el: Maintainer change.
22152 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22153
22154 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22155
22156 * add-log.el (add-change-log-entry): Merge the current entry with the
22157 previous one if the previous one is empty.
22158
22159 2000-05-26 Dave Love <fx@gnu.org>
22160
22161 * loadhist.el (unload-feature): Fix interactive spec [from
22162 lijnzaad@ebi.ac.uk].
22163
22164 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22165 subr-arity to check primitives.
22166 (byte-compile-flush-pending, byte-compile-file-form-progn)
22167 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22168 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22169 mapcar.
22170
22171 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22172
22173 * international/fontset.el: Set family names of non-latin charsets
22174 in default fontset to "*".
22175
22176 * international/mule-diag.el (print-fontset): Combine family part
22177 and registry part of the fontname by "-*-" instead of "-".
22178
22179 * international/mule-cmds.el (encode-coding-char): Make strings
22180 multibyte before calling encode-coding-string.
22181
22182 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22183
22184 * derived.el: Fix keywords.
22185 (define-derived-mode): Only define if needed.
22186
22187 * simple.el (fill-comment, comment-column, comment-start)
22188 (comment-start-skip, comment-end, comment-indent-function)
22189 (block-comment-start, block-comment-end, indent-for-comment)
22190 (set-comment-column, kill-comment, comment-padding, comment-region)
22191 (comment-multi-line, indent-new-comment-line): Remove.
22192
22193 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22194 function names for comment operations.
22195
22196 * newcomment.el: Add abundant autoload cookies.
22197 (comment-style): Don't depend on runtime data at compile-time.
22198 (comment-indent-hook): Remove.
22199 (comment-indent): Check if comment-indent-hook is bound.
22200 (comment-region): Docstring fix.
22201
22202 2000-05-25 Dave Love <fx@gnu.org>
22203
22204 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22205 byte-code-function-p.
22206
22207 * mail/rmailsum.el: Add provide.
22208
22209 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22210
22211 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22212 defcustom.
22213
22214 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22215
22216 * ediff-diff.el (ediff-exec-process): delete --binary option from
22217 non-buffer ediff jobs.
22218
22219 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22220
22221 * hilit-chg.el (highlight-changes-mode): Ask about color or
22222 grayscale support, not about window-system.
22223
22224 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22225 window-system.
22226 (ffap-highlight): Always default to t.
22227
22228 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22229 display-popup-menus-p instead of looking at window-system.
22230
22231 * disp-table.el (standard-display-g1, standard-display-graphic):
22232 Only refuse to use string glyphs on X and MS-Windows.
22233
22234 * avoid.el: Remove window-system from commentary, suggest to use
22235 display-*-p instead.
22236
22237 * apropos.el (apropos-print): Use display-mouse-p instead of
22238 window-system.
22239
22240 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22241
22242 * international/codepage.el (cp-decoding-vector-for-codepage):
22243 Fill up unsupported characters with their own codes. From Kenichi
22244 Handa.
22245
22246 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22247
22248 * international/mule-diag.el (describe-char-after): Use
22249 display-graphic-p instead of window-system, so that this function
22250 works on MS-DOS.
22251
22252 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22253
22254 * international/codepage.el (cp-make-coding-systems-for-codepage):
22255 Remove the eight-bit-graphic and eight-bit-control charsets from
22256 the list of charsets which we convert into `?'.
22257
22258 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22259
22260 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22261 private charsets.
22262 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22263 japanese-jisx0213-2): New charsets.
22264
22265 * international/fontset.el: Setup default fontset for new charsets.
22266
22267 2000-05-24 Dave Love <fx@gnu.org>
22268
22269 * info.el (Info-find-node-2): Restructure [following "Vadim
22270 S. Solomin" <sovs@uic.nnov.ru>].
22271
22272 * icomplete.el: Fix header for Finder.
22273
22274 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22275
22276 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22277 STAY.
22278
22279 * rmail.el (rmail-automatic-folder-directives): New user variable.
22280 (rmail-show-message): Add call to `rmail-auto-file' during
22281 display.
22282 (rmail-auto-file): New function.
22283
22284 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22285
22286 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22287 account.
22288 (ediff-test-utility,ediff-diff-mandatory-option)
22289 (ediff-reset-diff-options): Utilities for proper initialization of
22290 ediff-diff-options and ediff-diff3-options on Windows.
22291
22292 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22293 variable.
22294
22295 * ediff-mult.el (ediff-filegroup-action): Use
22296 ediff-merge-filename-prefix.
22297
22298 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22299
22300 * viper-ex.el (ex-write): Set selective display to nil.
22301
22302 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22303
22304 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22305 aliases for hebrew-iso-8bit.
22306
22307 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22308
22309 * woman.el: New version from Francis J. Wright
22310 <F.J.Wright@Maths.QMW.ac.uk>.
22311 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22312 names in environment variables regardless of the path separator.
22313 (woman-topic-all-completions-1): Don't call file-name-directory-p
22314 on all files, since woman-file-regexp already filters out any
22315 directories.
22316
22317 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22318
22319 * international/quail.el (quail-start-translation): Don't change
22320 modified-p of the current buffer.
22321 (quail-start-conversion): Likewise.
22322
22323 * international/kkc.el (kkc-region): Don't change modified-p of
22324 the current buffer.
22325
22326 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22327 conform to RFC1468.
22328 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22329
22330 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22331
22332 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22333 (speedbar-insert-button): Invisible text property fix.
22334 (speedbar-directory-plus): Renamed from speedbar-directory-+
22335 (speedbar-directory-minus): Renamed from speedbar-directory--
22336 (speedbar-page-plus): Renamed from speedbar-file-+
22337 (speedbar-page-minus): Renamed from speedbar-file--
22338 (speedbar-page): Renamed from speedbar-file-
22339 (speedbar-tag): Renamed from speedbar-tag-
22340 (speedbar-tag-plus): Renamed from speedbar-tag-+
22341 (speedbar-tag-minus): Renamed from speedbar-tag--
22342 (speedbar-expand-image-button-alist): Use above renames.
22343
22344 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22345 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22346 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22347 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22348 * sb-pg.xpm: Renamed from sb-file.xpm
22349 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22350 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22351
22352 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22353
22354 * international/quail.el (quail-show-guidance-buf): Set
22355 current-input-method of the guidance buffer to the name of the
22356 curren input method.
22357
22358 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22359
22360 * progmodes/compile.el (compile-internal): Style typo.
22361
22362 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22363 quote vars and functions in the docstring.
22364
22365 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22366
22367 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22368 Don't quote lambdas.
22369
22370 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22371
22372 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22373
22374 * startup.el (command-line): Determine source file of compiled
22375 user init file differently. Warn if compiled user init file
22376 is older than its source file.
22377
22378 * ffap.el (ffap-url-regexp): Add `https'.
22379
22380 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22381
22382 * files.el (make-backup-file-name-1): Replace slashes with `!'
22383 rather than `|' (which is not allowed on Windows). Replace the
22384 drive letters with a string "drive_X".
22385
22386 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22387
22388 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22389
22390 * files.el (interpreter-mode-alist): Add `bash2'.
22391
22392 2000-05-22 Dave Love <fx@gnu.org>
22393
22394 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22395 mapc.
22396 (feature-file): Avoid calling symbol-name. Doc fix.
22397 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22398 (loadhist-hook-functions): Add mouse-position-function.
22399 (unload-feature): Change uses of mapcar.
22400
22401 * files.el (parse-colon-path): Doc fix.
22402 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22403 (set-auto-mode): Use mapc.
22404
22405 * complete.el (PC-look-for-include-file): Use :alnum: character
22406 class.
22407 (partial-completion-mode): Add autoload cookie.
22408
22409 2000-05-22 Sam Steingold <sds@gnu.org>
22410
22411 * info.el (Info-fontify-node): Fixed the call to
22412 `add-text-properties' (bug introduced on 2000-05-18).
22413
22414 2000-05-22 Dave Love <fx@gnu.org>
22415
22416 * bindings.el: Remove debug-ignored-errors set in other files.
22417
22418 * progmodes/etags.el: Add to debug-ignored-errors.
22419 (visit-tags-table-buffer): Clear out buffers holding old tables
22420 when making a new list.
22421 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22422 mapc.
22423
22424 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22425 quote keywords.
22426 (cmpl-string-case-type): Use character classes.
22427
22428 * comint.el:
22429 * textmodes/ispell.el:
22430 * imenu.el:
22431 * mail/mh-e.el:
22432 * progmodes/compile.el: Add to debug-ignored-errors.
22433
22434 * dabbrev.el: Add to debug-ignored-errors.
22435 (dabbrev-completion): Use mapc.
22436
22437 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22438
22439 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22440 (woman-mapcan, woman-parse-man.conf)
22441 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22442 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22443 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22444 path syntax better.
22445 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22446 (woman-manpath): Call woman-parse-man.conf.
22447 (woman-emulation): New defcustom, defaults to nroff.
22448 (woman-font-support): New defconst.
22449 (woman-use-symbol-font): New defcustom.
22450 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22451 "Emulation".
22452 Many functions: Doc fix.
22453
22454 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22455
22456 * international/quail.el (quail-simple-translation-keymap): Map
22457 128..255 to quail-self-insert-command.
22458 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22459
22460 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22461
22462 * help.el (help-manyarg-func-alist): Typo.
22463
22464 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22465 intervals which makes it heaps simpler.
22466
22467 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22468 the nested comment markers.
22469
22470 * subr.el (remove-hook): Don't turn the hook's value into a list.
22471
22472 2000-05-21 Dave Love <fx@gnu.org>
22473
22474 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22475 are invalid characters.
22476
22477 * international/mule-util.el (detect-coding-with-priority): Use
22478 mapc. Remove redundant lambda.
22479
22480 * international/mule-diag.el (list-non-iso-charset-chars)
22481 (describe-fontset): Remove redundant lambda.
22482
22483 * emulation/crisp.el (brief-mode): New alias.
22484
22485 * emacs-lisp/ring.el (ring-elements): New function.
22486
22487 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22488 (easy-menu-do-add-item): Use keywordp.
22489
22490 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22491
22492 * replace.el: Doc and error message fixes.
22493 (replace-highlight): Use facep, not internal-find-face.
22494
22495 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22496
22497 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22498
22499 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22500 (log-edit-insert-changelog): Drop `:' as well.
22501
22502 * log-view.el: Fix file description.
22503 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22504 available.
22505 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22506 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22507
22508 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22509 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22510 Print a status message if the toggle is called interactively.
22511 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22512 for global minor modes and use `defcustom' for them.
22513 Use add-minor-mode.
22514 (easy-mmode-define-derived-mode): Remove.
22515 (define-derived-mode): Fancier default docstring.
22516 (easy-mmode-define-navigation): Signal an error rather than (ding).
22517
22518 * newcomment.el (comment-styles): New `box-multi'.
22519 (comment-normalize-vars): Better default for comment-continue to
22520 avoid whitespace-only continuations.
22521 (comment-search-forward): Always move even in the no-syntax case.
22522 (comment-padright): Only obey N if it's only obeyed for padleft.
22523 (comment-make-extra-lines): Better handling of empty continuations.
22524 Use `=' for the filler if comment-start has only one character.
22525 (uncomment-region): Try handling the special `=' filler.
22526 (comment-region): Allow LINES even if MULTI is nil.
22527 (comment-box): Choose box style based on comment-style.
22528
22529 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22530
22531 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22532 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22533
22534 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22535
22536 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22537 and insert, not subst-char-in-region.
22538
22539 * international/mule-diag.el (list-character-sets-1): Handle
22540 charsets eight-bit-control and eight-bit-graphic.
22541 (list-iso-charset-chars): Likewise.
22542 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22543 charactes as is. Use indent-to to align characters.
22544
22545 * international/mule-cmds.el (find-multibyte-characters): Never
22546 exclude charsets eight-bit-control and eight-bit-graphic.
22547
22548 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22549
22550 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22551 Don't quote lambdas.
22552
22553 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22554
22555 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22556
22557 * gud.el (gud-jdb-directories): Doc fix.
22558
22559 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22560
22561 * newcomment.el: New file.
22562
22563 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22564
22565 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22566
22567 2000-05-18 Andreas Schwab <schwab@suse.de>
22568
22569 * dired.el (dired-between-files): Also skip lines beginning with
22570 `used'.
22571
22572 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22573
22574 * msb.el (msb-menu-cond): Add choice `user'.
22575
22576 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22577
22578 * ps-print.el: Compatibility, customization and doc fix.
22579 (ps-printer-name-option): Replace defconst by defvar.
22580 (ps-postscript-code-directory): XEmacs compatibility.
22581 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22582 fix.
22583 (ps-user-defined-prologue, ps-print-prologue-header)
22584 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22585 compatibility and code fix.
22586 (ps-print-background-image, ps-print-background-text):
22587 Customization fix.
22588 (ps-line-number-start, ps-n-up-on): New vars.
22589
22590 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22591
22592 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22593 the indent-comment function to just return the appropriate indent.
22594
22595 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22596
22597 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22598 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22599 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22600
22601 2000-05-18 Dave Love <fx@gnu.org>
22602
22603 * info.el (Info-fontify-node): Add intangible property as well as
22604 invisible.
22605
22606 * calendar/appt.el (appt-make-list): Match all lines of entry.
22607 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22608
22609 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22610
22611 * international/mule-diag.el (describe-char-after): Call
22612 internal-char-font, not char-font. If internal-char-font returns
22613 nil, display "-- none --".
22614
22615 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22616
22617 * image.el (image-type-available-p): Don't reference image-types
22618 if it isn't bound.
22619
22620 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22621
22622 * autoarg.el (autoarg-mode): Typo in the :set argument.
22623
22624 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22625
22626 * startup.el (command-line-1): Don't signal an error if the
22627 directory for auto-save-list files does not yet exist.
22628
22629 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22630
22631 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22632
22633 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22634
22635 * subr.el (remove-hook): `setq' hook-value, not `set'.
22636
22637 2000-05-16 Sam Steingold <sds@gnu.org>
22638
22639 * info.el (debug-ignored-errors): More errors to ignore.
22640
22641 2000-05-16 Dave Love <fx@gnu.org>
22642
22643 * cus-edit.el: Don't require cl or easymenu.
22644 (custom-variable-prompt): Test standard-value property, not
22645 user-variable-p.
22646
22647 2000-05-16 Sam Steingold <sds@gnu.org>
22648
22649 * subr.el (add-hook): `setq' hook-value, not `set'.
22650
22651 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22652
22653 * startup.el (command-line-1): Mention the FAQ in the startup
22654 message.
22655
22656 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22657
22658 * progmodes/compile.el (compilation-parse-errors): Collect
22659 `nomessage' regexps last.
22660
22661 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22662
22663 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22664 to the function name.
22665
22666 2000-05-15 Dave Love <fx@gnu.org>
22667
22668 * speedbar.el (speedbar-recenter): Typo.
22669 (speedbar-expand-line): Make arg optional.
22670 (speedbar-mode): Avoid a compiler warning.
22671
22672 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22673
22674 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22675 user-specified option string is empty.
22676
22677 * mouse.el (mouse-yank-at-click): Doc fix.
22678
22679 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22680
22681 * term/internal.el (IT-character-translations): More updates of
22682 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22683 documents.
22684
22685 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22686
22687 * env.el (getenv): New function, interactively callable.
22688 (setenv, getenv): Remove autoload cookies.
22689
22690 * loadup.el: Load `env'.
22691
22692 * progmodes/f90.el: Change author's mail address.
22693
22694 2000-05-14 Dave Love <fx@gnu.org>
22695
22696 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22697 goto-addr as an option.
22698
22699 * help.el (help-xref-stack): Doc fix.
22700 (help-xref-following): New variable.
22701 (help-make-xrefs): Use it.
22702 (help-xref-go-back): Use position information from stack element.
22703 (help-follow): Make position in stack element a pair. Use
22704 help-xref-following.
22705
22706 * autoarg.el: New file.
22707
22708 * faces.el: Declare more functions obsolete.
22709
22710 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22711 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22712 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22713 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22714 Remove all the setup-...-environment functions.
22715
22716 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22717
22718 * speedbar.el: Updated the commentary section. xemacs20p now uses
22719 >= when detecting. Require `defimage' safely.
22720 (speedbar-easymenu-definition-base): Add toggle for images.
22721 (speedbar-easymenu-definition-special): Add flush cache & expand.
22722 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22723 (speedbar-reconfigure-keymaps-hook): New variable.
22724 (speedbar-frame-parameters): Updated documentation.
22725 (speedbar-use-imenu-flag): Updated custom tag
22726 (speedbar-dynamic-tags-function-list): New variable.
22727 (speedbar-tag-hierarchy-method): Updated doc & custom.
22728 (speedbar-indentation-width, speedbar-indentation-width) New
22729 variables.
22730 (speedbar-hide-button-brackets-flag): Customizable.
22731 (speedbar-vc-indicator): Doc update.
22732 (speedbar-ignored-path-expressions): Updated default value.
22733 (speedbar-supported-extension-expressions): Updated default value.
22734 (speedbar-syntax-table): Remove {} paren status.
22735 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22736 as "+". Added overlay aliases.
22737 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22738 `force-mode-line-update'.
22739 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22740 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22741 `mouse-set-point'
22742 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22743 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22744 of arbitrary text, and new helper functions.
22745 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22746 filename finder.
22747 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22748 (speedbar-directory-buttons): Update path search/expansion.
22749 (speedbar-make-tag-line): Pay attention to
22750 `speedbar-indentation-width'. Use more care w/ invisible
22751 properties.
22752 (speedbar-change-expand-button-char): Call
22753 `speedbar-insert-image-button-maybe'.
22754 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22755 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22756 (speedbar-trim-words-tag-hierarchy)
22757 (speedbar-simple-group-tag-hierarchy): New functions
22758 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22759 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22760 functions.
22761 (speedbar-mouse-set-point): New function
22762 (speedbar-power-click): Updated documentation.
22763 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22764 of tag prefix text.
22765 (speedbar-expand-line, speedbar-contract-line): Make more robust
22766 to strange text.
22767 (speedbar-expand-line): Takes universal argument to flush the
22768 cache.
22769 (speedbar-flush-expand-line): New function.
22770 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22771 Use new generator insertion method.
22772 (speedbar-fetch-dynamic-tags): New function.
22773 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22774 `speedbar-fetch-dynamic-imenu'.
22775 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22776 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22777 "Revert Buffer" menu items.
22778 (speedbar-buffer-buttons-engine): Be smarter when creating a
22779 filename tag (for expansion purposes.).
22780 (speedbar-highlight-one-tag-line,
22781 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22782 (speedbar-recenter): New functions.
22783 (defimage-speedbar): Image loading abstraction.
22784 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22785 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22786 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22787 (speedbar-tag-type, speedbar-tag-mail): New images.
22788 (speedbar-expand-image-button-alist): New variable.
22789 (speedbar-insert-image-button-maybe): Insert an image over some
22790 buttons.
22791
22792 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22793
22794 * international/mule-cmds.el (encode-coding-char): An ASCII
22795 character is always encodable.
22796
22797 * international/mule-conf.el: Add more information in descriptions
22798 of character sets.
22799
22800 * international/mule-diag.el (describe-char-after): New function.
22801 (describe-font-internal): Adjusted for the change of font-info.
22802 (describe-font): Likewise.
22803 (print-fontset): Rewritten for the new fontset implementation.
22804 (describe-fontset): Include fontset alias names in completion.
22805 (list-fontsets): Adjusted for the change of print-fontset.
22806
22807 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22808 describe-char-after instead of displaying the detail in the echo
22809 area.
22810 (syntax-code-table): Format changed.
22811 (string-to-syntax): Adjusted for the above change.
22812
22813 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22814
22815 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22816
22817 2000-05-12 Dave Love <fx@gnu.org>
22818
22819 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22820 dependence. Use line-{beginning,end}-position, not
22821 point-at{b,e}ol. Some doc fixes.
22822 (todo-position): New function. Fix callers of position to use it.
22823 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22824
22825 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22826
22827 * time.el (display-time-mail-icon): Use `:ascent center'.
22828
22829 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22830 handling FTP security extensions.
22831
22832 2000-05-11 Dave Love <fx@gnu.org>
22833
22834 * calendar/todo-mode.el: New file.
22835
22836 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22837
22838 * comint.el (comint-read-input-ring): Move reference to
22839 comint-input-ring-size outside of the save-excursion. It was
22840 causing the default value to be the only one ever seen.
22841
22842 * font-lock.el: Update copyright. Remove Simon Marshall's email
22843 address on request from him.
22844
22845 * subr.el (substitute-key-definition): Add comment describing
22846 the meaning of PREFIX.
22847
22848 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22849
22850 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22851
22852 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22853 (add-minor-mode): Don't make the variable buffer-local and add a
22854 reference to define-minor-mode in the docstring.
22855
22856 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22857 HEADER/FOOTER and fix bug with trailing empty directory.
22858 (cvs-append-to-ignore): Use vc-editable-p if available.
22859 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22860 (vc-do-command): Tweak advice to handle the new VC.
22861
22862 * log-view.el (log-view-goto-rev): New function for the new VC.
22863 (log-view-minor-wrap): Use mark-active.
22864
22865 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22866 (log-edit-changelog-full-paragraphs): New var.
22867 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22868 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22869 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22870 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22871 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22872 Replace the `cvs' prefix with `log-edit'.
22873
22874 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22875
22876 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22877 (diff-font-lock-defaults): Explicitly turn off multiline.
22878 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22879 (diff-ediff-patch): Fix call to ediff-patch-file.
22880 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22881 Handle comments.
22882
22883 * frame.el (automatic-hscrolling): Typo.
22884
22885 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22886
22887 2000-05-09 Sam Steingold <sds@goems.com>
22888
22889 * apropos.el (apropos-print): use `describe-face' instead of
22890 `customize-face-other-window'.
22891
22892 2000-05-09 Dave Love <fx@gnu.org>
22893
22894 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22895
22896 * help.el (describe-variable): Have customize button pop the
22897 help-xref stack when invoked.
22898 (help-xref-symbol-regexp): Add `face'.
22899 (help-make-xrefs): Check for quoted face names and adapt regexp
22900 submatch numbers to cope.
22901 (help-xref-interned): Maybe insert face doc too. Separate
22902 sections with a line of hyphens.
22903
22904 * faces.el: Some doc fixes. Declare some functions obsolete.
22905 (describe-face): Add customize button. Return the help
22906 text. Fix prompt.
22907
22908 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22909
22910 * term/internal.el (IT-character-translations): Fix last change.
22911
22912 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22913
22914 * woman.el: New file
22915 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22916
22917 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22918
22919 * term/internal.el (IT-character-translations): Update ASCII
22920 simulations for greek-iso8859-7, add latin-iso8859-14 and
22921 latin-iso8859-15.
22922
22923 * international/mule-cmds.el (set-language-info-alist): Call
22924 define-prefix-command with 3 arguments, to make the map suitable
22925 for a menu.
22926
22927 2000-05-07 Dave Love <fx@gnu.org>
22928
22929 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
22930
22931 2000-05-05 Dave Love <fx@gnu.org>
22932
22933 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22934 list in doc string. Don't quote keyword symbols.
22935 * emacs-lisp/cl.el: Likewise
22936 * emacs-lisp/cl-seq.el: Likewise
22937
22938 2000-05-05 Gerd Moellmann <gerd@gnu.org>
22939
22940 * abbrev.el (abbrev-mode): Make ARG optional.
22941
22942 2000-05-04 Gerd Moellmann <gerd@gnu.org>
22943
22944 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22945
22946 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22947
22948 * subr.el (substitute-key-definition): Clarify documentation.
22949
22950 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
22951
22952 * glasses.el (glasses-convert-to-unreadable): Use
22953 `glasses-separator' instead of the hard-wired "_".
22954 (glasses-mode): Call `glasses-make-unreadable' only in a single
22955 place.
22956
22957 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
22958
22959 * term/internal.el (cjk-codepages-alist): Add associations for
22960 Chinese and Korean codepages. Remove FIXME comment.
22961
22962 2000-05-03 Dave Love <fx@gnu.org>
22963
22964 * time.el (display-time-mail-face, display-time-use-mail-icon):
22965 New option.
22966 (display-time-mail-icon): New variable.
22967 (display-time-string-forms): Use the above. Fix the local-map.
22968
22969 2000-05-03 Gerd Moellmann <gerd@gnu.org>
22970
22971 * replace.el (query-replace-map): Add binding for `E'.
22972 (query-replace-help): Extend help text.
22973 (perform-replace): Allow editing the replacement string.
22974
22975 * make-mode.el (makefile-mode-abbrev-table): New variable.
22976 (makefile-mode): Set local abbrev table to
22977 makefile-mode-abbrev-table.
22978 (makefile-font-lock-keywords): Fontify includes and conditionals.
22979
22980 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22981 set TOGGLE's value.
22982
22983 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22984 mail-interactive-insert-alias.
22985 (mail-abbrev-complete-alias): New command.
22986 (mail-mode-map): Bind it to `M-TAB'.
22987
22988 2000-05-03 Kenichi Handa <handa@etl.go.jp>
22989
22990 * language/lao-util.el (lao-compose-region): New function.
22991
22992 2000-05-02 Gerd Moellmann <gerd@gnu.org>
22993
22994 * files.el (recover-session): Make directories as necessary
22995 if they don't exist yet.
22996
22997 * calendar/cal-french.el
22998 (french-calendar-multibyte-special-days-array)
22999 (french-calendar-special-days-array): Change French text.
23000 (calendar-french-date-string): Change output.
23001 (calendar-goto-french-date): Likewise.
23002
23003 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23004
23005 * wid-edit.el (widget-default-active): Obey `:always-active'.
23006 (widget-documentation-string-value-create): Set `:always-active'.
23007
23008 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23009
23010 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23011 default prefix to `~/_emacs.d/auto-save.list/_s'.
23012 (normal-top-level): Create the directory for auto-save files, if
23013 it doesn't already exist (in the ms-dos case only).
23014
23015 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23016
23017 * international/mule-cmds.el (set-language-environment): Don't
23018 concat an integer (dos-codepage), use format instead.
23019
23020 2000-05-02 Dave Love <fx@gnu.org>
23021
23022 * help.el (help-xref-on-pp): Check for constant symbols.
23023
23024 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23025
23026 * startup.el (normal-top-level): Put a condition-case around
23027 the code loading subdirs.el.
23028
23029 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23030
23031 * ps-print.el: Upside-down and face background color printing,
23032 line number step, doc fix.
23033 (ps-print-version): New version number (5.2).
23034 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23035 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23036 (ps-spool-config): Var fix.
23037 (ps-printer-name-option): Const fix.
23038 (ps-print-upside-down, ps-use-face-background)
23039 (ps-line-number-step): New vars.
23040 (ps-window-system, ps-lp-system): New consts.
23041 (ps-face-background): New fun.
23042
23043 2000-04-28 Richard Stallman <rms@gnu.org>
23044
23045 * files.el (make-auto-save-file-name):
23046 Apply auto-save-file-name-transforms to visited file name
23047 before generating auto save file name.
23048 (auto-save-file-name-transforms): New variable.
23049
23050 * files.el (backup-enable-predicate):
23051 Correctly test for a file under a temporary directory.
23052
23053 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23054
23055 * subr.el (add-minor-mode): Rewritten.
23056
23057 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23058
23059 * mail/sendmail.el (sendmail-send-it): Set
23060 buffer-file-coding-system to the selected coding system for MIME
23061 header.
23062
23063 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23064
23065 * dired.el (dired-move-to-filename-regexp): Allow format where
23066 YYYY is followed by two spaces.
23067
23068 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23069 in the second character class of the regexp.
23070
23071 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23072 mh-etc, too.
23073
23074 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23075 nil.
23076
23077 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23078
23079 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23080 argument.
23081
23082 2000-04-27 Sen Nagata <sen@eccosys.com>
23083
23084 * emacs-lisp/crm.el (crm-completion-table): New variable.
23085 (crm-collection-fn, crm-test-completion)
23086 (completing-read-multiple): Use it.
23087
23088 2000-04-27 Dave Love <fx@gnu.org>
23089
23090 * help.el (locate-library): Use mapc.
23091 (help-manyarg-func-alist): Add call-process-region.
23092
23093 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23094
23095 * subr.el (add-minor-mode): Make argument MAP optional.
23096
23097 * desktop.el (desktop-save): Save list of minor modes.
23098 (desktop-create-buffer): Restore minor modes.
23099 (desktop-minor-mode-table): New user-option.
23100
23101 * subr.el (add-minor-mode): New function.
23102
23103 * image.el (find-image): New function.
23104 (defimage): Rewritten to find image at load time.
23105
23106 * startup.el (normal-top-level-add-to-load-path): Handle
23107 case that the default directory is not in load-path.
23108
23109 * help.el: Old patch from Stefan Monnier.
23110 (help-xref-on-pp): New function.
23111 (describe-variable): Use it to display xrefs in a symbol's value.
23112
23113 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23114
23115 * cus-edit.el (custom-face): Fix parenthesis.
23116
23117 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23118
23119 * mail/rmail.el (rmail-expunge): When there are no deleted
23120 messages, do nothing.
23121
23122 2000-04-26 Dave Love <fx@gnu.org>
23123
23124 * international/mule-cmds.el (locale-translation-file-name):
23125 Defvar to nil.
23126 (set-locale-environment): Set it here (at runtime).
23127
23128 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23129
23130 * replace.el (perform-replace): Add parameters START and END. Use
23131 them instead of the check for a region in Transient Mark mode.
23132 (query-replace-read-args): Return two more list elements for the
23133 start and end of the region in Transient Mark mode.
23134 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23135 (map-query-replace-regexp, replace-string, replace-regexp): Add
23136 optional last arguments START and END and pass them to
23137 perform-replace.
23138
23139 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23140 form with additional arguments for perform-replace.
23141
23142 * progmodes/etags.el (tags-query-replace): Add parameters START
23143 and END. Construct a form with additional arguments for
23144 perform-replace.
23145
23146 * simple.el (shell-command): Set default directory for "*Shell
23147 Command Output" buffer.
23148
23149 * language/european.el (iso-latin-4): Fix typo.
23150
23151 * emacs-lisp/crm.el: New file.
23152
23153 2000-04-24 Dave Love <fx@gnu.org>
23154
23155 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23156 (Custom-reset-saved, Custom-reset-standard)
23157 (custom-group-value-create, custom-group-set, custom-group-save)
23158 (custom-group-reset-current, custom-group-reset-saved)
23159 (custom-group-reset-standard): Use mapc.
23160 (custom-buffer-create-internal): Disable undo when creating items.
23161 Use mapc.
23162 (custom-face): Avoid redundant lambda.
23163
23164 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23165
23166 * startup.el (auto-save-list-file-prefix): Set default to
23167 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23168
23169 2000-04-24 Sam Steingold <sds@gnu.org>
23170
23171 * time-stamp.el (time-stamp-string-preprocess): Always convert
23172 `field-result' to a string.
23173
23174 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23175
23176 * frame.el (scrolling): New group.
23177 (automatic-hscrolling): New user-option.
23178
23179 * startup.el (command-line-x-option-alist): Add `-lsp' and
23180 `--line-spacing'.
23181
23182 2000-04-19 Dave Love <fx@gnu.org>
23183
23184 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23185 (cl-mapc): Rename from mapc. Fix the funcall.
23186
23187 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23188
23189 * simple.el (clone-indirect-buffer-other-window): New command.
23190 (clone-indirect-buffer): Add optional arg NORECROD.
23191 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23192
23193 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23194
23195 * window.el (count-screen-lines): New function.
23196 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23197 instead of window-buffer-height.
23198
23199 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23200 non-existing variable comint-input-sentinel.
23201 (inferior-lisp-args-to-list): Removed.
23202 (inferior-lisp): Use split-string instead of
23203 inferior-lisp-args-to-list.
23204
23205 * hexl.el (hexl-insert-hex-string): New command.
23206
23207 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23208 instead of concat.
23209
23210 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23211
23212 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23213 at the start of an existing but empty folder.
23214
23215 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23216
23217 * ps-mule.el: Customization fix, doc fix.
23218 (ps-multibyte-buffer): Customization fix.
23219
23220 2000-04-17 Richard M. Stallman <rms@gnu.org>
23221
23222 * subr.el (read-passwd): Use read-char-exclusive.
23223
23224 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23225
23226 * textmodes/texinfo.el (texinfo-insert-@email)
23227 (texinfo-insert-@emph, texinfo-insert-@quotation)
23228 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23229 (texinfo-mode-map): Add key bindings for them.
23230
23231 * files.el (basic-save-buffer-2): Use a template with `$'
23232 instead of `#' for VMS.
23233
23234 * simple.el (clone-indirect-buffer): New function.
23235
23236 2000-04-16 Stephen Eglen <stephen@gnu.org>
23237
23238 * iswitchb.el (iswitchb-case): New function. If the user input
23239 contains any upper-case characters, the search is made
23240 case-sensitive.
23241
23242 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23243
23244 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23245 comment-end.
23246 (texinfo-font-lock-syntactic-keywords): New var.
23247 (texinfo-font-lock-keywords): Remove comment regexp.
23248 (texinfo-insert-block): New function.
23249 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23250 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23251 and font-lock-defaults. Use regexp-opt for outline-regexp.
23252 (texinfo-environments): New var.
23253 (texinfo-environment-regexp): Use regexp-opt and
23254 texinfo-environments.
23255
23256 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23257 ispell-process is bound since this might be eval'd before ispell
23258 is loaded.
23259 (ispell-message): Use a tiny bit less magic and a bit more hard
23260 data to figure out what kind of sc-cite-regexp to use.
23261
23262 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23263
23264 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23265 (insert-cyclic-diary-entry): Unquote the lambda.
23266
23267 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23268
23269 * files.el (backup-enable-predicate): Unquote the lambda.
23270
23271 * cus-edit.el (custom-face, face): Unquote the lambda.
23272
23273 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23274
23275 * ps-print.el: Check for line-beginning-position definition.
23276
23277 * ps-print.el: Fix counting lines in a region.
23278 (ps-print-version): New version number (5.1.5).
23279 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23280 (ps-printing-region): Fun code fix.
23281
23282 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23283
23284 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23285 to file-directory-p.
23286
23287 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23288
23289 * gud.el (gud-jdb-build-source-files-list): Check that directory
23290 exists before calling directory-files.
23291
23292 2000-04-13 Dave Love <fx@gnu.org>
23293
23294 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23295 syntax.
23296
23297 * emacs-lisp/cl-specs.el: Remove when, unless.
23298
23299 * emacs-lisp/cl-extra.el: Don't quote keywords.
23300 (cl-old-mapc): New variable.
23301 (mapc): Use it.
23302 (cl-map-intervals): Use with-current-buffer. Don't check for
23303 next-property-change.
23304 (cl-map-overlays): Use with-current-buffer.
23305 (cl-expt): Remove.
23306 (copy-tree, remprop): Define unconditionally.
23307
23308 * emacs-lisp/cl-compat.el (keywordp): Remove.
23309
23310 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23311 to use keywordp.
23312 (edebug-spec): Enable keywordp.
23313
23314 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23315 string-lessp.
23316
23317 * cus-start.el: Use keywordp.
23318
23319 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23320
23321 * diary-lib.el (include-other-diary-files): Fix the fix of
23322 2000-02-18 by doing a save-excursion.
23323
23324 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23325
23326 * ps-print.el: Customization fix, doc fix.
23327 (ps-print-version): New version number (5.1.4).
23328 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23329 (ps-print-preprint): Adjust code.
23330 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23331 (ps-print-prologue-header, ps-print-control-characters)
23332 (ps-spool-config): Customization fix.
23333
23334 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23335
23336 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23337 converted to the new menu-item format, names silightly changed,
23338 help strings added.
23339
23340 Support for spelling without async subprocesses:
23341
23342 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23343 (ispell-session-buffer): New variables.
23344 (ispell-start-process, ispell-process-status,
23345 ispell-accept-output, ispell-send-string): New functions, for
23346 Ispell invocation when async subprocesses aren't supported.
23347 (ispell-word, ispell-pdict-save, ispell-command-loop,
23348 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23349 to process-send-string with calls to ispell-send-string, and
23350 accept-process-output with ispell-accept-output.
23351 (ispell-init-process): Call ispell-process-status instead of
23352 process-status with.
23353 (ispell-init-process): Call ispell-start-process. Call
23354 ispell-accept-output and ispell-send-string. Don't call
23355 process-kill-without-query and kill-process if they are unbound.
23356 (ispell-async-processp): New function.
23357
23358 2000-04-12 Dave Love <fx@gnu.org>
23359
23360 * info.el: Add debug-ignored-errors.
23361 (Info-mode-menu): Add some items.
23362 (Info-directory): Add autoload cookie.
23363
23364 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23365 Modify `truncate-lines'. Make `describe-language-environment'
23366 always visible and add help. Modify `describe-key' help. Invoke
23367 Info-directory from `info'. New entry `emacs-manual'.
23368
23369 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23370
23371 * progmodes/ebrowse.el (ebrowse-tree-mode):
23372 Use propertized-buffer-identification.
23373 (ebrowse-update-member-buffer-mode-line): Likewise.
23374 (ebrowse--mode-strings): Removed.
23375 (ebrowse--mode-line-props): Removed.
23376
23377 * files.el (auto-mode-alist): Add `EBROWSE'.
23378
23379 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23380 space before testing for end of buffer.
23381 (ebrowse-load): Removed.
23382 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23383 (ebrowse-create-tree-buffer): Rewritten.
23384 (ebrowse-tree-mode): Read tree from buffer.
23385
23386 * progmodes/ebrowse-ffh.el: Removed.
23387
23388 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23389
23390 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23391
23392 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23393
23394 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23395 at the wrong place.
23396
23397 2000-04-09 Dave Love <fx@gnu.org>
23398
23399 * files.el (backup-enable-predicate):
23400 Use temporary-file-directory, small-temporary-file-directory.
23401 (make-backup-file-name-function, backup-directory-alist): New vars.
23402 (make-backup-file-name-1): New function.
23403 (make-backup-file-name): Use it.
23404 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23405 (file-newest-backup): Use make-backup-file-name.
23406
23407 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23408
23409 * progmodes/ebrowse-ffh.el: New file.
23410
23411 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23412 Moved to ebrowse-ffh.el.
23413 (ebrowse-load): Add autoload.
23414
23415 * finder.el (finder-commentary): Add autoload cookie.
23416
23417 * mail/rfc2368.el: Correct author's email address.
23418
23419 * progmodes/ebrowse.el: New file.
23420
23421 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23422 item help string.
23423 (easy-menu-do-add-item): Ditto.
23424 (easy-menu-define): Extend doc string.
23425
23426 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23427 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23428 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23429 with-buffer-unmodified.
23430
23431 2000-04-08 Dave Love <fx@gnu.org>
23432
23433 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23434 unless, when.
23435
23436 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23437
23438 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23439 (viper-flash-search-pattern): No operation when using Emacs
23440 doesn't support face.
23441 Use `viper-put-on-search-overlay'.
23442
23443 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23444
23445 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23446 like C-r.
23447
23448 * progmodes/make-mode.el: Some doc fixes.
23449 (makefile-mode-abbrev-table): New variable.
23450 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23451 (makefile-font-lock-keywords): Fontify includes and conditionals.
23452 (toplevel): Require `dabbrev' and `add-log' when compiling.
23453
23454 * replace.el (perform-replace): Don't move forward one char
23455 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23456 to do that because it leaves point 1 position after the last
23457 replacement, after everything has been replaced.
23458
23459 * jit-lock.el (with-buffer-unmodified): New macro.
23460 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23461 modified state.
23462 (jit-lock-function-1): Extracted from jit-lock-function; not
23463 preserving buffer's modified state.
23464 (jit-lock-function, jit-lock-stealth-fontify):
23465 Call jit-lock-function-1.
23466
23467 * mail/rfc2368.el: Remove supernumerary copyright line.
23468
23469 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23470
23471 * glasses.el: Provide facilities for inserting space before left
23472 parentheses and uncapitalization of identifiers.
23473 (glasses-mode): Try to remove old overlays in all cases.
23474
23475 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23476
23477 * progmodes/compile.el (compile-internal): Display the compilation
23478 buffer in a different frame, if it's already displayed there.
23479
23480 * mail/rfc2368.el: New file.
23481
23482 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23483 header and insert its value as mail body.
23484
23485 * subr.el (member-ignore-case): New function.
23486
23487 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23488 (dabbrev--find-expansion): Ignore buffers matching a regexp
23489 from dabbrev-ignored-regexps.
23490
23491 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23492 to extensions handled by gzip.
23493
23494 2000-04-03 Richard M. Stallman <rms@gnu.org>
23495
23496 * files.el (insert-directory): List the total free space
23497 along with the used space.
23498
23499 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23500 line is followed by one that matches CITATION-REGEXP, end the
23501 paragraph.
23502
23503 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23504
23505 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23506 (rmail-make-basic-summary-line): Use that option.
23507
23508 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23509
23510 * international/mule-cmds.el (encoded-string-description):
23511 Rewritten. Try pretty description for ISO 2022 escape sequences
23512 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23513 for hexadecimal format.
23514
23515 2000-04-01 Dave Love <fx@gnu.org>
23516
23517 * cpp.el: Change customization group to `c' from `C'.
23518
23519 * vcursor.el (vcursor-move): Use display-color-p.
23520
23521 * international/mule-util.el: Provide mule-utils.
23522 (string-to-sequence): Simplify and speed up.
23523
23524 * international/mule.el (make-coding-system): Purecopy doc-string.
23525
23526 * international/mule-cmds.el: Various menu changes.
23527 (describe-specified-language-support): Handle `Default'.
23528 (set-language-info): Purecopy `info'.
23529
23530 2000-03-31 Andrew Innes <andrewi@gnu.org>
23531
23532 * vc.el (vc-backend-diff): Return the correct status if we had to
23533 retry the rcsdiff command without the --brief option.
23534
23535 2000-03-31 Dave Love <fx@gnu.org>
23536
23537 * help.el (help-manyarg-func-alist): Correct several omissions.
23538
23539 * add-log.el: Don't require cl, fortran.
23540 (add-log-current-defun-function): Doc fix.
23541 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23542 (change-log-version-rcs): Function deleted.
23543 (change-log-version-number-search): Doc fix.
23544 Use vc-workfile-version. Avoid CL dolist.
23545 (add-change-log-entry): Just call add-log-current-defun to get
23546 defun. Simplify somewhat.
23547 (change-log-get-method-definition-1): Likewise.
23548 (add-log-current-defun): Return nil if calling
23549 add-log-current-defun-function does so. Move Fortran stuff to
23550 fortran.el. Return string without properties.
23551
23552 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23553 and :alpha: char classes.
23554
23555 * mail/supercite.el: Defvar curline when compiling.
23556 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23557 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23558 rather than a-zA-Z0-9 to allow non-ASCII characters.
23559
23560 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23561
23562 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23563
23564 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23565 Re-enable new code.
23566
23567 * lpr.el (print-region-1): Use -d to specify printer name for
23568 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23569
23570 2000-03-31 Dave Love <fx@gnu.org>
23571
23572 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23573 Look for function definition in symbol's function value slot first
23574 instead of first consulting byte-compile-function-environment.
23575
23576 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23577
23578 * language/european.el ("Polish"): New language environment.
23579 (setup-polish-environment): New function.
23580
23581 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23582
23583 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23584 Disable new code.
23585
23586 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23587 trying to `load' the symbol of an autoload instead of the file
23588 recorded in the autoload. Fix error messages.
23589
23590 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23591
23592 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23593 (ps-print-version): New version number (5.1.3).
23594 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23595 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23596 (ps-generate-postscript-with-faces): Code fix.
23597 (ps-color-values): XEmacs compatibility.
23598 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23599 (ps-default-fg, ps-default-bg): Adjust customization.
23600 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23601 (ps-color-scale): Renaming old ps-color-value fun.
23602 (ps-print-headers): Replace ps-print-header group to avoid conflict
23603 with ps-print-header variable.
23604 (ps-print-miscellany): New group.
23605 (ps-format-color, ps-rgb-color): New funs.
23606 (ps-default-foreground): New var.
23607 (ps-printer-name-option): New const.
23608
23609 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23610
23611 * net/net-utils.el:
23612 (network-connection-host, network-connection-service): New variables
23613 (network-connection-mode): New mode, derived from comint-mode
23614 (network-connection-mode-setup): New function, saves host and
23615 service information in local variables.
23616
23617 * lisp/locate.el:
23618 (locate-word-at-point): Added this function
23619 (locate): Default to using locate-word-at-point as input
23620 Run dired-mode-hook
23621
23622 2000-03-29 Dave Love <fx@gnu.org>
23623
23624 * calendar/appt.el: Doc fixes.
23625 (appt-check): Convert min-to-app to a string before passing to
23626 appt-disp-window-function or concat.
23627 (appt-delete-window): Remove test for frame-root-window.
23628 (appt-select-lowest-window, appt-convert-time): Simplify.
23629
23630 * emacs-lisp/bytecomp.el: Doc fixes.
23631 (byte-compile-file-form-autoload):
23632 Update byte-compile-function-environment.
23633
23634 2000-03-29 Andreas Schwab <schwab@suse.de>
23635
23636 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23637
23638 * dired.el (dired-insert-directory): If dired-free-space-program
23639 failed just delete its output.
23640
23641 2000-03-29 Dave Love <fx@gnu.org>
23642
23643 * international/iso-cvt.el: Move provide to end. Doc fixes.
23644 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23645 (iso-iso2sgml, iso-sgml2iso): New functions.
23646 (iso-cvt-define-menu): Fix some entries and use backquote for
23647 clarity.
23648
23649 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23650
23651 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23652
23653 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23654 ISO-DATE. If non-nil, return date in ISO 8601 format.
23655
23656 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23657
23658 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23659 if it ever becomes used.
23660 (log-edit-mode-hook): Default to vc-log-mode-hook.
23661 (log-edit-mode): Fix the docstring.
23662
23663 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23664 the code.
23665
23666 2000-03-26 Dave Love <fx@gnu.org>
23667
23668 * net/browse-url.el (browse-url): Re-fix case of
23669 browse-url-browser-function being an alist.
23670 (browse-url): Add :link to defgroup.
23671
23672 * files.el: Doc fixes.
23673 (file-truename): Include `[' in wildcard characters.
23674 (automount-dir-prefix): Customize.
23675 (find-file-wildcards): Add :version.
23676 (find-file-noselect): Simplify a mapcar call.
23677
23678 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23679 compatible with inf-lisp version.
23680 (eval-defun-1): Fix custom-declare-variable case.
23681
23682 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23683
23684 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23685
23686 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23687
23688 * Makefile (COMPILE_FIRST): New macro.
23689 (compile-files): Compile files from COMPILE_FIRST first.
23690
23691 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23692
23693 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23694 matching open parenthesis in column 0 to defun-prompt-regexp
23695 only if open-paren-in-column-0-is-defun-start is set.
23696
23697 * sun-curs.el: Require CL at compile-time only.
23698
23699 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23700 instead of copy-list which is a function from CL.
23701 (msb--choose-menu, msb--mode-menu-cond)
23702 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23703 (msb--init-file-alist): Use mapcar instead of mapcan.
23704 (msb--aggregate-alist): Use mapcar instead of mapcan.
23705 Fix `(' in column 0 in doc string.
23706 (msb--add-separators): Use mapcar instead of mapcan.
23707
23708 * cus-dep.el: Require CL at compile-time only.
23709
23710 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23711
23712 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23713 (byte-compile-warnings): New warning `noruntime'.
23714 (byte-compile-constants, byte-compile-variables): Fix docstring.
23715 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23716 execute `eval-whenc-compile's body.
23717 (byte-compile-unresolved-functions): Fix docstring.
23718 (byte-compile-eval): New function.
23719 (byte-compile-callargs-warn): Check if the function will be available
23720 at runtime (via property `byte-compile-noruntime').
23721 (byte-compile-print-syms): New function.
23722 (byte-compile-warn-about-unresolved-functions): Also warn about
23723 `noruntime' functions (and use `byte-compile-print-syms').
23724 (byte-compile-file): Capitalize the message.
23725
23726 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23727
23728 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23729 (rmail-expunge): Ask for confirmation depending on the setting
23730 of rmail-confirm-expunge.
23731
23732 2000-03-23 Gerd Moellmann <gerd@gnu.org>
23733
23734 * Makefile (bootstrap-clean): If $(emacs) exists, build
23735 loaddefs.el first. A loaddefs.el that's not up-to-date might
23736 cause a bootstrap failure because things don't autoload as expected.
23737
23738 2000-03-23 Dave Love <fx@gnu.org>
23739
23740 * net/browse-url.el: Restore previous use of
23741 browse-url-maybe-new-window.
23742
23743 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23744
23745 * ps-print.el: Skip banner page fix.
23746 (ps-print-version): New version number (5.1.2).
23747 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23748
23749 2000-03-23 Dave Pearson <davep@davep.org>
23750
23751 * net/quickurl.el Changed the type of parameter passed to the
23752 function defined by `quickurl-format-function'. Before only the
23753 text of the URL was passed. Now the whole URL structure is passed
23754 and the function is responsible for extracting the parts it requires.
23755 Changed the default of `quickurl-format-function' accordingly.
23756 (quickurl-insert): Changed the `funcall' of
23757 `quickurl-format-function' to match the above change.
23758 (quickurl-list-insert): Changed the `url' case so that it makes
23759 use of `quickurl-format-function', previous to this the format was
23760 hard wired.
23761
23762 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23763
23764 * startup.el: Change some spellings for the X Window System.
23765
23766 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23767
23768 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23769 Clean up the code and the regexp and make sure the cursor is
23770 temporarily moved to the suspicious line while querying the user.
23771
23772 2000-03-22 Jason Rumney <jasonr@gnu.org>
23773
23774 * w32-fns.el (w32-charset-info-alist): Initialize.
23775
23776 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23777
23778 * ps-print.el: N-up last page fix.
23779 (ps-print-version): New version number (5.1.1).
23780 (ps-end-file, ps-end-job, ps-generate): Code fix.
23781
23782 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23783
23784 * files.el (find-file-run-dired): Update docstring.
23785 (find-directory-functions): New hook.
23786 (find-file-noselect): Run find-directory-functions rather than
23787 calling dired directly.
23788
23789 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23790
23791 * pcvs.el: Add a minimal leading commentary.
23792 (cvs-make-cvs-buffer): Change the header part by removing the startup
23793 message and adding a `Module' entry. Also replace the FOOTER and
23794 HEADER special fileinfos with the new support in ewoc for updating
23795 its own footer and header.
23796 (cvs-update-header): Update to use the header/footer of the ewoc.
23797 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23798 (cvs-is-within-p): New function.
23799 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23800 to only examine some subset of the buffers.
23801
23802 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23803 `format' instead of our own ad-hoc functions.
23804 Remove HEADER and FOOTER cases, now handled in the EWOC.
23805 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23806
23807 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23808 output to avoid scaring the user.
23809 (cvs-parse-table): Catch message for non-up-to-date commits.
23810
23811 * pcvs-defs.el (cvs-startup-message): Remove.
23812 (cvs-global-menu): New autoloaded menu.
23813
23814 * pcvs-util.el (cvs-string-fill): Remove.
23815
23816 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23817 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23818 PP part of it and also make it work for footers and headers.
23819 (ewoc-create): Drop POS and BUFFER arguments.
23820 Use the DLL's dummy node to store the end-of-footer position.
23821 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23822 (ewoc-refresh): Remove unused `header' variable.
23823 (ewoc-(get|set)-hf): New functions.
23824
23825 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23826 log-view-*-(message|file) and use easy-mmode-define-navigation.
23827 (log-view-message-re): Match SCCS format as well.
23828 And match the revision line rather than the dashed separator line.
23829 (log-view-mode): Use the new define-derived-mode.
23830 (log-view-current-tag): Fill in with an actual implementation.
23831
23832 * cvs-status.el (cvs-status-(prev|next)): Rename from
23833 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23834 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23835 to let the output "breathe" a little more (more readable).
23836 (cvs-status-mode): Use the new define-derived-mode.
23837
23838 * smerge-mode.el (smerge-auto-leave): New function and variable.
23839 (smerge-basic-map): Rename from smerge-basic-keymap.
23840 Change the bindings for smerge-diff-*.
23841 (smerge-*-map): Use easy-mmode-defmap.
23842 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23843 (smerge-keep-*): Use smerge-auto-leave.
23844
23845 2000-03-21 Jason Rumney <jasonr@gnu.org>
23846
23847 * cus-edit.el (custom-button-face): Use 3D look for w32.
23848 (custom-button-pressed-face): Likewise.
23849
23850 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23851
23852 * progmodes/etags.el (tags-case-fold-search): New user-option.
23853 (tags-loop-eval): New function. Bind case-fold-search around eval
23854 depending on the value of tags-case-fold-search.
23855 (tags-loop-continue): Use tags-loop-eval.
23856 (find-tag-in-order): Bind case-fold-search depending on the value
23857 of tags-case-fold-search.
23858
23859 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23860
23861 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23862 (diff-end-of-hunk): Return the end position for use in
23863 `easy-mmode-define-navigation'.
23864 (diff-recenter): Remove.
23865 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23866 of `easy-mmode-define-navigation'.
23867 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23868 previous renaming) and fix to use new names.
23869 (diff-merge-strings): Use \n as separator: simpler, faster.
23870 (diff-mode): Use `define-derived-mode'.
23871
23872 * derived.el (define-derived-mode): Don't autoload anymore.
23873 Prefer the macro-only version provided by easy-mmode.el.
23874
23875 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23876 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
23877 (easy-mmode-define-navigation): New macro.
23878
23879 * subr.el (combine-run-hooks): New function.
23880
23881 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
23882
23883 * term/x-win.el: Fontsets related initialization is simplified.
23884
23885 * international/mule-diag.el (describe-font): Don't refer to
23886 global-fontset-alist, instead call font-list.
23887 (describe-fontset, list-fontsets, mule-diag): Likewise.
23888 (print-fontset): Adjusted for the change of fontset implementation.
23889
23890 * international/fontset.el (x-charset-registries): Variable removed,
23891 instead the corresponding data is stored in the default fontset.
23892 (register-alternate-fontnames): Function removed.
23893 (resolved-ascii-font): Variable removed.
23894 (x-compose-font-name): Ignore the second argument REDOCE.
23895 (x-complement-fontset-spec): Complement only an ASCII font and
23896 element for those charsets than can use that ASCII font.
23897 (generate-fontset-menu): Don't refer to global-fontset-alist,
23898 instead call fontset-list.
23899 (uninstantiated-fontset-alist): Variable removed.
23900 (x-style-funcs-alist): Likewise.
23901 (fontset-default-styles): Likewise.
23902 (x-modify-font-name): Function removed.
23903 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23904 (create-fontset-from-ascii-font): Docsting adjusted for the above
23905 change.
23906 (instantiate-fontset, resolve-fontset-name): Functions removed.
23907 (fontset-list): Now implemented by C code.
23908
23909 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23910 (describe-face): Include `font' attribute in the description.
23911
23912 2000-03-21 Kenichi Handa <handa@etl.go.jp>
23913
23914 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23915
23916 2000-03-20 Gerd Moellmann <gerd@gnu.org>
23917
23918 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23919 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23920 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23921
23922 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23923 about behavior of set-buffer-modified-p wrt redisplay.
23924
23925 2000-03-19 Richard M. Stallman <rms@gnu.org>
23926
23927 * view.el (view-mode-disable): Kill local binding of view-read-only.
23928
23929 2000-03-18 Gerd Moellmann <gerd@gnu.org>
23930
23931 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
23932 is a string, convert it to a syntax cell using string-to-syntax.
23933
23934 * simple.el (syntax-code-table, syntax-flag-table): New variables.
23935 (string-to-syntax): New function.
23936
23937 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23938 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23939 try to use passive ftp mode.
23940
23941 2000-03-17 Gerd Moellmann <gerd@gnu.org>
23942
23943 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23944
23945 * simple.el (append-to-buffer): Update point of windows after
23946 insertion.
23947
23948 * abbrev.el (inverse-add-abbrev): Identify word by first moving
23949 forward then moving backward. Reindent.
23950
23951 * frame.el (other-frame): Call x-focus-frame only if
23952 focus-follows-mouse is off.
23953
23954 2000-03-17 Dave Love <fx@gnu.org>
23955
23956 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
23957
23958 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
23959
23960 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23961 regexp for labels cannot span several lines.
23962
23963 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23964 `(setq :<key> ':<key>)' to the macro expansion.
23965
23966 2000-03-16 Dave Love <fx@gnu.org>
23967
23968 * progmodes/f90.el (f90): Put custom group under `languages', not
23969 `fortran'.
23970 (f90-mode-hook): Customize.
23971 (f90-mode): Set add-log-current-defun-function.
23972 (f90-current-defun): New function.
23973
23974 2000-03-16 Gerd Moellmann <gerd@gnu.org>
23975
23976 * cus-edit.el (custom-variable-tag-face): Handle case that
23977 default face's height is not a number.
23978 (custom-face-tag-face, custom-group-tag-face-1)
23979 (custom-group-tag-face): Ditto.
23980 (custom-group-tag-face-1): Add :group.
23981
23982 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23983
23984 2000-03-15 Gerd Moellmann <gerd@gnu.org>
23985
23986 * pcvs-defs.el (toplevel): Remove autoload cookie for form
23987 requiring easymenu.
23988
23989 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23990
23991 * ps-print.el: PostScript user-defined prologue, PostScript error
23992 handler, doc fix.
23993 (ps-print-version): New version number (5.1).
23994 (ps-user-defined-prologue, ps-error-handler-message)
23995 (ps-print-prologue-0, ps-error-handler-alist): New vars.
23996 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23997 (ps-insert-string): New function.
23998
23999 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24000
24001 * international/ccl.el (ccl-compile-expression): Don't generate
24002 invalid self-assignment code.
24003
24004 2000-03-14 Dave Love <fx@gnu.org>
24005
24006 * subr.el (replace-regexp-in-string): Renamed from
24007 replace-regexps-in-string. Doc fix.
24008
24009 2000-03-12 Dave Love <fx@gnu.org>
24010
24011 * cus-edit.el: Doc fixes.
24012 (customize-set-variable, customize-save-variable): Rename args for doc.
24013 (custom-variable-tag-face, custom-face-tag-face)
24014 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24015 style which user identify as hyperlink.
24016 (hook): Don't add undefined functions to the hook.
24017 (debug-ignored-errors): Transfer message from bindings.el.
24018
24019 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24020
24021 * recentf.el (recentf-keep-non-readable-files-p):
24022 Remove double/nested definition.
24023
24024 2000-03-12 Dave Love <fx@gnu.org>
24025
24026 * facemenu.el (facemenu-get-face): Use display-color-p.
24027 * enriched.el (enriched-decode-foreground): Likewise.
24028 (enriched-decode-background): Likewise.
24029 * isearch.el (isearch-highlight): Likewise.
24030 * info-look.el (info-lookup): Likewise.
24031 * simple.el (completion-setup-function): Likewise.
24032
24033 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24034 :options.
24035
24036 * bindings.el (mode-line-format): Fix line-number and
24037 column-number items. Add help-echo for the background.
24038 (mode-line-mule-info): Modify help-echo.
24039
24040 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24041
24042 * files.el (load-file): Allow completion to .elc.
24043
24044 * man.el: Doc fixes.
24045 (Man-init-defvars): Use display-color-p to set fontification.
24046
24047 * play/hanoi.el (hanoi-internal): Don't use oddp.
24048
24049 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24050
24051 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24052
24053 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24054
24055 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24056
24057 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24058 Fix comment.
24059
24060 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24061
24062 * font-lock.el (font-lock-keywords): Fix the doc now that
24063 regexp-opt-depth is unnecessary.
24064 (save-buffer-state): Set an edebug spec.
24065 (font-lock-fontify-anchored-keywords): Properly handle the case when
24066 the matcher goes past the limit.
24067
24068 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24069 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24070
24071 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24072 dll.el and cookie.el (from Elib) with heavy renaming and other
24073 massaging.
24074
24075 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24076 Autoload the functions used.
24077 (easy-mmode-define-syntax): Fix CL typo.
24078 (easy-mmode-define-derived-mode): Improve the docstring generation.
24079
24080 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24081
24082 * textmodes/texinfo.el (texinfo-version): Variable and function
24083 removed.
24084
24085 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24086
24087 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24088 allow more flexibility.
24089 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24090 (easy-mmode-defmap, easy-mmode-defsyntax)
24091 (easy-mmode-define-derived-mode): New macros.
24092
24093 2000-03-09 Didier Verna <didier@xemacs.org>
24094
24095 * rect.el (replace-rectangle): New function.
24096
24097 2000-03-09 Dave Love <fx@gnu.org>
24098
24099 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24100 (fortran-comment-line-start-skip): Don't match cpp stuff.
24101 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24102 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24103 (fortran-mode): Don't set fortran-comment-line-start-skip,
24104 fortran-comment-line-start here. Set comment-start,
24105 add-log-current-defun.
24106 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24107 (fortran-current-defun): New function.
24108
24109 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24110
24111 * emacs-lisp/re-builder.el: New file.
24112
24113 * mouse.el (mouse-drag-region): Don't run up-event handler
24114 if hscroll has changed.
24115
24116 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24117 builtin operators, use `font-lock-builtin-face' for Emacs and
24118 `font-lock-preprocessor-face' otherwise.
24119
24120 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24121 `(defun (setf foo)' differently.
24122
24123 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24124
24125 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24126 (regexp-opt): Update comment and adapt the code the new meaning of
24127 the `paren' argument of regex-opt-group for shy-groups.
24128 (regexp-opt-depth): Handle shy groups as well as backslashed
24129 backslashes.
24130 (regexp-opt-group): Turn the leading comment into a docstring.
24131 Allow `paren' to be a string (the string to use to open a group).
24132 Remove open-presuf and close-presuf. Instead of checking for `all
24133 one-char' and then later on check for `several one-char', handle
24134 both cases close together. Also apply a more generic algorithm
24135 for suffixes (the mirror image of the algorithm used for
24136 prefixes). Use shy-groups. Use nreverse rather than reverse.
24137 (regexp-opt-try-suffix): Removed.
24138
24139 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24140 from comint-mode-map, so we can just inherit from it. Also, move
24141 the initialization into the `defvar' since there's no docstring
24142 anyway and it's fairly short.
24143 (inferior-scheme-mode): Define it as derived-mode: the code is
24144 shorter and this way we inherit from comint-mode-map rather than
24145 copying it.
24146
24147 * subr.el (replace-regexps-in-string): Properly handle the case
24148 where we match an empty string.
24149
24150 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24151 when the command has a directory component (such as "./testml").
24152 Also fix a typo in the comment.
24153
24154 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24155
24156 * Makefile (compile-files): Compile files one by one because
24157 that's the only way to ensure a clean compilation environment for
24158 each individual file.
24159
24160 * frame.el (other-frame): Call x-focus-frame.
24161
24162 2000-03-07 Dave Love <fx@gnu.org>
24163
24164 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24165 :require to defcustom.
24166
24167 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24168
24169 * files.el (auto-mode-alist): Add configure.in.
24170
24171 * progmodes/autoconf.el: New file.
24172
24173 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24174
24175 * mail/mh-e.el: Change maintainer to `none'.
24176
24177 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24178 to remove-hook and add-hook.
24179
24180 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24181
24182 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24183 it as the default.
24184 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24185 (sendmail-send-it): Conditionally add MIME headers specifying the
24186 used character set.
24187
24188 2000-03-07 Dave Love <fx@gnu.org>
24189
24190 * winner.el: Fix keywords, autoload cookies.
24191 Split eval-when-compile form to avoid compilation failure.
24192
24193 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24194
24195 * international/mule.el: Modify comment about coding system
24196 property `coding-category'.
24197 (make-coding-system): New argument EOL-TYPE. Pay attention to
24198 coding-category property of PROPERTIES.
24199
24200 * international/mule-conf.el (coding-category-utf-8)
24201 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24202 categories. Include them in the argument for set-coding-priority.
24203
24204 * international/mule-cmds.el (reset-language-environment):
24205 Include coding-category-utf-8, coding-category-utf-16-be, and
24206 coding-category-utf-16-le in the argument for set-coding-priority.
24207 (reset-language-environment): Initialize coding-category-utf-8,
24208 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24209
24210 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24211
24212 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24213 code abstracted out of `bookmark-jump-noselect'. Now tries info
24214 extensions as well as compression extensions.
24215 (bookmark-jump-noselect): Use above new func.
24216
24217 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24218
24219 * strokes.el: Change maintainer's mail address.
24220
24221 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24222
24223 * international/mule-diag.el (list-character-sets): Make help-echo
24224 string by substitute-command-keys.
24225 (list-character-sets): Likewise.
24226 (sort-listed-character-sets): Call help-setup-xref.
24227
24228 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24229
24230 * time.el (display-time-mail-file): Add `none' to the list of choices.
24231
24232 2000-03-01 Dave Love <fx@gnu.org>
24233
24234 * help.el (help-xref-go-back): Don't try to set position.
24235
24236 * international/mule-diag.el (list-character-sets):
24237 Call help-setup-xref. Add help-echo to xrefs.
24238 (list-character-sets-1): Add help-echo to xrefs.
24239
24240 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24241
24242 * frame.el (blink-cursor-mode): Switch cursor on when turning
24243 the mode off.
24244
24245 * add-log.el (add-log-current-defun): Add support for
24246 Autoconf mode.
24247
24248 * mail/rmail.el (rmail-quit-hook): New variable.
24249
24250 2000-03-01 Dave Love <fx@gnu.org>
24251
24252 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24253
24254 * help.el (help-xref-button): Add help-echo arg.
24255 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24256
24257 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24258
24259 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24260
24261 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24262
24263 * image.el (defimage): Look for image files in load-path.
24264
24265 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24266
24267 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24268
24269 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24270
24271 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24272
24273 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24274 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24275 action to select/unselect a file.
24276 (recentf-edit-list): Code cleanup and improvement.
24277 (recentf-open-more-files-action): `recentf-open-more-files' button
24278 widget action to open a file.
24279 (recentf-open-more-files): No more use standard completion but widgets.
24280 (recentf-more-collection): Deleted.
24281 (recentf-more-history): Deleted.
24282 (recentf-setup-more-completion): Deleted.
24283
24284 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24285
24286 * recentf.el (recentf-mode): No more needs that Emacs is running
24287 under a window-system.
24288
24289 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24290
24291 * recentf.el (recentf-edit-list): New command to edit the recent
24292 list which allow the user to remove files.
24293 (recentf-edit-selected-items): New global variable, used by
24294 `recentf-edit-list' to hold the list of files to be removed from
24295 the recent list.
24296 (recentf-make-menu-items): Updated to display a "Edit list..."
24297 menu item. Minor code cleanup.
24298
24299 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24300
24301 * recentf.el (recentf-open-more-files): New command to open files
24302 that are not displayed in the menu.
24303 (recentf-more-collection): New global variable holding the set of
24304 permissible completions used by `recentf-open-more-files'.
24305 (recentf-more-history): New global variable holding the history list
24306 used by `recentf-open-more-files' completion.
24307 (recentf-setup-more-completion): New function to setup completion for
24308 `recentf-open-more-files'.
24309 (recentf-make-menu-items): Updated to display a "More..." menu item.
24310
24311 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24312
24313 * recentf.el (recentf-menu-action): Doc fixed.
24314
24315 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24316
24317 * recentf.el (recentf-menu-filter): Doc updated.
24318 (recentf-update-menu-hook): Allow menu filters to force menu update.
24319 (recentf-make-menu-items): New menu filter handling.
24320 (recentf-make-menu-item): New helper function.
24321 (recentf-menu-elements): New menu handling function.
24322 (recentf-sort-ascending): Updated to new menu filter handling.
24323 (recentf-sort-descending): Updated to new menu filter handling.
24324 (recentf-sort-basenames-ascending): New menu filter function.
24325 (recentf-sort-basenames-descending): New menu filter function.
24326 (recentf-show-basenames): New menu filter function.
24327 (recentf-show-basenames-ascending): New menu filter function.
24328 (recentf-show-basenames-descending): New menu filter function.
24329
24330 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24331
24332 * diary-lib.el (list-diary-entries): Don't try to go forward at
24333 the end of the buffer.
24334
24335 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24336
24337 * international/mule-diag.el (list-character-sets):
24338 Completely rewritten.
24339 (sort-listed-character-sets): New function.
24340 (list-character-sets-1): Completely rewritten.
24341 (list-character-sets-2): New function.
24342 (non-iso-charset-alist): New variable.
24343 (decode-codepage-char): New function.
24344 (charset-history): New variable.
24345 (read-charset) (list-block-of-chars)
24346 (list-iso-charset-chars)
24347 (list-non-iso-charset-chars)
24348 (list-charset-chars): New functions.
24349 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24350 (dump-charsets): Likewise.
24351
24352 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24353
24354 * dired-x.el (dired-filename-at-point): Add `@' to valid
24355 file name characters.
24356 (dired-filename-at-point): Handle ange-ftp file names.
24357
24358 * frame.el (frame-notice-user-settings): Use assq-delete-all
24359 instead of assoc-delete-all.
24360 (frame-notice-user-settings): Ditto.
24361
24362 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24363 Don't copy alist.
24364
24365 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24366
24367 * calculator.el (calculator-use-menu): New option.
24368 (calculator-initial-bindings): Changed some bindings to work as macros.
24369 (calculator-forced-input): Removed.
24370 (calculator-restart-other-mode): New variable.
24371 (calculator-mode-map): Set up menu.
24372
24373 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24374
24375 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24376
24377 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24378
24379 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24380 translate all ESC key sequences.
24381 (viper-goto-mark-subr): Restore markers for files for which
24382 they were saved.
24383 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24384 * viper-util.el (viper-set-replace-overlay-glyphs)
24385 (viper-set-replace-overlay): Always check if the replacement
24386 overlay is live.
24387 * viper.el (viper-vi-state-mode-list): Add major modes.
24388 * ediff-wind.el: Minor comment changes.
24389 * ediff.el: Copyright notice date fix.
24390
24391 2000-02-27 Jason Rumney <jasonr@gnu.org>
24392
24393 * faces.el (face-font-family-alternatives): Add arial to helv.
24394 (mode-line, header-line, tool-bar): Same default as x for w32.
24395 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24396 face-font-family-alternatives from working.
24397 * term/w32-win.el (mouse-set-font): Do not build fontset from
24398 chosen font.
24399
24400 2000-02-25 Sam Steingold <sds@goems.com>
24401
24402 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24403 properly.
24404
24405 2000-02-25 Richard M. Stallman <rms@gnu.org>
24406
24407 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24408
24409 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24410
24411 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24412
24413 * frame.el (busy-cursor-delay-seconds): New option.
24414
24415 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24416
24417 * frame.el (show-cursor-in-non-selected-windows): New option.
24418
24419 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24420
24421 * diary-lib.el (include-other-diary-files): Undo the selective
24422 display in any included file and don't kill it.
24423
24424 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24425
24426 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24427 Menu items converted to (menu-item format, help strings added.
24428 [downcase, upcase]: Don't enable on MS-DOS.
24429 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24430 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24431
24432 2000-02-23 Dave Love <fx@gnu.org>
24433
24434 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24435 (backward-kill-word): Revert addition of * to interactive spec --
24436 it's a feature.
24437
24438 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24439 (backward-kill-sentence, kill-sentence): Likewise.
24440
24441 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24442 scratch buffer name.
24443 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24444
24445 * term/w32-win.el (internal-face-interactive): Update prompt for
24446 new read-face-name.
24447
24448 * mail/footnote.el (footnote): Add :version to defgroup.
24449 (footnote-section-tag-regexp): Customize.
24450 (footnote-start-tag, footnote-end-tag): New option.
24451 (footnote-latin-regexp): New variable.
24452 (Footnote-latin): New function.
24453 (footnote-style-alist): Add element for latin style.
24454 (footnote-style): Moved.
24455 (Footnote-goto-footnote): Use eq to test arg.
24456
24457 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24458
24459 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24460 (byte-compile-trueconstp): Include keywords.
24461 (byte-optimize-quote, byte-optimize-lapcode):
24462 Use byte-compile-const-symbol-p.
24463 (byte-optimize-char-before): New optimization.
24464
24465 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24466 (byte-compile-const-symbol-p): New function.
24467 (byte-compile-constp, byte-compile-out-toplevel)
24468 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24469 Use it.
24470
24471 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24472
24473 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24474
24475 * international/encoded-kb.el: Be sure to update minor-mode-alist
24476 and minor-mode-map-alist.
24477 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24478 codes SS2 and SS3 correctly.
24479 (encoded-kbd-self-insert-ccl): New function.
24480 (encoded-kbd-setup-keymap): New function.
24481 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24482 by calling encoded-kbd-setup-keymap.
24483
24484 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24485 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24486
24487 2000-02-22 Dave Love <fx@gnu.org>
24488
24489 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24490 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24491 (lisp-mode-syntax-table): Set up for #|...|# comments.
24492 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24493 classes. Match `defface'.
24494 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24495 (eval-defun-1): Fix for defcustom.
24496 (lisp-indent-region): Doc fix.
24497
24498 * subr.el (when, unless, split-string): Doc fix.
24499 (read-passwd): Move call of clear-this-command-keys to the right place.
24500 (replace-regexps-in-string): New function.
24501
24502 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24503
24504 * help.el (describe-variable): Set syntax table to
24505 emacs-lisp-mode-syntax-table when moving forward over the
24506 symbol's name.
24507
24508 2000-02-22 Dave Love <fx@gnu.org>
24509
24510 * xt-mouse.el: Doc fixes.
24511 (xterm-mouse-position-function): New function, replacing advice of
24512 mouse-position.
24513 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24514
24515 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24516
24517 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24518
24519 * format.el (format-annotate-single-property-change):
24520 Handle properties with dotted-list values.
24521 (format-proper-list-p): New function.
24522
24523 * enriched.el (enriched-face-ans): Handle '(foreground-color
24524 . COLOR) and (background-color . COLOR).
24525
24526 2000-02-20 Dave Love <fx@gnu.org>
24527
24528 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24529 and assignments to it.
24530 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24531 current local map.
24532 (make-flyspell-overlay): Use it.
24533 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24534
24535 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24536 (lm-get-header-re): Defun, not defsubst.
24537 (lm-get-package-name): Defun, not defsubst. Simplify.
24538 (lm-version): Doc fix. Simplify.
24539 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24540 (lm-crack-address, lm-last-modified-date, lm-commentary)
24541 (lm-verify, lm-synopsis): Simplify.
24542 (lm-report-bug): Require emacsbug. Use compose-mail.
24543
24544 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24545
24546 * dired.el (dired-mode): Call propertized-buffer-identification
24547 to set mode-line-buffer-identification to something having
24548 the right text properties.
24549
24550 * bindings.el (propertized-buffer-identification): New function.
24551
24552 2000-02-20 Dave Love <fx@gnu.org>
24553
24554 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24555 check for t-mouse too.
24556
24557 * cus-start.el: Make echo-keystrokes `number'.
24558
24559 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24560
24561 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24562 Don't call ring-empty-p unless tags-location-ring is bound.
24563 From Noah Friedman <friedman@splode.com>.
24564
24565 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24566
24567 * progmodes/hideshow.el (hs-flag-region): No longer use
24568 `intangible' overlay property.
24569
24570 (hs-toggle-hiding): New command.
24571 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24572
24573 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24574 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24575 and deactivation.
24576
24577 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24578
24579 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24580
24581 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24582
24583 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24584
24585 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24586 of `*' to handle `(* ... *)' comments.
24587
24588 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24589
24590 * faces.el (list-faces-display): Use display-mouse-p instead of
24591 window-system.
24592
24593 * menu-bar.el (global-map): Menu-bar items converted to the new
24594 format (menu-item..., rearranged for better CUA compliance, and
24595 their names changed for better clarity. Help strings added.
24596
24597 * international/mule-cmds.el (mule-menu-keymap)
24598 (describe-language-environment-map, set-coding-system-map)
24599 (setup-language-environment-map): Convert to new (menu-item...
24600 form, add help strings. Change names of menu items for better clarity.
24601 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24602
24603 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24604
24605 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24606 within the code.
24607
24608 2000-02-16 Dave Love <fx@gnu.org>
24609
24610 * faces.el: Don't require custom. Add more specific :groups to
24611 various deffaces.
24612 (set-face-attribute): Purecopy args.
24613 (read-face-name): Default to name at point and use it in prompt.
24614 Remove colon from arg in all callers.
24615 (list-faces-display): Hyperlink to face descriptions and customize
24616 buffers.
24617
24618 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24619
24620 * wid-edit.el (widget-match-inline): An atom never matches a list.
24621
24622 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24623
24624 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24625 at ':' characters by call to split-string.
24626
24627 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24628
24629 * textmodes/bibtex.el: Added RCS version identification.
24630
24631 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24632
24633 * textmodes/bibtex.el: Some temporary comments removed.
24634 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24635 (bibtex-field-const): Allow capital letters.
24636 (bibtex-start-of-string): Deleted because unused.
24637
24638 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24639 use the term 'reference' to describe a bibtex entry as a whole.
24640 Further, reference keys are no longer called 'labels'.
24641 (bibtex-keys): Renamed to bibtex-reference-keys.
24642 (bibtex-reformat-previous-labels): Renamed to
24643 bibtex-reformat-previous-reference-keys.
24644 (bibtex-reference-type): Renamed to bibtex-entry-type.
24645 (bibtex-reference-head): Renamed to bibtex-entry-head.
24646 (bibtex-reference-maybe-empty-head): Renamed to
24647 bibtex-entry-maybe-empty-head.
24648 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24649 (bibtex-search-reference): Renamed to bibtex-search-entry.
24650 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24651 bibtex-enclosing-entry-maybe-empty-head.
24652 (bibtex-entry-field-alist, bibtex-entry-head)
24653 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24654 (bibtex-map-entries, bibtex-search-entry)
24655 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24656 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24657 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24658 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24659 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24660 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24661 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24662
24663 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24664
24665 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24666 comment.
24667 (bibtex-format-field-delimiters): New function, functionality
24668 extracted from bibtex-format-entry.
24669 (bibtex-autokey-get-yearfield-digits): New function, functionality
24670 extracted from bibtex-autokey-get-yearfield.
24671
24672 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24673 entries in order to avoid stack overflow in the regexp matcher if
24674 field contents become large.
24675 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24676 (bibtex-field-string-part-not-braced)
24677 (bibtex-field-string-part-no-inner-braces)
24678 (bibtex-field-string-part-1-inner-brace)
24679 (bibtex-field-string-part-2-inner-braces)
24680 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24681 (bibtex-field-string-quoted, bibtex-field-string)
24682 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24683 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24684 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24685 Deleted as parsing is now performed by the following functions.
24686 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24687 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24688 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24689 (bibtex-parse-association, bibtex-field-name-for-parsing)
24690 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24691 (bibtex-search-forward-field, bibtex-search-backward-field)
24692 (bibtex-start-of-field, bibtex-end-of-field)
24693 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24694 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24695 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24696 (bibtex-parse-string, bibtex-search-forward-string)
24697 (bibtex-search-backward-string, bibtex-start-of-string)
24698 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24699 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24700 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24701 entries. Instead of reporting the results of the parsing by
24702 match-beginning or match-end, these functions return data structures
24703 that hold the corresponding positions.
24704 (bibtex-enclosing-field): Changed to also report field boundaries by
24705 return values rather than by match-beginning or match-end.
24706 The following functions have been adapted to use the new
24707 parsing functions.
24708 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24709 (bibtex-enclosing-field, bibtex-format-entry)
24710 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24711 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24712 (bibtex-print-help-message, bibtex-end-of-entry)
24713 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24714 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24715 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24716 Use the new method for parsing.
24717 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24718 (bibtex-map-entries, bibtex-flash-head)
24719 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24720 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24721 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24722 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24723 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24724 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24725 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24726 order to make the new binding of case-fold-search immediately visible.
24727
24728 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24729
24730 * textmodes/bibtex.el: Copyright notice is up to date.
24731 Added constant 'bibtex-maintainer-salutation.
24732
24733 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24734 than make-temp-name, use match-string-no-properties and eliminate
24735 a quadratic behavior when building bibtex-strings.
24736
24737 * bibtex.el (bibtex-reference-key): Accept string entries whose
24738 reference key contains upper case letters.
24739
24740 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24741
24742 * bibtex.el (bibtex-reference-head): Allow entries to start with
24743 a new line.
24744
24745 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24746
24747 * bibtex.el: Hiding of entry bodies is not longer provided by
24748 bibtex.el directly. Instead the hideshow package can be used.
24749 Added a special bibtex entry to hs-special-modes-alist.
24750 (bibtex-hs-forward-sexp): Added for hideshow.el.
24751
24752 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24753
24754 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24755 proceedings entry type (for cross referencing). Thanks to Wagner
24756 Toledo Correa for the suggestion.
24757
24758 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24759
24760 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24761
24762 * international/characters.el: Setup case table for Vietnamese.
24763
24764 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24765
24766 * uniquify.el (toplevel): Require CL at compile time.
24767 (uniquify-push): Removed.
24768
24769 * shadowfile.el (shadow-when): Removed.
24770
24771 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24772 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24773
24774 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24775 regexp for paragraph-start.
24776
24777 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24778 commas as well.
24779
24780 2000-02-10 Dave Love <fx@gnu.org>
24781
24782 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24783 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24784 Deleted.
24785 (widget-specify-field, widget-specify-button): Don't use
24786 widget-mouse-help as help-echo property.
24787 (default): Use #'ignore for :validate and :mouse-down-action.
24788 (checkbox): Add help-echo.
24789 (widget-sexp-validate): Rewritten to clarify error messages.
24790 (character): Use char-valid-p in :match function.
24791 (widget-color-complete): Use facemenu-color-alist.
24792 (widget-color-action): Use facemenu-read-color.
24793
24794 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24795 set up `caar' &c that we now have.
24796
24797 2000-02-09 Ray Blaak <blaak@gnu.org>
24798
24799 * delphi.el: Make resourcestring a declaration region, like const
24800 and var.
24801
24802 2000-02-09 Dave Love <fx@gnu.org>
24803
24804 * bindings.el (mode-line-input-method-map): New variable.
24805 (mode-line-mule-info): Use it; fix last change.
24806 (mode-line-mode-menu): Move definition.
24807 (mode-line-mouse-sensitive-p): Deleted.
24808 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24809 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24810
24811 * startup.el (command-line-1): Don't call
24812 make-mode-line-mouse-sensitive.
24813
24814 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24815
24816 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24817 before rmail-toggle-header, because the former toggles headers.
24818
24819 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24820
24821 * diff-mode.el (diff-kill-junk): New interactive function.
24822 (diff-reverse-direction): Use delete-and-extract-region.
24823 (diff-post-command-hook): Restrict the area so that the hook also works
24824 outside of any diff hunk. This is necessary for the minor-mode.
24825 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24826 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24827
24828 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24829 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24830 so that it can be used more easily in <foo>-mode-hook. Also make sure
24831 to avoid duplicate entries.
24832 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24833 (font-lock-remove-keywords): Just as was done for `add', allow it to
24834 work even if font-lock-mode is nil. Also make sure we don't modify
24835 any pre-existing list by forcing a copy-sequence. Finally rename
24836 `major-mode' to `mode'.
24837 (font-lock-fontify-syntactic-anchored-keywords)
24838 (font-lock-fontify-anchored-keywords)
24839 (font-lock-fontify-keywords-region): Use line-end-position.
24840 Don't make `font-lock-multiline' local (it's now done in
24841 font-lock-set-defaults).
24842 (font-lock-set-defaults): Make `font-lock-multiline' local.
24843 Move the `font-lock-fontified' creation to inside the `unless'.
24844
24845 2000-02-06 Andrew Innes <andrewi@gnu.org>
24846
24847 * term/w32-win.el (x-handle-args): Comment out call to message,
24848 which occurs before window system is initialized.
24849
24850 * makefile.nt: Add support for recompiling lisp code.
24851
24852 2000-02-04 Dave Love <fx@gnu.org>
24853
24854 * bindings.el (mode-line-mule-info): Fix/extend last change.
24855
24856 * completion.el: Replace completion-dolist with dolist.
24857
24858 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24859
24860 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24861
24862 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24863 environment names before they go into the section regexp.
24864
24865 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24866 char class in regexp.
24867
24868 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24869 Bind `case-fold-search' to nil.
24870
24871 * progmodes/idlwave.el (idlwave-template):
24872 Respect `idlwave-abbrev-change-case'.
24873 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24874 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24875 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24876 (idlwave-rw-case): New function.
24877 (idlwave-statement-match): Fixed problem with assignment regexp.
24878 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24879 (idlwave-surround): New argument LENGTH to support padding of
24880 operators longer than 1 char.
24881
24882 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24883 idlwave-shell-expression-overlay. Implemented printing of
24884 expressions on higher levels of the calling stack.
24885 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24886 (idlwave-retrieve-expression-from-level): New function.
24887 (idlwave-shell-last-calling-stack): Variable removed.
24888 (idlwave-shell-reset): Argument action reversed (`visible' to
24889 `hidden'). Also remove stop-line overlay.
24890 (idlwave-shell-calling-stack-routine): New variable.
24891 (idlwave-shell-parse-stack-and-display): Messages now display
24892 negative level numbers.
24893 (idlwave-shell-mode): Set `modeline-format'.
24894 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24895 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24896 (idlwave-shell-print-expression-function): New option.
24897
24898 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24899 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24900 `tool-bar' instead of `toolbar'.
24901
24902 2000-02-02 Dave Love <fx@gnu.org>
24903
24904 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24905 emacs-lisp-mode-hook. Don't check for defalias being defined.
24906
24907 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24908 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24909 Use the new builtins directly.
24910
24911 * whitespace.el (whitespace): Add :version to defgroup.
24912
24913 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24914 Doc fix.
24915
24916 * thingatpt.el (sexp-at-point, symbol-at-point)
24917 (number-at-point, list-at-point): Add autoload cookie.
24918
24919 * recentf.el (recentf): Add :version to defgroup.
24920
24921 * quickurl.el (quickurl): Add :version to defgroup.
24922
24923 * elide-head.el (elide-head): Use point-marker more.
24924
24925 * bs.el (bs): Add :version to defgroup.
24926
24927 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24928
24929 * progmodes/delphi.el (delphi): Add :version to defgroup.
24930
24931 2000-02-02 Gerd Moellmann <gerd@gnu.org>
24932
24933 * ange-ftp.el (ange-ftp-write-region): Handle case that
24934 succeeding process operation sets a different coding system.
24935
24936 * calculator.el: New file.
24937
24938 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24939
24940 * frame.el (frames-on-display-list, framep-on-display): New functions.
24941 (display-mouse-p, display-popup-menus-p, display-graphic-p)
24942 (display-selections-p, display-screens, display-pixel-width)
24943 (display-pixel-height, display-mm-width, display-mm-height)
24944 (display-backing-store, display-save-under, display-planes)
24945 (display-color-cells, display-visual-class): New functions.
24946
24947 * term/tty-colors.el (tty-color-gray-shades): New function.
24948
24949 * faces.el (display-color-p): Use framep-on-display.
24950 (display-grayscale-p): New function.
24951
24952 2000-01-31 Dave Love <fx@gnu.org>
24953
24954 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24955 (create-fontset-from-x-resource): Don't concat integers.
24956
24957 2000-01-31 Inge Frick <inge@nada.kth.se>
24958
24959 * view.el: Some changes in documentation. Removed some trailing
24960 whitespace. Changed some parameter names to agree with documentation.
24961 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24962 window is not deleted. Modifies change 1998-04-26.
24963
24964 2000-01-31 Gerd Moellmann <gerd@gnu.org>
24965
24966 * windmove.el: New file.
24967
24968 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24969 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24970 progmodes/ebnf-yac.el: Update copyright and license info.
24971
24972 * jit-lock.el (jit-lock-function): Widen before calculating
24973 end position.
24974 (jit-lock-stealth-chunk-start): Rewritten.
24975
24976 * info.el (Info-title-face-alist): Removed.
24977 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
24978 (Info-fontify-node): Use these faces.
24979
24980 2000-01-30 Gerd Moellmann <gerd@gnu.org>
24981
24982 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24983 (cl-macro-list1): Recognize `&allow-other-keys' instead of
24984 `&allow-other-keywords'.
24985
24986 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24987 the list of directories scanned heuristically.
24988
24989 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
24990
24991 2000-01-30 Jason Rumney <jasonr@gnu.org>
24992
24993 * w32-fns.el: Define w32-tty-standard-colors.
24994
24995 * startup.el (command-line): Use w32-tty-standard-colors when in
24996 w32 console mode.
24997
24998 2000-01-30 Dave Love <fx@gnu.org>
24999
25000 * jka-compr.el (jka-compr-load): Fix up load-history.
25001
25002 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25003
25004 * emacs-lisp/cl-macs.el: Revert previous change.
25005
25006 2000-01-29 Dave Love <fx@gnu.org>
25007
25008 * facemenu.el: Purecopy various strings.
25009
25010 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25011 years. Deal with three-digit years.
25012
25013 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25014 Use defconst, purecopy.
25015 (help-back-label): Purecopy it.
25016
25017 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25018
25019 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25020 variable. If non-nil, order the buffer list according to the
25021 currently selected frame.
25022 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25023 non-nil, pass the selected frame to function buffer-list.
25024
25025 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25026
25027 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25028
25029 2000-01-28 Dave Love <fx@gnu.org>
25030
25031 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25032
25033 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25034 Don't use lisp-indent-hook property.
25035 (cl-abs): Remove.
25036
25037 * subr.el: Move out indent and edebug specs for when and unless.
25038
25039 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25040 when, unless.
25041
25042 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25043 unless, when.
25044
25045 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25046
25047 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25048 `collecting' as synonym for `collect'.
25049
25050 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25051 for the case it contains spaces.
25052
25053 * simple.el (what-cursor-position): Change formatting of messages.
25054
25055 * frame.el (delete-other-frames): New function.
25056 (toplevel): Bind it to C-x 5 1.
25057
25058 * sort.el (sort-numeric-base): New option.
25059 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25060 interpret it as octal or hexadecimal. Use sort-numeric-base
25061 as default base.
25062
25063 * progmodes/glasses.el: New file.
25064
25065 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25066
25067 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25068 userids differently.
25069
25070 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25071 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25072 progmodes/ebnf-yac.el: New files.
25073
25074 2000-01-26 Dave Love <fx@gnu.org>
25075
25076 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25077 on a function with an empty body. [From Eric Ludlam.]
25078
25079 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25080
25081 * vc.el (vc-version-diff): Make sure file name is expanded.
25082
25083 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25084
25085 * scroll-bar.el (scroll-bar-timer): Variable removed.
25086 (scroll-bar-toolkit-scroll): Don't use a timer.
25087
25088 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25089
25090 * language/thai-util.el (thai-composition-function):
25091 Delete superfluous `a'.
25092
25093 2000-01-24 Dave Love <fx@gnu.org>
25094
25095 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25096 end-of-defun-function.
25097
25098 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25099
25100 2000-01-22 Jason Rumney <jasonr@gnu.org>
25101
25102 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25103 conflicts with new face support.
25104
25105 2000-01-22 Richard M. Stallman <rms@gnu.org>
25106
25107 * replace.el (query-replace): Rename last arg to DELIMITED.
25108 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25109 (query-replace-regexp): Likewise.
25110
25111 2000-01-20 Richard M. Stallman <rms@gnu.org>
25112
25113 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25114
25115 * emacs-lisp/lisp.el (beginning-of-defun-function):
25116 Variable renamed from beginning-of-defun.
25117 Do not call make-variable-buffer-local.
25118 (beginning-of-defun-raw): Use new variable name; doc fix.
25119 (beginning-of-defun): Doc fix.
25120 (end-of-defun-function): Variable renamed from end-of-defun.
25121 Do not call make-variable-buffer-local.
25122 (end-of-defun): Use new variable name; doc fix.
25123
25124 * subr.el (dolist, dotimes): Copied from cl-macs.el
25125 and made to work.
25126
25127 * mail/undigest.el (rmail-digest-end-regexps):
25128 Variable replaces rmail-digest-end-regexp.
25129 Allows multiple regexps for detecting the end line.
25130 (undigestify-rmail-message): Corresponding changes.
25131
25132 2000-01-19 Dave Love <fx@gnu.org>
25133
25134 * files.el (user-init-file): Don't declare here -- is primitive.
25135
25136 * startup.el (command-line): Check for compiled user-init-file and
25137 set to uncompiled version if necessary.
25138
25139 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25140
25141 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25142 (undigestify-rmail-message): Use it.
25143
25144 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25145
25146 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25147
25148 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25149 of mini-buffer.
25150
25151 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25152
25153 * emacs-lisp/copyright.el (copyright-update): Removed the
25154 requirement for a trailing space from `copyright-regexp', to
25155 support copyrights with owner specified on a separate line..
25156
25157 * align.el: New file.
25158
25159 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25160
25161 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25162
25163 2000-01-13 Dave Love <fx@gnu.org>
25164
25165 * ph.el: Removed. (Obsoleted by EUDC.)
25166
25167 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25168
25169 * net/eudc.el (toplevel): Remove autoloaded code installing
25170 menu with easymenu, because that causes build problems.
25171
25172 * frame.el (frame-notice-user-settings): New variable.
25173 (frame-notice-user-settings): Don't modify frame parameters
25174 if called a second time.
25175
25176 2000-01-13 Richard M. Stallman <rms@gnu.org>
25177
25178 * frame.el (frame-notice-user-settings):
25179 Notice default-frame-parameters even for non-window frames.
25180
25181 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25182
25183 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25184 for Emacs.
25185 (eudc-bob-can-display-inline-images): Extend for Emacs.
25186 (eudc-bob-toggle-inline-display): Ditto.
25187 (eudc-bob-display-jpeg): Ditto.
25188
25189 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25190
25191 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25192 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25193 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25194
25195 * add-log.el (add-change-log-entry): Fix error trying an
25196 `(insert nil)'.
25197
25198 * subdirs.el: Add `net' directory.
25199
25200 * net: New directory.
25201
25202 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25203 eval-last-sexp. Don't bind debug-on-error here.
25204 (eval-last-sexp): New function. Bind debug-on-error if
25205 eval-expression-debug-on-error is non-nil.
25206 (eval-defun-2, eval-defun): Likewise.
25207
25208 * simple.el (eval-expression): Don't bind debug-on-error if
25209 eval-expression-debug-on-error is nil. Detect changed
25210 debug-on-error, and propagate new value to global binding, if
25211 eval-expression-debug-on-error is non-nil,
25212 (eval-expression-debug-on-error): Change doc string.
25213
25214 2000-01-11 Richard M. Stallman <rms@gnu.org>
25215
25216 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25217
25218 * emacs-lisp/lisp-mode.el (with-syntax-table):
25219 Set up lisp-indent-function property.
25220
25221 * subr.el (with-syntax-table): Moved from simple.el.
25222
25223 * simple.el (with-syntax-table): Moved to subr.el.
25224
25225 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25226
25227 * tmm.el (tmm-shortcut): Delete region after prompt instead
25228 of erasing buffer.
25229
25230 * textmodes/fill.el (fill-common-string-prefix): New function.
25231 (fill-context-prefix): Use the longest common prefix of first
25232 and second line fill prefix, if there is one.
25233
25234 2000-01-11 Richard M. Stallman <rms@gnu.org>
25235
25236 * array.el (array-mode): Don't use make-variable-buffer-local.
25237 Use make-local-variable for `truncate-lines'.
25238
25239 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25240
25241 * add-log.el (add-log-current-defun): Handle user-defined
25242 add-log-current-function returning nil,
25243
25244 * add-log.el (add-change-log-entry): Insert version number
25245 if having found a current function
25246
25247 * add-log.el (add-log-current-defun):
25248 Call `add-log-current-defun-function'. Try matches at level 0 and
25249 level 1. Strip whitespace from defun found.
25250
25251 2000-01-10 John Wiegley <johnw@gnu.org>
25252
25253 * allout.el (isearch-done/outline-provisions): Added `edit'
25254 argument to correspond with the current definition of `isearch-done'.
25255
25256 2000-01-10 Dave Love <fx@gnu.org>
25257
25258 * elide-head.el (elide-head): Use point-marker, not point.
25259
25260 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25261
25262 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25263 before and after the year 2000.
25264
25265 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25266 Add ispell- prefix.
25267
25268 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25269
25270 * ispell.el: Only define dictionaries in menus when they exist.
25271 (version18p): New variable.
25272 (version20p): New variable.
25273 (xemacsp): New variable.
25274 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25275 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25276 (ispell-dictionary-alist6): Russian command lines no longer accept
25277 run-together words.
25278 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25279 (ispell-dictionary-alist): Add koi8-r to customize definition.
25280 (check-ispell-version): Added documentation string. Return library
25281 path when called non-interactively.
25282 (ispell-menu-map-needed): Uses new variables.
25283 (ispell-library-path): New variable.
25284 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25285 (ispell-word): Improved documentation string. Test for valid
25286 character mappings. Correctly check typed in word changes that can
25287 result in single words split into multiple words.
25288 Return replacement word.
25289 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25290 replace in recursive query replace mode. Help message for
25291 recursive edit mode.
25292 (ispell-show-choices): Protect against bad framepop bindings.
25293 (ispell-help): Fix to work with XEmacs.
25294 (ispell-highlight-spelling-error): Use new variables.
25295 (ispell-overlay-window): Fix to work with XEmacs.
25296 (ispell-parse-output): Passed and returns location information
25297 tracking spelling corrections. Doesn't recheck same word on
25298 current line.
25299 (ispell-init-process): Protect against bogus XEmacs variable binding.
25300 Fix call to single argument in sleep-for. Use new variables.
25301 (ispell-region): Passed and returns location information tracking
25302 spelling corrections. Doesn't check same word on current line.
25303 Improved documentation string. Doesn't resend a line already
25304 checked to the ispell process - fixes bug in LaTeX parsing.
25305 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25306 (ispell-skip-region): No longer skips <TT> in SGML.
25307 (ispell-process-line): Tracks location information with spelling
25308 corrections. Added documentation string. Accounts for words
25309 already accepted on this line. Don't allow query-replace on line
25310 starting with math characters. Doesn't resend a line already sent
25311 to ispell process. Fixes alignment error bug.
25312
25313 2000-01-10 Richard M. Stallman <rms@gnu.org>
25314
25315 * dired-x.el (dired-guess-shell-alist-default):
25316 Suggest xloadimage, which is free, not xv, which isn't.
25317
25318 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25319 Don't ever include the host name or user name in the value.
25320
25321 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25322
25323 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25324 of a real newline.
25325
25326 2000-01-09 Stephen Eglen <stephen@gnu.org>
25327
25328 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25329 for .png files.
25330
25331 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25332
25333 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25334
25335 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25336
25337 * progmodes/cperl-mode.el: Replace ^F with ^L.
25338
25339 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25340 `require'ing rmail and mailalias to prevent infinite recursion.
25341
25342 2000-01-08 Dave Love <fx@gnu.org>
25343
25344 * emacs-lisp/backquote.el: Remove inappropriate customization
25345 (allowing custom.el to use backquote).
25346
25347 2000-01-07 Dave Love <fx@gnu.org>
25348
25349 * add-log.el (add-log-debugging): Deleted.
25350 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25351 file. Remove debugging code.
25352 (change-log-get-method-definition, change-log-name): Add doc.
25353 (change-log-sortable-date-at): New function.
25354 (change-log-merge): New command.
25355
25356 * time.el (display-time-string-forms): Make the Mail string active.
25357 (display-time-update): Provide help-echo for load average.
25358
25359 * bindings.el (make-mode-line-mouse2-map): New function.
25360 (mode-line-modified): Use it and simplify.
25361 (mode-line-mule-info): Provide help-echo info.
25362 (minor-mode-alist): Activate the strings.
25363 (make-mode-line-mouse-sensitive): Simplify for
25364 mode-line-buffer-identification.
25365
25366 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25367
25368 * play/pong.el: New file.
25369
25370 2000-01-06 Dave Love <fx@gnu.org>
25371
25372 * array.el: Assorted cleanups for compiler warnings, doc strings,
25373 `array-' prefix for symbols.
25374
25375 2000-01-05 Dave Love <fx@gnu.org>
25376
25377 * textmodes/outline.el (outline-mode-menu-bar-map):
25378 Add outline-headers-as-kill.
25379 (outline-mode): Define imenu-generic-expression.
25380 (outline-headers-as-kill): New command.
25381
25382 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25383 from paragraph-start.
25384 (paragraph-indent-minor-mode): New command.
25385
25386 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25387 M-C-e, M-C-h, C-j, C-xnd, TAB.
25388 (fortran-mode): Set beginning-of-defun, end-of-defun.
25389 (fortran-column-ruler): Simplify.
25390 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25391 (fortran-with-subprogram-narrowing): Likewise.
25392 (fortran-indent-subprogram): Call mark-defun.
25393 (fortran-check-for-matching-do): Change narrowing.
25394
25395 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25396 (cl-lucid-hash-tag): Delete.
25397 (cl-hash-table-p): Correct test for native table.
25398 (cl-hash-table-count): Use hash-table-count.
25399
25400 * browse-url.el (browse-url): Fix case of
25401 browse-url-browser-function being an alist.
25402
25403 2000-01-05 Carsten Dominik <cd@gnu.org>
25404
25405 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25406 (reftex-index-phrase-file-extension): New options.
25407
25408 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25409 Use new option `reftex-index-phrase-file-extension'.
25410
25411 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25412 `reftex-parse-file-extension'.
25413
25414 2000-01-05 Dave Love <fx@gnu.org>
25415
25416 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25417 (beginning-of-defun-raw): Use it.
25418 (end-of-defun): New variable.
25419 (end-of-defun): Use it.
25420 (check-parens): New command.
25421
25422 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25423
25424 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25425 (hs-show-block): Don't use `mapcar' when not accumulating.
25426
25427 Fix buglet in local variables initialization.
25428
25429 2000-01-05 Andreas Schwab <schwab@suse.de>
25430
25431 * hscroll.el (hscroll): Doc fix.
25432
25433 2000-01-05 Carsten Dominik <cd@gnu.org>
25434
25435 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25436 Require idlw-toolbar.
25437
25438 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25439 file idlw-rinfo.el.
25440 (idlwave-customize): Load must read file idlw-shell.el.
25441 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25442
25443 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25444
25445 * progmodes/idlw-shell.el: Also provide idlwave-shell
25446 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25447 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25448
25449 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25450 both reftex-dcr and reftex-vcr.
25451
25452 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25453
25454 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25455
25456 * ps-print.el: PostScript code now is in separate files, doc fix.
25457 (ps-print-version): New version number (5.0.3).
25458 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25459 local.
25460 (ps-spool-config): Initialization fix.
25461 (ps-print-prologue-1, ps-print-prologue-2)
25462 (ps-print-duplex-feature): PostScript code moved to separated file.
25463 (ps-background-image): Little code reformating.
25464 (ps-begin-file, ps-begin-job): Fix code.
25465 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25466 (ps-prologue-file): New fun.
25467
25468 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25469
25470 * ps-vars.el: Eliminated.
25471
25472 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25473 `;;;###autoload'.
25474
25475 * ps-print.el: ps-vars eliminated, doc fix.
25476 (ps-print-version): New version number (5.0.2).
25477 (ps-spool-config): Initialization fix.
25478 (ps-print-customize): New fun.
25479
25480 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25481
25482 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25483
25484 2000-01-04 Dave Love <fx@gnu.org>
25485
25486 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25487 menu items.
25488
25489 2000-01-03 Dave Love <fx@gnu.org>
25490
25491 * elide-head.el (elide-head) [defgroup]: Add :version.
25492
25493 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25494 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25495 Use `cl-hash-table-p', not `hash-table-p'.
25496 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25497
25498 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25499
25500 * faces.el (face-read-integer, read-face-attribute)
25501 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25502
25503 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25504
25505 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25506 at comment end, and re-insert them after filling.
25507
25508 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25509
25510 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25511 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25512 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25513
25514 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25515
25516 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25517 the new name of face-color-supported-p.
25518
25519 * term/w32-win.el (xw-defined-colors): Likewise.
25520
25521 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25522
25523 * simple.el (completion-setup-function): Count completion-size
25524 from minibuffer-prompt-end, not from point-min.
25525
25526 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25527
25528 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25529 Pass the frame to tty-color-* functions.
25530 (display-color-p, frame-set-background-mode): Pass the frame to
25531 tty-display-color-p.
25532
25533 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25534 tty-color-alist.
25535 (tty-color-alist, tty-modify-color-alist): New functions.
25536 (tty-color-define, tty-color-clear, tty-color-approximate)
25537 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25538 optional parameter FRAME.
25539
25540 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25541
25542 * image.el (create-image, defimage): Don't assume image data is
25543 a string.
25544
25545 * image.el (defimage): Handle specifications containing :data
25546 instead of :file.
25547 (image-type-from-data): New function.
25548 (image-type-from-file-header): Use it.
25549 (create-image): Add parameter DATA-P.
25550
25551 See ChangeLog.8 for earlier changes.
25552
25553 ;; Local Variables:
25554 ;; coding: iso-2022-7bit
25555 ;; End:
25556
25557 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25558 Copying and distribution of this file, with or without modification,
25559 are permitted provided the copyright notice and this notice are preserved.