*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * international/quail.el (quail-use-package, quail-inactivate)
4 (quail-activate): Mention the hooks these functions run in their
5 doc strings.
6
7 2001-09-05 Edward M. Reingold <reingold@iit.edu>
8
9 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
10 of file in header of menu.
11
12 2001-09-04 Gerd Moellmann <gerd@gnu.org>
13
14 * env.el (setenv): Interactively, if VARIABLE has a current value,
15 add that to the front of the history, as the doc string says.
16
17 * comint.el (comint-send-input): Change help-echo.
18 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
19
20 * bookmark.el (bookmark-write-file): Bind print-length and
21 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
22
23 * obsolete/uncompress.el: Moved there from lisp/.
24
25 * comint.el (comint-insert-clicked-input): Goto point-max before
26 deleting previous input. From "Dr Francis J. Wright"
27 <F.J.Wright@qmw.ac.uk>.
28
29 * simple.el (backward-word): Doc fix.
30
31 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
32
33 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
34 * uncompress.el, uniquify.el, vc.el, view.el, window.el
35 * w32-fns.el: Add Keywords header.
36
37 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
40 "Text Properties". Suggested by Simon Marshall
41 <Simon.Marshall@midas-kapiti.com>.
42
43 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
44
45 * term/mac-win.el (mac-drag-n-drop): Decode file name by
46 consulting the value of file-name-coding-system.
47
48 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
49
50 * help.el (describe-function-1): Save precomputed `file-name' rather
51 than recomputing it (incorrectly) with `symbol-file'.
52
53 2001-09-03 Gerd Moellmann <gerd@gnu.org>
54
55 * international/isearch-x.el (isearch-exit-recursive-edit):
56 Take three parameters, since it's used as an after-change-function.
57
58 * emacs-lisp/backquote.el (backquote-backquote-symbol)
59 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
60 from doc strings.
61
62 2001-09-02 Milan Zamazal <pdm@zamazal.org>
63
64 * progmodes/glasses.el (glasses-convert-to-unreadable):
65 Consider underscores as in `glasses-make-readable'.
66
67 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
68
69 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
70 MS-DOS, since cpp might not be available.
71
72 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
73 Mention "yank" in the help-echo text.
74 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
75
76 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
77
78 * newcomment.el (comment-indent): Insert spaces more carefully.
79
80 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
83 exists. From Andy Petrusenco <andy@int.spb.ru>.
84
85 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
86 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
87 <andy@int.spb.ru>.
88
89 2001-08-31 Gerd Moellmann <gerd@gnu.org>
90
91 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
92 Instead of running mouse-yank-at-click, see what the event is
93 bound to outside Isearch and run that.
94
95 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
96
97 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
98 Fix the menu entry to mention transient-mark-mode.
99
100 2001-08-30 Gerd Moellmann <gerd@gnu.org>
101
102 * simple.el (eval-expression-print-level): Fix last change.
103
104 * bindings.el (mode-line-coding-system-map): New variable.
105 (mode-line-mule-info): Give the "%Z" a local-map keymap.
106
107 * simple.el (eval-expression-print-level): Change the type
108 of the defcustom to allow nil.
109
110 * emacs-lisp/find-gc.el: Moved here from lisp/.
111
112 * international/quail.el (quail-completion-1):
113 Reverse the ((CHAR . DEFN) ...) list before processing it.
114 From Kenichi Handa <handa@etl.go.jp>.
115
116 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
117 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
118
119 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
120
121 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
122 aren't supported. This avoids the annoying gray strip drawn by
123 the Windows version instead of the missing tool bar.
124
125 2001-08-29 Gerd Moellmann <gerd@gnu.org>
126
127 * menu-bar.el (menu-bar-options-menu): Make option text, messages
128 and tooltips more consistent. From "Marshall, Simon"
129 <Simon.Marshall@midas-kapiti.com>.
130
131 * startup.el (fancy-splash-screens): Temporarily set
132 minor-mode-map-alist to nil while displaying splash screens.
133
134 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
135
136 * buff-menu.el: Add Keywords header.
137 Doc fix (C-x C-b is bound to list-buffers).
138
139 * dired-x.el: Add keyword files to get listed in finder.
140 Remove confusing notes about GNU Emacs 19.
141
142 * dired.el, dired-aux.el: Add Keywords header.
143
144 2001-08-28 Andre Spiegel <spiegel@gnu.org>
145
146 * vc.el (vc-revert-file): Call the backend even if the FILE's
147 contents can be reverted locally; pass new arg CONTENTS-DONE
148 down to the backend.
149
150 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
151 optional arg CONTENTS-DONE.
152
153 2001-08-28 Andrew Innes <andrewi@gnu.org>
154
155 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
156
157 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
158
159 * makefile.nt (install): Copy more *.el files.
160
161 2001-08-28 Gerd Moellmann <gerd@gnu.org>
162
163 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
164 instead of `w' which is already in use.
165
166 * gs.el (gs-load-image): Use sleep-for.
167 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
168
169 2001-08-28 Miles Bader <miles@gnu.org>
170
171 * replace.el (query-replace-regexp-eval): Return args from
172 `interactive' form in correct order.
173
174 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
177 major modes, don't create panes for modes for which
178 mouse-buffer-menu-alist returns an empty alist.
179
180 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
181
182 * progmodes/hideshow.el: Update first-line description.
183 Sync comments w/ maintainer version 5.31.
184
185 (hs-isearch-open): Default value now `code'.
186 Fix docstring to use "code blocks" vs "comment blocks",
187 as opposed to "block" vs "comment".
188 (hs-flag-region): Accept `hs-isearch-open' value
189 of `block' as synonymous w/ `code'.
190 (hs-hide-block-at-point): For code blocks, pass `code'
191 to `hs-flag-region' instead of `block'.
192
193 2001-08-28 Miles Bader <miles@gnu.org>
194
195 * comint.el (comint-next-prompt): Don't loop infinitely if
196 {next,previous}-single-char-property-change returns its input
197 position when the search fails.
198
199 2001-08-27 Miles Bader <miles@gnu.org>
200
201 * comint.el (comint-get-old-input-default): Don't signal an error
202 if point is not on an input field; instead, return the current
203 line (using `comint-bol' to skip any prompt, in case we're not
204 using fields at all).
205
206 * man.el (Man-mode-line-format): Variable removed.
207 (Man-mode): Change `mode-line-buffer-identification' instead of
208 `mode-line-format'.
209
210 2001-08-27 Gerd Moellmann <gerd@gnu.org>
211
212 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
213 From Simon Josefsson <jas@extundo.com>.
214
215 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
216
217 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
218 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
219
220 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
221 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
222
223 * emacs-lisp/lselect.el: Ditto.
224
225 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
226 Remove periods from the end of error message strings.
227 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
228
229 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
230 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
231
232 * net/telnet.el: Ditto.
233
234 2001-08-26 Gerd Moellmann <gerd@gnu.org>
235
236 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
237 KEYMAP to the call to define-minor-mode.
238
239 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
240
241 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
242 Replace some of the undefined characters with emulations of bidi
243 formatting characters and Niqud as per SI 1311-1.
244 (IT-unicode-translations): Ditto.
245 (IT-display-table-setup, IT-setup-unicode-display):
246 Fill characters without translations with dos-unsupported-char-glyph.
247
248 2001-08-24 Simon Josefsson <jas@extundo.com>
249
250 * hl-line.el (hl-line-mode): Don't be a global mode.
251 (global-hl-line-mode): New function.
252
253 2001-08-24 Gerd Moellmann <gerd@gnu.org>
254
255 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
256 being reset by Ghostscript. Don't kill the gs process.
257 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
258
259 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
260
261 * term/mac-win.el: Require scroll-bar.
262
263 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
264
265 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
266
267 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
268
269 * hexl.el (hexl-insert-multibyte-char) New function.
270 (hexl-quoted-insert, hexl-self-insert-command)
271 (hexl-insert-hex-char, hexl-insert-decimal-char)
272 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
273 Fix the doc strings accordingly.
274 (hexl-insert-char): Reject characters whose code is above 255.
275 Doc fix.
276 (hexl-mode-map): Copy the global keymap instead of creating a
277 sparse keymap, and bind all self-inserting characters to
278 hexl-self-insert-command.
279
280 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
281
282 * wid-edit.el (text): Re-order docstring correctly.
283
284 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
285
286 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
287
288 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
289
290 * simple.el (line-number-mode): Mention the variable
291 line-number-display-limit-width in the doc string.
292
293 2001-08-22 Gerd Moellmann <gerd@gnu.org>
294
295 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
296 Temporarily select EVENT's window for switching buffers.
297 (mode-line-bury-buffer): New function.
298 (mode-line-buffer-identification-keymap): Use it instead of
299 bury-buffer. Bind down-mouse events to prevent global down-mouse
300 events from shining through.
301
302 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
303
304 * newcomment.el (comment-beginning): Make sure the comment-start
305 we found isn't a comment-end (in cases where confusion is possible).
306
307 2001-08-22 Miles Bader <miles@gnu.org>
308
309 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
310 before writing it, so that hard-links don't see new version.
311
312 2001-08-21 Gerd Moellmann <gerd@gnu.org>
313
314 * gs.el (gs-set-ghostview-colors-window-prop):
315 Call x-change-window-property with 3rd arg FRAME.
316 (gs-load-image): Wait for a previous Ghostscript process
317 to complete before starting a new one.
318
319 * image.el (image-type-regexps): Make sure that the TIFF
320 pattern is only matched at the beginning of a string.
321 From Markus Rost <rost@math.ohio-state.edu>.
322
323 * international/swedish.el: Pre-Mule file removed. From Jonas
324 Oberg <jonas@gnu.org>.
325
326 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
327
328 * whitespace.el (whitespace-abort-on-error): Add custom variable
329 to whitespace to abort a write-file if whitespace is detected in file.
330
331 * whitespace.el (whitespace-write-file-hook): Hook to be called
332 when writing a file. If `whitespace-abort-on-error' is set, the
333 write will abort on detecting whitespaces.
334 If `whitespace-auto-cleanup' is set, the file will be cleaned
335 automatically prior to writing.
336
337 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
338 whitespaces in the error output!
339
340 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
341 `indent-tabs-mode', since the latter notes user preferences on
342 TABs anyway.
343
344 * whitespace.el (whitespace-version): 3.1. All of the above issues
345 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
346
347 2001-08-20 Gerd Moellmann <gerd@gnu.org>
348
349 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
350 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
351
352 * whitespace.el (whitespace-global-mode): Add autoload cookie.
353
354 2001-08-20 Alex Schroeder <alex@gnu.org>
355
356 * sql.el (sql-db2): Doc change.
357
358 2001-08-20 Alex Schroeder <alex@gnu.org>
359
360 * sql.el (sql-postgres): Add the database at the end of the
361 parameters instead of at the beginning.
362 (sql-postgres-options): Doc change.
363
364 2001-08-17 Gerd Moellmann <gerd@gnu.org>
365
366 * custom.el (defcustom): Doc fix.
367
368 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
369
370 * ps-mule.el (find-composition): Check if (char-after POS)
371 returns a valid character.
372
373 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
374
375 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
376 original-point for extra CR characters that are added/removed when
377 the buffer is written/read whose EOL type is -dos.
378
379 2001-08-16 Miles Bader <miles@gnu.org>
380
381 * simple.el (line-move): Undo previous change.
382
383 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
384 property to input-terminating `boundary' overlays to avoid
385 line-move wierdness.
386
387 2001-08-16 Gerd Moellmann <gerd@gnu.org>
388
389 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
390 buffer in a save-restriction. Under one test case with Ediff,
391 window-scroll-functions are run with a window start that's
392 temporarily outside of the restriction.
393
394 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
395
396 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
397 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
398 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
399 (texinfo-update-menu-region-beginning)
400 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
401 command, @ifnottex, to regexps, so it is found.
402
403 2001-08-16 Andrew Innes <andrewi@gnu.org>
404
405 * makefile.nt (DONTCOMPILE): Omit bindings.el.
406 (DONTCOMPILE): Omit sc.el.
407
408 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
409 (DONTCOMPILE): Omit sc.el.
410
411 2001-08-16 Gerd Moellmann <gerd@gnu.org>
412
413 * replace.el (occur): Bind inhibit-read-only to t.
414
415 2001-08-16 Miles Bader <miles@gnu.org>
416
417 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
418 calling `constrain-to-field', to avoid problems with comint prompts.
419
420 2001-08-15 Gerd Moellmann <gerd@gnu.org>
421
422 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
423 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
424
425 * ediff-mult.el (ediff-get-meta-info): Fix the condition
426 of a while-loop.
427
428 * Makefile.in (DONTCOMPILE): Remove sc.el.
429
430 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
431 Don't include term/.
432
433 * mail/sc.el: Moved to obsolete/.
434
435 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
436
437 * ps-print.el: Change error function arguments to follow Emacs
438 message convention. Doc fix.
439 (ps-print-version): New version number (6.5.4).
440 (coding-system-for-write): Change declaration position to avoid
441 XEmacs compilation gripes.
442 (coding-system-for-read, buffer-file-coding-system):
443 Declarations to avoid XEmacs compilation gripes.
444
445 * ps-mule.el: Doc fix.
446 (ps-mule-encode-header-string): If STRING is not a string, replace
447 STRING by empty string.
448
449 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
450
451 * frame.el (show-trailing-whitespace): Doc fix.
452
453 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * desktop.el (desktop-save): Insert the coding: tag before
456 desktop-header.
457
458 2001-08-13 Gerd Moellmann <gerd@gnu.org>
459
460 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
461 its path from $els.
462
463 * image.el (image-jpeg-p): Fix call of substring.
464
465 2001-08-10 Gerd Moellmann <gerd@gnu.org>
466
467 * play/animate.el (animate-string): Doc fix. Use a buffer
468 name with stars in it.
469 (animate-sequence): New function.
470 From Richard Stallman <rms@gnu.org>.
471
472 * frame.el (select-frame-set-input-focus): New function
473 extracted from other-frame.
474 (other-frame): Use it.
475 (next-multiframe-window, previous-multiframe-window): Use it.
476
477 * isearch.el (isearch-other-meta-char): Don't switch to the
478 buffer of a window clicked on, when the current buffer is
479 in Isearch mode.
480
481 * image.el (image-jpeg-p): Test for APPn markers in the range
482 #xe0..#xef.
483
484 2001-08-09 Gerd Moellmann <gerd@gnu.org>
485
486 * desktop.el (desktop-save): Don't use concat to form a file
487 name, use expand-file-name.
488
489 * mouse.el (mouse-delete-window): Do nothing if frame has just
490 one window.
491
492 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
493 for the minor mode name.
494
495 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
496 minor mode name.
497
498 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
499 instead of make-mode-line-mouse2-map.
500
501 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
502 the minor mode name.
503
504 * emacs-lisp/easy-mmode.el (define-minor-mode):
505 Use mode-line-minor-mode-keymap for the minor mode name.
506
507 * calendar/calendar.el (calendar-mode-line-format):
508 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
509
510 * bindings.el (make-mode-line-mouse-map): Renamed from
511 make-mode-line-mouse2-map. Take additional arg MOUSE.
512 (mode-line-modified): Use mouse-3 instead of mouse-2.
513 (mode-line-buffer-identification-keymap): Bind keys differently.
514 (propertized-buffer-identification): Adapt help-echo to new bindings.
515
516 * bindings.el (mode-line-format): Specify help-echo for line
517 number, column number and buffer-percent part of the mode-line.
518
519 * image.el (image-type-regexps): Allow whitespace at the start
520 of the image data for XPM, XBM and Postscript, which are
521 text files.
522 (image-jpeg-p): Correct calculation of next field offset.
523
524 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
525
526 * battery.el: Fix typo.
527
528 2001-08-08 Gerd Moellmann <gerd@gnu.org>
529
530 * image.el (image-type-regexps): Allow predicates. Change the way
531 JPEG images are recognized.
532 (image-jpeg-p): New function.
533 (image-type-from-data): Handle predicates in image-type-regexps.
534
535 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
536 #:, #x, #o, and similar constructs.
537
538 2001-08-07 Gerd Moellmann <gerd@gnu.org>
539
540 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
541
542 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
543 instead of `progn'.
544
545 * tar-mode.el (tar-extract): Avoid generating a new buffer
546 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
547
548 * textmodes/paragraphs.el (forward-sentence): Avoid building
549 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
550
551 * progmodes/executable.el (executable-set-magic):
552 If executable-find returns a quoted file name, unquote it before
553 inserting it.
554
555 * image.el (image-type-regexps): For JPEG files, use a regexp
556 derived from the JFIF spec.
557
558 * image.el (image-type-regexps): Use `\`' instead of `^' in
559 most regular expressions.
560
561 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
562
563 * play/animate.el: Re-insert a reference to re-inserted function.
564
565 2001-08-06 Gerd Moellmann <gerd@gnu.org>
566
567 * help.el (describe-function-1): Use find-function-search-for-symbol
568 instead of find-function-noselect because the latter follows aliases.
569
570 * play/animate.el (animate-birthday-present): Re-insert.
571
572 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
573 Handle old-style menu definitions.
574
575 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
576
577 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
578 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
579
580 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
581 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
582 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
583
584 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
585
586 * textmodes/tildify.el: Milan Zamazal has new address.
587
588 2001-08-03 Gerd Moellmann <gerd@gnu.org>
589
590 * custom.el (custom-set-variables): Don't test `custom-requests'
591 properties, check the third element of the options passed to
592 custom-set-variables instead.
593
594 * info.el (info-insert-file-contents): Use info-file-exists-p
595 instead of file-exists-p.
596
597 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
598 the mode-line face is restored. Fix several bugs.
599
600 * replace.el (perform-replace): Doc fix.
601
602 2001-08-02 Francesco Potorti` <pot@gnu.org>
603
604 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
605 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
606 (uniquify-fix-item-base, uniquify-fix-item-filename)
607 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
608 Callers changed.
609 (uniquify-set-proposed): Changed to work with a vector item.
610 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
611 the fix list, and a list of strings for the non-file buffer
612 names. Both changes reduce consing.
613 (uniquify-rationalize-a-list): Local variable renaming.
614 (uniquify-rationalize-conflicting-sublist): Use member instead of
615 assoc.
616 (uniquify-rename-buffer): Use unless instead of if not.
617
618 2001-08-02 Gerd Moellmann <gerd@gnu.org>
619
620 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
621
622 * custom.el (custom-set-variables): Set options with :require
623 clauses last.
624
625 * custom.el (defcustom): Doc fix.
626
627 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
628
629 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
630
631 * man.el (man): Mention Man-switches in the doc string.
632 (Man-switches): Mention -a in the doc string.
633
634 * textmodes/ispell.el (ispell-alternate-dictionary):
635 Add /usr/share/lib/dict/words, for Irix.
636
637 * bindings.el: Bind shifted and control-shifted kp-* keys to the
638 corresponding non-kp keys. Suggested by Stephen Gildea
639 <gildea@alum.mit.edu>.
640
641 2001-08-01 Francesco Potorti` <pot@gnu.org>
642
643 * uniquify.el: These changes correct a corner case that the old
644 code managed correctly.
645 (uniquify-fix-item-proposed): Renamed from
646 uniquify-fix-item-min-proposed.
647 (uniquify-set-proposed): New function.
648 (uniquify-rationalize-file-buffer-names): Code reshuffled for
649 clarity and speed.
650 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
651 This is equivalent to what the old code did.
652 (uniquify-rationalize-a-list): Never recompute the proposed
653 name. Sort the conflicting sublist before rationalising it: this
654 is equivalent to what the old code did, but one directory element
655 at a time, and only when necessary.
656 (uniquify-rationalize-conflicting-sublist): Recompute here the
657 proposed name.
658
659 2001-08-01 Gerd Moellmann <gerd@gnu.org>
660
661 * play/animate.el: Add Keywords and Maintainer. Remove a
662 reference to a removed function.
663
664 * play/animate.el (animate-string): Handle case that the string is
665 longer than the window is wide.
666
667 2001-07-31 Gerd Moellmann <gerd@gnu.org>
668
669 * desktop.el (desktop-save): Bind coding-system-for-write to
670 `emacs-mule' for write-region.
671
672 * delsel.el (delete-selection-pre-hook): Don't set this-command
673 to `ignore' if the region is empty.
674
675 * international/mule.el (set-keyboard-coding-system):
676 Set keyboard-coding-system.
677
678 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
679 before accessing it.
680
681 2001-07-30 Andreas Schwab <schwab@suse.de>
682
683 * menu-bar.el (toggle-highlight-paren-mode):
684 Use `(show-paren-mode)' as body.
685
686 2001-07-30 Andre Spiegel <spiegel@gnu.org>
687
688 * vc.el (vc-checkout-hook): New hook.
689 (vc-checkout): Run it.
690
691 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
692
693 * progmodes/make-mode.el (makefile-macroassign-regex):
694 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
695
696 2001-07-30 Gerd Moellmann <gerd@gnu.org>
697
698 * vc.el (vc-switch-backend): Fix autoload cookie.
699
700 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
701 the desktop file.
702
703 2001-07-30 Simon Josefsson <jas@extundo.com>
704
705 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
706 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
707
708 2001-07-27 Gerd Moellmann <gerd@gnu.org>
709
710 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
711 (last-sexp-toggle-display): Renamed from last-sexp-print.
712 (last-sexp-toggle-display, eval-last-sexp-1):
713 Use last-sexp-setup-props.
714
715 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
716 New user-options.
717 (mouse-wheel-change-button): New function.
718 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
719 (mwheel-scroll): Ditto.
720
721 2001-07-26 Gerd Moellmann <gerd@gnu.org>
722
723 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
724 `...', compare with unabbreviated printed representation instead.
725 (last-sexp-print): Bind print-length and print-level to nil.
726
727 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
728 before assigning text properties. Make properties rear-nonsticky.
729
730 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
731 (eval-last-sexp-1): Give printed text a `keymap' property and bind
732 <mouse-2> and <RET> in that map to a function printing the
733 unabbreviated value.
734
735 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
736 is a buffer, put a text property `printed-value' on the printed
737 representation, with the Lisp object printed as value.
738
739 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
740
741 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
742 Mention the effect of eval-expression-print-length and
743 eval-expression-print-level in the doc strings. Suggested by
744 Kevin Gallagher <kevingal@onramp.net>.
745
746 2001-07-25 Gerd Moellmann <gerd@gnu.org>
747
748 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
749 for buttons > 3.
750 (xterm-mouse-translate): Handle the case that we don't get a
751 down-event.
752
753 * emacs-lisp/find-func.el (find-function-regexp):
754 Add easy-mmode-define-global-mode to the regexp. Allow newlines
755 in front of the function name.
756
757 * isearch.el (isearch-other-meta-char): Fix last change.
758
759 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
760 similar events for which fake prefix keys are generated. It's no
761 longer necessary since read_key_sequence doesn't modify these
762 events for internal purposes anymore.
763
764 * files.el (auto-mode-alist): Use nroff-mode for files ending
765 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
766
767 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
768
769 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
770 tool-bar-lines parameter, behave as if its value were zero.
771 (mouse-avoidance-set-pointer-shape): Don't do anything if
772 x-pointer-shape is not boundp.
773
774 2001-07-23 Francesco Potorti` <pot@gnu.org>
775
776 * uniquify.el: Overall speedup changes when using many buffers.
777 (uniquify-fix-item-base, uniquify-fix-item-filename)
778 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
779 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
780 place in the item, but was never used.
781 (uniquify-fix-item-min-proposed): New defalias: the fourth place
782 in the item is now used as cache for the proposed name.
783 (uniquify-rationalize-file-buffer-names): Move computation made on
784 newbuffile out of the loop, in the newbuffile-nd local var.
785 Use dolist (cosmetic change). Compute the proposed name for the most
786 common case and cache it in the fourth place in the item.
787 (uniquify-rationalize-file-buffer-names): Used to return a a list
788 of buffer whose name was changed, but that return value was never used.
789 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
790 the cached proposed name, does much less consing and is quicker.
791 (uniquify-filename-lessp): Deleted.
792 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
793 Do not bind locally the uniquify-possibly-resolvable flag. Use the
794 cached proposed name is possible.
795 (uniquify-get-proposed-name): Arguments changed, callers changed.
796 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
797 uniquify-possibly-resolvable flag, which is no more bound locally.
798 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
799 flag, which does not exist any more.
800
801 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
802
803 * term/internal.el (IT-unicode-translations): Fix the appearance of
804 "6`".
805
806 * progmodes/compile.el (compile-internal): If EMACS is already
807 defined in the environment, don't override its value.
808
809 2001-07-23 Gerd Moellmann <gerd@gnu.org>
810
811 * play/fortune.el: Undo change of 2001-07-13.
812 Fix autoload cookies. Add types to defcustoms.
813 (fortune) <defgroup>: Add :link.
814 (fortune-from-region): Use eq, not eql.
815 From Dave Love <fx@gnu.org>.
816
817 * play/animate.el (animate-birthday-present): Function removed.
818
819 * play/animate.el: New file.
820
821 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
822
823 * startup.el (normal-top-level-add-subdirs-to-load-path):
824 On Windows, put into normal-top-level-add-subdirs-inode-list the
825 canonicalized names of the directories instead of inode numbers.
826
827 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
828
829 * ediff-util.el: Copyright years.
830 (ediff-choose-syntax-table): New function.
831 (ediff-setup): Use ediff-choose-syntax-table.
832 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
833 vc-state is available.
834 (ediff-make-temp-file): Use ediff-coding-system-for-write.
835
836 * ediff-init.el (ediff-with-syntax-table): New macro, uses
837 with-syntax-table.
838 (ediff-coding-system-for-read): From ediff-diff.el
839 (ediff-coding-system-for-write): New variable.
840 (ediff-highest-priority): Fixed the bug having to do with disappearing
841 overlays.
842 (ediff-file-remote-p): Use file-remote-p, if available.
843 (ediff-listable-file): New function.
844 (ediff-file-attributes): Use ediff-listable-file.
845
846 * ediff-mult.el (ediff-meta-insert-file-info1):
847 Use ediff-listable-file.
848
849 * ediff-ptch.el (ediff-prompt-for-patch-file):
850 Use ediff-coding-system-for-read.
851 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
852
853 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
854 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
855
856 * ediff.el: Date of last update, copyright years.
857
858 * ediff-wind (ediff-setup-control-frame): Nill->nil.
859
860 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
861 of Scott Bronson.
862 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
863 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
864 Deleted functions.
865 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
866 ex-token-list.
867 (viper-get-ex-address-subr): Convert registers to char data type.
868
869 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
870 (viper-memq-char): Use viper-int-to-char.
871 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
872 vc-locking-state.
873 (viper-read-key): Use viper-read-key-sequence.
874
875 * viper.el (viper-major-mode-modifier-list):
876 Added inferior-emacs-lisp-mode.
877 (this-major-mode-requires-vi-state): New function that uses simple
878 heuristics to decide if vi state is appropriate.
879 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
880 (viper-non-hook-settings): Don't advise read-key-sequence.
881 (viper-read-key-sequence): New function that replaces the
882 previously used advice to read-key-sequence.
883
884 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
885 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
886 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
887 (viper-open-line-at-point,viper-substitute,viper-overwrite)
888 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
889 Got rid of the negative character hack.
890 (viper-escape-to-state,viper-replace-state-exit-cmd):
891 Use viper-read-key-sequence.
892 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
893 (viper-minibuffer-standard-hook,viper-read-string-with-history):
894 Don't override existing minibuffer-setup-hook.
895 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
896 Convert registers to char data type.
897 (viper-autoindent): Use viper-indent-line.
898
899 * viper-keym.el: Use viper-exec-key-in-emacs.
900
901 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
902
903 * server.el (server-visit-files): Fix variable name typo.
904
905 2001-07-20 Gerd Moellmann <gerd@gnu.org>
906
907 * simple.el (delete-trailing-whitespace): Save match data
908 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
909
910 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
911
912 * progmodes/compile.el (compilation-parse-errors): `linenum' might
913 return a this-error using the alternative format (a pair of markers).
914
915 2001-07-19 Gerd Moellmann <gerd@gnu.org>
916
917 * font-lock.el (c++-keywords): Add Standard C++ operator names.
918
919 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
920 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
921
922 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
923
924 * international/iso-transl.el: Fix typo in the header of the file.
925
926 * textmodes/picture.el (picture): Doc fix.
927
928 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
929 follow coding conventions in generated files.
930
931 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
934 (tool-bar-add-item): Don't call image-related primitives if the
935 display doesn't support images.
936
937 * frame.el (display-images-p): New function.
938
939 2001-07-17 Gerd Moellmann <gerd@gnu.org>
940
941 * server.el (server-visit-files): Handle the case the specified
942 column number is <= 0.
943
944 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
945
946 * startup.el (command-line-1): Add support for +LINE:COLUMN
947 command line argument.
948
949 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
950
951 * server.el (server-process-filter, server-visit-files):
952 Add support for +LINE:COLUMN style emacsclient calls.
953
954 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
955
956 * emacs-lisp/easy-mmode.el: Add Keywords header.
957
958 * play/pong.el: Author has new address.
959
960 * play/landmark.el: Author is no more reachable.
961
962 * play/handwrite.el: Author is no more reachable.
963
964 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
965
966 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
967 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
968 Complete bindings for F<1..12> keys.
969 (global-map): Remove `undo' binding (already in the default).
970 Replace `t<n>' bindings with `f<n>' bindings.
971
972 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
973
974 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
975 (tcl-mode): Use tcl-add-log-defun.
976 (tcl-indent-line): Use tcl-calculate-indent.
977 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
978 (tcl-indent-exp): Renamed from indent-tcl-exp.
979 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
980 (tcl-indent-for-comment): Call comment-indent-function properly
981 and handle the case where it returns nil.
982
983 2001-07-16 Gerd Moellmann <gerd@gnu.org>
984
985 * calendar/cal-islam.el (calendar-goto-islamic-date):
986 Remove autoload cookie.
987
988 * calendar/calendar.el (calendar-goto-islamic-date):
989 Add call to autoload.
990
991 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
992
993 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
994 Don't change compile-auto-highlight globally.
995 Don't bother with `font-lock-defaults' property since XEmacs
996 also understands the `font-lock-defaults' variable.
997 Use make-local-variable rather than make-variable-buffer-local.
998 Don't `defconst' comment-indent-function: keep the default.
999 Call easy-menu-add unconditionally.
1000 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1001 (ada-create-menu): Use :included for Emacs as well.
1002
1003 * vc.el (vc-do-command): Autoload.
1004
1005 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1006
1007 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1008
1009 * ps-print.el: Fix Author: header.
1010
1011 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1012
1013 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1014 mouse-1 etc., bind them to `ignore'.
1015
1016 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1017 send-invisible, which is already defined in Comint.
1018 (eshell-watch-for-password-prompt): Use it.
1019
1020 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1021
1022 * which-func.el (which-func-mode): Doc fix.
1023
1024 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1025 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1026 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1027 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1028 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1029 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1030 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1031 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1032 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1033 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1034 * emulation/edt-mapper.el, emulation/edt-pc.el,
1035 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1036 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1037 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1038 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1039 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1040 * international/isearch-x.el, international/iso-cvt.el,
1041 * international/ogonek.el, international/quail.el,
1042 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1043 * language/devanagari.el, language/ethio-util.el,
1044 * language/ethiopic.el, language/european.el, language/indian.el,
1045 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1046 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1047 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1048 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1049 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1050 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1051 * progmodes/autoconf.el, progmodes/cmacexp.el,
1052 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1053 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1054 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1055 * progmodes/ebnf2ps.el, progmodes/executable.el,
1056 * progmodes/fortran.el, progmodes/idlw-shell.el,
1057 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1058 * progmodes/m4-mode.el, progmodes/mantemp.el,
1059 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1060 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1061 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1062 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1063 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1064 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1065 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1066 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1067 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1068 * textmodes/two-column.el, time-stamp.el, timezone.el,
1069 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1070 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1071 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1072 conventions.
1073
1074 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1075
1076 * simple.el (set-variable): Require 'cus-edit' instead of
1077 `wid-edit', so that the Custom widgets get defined.
1078
1079 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1080
1081 * allout.el: A fix to follow coding conventions.
1082
1083 * find-lisp.el: A fix to follow coding conventions.
1084
1085 * term/w32-win.el: A fix to follow coding conventions.
1086
1087 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1088
1089 * term/xterm.el: A fix to follow coding conventions.
1090
1091 * term/news.el: A fix to follow coding conventions.
1092
1093 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1094 header line fixed.
1095
1096 * sun-curs.el: Fix Maintainer: header line.
1097
1098 * emacs-lisp/easymenu.el: Address of the author added.
1099
1100 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1101
1102 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1103 property.
1104
1105 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1106
1107 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1108 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1109 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1110 Some fixes to follow coding conventions.
1111
1112 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1113
1114 * which-func.el (which-func-mode): Doc fix.
1115
1116 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1117
1118 * net/rcompile.el (remote-compile): Use make-local-variable.
1119
1120 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1121
1122 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1123
1124 * mail/reporter.el (reporter-submit-bug-report):
1125 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1126
1127 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1128
1129 * calendar/cal-china.el, calendar/cal-coptic.el,
1130 * calendar/cal-dst.el, calendar/cal-french.el,
1131 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1132 * calendar/cal-iso.el, calendar/cal-julian.el,
1133 * calendar/cal-mayan.el, calendar/cal-persia.el,
1134 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1135 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1136 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1137 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1138 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1139 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1140 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1141 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1142 * progmodes/ada-xref.el, progmodes/cc-align.el,
1143 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1144 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1145 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1146 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1147 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1148 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1149 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1150 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1151 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1152 * textmodes/reftex.el: Some fixes to follow coding
1153 conventions in Eshell files with known maintainers.
1154
1155 * emulation/viper.el: A fix to follow coding conventions.
1156
1157 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1158 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1159 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1160 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1161 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1162 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1163 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1164 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1165 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1166 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1167 conventions in Eshell files.
1168
1169 * composite.el, diff.el, emacs-lisp/levents.el,
1170 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1171 * emulation/pc-mode.el, emulation/viper-cmd.el,
1172 * emulation/viper-ex.el, emulation/viper-init.el,
1173 * emulation/viper-keym.el, emulation/viper-macs.el,
1174 * emulation/viper-mous.el, emulation/viper-util.el,
1175 * emulation/viper.el, forms-pass.el, international/ccl.el,
1176 * international/characters.el, international/encoded-kb.el,
1177 * international/fontset.el, international/ja-dic-cnv.el,
1178 * international/ja-dic-utl.el, international/kinsoku.el,
1179 * international/kkc.el, international/mule-cmds.el,
1180 * international/mule-diag.el, international/mule-util.el,
1181 * international/mule.el, international/titdic-cnv.el,
1182 * language/china-util.el, language/chinese.el,
1183 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1184 * language/greek.el, language/hebrew.el, language/japan-util.el,
1185 * language/japanese.el, language/korea-util.el, language/korean.el,
1186 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1187 * language/slovak.el, language/thai-util.el, language/thai.el,
1188 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1189 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1190 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1191 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1192 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1193 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1194 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1195 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1196 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1197 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1198 to follow coding conventions in files without maintainer or in files
1199 with clear maintainer (but without Maintainer header stating so).
1200
1201 * emacs-lisp/elp.el: A fix to follow coding conventions.
1202
1203 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1204 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1205 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1206 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1207 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1208 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1209 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1210 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1211 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1212 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1213 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1214 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1215 conventions in files from Gnus.
1216
1217 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1218 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1219 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1220 * echistory.el, electric.el, emacs-lisp/authors.el,
1221 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1222 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1223 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1224 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1225 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1226 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1227 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1228 * international/codepage.el, international/iso-ascii.el,
1229 * international/iso-insert.el, international/iso-transl.el,
1230 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1231 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1232 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1233 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1234 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1235 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1236 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1237 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1238 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1239 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1240 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1241 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1242 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1243 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1244 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1245 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1246 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1247 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1248 * textmodes/tex-mode.el, textmodes/text-mode.el,
1249 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1250 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1251 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1252 files maintained by FSF.
1253
1254 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1255
1256 * arc-mode.el: A fix to follow coding conventions.
1257
1258 * bindings.el: Ditto.
1259
1260 * cdl.el: Ditto.
1261
1262 * comint.el: Ditto.
1263
1264 * cus-start.el: Ditto.
1265
1266 * shell.el: Ditto.
1267
1268 * skeleton.el: Ditto.
1269
1270 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1271
1272 * info.el (Info-build-node-completions):
1273 Make Info-current-file-completions buffer local.
1274
1275 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1276
1277 * which-func.el (which-func-mode, which-func-ff-hook)
1278 (which-function-mode): Remove references to which-func-mode-global.
1279
1280 * calendar/cal-islam.el (calendar-goto-islamic-date):
1281 Add autoload cookie.
1282
1283 * play/fortune.el: Add types to defcustoms.
1284
1285 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1286
1287 * language/czech.el: A fix to follow coding conventions.
1288
1289 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1290
1291 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1292 to the extension list, for antlr-mode. From Christoph Wedler
1293 <Christoph.Wedler@sap.com>.
1294
1295 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1296
1297 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1298 (vc-dired-mode-map): Fix the madness.
1299
1300 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1301 (vc-prefix-map): Moved back from vc.el.
1302
1303 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1304
1305 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1306 Increase the size of the obarray.
1307 (mail-extr-all-top-level-domains): Add more toplevel domains,
1308 add more long names.
1309 From: Per Starback <starback@ling.uu.se>.
1310
1311 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1314 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1315
1316 * progmodes/ada-mode.el: Ditto.
1317
1318 * progmodes/ada-xref.el: Ditto.
1319
1320 2001-07-11 Miles Bader <miles@gnu.org>
1321
1322 * finder.el (finder-insert-at-column): Also move to the next line
1323 if exactly at COLUMN.
1324
1325 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1326
1327 * help.el (describe-function-1): When printing FUNCTION's
1328 documentation, don't assume FUNCTION is a symbol.
1329
1330 * startup.el (normal-top-level): Don't operate on the initial
1331 frame if we failed to create one.
1332
1333 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1334
1335 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1336 itself, i.e. only indent the contents in it.
1337
1338 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1339
1340 * mail/rmail.el (rmail-show-message): Show beginning of message in
1341 all windows containing it.
1342
1343 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1344
1345 * term/tty-colors.el: Fix the header line and copyright years.
1346
1347 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1348
1349 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1350 original definition has an interactive form, but is Elp
1351 instrumented, use the interactive form of the function called by
1352 elp-wrapper.
1353
1354 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1355 configurations with compare-window-configuration; they aren't
1356 window configurations.
1357
1358 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1359 from the server for the format we expect. Don't use it if it
1360 doesn't look like what the Internet draft for FTP extensions specifies.
1361
1362 * toolbar/*.pbm: Cleaned up.
1363 From Luis Fernandes <elf@ee.ryerson.ca>.
1364
1365 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1366
1367 * cc-cmds.el: Extended the kludge to interoperate with the
1368 delsel and pending-del packages wrt to the new function
1369 `c-electric-delete-forward'.
1370
1371 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1372
1373 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1374 to delay the call to <mode> for global minor modes.
1375 (easy-mmode-define-navigation): Only recenter if interactive.
1376
1377 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1378
1379 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1380 to lisp-indent-line.
1381
1382 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1383 from the server. Call encode-time only when we are sure that we
1384 got a 213 response.
1385
1386 2001-07-06 Simon Josefsson <jas@extundo.com>
1387
1388 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1389 (mail-envelope-from): New user option.
1390 (sendmail-send-it): Use it.
1391
1392 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1393
1394 * ps-print.el: Use locale dependant date to print date in header.
1395 Doc fix.
1396 (ps-print-version): New version number (6.5.3).
1397 (ps-right-header, ps-right-footer): Initialization and doc fix.
1398 (ps-time-stamp-locale-default): New fun.
1399
1400 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1401
1402 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1403 field problem with MIME-mode.
1404
1405 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1406
1407 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1408
1409 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1410 MIME-mode.
1411
1412 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * bindings.el (mode-line-mule-info): Don't show the tip with
1415 buffer-file-coding-system if that is nil.
1416
1417 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1418
1419 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1420 instead of kill-line.
1421
1422 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1423 <Pavel@Janik.cz>.
1424
1425 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1426 <Pavel@Janik.cz>.
1427
1428 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1429
1430 * font-lock.el (c-font-lock-keywords-3): When matching something
1431 like `struct X Y', finish with point after Y.
1432
1433 2001-07-04 Simon Josefsson <jas@extundo.com>
1434
1435 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1436 in caller buffer.
1437
1438 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1439
1440 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1441 instead of string-match to find the basename of the file.
1442 From Pascal Obry <p.obry@wanadoo.fr>.
1443
1444 * net/browse-url.el (browse-url-default-windows-browser):
1445 Support the MS-DOS port when it runs on Windows.
1446 (browse-url-browser-function) [ms-dos]: Default to
1447 browse-url-default-windows-browser.
1448
1449 * help.el (locate-library): Enable code that looks for compressed
1450 libraries if auto-compression-mode is on.
1451
1452 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1453
1454 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1455
1456 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1457
1458 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1459
1460 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1461
1462 * allout.el: Fix the header line, so that finder.el recognizes it.
1463 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1464
1465 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1466 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1467
1468 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1469
1470 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1471
1472 * ps-bdf.el (bdf-directory-list): Use the value relative to
1473 installation-directory for MS-Windows as well.
1474
1475 2001-06-29 Richard M. Stallman <rms@gnu.org>
1476
1477 * wid-edit.el (widget-color-sample-face-get):
1478 Return ((foreground-color . COLOR)) instead of constructing a face.
1479
1480 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * faces.el (region): Change the background color for the
1483 light-background color display to lightgoldenrod2, to make it
1484 visible on some laptops.
1485
1486 2001-06-28 Richard M. Stallman <rms@gnu.org>
1487
1488 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1489 (rmail-msg-restore-non-pruned-header): Likewise.
1490 If point was in the old pruned header, put it at the top.
1491 (rmail-msg-prune-header): If point was at the top, keep it there.
1492
1493 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1494 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1495
1496 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1497
1498 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1499
1500 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1501
1502 * saveplace.el: Update maintainer email address.
1503
1504 2001-06-27 Francesco Potorti` <pot@gnu.org>
1505
1506 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1507 Undo previous change.
1508
1509 2001-06-27 Francesco Potorti` <pot@gnu.org>
1510
1511 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1512 preliminary quick reordering. Can speed things up dramatically.
1513
1514 2001-06-26 Richard M. Stallman <rms@gnu.org>
1515
1516 * dired.el (dired-get-filename): A file name starting with ~
1517 is not absolute in this context.
1518
1519 * which-func.el (which-func-maxout): Increase default to 500000.
1520 (which-function-mode): This is now the "real" name of the function.
1521 (which-func-mode): Now an alias.
1522 (which-func-mode-global): Name deleted.
1523
1524 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1525 button-2, when binding hs-mouse-toggle-hiding.
1526
1527 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1528
1529 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1530 (rmail-msg-prune-header): Likewise.
1531 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1532 and `rmail-msg-prune-header'.
1533
1534 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1535
1536 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1537 back than LINEBEG.
1538
1539 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1540
1541 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1542 window where they clicked the mouse has a header line, adjust
1543 vertical movement by one.
1544
1545 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1546
1547 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1548 too when separating a parenthesis.
1549
1550 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1551
1552 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1553 (bookmark-bmenu-hide-filenames): Add help-echo to
1554 mouse-highlighted text.
1555 (bookmark-bmenu-show-filenames): Remove help-echo property from
1556 the whitespace.
1557
1558 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1561 From Karl Eichwalder <ke@suse.de>.
1562
1563 2001-06-23 Richard M. Stallman <rms@gnu.org>
1564
1565 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1566
1567 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1568 contents for completing-read.
1569
1570 2001-06-22 Richard M. Stallman <rms@gnu.org>
1571
1572 * menu-bar.el (menu-bar-make-toggle): Construct the
1573 function's doc string from HELP, not DOC, and make it accurate by
1574 adding "Toggle whether to " at the front and downcasing the initial.
1575 Change the HELP arg in some calls to make it fit this usage.
1576
1577 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1578 Undo previous change.
1579
1580 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1583
1584 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1585
1586 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1587
1588 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1589
1590 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1591
1592 2001-06-20 Richard M. Stallman <rms@gnu.org>
1593
1594 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1595 broken out from dabbrev--find-expansion. Handle minibuffer
1596 specially here.
1597 (dabbrev--find-expansion): Simplify code in various ways.
1598 Don't treat minibuffers specially.
1599 Call dabbrev--make-friend-buffer-list.
1600 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1601 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1602
1603 2001-06-19 John Wiegley <johnw@gnu.org>
1604
1605 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1606 Also, added a comment describing how to greatly speedup Eshell
1607 loadup time, by concatenating together all of Eshell's .elc files.
1608
1609 2001-06-19 John Wiegley <johnw@gnu.org>
1610
1611 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1612
1613 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * woman.el (WoMan-highlight-references): Add help-echo to
1616 mouse-highlighted text.
1617
1618 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1619
1620 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1621
1622 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1623
1624 * international/quail.el (quail-start-conversion):
1625 Reset quail-translating to nil.
1626
1627 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1628 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1629
1630 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1633 mouse-highlighted text.
1634
1635 * dired.el (dired-mark-pop-up): Fix last change.
1636
1637 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1638
1639 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1640 mouse-highlighted text.
1641
1642 * net/quickurl.el (quickurl-url-file): Run through
1643 convert-standard-filename.
1644 (quickurl-list-populate-buffer): Add help-echo to
1645 mouse-highlighted text.
1646 (top-level): Update Dave's URL.
1647
1648 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1649 mouse-highlighted text.
1650
1651 * textmodes/page-ext.el (pages-copy-header-and-position):
1652 Add help-echo to mouse-highlighted text.
1653
1654 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1655 mouse-highlighted text.
1656
1657 * replace.el (occur): Add help-echo to mouse-highlighted text.
1658
1659 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1660 mouse-highlighted text.
1661
1662 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1663 mouse-highlighted text.
1664
1665 * progmodes/compile.el (compile-reinitialize-errors):
1666 Add help-echo to mouse-highlighted messages.
1667 (compilation-forget-errors): Remove help-echo property as well.
1668
1669 * play/landmark.el (lm-plot-square, lm-init-display):
1670 Add help-echo to mouse-highlighted text.
1671
1672 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1673 Add help-echo to mouse-highlighted text.
1674
1675 * dired.el (dired-insert-set-properties): Add help-echo to
1676 mouse-highlighted text.
1677 (dired-mark-pop-up): Remove help-echo property from the file name.
1678
1679 * comint.el (comint-send-input): Add help-echo to
1680 mouse-highlighted text.
1681
1682 * buff-menu.el (list-buffers-noselect): Add help-echo to
1683 mouse-highlighted text.
1684
1685 * arc-mode.el (archive-summarize-files): Add help-echo to
1686 mouse-highlighted text.
1687
1688 * ffap.el (ffap-machine-p): Always return nil if
1689 open-network-stream is not fboundp.
1690
1691 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1692
1693 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1694 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1695 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1696 incorrectly binding chars between 128 and 256 to it.
1697 (sgml-maybe-name-self): Handle latin-1 chars properly.
1698 (sgml-tags-invisible): Bind buffer-file-name to nil.
1699 Use unwind-protect and restore-buffer-modified-p.
1700 (sgml-point-entered): Use buffer-substring-no-properties.
1701 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1702 (html-mode): Don't force `imenu-sort-function'.
1703
1704 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1705
1706 * tar-mode.el: Fix the copyright notice.
1707
1708 * font-lock.el (font-lock-comment-face): For tty's with dark
1709 background, use "red1", since "lightred" is not one of the colors
1710 recognized by tty-colors.el.
1711
1712 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1713 create a buffer for extracted file, in case there's more than one
1714 file by that name in an archive, possibly in different
1715 directories. From Kevin Rodgers <kevinr@ihs.com>.
1716
1717 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1718 <alex@gnu.org>.
1719
1720 2001-06-15 Miles Bader <miles@gnu.org>
1721
1722 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1723 Revert previous change.
1724
1725 2001-06-14 Richard M. Stallman <rms@gnu.org>
1726
1727 * replace.el (keep-lines-read-args): Return just a regexp.
1728 Provide nil for the region args.
1729 (keep-lines, flush-lines, how-many):
1730 Calculate the defaults for the region here, when args are nil.
1731
1732 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1733
1734 * rot13.el (rot13-other-window): Some more doc fix.
1735
1736 2001-06-14 Per Starback <starback@ling.uu.se>
1737
1738 * replace.el (case-replace, query-replace-from-history-variable)
1739 (query-replace-to-history-variable, keep-lines-read-args)
1740 (occur-revert-function, query-replace-help): Dox fix.
1741
1742 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * rot13.el (rot13-other-window): Doc fix.
1745
1746 2001-06-14 Miles Bader <miles@gnu.org>
1747
1748 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1749 of " and \ to "." (punctuation).
1750 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1751
1752 2001-06-13 Richard M. Stallman <rms@gnu.org>
1753
1754 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1755
1756 * simple.el (shell-command-on-region): Never kill the
1757 *Shell Command Output* buffer.
1758
1759 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1760
1761 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1762
1763 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1764
1765 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1766 New var, to recognize ${ $' and PODs.
1767 (perl-font-lock-syntactic-face-function): New function.
1768 (perl-mode): Use them.
1769 (perl-continuation-line-p): New function, from perl-calculate-indent.
1770 (perl-calculate-indent): Use it, to properly handle continuation
1771 lines of continuation lines.
1772
1773 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1774
1775 * server.el (server-process, server-buffer-clients): Doc fix.
1776 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1777
1778 2001-06-09 John Wiegley <johnw@gnu.org>
1779
1780 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1781 test if the last command was Lisp or not.
1782 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1783 B x C".
1784
1785 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1786
1787 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1788 general one on compile.el supports drive letters.
1789
1790 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1791
1792 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1793 key description.
1794
1795 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1796
1797 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1798 (reftex-toc-jump): New command.
1799
1800 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1801 to parse international characters as well.
1802
1803 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1804 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1805
1806 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1807
1808 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1809 TAB to the key separators.
1810
1811 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1812
1813 * international/mule.el (auto-coding-alist): Remove redundant
1814 up-cased versions of the extensions (auto-coding-alist-lookup is
1815 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1816 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1817
1818 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1819
1820 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1821
1822 2001-06-01 Richard M. Stallman <rms@gnu.org>
1823
1824 * help.el (describe-variable): Put value on same line
1825 with preceding text, if it is short enough to look good that way.
1826
1827 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1828
1829 * term/internal.el (IT-unicode-translations): New variable.
1830 (IT-setup-unicode-display): New function.
1831
1832 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1833
1834 * ps-print.el: Handle before-string and after-string overlay properties
1835 in ps-print-*-with-faces commands. Doc fix.
1836 (ps-print-version): New version number (6.5.2).
1837 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1838 for XEmacs.
1839 (ps-prefix-quote): Doc fix.
1840 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1841 (ps-basic-plot-str, ps-plot-string): New funs.
1842
1843 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1844
1845 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1846 and :type spec.
1847
1848 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1849
1850 * international/mule-cmds.el (inactivate-input-method):
1851 Set input-method-function to nil.
1852
1853 * xml.el (xml-parse-tag): The document may contain invalid characters.
1854 From ShengHuo ZHU <zsh@cs.rochester.edu>
1855
1856 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1857
1858 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1859 `rmail-summary-line-decoder' if the message does not have
1860 a Subject: field.
1861
1862 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1863
1864 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1865 New variable.
1866 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1867 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1868 is non-nil.
1869
1870 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1871
1872 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1873
1874 2001-05-29 Sam Steingold <sds@gnu.org>
1875
1876 * faces.el (face-valid-attribute-values): Bind `valid' directly
1877 instead of using `setq'.
1878
1879 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1880 Use `tex-shell-buf'.
1881 (tex-shell-proc): Use `tex-shell-running'.
1882 (tex-shell-buf-no-error): New function.
1883 (tex-send-tex-command): Use it.
1884 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1885 (tex-kill-job): Check the process before calling `quit-process'.
1886
1887 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1888
1889 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1890 UTF-8 sequences.
1891
1892 2001-05-28 Miles Bader <miles@gnu.org>
1893
1894 * comint.el (comint-carriage-motion): Renamed from
1895 `comint-cr-magic'. Operate on the buffer instead of the string
1896 (for use as a comint post-output filter, instead of as a
1897 pre-output filter). Handle backspaces too. Add to the
1898 `comint-output-filter-functions' hook instead of
1899 `comint-preoutput-filter-functions'.
1900
1901 2001-05-28 Gerd Moellmann <gerd@gnu.org>
1902
1903 * language/japan-util.el (japanese-hankaku): Prefer the charset
1904 `jisx0201' when the optional argument `ascii-only' is not specified.
1905 (japanese-hankaku-region): Ditto.
1906 From Katsumi Yamaoka <yamaoka@jpl.org>
1907
1908 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1909
1910 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1911 (outline-invisible-p): New function.
1912 (hide-leaves): Save excursion.
1913 (hide-other): Stop looping when reaching bobp.
1914
1915 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1916
1917 * cus-edit.el (custom-file): Fix last change.
1918
1919 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1920
1921 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1922 same definition in byte-compile-function-environment as `autoload'
1923 would put in `symbol-function'.
1924
1925 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1926 patch to correct the error message as well.
1927
1928 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1929
1930 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1931 unless ~/.emacs exists.
1932
1933 * novice.el (enable-command): If user-init-file is nil or does not
1934 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1935
1936 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1937
1938 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1939 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1940 Allow spaces around macro arguments.
1941 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1942 indent-for-tab-command.
1943 (latex-mode-map, plain-tex-mode-map): New keymaps.
1944 Inherit from tex-mode-map.
1945 (tex-common-initialization): Don't setup the keymap any more
1946 since it's now done right by define-derived-mode.
1947 (latex-mode): Set skeleton-end-hook to nil.
1948 (latex-skeleton-end-hook): Remove.
1949 (tex-latex-block, latex-insert-item): Simplify.
1950 (latex-syntax-after): Use following-char rather than char-after.
1951 (tex-discount-args-cmds, tex-count-words): New functions.
1952
1953 * textmodes/tildify.el (tildify-ignored-environments-alist):
1954 Recognize \verb* as well.
1955
1956 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1957 (perl-comment-indent): Simplify to let newcomment.el do its job.
1958 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1959 (perl-mark-function): Cleanup the namespace.
1960 (perl-calculate-indent): Don't be fooled by nested functions.
1961
1962 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1963
1964 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1965 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1966
1967 2001-05-25 Andrew Choi <akochoi@i-cable.com>
1968
1969 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1970 actually be `\\'.
1971 (ctlau-b5-converter): Likewise.
1972
1973 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1974
1975 * international/titdic-cnv.el (quail-misc-package-ext-info):
1976 Change CTLauB.el to CTLau-b5.el.
1977
1978 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1979
1980 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1981 rather than beginning-of-line to avoid problems with fields.
1982 (gud-perldb-massage-args): Use unless and push.
1983 (gud-chdir-before-run): New var.
1984 (gud-common-init): Use it.
1985
1986 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1987
1988 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1989 delete entries for chinese-ctlau and chinese-ctlaub.
1990 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1991 chinese-ctlaub.
1992 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1993 New functions.
1994
1995 2001-05-22 Gerd Moellmann <gerd@gnu.org>
1996
1997 * cus-edit.el (custom-comment-show): Remove debug code.
1998
1999 * language/japan-util.el (japanese-symbol-table): Fix handling of
2000 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2001
2002 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2003
2004 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2005 Renamed by removing the silly `-flag' suffix.
2006 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2007
2008 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2009
2010 * replace.el (keep-lines-read-args): Use `copy-marker'.
2011 (how-many): Save excursion properly.
2012 (occur-mode): Use define-derived-mode.
2013 (perform-replace): Use with-current-buffer.
2014
2015 2001-05-20 Richard M. Stallman <rms@gnu.org>
2016
2017 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2018
2019 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2020
2021 * info.el (Info-read-subfile): Widen before finding the
2022 desired node in the subfile.
2023
2024 * startup.el (command-line-1): When >2 files visited,
2025 leave the last one visible, and make that the selected window.
2026
2027 2001-05-20 Gerd Moellmann <gerd@gnu.org>
2028
2029 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2030
2031 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2032
2033 * international/ccl.el (define-ccl-program): Fix a typo.
2034 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2035
2036 * international/mule.el (decode-char): Fix a typo. From Pavel
2037 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2038
2039 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2040 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2041
2042 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2043 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2044
2045 2001-05-18 Sam Steingold <sds@gnu.org>
2046
2047 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2048 and [RET] to `cvs-mode-find-file'.
2049
2050 2001-05-18 John Wiegley <johnw@gnu.org>
2051
2052 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2053 configuration variable, which determines the initial character
2054 that forces use of an external version of a command. The default
2055 is *, but may be set to \, for example.
2056
2057 * eshell/esh-ext.el (eshell-explicit-command):
2058 Use `eshell-explicit-command-char' instead of ?*.
2059
2060 * eshell/esh-cmd.el (eshell/which):
2061 Use `eshell-explicit-command-char' instead of ?*.
2062
2063 * eshell/em-cmpl.el (eshell-completion-command-name)
2064 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2065 instead of ?*.
2066
2067 2001-05-18 Gerd Moellmann <gerd@gnu.org>
2068
2069 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2070 subst-char-in-string.
2071 (ange-ftp-after-parse-ls-hook): New variable.
2072 (ange-ftp-ls): Run that hook.
2073 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2074
2075 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2076 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2077 text into *Completions*.
2078
2079 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2080 part of which look like email addresses.
2081
2082 2001-05-18 Andrew Innes <andrewi@gnu.org>
2083
2084 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2085 Use . instead of absolute path for lisp dir, to avoid bug in W2K
2086 cmd.exe's handling of FOR loops.
2087 (autoloads): Set find-file-suppress-same-file-warnings to t to
2088 avoid slew of spurious messages.
2089
2090 2001-05-18 Simon Josefsson <simon@josefsson.org>
2091
2092 * mail/smtpmail.el (maybe-append-domain): Renamed to
2093 `smtpmail-maybe-append-domain'.
2094 (smtpmail-via-smtp): Use the new name.
2095
2096 * net/browse-url.el (browse-url-browser-function): Add kde.
2097 (browse-url-kde-program, browse-url-kde-args): New variables.
2098 (browse-url-kde): New function.
2099
2100 2001-05-18 Miles Bader <miles@gnu.org>
2101
2102 * simple.el (delete-horizontal-space, just-one-space):
2103 Use `constrain-to-field' instead of `field-end'/`field-beginning',
2104 because it's more efficient for large files.
2105
2106 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2107
2108 * mail/rmail.el (rmail-require-mime-maybe): New function.
2109 (rmail): Use it.
2110 (rmail-mode): Handle the case of finding Rmail files.
2111
2112 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2113 functions.
2114
2115 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2116
2117 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2118 text-property after moving to the beginning of line and regardless
2119 of the value of font-lock-multiline.
2120
2121 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2122
2123 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2124
2125 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2126 last coding system used before calling set-buffer-modified-p
2127 because that function changes last-coding-system.
2128
2129 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2130
2131 * files.el (switch-to-buffer-other-window)
2132 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2133 the doc string.
2134
2135 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2136
2137 * language/slovak.el, language/czech.el: New maintainer.
2138
2139 2001-05-16 Sam Steingold <sds@gnu.org>
2140
2141 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2142 sub-form of `defgeneric' correctly.
2143
2144 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2145
2146 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2147 of `c'.
2148
2149 * textmodes/outline.el (outline-font-lock-level): Remove the
2150 condition-case, test what outline-level returns instead, to
2151 ease debugging.
2152
2153 * international/mule.el (auto-coding-regexp-alist): New user-option.
2154 (auto-coding-from-file-contents): New function.
2155 (set-auto-coding): Use it to determine a coding system.
2156
2157 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2158
2159 * mouse.el (mouse-delete-other-windows): Doc fix.
2160
2161 * emacs-lisp/lisp-mode.el (lisp-mode):
2162 Make font-lock-keywords-case-fold-search a buffer-local variable with
2163 make-local-variable before setting it.
2164
2165 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2166
2167 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2168 prefixes.
2169
2170 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2171
2172 * hexl.el (hexl-current-address): Print a message when called
2173 interactively.
2174
2175 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2176
2177 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2178
2179 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2180
2181 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2182
2183 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2184
2185 * startup.el (command-line): If parameters have been changed in
2186 the init files which influence font selection, clear the face
2187 cache so that faces get realized with the new parameters.
2188
2189 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2190
2191 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2192
2193 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2194
2195 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2196
2197 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2198 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2199
2200 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2201
2202 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2203 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2204
2205 2001-05-09 John Wiegley <johnw@gnu.org>
2206
2207 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2208 Annotated the documentation string to tell users about
2209 `eshell-no-numeric-conversions'.
2210
2211 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2212 conversions if a Lisp function has the property
2213 `eshell-no-numeric-conversions' set to a non-nil value.
2214
2215 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2216 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2217 property `eshell-no-numeric-conversions' on the following
2218 functions (which all deal with filesystem entities, and never Lisp
2219 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2220 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2221 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2222 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2223 eshell/which, eshell/addpath.
2224
2225 2001-05-09 John Wiegley <johnw@gnu.org>
2226
2227 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2228 encountered as an argument, don't convert it right away, but tag
2229 the first character of the string with the text properties
2230 `number', which signifies to `eshell-lisp-command' that the
2231 argument should be passed through `string-to-number' if it is
2232 actually used in the call to a Lisp function.
2233
2234 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2235 function, convert any string arguments that have been tagged as
2236 "numbers", by calling string-to-number.
2237
2238 * eshell/esh-util.el (eshell-number-regexp): Now that number
2239 conversions only happen for Lisp function calls, the number regexp
2240 should now match all integer and floating point forms.
2241
2242 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2243 `eshell-continue-process', since they are both nonfunctional at
2244 the moment.
2245 (eshell-proc-initialize): Don't bind keys for
2246 `eshell-stop-process' or `eshell-continue-process'.
2247
2248 * eshell/em-unix.el (eshell-shuffle-files):
2249 Apply `directory-file-name' before calling `file-name-directory'.
2250
2251 * eshell/em-hist.el (eshell-add-to-history): Reference to
2252 `eshell-history-ring' needed to be `eshell-history-index'.
2253
2254 * calendar/timeclock.el (timeclock-find-discrep):
2255 Initialize `elapsed' to 0.
2256 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2257 it's still nil.
2258
2259 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2260
2261 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2262 (archive-mode): Use capitalize.
2263 (archive-unique-fname): Use make-temp-file.
2264
2265 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2266
2267 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2268
2269 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2270
2271 * tar-mode.el (tar-extract): Pay attention to the value of
2272 coding-system-for-read, if it is non-nil.
2273
2274 * calendar/holidays.el (holidays): Add an autoload cookie.
2275 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2276
2277 2001-05-08 John Wiegley <johnw@gnu.org>
2278
2279 * calendar/timeclock.el (timeclock-workday-remaining):
2280 Changed logic for determining how much time is remaining.
2281 (timeclock-workday-elapsed): Don't accept a "relative" argument
2282 for the current day's elapsed time. What could that have meant?
2283 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2284 (timeclock-when-to-leave): Changed logic, similarly to what was
2285 done for `timeclock-workday-remaining'.
2286 (timeclock-find-discrep): Removed "today-only" argument, which had
2287 no meaning. Fixed some more math problems. The function now
2288 returns a three member list: (TOTAL-TIME-DISCREPANCY
2289 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2290
2291 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2292
2293 * w32-fns.el (convert-standard-filename): Start replacing slashes
2294 from the beginning of the file name, not from where the last
2295 invalid character was. From "Andrew Maguire (SWW)"
2296 <Andrew.Maguire@Smallworld.co.uk>
2297
2298 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2299
2300 The following changes are to provide infrastructure for handling
2301 MIME messages to rmail. They don't affect the original behaviour
2302 if rmail-enable-mime is nil.
2303
2304 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2305 (rmail-search-mime-message-function)
2306 (rmail-search-mime-header-function): New variables.
2307 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2308 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2309 `rmail-view-buffer' is hidden.
2310 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2311 call rmai-show-mime-function.
2312 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2313 mode-line-process of rmail-view-buffer.
2314 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2315 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2316 buffer.
2317 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2318 set-buffer to the Rmail buffer.
2319 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2320 rmail-search-mime-header-function.
2321 (rmail-search-message): New function.
2322 (rmail-search): Call rmail-search-message to check if a message
2323 matches REGEXP, lastly update point after calling
2324 rmail-show-message.
2325 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2326 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2327 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2328 header region, refer to rmail-msgref-vector while setting the
2329 current buffer to rmail-buffer temporarily.
2330 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2331 If rmail-enable-mime is non-nil, call
2332 rmail-insert-mime-forwarded-message-function instead of inserting
2333 forwarded message by itself.
2334
2335 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2336 Rmail buffer.
2337 (rmail-set-label, rmail-next-labeled-message): Likewise.
2338
2339 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2340 set-buffer to the Rmail buffer.
2341 (rmail-output-to-rmail-file): Likewise.
2342 (rmail-output): Likewise.
2343
2344 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2345 of mail-fetch-field by rmail-summary-line-decoder.
2346 (rmail-new-summary): Be sure to go to the Rmail buffer.
2347 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2348 rmail-view-buffer to nil.
2349 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2350 rmail-view-buffer.
2351 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2352 rmail-buffer.
2353 (rmail-summary-scroll-msg-down): Likewise.
2354 (rmail-summary-beginning-of-message): Likewise.
2355 (rmail-summary-wipe): Likewise.
2356 (rmail-summary-toggle-header): Use save-window-excursion, not
2357 save-excursion. Update point in rmail-view-buffer, not in
2358 rmail-buffer.
2359 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2360 rmail-view-buffer, not rmail-buffer.
2361
2362 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2363
2364 * cus-edit.el (custom-file): Signal an error if user-init-file is
2365 nil (running -q).
2366
2367 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2368
2369 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2370 Add :version.
2371
2372 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2373 New option.
2374 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2375 only if smtpmail-warn-about-unknown-extensions is set.
2376
2377 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2378 instead of rmail-sort-by-keywords.
2379
2380 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2381 rmail-sort-by-keywords.
2382
2383 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2384 rmail-summary-sort-by-keywords. Doc fix.
2385 (rmail-summary-mode): Doc fix.
2386
2387 * mail/rmail.el (rmail-edit): New Custom group.
2388
2389 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2390 (rmail-edit-mode-hook): New user-option.
2391
2392 2001-05-05 Richard M. Stallman <rms@gnu.org>
2393
2394 * help.el (help-xref-symbol-regexp): Recognize "source of"
2395 and friends, meaning make a link to the source file.
2396 (help-make-xrefs): Handle "source of" and friends
2397 by constructing a link that visits the source file.
2398
2399 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2400
2401 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2402
2403 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2404 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2405 Renamed from perl-font-lock-keywords to avoid clashes.
2406 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2407 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2408 Updated correspondingly.
2409
2410 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2411 Typo `nonexistant' -> `nonexistent'.
2412
2413 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2414
2415 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2416 Split `c-electric-delete' into two functions where
2417 `c-electric-delete-forward' always deletes forward and
2418 `c-electric-delete' only contains the code necessary for XEmacs to
2419 choose between backward and forward deletion.
2420
2421 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2422 get the electric behavior on that key too.
2423 (c-fill-paragraph): Fixed bogus direct use of
2424 c-comment-prefix-regexp, which caused an error when it's a list.
2425
2426 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2427
2428 * dired-aux.el (dired-diff): Doc fix.
2429
2430 * dired.el (dired-diff): Likewise.
2431
2432 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2433
2434 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2435
2436 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2437
2438 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2439 if both the buffer and the file are read-only.
2440
2441 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2442 rather than font-lock-string-face.
2443 (sh-get-indent-info): Treat heredocs like strings.
2444
2445 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2446
2447 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2448 a newline following `}'.
2449 (texinfo-format-email): New function.
2450 (toplevel): Use texinfo-format-email for @email.
2451 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2452 Add `display'.
2453 (texinfo-sort-region): Goto point-min before sorting.
2454 (texinfo-set): Remove leading white space from value.
2455 From yagi@is.titech.ac.jp.
2456
2457 * replace.el (query-replace-regexp-eval): Doc fix.
2458
2459 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2460
2461 * diff-mode.el (diff-nonexistant-face): New face.
2462 (diff-font-lock-keywords): Use it.
2463
2464 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2465
2466 * font-lock.el (font-lock-mode): Doc fix.
2467
2468 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2469 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2470
2471 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2472
2473 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2474 backslash at the start of the here-document delimiter.
2475 (sh-font-lock-syntactic-keywords): Likewise.
2476
2477 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2478
2479 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2480
2481 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2482 (tty-color-translate, tty-color-by-index, tty-color-values)
2483 (tty-color-desc): Doc fix.
2484
2485 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2486
2487 * dired-aux.el (dired-do-create-files, dired-do-copy)
2488 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2489 Mention dired-dwim-target in the doc string.
2490
2491 2001-04-28 Miles Bader <miles@gnu.org>
2492
2493 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2494 (dabbrev--find-expansion): Use it.
2495 (dabbrev--select-buffers): Don't select ignored buffers.
2496
2497 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2498
2499 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2500
2501 2001-04-26 Richard M. Stallman <rms@gnu.org>
2502
2503 * dabbrev.el: Add doc strings for some functions.
2504 (dabbrev--eliminate-newlines): New variable.
2505 (dabbrev--substitute-expansion): Convert newlines to spaces
2506 if dabbrev--eliminate-newlines is set.
2507 If abbrev and expansion are both all-lower-case,
2508 leave dabbrev--last-case-pattern nil.
2509
2510 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2511
2512 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2513 if necessary, like in rmail-show-message.
2514
2515 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2516
2517 * ps-print.el: Color specified by number is forced to be float number.
2518 (ps-print-version): New version number (6.5.1.1).
2519 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2520 initialization.
2521 (ps-prefix-quote): New internal var.
2522 (ps-print-quote): New fun.
2523 (ps-setup, ps-output-frame-properties, ps-float-format)
2524 (ps-format-color): Code fix.
2525 (ps-plot-region): Eliminate redundant foreground color text setting.
2526
2527 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2528
2529 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2530
2531 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2532
2533 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2534
2535 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2536
2537 * info.el (Info-additional-directory-list): Doc fix.
2538
2539 * find-lisp.el (find-lisp-find-dired-filter)
2540 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2541 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2542
2543 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2544
2545 * progmodes/make-mode.el (makefile-font-lock-keywords):
2546 Rationalize the rules for includes and conditionals and use the
2547 keyword face for them.
2548
2549 * faces.el (modify-face): Add compatibility for non-interactive use.
2550
2551 2001-04-24 John Wiegley <johnw@gnu.org>
2552
2553 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2554 fix from last night, since it wasn't finding eshell/cd.
2555
2556 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2557
2558 * rect.el (string-rectangle): Revert to 20.x behaviour.
2559 (replace-rectangle): Make it an alias for string-rectangle.
2560 (string-insert-rectangle): New function.
2561
2562 2001-04-23 John Wiegley <johnw@gnu.org>
2563
2564 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2565 occurring with Emacs 21's diff.el/compile.el interaction layer.
2566
2567 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2568
2569 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2570 case where the function was defined in a file, but not part of an
2571 eshell module.
2572
2573 2001-04-23 John Wiegley <johnw@gnu.org>
2574
2575 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2576 code to work around a redisplay problem I've been having.
2577
2578 2001-04-23 John Wiegley <johnw@gnu.org>
2579
2580 * calendar/timeclock.el (timeclock-day-required): If the time
2581 required for a particular day is not set, use `timeclock-workday'.
2582 (timeclock-find-discrep): Added some sample code in a comment.
2583
2584 * eshell/eshell.el (eshell-command): Made a few changes so that
2585 `eshell-command' could be called programmatically.
2586
2587 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2588
2589 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2590
2591 2001-04-23 John Wiegley <johnw@gnu.org>
2592
2593 * calendar/timeclock.el: Updated copyright.
2594 (timeclock-generate-report): Don't report the daily or two-week
2595 total, if no time has been worked in that period.
2596 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2597 final computational form, which was unnecessary; corrected a
2598 parsing problem when timeclock-relative was nil.
2599
2600 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2601
2602 * calendar/timeclock.el (timeclock-modeline-display): Check if
2603 `list-entry' is null.
2604 (timeclock-use-display-time): The first argument to `set-variable'
2605 must be a symbol.
2606
2607 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2608
2609 * calendar/calendar.el (diary-entry-marker)
2610 (calendar-today-marker, calendar-holiday-marker):
2611 Use display-color-p instead of window-system.
2612 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2613 instead of window-system.
2614 (calendar-hide-window): Use display-multi-frame-p instead of
2615 window-system.
2616
2617 * calendar/cal-x.el (calendar-two-frame-setup)
2618 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2619 Use display-multi-frame-p instead of window-system.
2620
2621 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2622
2623 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2624
2625 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2626 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2627
2628 2001-04-23 Alex Schroeder <alex@gnu.org>
2629
2630 * goto-addr.el: Instead of defining line-beginning-position and
2631 line-end-position a defalias is used for point-at-bol and point-at-eol.
2632
2633 2001-04-23 Alex Schroeder <alex@gnu.org>
2634
2635 * goto-addr.el: Added XEmacs compatibility code.
2636 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2637
2638 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2639
2640 * textmodes/paragraphs.el (sentence-end): Doc fix.
2641
2642 2001-04-20 Alex Schroeder <alex@gnu.org>
2643
2644 * sql.el (sql-escape-newlines-and-send): New function.
2645 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2646
2647 2001-04-20 Alex Schroeder <alex@gnu.org>
2648
2649 * sql.el (sql-db2-program): New option.
2650 (sql-db2-options): New option.
2651 (sql-db2): New function.
2652
2653 2001-04-20 Alex Schroeder <alex@gnu.org>
2654
2655 * sql.el (sql-mode-menu): Added highlighting entries.
2656 (sql-highlight-oracle-keywords): New function.
2657 (sql-highlight-postgres-keywords): New function.
2658 (sql-highlight-ansi-keywords): New function.
2659
2660 2001-04-20 Alex Schroeder <alex@gnu.org>
2661
2662 * sql.el (sql-help): Doc change.
2663
2664 2001-04-19 Karl Fogel <kfogel@collab.net>
2665
2666 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2667 that inserted file content only to delete it immediately.
2668 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2669 <lektu@uol.com.br> for the patch.
2670
2671 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2672
2673 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2674
2675 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2676
2677 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2678 for defmethod.
2679
2680 * comint.el (comint-cr-magic): New function.
2681 (toplevel): Add it to comint-preoutput-filter-functions.
2682
2683 2001-04-18 Andrew Innes <andrewi@gnu.org>
2684
2685 * makefile.w32-in (EMACSLOADPATH): Define.
2686 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2687 (recompile): Remove stuff to set EMACSLOADPATH.
2688
2689 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2690
2691 * language/slovak.el ("Slovak"): Add tutorial entry.
2692
2693 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2694 browse-url-new-window-p.
2695
2696 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2697
2698 * info.el (Info-menu-update): When there are no menus and/or no
2699 cross references in the node, make the respective items of the
2700 Info menu-bar menu inactive.
2701
2702 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2703
2704 * indent.el (indent-for-tab-command): Call indent-line-function
2705 with no argument if PREFIX-ARG is non-nil.
2706
2707 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2708
2709 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2710
2711 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2712 an async subprocess if start-process is unavailable. Suggested by
2713 Tim Van Holder <tim.van.holder@pandora.be>.
2714
2715 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2716
2717 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2718 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2719
2720 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2721
2722 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2723 manual.
2724
2725 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2728 (cvs-menu): Add a few entries.
2729
2730 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2731 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2732 lock file appears to be reachable from Emacs.
2733 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2734 (cvs-mode-find-file): Look for cvs-header-face rather than
2735 cvs-dirname-face (which doesn't exist).
2736 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2737
2738 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2739
2740 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2741
2742 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2743 normal-erase-is-backspace on a tty. Instead, bind some keys such
2744 as [delete] directly, like pc-select.el did before
2745 normal-erase-is-backspace was invented.
2746
2747 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2748
2749 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2750
2751 2001-04-11 John Wiegley <johnw@gnu.org>
2752
2753 * eshell/em-ls.el (eshell-ls-insert-directory):
2754 Set font-lock-defaults to nil, to prevent fontification in dired
2755 buffers, if Eshell's ls is being used.
2756
2757 2001-04-11 John Wiegley <johnw@gnu.org>
2758
2759 * calendar/timeclock.el (timeclock-completing-read): New function.
2760 (timeclock-ask-for-project, timeclock-ask-for-reason):
2761 Call `timeclock-completing-read'.
2762
2763 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2764 required where `member' was being used.
2765
2766 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2767
2768 * eshell/em-hist.el (eshell-previous-matching-input):
2769 Don't display "History item" if the the minibuffer is active.
2770
2771 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2772
2773 * startup.el (command-line): Output a newline after printing
2774 an error from loading the window system's init file.
2775
2776 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2779 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2780 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2781 keywords whose arguments routinely include @@.
2782
2783 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2784
2785 * emacs-lisp/advice.el (ad-make-advised-definition):
2786 Construct advice for subrs differently.
2787
2788 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2789 regexp in parentheses when building the regexp for searching backwards.
2790
2791 * simple.el (completion-list-mode-finish): New function.
2792 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2793
2794 * language/european.el ("Polish"): Change sample text.
2795 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2796
2797 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2798 parameter.
2799
2800 * faces.el (menu): Doc fix.
2801
2802 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2803
2804 * ps-print.el: Footer implementation. Doc fix.
2805 (ps-print-version): New version number (6.5.1).
2806 (ps-header-frame-alist): New customization var for header frame
2807 properties.
2808 (ps-line-number-color): New customization var for line number color.
2809 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2810 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2811 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2812 (ps-right-footer): New customization vars for footers.
2813 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2814 footers.
2815 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2816 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2817 Code fix.
2818 (ps-prologue-file): Indentation fix.
2819 (ps-print-quote): Fun eliminated.
2820 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2821 (ps-output-frame-properties): New fun.
2822 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2823 (ps-skip-newline): Replace defun by defsubst.
2824
2825 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2826
2827 * eshell/eshell.el (eshell-command): Needed a "%s" format
2828 specifier, in case the buffer contains percent characters.
2829
2830 2001-04-10 John Wiegley <johnw@gnu.org>
2831
2832 * calendar/timeclock.el (timeclock-generate-report): Added a
2833 missing insert of the project name.
2834
2835 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2836
2837 * obsolete/profile.el: Moved from emacs-lisp/.
2838
2839 * Makefile.in (nonobsolete_setwins): New macro.
2840 (finder-data): Use it instead of `setwins'.
2841 From: Dave Love <fx@gnu.org>.
2842
2843 * server.el (server-visit-files): Set server-existing-buffer correctly.
2844 (server-visit-files): Run server-visit-hook after going to
2845 line 1 so that the hook can set point as it sees fit.
2846
2847 * bindings.el (mode-line-modified): Unify help messages.
2848
2849 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2850
2851 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2852 All callers changed.
2853
2854 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2855
2856 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2857 long file names aren't supported, truncate the file names in
2858 quail-misc-package-ext-info to 8+3 before matching them against
2859 FILENAME.
2860
2861 * dos-fns.el (dos-truncate-to-8+3): New function.
2862
2863 * progmodes/compile.el (grep-compute-defaults): Use null-device
2864 instead of literal /dev/null. Reported by Jens Schmidt
2865 <schmidt@mathematik.uni-kl.de>.
2866
2867 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2868
2869 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2870
2871 * textmodes/sgml-mode.el: Add unknown maintainer.
2872 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2873 (html-mode-map): Use set-keymap-parent.
2874
2875 2001-04-06 Dave Love <fx@gnu.org>
2876
2877 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2878 Remove redundant string-to-list.
2879
2880 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2881
2882 * composite.el (reference-point-alist): Doc fix.
2883
2884 2001-04-05 Sam Steingold <sds@gnu.org>
2885
2886 * font-lock.el (font-lock-keywords-case-fold-search):
2887 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2888 file made font-lock case-insensitive.
2889
2890 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2891
2892 * faces.el (defface menu): Doc fix.
2893
2894 * wid-edit.el (widget-color-sample-face-get): Don't make
2895 faces for undefined colors.
2896
2897 * version.el (emacs-version): Include LessTif/Motif version info.
2898
2899 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2900
2901 * ps-mule.el: Eliminate cl package dependence.
2902 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2903 if they aren't defined yet.
2904 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2905 Eliminate cl package dependence.
2906
2907 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2908
2909 * progmodes/cc-cmds.el (c-outline-level):
2910 Bind buffer-invisibility-spec. Originally from Dave Love, but
2911 got lost when incorporating version 5.26.
2912
2913 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * emulation/pc-select.el (pc-selection-mode):
2916 Call normal-erase-is-backspace-mode instead of binding
2917 keys individually.
2918
2919 * cus-load.el (normal-erase-is-backspace): Use it instead of
2920 delete-key-deletes-forward.
2921
2922 * startup.el (command-line): Use normal-erase-is-backspace and
2923 normal-erase-is-backspace-mode.
2924
2925 * simple.el (normal-erase-is-backspace): Rename from
2926 delete-key-deletes-forward. Doc fix.
2927 (normal-erase-is-backspace-mode): Rename from
2928 delete-key-deletes-forward-mode. Doc fix.
2929 Run normal-erase-is-backspace-hook.
2930
2931 * dired.el (dired-move-to-filename-regexp): Support file sizes in
2932 ``human-readable'' format produced by GNU `ls'.
2933 (dired-move-to-filename-regexp): Recognize ISO format dates.
2934 From Paul Eggert <eggert@twinsun.com>.
2935
2936 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2937
2938 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2939 New functions.
2940 (lm-verify): Check keywords.
2941 From Eric M. Ludlam <eric@siege-engine.com>.
2942
2943 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2944
2945 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2946 `xemacs' feature instead of for the function `set-extent-property'.
2947
2948 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2949
2950 * mail/mh-utils.el (mh-folder-hist): New var.
2951 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2952
2953 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2954
2955 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2956 region, position point on the first or last 16-byte group.
2957 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2958 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2959 hexl-beginning-of-line.
2960
2961 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2962
2963 * icomplete.el (icomplete-mode): Treat an argument like other
2964 modes do.
2965
2966 * startup.el (fancy-splash-head): Use splash8.xpm for color
2967 depth 8.
2968
2969 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2970 Add an antry for ``converts''.
2971
2972 * language/slovak.el ("Slovak"): Add documentation string.
2973 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2974
2975 * language/czech.el ("Czech"): Add documentation string.
2976 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2977
2978 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2979 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2980
2981 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2982
2983 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2984 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2985 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2986 Use `defsubst' rather than a macro to ease debugging.
2987 (mail-extr-last): Remove (use `last' instead).
2988 (mail-extract-address-components): Properly reset the syntax-table
2989 after parsing an address. Use `last' rather than mail-extr-last.
2990 Make sure the end marker stays at the very end.
2991
2992 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2993
2994 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2995 last change.
2996
2997 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2998
2999 * ps-print.el: Line and paragraph spacing feature. Region to cut
3000 out when printing. Doc fix.
3001 (ps-print-version): New version number (6.5).
3002 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3003 New vars. Line and paragraph spacing feature.
3004 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3005 out when printing.
3006 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3007 (ps-get-font-size, ps-begin-job, ps-continue-line)
3008 (ps-plot-region): Code fix.
3009 (ps-print-prologue-2): Var eliminated.
3010 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3011 New internal vars.
3012 (ps-get-size): New fun.
3013 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3014 (ps-next-line): Replace defun by defsubst.
3015 (ps-mule-plot-string): Autoload doc fix.
3016
3017 * ps-bdf.el: XEmacs compatibility. Doc fix.
3018 (installation-directory, coding-system-for-read): Declare vars if
3019 it's not declared yet.
3020 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3021
3022 * ps-mule.el: XEmacs compatibility. Doc fix.
3023 (leading-code-private-22): Declare var if it's not declared yet.
3024 (charset-bytes, charset-dimension, charset-id, charset-width)
3025 (find-charset-region, split-char, char-width, chars-in-region)
3026 (forward-point, decompose-composite-char, encode-coding-string)
3027 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3028 Define funs if not defined yet.
3029 (encode-composition-rule, find-composition): Define funs if not
3030 loaded yet.
3031 (ps-mule-prologue): PostScript code fix.
3032
3033 2001-04-02 Kenichi Handa <handa@etl.go.jp>
3034
3035 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3036 non-nil, generate font for the header strings.
3037 (ps-mule-prepare-font): Likewise.
3038 (ps-mule-generate-glyphs): Likewise.
3039 (ps-mule-string-encoding): Likewise.
3040 (ps-mule-header-charsets): New variable.
3041 (ps-mule-encode-header-string): New function.
3042 (ps-mule-header-string-charsets): New function.
3043 (ps-mule-begin-job): Check charsets in the header strings. If there
3044 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3045
3046 * ps-print.el (ps-generate-header-line): Encode the header string by
3047 ps-mule-encode-header-string.
3048 (ps-mule-encode-header-string): Declare autoload.
3049
3050 2001-04-02 Gerd Moellmann <gerd@gnu.org>
3051
3052 * frame.el (cursor-in-non-selected-windows):
3053 Replaces show-cursor-in-non-selected-windows.
3054
3055 2001-03-31 Kenichi Handa <handa@etl.go.jp>
3056
3057 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3058 Delete entries for "chinese-py" and "chinese-ziranma".
3059 (quail-misc-package-ext-info): New variable.
3060 (tsang-quick-converter): New function.
3061 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3062 (quick-cns-converter, py-converter, ziranma-converter)
3063 (miscdic-convert, batch-miscdic-convert): New functions.
3064
3065 2001-03-30 Kenichi Handa <handa@etl.go.jp>
3066
3067 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3068 eight-bit-control chars.
3069
3070 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3071 Reduce making temporary vector (suggested by Dave Love).
3072
3073 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3074
3075 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3076 string as well.
3077
3078 2001-03-30 Andreas Schwab <schwab@suse.de>
3079
3080 * files.el (backup-directory-alist): Fix typo.
3081
3082 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3085 <eggert@twinsun.com>.
3086
3087 2001-03-30 Dave Love <fx@gnu.org>
3088
3089 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3090
3091 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3094
3095 2001-03-30 Miles Bader <miles@gnu.org>
3096
3097 * subr.el (interactive-form): Fix paren typo.
3098
3099 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3100
3101 * emacs-lisp/profile.el: Say that it's obsolete in the header
3102 line, so that finder.el puts that into its data-base.
3103 Suggested by Alex Schroeder <alex@gnu.org>.
3104
3105 2001-03-29 Paul Eggert <eggert@twinsun.com>
3106
3107 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3108 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3109
3110 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3111
3112 * generic.el (generic-mode-set-comments): Use "" rather than nil
3113 for comment-end.
3114
3115 2001-03-29 Gerd Moellmann <gerd@gnu.org>
3116
3117 * emacs-lisp/advice.el (ad-make-advised-definition):
3118 Call interactive-form to obtain the interactive spec of subrs.
3119
3120 * subr.el (interactive-form): New function.
3121
3122 2001-03-29 Andre Spiegel <spiegel@gnu.org>
3123
3124 * vc-sccs.el (vc-sccs-register): Use relative file names.
3125
3126 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3127
3128 * bookmark.el (bookmark-get-bookmark): Handle case that
3129 BOOKMARK is not a string.
3130
3131 * image.el (image-type-regexps): Change type for PS files
3132 to `postscript'.
3133
3134 * subr.el (read-passwd): Clear command history after each
3135 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
3136
3137 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3138
3139 * international/kkc.el (kkc-save-init-file): Locally bind
3140 print-length to nil.
3141
3142 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3143
3144 * textmodes/flyspell.el: Some doc fixes.
3145 (flyspell-maybe-correct-transposition)
3146 (flyspell-maybe-correct-doubling): Use a temporary buffer
3147
3148 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3149
3150 * emacs-lisp/byte-opt.el (byte-optimize-while)
3151 (byte-optimize-form-code-walker): Diagnose too few arguments
3152 for `if' and `while'.
3153
3154 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3155
3156 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3157 Prepend `\' to "\<quail-translation-docstring>".
3158
3159 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3160
3161 * autorevert.el (global-auto-revert-non-file-buffers):
3162 Remove duplicate defcustom.
3163
3164 2001-03-26 Miles Bader <miles@gnu.org>
3165
3166 * international/latin1-disp.el (latin1-char-displayable-p):
3167 Add leading "-" for X font pattern.
3168
3169 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3170
3171 * international/mule-diag.el (describe-coding-system):
3172 For raw-text and emacs-mule, don't add anymore text about what
3173 charsets they can encode.
3174
3175 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3176
3177 * help.el (view-lossage): Mention open-dribble-file in the doc
3178 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3179
3180 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3181
3182 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3183 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3184
3185 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3186
3187 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3188 Call ccl-execute-on-string directly so that CCL program handling
3189 multibyte sequence can work correctly.
3190 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3191 property of the coding system.
3192
3193 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3194
3195 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3196 Fix transcription typo.
3197
3198 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3199
3200 * whitespace.el: Add buffer local variables to toggle testing of
3201 whitespaces in buffers without affecting the default values.
3202 Bump version to 3.0 to account for a few other changes.
3203 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3204 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3205 (whitespace-toggle-spacetab-check): New functions.
3206
3207 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3208
3209 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3210
3211 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3212
3213 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3214 bs-cycle-configuration-name. From Juanma Barranquero
3215 <lektu@uol.com.br>.
3216
3217 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3218 and cc-vars.el.
3219
3220 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3221 headers. Always invoke sendmail with option -t.
3222
3223 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3224
3225 * Release of cc-mode 5.28.
3226
3227 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3228
3229 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3230 Removed the hardcoded switch to "java" style in Java mode.
3231 It's instead taken care of by the default value for c-default-style.
3232
3233 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3234
3235 * cc-align.el (c-lineup-math): Fix bug where lineup was
3236 triggered by equal signs in string literals.
3237
3238 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3239
3240 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3241 limit detection when at the ends of the buffer.
3242
3243 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3244 "for" statement clause in case 7F; a better one is done
3245 earlier in case 7D anyway.
3246
3247 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3248
3249 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3250 somewhat more and did a small optimization.
3251
3252 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3253
3254 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3255 Use the limit argument only to limit the syntactic context
3256 search, not to limit the actual movement.
3257
3258 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3259 inside multiline strings, just like in comments. Also various
3260 fixes to the paragraph and comment prefix recognition, block
3261 comment ender handling etc.
3262
3263 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3264
3265 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3266 the relative position of the point.
3267
3268 * cc-cmds.el (c-electric-continued-statement): New function to
3269 use as abbrev hook to reindent for keywords such as "else"
3270 that continues an earlier statement.
3271
3272 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3273 like classes.
3274
3275 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3276 (pike-mode): Populate the default abbrev tables to reindent for
3277 keywords such as "else" that can continue earlier statements.
3278 Abbrev mode is therefore turned on by default now. (Note that
3279 this doesn't apply to idl-mode, since IDL afaik doesn't have
3280 statements at all.)
3281
3282 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3283
3284 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3285 bracelists where the declaration contains template arguments.
3286
3287 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3288
3289 * cc-cmds.el (c-comment-indent):
3290 Use `c-get-syntactic-indentation' to correctly calculate the
3291 syntactic indentation. Fixes bug with lineup functions that
3292 return vectors.
3293
3294 * cc-engine.el (c-get-syntactic-indentation): Split the
3295 indentation sum calculation from `c-indent-line' to a separate
3296 function.
3297
3298 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3299
3300 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3301 Fixed places where it was assumed that preprocessor directives
3302 have to start in column zero.
3303
3304 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3305 template arguments after a class identifier properly.
3306
3307 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3308 lists for `new Foo[]' constructs in Java as expressions and
3309 not top level definition brace lists on the top level, so that
3310 they'll get indented consistently with the same type of
3311 expression in a normal block.
3312
3313 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3314
3315 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3316 whether the adaptive filling package fails to keep the comment
3317 prefix is now kludged further to check for filladapt-mode
3318 which doesn't have that problem. This is really icky, but it's
3319 the only way that works with the current misfeatures/bugs in
3320 both adaptive-fill-mode and filladapt-mode.
3321
3322 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3323 around point is recognized more robust.
3324
3325 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3326
3327 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3328 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3329 (c-lit-type): Fixed all internal variables used dynamically so
3330 that they are always bound.
3331
3332 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3333 errors:
3334
3335 (c-indent-region): Fixed reporting of syntactic errors so that
3336 the region is fully reindented even when an error occurs.
3337 The last syntactic error is printed afterwards. Also cleanup up a
3338 whole lot of code that tried to optimize indentation of whole
3339 sexps but in reality accomplishes nothing.
3340
3341 (c-indent-sexp): Use c-indent-region.
3342
3343 (c-parsing-error): Changed this variable to hold the message
3344 for any syntactic error that is discovered.
3345
3346 (c-parse-state): Search backward from point instead of the bod
3347 position when the latter is invalid. This makes CC Mode
3348 recover faster when there are unbalanced close braces.
3349
3350 (c-backward-to-start-of-if): Use c-parsing-error to report
3351 dangling "else" clauses instead of throwing an error, and fall
3352 back to a reasonable position.
3353
3354 (c-indent-line): Added argument to avoid reporting syntactic errors.
3355
3356 (c-show-syntactic-information): Don't report any syntactic errors.
3357
3358 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3359
3360 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3361 paragraph recognition when moving by sentence in literals.
3362
3363 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3364 start regexp for javadoc to recognize javadoc markup in general instead
3365 of a specific set of keywords, to be more future-safe.
3366
3367 (c-Pike-pikedoc-paragraph-start)
3368 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3369 pikedoc markup.
3370
3371 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3372
3373 (pike-mode): Initialize paragraph settings pikedoc recognition.
3374
3375 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3376
3377 (c-comment-prefix-regexp): Made it possible to use an
3378 association list on this to specify mode specific regexps.
3379 The default value now use a special regexp in Pike mode to
3380 recognize pikedoc markup.
3381
3382 (c-current-comment-prefix): New variable containing the actual
3383 regexp from c-comment-prefix-regexp for the current buffer.
3384
3385 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3386
3387 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3388 lists: We can't look at the syntax, since a brace list can get
3389 recognized as a plain statement-cont.
3390
3391 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3392 special brace list opener broken over two lines got recognized
3393 as a statement on the second line. Case 9A changed.
3394
3395 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3396
3397 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3398 adjustment after line is reindented.
3399
3400 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3401
3402 * cc-defs.el (c-point): Added optional argument for position
3403 to use instead of the current point.
3404
3405 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3406 the in-expression block symbols when the construct starts at
3407 boi, to avoid the extra level of indentation in that case.
3408 Cases 4, 16A and 17E affected.
3409
3410 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3411
3412 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3413 calls to `c-indent-line', to adhere better to Emacs conventions.
3414
3415 * cc-engine.el (c-indent-line): Use the syntax already bound
3416 to `c-syntactic-context', if there is any.
3417
3418 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3419
3420 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3421 wasn't added up correctly when a lineup function returned nil.
3422
3423 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3424
3425 * cc-engine.el (c-collect-line-comments): Fixed bug where
3426 empty lines were ignored when collecting line comments backwards.
3427
3428 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3429
3430 * cc-align.el (c-lineup-dont-change): Return an absolute
3431 indentation column to work correctly in the case when several
3432 syntactic elements are processed for the same line.
3433
3434 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3435 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3436 (c-set-offset): Added absolute indentation column settings by
3437 using the vector type.
3438
3439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3440
3441 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3442 Implemented two new cleanups `space-before-funcall' and
3443 `compact-empty-funcall'.
3444
3445 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3446
3447 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3448 helping building regexps.
3449
3450 * cc-engine.el (c-on-identifier): New function for detecting
3451 identifiers. It takes keywords into account.
3452
3453 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3454 lists. `c-keywords' is set to a regexp matching all keywords
3455 in the current language.
3456
3457 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3458
3459 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3460 list of characters to skip backwards over at the beginning of
3461 a statement, since it can precede string literals in Pike.
3462
3463 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3464
3465 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3466 recognition when standing on the last line in a C++ comment
3467 with nothing but whitespace after the prefix.
3468
3469 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3470 given no limit argument.
3471
3472 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3473
3474 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3475 recognition for the `[]= operator symbol in Pike.
3476
3477 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3478
3479 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3480 around a bug in `eval-when-compile' in the byte compiler.
3481
3482 * cc-engine.el (c-forward-token-1): Fixed bug with return
3483 value when count is zero and there's no token start within the limit.
3484
3485 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3486 "prefix comments", i.e. comments which are followed by code on
3487 the same line.
3488
3489 * cc-mode-19.el: Fixes so that checks that must be done at
3490 compile time also are done then.
3491
3492 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3493
3494 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3495 time and at runtime, and only when it's needed.
3496
3497 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3498
3499 Major cleanup for less error prone and more warning free
3500 compilation, including some fixes for bugs due to different
3501 compilation orders. Thanks to Martin Buchholz for providing
3502 the basis for all this.
3503
3504 * cc-bytecomp.el: New file that provides some byte compilation
3505 features: It ensures that files always are loaded from the
3506 current source directory during compilation, and it provides a
3507 set of macros to turn off specific compiler warnings for
3508 specific symbols. (It's not CC Mode specific in any way.)
3509
3510 Fixed a nearly acyclic dependency tree (both runtime and
3511 compile-time) between all files.
3512
3513 * cc-defs.el: Separated all macros before the inline functions,
3514 to ensure correct compilation.
3515
3516 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3517 cc-defs.el to cc-engine.el and made it a function instead.
3518
3519 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3520 about char-after.
3521
3522 * cc-vars.el: Cope even when there isn't a custom package
3523 containing defcustom available.
3524
3525 * cc-make.el: Removed since it's no longer necessary.
3526
3527 README: Updated installation instructions.
3528
3529 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3530
3531 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3532 improve the modularity: Moved all mode init stuff from
3533 cc-langs.el to cc-mode.el, including the keymap
3534 initialization; cc-langs now only contains the various
3535 variables for configuring the language syntax.
3536
3537 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3538 (c-get-offset): Moved from cc-styles to cc-engine since file
3539 dependency analysis suggests they belong there (which also
3540 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3541
3542 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3543
3544 * cc-cmds.el (c-fn-region-is-active-p): New function that
3545 wraps the corresponding macro, for use in places that aren't
3546 compiled. Thanks to Martin Buchholz for pointing out this.
3547
3548 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3549
3550 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3551 add things to the bug report.
3552
3553 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3554
3555 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3556 returned prefix could contain a newline when the search for a
3557 good prefix line failed.
3558
3559 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3560
3561 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3562 (c-toggle-auto-hungry-state): Made the argument optional, as
3563 the documentation says it is.
3564
3565 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3566
3567 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3568 multiline string syntax, #"...", as a cpp macro.
3569
3570 2001-03-21 Paul Eggert <eggert@twinsun.com>
3571
3572 * international/mule-cmds.el (set-locale-environment):
3573 Set system-messages-locale and system-time-locale, but only if the
3574 caller specifies a non-nil locale name.
3575
3576 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3577
3578 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3579 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3580
3581 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3582
3583 * follow.el (follow-avoid-tail-recenter): Doc fix.
3584
3585 * custom.el (custom-set-variables): Avoid reversing the list
3586 of args needlessly.
3587
3588 * startup.el (fancy-splash-head): Don't change the colors of the
3589 XPM image on a dark background.
3590
3591 * comint.el (comint-exec-1): Set columns of the terminal to
3592 window-width instead of frame-width.
3593
3594 * info.el (Info-scroll-down): Add missing WINDOW arg for
3595 pos-visible-in-window-p.
3596
3597 * ehelp.el (electric-help-mode-hook): Add defcustom.
3598
3599 * mail/sendmail.el (mail-mode): Activate case-folding in
3600 font-lock-defaults.
3601
3602 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3603
3604 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3605 (completion-ignored-extensions): Remove duplicate ".class".
3606
3607 2001-03-19 Andreas Schwab <schwab@suse.de>
3608
3609 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3610 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3611
3612 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3613
3614 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3615 methods since there are not prefix input methods.
3616
3617 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3618
3619 * international/mule-cmds.el (read-input-method-name):
3620 Locally bind enable-recursive-minibuffers to t.
3621
3622 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3623
3624 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3625
3626 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3627
3628 * ediff-util.el: Copyright years.
3629 (ediff-choose-syntax-table): New function.
3630 (ediff-setup): Use ediff-choose-syntax-table.
3631
3632 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3633 with-syntax-table.
3634
3635 * ediff.el: Date of last update, copyright years.
3636
3637 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3638
3639 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3640 of Scott Bronson.
3641 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3642 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3643 Deleted functions.
3644 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3645 ex-token-list.
3646
3647 * viper-util.el: Spaces, indentation.
3648
3649 * viper.el: Changed version, modification time.
3650
3651 2001-03-16 John Wiegley <johnw@gnu.org>
3652
3653 * calendar/timeclock.el (timeclock-workday-remaining):
3654 Check whether `discrep' is non-null before using it.
3655
3656 2001-03-16 John Wiegley <johnw@gnu.org>
3657
3658 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3659 first-time checkins.
3660 (timeclock-log-data): Fixed problem with reading timelog log file.
3661 Resulting data in the "day list" was incorrect.
3662 (timeclock-find-discrep): Check if `timeclock-file' is readable
3663 before opening it.
3664 (timeclock-time-less-p): New function.
3665 (timeclock-day-base): New function.
3666 (timeclock-geometric-mean): New function.
3667 (timeclock-generate-report): Generate a summary report based on
3668 the contents of the log file. This uses `timeclock-log-data', and
3669 is an example of writing a timelog manipulation function.
3670 (timeclock-visit-timelog): A quick command for opening the timelog
3671 file.
3672 (timeclock-log-data): Bound the variable event.
3673
3674 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3675
3676 * international/mule-cmds.el (select-safe-coding-system):
3677 Fix typo: symbol-name -> symbol-value.
3678
3679 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3680 before substitute-in-file-name to handle double slashes in FILE
3681 correctly.
3682
3683 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3684
3685 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3686 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3687
3688 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3689
3690 * bindings.el (features): Add `md5' and `overlay' to the list.
3691
3692 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3693 bound before using it. It's not bound when configured without X,
3694 for instance.
3695
3696 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3697
3698 * progmodes/hideshow.el: Update copyright.
3699 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3700 (hs-minor-mode-hook): Include `:version' in defcustom form.
3701
3702 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3703
3704 * help.el (string-key-binding): Don't call event-start on
3705 a non-list.
3706
3707 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * startup.el (fancy-splash-tail, command-line-1): Fix the
3710 copyright year.
3711
3712 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3713
3714 * term.el: These changes are based on a patch sent from Yong Lu
3715 <lyongu@yahoo.com>.
3716 (term-set-escape-char): Bind M-x to execute-extended-command in
3717 term-raw-escape-map.
3718 (term-move-columns): Don't try to move to negagive column.
3719 (term-emulate-terminal): Insert a string before deleting a text to
3720 overwrite.
3721
3722 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3723
3724 * play/life.el (life): Rearrange code so that all calls to
3725 life-display-generation are in a catch-form.
3726
3727 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3728 file that isn't interesting. In an interesting file, push the old
3729 value of point on the mark ring.
3730
3731 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3732 New function.
3733 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3734 Use it.
3735
3736 * emacs-lisp/autoload.el (generate-file-autoloads):
3737 Remove warning about line lengths.
3738
3739 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3740
3741 * progmodes/etags.el (tags-compression-info-list): New variable.
3742 (find-tag-in-order): Use it to deal with compressed source files.
3743 (tag-file-name-match-p): New function.
3744 (etags-recognize-tags-table): Use it for better match of file names.
3745
3746 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3747
3748 * international/mule-cmds.el (register-input-method): Doc fix.
3749
3750 * international/quail.el (quail-translate-key): Fix condition to
3751 check if there's another breaking point in the current key.
3752
3753 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3754
3755 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3756 Babyl header to the newly-created output file, bind
3757 coding-system-for-write to either rmail-file-coding-system or
3758 emacs-mule-unix.
3759
3760 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3761
3762 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3763 Fix the name and regexp used for subsubsections.
3764
3765 2001-03-10 Dave Love <fx@gnu.org>
3766
3767 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3768 and save-buffer if buffer-file-name non-nil. From rms.
3769
3770 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3771
3772 * vc.el (vc-do-command): If the destination buffer is already
3773 current, don't set it up and don't erase it. Updated doc string
3774 to reflect that.
3775 (vc-version-diff): When doing a single file diff, don't switch to the
3776 *vc-diff* buffer before the command. This is to preserve local
3777 variable bindings that might affect the diff command.
3778 (vc-print-log): Don't switch to the *vc* buffer before the
3779 command, so that local variable bindings are preserved.
3780
3781 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3782 not the current buffer.
3783 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3784
3785 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3786 make output go to buffer *vc*, not the current buffer.
3787
3788 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3789
3790 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3791 so ^, $, *, ? and + are interpreted correctly.
3792
3793 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3794
3795 * help.el (string-key-binding): Renamed from
3796 mode-line-key-binding. Handle any event on a string.
3797 Check for `keymap' properties as well as `local-map' properties.
3798
3799 * comint.el (comint-insert-clicked-input): Use the last key
3800 from this-command-keys to lookup the global key definition.
3801
3802 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3803
3804 * international/characters.el: Add category `j' for
3805 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3806
3807 * international/mule-conf.el (no-conversion): Fix docstring.
3808 (raw-text): Fix docstring.
3809
3810 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3811
3812 * simple.el (choose-completion-string): When not leaving the
3813 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3814 is set.
3815
3816 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3817 parameter `(minibuffer . t)'.
3818
3819 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3820
3821 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3822 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3823 (sh-mode): Remove `make-local-variable' for unused var
3824 `font-lock-unfontify-region-function'.
3825
3826 2001-03-07 Richard M. Stallman <rms@gnu.org>
3827
3828 * info.el (Info-scroll-down): Fix previous change.
3829
3830 * mail/rmail.el (rmail-toggle-header): Use a window which
3831 is showing the Rmail buffer, rather than the selected window.
3832
3833 2001-03-07 Dave Love <fx@gnu.org>
3834
3835 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3836 now, to avoid problems with binding imenu directly to a mouse event.
3837
3838 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3839
3840 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3841 second arg t.
3842
3843 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * log-edit.el (log-edit-common-indent): New var.
3846 (log-edit-set-common-indentation): Renamed from
3847 log-edit-delete-common-indentation. Use the new var.
3848 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3849
3850 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3851 (cvs-mode-add-change-log-entry-other-window):
3852 Don't presume change-log-default-name is defined.
3853
3854 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3855
3856 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3857 the "tree" operation as well.
3858
3859 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3860
3861 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3862 to match paragraph-start.
3863
3864 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3865 comment-start-skip and set comment-end-skip as well.
3866 (sgml-comment-indent): Fix for new value of comment-start-skip.
3867 (html-autoview-mode): Don't bother using make-local-hook.
3868
3869 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3870
3871 * cus-edit.el (custom-save-delete): Move in front of local
3872 variables, otherwise long Custom entries would make them ineffective.
3873
3874 * uniquify.el: Set maintainer to FSF.
3875
3876 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3877
3878 * dired-aux.el (dired-do-shell-command): Doc fix.
3879
3880 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3881
3882 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3883
3884 * which-func.el (which-func-modes): Add cperl-mode.
3885 (which-func-mode-global): Use define-minor-mode.
3886
3887 * info-look.el: Docstring fixes and dead code eliminated.
3888 (cperl-mode): Add support.
3889 (emacs-lisp-mode): List all entries from elisp manual, whether
3890 or not they are currently (f)bound or not. Update regexp.
3891
3892 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3893
3894 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3895 so that C-h m shows the correct information.
3896 Use make-local-variable rather than make-variable-buffer-local.
3897 (cperl-info-buffer, cperl-setup-tmp-buf):
3898 Use make-local-variable rather than make-variable-buffer-local.
3899 (cperl-msb-fix, cperl-get-help-defer):
3900 Check major-mode for `cperl-mode' as well.
3901
3902 * progmodes/cperl-mode.el: Updated to author version 4.23.
3903 (cperl-electric-pod): SYNOPSIS was misspelled.
3904 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3905 (cperl-after-expr-p): Make true after __END__.
3906
3907 2001-03-06 Gerd Moellmann <gerd@gnu.org>
3908
3909 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3910 bookmark-completion-ignore-case is t.
3911
3912 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3913 switch, like xterm, and concat resource strings, with a newline
3914 between them.
3915
3916 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3917
3918 * international/codepage.el (cp770-decode-table)
3919 (cp773-decode-table, cp774-decode-table): New variables.
3920
3921 * man.el (Man-hyphenated-reference-regexp): New variable.
3922 (Man-build-references-alist): Use it to search for referenced
3923 manpages. If hyphenated is non-nil, record a concatenated word in
3924 Man-refpages-alist only if it matches Man-reference-regexp.
3925 Update word's length when it is concatenated. Reverse the list,
3926 to get the first manpage at the head.
3927 (Man-possibly-hyphenated-word): New function.
3928 (Man-follow-manual-reference): Use it instead of current-word to
3929 find a manpage at point, in a way that accounts for hyphenated
3930 references.
3931
3932 2001-03-06 Alex Schroeder <alex@gnu.org>
3933
3934 * sql.el (sql-interbase): New function.
3935 (sql-interbase-program): New option.
3936 (sql-interbase-options): New option.
3937 And some typos fixed: "customise" to "customize".
3938
3939 2001-03-06 Dave Love <fx@gnu.org>
3940
3941 * textmodes/flyspell.el (flyspell-region):
3942 Set up flyspell-local-mouse-map.
3943
3944 2001-03-05 Richard M. Stallman <rms@gnu.org>
3945
3946 * mail/rmail.el (rmail-retry-failure):
3947 Don't call rmail-beginning-of-message.
3948 Don't discard From: field. Do discard Received: field.
3949 Use unwind-protect to re-prune.
3950 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3951
3952 2001-03-06 Kenichi Handa <handa@etl.go.jp>
3953
3954 * international/quail.el (quail-title): Add autoload cookie.
3955
3956 2001-03-05 Dave Love <fx@gnu.org>
3957
3958 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3959 new defs.
3960
3961 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3962
3963 * language/ethio-util.el (ethio-toggle-space):
3964 Update current-input-method-title if necessary.
3965 (ethio-toggle-punctuation): Likewise.
3966
3967 * international/quail.el (quail-title): Fix for the case that a
3968 title of an input method is specified by a list of the same form
3969 as used in mode-line-format.
3970
3971 * international/mule-cmds.el (activate-input-method):
3972 If current-input-method-title is set by activating INPUT-METHOD,
3973 respect that value.
3974
3975 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3976
3977 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3978
3979 2001-03-05 Alex Schroeder <alex@gnu.org>
3980
3981 * sql.el (sql-sybase): Fix typo (was: query user about server two
3982 times instead of server and database).
3983
3984 * sql.el (sql-sybase): Doc change.
3985 (sql-mysql): Doc change.
3986 (sql-postgres): Doc change.
3987
3988 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3989
3990 * international/mule-conf.el (emacs-mule, raw-text):
3991 Docstring modified.
3992
3993 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3994
3995 * term/internal.el: Update copyright notice.
3996
3997 * term/pc-win.el: Update copyright notice.
3998
3999 2001-03-02 Dave Love <fx@gnu.org>
4000
4001 * files.el (insert-file-contents-literally):
4002 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4003 not jka-compr-compression-info-list.
4004
4005 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4006
4007 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4008 spaces in default comment-start-skip settings rather than \s-.
4009
4010 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4011
4012 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4013 default-frame-alist as well.
4014
4015 2001-03-01 Dave Love <fx@gnu.org>
4016
4017 * textmodes/reftex.el (defvar): Wrap some defvars in
4018 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4019
4020 * subr.el (event-basic-type): Doc fix.
4021
4022 * international/quail.el: Doc fixes.
4023
4024 * international/utf-8.el: Doc fixes.
4025
4026 * international/mule-cmds.el: Doc fixes.
4027 (leim-list-header): Fix header text.
4028
4029 * international/mule.el (coding-system-category): Doc fix.
4030
4031 * international/ccl.el (ccl-compile): Doc fix.
4032
4033 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4034
4035 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4036 rather than (before|after)-change-functions.
4037
4038 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4039
4040 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4041 scroll-left and scroll-right being called interactively so that
4042 they set the window's min_hscroll.
4043
4044 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4045
4046 * info.el (info-insert-file-contents-1): Accept an additional
4047 argument `lfn': if it is non-nil, concatenate `filename' and
4048 `suffix'; otherwise use the complicated MS-DOS code.
4049 All callers changed.
4050 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4051 can access long file names, try the long file-name version of
4052 `info-insert-file-contents-1', then the short file-name version.
4053
4054 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
4055
4056 * language/ethio-util.el (setup-ethiopic-environment-internal):
4057 Change bindings of functions keys to conform to "Emacs Lisp Coding
4058 Convention".
4059
4060 * language/ethiopic.el ("Ethiopic"): Add documentation.
4061
4062 2001-02-28 Kenichi Handa <handa@etl.go.jp>
4063
4064 * international/utf-8.el (mule-utf-8): Set coding-category
4065 property to coding-category-utf-8.
4066
4067 2001-02-27 Richard M. Stallman <rms@gnu.org>
4068
4069 * lpr.el (lpr-page-header-switches, print-region-1):
4070 Undo 2000-07-06 change.
4071 (lpr-add-switches): Default to t on gnu/linux.
4072
4073 2001-02-27 Gerd Moellmann <gerd@gnu.org>
4074
4075 * bs.el (bs-attributes-list): Doc fix.
4076
4077 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4078
4079 * help.el (describe-project): Display the file THE-GNU-PROJECT.
4080
4081 * help.el (view-order-manuals): Use goto-address.
4082
4083 * startup.el (command-line-1): Add info about ordering manuals
4084 to the not so fancy splash screens.
4085
4086 2001-02-26 Andre Spiegel <spiegel@gnu.org>
4087
4088 * vc.el (vc-default-workfile-unchanged-p)
4089 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4090
4091 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4092
4093 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4094 fontify in the right buffer.
4095
4096 * allout.el (outline-flag-region): Move macro in front of first
4097 use to avoid a run-time error.
4098
4099 2001-02-24 Andrew Innes <andrewi@gnu.org>
4100
4101 * makefile.w32-in: Fix copyright notice.
4102
4103 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4104
4105 * international/utf-8.el (mule-utf-8): Set correct value for
4106 valid-codes property.
4107
4108 * international/fontset.el (x-complement-fontset-spec): In the
4109 case that we use ASCII font for the other charsets, use only
4110 family and registry part of it.
4111
4112 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4113
4114 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4115 (shrink-window-if-larger-than-buffer): Doc fix.
4116
4117 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4118
4119 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4120 predicate passed to completing-read.
4121
4122 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4123
4124 * startup.el (command-line): Fix last change.
4125
4126 2001-02-23 Jason Rumney <jasonr@gnu.org>
4127
4128 * startup.el (tool-bar-originally-present): New variable.
4129 (command-line): Set it if the tool-bar is switched on at startup.
4130
4131 * frame.el (frame-notice-user-settings): Only adjust frame height
4132 for no tool-bar case if tool-bar was originally switched on.
4133 From E. Jay Berkenbilt.
4134
4135 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * server.el (server-switch-buffer): Only switch window if the
4138 current one is dedicated.
4139
4140 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4141 rather than using (match-beginning 0) when searching for break point.
4142
4143 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4144
4145 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4146 @ follows an accent command such as @'. Support optional braces
4147 in commands that insert accents, like makeinfo does.
4148
4149 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4150
4151 * startup.el (fancy-splash-text): Add a line for ordering
4152 manuals. Reverse order of splash screens shown.
4153 (use-fancy-splash-screens-p): Adapt to the text line added.
4154
4155 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4156 manuals from the FSF.
4157
4158 * help.el (view-order-manuals): New function.
4159 (toplevel): Bind C-h C-m to this function.
4160
4161 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4162
4163 * newcomment.el (comment-forward): Skip the comment-start before
4164 searching for the comment-end.
4165
4166 2001-02-21 Dave Love <fx@gnu.org>
4167
4168 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4169
4170 * international/mule-cmds.el, international/mule.el: Doc fixes.
4171
4172 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4173
4174 * startup.el (fancy-splash-screens): Use display-hourglass
4175 instead of display-busy-cursor.
4176
4177 * frame.el (display-hourglass): Renamed from busy-cursor.
4178 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4179 (show-cursor-in-non-selected-windows): Doc fix.
4180
4181 2001-02-20 Dave Love <fx@gnu.org>
4182
4183 * international/utf-8.el: Doc and commentary fixes.
4184
4185 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4186
4187 * ehelp.el (with-electric-help): Doc fix.
4188
4189 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4190
4191 * msb.el (msb-mode): Call the update-buffers function explicitly
4192 with a FORCE argument.
4193
4194 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4195 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4196 returns nil.
4197
4198 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4199
4200 * ps-print.el: Timestamp package replacement. Some enhancements.
4201 Some XEmacs compatibility. Doc fix.
4202 (ps-print-version): New version number (6.4).
4203 (ps-printer-name): Initialization fix.
4204 (ps-zebra-stripe-follow): Funcionality enhancement.
4205 (ps-prologue-file): Code enhancement.
4206 (ps-right-header): Timestamp package replacement.
4207 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4208 (ps-get-page-dimensions)
4209 (ps-generate-header, ps-begin-file, ps-begin-job)
4210 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4211 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4212 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4213 (coding-system-for-write): Var declaration (XEmacs compatibility).
4214
4215 2001-02-20 Miles Bader <miles@gnu.org>
4216
4217 * image-file.el (image-file-name-extensions): Add "tif".
4218
4219 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4220
4221 * wid-edit.el (widget-button-click): Save the selected window
4222 around the code handling clicks on buttons.
4223
4224 2001-02-18 Dave Love <fx@gnu.org>
4225
4226 * imenu.el (imenu--generic-function): Use mapc to iterate over
4227 syntax characters.
4228
4229 2001-02-17 Richard M. Stallman <rms@gnu.org>
4230
4231 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4232
4233 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4234
4235 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4236
4237 * mouse.el (mouse-save-then-kill): If the distance from the new
4238 point to the mark is equal to the distance of point from the new
4239 point, move point instead of the mark.
4240
4241 2001-02-16 Dave Love <fx@gnu.org>
4242
4243 * textmodes/flyspell.el (flyspell-get-word): Return string without
4244 properties.
4245
4246 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4247
4248 * generic.el (generic-find-file-regexp): Doc fix.
4249 (generic-ignore-files-regexp): New defcustom.
4250 (generic-mode-find-file-hook): If the file's name matches the
4251 regexp in `generic-ignore-files-regexp', don't enter
4252 default-generic-mode. Doc fix.
4253
4254 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4255
4256 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4257 Add autoload cookies.
4258
4259 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4260 of cal-tex-24.
4261
4262 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4265
4266 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4267 the character class after the (optional) drive, to support file
4268 names with embedded blanks.
4269
4270 2001-02-15 Sam Steingold <sds@gnu.org>
4271
4272 * textmodes/tex-mode.el (tex-shell-running):
4273 Check the process buffer too.
4274
4275 2001-02-15 Dave Love <fx@gnu.org>
4276
4277 * battery.el (battery-status-function): Fix doc, :type.
4278
4279 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4280
4281 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4282
4283 * subr.el (read-passwd): Clear Lisp memory holding password.
4284
4285 2001-02-15 Miles Bader <miles@gnu.org>
4286
4287 * info.el (Info-copy-current-node-name): New function.
4288 (Info-mode-menu): Add it to the menu.
4289
4290 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4291
4292 * international/mule-cmds.el (toggle-input-method): Doc fix.
4293
4294 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4295
4296 * replace.el (occur): Stop at end of buffer.
4297
4298 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4299
4300 * international/mule-cmds.el (set-input-method): Another doc fix.
4301
4302 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4303
4304 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4305
4306 2001-02-13 Miles Bader <miles@gnu.org>
4307
4308 * faces.el (set-face-background, set-face-foreground)
4309 (set-face-stipple): Treat a value of nil as being `unspecified'.
4310
4311 2001-02-12 Dave Love <d.love@dl.ac.uk>
4312
4313 * international/latin1-disp.el: Doc fixes.
4314 (latin1-display) <defgroup>: Add :link.
4315 (latin1-display) <function>: Set variable latin1-display.
4316
4317 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4318
4319 * international/mule-cmds.el (set-input-method): Doc fix.
4320
4321 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4322
4323 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4324 (speedbar-line-file): Return nil if not a file.
4325 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4326
4327 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4328
4329 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4330 for remote files.
4331 (ediff-coding-system-for-read): Replaced the no-conversion default
4332 with raw-text.
4333
4334 * ediff-init.el: Removed :version from defcustom vars.
4335
4336 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4337 Better handling of the diff mode.
4338
4339 * ediff.texi: Added ediff-coding-system-for-read.
4340
4341 * viper.texi: Fix typos.
4342
4343 2001-02-11 Dave Love <fx@gnu.org>
4344
4345 * shadowfile.el: Doc fixes.
4346 (shadow) <defgroup>: Add :link.
4347 (shadowfile-unload-hook): New function.
4348 (shadow-initialize): Use defalias, not fset.
4349 (shadow-define-cluster, shadow-define-literal-group)
4350 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4351
4352 * international/mule.el: Doc and message fixes.
4353
4354 * international/ccl.el (define-ccl-program): Doc fix.
4355
4356 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4357
4358 * faces.el (mode-line): Set :line-width property to -1.
4359
4360 2001-02-10 Richard M. Stallman <rms@gnu.org>
4361
4362 * complete.el (partial-completion-mode): Doc fix.
4363
4364 * simple.el (delete-key-deletes-forward-mode):
4365 Change `let' to `let*' to fix gross bug in last change.
4366
4367 * repeat.el (repeat): Don't let execute-kbd-macro alter
4368 real-last-command.
4369
4370 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4371
4372 * simple.el (eval-expression): Doc fix.
4373
4374 2001-02-09 Dave Love <fx@gnu.org>
4375
4376 * imenu.el (imenu-generic-expression): Doc fix.
4377
4378 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4379 From Juanma Barranquero.
4380
4381 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4382
4383 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4384
4385 * faces.el (set-face-attribute): Describe the case of a negative
4386 value specified for :line-width.
4387
4388 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4389
4390 * which-func.el (which-func-mode): Invert which-func-mode-global.
4391 From Juanma Barranquero <lektu@uol.com.br>.
4392
4393 2001-02-08 Dave Love <fx@gnu.org>
4394
4395 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4396 widget-plist-value-type.
4397 (widget-alist-convert-widget): Replace binding of
4398 widget-alist-value-type.
4399
4400 * textmodes/paragraphs.el (sentence-end): Doc fix.
4401
4402 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4403 Remove `backward-line'.
4404
4405 * play/pong.el (pong-blank-color, pong-bat-color)
4406 (pong-ball-color, pong-border-color, pong-left-key)
4407 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4408 (pong-pause-key, pong-resume-key, pong-timer-delay):
4409 * mail/mh-comp.el (mh-compose-letter-function):
4410 * eshell/esh-mode.el (eshell-skip-prompt-function):
4411 * emulation/viper-ex.el (ex-unix-type-shell-options):
4412 * recentf.el (recentf-menu-filter):
4413 * ps-print.el (ps-print-region-function):
4414 * lpr.el (print-region-function):
4415 * forms.el (forms-mode-hooks):
4416 * dirtrack.el (dirtrack-directory-change-hook):
4417 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4418 * textmodes/spell.el (spell-filter):
4419 * textmodes/fill.el (adaptive-fill-function):
4420 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4421 * progmodes/etags.el (find-tag-default-function):
4422 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4423 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4424
4425 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4426
4427 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4428 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4429 Meyering <jim@meyering.net>.
4430
4431 * loadup.el: Revert last change.
4432
4433 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4434
4435 * international/mule.el (transform-make-coding-system-args):
4436 Make it work also for coding systems not using CCL.
4437
4438 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4439
4440 * simple.el (previous-matching-history-element)
4441 (next-matching-history-element): Doc fix.
4442
4443 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4444 specific part.
4445
4446 2001-02-06 Dave Love <fx@gnu.org>
4447
4448 * add-log.el (add-log-current-defun-function)
4449 (add-log-buffer-file-name-function, add-log-file-name-function):
4450 Fix :type.
4451 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4452
4453 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * info.el (info-initialize): Remove the test for system-type when
4456 invocation-directory is non-nil.
4457
4458 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4459 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4460
4461 2001-02-06 Andrew Innes <andrewi@gnu.org>
4462
4463 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4464 absolute.
4465
4466 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4467
4468 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4469 buffers. When hi-lock turned on rather than only checking current
4470 buffer for regexps, all buffers are checked. Moved activation of
4471 font-lock to hi-lock-refontify. When font-lock turned off rather
4472 than removing added highlighting just in current buffer, remove it
4473 in all buffers. Changed edit menu text from "Automatic
4474 Highlighting" to "Regexp Highlighting" Documentation for
4475 highlighting phrases, minor documentation changes.
4476 (hi-lock-set-file-patterns): Execute only if there are new or
4477 existing file patterns.
4478 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4479 unfontify and, if a support mode is active, will not refontify the
4480 whole buffer. If necessary, turn on font lock. (Removed
4481 font-lock-unfontify and font-lock support-mode-specific calls,
4482 such as lazy-lock-fontify-window.)
4483 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4484 patterns are found. Not useful now since find-file-hook is removed
4485 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4486 (hi-lock-face-phrase-buffer): New function. Also added related
4487 menu item and keybinding.
4488 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4489 (hi-lock-process-phrase): New function.
4490 (hi-lock-line-face-buffer): Doc fixes.
4491 (hi-lock-face-buffer): Doc fixes.
4492 (hi-lock-unface-buffer): Doc fixes.
4493
4494 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4495
4496 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4497 dabbrev-ignored-regexps.
4498
4499 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4500
4501 * simple.el (kill-line): Doc fix.
4502
4503 2001-02-05 Dave Love <fx@gnu.org>
4504
4505 * loadup.el: Revert last two changes -- bootstrapping works with
4506 regenerated loaddefs.
4507
4508 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4509
4510 * isearch.el (isearch-forward): Doc fix.
4511
4512 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4513 of font-lock-defaults to backward-paragraph.
4514
4515 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4516
4517 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4518 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4519
4520 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4521
4522 * ebnf2ps.el: Eliminate time-stamp functions.
4523 (ebnf-version): New version (3.5).
4524 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4525 format-time-string.
4526
4527 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4528
4529 * simple.el (next-line): Goto end-of-line before inserting a newline.
4530
4531 2001-02-05 Miles Bader <miles@gnu.org>
4532
4533 * image-file.el (insert-image-file): When visiting an image, also
4534 set `truncate-lines' to t so that any fringe arrow looks correct.
4535
4536 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4537
4538 * isearch.el (isearch-forward): Add description about input method
4539 in the docsting.
4540
4541 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4542
4543 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4544
4545 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4546
4547 * info.el (info-initialize): If installation-directory is nil, for
4548 DOS/Windows systems try looking in a sibling of invocation-directory.
4549
4550 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4551
4552 * wid-edit.el (widget-button-click): Fix last change.
4553
4554 * frame.el (frame-notice-user-settings): When resizing the initial
4555 frame because the tool bar is off, also change the frame's top
4556 position if a negative top position was specified.
4557
4558 2001-02-02 Miles Bader <miles@gnu.org>
4559
4560 * image-file.el (insert-image-file): When visiting an image,
4561 suppress the cursor in the image buffer.
4562
4563 2001-02-01 Dave Love <fx@gnu.org>
4564
4565 * progmodes/f90.el (f90-mode): Remove startup message.
4566
4567 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4568
4569 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4570
4571 * startup.el (command-line): Fix code determining whether or not
4572 to use delete-key-deletes-forward-mode.
4573
4574 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4575
4576 * vc.el (vc-diff-switches): New user option.
4577 (vc-version-diff): Use it.
4578 (vc-diff-switches-list): New macro.
4579
4580 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4581 New customization options.
4582 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4583
4584 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4585
4586 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4587
4588 * msb.el (toplevel): Quote hook symbols.
4589
4590 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4591
4592 * international/mule.el (make-coding-system): Add description
4593 about recognized properties in the docstring.
4594
4595 * international/mule-conf.el: Remove unused charsets
4596 mac-roman-lower and mac-roman-upper.
4597
4598 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4599
4600 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4601 is in front of the left-margin, if any.
4602
4603 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4604 like `delete'.
4605
4606 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4607
4608 * term/w32-win.el (mouse-set-font): Doc fix.
4609
4610 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4611
4612 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4613 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4614 on already.
4615
4616 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4617
4618 * files.el (save-buffer): Don't give message if (buffer-file-name)
4619 returns nil.
4620
4621 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4622
4623 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4624
4625 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4626 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4627
4628 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4629 display problems.
4630
4631 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4632
4633 * international/mule.el (charset-info): Fix docstring.
4634
4635 * international/mule-diag.el (describe-character-set): Check final
4636 char valid before printing it.
4637
4638 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4639
4640 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4641
4642 * frame.el (frame-notice-user-settings): Do the tool-bar
4643 stuff only for graphical displays. Fix a braino.
4644
4645 * frame.el (frame-initialize): Create initial frame visible.
4646 (frame-notice-user-settings): When tool-bar has been switched off,
4647 correct the frame size and sync tool-bar-mode.
4648
4649 * startup.el (command-line): Remove manipulation of frame
4650 height for tool bars.
4651
4652 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4653
4654 * lpr.el: Compatibility with XEmacs and doc fixes.
4655 (lpr-windows-system, lpr-lp-system): New vars.
4656 (lpr-printer-switch): New defcustom.
4657 (printer-name, lpr-command): Customization fix.
4658 (print-region-1): Code fix.
4659 (print-region-new-buffer, printify-region): Indentation fix.
4660 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4661 New functions.
4662
4663 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4664
4665 * msb.el (toplevel): Fix the eval-after-load.
4666
4667 2001-01-29 Dave Love <fx@gnu.org>
4668
4669 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4670
4671 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4672
4673 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4674 (tcl-using-emacs-19-23): Consider Emacs 21+.
4675 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4676 (tcl-add-emacs-menu): Supply menu name.
4677 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4678
4679 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4680
4681 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4682
4683 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4684
4685 * pcvs.el (cvs-mark-fis-dead): New function.
4686 (cvs-mode-add): Use it.
4687 (cvs-mode-add-change-log-entry-other-window):
4688 Rebind change-log-default-name to itself rather than to nil.
4689
4690 2001-01-29 Sam Steingold <sds@gnu.org>
4691
4692 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4693 `autoload' statements.
4694
4695 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * files.el (confirm-kill-emacs): Doc fix.
4698
4699 * frame.el (frame-initialize): Doc fix.
4700
4701 * time-stamp.el (time-stamp-string): Doc fix.
4702
4703 * woman.el (WoMan-log-1): Make the log buffer writable.
4704 From Markus Rost <rost@math.ohio-state.edu>.
4705
4706 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4707
4708 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4709 the `make-variable-buffer-local'.
4710
4711 2001-01-29 Dave Love <fx@gnu.org>
4712
4713 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4714 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4715 Add autoload cookie.
4716 (ansi-color-apply-sequence): Fix typo.
4717
4718 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4719
4720 * menu-bar.el (menu-bar-files-menu): Add menu items for
4721 Postscript printing in black and white.
4722
4723 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4724 X-Mailman-Version, Precedence, List-Help, List-Post,
4725 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4726 Content-Type, Content-Length.
4727
4728 2001-01-29 Dave Love <fx@gnu.org>
4729
4730 * elide-head.el (elide-head): Make overlay evaporate.
4731
4732 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4733
4734 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4735
4736 * isearch.el (isearch-highlight): Don't punt if the display
4737 doesn't support colors, since isearch faces are defined for
4738 monochrome displays as well.
4739
4740 2001-01-27 Sam Steingold <sds@gnu.org>
4741
4742 * shell.el (shell-write-history-on-exit): Make sure that we are in
4743 the shell buffer (M-x tex-file RET inserted the error message into
4744 the TeX buffer).
4745
4746 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * simple.el (transient-mark-mode): Doc fix.
4749
4750 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4751
4752 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4753
4754 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4755
4756 * shell.el (shell-unquote-argument): If the shell is one of the
4757 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4758 quote character.
4759 (shell-dumb-shell-regexp): Document that the shells which match
4760 this regexp are supposed to not treat a backslash as a quote character.
4761
4762 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4763 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4764
4765 2001-01-27 Richard M. Stallman <rms@gnu.org>
4766
4767 * dabbrev.el (dabbrev--substitute-expansion):
4768 Treat a one-capital-letter abbrev as "not all upper case",
4769 so as to force preservation of the expansion's pattern
4770 if the expansion starts with a capital letter.
4771
4772 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4775 Doc fix.
4776
4777 * simple.el (transient-mark-mode): Document the fact that many
4778 commands act on the region when mark is active.
4779
4780 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4781
4782 * international/quail.el (quail-setup-completion-buf): Make the
4783 multibyteness of current buffer inherited to Quail completion buffer.
4784 (quail-show-guidance-buf): Make the multibyteness of current
4785 buffer inherited to Quail guidance buffer.
4786 (quail-help): Make the multibyteness of current buffer inherited
4787 to Quail help buffer.
4788
4789 2001-01-26 Dave Love <fx@gnu.org>
4790
4791 * time-stamp.el: Doc fixes.
4792
4793 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4794 (delphi-keyword-face, delphi-other-face): Fix :type.
4795
4796 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4797
4798 * mail/feedmail.el (feedmail): Add :link.
4799 (feedmail-send-it): Doc fix.
4800
4801 * mail/sendmail.el: Doc fixes.
4802 (sendmail-send-it): Fix the non-ASCII regexp and use
4803 rfc2047-encode-string.
4804
4805 * dired.el, dired-aux.el: Revert last change.
4806
4807 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4808
4809 * makefile.w32-in (DONTCOMPILE): Add various term files.
4810
4811 2001-01-26 Dave Love <fx@gnu.org>
4812
4813 * Makefile.in (DONTCOMPILE): Add various term files.
4814
4815 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4816
4817 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4818
4819 * startup.el (display-startup-echo-area-message): Make sure
4820 the echo area is resized to fit the size of the startup message.
4821
4822 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4823 part of which is a constant.
4824
4825 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4826
4827 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4828
4829 2001-01-26 Richard M. Stallman <rms@gnu.org>
4830
4831 * simple.el (next-line): Don't let `newline' expand abbrevs.
4832 Simplify slightly.
4833 (open-line): Don't let `newline' expand abbrevs.
4834
4835 2001-01-25 John Wiegley <johnw@gnu.org>
4836
4837 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4838 to `repeat' in the :type field.
4839
4840 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4841 allow a choice of regexp or nil.
4842 (pcomplete-dir-ignore): Same.
4843
4844 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4845 a command) to always fail.
4846
4847 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4848
4849 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4850 discard the result.
4851 (iswitchb-to-end): Likewise.
4852
4853 2001-01-25 Sam Steingold <sds@gnu.org>
4854
4855 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4856 Require vc.
4857
4858 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4861
4862 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4863
4864 2001-01-25 Dave Love <fx@gnu.org>
4865
4866 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4867 (describe-coding-system): Tweak the English text.
4868
4869 * loadup.el: Preload international/ccl for utf-8.
4870
4871 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4872
4873 * mail/rmail.el (rmail-redecode-body): Doc fix.
4874
4875 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4876
4877 * international/mule-cmds.el (reset-language-environment):
4878 Reset coding-category-utf-8 to mule-utf-8.
4879
4880 * international/mule-conf.el (coding-category-utf-8):
4881 Initialize to mule-utf-8.
4882
4883 * loadup.el: Preload international/utf-8.
4884
4885 * international/utf-8.el: New file.
4886
4887 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4888
4889 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4890
4891 2001-01-24 Sam Steingold <sds@gnu.org>
4892
4893 * dired.el (dired-replace-in-string): Removed.
4894 (dired-sort-toggle): Use `replace-regexps-in-string'
4895 instead of `dired-replace-in-string'.
4896
4897 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4898 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4899
4900 * gs.el (gs-replace-in-string): Removed.
4901 (gs-options): Use `replace-regexps-in-string'
4902 instead of `gs-replace-in-string'.
4903
4904 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4905
4906 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4907 bug report is mailed to an email list and posted to a news group.
4908
4909 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4910
4911 * comint.el (comint-replace-by-expanded-history-before-point):
4912 Fix change of 2000-08-03 to move point to the start of the line again.
4913
4914 * startup.el (tool-bar-images-pixel-height): New variable.
4915 (command-line): After loading the user's init file, when
4916 tool-bar-mode is on, increase the frame's size by some lines for
4917 the tool-bar.
4918
4919 * frame.el (frame-initialize): Create the initial frame invisible.
4920
4921 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4922
4923 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4924 (chinese-big5): MIME:Big5.
4925
4926 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4927
4928 * international/mule-cmds.el (universal-coding-system-argument):
4929 Handle commands with prefix args.
4930
4931 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4932
4933 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4934 being a list of numbers.
4935 (diary-mail-entries): Rewritten.
4936
4937 2001-01-23 Dave Love <fx@gnu.org>
4938
4939 * international/mule.el (make-coding-system): Fix typo.
4940
4941 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4942 Add backward-paragraph as font-lock-beginning-of-syntax-function.
4943
4944 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * font-lock.el (font-lock-mode): Doc fix.
4947
4948 2001-01-23 Kenichi Handa <handa@etl.go.jp>
4949
4950 * international/mule.el (make-translation-table): Fix docstring.
4951
4952 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4953
4954 * mail/rmail.el (rmail-redecode-body): New function.
4955
4956 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4957
4958 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4959
4960 * isearch.el (isearch-lazy-highlight-case-fold-search)
4961 (isearch-lazy-highlight-regexp): New variables.
4962 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4963 case-fold search or regexp search has been toggled.
4964
4965 * wid-edit.el (widget-button-click): Avoid a save-excursion
4966 around running a global binding.
4967
4968 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4969 to 0.25.
4970
4971 2001-01-20 Miles Bader <miles@gnu.org>
4972
4973 * cus-edit.el (custom-face-save): Do post-processing on the face's
4974 new value like `custom-face-set' does.
4975
4976 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4977
4978 * mail/emacsbug.el (report-emacs-bug): Report the value of
4979 LC_CTYPE, not LC_TYPE.
4980
4981 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4982 isearch-toggle-regexp and isearch-edit-string to doc string.
4983
4984 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4985
4986 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4987 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4988
4989 * jit-lock.el (jit-lock-fontify-now): Don't bind
4990 font-lock-beginning-of-syntax-function to nil.
4991
4992 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4993
4994 * mail/emacsbug.el (report-emacs-bug): Report values of
4995 locale-coding-system, default-enable-multibyte-characters, and the
4996 environment variables LC_ALL, LC_TYPE, and LANG.
4997
4998 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4999
5000 * font-lock.el (font-lock-default-fontify-region): Fix last change.
5001
5002 * font-lock.el (font-lock-multiline): Default to nil.
5003 (font-lock-default-fontify-region): If font-lock-multiline is
5004 nil, don't check the property `font-lock-multiline'.
5005
5006 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5007 is nil, don't check the `font-lock-multiline' text property.
5008
5009 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5010
5011 * viper.el: Call initial-major-mode on startup.
5012
5013 * ediff.el (ediff-patch-file): Use better defaults.
5014
5015 * ediff-vers.el: Fix for 8+3 DOS file systems.
5016
5017 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5018
5019 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5020 diff mode, if available.
5021
5022 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5023
5024 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5025
5026 * ediff-init.el (subst-char-in-string): Define and use it, unless
5027 it's already defined.
5028
5029 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5030
5031 * tooltip.el (tooltip-hide-delay): New user-option.
5032 (tooltip-show): Use tooltip-hide-delay instead of the default.
5033
5034 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5035
5036 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5037 kill-local-variable doesn't work for enable-multibyte-characters.
5038
5039 2001-01-17 Dave Love <fx@gnu.org>
5040
5041 * ediff-init.el (ediff-before-setup-hook)
5042 (ediff-merge-filename-prefix): Add :version.
5043
5044 * international/latin1-disp.el: Require disp-table.
5045 (latin1-display): Fix :set.
5046
5047 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5048
5049 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5050
5051 * isearch.el (isearch-lazy-highlight-initial-delay)
5052 (isearch-lazy-highlight-interval): Default to 0.
5053
5054 2001-01-17 Bob Glickstein <bobg@zanshin.com>
5055
5056 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5057 1 here rather than each time through
5058 isearch-lazy-highlight-new-loop.
5059 (isearch-lazy-highlight-max): Variable deleted.
5060 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5061 isearch-lazy-highlight-max but controls a single invocation of
5062 isearch-lazy-highlight-update.
5063 (isearch-lazy-highlight-wrapped): Variable recreated.
5064 (isearch-lazy-highlight-window-start): New variable.
5065 (isearch-lazy-highlight-cleanup): Restored to behavior of
5066 before 2-Jan.
5067 (isearch-lazy-highlight-remove-overlays): Function deleted;
5068 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5069 behavior removed.
5070 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5071 isearch-lazy-highlight-update in a loop rather than just once.
5072 Test isearch-invalid-regexp here and decide not to start a new
5073 loop, rather than testing it each time through
5074 isearch-lazy-highlight-update.
5075 (isearch-lazy-highlight-search): Function restored.
5076 (isearch-lazy-highlight-update): Get called in a timer loop again,
5077 but this time highlight more than one match each time through.
5078 Only highlight matches in the visible part of the window.
5079 Start at point, move in the direction of the search, and wrap around at
5080 the edge of the window. Use sit-for to force redisplay and ensure
5081 window-start is credible. "Face suppressing" behavior removed;
5082 overlay priorities should make it unnecessary, right?
5083 (isearch-highlight): Face suppressing behavior removed.
5084 (isearch-dehighlight): Face suppressing behavior removed.
5085 (isearch-set-lazy-highlight-faces-at): Removed.
5086
5087 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5088
5089 * language/european.el ("Latin-1"): Make the format of description
5090 about additional language environments same as that of Latin-2.
5091
5092 2001-01-16 Dave Love <fx@gnu.org>
5093
5094 * isearch.el (isearch-lazy-highlight): Add :version.
5095
5096 * simple.el (backward-delete-char-untabify-method)
5097 (next-line-add-newlines): Add :version.
5098
5099 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5100
5101 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5102 Don't bind <delete> otherwise.
5103
5104 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5105 and <delete> via function-key-map.
5106
5107 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5108 Subject line only if point is after the `Subject:'.
5109
5110 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5111
5112 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5113 japanese-jisx0213-2 in `charset' property of this lang. env.
5114
5115 * language/european.el ("Latin-1"): Add description for Dutch and
5116 Spanish lang. env.
5117
5118 * international/mule.el (decode-char): Fix conditions.
5119 (encode-char): Handle eight-bit-control too.
5120 (transform-make-coding-system-args): New function.
5121 (make-coding-system): Accept XEmacs style arguments for CCL base
5122 coding system.
5123
5124 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5125
5126 * progmodes/etags.el (find-tag-noselect): Save the value of
5127 tags-file-name before switching buffers, for the case it has a
5128 buffer-local value.
5129
5130 2001-01-15 Alex Schroeder <alex@gnu.org>
5131
5132 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5133 From Dave Love <fx@gnu.org>.
5134 (ansi-color-for-comint-mode): Fix :version.
5135
5136 2001-01-15 Alex Schroeder <alex@gnu.org>
5137
5138 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5139
5140 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * dired.el (dired-insert-directory): If file-system-info fails,
5143 remove the " free " part, but don't signal an error.
5144
5145 2001-01-12 Sam Steingold <sds@gnu.org>
5146
5147 * bookmark.el (bookmark-maybe-historicize-string):
5148 Use new backquote syntax.
5149
5150 2001-01-12 Richard M. Stallman <rms@gnu.org>
5151
5152 * subr.el (last): Handle a list that doesn't end in nil.
5153
5154 2001-01-12 Sam Steingold <sds@gnu.org>
5155
5156 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5157 to `backward-delete-char-untabify'.
5158
5159 2001-01-12 Dave Love <fx@gnu.org>
5160
5161 * cus-edit.el (customize-menu-create): Fix the :filter following
5162 easymenu change.
5163
5164 * wid-edit.el (function): Add :match-alternatives.
5165 (widget-color-action): Doc fix.
5166
5167 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5168
5169 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5170
5171 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5172
5173 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5174
5175 * international/ccl.el (define-ccl-program): Fix docstring.
5176
5177 2001-01-11 Dave Love <fx@gnu.org>
5178
5179 * international/mule-cmds.el (standard-display-european-internal):
5180 Set display table for 2208 as for 160.
5181
5182 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5183
5184 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5185 entry for custom-menu-create change.
5186 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5187 don't cons it in the search loop.
5188
5189 * imenu.el (imenu--truncate-items): Revert last change.
5190
5191 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5192
5193 * info.el (Info-setup-header-line): If the node header includes
5194 either Next: or Prev: links, don't show the File: and Node: parts
5195 in the header line.
5196
5197 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5198
5199 * comint.el (comint-goto-process-mark): Don't print a message
5200 when running in batch mode.
5201
5202 * isearch.el (isearch-search): In the condition-case handler for
5203 `error', set isearch-invalid-regexp to the whole error message.
5204
5205 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5206 ensure that eval-after-load works for files dumped with Emacs.
5207
5208 * help.el (load-symbol-file-load-history): New function extracted
5209 from function symbol-file.
5210 (symbol-file): Use it.
5211
5212 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5213
5214 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5215
5216 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5217 behave as if there were no prefix argument.
5218 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5219 argument were nil.
5220
5221 2001-01-11 Richard M. Stallman <rms@gnu.org>
5222
5223 * isearch.el (isearch-lazy-highlight-update):
5224 Don't look for more potential matches once maximum is exceeded.
5225 Use overlays-in to check correctly for overlap with current match.
5226 Ignore empty matches.
5227
5228 2001-01-11 Miles Bader <miles@gnu.org>
5229
5230 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5231 (ispell-overlay-window, ispell-help, ispell-show-choices)
5232 (ispell-command-loop): Use it instead of `window-height'.
5233
5234 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5235
5236 * files.el (confirm-kill-emacs): New user-option.
5237 (save-buffers-kill-emacs): Ask for final confirmation before
5238 killing Emacs.
5239
5240 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5241 to nil.
5242
5243 2001-01-10 Dave Love <fx@gnu.org>
5244
5245 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5246
5247 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5248
5249 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5250
5251 * calculator.el (calculator-number-digits): Fix :type.
5252
5253 * vc-cvs.el (vc-cvs-header): Fix :type.
5254 * vc-rcs.el (vc-rcs-header): Fix :type.
5255 * vc-sccs.el (vc-sccs-header): Fix :type.
5256
5257 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5258
5259 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5260
5261 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5262
5263 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5264
5265 * simple.el (set-variable): Force a thorough redisplay for the
5266 case that the variable has an effect on the display, like
5267 `tab-width' has.
5268
5269 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5270
5271 * vc.el: Add documentation for backend interface.
5272
5273 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5274
5275 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5276
5277 * international/mule-conf.el (latin-extra-code-table): Set to t
5278 for \223 and \224.
5279
5280 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5281
5282 * international/mule-cmds.el (locale-language-names): Map "es" to
5283 "Spanish" and "nl" to "Dutch".
5284
5285 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5286
5287 * bindings.el (global-map): Bind <home> to beginning-of-line,
5288 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5289 C-<end> to end-of-buffer.
5290
5291 * language/european.el: Add Dutch and Spanish language info
5292 to be able to use the appropriate tutorials.
5293
5294 2001-01-09 Alex Schroeder <alex@gnu.org>
5295
5296 * ansi-color.el (ansi-color-process-output): Use markers instead
5297 of positions for start and end of region.
5298 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5299 Previously, occasional mistakes happend when fontifying many
5300 chunks of output (eg. ls --color=yes /dev). This happened
5301 whenever an overlay was created up to the end of the region, which
5302 coincided with the process-mark. New text would then be added
5303 within that overlay instead of after it.
5304 (ansi-color-make-extent): Overlays are created with the property
5305 `modification-hooks' set to '(ansi-color-freeze-overlay).
5306 (ansi-color-freeze-overlay): New function. When inserting text at
5307 the end of the overlay, the overlay will resize.
5308
5309 2000-01-09 Alex Schroeder <alex@gnu.org>
5310
5311 * ansi-color.el (ansi-color-process-output): Doc change.
5312 (ansi-color-unfontify-region): Doc change. No longer installed
5313 automatically in font-lock-unfontify-region-function.
5314 (ansi-color-apply): Doc change.
5315 (ansi-color-apply-on-region): Use extents or overlays instead of
5316 text-properties.
5317 (ansi-color-make-extent): New function.
5318 (ansi-color-set-extent-face): New function.
5319
5320 2000-01-09 Alex Schroeder <alex@gnu.org>
5321
5322 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5323 both use ansi-color-process-output, now.
5324 (ansi-color-process-output): Doesn't return string anymore. It is
5325 installed in comint-output-filter-functions for both Emacs and
5326 XEmacs, now.
5327 (ansi-color-unfontify-region): Simplified code removing variables
5328 pos and start-ansi.
5329 (ansi-color-apply): Put text-property ansi-color before putting
5330 text-property face because ansi-color-unfontify-region is called
5331 immediately after the call to put-text-property.
5332 (ansi-color-context-region): Doc change.
5333 (ansi-color-filter-region): Simplified code.
5334 (ansi-color-apply-on-region): Changed start to start-marker, using
5335 a marker explicitly. Put text-property ansi-color before putting
5336 text-property face because ansi-color-unfontify-region is called
5337 immediately after the call to put-text-property.
5338
5339 2000-01-09 Alex Schroeder <alex@gnu.org>
5340
5341 * ansi-color.el (ansi-color-faces-vector): Doc change.
5342 (ansi-color-for-comint-mode): Changed :type property to choice.
5343 (ansi-color-last-context): Removed.
5344 (ansi-color-process-output): Don't use ansi-color-last-context, as
5345 the main functions will store their context now.
5346 (ansi-color-context): Doc change.
5347 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5348 Uses ansi-color-context such that repeated calls will strip
5349 partial escape sequences, too.
5350 (ansi-color-apply): Simplified code. Colorize end of string if
5351 face is not null. Store context in new (FACE STRING) format, such
5352 that repeated calls will strip partial escape sequences, too.
5353 Append faces to face property using ansi-color-apply-sequence such
5354 that cumulative mode actually works.
5355 (ansi-color-context-region): New variable.
5356 (ansi-color-filter-region): Rewrote it based on
5357 ansi-color-apply-on-region. Uses ansi-color-context-region such
5358 that repeated calls will strip partial escape sequences, too.
5359 (ansi-color-apply-on-region): Simplified code. Colorize end of
5360 region if face is not null. Store context in new (FACE POS)
5361 format, such that repeated calls will strip partial escape
5362 sequences, too. Append faces to face property using
5363 ansi-color-apply-sequence such that cumulative mode actually works.
5364 (ansi-color-apply-sequence): New function.
5365 (ansi-color-get-face): When the default face is added to the list
5366 of faces, all previous settings are discarded and the list of
5367 faces is set to '(default).
5368
5369 2000-01-09 Alex Schroeder <alex@gnu.org>
5370
5371 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5372 face, such that ansi-color-apply and ansi-color-apply-on-region
5373 will do the right thing.
5374 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5375 returns nil, set the list of faces back to nil instead of
5376 appending the result of ansi-color-get-face to the front of the list.
5377
5378 2000-01-09 Alex Schroeder <alex@gnu.org>
5379
5380 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5381 (ansi-color-process): Doc change.
5382 (ansi-color-last-context): New buffer-local variable.
5383 (ansi-color-process-output): New function. It is automatically
5384 added to comint-output-filter-functions if this is XEmacs.
5385 (ansi-color-unfontify-region): New optional parameter for XEmacs
5386 compatibility. Check wether font-lock-syntactic-keywords is
5387 boundp before removing the syntax table text property, as XEmacs
5388 doesn't have it.
5389 (ansi-color-filter-region): Doc change.
5390 (ansi-color-apply-on-region): Doc change.
5391 (ansi-color-make-face): New function. Compatibility layer for
5392 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5393 (ansi-color-make-color-map): Use ansi-color-make-face.
5394 (ansi-color-get-face): Avoid face text property '(nil) as results
5395 in an errow for XEmacs.
5396
5397 2000-01-09 Alex Schroeder <alex@gnu.org>
5398
5399 * ansi-color.el (ansi-color-unfontify-region): New function.
5400 Uses text-property ansi-color in order to preserve fontification by
5401 ansi-color. When the package is loaded, a lambda expression is
5402 put onto font-lock-mode-hook. This lambda expression will check
5403 font-lock-unfontify-region-function and replace
5404 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5405 (ansi-color-apply): Add text-property ansi-color in addition to
5406 text-property face.
5407 (ansi-color-apply-on-region): Add text-property ansi-color in
5408 addition to text-property face.
5409 (save-buffer-state): Copy of the macro that is also used by
5410 lazy-lock and font-lock.
5411
5412 (ansi-color-for-comint-mode): New option.
5413 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5414 (ansi-color-for-comint-mode-off): Ditto.
5415 (ansi-color-for-comint-mode-filter): Ditto.
5416 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5417 decide what to do. This function is added to
5418 comint-preoutput-filter-functions when the package is loaded.
5419
5420 (ansi-color-for-shell-mode-set): Removed.
5421 (ansi-color-for-shell-mode): Removed.
5422
5423 2000-01-09 Alex Schroeder <alex@gnu.org>
5424
5425 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5426 the lambda expression from the ansi-color-for-shell-mode :set
5427 property. Additionally, modify shell-mode-hook to enable or
5428 disable font-lock-mode for future shell buffers.
5429 (ansi-color-for-shell-mode): The :set property calls
5430 ansi-color-for-shell-mode-set instead of a lambda expression.
5431
5432 2000-01-09 Alex Schroeder <alex@gnu.org>
5433
5434 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5435 (ansi-color-context): New variable.
5436 (ansi-color-apply): Save context between calls.
5437
5438 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5439
5440 * isearch.el (isearch, isearch-lazy-highlight-face):
5441 New definitions for face colors and attributes.
5442
5443 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5444 of display-mouse-p.
5445
5446 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5447
5448 * international/mule.el (make-coding-system): If the coding system
5449 accepts extra latin codes, register such codes as safe for the
5450 coding system.
5451
5452 2001-01-08 Richard M. Stallman <rms@gnu.org>
5453
5454 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5455 don't mention the file name or the date here, because they are
5456 logged at the start of the file.
5457
5458 2001-01-08 Richard M. Stallman <rms@gnu.org>
5459
5460 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5461 Change screen-width to frame-width.
5462
5463 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5464
5465 * info.el (Info-search): Print the default as part of the prompt.
5466
5467 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5468
5469 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5470 constant implementations in backends.
5471
5472 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5473 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5474
5475 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5476 WRITABLE to EDITABLE.
5477
5478 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5479 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5480 to EDITABLE.
5481
5482 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5483
5484 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5485 (copyright, copyright-update): Compute the current year at run time.
5486
5487 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5488
5489 * isearch.el (isearch-old-signal-hook): Removed.
5490 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5491 instead of setting signal-hook-function.
5492 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5493
5494 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5495
5496 * emulation/edt.el: Update to version 4.0. Provide support for
5497 EDT scroll margins at top and bottom of the window. Provide an
5498 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5499 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5500 user when file-related buffer modifications exist.
5501 Provide support for running EDT Emulation in XEmacs.
5502 Provide customize access to some user updatable variables.
5503 Add Commentary section to file header.
5504 Fixed a few minor bugs and cleaned up some code.
5505
5506 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5507 for detecting a keypress that generates an ASCII key sequence.
5508 (Previously, only a keypress that generates a vector was
5509 recognized.) Embed Window Manager name into name of the generated
5510 EDT Emulation initialization file since the initialization file is
5511 Window Manager specific. Add Commentary section to file header.
5512
5513 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5514
5515 * mail/sendmail.el (mail-mode): Doc fix.
5516
5517 * info.el (Info-goto-emacs-command-node): Doc fix.
5518 (Info-goto-emacs-key-command-node): Doc fix.
5519
5520 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5521
5522 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5523 systems without long file-name support.
5524
5525 2001-01-06 Andrew Innes <andrewi@gnu.org>
5526
5527 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5528
5529 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5530
5531 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5532 (isearch-lazy-highlight-update): Doc fix.
5533
5534 * ffap.el (ffap-bindings): Doc fix.
5535
5536 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5537
5538 2001-01-05 Dave Love <fx@gnu.org>
5539
5540 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5541
5542 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5543
5544 * mouse-drag.el (mouse-drag-safe-scroll):
5545 Bind scroll-preserve-screen-position to nil.
5546
5547 * isearch.el (isearch-old-signal-hook): New variable.
5548 (isearch-mode): Set signal-hook-function to isearch-done.
5549 (isearch-done): Restore old signal-hook-function.
5550
5551 * info.el (Info-fontify-node): Mark one more char as intangible.
5552
5553 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5554
5555 * composite.el (compose-last-chars): New argument COMPONENTS.
5556 If it is non-nil, compose preceding characters by compose-region with
5557 COMPONENTS.
5558
5559 * international/quail.el (quail-input-string-to-events): New function.
5560 (quail-input-method): Convert input string to events here.
5561 (quail-start-translation): Return input string, not event list.
5562 (quail-start-conversion): Likewise.
5563
5564 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5565
5566 * tooltip.el (tooltip-cancel-delayed-tip)
5567 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5568 and tooltip-add-timeout.
5569 (tooltip-show): Set border color from faces's foreground.
5570 (tooltip-show-help-function): If called with the same help string
5571 as last time, do nothing.
5572 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5573
5574 * startup.el (fancy-splash-screens): Don't bind show-help-function
5575 to nil.
5576
5577 * tooltip.el (tooltip-frame-parameters): Remove colors.
5578 (tooltip): New face
5579 (tooltip-set-param): New function.
5580 (tooltip-show): Set up color frame parameters from face `tooltip'.
5581 Display the tooltip text in face `tooltip'.
5582
5583 2001-01-04 Dave Love <fx@gnu.org>
5584
5585 * whitespace.el (whitespace-global-mode): Fix typo.
5586
5587 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5588
5589 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5590
5591 * help.el (help-for-help): Fix a typo in a doc string.
5592 From kwzh@gnu.org (Karl Heuer).
5593
5594 2001-01-03 Dave Love <fx@gnu.org>
5595
5596 * dired-x.el: Doc fixes. Maintainer change.
5597 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5598 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5599 (dired-guess-shell-alist-user): Customize.
5600 (dired-x-help-address): Set to bug-gnu-emacs.
5601 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5602 (dired-default-directory): Renamed from default-directory.
5603
5604 * hl-line.el (hl-line): Doc fix.
5605
5606 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5607
5608 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5609
5610 2001-01-02 Richard M. Stallman <rms@gnu.org>
5611
5612 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5613 to remove all the current alternative-match highlighting.
5614 If nil, remove only what's outside the current window.
5615 (isearch-lazy-highlight-remove-overlays): Take optional
5616 region within which NOT to remove them.
5617 (isearch-lazy-highlight-new-loop): Greatly simplified.
5618 (isearch-lazy-highlight-update): Find all the other occurrences
5619 visible in the window, in just one call.
5620 (isearch-lazy-highlight-start): Now holds start of region to scan.
5621 (isearch-lazy-highlight-end): Now holds end of region to scan.
5622 (isearch-lazy-highlight-wrapped): Variable deleted.
5623 (isearch-lazy-highlight-search): Function deleted.
5624
5625 2000-01-02 Andrew Innes <andrewi@gnu.org>
5626
5627 * w32-fns.el (convert-standard-filename): Do length check on name
5628 before aref.
5629
5630 2001-01-02 Dave Love <fx@gnu.org>
5631
5632 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5633 value.
5634 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5635
5636 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5637
5638 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5639 read syntax.
5640
5641 * calendar/todo-mode.el (todo): Add :link, :version.
5642 (todo-save-top-priorities): Remove autoload cookie.
5643 (todo-add-category, todo-add-item-non-interactively)
5644 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5645
5646 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5647
5648 * comint.el (comint-input-history-ignore): New variable.
5649 (comint-read-input-ring): Ignore entries matching
5650 comint-input-history-ignore.
5651
5652 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5653
5654 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5655 (lm-copyright-mark): New function.
5656 (lm-crack-copyright): New function.
5657 (lm-verify): Check that the file has a copyright.
5658 Check that the file is copyright Free Software Foundation.
5659
5660 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5661
5662 * international/mule-diag.el (print-fontset): Indent font name by
5663 24 columns, not 25.
5664
5665 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5666
5667 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5668 in Subject line.
5669
5670 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5671 Use mail-mode-hook instead of mail-setup-hook.
5672 Otherwise continuing an interrupted message with C-u C-x m for
5673 instance, winds up in Mail mode without abbrevs.
5674
5675 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5676
5677 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5678 non-nil. Adding almost all customization variables on ps-setup.
5679 Doc fix.
5680 (ps-print-version): New version number (6.3.3).
5681 (ps-end-with-control-d): Initialization fix.
5682 (ps-lines-printed): New var.
5683 (ps-skip-newline): New fun.
5684 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5685 (ps-next-line, ps-continue-line, ps-plot-region)
5686 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5687
5688 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5689
5690 * international/fontset.el (x-complement-fontset-spec):
5691 Resolve ASCII font name so that the same family name is used for fonts
5692 registered in x-font-name-charset-alist.
5693 (create-fontset-from-fontset-spec): Adjusted for the above change.
5694 The name of fontset alias should be a unresolved ASCII font name.
5695
5696 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5697
5698 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5699 and delete in isearch-mode-map.
5700
5701 2000-12-28 Richard M. Stallman <rms@gnu.org>
5702
5703 * dired-x.el (dired-guess-shell-alist-default):
5704 Use xpdf instead of acroread.
5705
5706 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5707
5708 * textmodes/artist.el (artist-butlast): Deleted.
5709 (artist-ellipse-mirror-quadrant): Use butlast instead of
5710 artist-butlast.
5711
5712 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5713
5714 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5715
5716 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5719
5720 * ls-lisp.el: Better support for the Mac and MS-Windows.
5721 (ls-lisp): New defgroup.
5722 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5723 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5724 (ls-lisp-support-shell-wildcards): New defcustoms.
5725 (ls-lisp-parse-symlink): New function.
5726 (insert-directory): Code to convert switches to a list and set up
5727 the wildcard argument copied from ls-lisp-insert-directory.
5728 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5729 for -C and -R switches.
5730 (ls-lisp-column-format): New function.
5731 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5732 (ls-lisp-format-time): Add doc strings.
5733 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5734 Support ls-lisp-dirs-first.
5735 (ls-lisp-classify, ls-lisp-extension): New functions.
5736 (ls-lisp-format): Optionally support emulation of symlinks.
5737 Support -i, -s, and -G switches.
5738
5739 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5740
5741 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5742
5743 * version.el (emacs-version): Print X scroll bar information.
5744
5745 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5746 instead of x-toolkit-scroll-bars-p.
5747
5748 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5749 of x-toolkit-scroll-bars-p.
5750
5751 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5752
5753 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5754 (ffap-bindings): Doc fix, to reflect the above change.
5755
5756 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5757
5758 * term.el (term-char-mode): Define all non-ascii self-inserting
5759 characters to 'term-send-raw in term-raw-map.
5760
5761 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5762
5763 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5764
5765 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5766 Changed initialization; use add-hook.
5767 (ediff-file-remote-p): Use file-local-copy.
5768
5769 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5770
5771 * ediff.el (ediff-patch-buffer): Bug fix.
5772 (ediff-revision): Allow selection of the file at the prompt.
5773
5774 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5775
5776 * subr.el (combine-run-hooks): Remove.
5777
5778 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5779 and remove the rogue second spec.
5780
5781 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5782
5783 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5784
5785 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5786
5787 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5788 Use minibuffer menu prompt for the `=' prefix.
5789 (smerge-command-prefix): Change default to C-^.
5790 (smerge-mode): Don't assume font-lock doesn't move point.
5791
5792 * skeleton.el (skeleton-internal-1): Make sure the first line of
5793 the region is also re-indented.
5794 (skeleton-end-newline): New var.
5795 (skeleton-end-hook): Use it.
5796
5797 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5798
5799 * comint.el (comint-password-prompt-regexp): Support CVS.
5800
5801 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5802
5803 * simple.el (delete-key-deletes-forward-mode): Simplify.
5804 Also backspace key combinations, depending on
5805 delete-key-deletes-forward.
5806
5807 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5808
5809 * simple.el (delete-key-deletes-forward): Doc fix.
5810
5811 2000-08-22 Emmanuel Briot <briot@gnat.com>
5812
5813 * xml.el (top level comment): Updated to reflect the fact that
5814 white spaces are relevant in the XML file.
5815 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5816 to parse was already edited. This allows for on-the-fly analysis
5817 of XML files.
5818 (xml-parse-tag): Check that the casing is the same in the start
5819 tag and end tag, since XML is case-sensitive. Allows for spaces
5820 in the end tag, after the name of the tag.
5821 (xml-parse-attlist): Allow for the character '-' in the name of
5822 attributes, as in the standard http-equiv attribute Do not save
5823 the properties in the XML tree, since they are not relevant.
5824
5825 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5826
5827 * generic.el (generic-read-type): Undo last change, inline into
5828 `generic-mode' and then remove.
5829 (generic-mode): Inline generic-read-type.
5830 (define-generic-mode): Push the symbol name rather than the symbol
5831 onto generic-mode-list.
5832
5833 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5834
5835 * generic.el (generic-read-type): Build an alist for
5836 completing-read as in 20.7.
5837
5838 * play/landmark.el (lm): Use interactive spec `P'.
5839 (toplevel): Don't set debug-on-error.
5840
5841 * server.el (server-switch-buffer): Choose a window on a visible frame.
5842
5843 2000-12-21 Dave Pearson <davep@davep.org>
5844
5845 * quickurl.el: Commentry change, I've moved my web site.
5846
5847 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5848
5849 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5850 ranges like \177-\237, but accepts the character sequence from \177 to
5851 \237. Doc fix.
5852 (ebnf-version): New version (3.4).
5853 (ebnf-setup): Code fix.
5854 (ebnf-range-regexp): New fun.
5855 (ebnf-8-bit-chars): Const fix.
5856
5857 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5858 entry. Doc fix.
5859 (ebnf-bnf-lex): Code fix.
5860 (ebnf-bnf-comment-chars): Const fix.
5861
5862 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5863 entry. Doc fix.
5864 (ebnf-iso-comment-chars): Const fix.
5865
5866 * ebnf-otz.el: Doc fix.
5867
5868 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5869 entry. Doc fix.
5870 (ebnf-yac-skip-code): Code fix.
5871 (ebnf-yac-comment-chars): Const fix.
5872
5873 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * files.el (insert-directory-safely): New function.
5876 (recover-file): Use it instead of insert-directory.
5877 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5878
5879 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5880
5881 * international/mule-cmds.el (select-safe-coding-system):
5882 Check coding-category-list more rigidly. Improve help message.
5883
5884 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5885
5886 2000-12-21 Miles Bader <miles@gnu.org>
5887
5888 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5889
5890 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5891
5892 * international/mule-diag.el (describe-char-after): Make *Help*
5893 buffer inherit multibyteness of the current buffer.
5894
5895 * international/mule.el (make-char): Docstring adjusted for the
5896 change of make-char-internal.
5897
5898 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5899
5900 * international/iso-cvt.el: Docstrings fix.
5901
5902 2000-12-20 Dave Love <fx@gnu.org>
5903
5904 * subr.el (eval-after-load): Doc fix.
5905
5906 2000-12-20 Kenichi Handa <handa@etl.go.jp>
5907
5908 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5909 for numbers.
5910
5911 2000-12-20 Miles Bader <miles@gnu.org>
5912
5913 * international/quail.el (quail-help): Resize the help window
5914 again after it has all its contents. Remove unneeded progn.
5915
5916 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5917
5918 * pcmpl-linux.el: Fix copy/paste error.
5919
5920 2000-12-19 Andrew Innes <andrewi@gnu.org>
5921
5922 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5923
5924 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5925
5926 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5927
5928 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5929
5930 * progmodes/idlw-shell.el: Fixed copyright notice.
5931
5932 * progmodes/idlwave.el: Fixed copyright notice.
5933
5934 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5935 TAB as key separators.
5936
5937 2000-12-19 Alex Schroeder <alex@gnu.org>
5938
5939 * sql.el (sql-sybase-options): New option.
5940 (sql-sybase): Use it. Add sql-database to the list of parameters
5941 provided for login. The options -w 2048 -n are not used any more.
5942 (sql-postgres-options): Changed default from "--pset" to "-P".
5943 (sql-mysql-options): Doc change.
5944 (sql-stop): Doc change.
5945
5946 2000-12-19 Kenichi Handa <handa@etl.go.jp>
5947
5948 * international/quail.el (quail-input-method): Always hide
5949 the guidance buffer on exiting.
5950
5951 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5952
5953 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5954 isn't fboundp.
5955
5956 * server.el (server-buffer-done): Bury the buffer before
5957 killing it.
5958
5959 * faces.el (face-spec-set): Interpret a nil in specs for
5960 foreground and background colors as `unspecified', for
5961 compatibility with 20.x.
5962
5963 2000-12-18 Dave Love <fx@gnu.org>
5964
5965 * simple.el (mail-user-agent): Doc fix.
5966 (input-mode-8-bit): Removed.
5967
5968 * international/mule.el (set-keyboard-coding-system): Doc fix.
5969 (keyboard-coding-system): New option.
5970
5971 * mail/sendmail.el (send-mail-function): Customize.
5972
5973 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * international/codepage.el (cp866-decode-table): New table.
5976
5977 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5978
5979 * version.el (emacs-version): Remove `%a' from the time format
5980 because the weekday doesn't fit well into each locale.
5981
5982 2000-12-18 Miles Bader <miles@gnu.org>
5983
5984 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5985
5986 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5987 Check that emacs-major-version is `=' to 20, not `>='.
5988 (artist-replace-chars): Use `make-string' instead of a loop.
5989
5990 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5991
5992 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5993 (cvs-execute-single-file): Don't change directory.
5994 Patch from Per Cederqvist.
5995
5996 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * textmodes/ispell.el (check-ispell-version):
5999 If `ispell-program-name' is "aspell", pass it the -v switch instead
6000 of -vv.
6001
6002 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6003
6004 * international/mule-diag.el (mule-diag): Insert information about
6005 configure options, multibyte awareness, language env.
6006
6007 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6008 regexp to search for candidates.
6009
6010 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * info.el (Info-forward-node): If the node has an
6013 Info-header-line, widen the buffer before searching for "next:"
6014 and "up:" pointers, and set the search limit to stay in the
6015 current node.
6016
6017 2000-12-16 Miles Bader <miles@gnu.org>
6018
6019 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6020
6021 2000-12-15 Miles Bader <miles@gnu.org>
6022
6023 * comint.el (comint-send-string, comint-send-region): Also accept
6024 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6025 process-send-string/region.
6026
6027 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6028
6029 * isearch.el (isearch-lazy-highlight-max): New user-option.
6030 (isearch-lazy-highlight-update): Don't highlight more than
6031 isearch-lazy-highlight-max matches.
6032
6033 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6034
6035 2000-12-15 Richard M. Stallman <rms@gnu.org>
6036
6037 * sort.el (sort-columns): Fix error message.
6038
6039 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6040 `upcase' or `downcase' or nil.
6041 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6042 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6043 (dabbrev--substitute-expansion): New arg record-case-pattern.
6044 If it is non-nil, set dabbrev--last-case-pattern.
6045 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6046
6047 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6048
6049 2000-12-15 Miles Bader <miles@gnu.org>
6050
6051 * paths.el (Info-default-directory-list): Don't delete
6052 configure-info-directory from the list of standard info
6053 directories when appending it to the end -- their order is important.
6054
6055 * faces.el (read-face-attribute): If there's no entry for the
6056 user's input in VALID, just use it as-is (this will often result
6057 in an error, but it may be OK for e.g. colors using hexadecimal
6058 notation, and at least will yield a better error message).
6059
6060 * window.el (mode-line-window-height-fudge): Function removed.
6061 (height-affecting-face-attributes, mode-line-window-height-fudge):
6062 Variables removed.
6063 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6064 window is really the right size. Use vertical-motion
6065 rather than forward-line.
6066 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6067 (ispell-command-loop, ispell-show-choices): Use the variable
6068 ispell-choices-win-default-height, rather than the function.
6069 (ispell-choices-win-default-height): Function removed.
6070 (ispell-mode-line-window-height-fudge): Function removed.
6071
6072 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6073
6074 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6075
6076 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6077
6078 * paths.el (Info-default-directory-list):
6079 If configure-info-directory is not one of the standard directories,
6080 put it first in the list; otherwise put it last. Doc string
6081 changed accordingly.
6082
6083 * info.el (Info-directory-list): Change doc string to reflect the
6084 change in Info-default-directory-list.
6085
6086 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6087 windows-nt as windowed environments, even under -nw.
6088
6089 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6090 if not fboundp. Switch delete-forward mode for the <delete> key
6091 on all PC platforms, even under -nw.
6092
6093 * term/internal.el ([M-delete]): Remap to M-d.
6094
6095 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6096
6097 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6098
6099 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6102
6103 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6104
6105 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6106 if appropriate.
6107
6108 * simple.el (delete-key-deletes-forward): New user-option.
6109 (delete-key-deletes-forward-mode): New function.
6110
6111 * bindings.el: Bind `delete' to backward-delete-char.
6112
6113 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6114 Test if symbol is bound before getting its value.
6115
6116 * tooltip.el (tooltip-show): If an error is signaled in
6117 x-show-tip, display that error, and display the help in the
6118 echo area.
6119
6120 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6121
6122 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6123 Show "... entries" messages for every 10000 entries, not 10.
6124
6125 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6126
6127 * bookmark.el: Provide a generic exit hook, as suggested by
6128 Ovidiu Predescu <ovidiu@cup.hp.com>:
6129 (bookmark-exit-hook): New var.
6130 (bookmark-exit-hook-internal): New func, replaces
6131 old raw lambda form in `kill-emacs-hook', and runs new
6132 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6133 as logically that feature must have been provided if this function
6134 is running.
6135 Removed ;;;###autoload before the `add-hook' call.
6136
6137 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6138
6139 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6140 (easy-menu-current-active-maps): New function.
6141 (easy-menu-get-map): Use it.
6142 Make a proper menu entry when creating a new keymap.
6143
6144 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6145
6146 * international/characters.el: Fix cases and syntaxes for
6147 mule-unicode-0100-24ff.
6148
6149 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6150 that a Japanese character is not appended after day and year.
6151
6152 * info.el (Info-suffix-list): Change format for a command that
6153 requires arguments.
6154 (info-insert-file-contents): Adjusted for the above change.
6155
6156 2000-12-12 Andreas Schwab <schwab@suse.de>
6157
6158 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6159 on the name of the tar buffer. Verify that the existing buffer is
6160 visiting the same subfile.
6161
6162 2000-12-12 Dave Love <fx@gnu.org>
6163
6164 * subdirs.el: Add obsolete.
6165
6166 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6167
6168 * mail/rmailsum.el (rmail-summary-expunge)
6169 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6170 instead of rmail-confirm-expunge.
6171
6172 * replace.el (perform-replace): Don't use an empty match adjacent
6173 to a non-empty match when computing the next match before the
6174 replacement is performed.
6175
6176 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6177
6178 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6179 definition (patch by Stefan Monnier).
6180 (glasses-mode): Use jit-lock instead of `after-change-functions'
6181 (patch by Stefan Monnier).
6182
6183 2000-12-12 Miles Bader <miles@gnu.org>
6184
6185 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6186 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6187
6188 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6189
6190 * term/mac-win.el: Remove load for ls-lisp.
6191
6192 * loadup.el: Load ls-lisp for system-type `macos'.
6193
6194 2000-12-12 Miles Bader <miles@gnu.org>
6195
6196 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6197 Respect field end too.
6198 (just-one-space): Respect fields as `delete-horizontal-space'.
6199 (newline-and-indent, reindent-then-newline-and-indent):
6200 Use `delete-horizontal-space'.
6201
6202 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6203
6204 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6205 (so as to obey the field property in the minibuffer).
6206
6207 * obsolete/c-mode.el: Moved from lisp/progmodes.
6208 * obsolete/auto-show.el: Moved from lisp.
6209 * obsolete/ooutline.el: Moved from lisp/textmodes.
6210
6211 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6212
6213 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6214 changes to list them here.
6215
6216 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6217 Too many changes to list them here.
6218
6219 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6220 Too many changes to list them here.
6221
6222 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6223
6224 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6225
6226 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6227
6228 * cus-edit.el (custom-save-variables, custom-save-faces):
6229 Comment fix.
6230
6231 * hscroll.el: Moved to `obsolete' subdir.
6232
6233 2000-12-11 Miles Bader <miles@gnu.org>
6234
6235 * window.el (window-text-height): Function removed (now in C).
6236
6237 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6238
6239 * log-edit.el (log-edit-parent-buffer): New var.
6240 (log-edit): Set it. Add BUFFER argument.
6241 (log-edit-done): Use char-before.
6242 Don't bother checking validity of vc-comment-ring.
6243 Only bury the buffer if log-edit popped it up.
6244
6245 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6246 (cvs-mode-diff-help): Remove.
6247 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6248 (cvs-mode-marked): Set up the default for CMD manually.
6249
6250 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6251 Remove binding for ? now made unnecessary.
6252
6253 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6254
6255 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6256 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6257
6258 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6259 when master file is not open.
6260
6261 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * progmodes/ada-stmt.el: Update `maintainer'.
6264
6265 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
6266
6267 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6268 choices to match documentation string.
6269
6270 2000-12-09 Miles Bader <miles@gnu.org>
6271
6272 * minibuf-eldef.el: New file.
6273
6274 * window.el (fit-window-to-buffer): Don't pass last argument to
6275 pos-visible-in-window-p, now that its meaning is inverted.
6276
6277 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6278
6279 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6280 <ceder@lysator.liu.se>.
6281
6282 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6283
6284 * autoinsert.el (auto-insert-alist): Add missing final \n.
6285
6286 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6287 (cvs-menu-map): Remove.
6288 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6289 (cvs-mode-quit): Turn it back into a plain function.
6290
6291 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6292 (texinfo-filter): Remove (move to texinfo.el).
6293
6294 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6295 file where it's more visible.
6296 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6297 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6298 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6299 (texinfo-inside-macro-p): Only catch `scan-error's.
6300 (texinfo-inside-env-p): Make better use of the match info.
6301 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6302 (texinfo-insert-@end): Slight re-organization.
6303 Also remove useless `looking-at' call.
6304
6305 2000-12-08 Andrew Innes <andrewi@gnu.org>
6306
6307 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6308 accessible in -nw mode.
6309
6310 * term/w32-win.el: Remove stuff about selection timeout, which is
6311 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6312 it is accessible in -nw mode.
6313
6314 2000-12-08 Dave Love <fx@gnu.org>
6315
6316 * emacs-lisp/lisp-mode.el (lisp-mode):
6317 Set font-lock-keywords-case-fold-search.
6318
6319 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6320
6321 * textmodes/ispell.el (ispell): Doc fix.
6322
6323 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6324
6325 * international/quail.el (quail-insert-decode-map): Check the
6326 frame width of a window displaying the current buffer, not that of
6327 the selected frame.
6328 (quail-help): Make sure that the help buffer has window before
6329 inserting text in it.
6330
6331 2000-12-07 Sam Steingold <sds@gnu.org>
6332
6333 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6334 Backquote is used in isearch.el, so autoloading saves nothing.
6335
6336 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6337
6338 * startup.el (normal-top-level-add-subdirs-to-load-path):
6339 Ignore the CVS and RCS subdirectories case-insensitively.
6340
6341 * dired.el (dired-insert-directory): If file-system-info is
6342 fboundp, call it instead of invoking dired-free-space-program.
6343
6344 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6345
6346 * server.el (server-visit-files): Push files on file-name-history.
6347
6348 * progmodes/cc-langs.el: Update copyright.
6349
6350 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6351
6352 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6353
6354 * bindings.el (mode-line-mode-menu): Reverse the order
6355 of define-keys so that the menu appears in alphabetical order.
6356
6357 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6358
6359 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6360 of the function.
6361
6362 2000-12-07 Dave Love <fx@gnu.org>
6363
6364 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6365
6366 * facemenu.el (facemenu-unlisted-faces): Fix value.
6367
6368 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6369
6370 * font-lock.el (font-lock-default-fontify-region):
6371 Include the terminating \n (off-by-one error).
6372 (font-lock-set-defaults): Use dolist.
6373
6374 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6375
6376 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6377
6378 * international/mule-cmds.el (describe-language-environment):
6379 Fix for the case that an input method title is not string but a list.
6380
6381 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6382 of wrong SIZE record.
6383
6384 2000-12-06 Dave Love <fx@gnu.org>
6385
6386 * newcomment.el (comment-region, comment-dwim): Doc fix.
6387
6388 * textmodes/texinfo.el: Require tex-mode when compiling.
6389 (texinfo-update-node): Doc fix.
6390 (texinfo-imenu-generic-expression): Add @anchor.
6391 (texinfo-font-lock-keywords): Add @uref.
6392 (texinfo-inside-macro-p): Don't use ignore-errors.
6393 (texinfo-insert-quote): Match more contexts.
6394
6395 * international/mule.el (decode-char, encode-char): Doc fix.
6396 (auto-coding-alist): Customize.
6397
6398 * files.el (load-file): Fix change of 2000-03-12.
6399
6400 * wid-edit.el (widget-text-keymap): Doc fix.
6401
6402 2000-12-06 Andrew Innes <andrewi@gnu.org>
6403
6404 * makefile.w32-in (lisp): Set to an absolute directory, namely
6405 $(CURDIR).
6406
6407 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6408
6409 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6410 read generated-autoload-file, and set buffer-file-coding-system to
6411 raw-text-unix after reading the file.
6412
6413 * international/mule-conf.el (file-coding-system-alist):
6414 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6415
6416 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6417
6418 * replace.el (occur): Make line-number-width 1 smaller for the
6419 colon following the line number.
6420
6421 * startup.el (fancy-splash-text, command-line-1):
6422 Use `File' for the menu name instead of `Files'.
6423
6424 * tmm.el: Update copyright.
6425
6426 * cus-start.el: Add entry for even-window-heights.
6427
6428 2000-12-06 Miles Bader <miles@gnu.org>
6429
6430 * faces.el (frame-set-background-mode): Avoid stomping on
6431 locally modified faces.
6432
6433 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6434
6435 * international/fontset.el: Correct the font registries for
6436 japanese-jisx0213-1 and japanese-jisx0213-2.
6437
6438 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6439
6440 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6441
6442 * iswitchb.el: Update customization commentary.
6443
6444 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6445
6446 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6447 (tpu-search-highlight): Fixed comparison of overlay end positions.
6448 (tpu-trim-line-ends): Implemented trimming logic locally.
6449
6450 * emulation/tpu-extras.el (tpu-write-file-hook)
6451 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6452
6453 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6454
6455 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6456 to cn-gb.
6457 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6458
6459 2000-12-04 Dave Love <fx@gnu.org>
6460
6461 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6462
6463 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6464
6465 * mail/rmailsum.el (rmail-summary-expunge)
6466 (rmail-summary-expunge-and-save): Ask for confirmation with
6467 rmail-expunge-confirmed.
6468
6469 * mail/rmail.el (rmail-expunge-confirmed): New function.
6470 (rmail-expunge): Use it.
6471
6472 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6473
6474 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6475 (etags-recognize-tags-table, find-tag-in-order):
6476 New functionality: interpret file names as tags.
6477
6478 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6479
6480 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6481 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6482 the first subnode until the bottom of the current node is visible.
6483
6484 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6485
6486 * format.el (format-decode): Don't change buffer's undo list.
6487
6488 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6489
6490 * faces.el (face-font-registry-alternatives): Add entries for CJK
6491 fonts. Doc-string adjusted for the actual usage of this data.
6492
6493 * international/fontset.el: Change the font registries for CJK
6494 fonts in the default fontset. Don't append '*' to registries.
6495
6496 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6497
6498 * emacs-lisp/easy-mmode.el (define-derived-mode)
6499 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6500
6501 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6502 (derived-mode-p): New function.
6503 (derived-mode-make-docstring): Add `docstring' argument.
6504 Use it if available and complete it if necessary.
6505
6506 2000-12-03 Andreas Schwab <schwab@suse.de>
6507
6508 * type-break.el (type-break): Don't make parent of itself.
6509
6510 2000-12-03 Miles Bader <miles@gnu.org>
6511
6512 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6513
6514 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6515
6516 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6517 (tex-main-file, tex-file): Simplify.
6518 (tex-generate-zap-file-name): Use subst-char-in-string.
6519 (tex-strip-dots): Remove.
6520
6521 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6522
6523 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6524 to check if the match succeeded.
6525
6526 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6527
6528 * startup.el (use-fancy-splash-screens-p): New function.
6529 (command-line-1): Use it to determine whether or not to use
6530 a fancy splash screen.
6531
6532 2000-12-02 Andreas Schwab <schwab@suse.de>
6533
6534 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6535
6536 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6537
6538 * international/mule.el (make-char): Fix last change.
6539
6540 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6541 New defcustoms.
6542 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6543 autoloading tex-mode; instead, do the same manually.
6544 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6545 with numeric argument. Docstring fix.
6546 (toplevel): Require cl when compiling.
6547
6548 * international/mule.el (make-char): Doc fix.
6549
6550 2000-12-02 Jason Rumney <jasonr@gnu.org>
6551
6552 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6553 the Emacs Lisp manual)
6554
6555 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6556
6557 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6558
6559 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6560 the Emacs Lisp manual).
6561
6562 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6563
6564 * simple.el (next-line-add-newlines): Change default to nil.
6565
6566 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6567
6568 * files.el (revert-buffer, recover-file):
6569 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6570
6571 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6572
6573 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6574
6575 2000-12-01 Miles Bader <miles@gnu.org>
6576
6577 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6578
6579 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6580
6581 * international/mule-diag.el (describe-char-after): Fix typo.
6582 (describe-character-set, non-iso-charset-alist): Fix typo.
6583
6584 2000-12-01 Miles Bader <miles@gnu.org>
6585
6586 * image-file.el (image-file-name-regexp): Automatically add
6587 upper-case variants of each filename extension in
6588 `image-file-name-extensions', since they seem to be common.
6589
6590 * simple.el (minibuffer-contents)
6591 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6592 New functions.
6593 * filecache.el (file-cache-directory-name)
6594 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6595
6596 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6597
6598 * filecache.el (file-cache-minibuffer-complete): Don't try to
6599 delete the minibuffer prompt.
6600
6601 2000-11-30 Dave Love <fx@gnu.org>
6602
6603 * cus-start.el: Fix read-buffer-function type.
6604
6605 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6606
6607 * md5.el: Removed. There's a built-in function, now.
6608
6609 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6610
6611 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6612 as dummy 0-th char of rmail-deleted-vector.
6613
6614 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6615
6616 * ps-print.el (ps-end-job): Bind case-fold-search only after
6617 switching to ps-spool-buffer.
6618
6619 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6620
6621 * ps-print.el: Line number font customization. PostScript: Lines and
6622 PageCount are initialized on each page. Doc Fix.
6623 (ps-print-version): New version number (6.3.2).
6624 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6625 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6626 (ps-right-header): Customization fix.
6627 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6628 Fix code.
6629 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6630 New vars.
6631
6632 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6633
6634 * bs.el: Fix typos and spelling errors.
6635 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6636 (bs-configuration): Doc fix.
6637
6638 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6639
6640 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6641
6642 * emulation/tpu-edt.el (tpu-version): New version.
6643 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6644 (tpu-original-mode-line): Variable deleted.
6645 (tpu-mark-flag): New initial value.
6646 (tpu-set-mode-line): Don't redefine mode-line-format.
6647 Add tpu-mark-flag to minor-mode-alist.
6648 (tpu-update-mode-line): New mark flag logic.
6649 (tpu-get): Use find-file-wildcards.
6650 (tpu-search-highlight): Move overlay less, reset overlay properly.
6651 (tpu-unselect): Deactivate mark.
6652 (tpu-lm-replace): Reset overlay properly.
6653 (tpu-forward-line): Use forward-visible-line.
6654 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6655
6656 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6657
6658 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6659
6660 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6661
6662 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6663
6664 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6665 and skip whitespace and newlines.
6666
6667 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6668
6669 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6670
6671 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6672
6673 * help.el (describe-function-1): Regexp-quote function name
6674 when used as part of a regexp.
6675
6676 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6677 Use face-attribute instead of face-foreground and face-background.
6678 (tool-bar-add-item): Likewise, and handle unspecified colors.
6679
6680 * enriched.el (enriched-face-ans): Use face-attribute instead
6681 of face-foreground and face-background.
6682
6683 * faces.el (face-foreground, face-background, face-stipple):
6684 Return nil if attribute is unspecified, for backward compatibility.
6685
6686 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6687
6688 * play/5x5.el: Remove version info.
6689
6690 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6691
6692 * frame.el (blink-cursor-mode): Doc fix.
6693
6694 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6695
6696 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6697 to create Makefile rules.
6698 (antlr-tool-command): New user option.
6699 (antlr-ask-about-save): New user option.
6700 (antlr-makefile-specification): New user option.
6701 (antlr-file-formats-alist): New variable.
6702 (antlr-special-file-formats): New variable.
6703 (antlr-unknown-file-formats): New user option.
6704 (antlr-help-unknown-file-text): New variable.
6705 (antlr-help-rules-intro): New variable.
6706 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6707 (antlr-mode-menu): Add entries.
6708 (antlr-file-dependencies): New function.
6709 (antlr-directory-dependencies): New function.
6710 (antlr-superclasses-glibs): New function.
6711 (antlr-run-tool): New command.
6712 (antlr-makefile-insert-variable): New function.
6713 (antlr-insert-makefile-rules): New function.
6714 (antlr-show-makefile-rules): New command.
6715
6716 * antlr-mode.el: More Emacs/XEmacs stuff.
6717 (antlr-no-action-keywords): New constant with value nil.
6718 (antlr-font-lock-keywords-alist): Use it. Old value would break
6719 syntax highlighting in Emacs-21.0.
6720 (antlr-default-directory): Emacs/XEmacs dependend function.
6721 (antlr-read-shell-command): Ditto.
6722 (antlr-with-displaying-help-buffer): Ditto.
6723
6724 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6725
6726 * antlr-mode.el: imenu, parsing and highlighting changes.
6727 (antlr-imenu-create-index-function): Don't create extra submenus
6728 for definitions in different grammar classes. It is not necessary
6729 for the menu and would make command `imenu' awkward to use.
6730 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6731 header actions and more than one.
6732 (antlr-font-lock-tokendef-face): Changed color.
6733 (antlr-font-lock-tokenref-face): Changed color.
6734 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6735 (antlr-mode-syntax-table): New variable.
6736 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6737 (antlr-with-syntax-table): Don't copy syntax table.
6738
6739 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6740
6741 * antlr-mode.el: Minor changes: language setting.
6742 (antlr-language-alist): The value for file option "language" can
6743 be both an identifier and a string.
6744 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6745 (antlr-language-limit-n-regexp): Change accordingly.
6746
6747 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6748
6749 * antlr-mode.el: Minor changes: tabs, hiding.
6750 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6751 (antlr-action-visibility): Also allow value nil to also hide the
6752 braces. Renamed from `antlr-tiny-action-length'.
6753 Suggested by Jay@aol.com.
6754 (antlr-hide-actions): Change accordingly. Hide line if completely
6755 hidden action is on a line of its own.
6756
6757 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6758
6759 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6760
6761 * sort.el (sort-columns): Don't concat strings with numbers.
6762
6763 2000-11-29 Dave Love <fx@gnu.org>
6764
6765 * cus-edit.el (face): Fix :format.
6766
6767 * mail/feedmail.el: Require smtpmail when compiling.
6768 (mail-do-fcc): Autoload.
6769 (feedmail) <defgroup>: Fix :link.
6770 (feedmail-nuke-body-in-fcc): Fix :type.
6771 (feedmail-send-it): Add autoload cookie.
6772
6773 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6774
6775 * newcomment.el (comment-indent): Save excursion around call to
6776 comment-indent-function.
6777
6778 2000-11-29 Miles Bader <miles@gnu.org>
6779
6780 * subr.el (member-ignore-case): Return the tail of the list who's
6781 car matches, like `member', not the matching element itself.
6782
6783 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6784
6785 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6786 should not contain `\n'.
6787
6788 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6789
6790 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6791
6792 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6793
6794 * dired-aux.el (dired-do-create-files): Construct default file
6795 name for dired-mark-read-file-name so that when the user enters
6796 just RET, the target file will end up in the target directory.
6797
6798 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6799 local-abbrev-table before changing buffers because it might
6800 have a buffer-local binding.
6801
6802 2000-11-28 Miles Bader <miles@gnu.org>
6803
6804 * simple.el (delete-horizontal-space): Handle fields more generally.
6805
6806 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6807
6808 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6809
6810 2000-11-28 Dave Love <fx@gnu.org>
6811
6812 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6813 comment-start-skip locally.
6814
6815 * progmodes/fortran.el (fortran-mode): Don't set
6816 fortran-comment-line-start-skip. Set comment-start to
6817 fortran-comment-line-start.
6818 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6819 (fortran-comment-line-start-skip): Simplify slightly.
6820
6821 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6822
6823 * play/5x5.el: Remove RCS keyword.
6824
6825 * bs.el: Mistaken commit, undone 2000-11-30.
6826
6827 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6828
6829 * textmodes/tildify.el (tildify-string-alist):
6830 Add `plain-tex-mode' here.
6831
6832 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6833
6834 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6835 reference.
6836
6837 2000-11-28 Miles Bader <miles@gnu.org>
6838
6839 * cus-face.el (custom-face-attributes): Add post-filter function
6840 for :box. Make pre-filter function for :box handle all cases.
6841
6842 * wid-edit.el (widget-choose): Make sure pop-up window is large
6843 enough to display all the choices, as there's no way to scroll it.
6844
6845 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6846
6847 * international/mule-conf.el: Make the coding system no-conversion
6848 safe for all characters.
6849
6850 2000-11-27 Dave Love <fx@gnu.org>
6851
6852 * net/ldap.el (ldap) <defgroup>: Add :version.
6853
6854 * tooltip.el (tooltip-use-echo-area): Doc fix.
6855
6856 * cus-start.el <minibuffer-prompt-properties>: Add version.
6857 <read-buffer-function>: Add.
6858
6859 * apropos.el (apropos-print): Add help-echo to active text.
6860
6861 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6862
6863 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6864
6865 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6866 type, group and version.
6867
6868 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * select.el (x-get-selection): Docstring fix.
6871
6872 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6873
6874 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6875
6876 2000-11-27 Andrew Innes <andrewi@gnu.org>
6877
6878 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6879
6880 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6881
6882 2000-11-27 Miles Bader <miles@gnu.org>
6883
6884 * dired.el (dired-get-filename): Return filename verbatim if
6885 LOCALP is `verbatim'.
6886 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6887 `verbatim' so that we don't inadvertently delete a non-existant
6888 directory name.
6889
6890 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6891
6892 * international/characters.el: Specify cases and syntaxes for
6893 mule-unicode-0100-24ff.
6894
6895 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6896
6897 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6898 that foreground and/or background colors of the face `tool-bar'
6899 are unspecified.
6900
6901 2000-11-27 Miles Bader <miles@gnu.org>
6902
6903 * wid-edit.el (widget-field-buffer, widget-field-start)
6904 (widget-field-end): Handle widget field `pseudo-overlays'.
6905 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6906 if it's there instead of in `widget-field-list'.
6907
6908 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6909 (help-make-xrefs): Delete extraneous newlines at the end of the
6910 docstring.
6911
6912 2000-11-25 Jason Rumney <jasonr@gnu.org>
6913
6914 * startup.el (command-line): Call set-locale-environment after
6915 Window System init file is read, as it can result in a call to
6916 redraw-frame.
6917
6918 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6919
6920 * simple.el (shell-command): Mention the effect of the prefix
6921 argument in the doc string.
6922
6923 2000-11-25 Miles Bader <miles@gnu.org>
6924
6925 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6926
6927 * wid-edit.el (widget-field-value-delete): Don't try to delete
6928 overlay when it's the `pseudo-overlay' that exists at some points.
6929
6930 2000-11-24 Jason Rumney <jasonr@gnu.org>
6931
6932 * international/mule-cmds.el (locale-language-names): Add "jp" as
6933 a non-standard alternative for Japanese.
6934
6935 2000-11-24 Andre Spiegel <spiegel@gnu.org>
6936
6937 * vc-hooks.el: Require 'cl during compilation.
6938
6939 2000-11-24 Gerd Moellmann <gerd@gnu.org>
6940
6941 * faces.el (face-set-after-frame-default): Let face attributes
6942 specified for new frames override frame parameters.
6943
6944 * startup.el (command-line): Fix computation of the source file
6945 for user-init-file when user-init-file is a compiled file.
6946
6947 2000-11-24 Miles Bader <miles@gnu.org>
6948
6949 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6950 (custom-post-filter-face-spec): New functions.
6951 (custom-face-set, custom-face-value-create): Filter the face spec
6952 before and after customization.
6953 (custom-face-set): If VALUE specifies a null face, pass a
6954 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6955 * cus-face.el (custom-face-attributes): Remove SET and GET
6956 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6957 cases they're needed.
6958
6959 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6960 that it's distinguishable from the :off-glyph on dark-background
6961 displays. Set its background color too.
6962
6963 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6964 so that people can easily turn it off.
6965
6966 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6967
6968 * ediff-diff.el: Moved variables around to have it compile under NT.
6969
6970 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6971
6972 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6973
6974 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6975 redundant skip-small-frames test.
6976
6977 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6978 (viper-downgrade-to-insert): Protect against errors in hooks.
6979
6980 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6981 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6982 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6983 New functions.
6984
6985 * viper-util.el (viper-memq-char): Bug fixes.
6986
6987 * viper.el (viper-mode): Fix cursor handling.
6988
6989 2000-11-24 Kenichi Handa <handa@etl.go.jp>
6990
6991 * international/mule-diag.el (list-iso-charset-chars):
6992 For two-byte charset, fix the `while' condition.
6993 (list-non-iso-charset-chars): Fix the `while' condition.
6994
6995 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6996
6997 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6998 if the variable is make-variable-buffer-local.
6999
7000 * progmodes/ada-stmt.el (ada-template-map):
7001 Initialize and bind it to C-c t in ada-mode-map.
7002 (ada-stmt-mode-hook): New function extracted from old code.
7003 Only change the buffer-local side of skeleton-*.
7004 (ada-mode-hook): Use it.
7005
7006 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7007
7008 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7009 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7010 we expect to be returned by minibuffer-depth once we prompt the
7011 user in the minibuffer.
7012 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7013 as recorded in iswitchb-minibuf-depth, return non-nil.
7014
7015 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7016
7017 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7018 (hscroll-window-maybe): Docstring fix.
7019
7020 2000-11-23 Dave Love <fx@gnu.org>
7021
7022 * rect.el (string-rectangle): Don't test delete-selection-mode.
7023
7024 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7025
7026 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7027 is in the tool bar.
7028
7029 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7030 with `no-dir'; we want the directory part to be able to remove it.
7031
7032 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7033
7034 * textmodes/outline.el (outline-flag-region):
7035 Don't bind inhibit-read-only since we don't modify the buffer.
7036 (outline-isearch-open-invisible): Don't jump to overlay-start
7037 since we're trying to unhide text around point.
7038 (outline-discard-overlays): Use dolist.
7039
7040 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7041
7042 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7043
7044 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7045
7046 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7047
7048 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7049 Fix ARG regexp to skip quoted braces.
7050 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7051 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7052 are (correctly) handled separately).
7053 Remove `caption' and `footnote' from `citations': they contain text.
7054 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7055 (latex-skeleton-end-hook): New function.
7056 (latex-mode): Use it.
7057 (tex-start-tex-marker): Remove.
7058 (tex-send-tex-command): Don't set tex-start-tex-marker.
7059 (tex-error-parse-syntax-table): New var.
7060 (tex-compilation-parse-errors): Use it.
7061 Ignore tex-start-tex-marker. Don't bother with marker-position.
7062 (tex-validate-buffer): Don't bother with marker-position.
7063
7064 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7065 (flyspell-generic-progmode-verify): Use it.
7066
7067 2000-11-22 Sam Steingold <sds@gnu.org>
7068
7069 * simple.el (delete-trailing-whitespace): New interactive function.
7070
7071 * progmodes/ada-mode.el (ada-mode): Use it instead of
7072 `ada-remove-trailing-spaces'.
7073 (ada-remove-trailing-spaces): Removed.
7074
7075 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7076
7077 * textmodes/picture.el (picture-clean): Removed.
7078 (picture-mode-exit): Call it instead of `picture-clean'.
7079
7080 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7081
7082 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7083
7084 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7085 jit-lock-fontify-buffer; it should anyway be unneccessary to
7086 do anything special when jit-lock is active.
7087 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7088
7089 2000-11-22 Dave Love <fx@gnu.org>
7090
7091 * calendar/todo-mode.el (todo-top-priorities): Use
7092 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7093
7094 * language/chinese.el, language/cyrillic.el:
7095 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7096 * language/hebrew.el, language/indian.el, language/japanese.el:
7097 * language/korean.el, language/lao.el, language/misc-lang.el:
7098 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7099 Use provide.
7100
7101 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7102 (custom-variable-set): Improve validation error mesage.
7103
7104 * rect.el (string-rectangle): Revert last change.
7105 (string-rectangle-line): New arg DELETE.
7106 (string-rectangle): Check delete-selection-mode.
7107
7108 * emacs-lisp/edebug.el (edebug-version)
7109 (edebug-maintainer-address): Deleted.
7110 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7111 (edebug-read-function): Account for other `'#' read forms.
7112 (edebug-mode-menus): Make some items toggles.
7113 (edebug-outside-unread-command-event, unread-command-event):
7114 Remove these to avoid warnings.
7115
7116 2000-11-22 David Ponce <david@dponce.com>
7117
7118 * recentf.el (recentf-menu-items-for-commands)
7119 (recentf-make-menu-items, recentf-make-menu-item)
7120 (recentf-filter-changer): Added :help and :active menu-item properties.
7121
7122 (recentf-build-dir-rules, recentf-dump-variable)
7123 (recentf-edit-list, recentf-open-files-item)
7124 (recentf-open-files): Replaced unnecessary `mapcar' with new
7125 built-in `mapc'.
7126
7127 2000-11-23 Miles Bader <miles@gnu.org>
7128
7129 * faces.el (menu): Make inverse-video on ttys too.
7130
7131 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7132
7133 * simple.el (comment-line-break-function): Use the new name
7134 indent-new-comment-line -> comment-indent-new-line.
7135 (clone-indirect-buffer): Don't ignore NORECORD.
7136 (next-completion): Properly handle the case where items are adjacent.
7137
7138 * mouse.el (popup-menu): Stupid typo.
7139
7140 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7141
7142 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7143 maintainer, keywords tags.
7144
7145 * rect.el (replace-rectangle): Don't call string-rectangle-line
7146 with too many arguments.
7147
7148 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7149
7150 * ediff-util.el (ediff-file-checked-out-p)
7151 (ediff-file-checked-in-p): Call vc-state instead of
7152 vc-locking-user, which no longer exists.
7153
7154 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7155
7156 2000-11-22 Dave Love <fx@gnu.org>
7157
7158 * md5.el (md5): Provide.
7159 (md5): Fix error call.
7160
7161 2000-11-22 Miles Bader <miles@gnu.org>
7162
7163 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7164 (refill-fill-paragraph-at): Remove debugging code.
7165
7166 * calendar/calendar.el (generate-calendar-window): When we don't
7167 call `fit-window-to-buffer', make sure the top line is fully visible.
7168
7169 * image-file.el (insert-image-file): Don't make `read-only'
7170 property rear-nonsticky.
7171
7172 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7173 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7174 stashing away its original value.
7175 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7176 in the recursive edit.
7177 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7178 (isearch-done): Restore `minibuffer-message-timeout'.
7179
7180 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7181
7182 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7183
7184 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7185
7186 * find-lisp.el (find-lisp-find-files-internal):
7187 Use dolist, when and file-name-as-directory.
7188
7189 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7190 (define-derived-mode, define-minor-mode): Add specs.
7191
7192 * window.el: General comment and spacing fixes.
7193 (save-selected-window): Use backquotes.
7194 (window-safely-shrinkable-p): New function.
7195 (shrink-window-if-larger-than-buffer): Use it.
7196
7197 * subr.el (make-local-hook): Docstring fix.
7198
7199 * shell.el (shell-mode): Use define-derived-mode.
7200
7201 * newcomment.el (comment-indent): Insert comment before calling
7202 comment-indent-function. Don't insert in column 0.
7203 (comment-dwim): Indent before inserting comment.
7204
7205 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7206 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7207 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7208 Use mapc rather than map.
7209
7210 * files.el (find-buffer-visiting): Compare all attributes before
7211 declaring two files identical (rather than just their inode-no).
7212 (auto-mode-alist): Use \' rather than $.
7213
7214 * which-func.el: Update maintainer line.
7215
7216 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7217 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7218 (uniquify-buffer-file-name): Use it.
7219
7220 2000-11-22 Miles Bader <miles@gnu.org>
7221
7222 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7223 * simple.el (minibuffer-avoid-prompt): New function.
7224
7225 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7226
7227 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7228
7229 2000-11-21 Miles Bader <miles@gnu.org>
7230
7231 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7232 inclusion of `track-mouse'.
7233
7234 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7235 (refill-adjust-ignorable-overlay): New function.
7236 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7237 only the paragraph's tail if possible.
7238 Update `refill-ignorable-overlay'.
7239 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7240
7241 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7242 point inside the fill-prefix.
7243
7244 * textmodes/refill.el (refill-post-command-function): Don't reset
7245 refill-doit in the case where a self-insertion command doesn't
7246 case a refill. Use `refill-fill-paragraph-at', getting position
7247 from `refill-doit'.
7248 (refill-after-change-function): Set `refill-doit' to END.
7249 (refill-fill-paragraph-at): New function, mostly from old
7250 refill-fill-paragraph.
7251 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7252 (refill-pre-command-function): New function.
7253 (refill-mode): Add it to `pre-command-hook'.
7254
7255 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7256
7257 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7258
7259 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7260 javadoc tags.
7261
7262 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7263
7264 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7265 vc.el).
7266
7267 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7268 require vc.
7269
7270 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7271 checkouts.
7272
7273 2000-11-20 Dave Love <fx@gnu.org>
7274
7275 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7276
7277 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7278
7279 * calculator.el (calculator-paste): Use `if' instead of `and'
7280 and `or'.
7281 (calculator-help): Don't use electric-describe-mode for XEmacs.
7282
7283 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7284
7285 * info.el (info-menu-5): Doc fix.
7286
7287 * textmodes/artist.el: New file.
7288
7289 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7290
7291 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7292 and differentiate according to checkout model.
7293 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7294 since this function is only concerned with master state.
7295
7296 * vc-hooks.el (vc-workfile-unchanged-p)
7297 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7298
7299 * vc.el (vc-workfile-unchanged-p)
7300 (vc-default-workfile-unchanged-p): See above.
7301
7302 2000-11-19 Miles Bader <miles@gnu.org>
7303
7304 * image-file.el (insert-image-file): Make `intangible' and
7305 `read-only' properties rear-nonsticky too.
7306
7307 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7308
7309 * ps-print.el: Update copyright notice.
7310
7311 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7312 (tooltip-show): Use the offsets.
7313
7314 * bindings.el (mode-line-modified): Fix a typo.
7315 (mode-line-toggle-modified, mode-line-widen)
7316 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7317
7318 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7319
7320 * ps-print.el (toplevel): Test for find-coding-system being
7321 fboundp before calling ps-x-find-coding-system.
7322
7323 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7324
7325 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7326 (vc-version-backup-file): Docstring fix.
7327
7328 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7329
7330 * files.el (basic-save-buffer): Don't add a newline if
7331 find-file-literally is non-nil.
7332 (find-file-literally): Extend doc string.
7333
7334 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7335 sort(1) with the `-f' argument.
7336
7337 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7338
7339 * vc.el: Updated backend documentation.
7340 (vc-default-check-headers): New function.
7341
7342 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7343
7344 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7345 up-to-date.
7346 (vc-do-command): In the asynchronous case, output messages only if
7347 the minibuffer is not active.
7348
7349 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7350 `vc-cvs-use-edit' is on.
7351 (vc-cvs-checkout): When this is used for reverting the workfile,
7352 make a backup of the original contents and revert to that in case
7353 of error.
7354 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7355 remote repositories.
7356
7357 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7358 for both version and ratio in the minibuffer.
7359
7360 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7361 Use vc-do-command to perform the annotation, not call-process.
7362
7363 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7364
7365 * international/quail.el (quail-start-translation): Don't call
7366 `message' before reading key sequence.
7367
7368 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7369
7370 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7371
7372 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7373
7374 * window.el (fit-window-to-buffer): Be sure to acquire at least
7375 one text line even if the buffer is empty.
7376
7377 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7378
7379 * net/ange-ftp.el (ange-ftp-file-writable-p)
7380 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7381 Bind ange-ftp-process-verbose to nil.
7382
7383 2000-11-15 Dave Love <fx@gnu.org>
7384
7385 * wid-edit.el (widget-specify-field, widget-specify-button):
7386 If :help-echo is a function, set help-echo of overlay to
7387 widget-mouse-help.
7388 (widget-mouse-help): New function.
7389 (widget-echo-help): Rewritten for :help-echo functions only taking
7390 a widget arg.
7391
7392 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7393 Use display-graphic-p.
7394 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7395 and that JPEG is available.
7396 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7397
7398 * international/mule-cmds.el (locale-charset-language-names):
7399 Match @euro.
7400
7401 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7402
7403 * faces.el (face-set-after-frame-default):
7404 If `inhibit-default-face-x-resources' is bound, don't intialize the
7405 default face from X resources.
7406
7407 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7410 Don't set EMACSLOADPATH.
7411
7412 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7413
7414 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7415 texinfo-insert-@url.
7416 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7417 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7418
7419 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7420
7421 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7422 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7423 (checkdoc-minor-keymap): Backward compatibility.
7424 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7425 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7426 (checkdoc-this-string-valid-engine): Be a bit more strict
7427 to avoid matching substrings of `...' quoted vars/funs.
7428 (checkdoc-defun-info): Only look for `interactive' if alone.
7429 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7430
7431 * progmodes/compile.el (grep): `tag-default' can be nil.
7432
7433 * newcomment.el (comment-indent): Paren typo.
7434
7435 2000-11-14 Dave Love <fx@gnu.org>
7436
7437 * calculator.el: New maintainer version.
7438
7439 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7440
7441 * cmuscheme.el: Doc fixes.
7442 (cmuscheme) <defgroup>: Use `scheme' as parent.
7443 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7444
7445 * xscheme.el (scheme-program-name): Don't define here.
7446
7447 * progmodes/scheme.el (scheme-program-name): New variable
7448 (originally in cmuscheme).
7449
7450 2000-11-14 Miles Bader <miles@gnu.org>
7451
7452 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7453 Handle header-lines. Don't loop forever if we can't enlarge the
7454 window anymore. Simplify a bit.
7455
7456 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7457
7458 * window.el (fit-window-to-buffer): Don't check
7459 window-text-height. Assure that the last line is fully visible.
7460
7461 * international/quail.el (quail-show-guidance-buf):
7462 Call fit-window-to-buffer to assure the enough height of the guidance
7463 buffer.
7464 (quail-update-guidance): Avoid making the guidance buffer shorter.
7465
7466 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7469 rather than `prepend' and add an interesting comment.
7470 (tex-math-face, tex-font-lock-syntactic-face-function):
7471 New face and function to use it.
7472 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7473 than `menu-enable' symbol property.
7474 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7475 (tex-mode): Add some latex-mode commands for auto-selection.
7476 Use tex-font-lock-syntactic-face-function.
7477 (tex-insert-quote): Simplify.
7478 (tex-shell): New mode.
7479 (tex-start-shell): Use it.
7480 (tex-shell-proc, tex-shell-buf): New functions.
7481 (tex-send-command): Use it.
7482 (tex-main-file): Fix the meaning of the new arg REALFILE.
7483 (tex-send-tex-command): New function split from `tex-start-tex'.
7484 Set compilation-last-buffer and compilation-parsing-end.
7485
7486 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7487 when it follows non-comment text on the line.
7488
7489 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7490 Set font-lock-defaults.
7491 (lisp-mode-shared-map): Init inside the defvar.
7492 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7493 Use define-derived-mode.
7494
7495 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7496
7497 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7498
7499 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7500
7501 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7502 Don't recursively optimize body because that can lead to infinite
7503 recursion; see comment there.
7504
7505 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7506
7507 * faces.el (face-spec-set-match-display): Revert the change from
7508 2000-10-24. Add a FIXME for after v21.1.
7509
7510 2000-11-13 Miles Bader <miles@gnu.org>
7511
7512 * textmodes/fill.el (skip-line-prefix): New function.
7513 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7514 (fill-paragraph): Don't leave point inside the fill-prefix.
7515 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7516 point inside the fill-prefix.
7517
7518 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7519
7520 * calendar/calendar.el (generate-calendar-window):
7521 Use `fit-window-to-buffer'.
7522
7523 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7524
7525 * gud.el (gud-minor-mode): New var.
7526 (gud-symbol, gud-val): New functions.
7527 (gud-find-file): Copy gud-minor-mode to the new buffer.
7528 (gud-menu-map): Include entries for commands that are not always
7529 available, using :enable to (de)activate them.
7530 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7531 (gud-mode-map): New map.
7532 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7533 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7534 Don't set up gud's menu (it's done by the minor-mode).
7535 (gud-minibuffer-local-map): New.
7536 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7537 (gud-query-cmdline): New function.
7538 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7539 (gud-mode): Use define-derived-mode.
7540 Don't set up gud's menu (it's done by the minor-mode).
7541 (gud-chop-words): Remove.
7542 (gud-common-init): Use split-string instead.
7543 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7544
7545 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7546 Add keyword arg :name.
7547
7548 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7549 (diff-count-matches, diff-split-hunk): New functions.
7550 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7551
7552 * pcvs-info.el (cvs-fi-conflict-face): New var.
7553
7554 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7555 Make it into a simple syntax-table, shared among all submodes.
7556 (sh-heredoc-face): Re-introduce.
7557 (sh-font-lock-syntactic-face-function): New function.
7558 (sh-mode): Use it. Also use define-derived-mode.
7559 Remove old bogus setting of indent-region-function.
7560 (sh-set-shell): Don't set the syntax-table any more.
7561 (sh-mode-syntax-table) <defun>: Remove.
7562
7563 2000-11-12 Miles Bader <miles@gnu.org>
7564
7565 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7566 message if interactive.
7567
7568 2000-11-12 Dave Love <fx@gnu.org>
7569
7570 * mail/feedmail.el: Fix header,
7571 (feedmail) <defgroup>: Add :link.
7572
7573 * view.el: Use local-map property, not keymap on mode-line string.
7574
7575 * scroll-all.el (scroll-all-mode): Customize variable.
7576 Add autoload cookie to function.
7577
7578 * lazy-lock.el: Remove compatibility code.
7579
7580 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7581 (finder-help-echo): New variable.
7582 (finder-mouse-face-on-line): Add help-echo stuff.
7583 (finder-list-keywords, finder-list-matches): Use mapc.
7584
7585 * faces.el (face-font-registry-alternatives): Add :version.
7586
7587 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7588 tags-table-list.
7589
7590 * net/browse-url.el (browse-url-browser-function): Update :version.
7591
7592 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7593 (mail-mode): Use [:alnum:] in some regexps.
7594
7595 2000-11-10 Dave Love <fx@gnu.org>
7596
7597 * ediff.el (ediff-regions-internal, ediff-documentation):
7598 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7599 fundamental mode.
7600
7601 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7602 buffer into fundamental mode.
7603 (ediff-set-difference): Use copy-sequence if available.
7604
7605 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7606 Check ediff-patch-map non-nil.
7607 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7608 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7609 buffer into fundamental mode.
7610
7611 * ediff-merg.el (state-or-merge): Defvar when compiling.
7612
7613 2000-11-10 Jason Rumney <jasonr@gnu.org>
7614
7615 * w32-fns.el (w32-add-charset-info): New function.
7616 (w32-charset-info-alist): Use it.
7617
7618 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7619
7620 * faces.el (face-font-registry-alternatives): New user-option.
7621
7622 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7623
7624 * textmodes/texinfo.el (texinfo-block-default): New var.
7625 (texinfo-insert-block): Use it. Insert a newline if needed.
7626
7627 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7628 (fill-region-as-paragraph): Use it.
7629
7630 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7631 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7632 Tweak paragraph regexps to allow a leading [ \t]*.
7633 (tex-latex-block): Insert a newline if necessary.
7634 (latex-insert-item): Only insert a newline if necessary.
7635 (tex-guess-main-file): New function.
7636 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7637 Set tex-main-file if TeX-master is provided.
7638 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7639
7640 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7641
7642 * startup.el (command-line): Set the default tooltip-mode
7643 to t for graphical displays which implement x-show-tip.
7644
7645 * tooltip.el (tooltip-mode): Add a comment about startup.el
7646 setting the default value of this user-option.
7647
7648 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7649
7650 * font-lock.el (font-lock-*-face) <defvar>: Move.
7651 (font-lock-defaults-alist): Mark obsolete.
7652 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7653 (font-lock-mode): Use define-minor-mode.
7654 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7655 (font-lock-turn-off-thing-lock): Be more explicit.
7656 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7657 (font-lock-syntactic-face-function): New var.
7658 (font-lock-fontify-syntactically-region): Use it.
7659 (font-lock-doc-face): New.
7660
7661 * pcvs.el (cvs-enabledp): Ignore errors.
7662 (cvs-commit-filelist): Never query.
7663 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7664 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7665 (cvs-do-removal): Use cvs-partition rather than delete-if.
7666 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7667 cvs-bury-buffer.
7668
7669 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7670 Allow `next' to jump to after the end of the last match.
7671
7672 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7673
7674 * simple.el (byte-compiling-files-p): New function.
7675
7676 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7677 if it is there.
7678
7679 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7680 nil again.
7681
7682 * textmodes/ispell.el (ispell-library-path): Don't call
7683 check-ispell-version when byte-compiling because that starts
7684 an ispell process, and ispell might not be installed.
7685 (toplevel): Don't set up a menu when byte-compiling.
7686
7687 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7688 it, so that a boundp test can be used to determine if we're
7689 currently byte-compiling.
7690
7691 2000-11-09 Dave Love <fx@gnu.org>
7692
7693 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7694
7695 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7696
7697 * ps-print.el: Patch for variable initialization when spooling.
7698 Doc fix.
7699 (ps-output-list): Fun eliminated.
7700 (ps-begin-file, ps-begin-job): Code fix.
7701
7702 2000-11-08 Dave Love <fx@gnu.org>
7703
7704 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7705
7706 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7707
7708 * simple.el (shell-command, display-message-or-buffer)
7709 (shell-command-on-region): Mention resize-mini-windows in the doc
7710 string.
7711 (display-message-or-buffer): Take the value of resize-mini-windows
7712 into account.
7713
7714 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7715
7716 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7717
7718 * dired.el (dired-between-files): Add `^. find' as an alternative
7719 to the regular expression, for find-dired.
7720
7721 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7722
7723 * textmodes/texnfo-upd.el: Require texinfo.
7724 (defmacro, defgroup): Remove.
7725 (texinfo-section-to-generic-alist): Remove.
7726 Use texinfo-section-list instead (i.e. level is changed string->int).
7727 (texinfo-filter): New function.
7728 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7729 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7730 Use it. And use regexp-opt.
7731 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7732 (texinfo-update-menu-region-beginning)
7733 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7734 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7735 (texinfo-update-menu-same-level-regexps): Update.
7736 (texinfo-update-node, texinfo-every-node-update)
7737 (texinfo-sequential-node-update): Remove autoload cookie.
7738
7739 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7740 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7741 (texinfo-chapter-level-regexp): Remove.
7742 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7743
7744 2000-11-06 Dave Love <fx@gnu.org>
7745
7746 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7747
7748 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7749 Match defun*.
7750
7751 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7752
7753 * composite.el (composition-function-table): Variable declaration
7754 moved to src/composite.c.
7755 (compose-chars-after): New optional arg object.
7756
7757 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7758
7759 * bindings.el (mode-line-toggle-read-only)
7760 (mode-line-toggle-modified, mode-line-widen)
7761 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7762 (make-mode-line-mouse2-map): Rewritten.
7763 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7764 functions so that C-h k can show something with a doc string.
7765
7766 * startup.el (fancy-splash-delay): Set to 10 seconds.
7767 (fancy-splash-max-time): New user-option.
7768 (fancy-splash-stop-time): New variable.
7769 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7770 (fancy-splash-screens-1): Throw `stop-splashing' when current
7771 time is greater than fancy-splash-stop-time.
7772
7773 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7774
7775 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7776
7777 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7778 Prompt user for a file rather than raising an error.
7779 (cvs-enabledp): Fix call to cvs-mode-marked.
7780 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7781 (cvs-mode-insert): Use it. Change the init prompt' value.
7782 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7783
7784 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7785 Don't pass default arg to ewoc-locate.
7786 (ewoc-collect): Return result in the right order.
7787
7788 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7789
7790 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7791 (cvs-status-get-tags): Fix regexp.
7792 (cvs-status-trees, cvs-status-cvstrees):
7793 Combine after change hooks and don't sit-for.
7794 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7795 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7796 Use make-char rather than hard-coded cryptic data.
7797 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7798
7799 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7800
7801 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7802 (cvs-insert-strings): New function.
7803
7804 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7805
7806 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7807 `mwheel-scroll-amount'.
7808 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7809 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7810 string-matching against the version string.
7811
7812 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7813
7814 * language/thai.el ("Thai"): Set a lisp form that produces
7815 composed string in `sample-text' language info.
7816
7817 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7818 composed string in `sample-text' language info.
7819
7820 * international/mule-cmds.el (describe-language-environment):
7821 Eval `sample-text' data and insert the result.
7822
7823 * international/mule-conf.el (compound-text): Define this coding
7824 system here. Make x-ctext and ctext aliases of it.
7825
7826 * language/european.el (compound-text, ctext): Moved to
7827 international/mule-conf.el.
7828
7829 2000-11-05 Andrew Innes <andrewi@gnu.org>
7830
7831 * w32-fns.el (w32-version): New function.
7832
7833 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7834
7835 * progmodes/awk-mode.el: Update copyright.
7836 (awk-mode-abbrev-table): Remove.
7837 (awk-font-lock-keywords): Use regexp-opt.
7838 (awk-mode): Use define-derived-mode.
7839
7840 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7841 when extracting a suffix.
7842
7843 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7844
7845 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7846 auto-save-mode.
7847
7848 2000-11-04 Jason Rumney <jasonr@gnu.org>
7849
7850 * language/european.el (decode-mac-roman): Test against r1 not r0.
7851
7852 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7853
7854 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7855 (icon-mode): Define indent-line-function.
7856 (icon-comment-indent): Simplify.
7857 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7858
7859 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7860
7861 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7862 Bind change-log-default-mode to defeat the caching done on it.
7863 Don't bother saving excursion any more.
7864
7865 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7866
7867 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7868 (set-frame-font): Use the new name (and the old for compatibility).
7869
7870 * toolbar/tool-bar.el (tool-bar-mode):
7871 * time.el (display-time-mode):
7872 * recentf.el (recentf-mode):
7873 * paren.el (show-paren-mode):
7874 * mwheel.el (mouse-wheel-mode):
7875 * msb.el (msb-mode):
7876 * jka-compr.el (auto-compression-mode):
7877 * image-file.el (auto-image-file-mode):
7878 * hl-line.el (hl-line-mode):
7879 * delsel.el (delete-selection-mode):
7880 * autoinsert.el (auto-insert-mode):
7881 * complete.el (partial-completion-mode): Drop unneeded positional args.
7882
7883 * info.el (Info-mode):
7884 * comint.el (comint-mode): Don't bother with make-local-hook.
7885
7886 * log-edit.el (log-edit-menu): New menu.
7887
7888 2000-11-03 Miles Bader <miles@gnu.org>
7889
7890 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7891 definition, so that trailing spaces are handled properly.
7892 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7893
7894 2000-11-03 Gerd Moellmann <gerd@gnu.org>
7895
7896 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7897 tab character.
7898 (fancy-splash-screens): Set tab-width to 20.
7899
7900 2000-11-03 Dave Love <fx@gnu.org>
7901
7902 * comint.el (comint-completion-addsuffix): Fix custom type.
7903
7904 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7905
7906 * font-lock.el (font-lock-buffers): Remove.
7907 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7908 (font-lock-change-major-mode): Remove.
7909 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7910 (font-lock-default-fontify-region): Extend the multiline
7911 fontification to whole lines.
7912 (font-lock-fontify-anchored-keywords)
7913 (font-lock-fontify-keywords-region): If matching just one
7914 line (with \n) only mark the \n as multiline.
7915
7916 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7917 Correctly handle the case where several :group args are supplied.
7918 Allow :extra-args.
7919 (easy-mmode-define-global-mode): Allow :extra-args.
7920 Correctly handle the case where several :group args are supplied.
7921
7922 2000-11-02 Miles Bader <miles@gnu.org>
7923
7924 * calendar/calendar.el (diary-face, calendar-today-face)
7925 (holiday-face): Remove dependency on `window-system'.
7926
7927 2000-11-02 Ken Raeburn <raeburn@gnu.org>
7928
7929 * Makefile.in (emacs): Set EMACSLOADPATH always.
7930 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7931 (compile-files): Bomb out if compilation of a file fails.
7932
7933 2000-11-02 Dave Love <fx@gnu.org>
7934
7935 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7936
7937 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7940 punctuation in the warning inserted into the *mail* buffer.
7941
7942 2000-11-02 Gerd Moellmann <gerd@gnu.org>
7943
7944 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7945 (authors-public-domain-p): New function.
7946 (authors-print): Use it.
7947
7948 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7949
7950 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7951
7952 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7953
7954 * ps-print.el: Extension for even/odd printing. Doc fix.
7955 (ps-print-version): New version number (6.3.1).
7956 (ps-even-or-odd-pages): Customization fix.
7957 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7958 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7959 (ps-page-count): Var replaced by `ps-page-column'.
7960 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7961 (ps-print-sheet-p): New fun.
7962
7963 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7964
7965 * tooltip.el (tooltip-gud-tips-setup): New function.
7966 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7967 (tooltip-mode): Call tooltip-gud-tips-setup.
7968 (tooltip-gud-tips): Use `gud-basic-call' instead of
7969 process-send-string, so the prompt gets frobbed appropriately.
7970 Handle nil return value from `tooltip-gud-print-command'.
7971
7972 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7973
7974 * comint.el (comint-add-to-input-history): New function.
7975 (comint-send-input): Use `comint-add-to-input-history'.
7976
7977 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7978
7979 * info.el (info-menu-header): New face.
7980 (Info-fontify-menu-headers): New function.
7981 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7982
7983 * info.el (Info-insert-dir): Don't include blank lines at
7984 beginning of additional dir files (one is added automatically).
7985
7986 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7987
7988 * emacs-lisp/easy-mmode.el (define-minor-mode):
7989 Revert the latest changes.
7990 Allow the three positional arguments to be skipped and replaced
7991 by keyword arguments.
7992 Add a :toggle argument to determine whether a nil arg means toggle
7993 or means turn-on. The default is unchanged.
7994 Add a call to force-mode-line-update.
7995
7996 2000-11-01 Dave Love <fx@gnu.org>
7997
7998 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7999
8000 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8001
8002 * calendar/calendar.el (diary-face, holiday-face):
8003 Add dark-background variants.
8004
8005 2000-10-31 Sam Steingold <sds@gnu.org>
8006
8007 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8008 `tex-main-file' does not have directory in it.
8009
8010 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8011
8012 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8013
8014 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8015
8016 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8017 functional change.
8018
8019 2000-10-31 Gerd Moellmann <gerd@gnu.org>
8020
8021 * files.el (find-file-noselect): When we expand a wildcard, return
8022 a list of buffers, as we should do according to the doc string.
8023
8024 2000-10-31 Ken Raeburn <raeburn@gnu.org>
8025
8026 * loadup.el (top level): Adjust load path if program name is
8027 "../src/bootstrap-emacs", in case it's not dumped and thus the
8028 load path adjustment hasn't already been done.
8029
8030 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8031
8032 * ps-print.el: Fix bug on selected pages for printing.
8033 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
8034 is on. Try to avoid warning messages when compiling. Doc Fix.
8035 (ps-print-version): New version number (6.3).
8036 (ps-color-device): Use `color-values' to determine if device
8037 supports color.
8038 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8039 (ps-print-page-p): Changed from defsubst to defun.
8040 (ps-page-number): Changed from defmacro to defun.
8041 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8042 printing.
8043 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8044 (ps-end-file, ps-dummy-page): Funs eliminated.
8045 (ps-print-color-scale): Changed default value.
8046 (ps-page-n-up, ps-print-page-p): New internal vars.
8047 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8048 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8049
8050 * delim-col.el: Little programming improvement.
8051 (delimit-columns-str): New macro.
8052 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8053
8054 2000-10-31 Kenichi Handa <handa@etl.go.jp>
8055
8056 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8057 Moved to european.el.
8058 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8059 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8060 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8061 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8062
8063 2000-10-30 Dave Love <fx@gnu.org>
8064
8065 * progmodes/cc-menus.el (imenu-generic-expression)
8066 (imenu-progress-message): Only defvar when compiling.
8067
8068 * emacs-lisp/elp.el (elp-unload-hook): New function.
8069
8070 * loadhist.el (unload-feature): Call elp-restore-function,
8071 checking for symbols; don't use elp-restore-all.
8072 (loadhist-hook-functions): Doc fix.
8073
8074 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8075
8076 * log-edit.el (log-edit-confirm): Fix the default.
8077
8078 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8079
8080 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8081 delimit-columns-format.
8082 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8083
8084 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8085
8086 * comint.el (comint-replace-by-expanded-history): Don't use
8087 comint-get-old-input (we're not looking at *old* input).
8088 (comint-get-old-input-default): If using fields, signal an error
8089 when the point is not in an input field.
8090
8091 2000-10-30 Kenichi Handa <handa@etl.go.jp>
8092
8093 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8094 and mule-unicode-e000-ffff.
8095
8096 * international/mule.el (decode-char, encode-char): New functions.
8097 (make-coding-system): Accept a symbol of translation table as a
8098 value of property `safe-chars'.
8099
8100 * international/mule-cmds.el (encode-coding-char): Check property
8101 safe-chars instead of safe-charsets.
8102
8103 * international/fontset.el (fontset-default): Modified for
8104 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8105 (x-font-name-charset-alist): Likewise.
8106 (ccl-encode-unicode-font): New CCL program. Record it in
8107 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8108
8109 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8110 New translation tables.
8111 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8112 programs are modified and moved from mac-win.el.
8113 (mac-roman): Definition of this coding system is modified and
8114 moved from mac-win.el.
8115
8116 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8117
8118 * ediff-wind.el (ediff-setup-control-frame): Enclose
8119 face-attribute in condition-case to avoid errors in older emacsen.
8120
8121 2000-10-29 Miles Bader <miles@gnu.org>
8122
8123 * custom.el (custom-add-to-group): Allow multiple entries for a
8124 given value OPTION, as long as their widget types are different.
8125 * cus-edit.el (custom-face-value-create): If face name doesn't end
8126 with "face", add such here (similar to custom group widgets).
8127
8128 * comint.el (comint-highlight-prompt): Add :type.
8129
8130 2000-10-28 John Wiegley <johnw@gnu.org>
8131
8132 * calendar/timeclock.el (timeclock-log): Doc fix.
8133 (timeclock-last-event): Doc fix.
8134 (timeclock-log): Kill the timelog buffer after appending a new event.
8135 (timeclock-find-discrep): Use a temp buffer to read in the
8136 timelog, instead of visiting the file.
8137 (timeclock-log-data): A new function, along with a host of helper
8138 functions, for the purpose of making timelog data accessible to
8139 programmers.
8140
8141 * eshell/esh-mode.el (window-height test): Make certain that
8142 `eshell-stringify-t' is non-nil.
8143 (eshell-password-prompt-regexp): Changed to a much simpler
8144 password regexp.
8145 (eshell-send-input): If `eshell-invoke-directly' returns t,
8146 directly invoke the parsed command using `eval'. This improves
8147 turn-around time on simple commands by a factor of three or
8148 greater, such as cd, ls, pwd, etc. -- which get used very often.
8149 It also conserves thousands of cons cells per call (since
8150 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8151 in the Pacific Cookie Company).
8152
8153 * eshell/esh-test.el (eshell-test): Whitespace fix.
8154
8155 * eshell/em-ls.el (eshell-ls-insert-directory):
8156 Make `eshell-ls-initial-args' nil when inserting directory contents.
8157
8158 * eshell/em-script.el (eshell-script-initialize): Add names to
8159 `eshell-complex-commands, since `source' and `.' are complex.
8160
8161 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8162 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8163 `eshell-copy-handles'.
8164 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8165 bodies.
8166 (eshell-separate-commands): Whitespace fix.
8167 (eshell-complex-commands): Added a new list of names, for
8168 determining whether a given command is as simple as it looks.
8169 (eshell-invoke-directly): New function. Returns t if a command
8170 should be invoked directly (using `eval'), rather than indirectly
8171 using `eshell-do-eval'.
8172 (eshell-do-eval): Whitespace fix.
8173
8174 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8175 which provides an emulation of the DOS shell behavior of assuming
8176 that cp/mv/ln should copy/move/link to the current directory.
8177 (eshell-remove-entries): Added a doc string.
8178 (eshell-shuffle-files): Removed the check for `target' being null.
8179 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8180 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8181 it to do a smarter check of whether a destination was provided.
8182 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8183 (eshell/ln): Enable `:preserve-args', and use
8184 `eshell-mvcpln-template' to implement the body of the function.
8185 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8186 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8187 list after flattening it. This makes it possible to cat files
8188 with numerical names.
8189 (eshell-unix-initialize): Added several names to
8190 `eshell-complex-commands.
8191 (eshell-unix-command-complex-p): Return t if a given command name
8192 may result in external processes being invoked.
8193
8194 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8195 variable nil by default, since it slows down glob processing by a
8196 factor of two or more, and increases memory consumption.
8197
8198 * eshell/em-smart.el: Added a note about how memory consumptive
8199 smart display mode can be (at least this is true in Emacs 21).
8200 (eshell-smart-initialize): Whitespace fix.
8201 (eshell-refresh-windows): Use `if' instead of `when'.
8202 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8203 not necessary.
8204 (eshell-currently-handling-window): Added a missing global variable.
8205
8206 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8207 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8208 Whitespace fix.
8209 (eshell-ls-exclude-hidden): Added this variable in addition to
8210 `eshell-ls-exclude-regexp'. This one prevents files beginning
8211 with . from even being read, which can improve memory consumption
8212 quite a bit.
8213 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8214 read file entries beginning with a dot. In home directories with
8215 lots of hidden files, fully two-thirds of the time spent in ls is
8216 used to read directory entries that are immediately thrown away.
8217 (eshell-ls-initial-args): Added back this configuration variable,
8218 for specifying default initial arguments to every call to ls.
8219 Much faster than using an alias to do the same thing.
8220 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8221 (eshell-ls-dir): Whitespace change.
8222
8223 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8224
8225 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8226 (eshell-stringify-t): Added a customization variable, to indicate
8227 whether `t' should be rendered as a string at all. If not, one
8228 can still determine if the result of an expression is true using
8229 "file-exists-p FILE && echo true".
8230 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8231 stringify t!
8232
8233 * eshell/esh-module.el: Whitespace fix.
8234
8235 * eshell/em-alias.el (eshell-alias-initialize):
8236 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8237 (eshell-command-aliased-p): New function that returns t if a
8238 command name names an aliased.
8239
8240 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8241
8242 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8243 redrawing the screen when changing cursor color.
8244 (viper-insert-state-pre-command-sentinel)
8245 (viper-replace-state-pre-command-sentinel)
8246 (viper-replace-state-post-command-sentinel):
8247 Use viper-preserve-cursor-color.
8248 Many functions changed to use viper= instead of = when comparing
8249 characters.
8250 * viper-util.el (viper-memq-char,viper=): New functions for
8251 working with characters.
8252 (viper-change-cursor-color): Fixed buglet.
8253 Many functions changed to use viper= instead of = when comparing
8254 characters.
8255 * viper.el (viper-insert-state-mode-list): Added eshell.
8256
8257 * ediff-init.el (ediff-before-setup-hook): New hook.
8258 Several typos fixed in various docstrings.
8259 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8260 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8261 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8262 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8263 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8264 (ediff-get-selected-buffers): New function.
8265 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8266 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8267 Use save-window-excursion.
8268 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8269 termination check in while loop.
8270 * ediff.el (ediff-get-default-file-name): Better defaults when in
8271 dired buffer.
8272 (ediff-files,ediff-merge-files,ediff-files3)
8273 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8274
8275 2000-10-28 Dave Love <fx@gnu.org>
8276
8277 * info.el (Info-fontify-node): Add help-echo for menu items.
8278
8279 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8280
8281 * startup.el (normal-top-level): If the value of $TERM indicates
8282 we are running from xterm or one of its work-alikes, default to a
8283 light background mode.
8284
8285 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8286 * faces.el (tty-handle-reverse-video): New function.
8287 (tty-create-frame-with-faces): Call it.
8288
8289 * frame.el (frame-notice-user-settings): Don't apply
8290 default-frame-alist and initial-frame-alist to MS-DOS frames.
8291 Call tty-handle-reverse-video, frame-set-background-mode, and
8292 face-set-after-frame-default for non-MS-DOS frames.
8293
8294 * startup.el (tty-long-option-alist): New variable.
8295 (tty-handle-args): New function.
8296 (command-line): Call tty-handle-args.
8297
8298 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8299 startup.el now does that for all character-terminal frames.
8300
8301 2000-10-28 Miles Bader <miles@gnu.org>
8302
8303 * emacs-lisp/easy-mmode.el (define-minor-mode):
8304 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8305 is global. If :global is followed by a non-nil but non-t value,
8306 make the mode buffer-local, but also generate a `global-MODE'
8307 version using `easy-mmode-define-global-mode'.
8308 Add :conditional-turn-on keyword argument.
8309
8310 2000-10-28 Dave Love <fx@gnu.org>
8311
8312 * international/latin1-disp.el (latin1-char-displayable-p):
8313 Don't use window-system.
8314
8315 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8316
8317 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8318 Don't call find-buffer-file-type-coding-system. Instead, just
8319 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8320 if the file is on an untranslated filesystem.
8321 (add-untranslated-filesystem): Use "D" instead of "f" inside
8322 interactive.
8323
8324 2000-10-27 Dave Love <fx@gnu.org>
8325
8326 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8327 (refill-mode): Use it.
8328
8329 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * international/quail.el (quail-activate): Don't make-local-hook.
8332
8333 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8334
8335 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8336 manual backups and file.~<rev>.~ for automatic ones.
8337 (vc-make-version-backup): Don't do it on MS-DOS without long file
8338 names.
8339
8340 * vc.el (vc-version-other-window): If an automatic backup of the
8341 desired version exists, rename it instead of copying it.
8342
8343 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8344 after command. If there's an unexpected error, signal it instead
8345 of being silent.
8346 (vc-cvs-merge-news): Be prepared for no news at all.
8347
8348 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8349
8350 * shell.el (shell): Add BUFFER argument.
8351 * comint.el (make-comint-in-buffer): New function.
8352 (make-comint): Use it.
8353
8354 * faces.el (face-spec-choose): Change syntax so that the list of
8355 attribute-value pairs is now the cdr of each clause, not the cadr.
8356 Detect old-style entries, and handle them. Use pop.
8357
8358 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * cus-edit.el (custom-mode-map): Use a sparse map.
8361 (custom-mode): Don't bother with make-local-hook.
8362
8363 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8364
8365 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8366
8367 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8368
8369 * ps-print.el: Avoid compilation gripes.
8370 (ps-print-version): New version number (6.2.1).
8371
8372 2000-10-26 Dave Love <fx@gnu.org>
8373
8374 * menu-bar.el: Modify some menu item help strings.
8375 (menu-bar-help-menu): Add link to MORE.STUFF.
8376
8377 * cus-edit.el (custom-mode): Add `special' mode-class property.
8378
8379 * wid-browse.el (widget-browse-mode): Likewise.
8380
8381 * wid-edit.el (widget-specify-field): Revert to using local-map
8382 property, not keymap.
8383
8384 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8385
8386 * wid-edit.el (widget-field-end): When checking for a `boundary'
8387 field, do so in the correct buffer.
8388
8389 * simple.el (undo): Correctly distinguish between numeric and
8390 non-numeric prefix args in non-transient-mark-mode, as per the doc
8391 string. When in transient-mark-mode, treat all prefix-args as
8392 numeric.
8393
8394 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8395 Position point on match. Handle N == 0 correctly.
8396
8397 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8398 (comint-mode-map): Reverse order of `comint-write-output' and
8399 `comint-append-output-to-file'.
8400 (comint-append-output-to-file): Reinstate this function, for the
8401 benefit of the menu.
8402
8403 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8404
8405 * vc.el (vc-version-other-window): Bind `file'.
8406
8407 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8408
8409 * Makefile.in (update-authors): New target for maintenance purposes.
8410
8411 * emacs-lisp/authors.el (batch-update-authors): New function.
8412 (authors-fixed-entries): New defconst.
8413 (authors-add-fixed-entries): New function.
8414 (authors): Call it.: Don't process lispref/.
8415
8416 2000-10-25 Jason Rumney <jasonr@gnu.org>
8417
8418 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8419 Merge x w32 and mac definitions.
8420
8421 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8422
8423 * menu-bar.el (menu-bar-options-menu): Add a help string for
8424 `uniquify'.
8425
8426 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8427
8428 * time-stamp.el (time-stamp-string-preprocess):
8429 Fix a wrong type argument error.
8430
8431 2000-10-25 Miles Bader <miles@gnu.org>
8432
8433 * recentf.el (recentf-mode): Variable removed.
8434 (recentf-mode): Use `define-minor-mode'.
8435
8436 * mwheel.el (mouse-wheel-mode): New global minor mode.
8437 (mwheel-install): Use `mouse-wheel-mode'.
8438
8439 2000-10-25 Dave Love <fx@gnu.org>
8440
8441 * progmodes/cperl-mode.el (cperl-mode):
8442 Set normal-auto-fill-function correctly.
8443
8444 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8445 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8446 bindings.
8447
8448 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8449
8450 * wid-edit.el (widget-field-at): New function.
8451 (widget-at, widget-field-activate): Use it.
8452 (widget-tabable-at): Use `widget-at'.
8453 (widget-specify-field): If the terminating character of the widget
8454 field (which is read-only) is a newline, put it into a special
8455 `boundary' field so that C-n/C-p act more naturally.
8456 (widget-field-end): Also don't subtract one if a special
8457 `boundary' field has been added after the widget field.
8458
8459 * comint.el (comint-output-filter, comint-send-input):
8460 Don't bother adding stickiness fields to overlays to fool the field
8461 code, since it should notice the overlay insertion-types now.
8462
8463 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8464 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8465 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8466
8467 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8468
8469 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8470 (authors): Set file coding system to iso-2022-7bit.
8471 Add file-local variables to output buffer.
8472
8473 * files.el (after-find-file): Don't print any warnings if
8474 WARN is nil.
8475
8476 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8477
8478 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8479
8480 * delim-col.el: Now there is a column formatting mechanism.
8481 Modified to customization mechanisms convention. Doc fix.
8482 (columns): New group for delim-col.
8483 (delimit-columns-before, delimit-columns-after)
8484 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8485 (delimit-columns-end): New vars.
8486 (delimit-columns-customize, delimit-columns-format): New funs.
8487 (delimit-columns-region, delimit-columns-rectangle)
8488 (delimit-columns-rectangle-line): Modified to support column
8489 formatting.
8490
8491 2000-10-24 Dave Love <fx@gnu.org>
8492
8493 * log-edit.el (log-edit): Add :version and a :group for vc.
8494
8495 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8496
8497 * files.el (after-find-file): Don't print a message ``New file''
8498 if WARN is nil.
8499
8500 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8501 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8502 get duplicate tool-bar entries because we'll see the global ones
8503 on more than one path through keymaps.
8504
8505 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8506
8507 * progmodes/cmacexp.el: Change Francesco's email address.
8508
8509 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8510
8511 * window.el (fit-window-to-buffer): Adjust point of the window
8512 buffer, not that of the current buffer.
8513
8514 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8515
8516 * progmodes/cmacexp.el: Update the euthor's email address.
8517
8518 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8519
8520 * faces.el (face-spec-set-match-display): Add `graphic' display
8521 type (the inverse of `tty'). Use `display-graphic-p' instead of
8522 the window-system variable.
8523
8524 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8525
8526 * international/isearch-x.el (isearch-with-input-method):
8527 Call input-method-function with the first event in
8528 unread-command-events.
8529
8530 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8531
8532 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8533
8534 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8535
8536 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8537 New charsets.
8538
8539 * term/mac-win.el: Remove definitions of mac-roman-lower and
8540 mac-roman-upper, require dired, and define instead of set
8541 mac-ready-for-drag-n-drop to avoid compilation error.
8542
8543 2000-10-23 Andrew Innes <andrewi@gnu.org>
8544
8545 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8546 Remove superfluous calls to subst-char-in-string; instead apply
8547 expand-file-name after convert-standard-filename to ensure
8548 expected directory separators are used.
8549
8550 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8551
8552 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8553
8554 2000-10-23 Dave Love <fx@gnu.org>
8555
8556 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8557 (tool-bar-add-item): Set foreground and background for XBM icons.
8558
8559 * international/latin1-disp.el (latin1-char-displayable-p):
8560 New function (from Handa).
8561 (latin1-display-check-font): Use it.
8562
8563 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8564 using :key-sequence, making it much more usable.
8565 Use nconc, not append.
8566 (imenu--create-keymap-1): Avoid append.
8567
8568 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8569
8570 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8571
8572 [the following changes fix a bug where `define-minor-mode' didn't
8573 correctly generate :require clauses for defcustoms in compiled files]
8574 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8575 (byte-compile-log-file, byte-compile-log-1): Don't set
8576 `byte-compile-current-file' to nil. Instead set
8577 `byte-compile-last-logged-file' to it. Test whether
8578 byte-compile-current-file equals byte-compile-last-logged-file
8579 instead of whether its nil.
8580 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8581
8582 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8583
8584 * textmodes/refill.el: Fix var names in doc.
8585 (refill-mode): Don't bother with make-local-hook anymore.
8586
8587 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8588
8589 * faces.el (face-user-default-spec, face-default-spec): New functions.
8590 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8591 (frame-set-background-mode, face-set-after-frame-default):
8592 Use `face-user-default-spec'. Simplify code slightly.
8593
8594 * woman.el (woman-italic-face, woman-bold-face)
8595 (woman-unknown-face): Add dark-background variants.
8596 (woman-default-faces): Renamed from `woman-colour-faces'.
8597 Set using the stored defaults, rather than using hard-wired colors.
8598 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8599 Just make the foreground `unspecified' rather than "black".
8600 (woman-menu): Rename menu entries accordingly.
8601
8602 * faces.el (header-line): Make more reasonable on mono/grayscale
8603 displays.
8604
8605 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8606
8607 * cus-edit.el (custom-button-face): Use 3D look for mac.
8608 (custom-button-pressed-face): Likewise.
8609
8610 * faces.el (set-face-attributes-from-resources): Handle mac frames
8611 in the same way as x and w32 frames.
8612 (face-valid-attribute-values): Likewise.
8613 (read-face-attribute): Likewise.
8614 (defined-colors): Likewise.
8615 (color-defined-p): Likewise.
8616 (color-values): Likewise.
8617 (display-grayscale-p): Likewise.
8618 (face-set-after-frame-default): Likewise.
8619 (mode-line): Same default face as for x and w32.
8620 (tool-bar): Likewise.
8621
8622 * frame.el: Remove call to frame-notice-user-settings at end of
8623 the file.
8624
8625 * info.el (Info-fontify-node): Make underlines invisible for mac
8626 as for x, pc, and w32 frame types.
8627
8628 * term/mac-win.el: New file.
8629
8630 2000-10-22 Dave Love <fx@gnu.org>
8631
8632 * textmodes/refill.el: New file.
8633
8634 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8635
8636 * vc-hooks.el (vc-version-backup-file-name): New optional args
8637 MANUAL and REGEXP.
8638 (vc-delete-automatic-version-backups, vc-make-version-backup):
8639 New functions.
8640 (vc-before-save): Use the latter.
8641 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8642 confusion.
8643
8644 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8645 expected by vc[-hooks].el.
8646
8647 * vc.el (vc-checkout): Added `-p' suffix in call to
8648 vc-make-version-backups-p; use vc-make-version-backup to actually
8649 make the backup.
8650 (vc-version-other-window, vc-version-backup-file): Handle both
8651 automatic and manual backups.
8652 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8653 of all of them.
8654
8655 2000-10-22 Miles Bader <miles@gnu.org>
8656
8657 * comint.el (comint-highlight-input, comint-highlight-prompt):
8658 Renamed, `-face' at end removed.
8659 (comint-send-input, comint-output-filter): Use renamed faces.
8660
8661 * window.el (fit-window-to-buffer): Change defaulting of
8662 MAX-HEIGHT slightly.
8663
8664 * faces.el (color-values, color-defined-p): Use `member', not
8665 `memq', because it works correctly for strings.
8666 (frame-set-background-mode): Actually, "unspecified-fg" and
8667 "unspecified-bg" *are* strings. Use `member', not `memq', and
8668 `equal', not `eq', when a string value is possible.
8669
8670 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8671
8672 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8673
8674 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8675
8676 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8677 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8678 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8679 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8680 (sh-font-lock-syntactic-keywords): Use them.
8681 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8682 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8683 (sh-mode): Don't override font-lock-unfontify-region-function.
8684 Use a copy of sh-font-lock-syntactic-keywords.
8685 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8686 Don't call sh-scan-buffer since font-lock does it on the fly.
8687 (sh-get-indent-info): Use `face' rather than `syntax-table'
8688 text-property to detect here-documents.
8689 Replace sh-special-syntax with sh-st-punc.
8690 (sh-prev-line): Use `face' rather than `syntax-table'
8691 text-property to skip over here-documents.
8692 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8693 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8694 (sh-electric-less, sh-set-here-doc-region)
8695 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8696 (sh-scan-buffer, sh-rescan-buffer): Remove.
8697
8698 2000-10-21 Andrew Innes <andrewi@gnu.org>
8699
8700 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8701 remote (ange-ftp) file names.
8702
8703 2000-10-21 Miles Bader <miles@gnu.org>
8704
8705 * window.el (fit-window-to-buffer): New function.
8706 (shrink-window-if-larger-than-buffer): Use it.
8707 (window-text-height): Don't expect minibuffers to have mode-lines.
8708
8709 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8710 * international/quail.el (quail-update-guidance):
8711 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8712
8713 * international/quail.el (quail-show-guidance-buf): Make sure
8714 guidance window really has enough room.
8715 (quail-update-guidance): If quail-guidance-win is already shown,
8716 make sure its height is OK.
8717
8718 * window.el (window-text-height, set-window-text-height):
8719 New functions.
8720 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8721 instead of `window-height' & `mode-line-window-height-fudge'.
8722 (mode-line-window-height-fudge): Add FACE parameter.
8723 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8724 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8725
8726 2000-10-20 Miles Bader <miles@gnu.org>
8727
8728 * window.el (height-affecting-face-attributes): Use `defconst'.
8729
8730 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8731 New function, conditionally aliased to `mode-line-window-height-fudge'.
8732 (ispell-help): Use it.
8733 (ispell-choices-win-default-height): Don't include mode-line fudge.
8734 (ispell-choices-win-default-height): New function.
8735 (ispell-show-choices, ispell-command-loop): Use function
8736 `ispell-choices-win-default-height' instead of variable.
8737
8738 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8739
8740 * window.el (mode-line-window-height-fudge): New variable.
8741 (height-affecting-face-attributes): New variable.
8742 (mode-line-window-height-fudge): New function.
8743 (shrink-window-if-larger-than-buffer): Use it.
8744 * help.el (resize-temp-buffer-window): Likewise.
8745
8746 * info.el (Info-fontify-node): Add support for @subsubsection
8747 titles, which use `Info-title-4-face'.
8748 (Info-title-4-face): New face.
8749 (Info-title-3-face): Inherit from Info-title-4-face instead of
8750 variable-pitch.
8751
8752 2000-10-19 Jason Rumney <jasonr@gnu.org>
8753
8754 * dired.el (dired-insert-directory): Do not let errors signalled by
8755 attempt to run dired-free-space-program prevent dired from working.
8756
8757 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8758
8759 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8760
8761 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8762
8763 * dirtrack.el (dirtrack): Fix call to run-hooks.
8764
8765 * cmuscheme.el (cmuscheme-program-name): Renamed from
8766 scheme-program-name because xscheme.el contains a defcustom with
8767 the same name. As a consequence, customizing group `cmuscheme'
8768 loaded `xscheme' which redefined run-scheme.
8769 (run-scheme): Use cmuscheme-program-name.
8770
8771 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8772
8773 * play/doctor.el (doctor-death): Update the Samaritans'
8774 anonymous address, and add a website for Befrienders International.
8775
8776 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8777
8778 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8779 Avoid compilation gripes. Doc fix.
8780 (ps-print-version): New version number (6.2).
8781 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8782 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8783 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8784 (ps-x-extent-priority, ps-x-extent-start-position)
8785 (ps-x-face-font-instance, ps-x-find-coding-system)
8786 (ps-x-font-instance-properties, ps-x-make-color-instance)
8787 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8788 avoid compilation gripes without defining functions.
8789 (ps-e-find-composition): Alias for function find-composition, to have a
8790 suitable function depending on Emacs version.
8791 (ps-color-device, ps-color-values, ps-face-foreground-name)
8792 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8793 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8794 (ps-print-ensure-fontified): Function definitions surrounded by
8795 `eval-and-compile' to avoid compilation gripes.
8796 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8797 by symbol-value to avoid compilation gripes.
8798 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8799 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8800
8801 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8802
8803 * startup.el (normal-top-level): Call `frame-set-background-mode'
8804 after `frame-notice-user-settings' because the latter doesn't call
8805 the former on a tty.
8806
8807 * faces.el (frame-set-background-mode): `unspecified' &c are
8808 symbols, not strings.
8809
8810 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8811
8812 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8813 why some "light*" colors are deliberately absent from the alist.
8814
8815 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8816 Change colors for tty's, as suggested by Miles Bader.
8817
8818 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8819
8820 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8821 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8822 for ISO10646-1 fonts.
8823 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8824
8825 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8826
8827 * faces.el (frame-set-background-mode): If a tty frame defines a
8828 background color, use that to compute the background mode, instead
8829 of always defaulting to "dark".
8830
8831 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8832
8833 * comint.el (comint-write-output): New function.
8834 (comint-mode-map): Add it to the menu.
8835 Bind `C-c C-s' to comint-write-output.
8836
8837 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8838
8839 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8840 Use fancy-splash-delay.
8841
8842 2000-10-18 Alex Schroeder <alex@gnu.org>
8843
8844 * progmodes/sql.el (sql-sybase-options): New option.
8845 (sql-sybase): Use it. Add sql-database to the list of parameters
8846 provided for login. The options -w 2048 -n are not used any more.
8847
8848 * comint.el (comint-read-input-ring): Bugfix such that the first
8849 and the last entry of the input ring file are not lost.
8850
8851 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8852
8853 * ps-print.el: Internal variable changes to defcustom,
8854 make-local-hook changes to defvar. Doc fix.
8855 (ps-print-version): New version number (6.1).
8856 (ps-setup, ps-do-despool): Code fix.
8857 (ps-printer-name): Customization fix.
8858 (ps-printer-name-option): Now is a defcustom instead of an
8859 internal variable.
8860 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8861 (ps-print-begin-column-hook): Now are defvar instead of
8862 make-local-hook.
8863
8864 2000-10-18 Miles Bader <miles@gnu.org>
8865
8866 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8867 (comint-kill-output): Changed into an alias for `comint-delete-output',
8868 and made obsolete.
8869 (comint-mode-map): Rename references to comint-kill-output.
8870
8871 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8872
8873 * diff-mode.el (diff-header-face, diff-file-header-face)
8874 (diff-changed-face): Add bold and italic attributes to tty faces.
8875 (diff-function-face): New face.
8876 (diff-font-lock-keywords): Use it.
8877
8878 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8879
8880 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8881 Remove commented-out call to force-mode-line-update.
8882 (comint-kill-output): Use `forward-line 0' instead of
8883 beginning-of-line to make sure we get past the prompt.
8884
8885 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8886
8887 * diff-mode.el (diff-header-face, diff-file-header-face):
8888 Add specific setting for dark background.
8889 (diff-context-face): Renamed from diff-comment-face.
8890 Set explicitly rather than inheriting from font-lock-comment-face.
8891
8892 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8893
8894 * startup.el (command-line): Move the code which sets the default
8895 TTY colors to before before-init-hook.
8896
8897 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8898
8899 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8900
8901 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8902
8903 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8904 extensions, for MS-DOS.
8905
8906 * diff-mode.el (diff-header-face, diff-file-header-face)
8907 (diff-changed-face): Define tty-specific colors.
8908
8909 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8910
8911 * startup.el (fancy-splash-text): Realign the text.
8912
8913 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8914
8915 * font-lock.el (font-lock-comment-face): Define a separate default
8916 for dark-background tty's.
8917
8918 2000-10-17 Miles Bader <miles@gnu.org>
8919
8920 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8921 being obscured by whizzy mode-lines on graphics displays.
8922
8923 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8924
8925 * info.el (Info-title-1-face, Info-title-2-face)
8926 (Info-title-3-face): Define colors for tty's.
8927 (info-header-node): Remove unneeded tty-specific definition.
8928
8929 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8932 reverse from the frame parameters, and don't invert foreground and
8933 background colors.
8934
8935 2000-10-16 Miles Bader <miles@gnu.org>
8936
8937 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8938 string "*Info*". Call propertized-buffer-identification to spruce
8939 up the result.
8940
8941 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8942
8943 * help.el: Provide `help' for the sake of define-minor-mode
8944 which generates defcustoms with requires.
8945
8946 * jit-lock.el (jit-lock-after-change): If we're in text that
8947 matches a multi-line font-lock pattern, make sure the whole text
8948 will be redisplayed.
8949
8950 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8951 author's name is unknown.
8952
8953 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8954 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8955 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8956 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8957 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8958 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8959 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8960 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8961 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8962 Add author information.
8963
8964 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8965
8966 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8967 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8968 full-color version (using the Gimp) to eliminate dithering artifacts.
8969
8970 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8971
8972 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8973
8974 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8975
8976 2000-10-15 Dave Love <fx@gnu.org>
8977
8978 * progmodes/sh-script.el: Require skeleton and comint when compiling.
8979
8980 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8981
8982 * whitespace.el: Doc fixes.
8983 (top-level): Don't add hooks here.
8984 (whitespace-running-emacs): Deleted.
8985 (timer): Don't require.
8986 (whitespace): Add back :version conditional on xemacs test.
8987 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8988 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8989 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8990 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8991 Avoid specific xemacs test.
8992 (whitespace-global-mode): New option.
8993 (whitespace-global-mode): New command.
8994 (whitespace-unload-hook): New function.
8995
8996 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8997 (Info-fontify-node, Info-goto-node, Info-mode-menu)
8998 (Info-fontify-node): `Goto' goes to `Go to'.
8999 (Info-fontify-node): Add help-echo to xref links.
9000
9001 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9002
9003 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9004
9005 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9006
9007 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9008 Use plist-get and allow :inherit.
9009
9010 * emacs-lisp/cl-macs.el (cl-do-arglist):
9011 Use plist-get and plist-member instead of memq.
9012
9013 * emacs-lisp/ewoc.el (ewoc-location): New function.
9014 (ewoc-enter-after, ewoc-enter-before): Document return value.
9015 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9016 Don't need make-local-hook any more.
9017 (cvs-addto-collection): Return the new tin.
9018 (cvs-mode-insert): Jump to the new line.
9019
9020 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9021
9022 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9023
9024 * font-lock.el (font-lock-syntactically-fontified): New var.
9025 (font-lock-fontify-syntactic-keywords-region): Use it.
9026 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9027
9028 * diff-mode.el (diff-find-file-name): Fix regexp.
9029
9030 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9031 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9032
9033 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9034 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9035 (sh-mode): Don't make all vars local here.
9036 (sh-kw): Reformat.
9037 (sh-set-shell): Use dolist. Don't set indent-region-function.
9038 (sh-mode-syntax-table): Use pop.
9039 (sh-remember-variable): Use push.
9040 (sh-help-string-for-variable): Use memq.
9041 (sh-safe-backward-sexp): Remove.
9042 (sh-safe-forward-sexp): Add ARG.
9043 (sh-get-indent-info, sh-prev-stmt): Use it.
9044 (sh-prev-line): Simplify by using forward-comment.
9045 (sh-this-is-a-continuation): Simplify.
9046 (sh-learn-buffer-indent): Use dolist.
9047 (sh-do-nothing): Remove.
9048 (sh-set-char-syntax, sh-set-here-doc-region):
9049 Use inhibit-modification-hooks.
9050 (sh-name-style): Use mapcar and push.
9051 (sh-load-style): Use dolist.
9052 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9053 (sh-case, sh-while-getopts): Use propertize directly rather
9054 than sh-electric-rparen.
9055
9056 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9057
9058 * textmodes/tex-mode.el: Require CL when compiling.
9059 (tex-mode-syntax-table): Init immediately.
9060 (tex-mode-map): Bind M-RET to latex-insert-item.
9061 (latex-mode): Set indent-line-function to latex-indent.
9062 (tex-common-initialization): Don't setup the syntax-table any more.
9063 (latex-insert-item): New skeleton.
9064 (tex-next-unmatched-end): Fix copy/paste braino.
9065 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9066 (latex-indent, latex-find-indent): New functions.
9067 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9068 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9069 (tex-compilation-parse-errors): Use with-syntax-table.
9070
9071 2000-10-15 Miles Bader <miles@gnu.org>
9072
9073 * font-lock.el (font-lock-comment-face): Change dark-background,
9074 color, non-tty, default to `chocolate1'.
9075
9076 2000-10-13 John Wiegley <johnw@gnu.org>
9077
9078 * eshell/esh-util.el (require): Added a missing `require' form,
9079 needed when compiling (for an ange-ftp macro definition).
9080
9081 2000-10-13 Dave Love <fx@gnu.org>
9082
9083 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9084
9085 2000-10-13 Gerd Moellmann <gerd@gnu.org>
9086
9087 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9088
9089 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9090 transparent -colors 8).
9091
9092 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
9093
9094 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9095 that breaks with old list format timestamps.
9096 (time-stamp-warn-inactive, time-stamp-old-format-warn)
9097 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9098
9099 2000-10-13 John Wiegley <johnw@gnu.org>
9100
9101 * align.el, pcomplete.el, calendar/timeclock.el,
9102 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9103
9104 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9105 faulty math, where holiday hours were being computing as seconds.
9106
9107 2000-10-13 John Wiegley <johnw@gnu.org>
9108
9109 * desktop.el (desktop-buffer-modes-to-save): Added a global for
9110 specifying what "other" kinds of buffers should be saved.
9111 This used to be hard-coded.
9112 (desktop-buffer-misc-functions): A global for specifying how
9113 auxiliary data should be determined for special buffer types.
9114 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9115 instead of hard-coding the special buffer types.
9116 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9117 auxiliary data, instead of hard-coding for Info buffers and dired.
9118 (desktop-buffer-info-misc-data): Aux function for determining Info
9119 buffer auxiliary info.
9120 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9121 (desktop-buffer-info): Changed this function to use the info
9122 gathered above.
9123 (desktop-create-buffer): Be a little more careful about what
9124 `minor-mode' means before calling it. This is important for some
9125 buffer types.
9126
9127 2000-10-13 John Wiegley <johnw@gnu.org>
9128
9129 * eshell/esh-util.el: Added a global form which declares an
9130 autoload for `parse-time-string', if that function is not already
9131 defined, and if parse-time.el is available on the user's system.
9132
9133 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9134 to be aware of ange-ftp user info.
9135 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9136 (eshell-ls-annotate): Use `eshell-file-attributes'.
9137 (eshell-ls-file): Made the user-id printing code a bit smarter.
9138
9139 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9140 allow identification of alias user ids in remote directories.
9141 It's manual, but there's no other way to know when the current user
9142 on the local machine, is also the owning user on the remote machine.
9143 (fboundp): Bind `ange-cache'.
9144 (eshell-directory-files-and-attributes): Re-organized the logic a
9145 bit to use `eshell-file-attributes' instead of `file-attributes'.
9146 The former is more sensitive to directories that are read via FTP,
9147 and knows how to use ange-ftp to determine full attribute
9148 information, instead of just the name and last modtime.
9149 (eshell-current-ange-uids): Return the current user id when in a
9150 remote directory.
9151 (eshell-parse-ange-ls): Parse a full directory listing that has
9152 been returned by ange-ftp.
9153 (eshell-file-attributes): This beefed up version of
9154 `file-attributes' is only special if the user is currently in a
9155 remote directory, in which case it does a lot of work to find out
9156 what the real attributes of a file are, as they appear on the
9157 remote machine. This makes usage of remote directories (i.e.,
9158 ange-ftp pathnames) much more useful. You can now use Eshell as a
9159 full-fledged FTP client, with much more manipulation ability than
9160 most other clients.
9161
9162 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9163 variable, which means that Eshell's du should always be preferred
9164 in remote directories.
9165 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9166 just `file-attributes'.
9167 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9168 when reading remote directories. This is an Eshell-specific
9169 variable (not part of ange-ftp).
9170 (eshell/ln): Bind `ange-cache'.
9171 (eshell/du): Added some extra logic for determining when to use
9172 Eshell's du (which is slow), and when to use the external version
9173 (which may or may not exist).
9174
9175 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9176 Call `eshell-interactive-process', rather than using
9177 `get-buffer-process', since backgrounded processes don't count in
9178 the context of this function's logic.
9179
9180 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9181 `forward-char', so that null strings are parsed correctly.
9182
9183 2000-09-13 John Wiegley <johnw@gnu.org>
9184
9185 * eshell/em-pred.el (eshell-pred-file-type)
9186 (eshell-pred-file-links, eshell-pred-file-size):
9187 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9188
9189 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9190 that remote file globbing is more efficient.
9191
9192 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9193 gathering the files and attributes within a directory.
9194
9195 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9196 the command line is a special file (not a regular file, directory
9197 or symlink), always attempt to call the external version of cat.
9198
9199 2000-09-13 John Wiegley <johnw@gnu.org>
9200
9201 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9202 Eshell-friendly version of find-tag.
9203
9204 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9205
9206 * image-file.el (image-file-name-extensions)
9207 (image-file-name-regexps): Add autoload cookies.
9208
9209 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9210
9211 * international/mule-cmds.el (select-safe-coding-system): If FROM
9212 is string, show it in *Warning* buffer.
9213
9214 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9215
9216 * startup.el (normal-top-level): Use display-popup-menus-p instead
9217 of window-system.
9218 (command-line): Use display-graphic-p instead of window-system.
9219 (command-line-1): Use display-popup-menus-p and display-mouse-p
9220 instead of window-system.
9221
9222 2000-10-12 Sam Steingold <sds@gnu.org>
9223
9224 * tooltip.el (tooltip-use-echo-area): New user variable.
9225 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9226
9227 2000-10-12 Dave Love <fx@gnu.org>
9228
9229 * recentf.el: Maintainer's checkdoc fixes.
9230
9231 * startup.el (normal-top-level-add-subdirs-to-load-path):
9232 Use character class, not ASCII when matching file names.
9233 (fancy-splash-head): Add trailing slash to URL.
9234 (command-line): Don't require XPM support for toolbar.
9235
9236 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9237 (cperl-invalid-face): Revert last change.
9238 (cperl-init-faces): Quote cperl-invalid-face.
9239
9240 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9241
9242 * startup.el (fancy-splash-text): Remove superfluous quote.
9243
9244 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9245
9246 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9247 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9248 (command-line-1): Don't use fancy-splash-pending-command.
9249 (fancy-splash-screens-1): Goto point-min after inserting text.
9250
9251 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9252
9253 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9254 instead of shared-lisp-mode-map.
9255
9256 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9257
9258 * faces.el (header-line): Change tty-variant to use underlining.
9259
9260 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9261 (isearch-highlight): Restore lazy-isearch face properties at old
9262 position, and suppress them at new position.
9263 (isearch-dehighlight): Restore lazy-isearch face properties.
9264 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9265 over the real isearch overlay, but in that case, don't give it a
9266 face property. Use `push'.
9267
9268 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9269
9270 * man.el (Man-getpage-in-background): Fix previous change.
9271 Decode the process output only when we are in multibyte mode.
9272
9273 2000-10-11 Dave Love <fx@gnu.org>
9274
9275 * info.el (Info-mode-menu): Fix some help.
9276 (info-tool-bar-map): Add entry for Info-last.
9277
9278 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9279 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9280 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9281 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9282 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9283 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9284 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9285 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9286 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9287 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9288 Reduce colour requirements to 25 overall. (Probably wants
9289 revisiting from the originals to reduce further.)
9290
9291 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9294 buffer-file-coding-system, instead of raw-text.
9295 (dehexlify-buffer): Bind coding-system-for-read to
9296 buffer-file-coding-system, instead of raw-text.
9297
9298 2000-10-11 Sam Steingold <sds@gnu.org>
9299
9300 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9301 `underline' - fixes the bug introduced on 2000-09-21.
9302
9303 2000-10-11 Dave Love <fx@gnu.org>
9304
9305 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9306 Avoid compiler warnings.
9307 (scheme-mode): Doc fix.
9308 (scheme-font-lock-keywords-1): Match `define-syntax'.
9309
9310 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9311
9312 * faces.el (frame-set-background-mode): Pay attention to saved
9313 face specs as well as default ones. Only do anything if the
9314 bg-mode or display-type has actually changed. Use `dolist'.
9315 (region): Make dark-background `region' face less in-your-face.
9316
9317 2000-10-10 Sam Steingold <sds@gnu.org>
9318
9319 * chistory.el, ielm.el, ledit.el:
9320 * progmodes/inf-lisp.el, progmodes/scheme.el:
9321 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9322
9323 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9324
9325 * textmodes/texinfo.el: Update copyright and fix typo.
9326
9327 * desktop.el (desktop-modes-not-to-save): New var.
9328 (desktop-save-buffer-p): Use it.
9329 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9330 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9331
9332 2000-10-10 Dave Love <fx@gnu.org>
9333
9334 * toolbar/tool-bar.el (tool-bar-add-item)
9335 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9336
9337 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9338 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9339 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9340 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9341 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9342 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9343 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9344 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9345 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9346 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9347 the .xpms; probably need retouching.
9348
9349 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9350
9351 * subr.el (add-to-list): Add optional argument APPEND.
9352 * battery.el (display-battery): Use `add-to-list'.
9353
9354 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9355
9356 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9357 properties.
9358 (zone, zone-when-idle, zone-leave-me-alone)
9359 (zone-pgm-whack-chars): Use new symbol properties.
9360
9361 * battery.el (display-battery): Doc spelling fix.
9362
9363 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9364 property.
9365
9366 2000-10-09 Dave Love <fx@gnu.org>
9367
9368 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9369 has been initialized before calling tool-bar-setup.
9370 (tool-bar-add-item-from-menu): Add autoload cookie.
9371
9372 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9373
9374 * menu-bar.el (send-mail-item-name): New function.
9375 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9376 of mail-user-agent in the menu. Don't display the "Send Mail"
9377 item if mail-user-agent is nil or its value is ignore.
9378 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9379 if read-mail-command is nil or its value is ignore.
9380
9381 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9382
9383 2000-10-09 Miles Bader <miles@gnu.org>
9384
9385 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9386 Correct image size.
9387 * toolbar/left_arrow.xpm: Correct image size.
9388
9389 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9390 will be done by the definition of `auto-compression-mode' if
9391 necessary. Move code to uninstall existing file-name handler
9392 before definition of `auto-compression-mode'.
9393
9394 * image-file.el (auto-image-file-mode): Move to the end of the
9395 file, because `define-minor-mode' actually calls the mode-function
9396 if the associated variable is non-nil, which requires that all
9397 needed functions be already defined.
9398
9399 * mouse.el (popup-menu): Balance parens.
9400
9401 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9402
9403 * mouse.el (popup-menu): Move the command call outside the loop
9404 so that popup-menu returns whatever the command returns.
9405
9406 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9407 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9408 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9409 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9410
9411 * vc.el (vc-version-diff): diff-switches can be a list.
9412 Use relative filenames for prettier output.
9413
9414 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9415 (vc-post-command-functions): Remove old-VC compatibility code.
9416
9417 * newcomment.el (comment-indent-default): Autoload.
9418
9419 * font-lock.el (font-lock-defaults): Make buffer-local.
9420 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9421 (font-lock-choose-keywords):
9422 Ignore LEVEL unless KEYWORDS is a list of syms.
9423 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9424 Don't wrap regexp-opt things in \(...\) unnecessarily.
9425
9426 * jit-lock.el: Don't require font-lock any more.
9427 (jit-lock-functions): Make buffer-local.
9428 (jit-lock-saved-fontify-buffer-function): Remove.
9429 (jit-lock-mode): Remove autoload cookie.
9430 Remove font-lock specific code.
9431 (jit-lock-unregister): Don't bother handling complex hooks any more.
9432 (jit-lock-refontify): New function.
9433 (jit-lock-fontify-buffer): Use it.
9434 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9435 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9436 Add optional args START and END.
9437 Never call font-lock-fontify-region directly.
9438 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9439
9440 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9441
9442 2000-10-08 Dave Love <fx@gnu.org>
9443
9444 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9445
9446 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9447
9448 * play/studly.el (studlify-region, studlify-word): Add autoload
9449 cookie.
9450
9451 * play/morse.el (morse-region, unmorse-region): Add autoload
9452 cookie.
9453
9454 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9455 concat.
9456
9457 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9458 insist on symbols starting with word syntax.
9459 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9460 (eval-defun-1): Doc fix.
9461 (indent-sexp): Use nconc to build up indent-stack.
9462
9463 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9464 Gnus with little use.
9465 (mail-setup-hook): Add mail-abbrevs-setup to options.
9466
9467 * recentf.el: Doc fixes.
9468
9469 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9470 Clean up remainder.
9471
9472 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9473 without timezone and (8) with timezone to enforce some whitespace.
9474 Simplify code somewhat.
9475
9476 * options.el (list-options): Doc that you should use customize.
9477
9478 * iswitchb.el (iswitchb-mode): Add :require.
9479
9480 * info.el (Info-goto-node, Info-menu): Doc fix.
9481 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9482 (info-tool-bar-map): New variable.
9483 (Info-mode): Use it.
9484 (Info-edit-map): Define all in defvar.
9485 (speedbar-attached-frame): Avoid compiler warning.
9486
9487 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9488 (global-map): Bind [tool-bar] to a filtered map.
9489 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9490 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9491 Allow PBM icons.
9492 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9493
9494 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9495 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9496 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9497 icons, except up_arrow, which is left-arrow rotated.
9498
9499 * imenu.el (imenu-add-to-menubar): Fix last change.
9500
9501 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9502
9503 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9504 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9505
9506 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9507
9508 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9509 typos in doc strings.
9510
9511 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9512 the doc strings how to customize Font Lock faces.
9513
9514 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9515 computing growth when dragging the header line.
9516
9517 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9518
9519 * simple.el (kill-line): Doc fix.
9520
9521 2000-10-08 Miles Bader <miles@gnu.org>
9522
9523 * faces.el (secondary-selection): Make foreground visible on tty.
9524
9525 * jka-compr.el (auto-compression-mode): Move to the end of the
9526 file, because `define-minor-mode' actually calls the mode-function
9527 if the associated variable is non-nil, which requires that all
9528 needed functions be already defined.
9529 (with-auto-compression-mode): Add autoload cookie.
9530
9531 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9532
9533 * files.el (find-backup-file-name) [ms-dos]: If support for long
9534 file names is not available, behave as if version-control were set
9535 to never.
9536
9537 2000-10-07 Dave Love <fx@gnu.org>
9538
9539 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9540 (browse-url-gnome-moz): New function.
9541 (browse-url-browser-function): Use it.
9542 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9543
9544 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9545
9546 * indent.el (tab-always-indent): New var.
9547 (indent-for-tab-command): Use it.
9548
9549 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9550 raise an error. This way it can still default to a sane value.
9551
9552 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9553
9554 * startup.el (fancy-splash-screens): Use local rather than global map.
9555 Don't use `update-menu-bindings' any more.
9556 Get rid of assumptions about keymap representation.
9557
9558 2000-10-06 Dave Love <fx@gnu.org>
9559
9560 * textmodes/fill.el (sentence-end-double-space)
9561 (sentence-end-without-period): Doc fix.
9562 (adaptive-fill-regexp): Purecopy.
9563 (unjustify-current-line): Use line-end-position.
9564 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9565
9566 * net/eudc-vars.el (eudc): Add :version, :link.
9567
9568 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9569
9570 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9571 Fix for define-minor-mode.
9572 (function-at-point): Alias to function-called-at-point.
9573
9574 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9575
9576 * simple.el (backward-word): Doc fix.
9577
9578 * image-file.el (image-file-name-regexp): image-file-regexps ->
9579 image-file-name-regexps.
9580 (image-file-name-extensions): Add pbm.
9581
9582 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9585 and add filename to the names so that diff-mode can jump to source.
9586
9587 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9588 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9589 (tex-font-lock-keywords-1): Remove.
9590 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9591 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9592 (font-lock-default-fontify-region):
9593 Expand beg..end correctly when just following a multiline region.
9594 (font-lock-fontify-anchored-keywords):
9595 Include the anchor text as part of the multiline.
9596
9597 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9598
9599 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9600 latter needs the autoloaded define-minor-mode macro during the
9601 bootstrap.
9602
9603 * startup.el (command-line): For now, activate tool-bar-mode only
9604 if XPM images are supported.
9605
9606 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9607 window by dragging a header-line at the top of the frame; that's
9608 confusing because the header-line doesn't move.
9609 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9610 of treating the event as a list. Some cleanup.
9611
9612 2000-10-06 Miles Bader <miles@gnu.org>
9613
9614 * simple.el (display-message-or-buffer): New function.
9615 (shell-command-on-region): Use `display-message-or-buffer'.
9616
9617 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9618 docstring parts.
9619
9620 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9621 (smbclient-prompt-regexp): Add usage note to doc string.
9622 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9623 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9624 Use add-hook for adding the comint filter function, and only do so
9625 if it's not already in the global hook list.
9626 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9627 to `make-local-variable'.
9628 (nslookup-font-lock-keywords): Remove prompt entry.
9629 (nslookup): Don't set the process-filter.
9630 (finger): Exit the loop correctly when the regexps list runs out.
9631 (ftp, smbclient, smbclient-list-shares):
9632 Set the real major mode immediately, not after execing.
9633 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9634
9635 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9636
9637 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9640
9641 * which-func.el (which-func-format): Remove spurious space.
9642 (which-func-mode): Don't make it permanent-local.
9643 (which-func-ff-hook): Allow which-func-maxout to be nil.
9644 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9645 (which-func-mode): Simplify.
9646 Use post-command-idle-hook rather than post-command-hook.
9647 Go through all buffers and update their state.
9648 (which-function): Also try add-log-current-defun-function.
9649
9650 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9651 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9652 Update call to with-vc-properties accordingly.
9653 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9654 (vc-revert-buffer): More careful about window selection and deletion.
9655 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9656
9657 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9658 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9659 (cvs-dired-action): Change the default to quickdir.
9660
9661 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9662 if comment-indent-function returns nil.
9663 (comment-indent-default): New function.
9664 (comment-indent-function): Use it and document the new semantics.
9665
9666 * image-file.el: Docstring fixes.
9667
9668 * help.el (help-xref-on-pp): Use match-string.
9669 (describe-variable): New arg BUFFER.
9670 Store the current buffer in the help-xref-stack.
9671 (temp-buffer-resize-mode): Use define-minor-mode.
9672
9673 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9674 consistently with its docstring.
9675 Set jit-lock-first-unfontify-pos in an idempotent way.
9676 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9677
9678 2000-10-05 Alex Schroeder <alex@gnu.org>
9679
9680 * sql.el (sql-mysql-options): New variable.
9681 (sql-mysql): Use it.
9682
9683 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9684
9685 * image.el (image): New group.
9686
9687 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9688 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9689
9690 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9691
9692 * net/net-utils.el (nslookup-font-lock-keywords)
9693 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9694 Ignore the value of wqindow-system; always define keywords
9695
9696 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9697
9698 * startup.el (fancy-splash-screens): Remove the code for
9699 debugging; `(trace-to-stderr "EXITTT\n")'.
9700
9701 2000-10-05 Miles Bader <miles@gnu.org>
9702
9703 * diff-mode.el (diff-goto-source): Update call to
9704 `diff-hunk-status-msg' to reflect new REV variable.
9705
9706 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9707
9708 * progmodes/icon.el (icon-mode):
9709 Don't gratuitously override the default for comment-column.
9710
9711 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9712
9713 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9714 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9715 (jit-lock-functions): New var.
9716 (jit-lock-function-1): Use it if non-nil.
9717 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9718 Set the `fontified' property before doing the fontification to avoid
9719 repeatedly going through the same error.
9720 Don't turn errors into messages.
9721 (jit-lock-register, jit-lock-unregister): New functions.
9722
9723 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9724 Use with-current-buffer.
9725
9726 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9727 Turn comment into docstring.
9728
9729 * apropos.el (apropos-mode): Use define-derived-mode.
9730
9731 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9732
9733 * startup.el (fancy-splash-pending-command): New variable.
9734 (fancy-splash-pre-command): New function.
9735 (fancy-splash-screens): Rewritten.
9736 (command-line-1): If fancy-splash-pending-command is set, call it
9737 interactively.
9738
9739 2000-10-04 Dave Love <fx@gnu.org>
9740
9741 * toolbar/tool-bar.el (tool-bar-setup): New function.
9742 (tool-bar-mode): Use it.
9743
9744 * subr.el (substitute-key-definition): Doc fix.
9745 (play-sound-file): New command.
9746
9747 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9748
9749 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9750 vc-version-backup-file-name): New functions.
9751
9752 * files.el (basic-save-buffer): Call vc-before-save before saving.
9753
9754 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9755 vc-cvs-stay-local-p.
9756
9757 * vc.el (vc-revert-buffer): Handle empty diff properly.
9758 (vc-version-backup-file): New function.
9759 (vc-checkout): Create a version backup if necessary.
9760 (vc-checkin): If a version backup file exists, delete it.
9761 (vc-version-diff): Diff locally using version backups, if available.
9762 (vc-revert-file): If there's a version backup, revert locally.
9763 (vc-transfer-file): Use version backup for base version, if
9764 available. If not, ask for confirmation whether to get it from the
9765 server. Update mode line before check-in.
9766
9767 2000-10-04 Dave Love <fx@gnu.org>
9768
9769 * toolbar/tool-bar.el (tool-bar-setup): New function.
9770 (tool-bar-mode): Use it.
9771
9772 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9773
9774 * net/net-utils.el (nslookup-font-lock-keywords)
9775 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9776 Only set if window-system is non-nil
9777 (net-utils-run-program): Returns buffer.
9778 (network-connection-reconnect): Added this function.
9779
9780 * generic.el:
9781 Incorporates extensive cleanup and docfixes by
9782 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9783 Uses cl compile-time macros.
9784 (generic-mode-name, generic-comment-list)
9785 (generic-keywords-list, generic-font-lock-expressions)
9786 (generic-mode-function-list, generic-mode-syntax-table):
9787 Removed variables.
9788 (generic-mode-alist): Renamed to generic-mode-list.
9789 (generic-find-file-regexp): Default changed to "^#".
9790 (generic-read-type): Uses completing read on generic-mode-list.
9791 (generic-mode-sanity-check): removed this function.
9792 (generic-add-to-auto-mode): Removed this function
9793 (generic-mode-internal): Bind mode-specific definitions
9794 into function instead of putting them in alist.
9795 (generic-mode-set-comments): Reworked extensively.
9796 (generic-mode-find-file-hook): Simplified regexp searching
9797 (generic-make-keywords-list): Omit extra pair of parens
9798
9799 * find-lisp.el (find-lisp-find-files-internal):
9800 Make sure directory name ends with "/".
9801
9802 * generic-x.el (apache-conf-generic-mode):
9803 Regexp now allows leading whitespace.
9804 (rc-generic-mode): Added eval-when-compile
9805 around generic-make-keywords-list.
9806 Deleted duplicate regexp
9807 (rul-generic-mode): Added eval-when-compile
9808 around generic-make-keywords-list.
9809 (etc-fstab-generic-mode): New generic mode.
9810 (rul-generic-mode): Removed one eval-when-compile
9811 which caused a max-specpdl-size exceeded error.
9812
9813 2000-10-04 Miles Bader <miles@gnu.org>
9814
9815 * simple.el (minibuffer-temporary-goal-position): New variable.
9816 (next-history-element): Try to keep the position of point in the
9817 input string constant.
9818
9819 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9820 (dired-do-create-files): If there's only one file, pass it in as
9821 the DEFAULT arg to dired-mark-read-file-name.
9822
9823 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9824
9825 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9826 (diff-goto-source): Be smarter when choosing REVERSE or not.
9827
9828 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9829 (texinfo-mode-menu): Add an explicit shortcut for update all.
9830
9831 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9832
9833 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9834 factorize backend-specific code cleanly (this was essentially
9835 conceived by Stefan Monnier).
9836 (vc-unregister): Function removed.
9837 (vc-revert-file): New function.
9838 (vc-revert-buffer): Delegate some of the work to it.
9839
9840 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9841 default branch unconditionally.
9842 (vc-rcs-set-default-branch): New function.
9843 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9844 (vc-rcs-checkin): If an appropriate default branch has been set,
9845 force creation of that branch.
9846 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9847 code (as suggested by Stefan Monnier).
9848
9849 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9850
9851 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9852 highlighting overlay with a different face over the overlay
9853 isearch uses to highlight the current match because that can lead
9854 to bad face combinations.
9855
9856 * loadup.el (toplevel): Load faces before isearch.
9857
9858 * isearch.el (isearch-faces): New custom group.
9859 (isearch): New defface; was already tested for in the code.
9860 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9861 (isearch-highlight): Always use face `isearch'.
9862
9863 2000-10-02 Dave Love <fx@gnu.org>
9864
9865 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9866 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9867 comparison of opcode with operand.
9868
9869 2000-10-03 Miles Bader <miles@gnu.org>
9870
9871 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9872 buffer, since the echo area will now grow to accommodate them.
9873
9874 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9875
9876 * vc-hooks.el (vc-registered): If FILE used to be registered under
9877 a certain backend, try that one first.
9878
9879 * vc.el (vc-responsible-backend): Undo the previous change in the
9880 argument list. Handle multiple backends correctly.
9881 (vc-find-new-backend): Function removed.
9882 (vc-register): Use vc-responsible-backend, as before.
9883 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9884
9885 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9886
9887 * startup.el (fancy-splash-head): Change message below the
9888 logo.
9889
9890 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9891
9892 * diff-mode.el (diff-goto-source): Emit a status message.
9893 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9894 (diff-test-hunk): Fix doc string.
9895 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9896 (diff-advance-after-apply-hunk): New variable.
9897 (diff-apply-hunk): Don't return a value.
9898
9899 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9900
9901 * vc.el (vc-editable-p): Minor optimization.
9902 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9903 (vc-find-new-backend): New function split from vc-responsible-backend.
9904 (vc-register): Use it.
9905 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9906 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9907 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9908 (vc-clear-headers): Don't use find-file.
9909 (vc-revert-buffer): Use `and' again (must have been a braino).
9910 (vc-switch-backend): Only prompt if requested.
9911 Short circuit if nothing is to be done.
9912 Don't use vc-resynch-buffer which could lose unsaved editing.
9913 (vc-default-receive-file): Update call to vc-unregister.
9914 (with-vc-file, vc-next-action-on-file):
9915 Use vc-backend rather than vc-registered.
9916 (vc-next-action-on-file): Use intern-soft.
9917 Deal with read-only *vc-diff* buffer.
9918 (vc-transfer-file): Docstring fix.
9919
9920 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9921 (vc-rcs-receive-file): Avoid with-vc-properties.
9922 Update call to vc-unregister.
9923 Use constant `RCS' rather than (dynamically bound) var `backend'.
9924
9925 2000-10-01 Andre Spiegel <spiegel@gnu.org>
9926
9927 * vc.el (vc-next-action-on-file): Update mode line only if file
9928 is visited.
9929 (vc-start-entry): New argument initial-contents. Don't visit the file
9930 if it isn't already visited. Brought documentation up-to-date.
9931 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9932 (vc-checkin): New optional arg initial-contents, which is passed to
9933 vc-start-entry.
9934 (vc-finish-logentry): Make sure to bury log buffer only if there
9935 really is one. Call `vc-resynch-buffer' on log-file, not
9936 buffer-file-name.
9937 (vc-default-comment-history, vc-default-wash-log): New functions.
9938 (vc-index-of): Removed.
9939 (vc-transfer-file): Make do without the above.
9940 (vc-default-receive-file): Call comment-history unconditionally. Pass
9941 the resulting string to vc-checkin, instead of inserting it into the
9942 comment ring.
9943
9944 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9945 unconditionally. Use the comments as initial contents of the log
9946 entry buffer. Document the trick to force branch creation with no
9947 changes.
9948
9949 2000-10-01 Miles Bader <miles@gnu.org>
9950
9951 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9952 `recenter' with an arg to prevent redrawing the display.
9953
9954 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9955
9956 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9957
9958 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9959
9960 * progmodes/c-mode.el (c-mode):
9961 Don't gratuitously override the default for comment-column.
9962
9963 * textmodes/tex-mode.el (latex-metasection-list): New var.
9964 (latex-imenu-create-index): Use it.
9965 Move the regexp construction outside loops (and use push).
9966 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9967 (tex-font-lock-keywords): Moved from font-lock.el.
9968 (tex-comment-indent): Remove.
9969 (tex-common-initialization): Don't set comment-indent-function.
9970 (latex-block-default): New var.
9971 (tex-latex-block): Use it to provide a default choice.
9972 Add any unknown choice to latex-block-names.
9973 Insert [...] after {...}.
9974 (tex-last-unended-begin): Simplify regexp.
9975 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9976 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9977 (latex-mode): Set forward-sexp-function.
9978
9979 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9980 Add regexp for @ignore ... @end ignore.
9981 (texinfo-heading-face): New face.
9982 (texinfo-font-lock-keywords): Use it.
9983 (texinfo-mode-menu): New menu.
9984 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9985 New functions.
9986 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9987 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9988 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9989 Remove declaration.
9990 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9991
9992 * delsel.el (delete-selection-mode): Use define-minor-mode.
9993
9994 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9995
9996 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9997
9998 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9999
10000 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10001
10002 * replace.el (keep-lines-read-args): New function.
10003 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10004 read arguments interactively. Add parameters RSTART and REND.
10005 Operate on the active region in Transient Mark mode.
10006
10007 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10008
10009 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10010 (authors-obsolete-files-regexps): New variable.
10011 (authors-add): Don't record changes in obsolete files.
10012
10013 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10014
10015 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10016
10017 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10018 (comment-indent): Make sure there's a space between code and comment.
10019 Shift comments left to avoid going past fill-column.
10020
10021 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10022
10023 * startup.el (startup-echo-area-message): New function.
10024 (display-startup-echo-area-message): Use it.
10025 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10026 (fancy-splash-default-action): New function.
10027 (fancy-splash-screens-1): New function.
10028 (fancy-splash-head): Put a help-echo and a keymap under the image.
10029
10030 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10031
10032 * diff-mode.el (diff-add-log-file-name): Remove.
10033 (diff-mode): Use add-log-buffer-file-name-function.
10034
10035 * add-log.el (find-change-log): New arg BUFFER-FILE.
10036 (add-log-file-name): Obey add-log-file-name-function.
10037 (add-log-buffer-file-name-function): New var.
10038 (add-change-log-entry): Use it.
10039
10040 2000-09-29 Miles Bader <miles@gnu.org>
10041
10042 * image-file.el (image-file-name-extensions): New variable.
10043 (image-file-name-regexps): Renamed from `image-file-regexps'.
10044 New default value is nil. Call `auto-image-file-mode'.
10045 (image-file-name-regexp): New function.
10046 (auto-image-file-mode): New minor mode.
10047 (insert-image-file): Don't make conditional on the image-file
10048 handler being enabled.
10049 (image-file-handler): Make the call here conditional instead.
10050 (set-image-file-handler-enabled, enable-image-file-handler)
10051 (disable-image-file-handler): Functions removed.
10052
10053 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10054 string.
10055
10056 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10057
10058 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10059 it's a function from CL.
10060 (latex-imenu-create-index): Replace eval-when-compile with progn
10061 because latex-section-alist is not bound while compiling.
10062
10063 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10064
10065 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10066 (outline-mode): Use define-derived-mode.
10067
10068 * progmodes/perl-mode.el (perl-mode):
10069 * progmodes/awk-mode.el (awk-mode):
10070 * progmodes/asm-mode.el (asm-mode):
10071 Don't gratuitously override the default for comment-column.
10072
10073 * emacs-lisp/lisp.el (lisp-complete-symbol):
10074 Distinguish the let-binding case from the funcall case.
10075 (forward-sexp-function): New variable.
10076 (forward-sexp): Use it.
10077
10078 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10079 (easy-mmode-defmap): Remove the now useless autoload.
10080
10081 * time.el (display-time-mode): Use define-minor-mode.
10082
10083 * subr.el (add-minor-mode): Don't eval NAME.
10084 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10085 Use if rather than cond.
10086
10087 * simple.el (read-expression-map): Define more properly.
10088 (comment-indent-hook): Remove.
10089 (string-to-syntax): Bug fix.
10090
10091 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10092 (cvs-ediff-diff): Fix typo.
10093 (cvs-revert-if-needed): Don't bother preserving read-only.
10094
10095 * paren.el (show-paren-mode): Use define-minor-mode.
10096
10097 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10098 (toggle-auto-compression): Remove.
10099 (jka-compr-build-file-regexp): Remove useless grouping.
10100
10101 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10102 Avoid user-reserved bindings.
10103 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10104 (diff-header-face): Revert to grey85.
10105
10106 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10107
10108 * complete.el (partial-completion-mode) <defcustom>: Remove.
10109 (partial-completion-mode): Use define-minor-mode.
10110 (PC-do-completion): Understand `completion-auto-help = delay'
10111 to mean to popup the completion buffer only the second time.
10112 (PC-include-file-all-completions, PC-include-file-all-completions)
10113 (PC-include-file-all-completions): Don't quote lambda.
10114
10115 * comint.el (comint-mode-hook): Docstring fix.
10116 (comint-mode): Use define-derived-mode.
10117 (comint-mode-map): Remove obsolete comment.
10118 (make-comint): Minor stylistic change.
10119 (comint-insert-clicked-input): Be more careful to find the overlay.
10120 Use this-command-keys rather than hardcoding mouse-2.
10121
10122 * font-lock.el: Replace confusing (,@ with ,
10123 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10124 Don't use regexp-opt-depth. Spice up the regexp for args.
10125 Don't distinguish between cmds that can take an opt arg or not.
10126 Use `append' and `prepend' rather than `keep'.
10127
10128 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10129 (latex-outline-regexp): New var.
10130 (latex-outline-level): New fun.
10131 (latex-section-alist): New var.
10132 (latex-imenu-create-index): Use it. Use `push' as well.
10133 (tex-shell-map): Initialize it properly.
10134 (tex-mode): Minor stylistic change.
10135 (plain-tex-mode): Use define-derived-mode.
10136 (latex-mode): Use define-derived-mode.
10137 Construct the paragraph regexps in a more readable way.
10138 Set the buffer-local outline-{level,regexp} vars.
10139 (slitex-mode): Derive from latex-mode.
10140 (tex-common-initialization): Don't kill-all-vars anymore.
10141 Add setting for comment-add and font-lock-defaults.
10142 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10143 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10144 (tex-start-tex): New arg DIR (and send a chdir command for it).
10145 Also display the shell buffer and save it in tex-last-buffer-texed.
10146 (tex-region): Use expand-file-name rather than concat.
10147 Remove code made useless by changes in tex-start-tex.
10148 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10149
10150 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10151
10152 2000-09-28 Dave Love <fx@gnu.org>
10153
10154 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10155
10156 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10157
10158 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10159 `append'.
10160
10161 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10162
10163 * info.el (Info-extract-pointer): Undo last change.
10164 Instead, fix the position of the `bound' arg to re-search-backward.
10165
10166 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10167
10168 * info.el (Info-extract-pointer):
10169 Widen more carefully, to avoid finding pointers in other nodes.
10170 (Info-index): Use push.
10171
10172 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10173
10174 * frame.el (set-frame-font): Remove call to obsolete function
10175 frame-update-faces.
10176 (set-foreground-color, set-background-color): Likewise for
10177 frame-update-face-colors.
10178
10179 2000-09-27 Miles Bader <miles@gnu.org>
10180
10181 * image-file.el: New file.
10182
10183 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10184
10185 * frame.el (frame-notice-user-settings): Don't call
10186 frame-update-faces, which is a no-op now.
10187
10188 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10189 tool-bar-lines.
10190
10191 2000-09-27 Dave Love <fx@gnu.org>
10192
10193 * mouse.el: Fix last change.
10194
10195 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10196
10197 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10198
10199 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10200
10201 * international/quail.el (quail-help): The output message is
10202 improved.
10203
10204 2000-09-26 Dave Love <fx@gnu.org>
10205
10206 * mouse.el (popup-menu): If POSITION is nil, set it using
10207 mouse-position.
10208
10209 2000-09-25 Sam Steingold <sds@gnu.org>
10210
10211 * net/browse-url.el (browse-url-file-url): Check for null maps.
10212
10213 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10214
10215 * frame.el (frame-notice-user-settings): Don't add a
10216 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10217
10218 * frame.el (frame-notice-user-settings):
10219 Make tool-bar-mode and default-frame-alist consistent.
10220
10221 * toolbar/tool-bar.el (tool-bar-help): New function.
10222
10223 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10224
10225 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10226 current-load-list in top-level forms. Else this leaks a cons cell
10227 every time a defun is called.
10228
10229 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10230
10231 2000-09-25 Dave Love <fx@gnu.org>
10232
10233 * startup.el (fancy-splash-head): Check XPM is available.
10234
10235 * autoinsert.el (auto-insert): Doc fix.
10236 (auto-insert-alist): Following GNU notices, don't say `copyright
10237 _by_'. Use line-beginning-position.
10238 (auto-insert): Check buffer-file-name is non-nil before use.
10239
10240 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10241
10242 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10243 starting with `@def' or `@multitable', in addition to ones
10244 specified by the user in auto-fill-inhibit-regexp.
10245
10246 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10247
10248 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10249 rmail-dont-reply-to-names matches the empty string.
10250
10251 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10252
10253 * startup.el (command-line-1, fancy-splash-text): Change the
10254 text to sound more friendly.
10255
10256 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10257
10258 * progmodes/hideshow.el: Update author email address.
10259 Generally, sync w/ maintainer version 5.22.
10260 (hs-hide-all-non-comment-function): New var.
10261 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10262 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10263 (hs-show-region): Delete this command.
10264 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10265
10266 2000-09-22 Dave Love <fx@gnu.org>
10267
10268 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10269 (hl-line-highlight): Specify buffer when moving overlay.
10270
10271 * progmodes/fortran.el (fortran-mode): Locally set
10272 normal-auto-fill-function.
10273 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10274 (fortran-mode-map): Adjust auto-fill menu entry.
10275
10276 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10277
10278 * vc-rcs.el (toplevel): Require `vc' when compiling.
10279
10280 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10281
10282 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10283
10284 * vc.el (vc-switch-backend): Signal an error if the file is not
10285 registered under the new backend.
10286
10287 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10288 without explicit revision number.
10289
10290 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10291
10292 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10293 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10294 (diff-xor): New function.
10295 (diff-find-source-location): Use it. Fix a stupid name clash.
10296 (diff-hunk-status-msg): New function.
10297 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10298 (diff-test-hunk): Use diff-find-source-location.
10299 (diff-goto-source): Favor the `reverse'.
10300 (diff-hunk-text): Properly handle one-sided context diffs.
10301 (diff-apply-hunk): When done, advance to the next hunk.
10302
10303 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10304
10305 * startup.el (command-line): If frame was created with a non-zero
10306 tool-bar-lines parameter, switch tool-bar-mode on.
10307
10308 * add-log.el (change-log-date-face, change-log-name-face)
10309 (change-log-email-face, change-log-file-face)
10310 (change-log-list-face, change-log-conditionals-face)
10311 (change-log-function-face, change-log-acknowledgement-face):
10312 New faces, inheriting from font-lock faces.
10313 (change-log-font-lock-keywords): Use them.
10314
10315 2000-09-21 Dave Love <fx@gnu.org>
10316
10317 * progmodes/cperl-mode.el (top-level): Clean up
10318 `eval-when-compile's and assorted defvars.
10319 (cperl-invalid-face): Don't double-quote value. Change custom
10320 type.
10321 (cperl-mode): Set normal-auto-fill-function and don't zap
10322 auto-fill-function.
10323 (cperl-imenu--function-name-regexp-perl): Renamed from
10324 imenu-example--function-name-regexp-perl.
10325 (cperl-imenu--create-perl-index): Renamed from
10326 imenu-example--create-perl-index.
10327 (cperl-xsub-scan): Don't require cl.
10328
10329 * msb.el (msb-mode-map): Use substitute-key-definition.
10330 (msb-mode): Use msb-mode-map.
10331
10332 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10333
10334 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10335 New functions.
10336 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10337 (vc-switch-backend): New function.
10338 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10339 (vc-register): Fix prompt.
10340 (vc-unregister, vc-default-unregister): New functions.
10341 (vc-version-diff): Handle empty buffer in sentinel.
10342
10343 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10344 (vc-rcs-state-heuristic): Use it to guess the state of files with
10345 non-strict locking.
10346 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10347 been set with -b, but not created yet.
10348 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10349 contents in order to find the state.
10350 (vc-rcs-checkin): Allow creation of branches with no changes.
10351 (vc-rcs-unregister, vc-rcs-receive-file)
10352 (vc-rcs-set-non-strict-locking): New functions.
10353
10354 * vc-hooks.el (vc-name): Force correct computation of the value
10355 in case it is missing.
10356
10357 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10358
10359 * startup.el (fancy-splash-tail): Use a different foreground
10360 color on a dark frame background.
10361
10362 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10363
10364 * info.el: Use the correct capitalization when making Info-mode
10365 and Info-edit-mode `special' modes.
10366
10367 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10368
10369 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10370 (diff-mode): Add support for add-log.el.
10371 (diff-hunk-text): Use char offsets rather than line offsets.
10372 (diff-find-source-location): Replace LINE with line-offset (nil
10373 if not found) and always set POS to a meaningful position.
10374 Adapt to the new char-offsets.
10375 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10376 Adapt to the new diff-find-source-location.
10377 (diff-goto-source): Adapt to the new diff-find-source-location.
10378
10379 * add-log.el (add-log-file-name): New function (split out of
10380 add-change-log-entry).
10381 (add-change-log-entry): Use it.
10382 Call add-log-file-name-function with the changelog file name if
10383 the current buffer is not associated with any file.
10384 Avoid find-file if the selected window is dedicated.
10385
10386 * diff-mode.el (diff-find-source-location):
10387 Move code from diff-apply-hunk. Return buffer rather than file.
10388 (diff-apply-hunk): Use the new result from diff-find-source-location.
10389 (diff-goto-source): Use the new diff-find-source-location.
10390
10391 2000-09-20 Dave Love <fx@gnu.org>
10392
10393 * iswitchb.el: Some doc fixes.
10394 (iswitchb-mode-map): Define completely initially. Inherit
10395 minibuffer-local-map.
10396 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10397 fundamental-mode.
10398 (iswitchb-global-map): New variable.
10399 (iswitchb-summaries-to-end): Amalgamate regexps.
10400 (iswitchb-mode): New.
10401 (iswitchb-mode-hook): New variable.
10402 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10403 `extensions'.
10404
10405 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10406
10407 * ehelp.el (electric-help): New defgroup.
10408 (electric-help-shrink-window): New user-option.
10409 (with-electric-help): Use it.
10410
10411 * window.el (shrink-window-if-larger-than-buffer): If face
10412 `mode-line' has a :box, and we're on a graphical frame, add 1
10413 to the needed window height.
10414
10415 * frame.el (frame-notice-user-settings): Add a last parameter nil
10416 to a call to `append', because the last list passed to `append' is
10417 not copied, and so subsequent calls to assq-delete-all will modify
10418 default-frame-alist.
10419
10420 * startup.el (fancy-splash-image): Change :type.
10421 (fancy-splash-head): Use an XBM image if appropriate.
10422 (command-line-1): Show splash screens in more cases.
10423
10424 * startup.el (fancy-splash-text): Don't quote faces.
10425
10426 * dired.el (dired-font-lock-keywords): Undo last change.
10427 (dired-readin): Bind indent-tabs-mode to nil.
10428
10429 * startup.el (fancy-splash-head): If frame's background mode
10430 is `dark', change the black background of the image to gray.
10431 (fancy-splash-screens): Display startup echo area message.
10432 (display-startup-echo-area-message): New function.
10433
10434 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10435
10436 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10437
10438 * info.el (info-header-node): Tweak for color ttys.
10439
10440 * faces.el (face-valid-attribute-values): Make sure directories we
10441 search for stipples both exist and are readable before trying to
10442 search them.
10443
10444 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10445 in the dry-run case.
10446
10447 * jka-compr.el (with-auto-compression-mode): New macro.
10448
10449 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10450 (custom-group-tag-face, custom-variable-tag-face): Use relative
10451 :height and inherit from `variable-pitch' face instead of
10452 hardwiring :family.
10453 * hi-lock.el (hi-black-hb): Likewise.
10454
10455 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10456 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10457 toolbar-add-item, if image doesn't have a mask add a `:mask
10458 heuristic'.
10459
10460 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10461
10462 * diff-mode.el: Docstring fixes.
10463 (diff-header-face, diff-comment-face): New faces.
10464 (diff-font-lock-keywords): Highlight a bit differently.
10465 (diff-find-source-location): Don't return SPAN any more.
10466 (diff-hunk-text): Don't bother erasing the temp buffer.
10467 (diff-find-text): Drop argument LINE.
10468 (diff-apply-hunk): Update calls to diff-find-text.
10469 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10470
10471 * calendar/calendar.el: Docstring fixes.
10472 (calendar-make-alist): Don't quote lambda.
10473 (calendar-star-date): Use make-local-variable.
10474
10475 2000-09-19 Dave Love <fx@gnu.org>
10476
10477 * toolbar/tool-bar.el: Renamed from toolbar.el.
10478 Change `toolbar' to `tool-bar' generally in symbols.
10479 Make some items invisible in `special' major modes.
10480 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10481 Add arg PROPS.
10482
10483 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10484 Add :version here.
10485 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10486
10487 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10488
10489 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10490
10491 * files.el (find-file-suppress-same-file-warnings): New user-option.
10492 (find-file-noselect): Use it.
10493
10494 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10495 (fancy-splash-screen): Defgroup.
10496
10497 * add-log.el (change-log-font-lock-keywords): Match names
10498 more exactly for the case that font-lock-constant-face is
10499 underlined.
10500
10501 2000-09-19 Richard M. Stallman <rms@gnu.org>
10502
10503 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10504
10505 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10506
10507 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10508
10509 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10510
10511 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10512 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10513 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10514 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10515 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10516 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10517 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10518 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10519 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10520 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10521 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10522 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10523
10524 * startup.el (fancy-splash-text): New variable.
10525 (fancy-splash-delay, fancy-splash-image): New user-options.
10526 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10527 (fancy-splash-screens): New functions.
10528 (command-line-1): If display has a `display' frame parameter, has
10529 colors, and we have XPM support, show more fancy splash screens.
10530
10531 2000-09-19 Dave Love <fx@gnu.org>
10532
10533 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10534 with null `help'. Use modern backquote syntax.
10535
10536 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10537
10538 * font-lock.el (font-lock-mode): Change message telling the user
10539 that ``the buffer is too big''.
10540
10541 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10542 for instance for the case that tab-width is 2.
10543
10544 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10545
10546 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10547 toolbar-add-item, if image doesn't have a mask add a `:mask
10548 heuristic'.
10549
10550 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10551
10552 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10553 and return a cons if it's non-nil.
10554 (diff-apply-hunk): Try to jump to the line in the source text
10555 corresponding to the position of point in the in the hunk.
10556
10557 * info.el (Info-title-3-face, Info-title-2-face)
10558 (Info-title-1-face): Use face inheritance and relative sizes
10559 instead of hard-wiring things.
10560
10561 * faces.el (secondary-selection): Make dark-background variant sane.
10562
10563 2000-09-16 Andrew Innes <andrewi@gnu.org>
10564
10565 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10566 read-only, since they aren't under VC now.
10567
10568 2000-09-17 Dave Love <fx@gnu.org>
10569
10570 * tmm.el: Replace mapcar with mapc in several places.
10571
10572 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10573 ad-unadvise.
10574
10575 * international/latin1-disp.el: New file.
10576
10577 * calendar/cal-move.el (scroll-calendar-left)
10578 (scroll-calendar-right): Make arg optional (for active mode line).
10579
10580 * calendar/calendar.el (calendar-mode-line-format): Make fields
10581 mouse-sensitive.
10582 (calendar-read-date, calendar-read-date, calendar-window-list):
10583 Unquote lambda.
10584 (calendar-month-name): Use aref, not sref.
10585
10586 * view.el (minor-mode-alist): Propertize the string.
10587
10588 * international/characters.el (standard-case-table): Add entries
10589 for Greek.
10590
10591 2000-09-18 Miles Bader <miles@gnu.org>
10592
10593 * info.el (info-node, info-xref): Add dark-background variants.
10594
10595 * faces.el (header-line): Change defaults to be less confusing
10596 when mixed with mode-lines.
10597
10598 * info.el (Info-fontify-node): Make a few cleanups.
10599 Add extra `help-echo' and `local-map' props to node xrefs.
10600 Use header-specific faces for node-names & xrefs.
10601 (Info-use-header-line): New variable.
10602 (info-header-xref, info-header-node): New faces.
10603 (Info-setup-header-line): New function.
10604 (Info-select-node): Call Info-setup-header-line when enabled.
10605 (Info-extract-pointer): Work even if the header line is hidden.
10606 (Info-header-line): New variable.
10607
10608 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10609
10610 * vms-patch.el (print-region-function): Don't quote lambda.
10611
10612 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10613
10614 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10615 (lm-get-header-re): Allow spaces between the header and the colon.
10616 (lm-header): Allow $ in non-RCS headers.
10617 (lm-header-multiline): Put the strings back into order.
10618 Stop at an empty line. Don't require two space chars if the
10619 line is clearly not another header line.
10620
10621 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10622 (popup-menu-popup): Remove.
10623
10624 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10625
10626 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10627 specification if or if not tool-bar item contains an `:enabled'
10628 property.
10629
10630 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10631 current buffer has no file name.
10632
10633 2000-09-15 Dave Love <fx@gnu.org>
10634
10635 * strokes.el: Sync with maintainer's current version with changes
10636 for Emacs, but avoid runtime cl and levents.
10637 (toplevel): Change autoloads and compilation requires.
10638 (strokes-version, strokes-bug-address, strokes-lift): Values
10639 changed.
10640 (strokes-xpm-header, strokes-insinuated): New variable.
10641 (strokes): Add :link.
10642 (strokes-mode): Customized.
10643 (strokes-while-inhibiting-garbage-collector): New macro.
10644 (strokes-remassoc): Avoid remove-if.
10645 (strokes-fix-button2-command): Don't use ad-do-it.
10646 (strokes-insinuate): New function.
10647 (strokes-button-press-event-p, strokes-button-release-event-p):
10648 New functions, used instead of non-`strokes-' versions..
10649 (strokes-mouse-event-p): Rewritten.
10650 (strokes-event-closest-point): Avoid event-point.
10651 (strokes-get-grid-position): Avoid cdadr, caadr
10652 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10653 functions.
10654 (strokes-help): Use with-output-to-temp-buffer.
10655 (strokes-window-configuration-changed-p): New function.
10656 (strokes-update-window-configuration): Use buffer-live-p,
10657 strokes-window-configuration-changed-p.
10658 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10659 (strokes-char-face): New face.
10660 (strokes-char-table, strokes-base64-chars): New variable.
10661 (strokes-xpm-for-stroke, strokes-list-strokes)
10662 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10663 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10664 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10665 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10666 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10667 functions.
10668
10669 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10670
10671 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10672
10673 * image.el (create-image): Doc fix.
10674
10675 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10676 instead of `:heuristic-mask t'.
10677
10678 2000-09-14 Andrew Innes <andrewi@gnu.org>
10679
10680 * makefile.w32-in: Revert to Unix line endings.
10681
10682 2000-09-14 Andrew Innes <andrewi@gnu.org>
10683
10684 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10685 when installing.
10686
10687 * makefile.nt (DONTCOMPILE): Fix typo.
10688
10689 * shell.el (shell-write-history-on-exit): New function.
10690 (shell-dumb-shell-regexp): New custom variable.
10691 (shell-mode): Make shell-write-history-on-exit the process
10692 sentinel if shell name matches shell-dumb-shell-regexp.
10693
10694 * w32-fns.el: Comment out before-init-hook function which resets
10695 source-directory based; this breaks bootstrap.
10696
10697 2000-09-14 Dave Love <fx@gnu.org>
10698
10699 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10700 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10701 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10702 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10703 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10704 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10705 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10706 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10707 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10708
10709 * toolbar/toolbar.el: New.
10710
10711 * subdirs.el: Add toolbar.
10712
10713 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10714
10715 * indent.el (indent-for-tab-command): Doc fix.
10716
10717 2000-09-14 Alex Schroeder <alex@gnu.org>
10718
10719 * ansi-color.el (ansi-colors): Doc change.
10720 (ansi-color-get-face): Simplified regexp.
10721 (ansi-color-faces-vector): Added more faces, doc change.
10722 (ansi-color-names-vector): Doc change.
10723 (ansi-color-regexp): Simplified regexp.
10724 (ansi-color-parameter-regexp): New regexp.
10725 (ansi-color-filter-apply): Doc change.
10726 (ansi-color-filter-region): Doc change.
10727 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10728 deal with zero length parameters.
10729 (ansi-color-apply-on-region): Doc change.
10730 (ansi-color-map): Doc change.
10731 (ansi-color-map-update): Removed debugging message.
10732 (ansi-color-get-face-1): Added condition-case to trap
10733 args-out-of-range errors.
10734 (ansi-color-get-face): Doc change.
10735 (ansi-color-make-face): Removed.
10736 (ansi-color-for-shell-mode): New option.
10737
10738 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10739
10740 * international/quail.el (quail-start-translation): Translate KEY
10741 if necessary even if it doesn't have any mapping in the current
10742 input method.
10743 (quail-start-conversion): Likewise.
10744 (quail-help): The output message is improved.
10745
10746 2000-09-13 Miles Bader <miles@gnu.org>
10747
10748 * comint.el (comint-output-filter): Revert to using
10749 `insert-before-markers'. Add bletcherous hack to undo damage
10750 caused by `insert-before-markers'. Put `front-sticky' property on
10751 overlays created here so that the field code understands how the
10752 overlay works. Use a let when making comint-last-prompt-overlay,
10753 so that the code is easier to read.
10754
10755 2000-09-13 Dave Love <fx@gnu.org>
10756
10757 * wid-edit.el (widget-default-format-handler): DTRT when
10758 doc-property is a function.
10759
10760 2000-09-12 Francesco Potorti` <pot@gnu.org>
10761
10762 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10763 filed name if it's not there.
10764
10765 2000-09-12 Dave Love <fx@gnu.org>
10766
10767 * simple.el (read-mail-command): Doc fix.
10768 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10769
10770 * vc.el (vc-dired-listing-switches): Fix :version.
10771
10772 * vc-hooks.el: Doc fixes.
10773
10774 * subr.el (add-minor-mode): Use toggle-fun arg.
10775
10776 * speedbar.el: Add :version to several defcustoms.
10777
10778 * imenu.el (imenu--truncate-items, imenu--cleanup)
10779 (imenu--generic-function): Avoid mapcar.
10780 (imenu--replace-spaces): Function removed.
10781 (imenu--completion-buffer): Use subst-char-in-string.
10782 (imenu-add-to-menubar): Use keymap inheritance.
10783
10784 2000-09-12 Miles Bader <miles@gnu.org>
10785
10786 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10787 (diff-mode-map): Bind `diff-test-hunk'.
10788 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10789
10790 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10791
10792 * bytecomp.el (byte-compile-defvar): Undo last change
10793 because it breaks '(make-variable-buffer-local (defvar ...)'
10794 which is used at least in dired.
10795
10796 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10797
10798 * international/quail.el (quail-define-package): Docstring
10799 modified.
10800
10801 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10802
10803 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10804 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10805 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10806 docstring of "chinese-py".
10807
10808 * international/quail.el (quail-translation-docstring): New
10809 variable.
10810 (quail-show-keyboard-layout): Docstring modified.
10811 (quail-select-current): Likewise.
10812 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10813 infinite recursive call.
10814 (quail-help): Check quail-translation-docstring. Format of the
10815 output changed.
10816 (quail-help-insert-keymap-description): Adjusted for the above
10817 change.
10818
10819 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10820
10821 * bytecomp.el (byte-compile-defvar): Only cons onto
10822 current-load-list in top-level forms. Else this leaks a cons cell
10823 every time a defun is called.
10824
10825 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10826
10827 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10828 Now understands non-unified diffs. Some functionality moved into
10829 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10830 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10831 modify anything. Only reposition point in the patched file if the
10832 patch succeeds. Only pop up another window if POPUP is true.
10833 Emit a message describing what happened if successful, and at what
10834 line-offset. Automatically detect reversed hunks and do something
10835 appropriate.
10836 (diff-hunk-text, diff-find-text): New functions.
10837 (diff-filter-lines): Function removed.
10838 (diff-test-hunk): New function.
10839 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10840
10841 2000-09-10 Dave Love <fx@gnu.org>
10842
10843 * textmodes/tildify.el: Minor doc/commentary fixes.
10844 (tildify) <defgroup>: Add :version.
10845
10846 * faces.el (face-x-resources): Make custom type more specific.
10847 (frame-background-mode): Use mapc.
10848 (region) <defcustom>: Add :version.
10849
10850 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10851
10852 * vc-sccs.el (vc-sccs-register):
10853 * vc-rcs.el (vc-rcs-register):
10854 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10855 * vc.el (vc-register): Clear file's properties.
10856
10857 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10858
10859 * faces.el (face-spec-set): Only face-spec-reset-face when
10860 ATTRS is non-nil.
10861
10862 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10863
10864 * help.el (help-insert-xref-button): Fix a typo in doc string.
10865
10866 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10867
10868 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10869 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10870 methods.
10871
10872 * menu-bar.el (read-mail-item-name): New function.
10873 (menu-bar-tools-menu): Use it to compute and display the package
10874 used to read email.
10875 (menu-bar-tools-menu): Fix typo in GUD's help string.
10876
10877 2000-09-07 Dave Love <fx@gnu.org>
10878
10879 * diff-mode.el (diff-mouse-goto-source): New function.
10880
10881 * vc-sccs.el: Doc fixes.
10882 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10883
10884 * vc-rcs.el: Doc fixes.
10885 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10886 (vc-rcs-checkout-switches, vc-rcs-header)
10887 (vc-rcs-master-templates): Add or change :version.
10888
10889 * vc-cvs.el: Doc fixes.
10890 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10891 (vc-cvs-stay-local): Add :version.
10892
10893 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10894
10895 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10896
10897 * international/quail.el (quail-help): Fix previous change.
10898
10899 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10900
10901 * faces.el (color-values): Doc fix.
10902
10903 * faces.el (frame-set-background-mode): Use frame-parameter
10904 instead of frame-parameters.
10905
10906 * frame.el (filtered-frame-list): Reduce consing.
10907 (frames-on-display-list): Call frame-parameter instead of
10908 frame-parameters.
10909
10910 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10911
10912 * language/devan-util.el (devanagari-to-indian-region): In the
10913 loop, change the following char, not preceding char.
10914
10915 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10916
10917 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10918 instead of frame-parameters.
10919
10920 * faces.el (set-face-attribute): Simplify by calling
10921 internal-set-lisp-face-attribute with FRAME being 0.
10922
10923 * vc.el: Remove `Id' version control keyword.
10924
10925 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10926
10927 * help.el (help-make-xrefs): Adjusted for the change of
10928 help-xref-mule-regexp.
10929 (help-insert-xref-button): New function.
10930
10931 * international/mule-cmds.el (help-xref-mule-regexp-template):
10932 Include the pattern for character set.
10933 (leim): New group.
10934
10935 * international/quail.el: Don't require face.
10936 (quail): New group.
10937 (quail-other-command): Dummy command to make quail-help work better.
10938 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10939 (quail-keyboard-layout-substitution): New variable.
10940 (quail-update-keyboard-layout): New function.
10941 (quail-keyboard-layout-type): New customizable variable.
10942 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10943 (quail-keyboard-translate): Pay attention to
10944 quail-keyboard-layout-substitution.
10945 (quail-insert-kbd-layout): New function.
10946 (quail-show-keyboard-layout): New function.
10947 (quail-get-translation): If the definition is a vector of length
10948 1, and the element is a string of length 1, return the character
10949 in that string.
10950 (quail-update-current-translations): Fix the case of
10951 relative-index out of range.
10952 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10953 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10954 Show key sequences for all available characters.
10955 (quail-help-insert-keymap-description): Don't show such verbose
10956 key bindings as quail-self-insert-command.
10957
10958 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10959 Format changed, and each element now have extra documentations.
10960 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10961 Adjusted for the change of quail-cxterm-package-ext-info.
10962
10963 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10964
10965 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10966 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10967 during bootstrap.
10968
10969 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10970
10971 * vc.el: (toplevel): Don't require `dired' at run-time.
10972 (vc-dired-resynch-file): Remove autoload cookie.
10973
10974 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10975
10976 * vc.el: Made several backend functions optional.
10977 (vc-default-responsible-p): New function.
10978 (vc-merge): Use RET for first version to trigger merge-news, not
10979 prefix arg.
10980 (vc-annotate): Handle backends that do not support annotation.
10981 (vc-default-merge-news): Removed. The existence of a merge-news
10982 implementation is now checked on caller sites.
10983
10984 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10985 case.
10986
10987 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10988 special case that has been removed from the default in vc-hooks.el.
10989
10990 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10991
10992 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10993
10994 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10995
10996 * vc-hooks.el: Require vc during compilation.
10997 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10998 macro `with-vc-properties' in vc.el.
10999 (vc-file-getprop): Doc fix.
11000 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11001
11002 * vc.el: Require dired-aux during compilation.
11003 (vc-name-assoc-file): Moved to vc-sccs.el.
11004 (with-vc-properties): New macro.
11005 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11006 vc-finish-steal): Use it.
11007 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11008 to the backend-specific function is now supposed to do the checkout,
11009 too.
11010 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11011
11012 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11013 set file properties; that gets done in the generic code now.
11014
11015 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11016 Changed parameter list, added code from vc.el that does the
11017 checkout, possibly with a double-take.
11018
11019 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11020 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11021 the above under the new name.
11022 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11023 parameter list, added checkout command.
11024 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11025 properties; that gets done in the generic code now.
11026
11027 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11028
11029 * vc.el: Docstring fixes (courtesy of checkdoc).
11030
11031 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11032
11033 * vc.el (vc-checkout-writable-buffer-hook)
11034 (vc-checkout-writable-buffer): Remove.
11035 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11036 (vc-log-mode): Make it into a clean derived major mode.
11037 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11038 vc-log-mode if log-edit is not available.
11039 (vc-dired-mode-map): Don't set-keymap-parent yet.
11040 (vc-dired-mode): Do set-keymap-parent here.
11041 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11042
11043 2000-09-05 Gerd Moellmann <gerd@gnu.org>
11044
11045 * faces.el (set-face-attribute, face-spec-reset-face)
11046 (face-spec-set): Avoid consing by removing calls to `apply'.
11047
11048 * frame.el (frame-parameter): Move to C code.
11049
11050 2000-09-05 Dave Love <fx@gnu.org>
11051
11052 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11053 insert-before-markers-and-inherit. Now checked systematically!
11054
11055 2000-09-05 Alex Schroeder <alex@gnu.org>
11056
11057 * sql.el (sql-postgres): Use sql-postgres-options.
11058 (sql-postgres-options): New variable.
11059
11060 2000-09-05 Alex Schroeder <alex@gnu.org>
11061
11062 * sql.el (sql-mode-menu): Work around missing variable mark-active
11063 in XEmacs.
11064 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11065 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11066 compatibility.
11067
11068 2000-09-04 Gerd Moellmann <gerd@gnu.org>
11069
11070 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11071
11072 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11073
11074 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11075
11076 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11077
11078 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11079 don't support anything else under SCCS yet.
11080
11081 * vc-hooks.el: Minor doc fixes.
11082
11083 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11084
11085 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11086 not necessary. If verbose in state `needs-patch', do the same as
11087 under `up-to-date'. When NOT verbose and `needs-patch', check out
11088 latest version instead of `merge-news'.
11089 (vc-next-action-dired): Don't mess with default-directory here; it
11090 breaks other parts of dired. It is the job of the
11091 backend-specific functions to adjust it temporarily if they need it.
11092 (vc-next-action): Remove a special CVS case.
11093 (vc-clear-headers): New optional arg FILE.
11094 (vc-checkin, vc-checkout): Set properties vc-state and
11095 vc-checkout-time properly.
11096 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11097 (vc-print-log): Use new backend function `show-log-entry'.
11098 (vc-cancel-version): Do the checks in a different order. Added a
11099 FIXME concerning RCS-only code.
11100
11101 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11102 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11103
11104 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11105
11106 * vc-hooks.el (vc-default-mode-line-string): Show state
11107 `needs-patch' as a `-' too.
11108
11109 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11110
11111 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11112 (vc-default-could-register): New function.
11113 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11114 (vc-resynch-buffer): Call vc-dired-resynch-file.
11115 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11116 vc-resynch-buffer instead of vc-resynch-window.
11117 (vc-next-action-dired): Don't redisplay here, that gets done as a
11118 result of the individual file operations.
11119 (vc-retrieve-snapshot): Corrected prompt order.
11120
11121 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11122
11123 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11124 as well.
11125 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11126 hostname regexps. Updated all callers.
11127 (vc-cvs-responsible-p): Handle directories as well.
11128 (vc-cvs-could-register): New function.
11129 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11130 properties up-to-date.
11131
11132 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11133 user whether to create one.
11134
11135 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11136
11137 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11138 check out a non-existing file.
11139
11140 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11141 workfile does not exist.
11142
11143 * vc.el (vc-version-diff): Use `require' to check for existence of
11144 diff-mode.
11145
11146 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11147
11148 * vc-cvs.el (vc-cvs-registered): Use new function
11149 vc-cvs-parse-entry to do the actual work.
11150
11151 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11152
11153 * vc-hooks.el (vc-find-backend-function): If function doesn't
11154 exist, return nil instead of error.
11155 (vc-call-backend): Doc fix.
11156
11157 * vc.el (vc-do-command): Doc fix.
11158 (vc-finish-logentry): When checking in from vc-dired, choose the
11159 right backend for logentry check.
11160 (vc-dired-mode-map): Inherit from dired-mode-map.
11161 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11162 simplified.
11163 (vc-dired-state-info): Removed, updated caller.
11164 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11165 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11166 (vc-dired-listing-switches): New variable.
11167 (vc-directory): Use it, instead of dired-listing-switches.
11168
11169 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11170 (vc-cvs-dir-state): New function.
11171 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11172 (vc-cvs-parse-entry): New function, also to be used in
11173 vc-cvs-registered.
11174
11175 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11176
11177 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11178 *or* single-window-frames.
11179
11180 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11181
11182 * vc.el (vc-update-changelog): Split into generic part and default
11183 implementation. Doc string adapted.
11184 (vc-default-update-changelog): New function. Call the `rcs2log'
11185 script in exec-directory, to fix a long-standing nuisance.
11186
11187 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11188 simply signals an error.
11189
11190 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11191
11192 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11193 control-flow more clear and to avoid running `cvs' twice.
11194
11195 * vc.el (vc-next-action-on-file): Doc fix.
11196 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11197 (vc-print-log): Eval `file' before constructing the continuation.
11198
11199 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11200
11201 * vc.el (vc-next-action-on-file): Corrected several messages.
11202 (vc-merge): Add prefix arg `merge-news'; handle it.
11203
11204 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11205 is not reached. It is.
11206 (vc-cvs-merge): Set state to 'edited after merge.
11207 (vc-cvs-merge-news): Set workfile version to nil if not known.
11208 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11209
11210 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11211 via stdout. (Merge from main line.)
11212
11213 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11214
11215 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11216 detection.
11217
11218 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11219
11220 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11221 against kill-all-local-variables.
11222 (vc-log-edit): Don't save vc-parent-buffer any more.
11223 (vc-last-comment-match): Initialize to an empty string.
11224 (vc-post-command-functions): New hook.
11225 (vc-do-command): Run it.
11226 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11227 (vc-finish-logentry): Only add the comment to the ring if it's
11228 different from the last comment entered.
11229 (vc-new-comment-index): New function.
11230 (vc-previous-comment): Use it. Make the minibuffer message
11231 slightly less terse.
11232 (vc-comment-search-reverse): Make it work forward as well. Don't
11233 set vc-comment-ring-index if no match is found. Use
11234 vc-new-comment-index.
11235 (vc-comment-search-forward): Use vc-comment-search-reverse.
11236 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11237 define-derived-mode will do it for us. Bind `v' to a keymap that
11238 inherits from vc-prefix-map so that we can bind `vt' without
11239 binding C-x v t.
11240 (vc-retrieve-snapshot): Parenthesis typo.
11241
11242 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11243 to 1. Make sure to switch to *vc* before looking for an error
11244 message. Use vc-parse-buffer.
11245
11246 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11247
11248 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11249 and NAME.
11250 (vc-retrieve-snapshot): Split into two parts.
11251 (vc-default-retrieve-snapshot): New function.
11252
11253 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11254 (vc-cvs-retrieve-snapshot): New function (untested).
11255 (vc-cvs-stay-local): Default to t.
11256 (vc-cvs-remote-p): New function and property.
11257 (vc-cvs-state): Stay local only if the above is t.
11258 (vc-handle-cvs): Removed.
11259 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11260 done via vc-handled-backends now.
11261 (vc-cvs-header): Escape Id.
11262
11263 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11264
11265 * vc.el (vc-do-command): Remove unused commands.
11266 (vc-version-diff): Make sure default-directory ends with a slash.
11267 Move the window commands into a vc-exec-after.
11268 (vc-print-log): Move more of the code into the `vc-exec-after'.
11269
11270 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11271
11272 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11273 (vc-print-log): Search current revision from beginning of buffer.
11274 (vc-revert-buffer): Clear echo area after the diff is finished.
11275 (vc-prefix-map): Removed definition of "t" for terse display in vc
11276 dired.
11277 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11278 definition of "vt" for terse display.
11279 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11280
11281 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11282
11283 * vc.el (vc-exec-after): Avoid caddr.
11284
11285 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11286
11287 * vc.el (vc-exec-after): New function.
11288 (vc-do-command): Use it to add a termination message for async
11289 procs.
11290 (vc-checkout): Try to handle a missing-backend situation.
11291 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11292 of a directory with a backend using async diffs.
11293 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11294 present.
11295
11296 * vc-sccs.el (vc-sccs-state-heuristic): Use
11297 file-ownership-preserved-p.
11298
11299 * vc-rcs.el (vc-rcs-state-heuristic): Use
11300 file-ownership-preserved-p.
11301 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11302
11303 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11304
11305 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11306 vc-do-command.
11307
11308 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11309 when there are no changes.
11310
11311 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11312
11313 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11314
11315 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11316
11317 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11318
11319 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11320
11321 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11322 the `fset' outside of the defvar so that it works even if
11323 vc-prefix-map was already defined.
11324 (vc-setup-buffer): New function, split out of vc-do-command.
11325 (vc-do-command): Allow BUFFER to be t to mean `just use the
11326 current buffer without any fuss'.
11327 (vc-version-diff): Change the `diff' backend operation to just put
11328 the diff in the current buffer without erasing it. Always use
11329 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11330 shrink-window-if-larger-than-buffer.
11331 (vc-print-log): Change the `print-log' backend operation to just
11332 put the log in the current buffer without erasing it. Protect
11333 shrink-window-if-larger-than-buffer.
11334 (vc-update-change-log): Fix setd typo.
11335
11336 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11337 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11338
11339 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11340 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11341 CMP.
11342
11343 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11344 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11345 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11346
11347 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11348
11349 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11350 not possible, use vc-BACKEND-workfile-unchanged-p.
11351 (vc-default-workfile-unchanged-p): New function. Delegates to a
11352 full vc-BACKEND-diff.
11353
11354 * vc-hooks.el (vc-simple-command): Removed.
11355
11356 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11357 instead of vc-simple-command.
11358 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11359 avoid doing a diff when opening a file.
11360 (vc-rcs-state): Added check for unlocked-changes.
11361 (vc-rcs-header): Escape Id.
11362 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11363 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11364 version.
11365
11366 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11367 (vc-sccs-diff): Remove optional arg CMP.
11368 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11369 SCCS-specific function.
11370
11371 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11372 vc-simple-command.
11373
11374 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11375
11376 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11377 (with-vc-file, vc-merge): Use vc-editable-p.
11378 (vc-do-command): Remove unused var vc-file and fix the
11379 doubly-defined `status' var. Add a user message when starting an
11380 async command.
11381 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11382 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11383 Use with-current-buffer.
11384 (vc-buffer-sync): Use unless.
11385 (vc-next-action-on-file): If the file is 'edited by read-only,
11386 make it read-write instead of trying to commit.
11387 (vc-version-diff, vc-update-change-log): Use `setq
11388 default-directory' rather than `cd'.
11389 (vc-log-edit): Don't forget to set default-directory in the
11390 buffer.
11391
11392 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11393 (vc-sccs-state-heuristic): Use file-writable-p instead of
11394 comparing userids.
11395 (vc-sccs-checkout): Use `unless'.
11396
11397 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11398 of comparing userids.
11399 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11400 Simplify the logic by eliminating unreachable code.
11401 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11402 just do a recursive call if we need to retry.
11403 (vc-rcs-checkout): Handle the case where rcs is missing by making
11404 the buffer read-write if requested and re-signalling the error.
11405
11406 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11407
11408 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11409
11410 * vc-hooks.el (vc-handled-backends): Docstring change.
11411 (vc-ignore-vc-files): Mark obsolete.
11412 (vc-registered): Check vc-ignore-vc-files.
11413 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11414 vc-ignore-vc-files.
11415
11416 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11417
11418 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11419
11420 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11421 files since ange-ftp already has vc-registered return nil.
11422
11423 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11424 (vc-sccs-workfile-version): Use with-temp-buffer and new
11425 vc-parse-buffer and don't bother setting the property.
11426 (vc-sccs-add-triple): Use with-current-buffer and
11427 find-file-noselect.
11428 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11429
11430 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11431 derives from the old vc-parse-buffer but uses the revision number
11432 rather than the date (much easier to compare robustly).
11433 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11434 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11435 locking-user more directly. Check strict locking and set
11436 checkout-model appropriately.
11437 (vc-rcs-parse-locks): Remove.
11438 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11439 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11440 (vc-rcs-system-release): Use with-current-buffer and
11441 vc-parse-buffer.
11442 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11443
11444 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11445 (vc-simple-command): Docstring fix.
11446 (vc-registered): Align the way the file-handler is called with the
11447 way the function itself works.
11448 (vc-file-owner): Remove.
11449
11450 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11451 extraction of fields and call to file-attributes because of a
11452 temporary bug in rcp.el.
11453 (vc-cvs-fetch-status): Use with-current-buffer.
11454
11455 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11456
11457 * vc.el (vc-do-command): Use file-relative-name.
11458 (vc-responsible-backend): Use vc-backend if possible.
11459 (vc-create-snapshot): Improve the `interactive' spec. Add support
11460 for branches and dispatch to backend-specific `create-snapshot'.
11461 (vc-default-create-snapshot): New function, containing the bulk of
11462 the old vc-create-snapshot.
11463 (vc-retrieve-snapshot): Improve the interactive spec.
11464
11465 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11466 (vc-backend-hook-functions): Remove.
11467 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11468 (vc-backend): Reintroduce the test for `file = nil' now that I
11469 know why it was there (and added a comment to better remember).
11470
11471 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11472 code from vc-sccs-hooks.el.
11473 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11474 'vc anymore.
11475 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11476 and file-directory-p instead of file-exists-p.
11477 (vc-sccs-check-headers): Simplify the regexp.
11478
11479 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11480 from vc-rcs-hooks.el. Don't require 'vc anymore.
11481 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11482 file-directory-p instead of file-exists-p.
11483
11484 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11485 from vc-cvs-hooks.el.
11486 (proto vc-cvs-registered): Require 'vc-cvs instead of
11487 'vc-cvs-hooks. Don't require 'vc anymore.
11488 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11489 file-directory-p instead of file-exists-p.
11490 (vc-cvs-create-snapshot): New function, replacing
11491 vc-cvs-assign-name.
11492 (vc-cvs-assign-name): Remove.
11493
11494 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11495
11496 * vc-cvs.el (vc-cvs-header): New var.
11497
11498 * vc-rcs.el (vc-rcs-exists): Remove.
11499 (vc-rcs-header): New var.
11500
11501 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11502 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11503 (vc-sccs-header): New var.
11504
11505 * vc.el (vc-do-command): Get rid of the `last' argument.
11506 (vc-header-alist): Remove, replaced by vc-X-header.
11507 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11508 (vc-dired-hook): Use expand-file-name instead of concat.
11509 (vc-directory): Use file-name-as-directory.
11510 (vc-snapshot-precondition, vc-create-snapshot)
11511 (vc-retrieve-snapshot): Allow the command to operate on any
11512 directory.
11513
11514 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11515 just removing the 'WORKFILE argument or by removing the 'MASTER
11516 argument and replacing `file' with (vc-name file).
11517
11518 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11519
11520 * vc.el: Update Copyright and add a crude list of backend funs.
11521 (vc-writable-p): New function.
11522 (with-vc-file): Use vc-writable-p.
11523 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11524 (vc-register): Avoid vc-name.
11525 (vc-locking-user): Remove.
11526 (vc-steal-lock): Make the `owner' arg non-optional.
11527 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11528 vc-checkout-model.
11529 (vc-default-dired-state-info): Use vc-state instead of
11530 vc-locking-user and return special strings for special states.
11531 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11532 and get rid of one of the special CVS cases.
11533 (vc-cancel-version): prettify error message with \\[...].
11534 (vc-rename-master): New function.
11535 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11536 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11537 the CVS special case generic.
11538 (vc-default-record-rename): Remove.
11539 (vc-file-tree-walk-internal): Only call FUNC for files that are
11540 under control of some VC backend and replace `concat' with
11541 expand-file-name.
11542 (vc-file-tree-walk): Update docstring.
11543 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11544 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11545
11546 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11547 vc-sccs-record-rename. Use `find-file-noselect' rather than
11548 `find-file' and call `vc-rename-master' to do the actual move.
11549 (vc-sccs-diff): Remove unused `backend' variable.
11550
11551 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11552 to delay loading of vc-sccs until it is really used.
11553 (vc-sccs-master-templates): Preload.
11554 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11555 (vc-sccs-project-dir): Remove (merged into
11556 vc-sccs-search-project-dir).
11557 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11558 rather than `concat', make sure it is preloaded and don't bother
11559 to check that the file actually exists.
11560 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11561 `locks' argument (use buffer's content instead) and eliminate n^2
11562 behavior.
11563
11564 * vc-rcs.el: Update Copyright.
11565 (vc-rcs-rename-file): New function.
11566 (vc-rcs-diff): Remove unused `backend' variable.
11567
11568 * vc-hooks.el: Update Copyright.
11569 (vc-backend): Don't accept a nil argument any more.
11570 (vc-up-to-date-p): Turn into a defsubst.
11571 (vc-possible-master): New function.
11572 (vc-check-master-templates): Use `vc-possible-master' and allow
11573 funs in vc-X-master-templates to return a non-existent file.
11574
11575 * vc-cvs.el: Update Copyright.
11576 (vc-cvs-diff): Remove unused `backend' variable.
11577 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11578
11579 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11580
11581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11582
11583 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11584 since it can be called from vc-rcs.el.
11585 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11586
11587 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11588
11589 * vc.el (vc-version-diff): Expand file name read from the
11590 minibuffer. Handle the case when a previous version number can't
11591 be guessed. Give suitable messages when there were no differences
11592 found.
11593 (vc-clear-headers): Call backend-specific implementation, if one
11594 exists.
11595 (vc-cancel-version): Made error checks generic. When done, clear
11596 headers generically, too.
11597
11598 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11599 from vc-clear-headers in vc.el.
11600
11601 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11602 correctly.
11603 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11604 optional. Handle the case when it's not there.
11605
11606 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11607
11608 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11609
11610 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11611
11612 * vc-hooks.el (vc-loadup): Remove.
11613 (vc-find-backend-function): Use `require'. Also, handle the case
11614 where vc-BACKEND-hooks.el doesn't exist.
11615 (vc-call-backend): Cleanup.
11616
11617 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11618
11619 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11620 vc-rcs-grab-templates)
11621 (vc-rcs-registered): Remove. The default function works as well.
11622 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11623 vc-sccs-grab-templates)
11624 (vc-sccs-registered): Remove. The default function works as well.
11625
11626 * vc.el (vc-version-diff): Left out a vc- in call to
11627 vc-call-backend.
11628 (vc-default-dired-state-info, vc-default-record-rename)
11629 (vc-default-merge-news): Update for the new backend argument.
11630
11631 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11632 using the default function.
11633 (vc-call-backend): If calling the default function, pass it the
11634 backend as first argument. Update the docstring accordingly.
11635 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11636 for the new backend argument.
11637 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11638 (vc-find-backend-function): Use the new name.
11639 (vc-default-registered): New function.
11640
11641 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11642
11643 * vc.el (vc-merge): Use vc-find-backend-function.
11644
11645 * vc-hooks.el (vc-backend-functions): Remove.
11646 (vc-loadup): Don't setup 'vc-functions.
11647 (vc-find-backend-function): New function.
11648 (vc-call-backend): Use above fun and populate 'vc-functions
11649 lazily.
11650 (vc-backend-defines): Remove.
11651
11652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11653
11654 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11655 Call vc-call-backend without the leading vc-.
11656 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11657 (vc-check-headers): Call vc-call-backend without the leading vc-.
11658 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11659 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11660 Call vc-call-backend without the leading vc-.
11661
11662 * vc-cvs.el (tail): Provide vc-cvs.
11663 * vc-sccs.el (tail): Provide vc-sccs.
11664 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11665
11666 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11667 (vc-make-backend-function, vc-call): Pass names without leading
11668 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11669 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11670 (vc-call-backend): Always try to load vc-X-hooks.
11671 (vc-registered): Remove vc- in call to vc-call-backend.
11672
11673 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11674
11675 * vc.el (vc-process-filter): New function.
11676 (vc-do-command): Setup `vc-process-filter' for the async process.
11677 (vc-maybe-resolve-conflicts): New function to reduce
11678 code-duplication. Additionally, it puts the buffer in
11679 `smerge-mode' if applicable.
11680 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11681 calling `merge-news'.
11682 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11683 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11684 interfacing to log-edit.el.
11685 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11686 log-edit is available.
11687 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11688
11689 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11690
11691 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11692 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11693 defvar and the initialization.
11694 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11695
11696 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11697 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11698
11699 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11700
11701 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11702
11703 * vc.el (vc-file-clear-masterprops): Removed.
11704 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11705 (vc-version-diff): Use buffer-size without argument.
11706 (vc-register): Heed vc-initial-comment.
11707
11708 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11709 default branch.
11710
11711 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11712 file name and workfile version.
11713 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11714
11715 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11716 vc-file-clear-masterprops.
11717
11718 * vc-sccs.el (vc-sccs-checkout): Removed call to
11719 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11720 rather than user login name.
11721
11722
11723 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11724
11725 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11726 `want-differences-if-changed' and simplify.
11727 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11728 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11729 output (which is invalid for async vc-diff) to decide whether to
11730 do the revert silently or not.
11731
11732 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11733
11734 * vc-hooks.el (vc-loadup): Load files quietly.
11735 (vc-call-backend): Oops, brain fart.
11736
11737 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11738
11739 * vc-cvs.el (vc-cvs-state): Typo.
11740 (vc-cvs-merge-news): Return the status code rather than the error msg.
11741
11742 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11743
11744 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11745 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11746 vc-state or vc-up-to-date-p.
11747 (vc-merge): Use vc-backend-defines to check whether merging is
11748 possible. Set state to 'edited after successful merge.
11749
11750 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11751 return that name. Redocumented.
11752
11753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11754
11755 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11756 new `vc-state' semantics.
11757 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11758 'vc-locking-user to the current user.
11759 (vc-merge): Inline vc-backend-merge. Comment out code that I
11760 don't understand and hence can't adapt to the new `vc-state' and
11761 `vc-locking-user' semantics.
11762 (vc-backend-merge): Remove.
11763
11764 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11765 rather than 'vc-locking-user.
11766
11767 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11768
11769 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11770 (vc-state): Don't use 'reserved any more. Just use the same
11771 convention as the one used for vc-<backend>-state where the
11772 locking user (as a string) is returned.
11773 (vc-locking-user): Update, based on the above convention. The
11774 'vc-locking-user property has disappeared.
11775 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11776
11777 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11778 with a heuristic one.
11779 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11780 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11781 error. That allows us to get to 'needs-merge even in the
11782 stay-local case. There's still no way to detect 'needs-patch in
11783 such a setup (or to force an update for that matter).
11784 (vc-cvs-logentry-check): Remove, the default works as well.
11785
11786 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11787
11788 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11789
11790 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11791 major-mode in which the buffer might have been put earlier. Use
11792 `remove' and `when'. Allow `okstatus' to be `async' and use
11793 `start-process' in this case.
11794 (vc-version-diff): Handle the case where the diff looks empty
11795 because of the use of an async process.
11796
11797 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11798
11799 * vc.el (vc-next-action-on-file): Removed optional parameter
11800 `simple'. Recompute state unconditionally.
11801 (vc-default-toggle-read-only): Removed.
11802
11803 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11804 (vc-toggle-read-only): Undid prev change.
11805
11806 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11807 vc-cvs-simple-toggle. Redocumented.
11808 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11809 (vc-cvs-toggle-read-only): Removed.
11810
11811 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11812
11813 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11814 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11815 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11816 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11817 still is. So maybe it should be removed.
11818 (vc-head-version, vc-find-binary): Remove.
11819 (vc-recompute-state): Move from vc-hooks.el.
11820 (vc-next-action-on-file): Add a `simple' argument to allow
11821 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11822 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11823 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11824 (vc-dired-mode-map): Properly defvar it.
11825 (vc-print-log): Call log-view-mode if available.
11826 (small-temporary-file-directory): defvar instead of use boundp.
11827 (vc-merge-news): Moved to vc-cvs.el.
11828 (vc-default-merge-news): New function.
11829
11830 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11831 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11832 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11833 unknown `vc-latest-version' function. It should probably refer to
11834 vc-workfile-version or somesuch, but it's very unclear to me and I
11835 don't have SCCS to test things.
11836
11837 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11838 (vc-sccs-state-heuristic): Fix typo.
11839 (vc-sccs-workfile-unchanged-p): Add missing argument.
11840
11841 * vc-rcs.el: Require vc and vc-rcs-hooks.
11842 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11843 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11844 (vc-release-greater-or-equal-p): Move from vc.
11845 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11846 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11847 (vc-rcs-checkout): Add a missing `new-version' argument in the
11848 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11849
11850 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11851 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11852 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11853 than the apparently unbound `workfile-version'.
11854
11855 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11856 (vc-file-prop-obarray): Use `make-vector'.
11857 (vc-backend-functions): Add new hookable functions
11858 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11859 (vc-loadup): If neither backend nor default functions exist, use
11860 the backend function rather than nil.
11861 (vc-call-backend): If the function if not bound yet, try to load
11862 the non-hook file to see if it provides it.
11863 (vc-call): New macro plus use it wherever possible.
11864 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11865 nor `vc-find-binary' since it's only called from
11866 vc-mistrust-permission which is only used once the backend is known.
11867 (vc-checkout-model): Fix parenthesis.
11868 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11869
11870 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11871 (vc-cvs-release, vc-cvs-system-release): Remove.
11872 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11873 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11874 status symbols.
11875 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11876 (vc-cvs-toggle-read-only): First cut at a function to allow a
11877 cvs-status-free vc-toggle-read-only.
11878 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11879 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11880 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11881 (vc-cvs-checkout): Modify access rights directly if the user
11882 requested not to use `cvs edit'. And refresh the mode line.
11883
11884 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11885 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11886
11887 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11888
11889 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11890 workfile' that got lost when the code was extracted from vc.el.
11891 And merged the tail with the rest of the code (not possible in the
11892 old vc.el where the tail was shared among all backends). And
11893 explicitly set the state to 'edited if `writable' is set.
11894
11895 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11896 (vc-cvs-state): Be careful to return the value from
11897 vc-cvs-parse-state.
11898 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11899 property but return it instead. Also be careful to handle a nil
11900 or "" `rev' when workfile is non-nil (it was handled properly when
11901 workfile was nil).
11902
11903 * vc.el: Removed those pesky unnecessary `(function' quotes.
11904 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11905 directly in the defvar.
11906 (vc-do-command): Bind inhibit-read-only so as to properly handle
11907 the case where the destination buffer has been made read-only.
11908 (vc-diff): Delegate to vc-version-diff in all cases.
11909 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11910 (vc-annotate-mode-variables): Removed (code moved partly to
11911 defvars and partly to vc-annotate-add-menu).
11912 (vc-annotate-mode): Turned into a derived-mode.
11913 (vc-annotate-add-menu): Moved in code in
11914 vc-annotate-mode-variables.
11915 (vc-update-change-log): Use make-temp-file if available.
11916
11917 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11918
11919 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11920 `vc-checkout-model' updated to `vc-cvs-update-model'.
11921
11922 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11923
11924 * vc.el (vc-next-action-on-file): Added handling of state
11925 `unlocked-changes'.
11926 (vc-checkout-carefully): Is now practically obsolete, unless the
11927 above is too slow to be enabled unconditionally.
11928 (vc-update-change-log): Fixed typo.
11929
11930 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11931
11932 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11933 Now handles state `unlocked-changes'.
11934 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11935
11936 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11937
11938 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11939 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11940 `unlocked-changes'.
11941 (vc-rcs-workfile-unchanged-p): Renamed from
11942 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11943 function yet, but supposed to become one soon.
11944
11945 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11946 `vc-steal-lock'.
11947 (vc-call-backend): Changed error message.
11948 (vc-state): Added description of state `unlocked-changes'.
11949
11950 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11951
11952 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11953 always return t in CVS-controlled directories.
11954
11955 * vc.el (vc-responsible-backend): New function.
11956 (vc-register): Largely rewritten.
11957 (vc-admin): Removed (implementation moved into vc-register).
11958 (vc-checkin): Redocumented.
11959 (vc-finish-logentry): If no backend defined yet (because we are in
11960 the process of registering), use the responsible backend.
11961
11962 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11963 Updated function lists.
11964 (vc-call-backend): Fixed typo.
11965
11966 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11967 New functions.
11968 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11969 Removed query option. Redocumented.
11970
11971 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11972
11973 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11974
11975 * vc.el: Updated callers of `vc-checkout-required' to use
11976 `vc-checkout-model'.
11977
11978 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11979
11980 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11981 stuff updated to reference this function instead of the old
11982 `vc-backend-release-p'.
11983
11984 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11985
11986 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11987 vc-checkout-model. Return appropriate values. Updated callers.
11988
11989 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11990
11991 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11992 (vc-backend-revert): Function moved into `vc-revert';
11993 `vc-next-action' must be updated to accomodate this change.
11994 (vc-backend-steal): Function moved into `vc-finish-steal'.
11995 (vc-backend-logentry-check): Function moved into
11996 `vc-finish-logentry'.
11997 (vc-backend-printlog): Function moved into `vc-print-log'.
11998 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11999 (vc-backend-assign-name): Function moved into
12000 `vc-create-snapshot'.
12001
12002 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12003
12004 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12005 Rename to vc-checkout-model. Return appropriate values.
12006 Update callers.
12007
12008 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12009 to vc-checkout-model.
12010 (vc-checkout-required): Rename to vc-checkout-model.
12011 Re-implement and re-comment.
12012 (vc-after-save): Use vc-checkout-model.
12013
12014 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12015
12016 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12017 Update to use the vc-BACKEND-diff functions instead.
12018 `vc-diff' is now working.
12019
12020 * vc-rcs.el (vc-rcs-logentry-check): New function.
12021
12022 * vc-cvs.el (vc-cvs-logentry-check): New function.
12023
12024 * vc-sccs.el (vc-sccs-diff): Function changed name from
12025 `vc-backend-diff'. This makes `vc-diff' work.
12026
12027 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12028 of functions possibly implemented in a vc-BACKEND library.
12029 (vc-checkout-required): Fix bug that caused an error to be
12030 signaled during `vc-after-save'.
12031
12032 * vc.el: Fix typo.
12033 This checkin is made with our new VC code base for the very first time.
12034 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12035
12036 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12037 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12038
12039 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12040 updated to `vc-uses-locking'.
12041 (vc-checkout-required): Call to backend function.
12042 `vc-checkout-required' updated to `vc-uses-locking' instead.
12043
12044 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12045 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12046
12047 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12048 to match the split into various backends.
12049 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12050 (vc-retrieve-snapshot): Bug fix.
12051
12052 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12053
12054 * vc-sccs.el (vc-sccs-release): Doc fix.
12055
12056 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12057
12058 * vc.el (vc-next-action-on-file): Bug found and fixed.
12059 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12060 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12061
12062 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12063 (vc-rcs-checkout): Name space cleaned up. No more revision number
12064 crunching function names that are not prefixed with vc-rcs.
12065 (vc-rcs-checkout-model): Function added. References to
12066 `vc-checkout-model' replaced.
12067
12068 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12069
12070 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12071 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12072 still need to be split, and implemented for RCS).
12073
12074 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12075
12076 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12077
12078 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12079 required by the vc.el file.
12080
12081 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12082 required by the vc.el file.
12083 (vc-rcs-exists): Function added.
12084
12085 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12086 required by the vc.el file.
12087
12088 * vc.el (vc-admin): Updated to handle selection of appropriate
12089 backend. Current implementation is crufty and need re-thinking.
12090
12091 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12092
12093 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12094
12095 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12096 beginning of annotate buffers correctly.
12097
12098 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12099 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12100 functionality updated quite a lot to support multiple backends.
12101 Variables `vc-annotate-mode', `vc-annotate-buffers',
12102 `vc-annotate-backend' added.
12103
12104 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12105 `vc-annotate-difference' added to supported backend functions.
12106
12107 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12108
12109 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12110 Use with-temp-file instead of /bin/sh. Merged from mainline
12111
12112 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12113
12114 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12115
12116 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12117
12118 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12119
12120 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12121
12122 * vc-hooks.el: vc-state-heuristic added to
12123 vc-backend-hook-functions.
12124
12125 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12126
12127 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12128
12129 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12130 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12131 state to `reserved'.
12132
12133 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12134 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12135
12136 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12137
12138 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12139 untouched.
12140
12141 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12142
12143 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12144 if defined. (Merged from main line, slightly adapted.)
12145
12146 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12147 millenium problem (merged from mainline).
12148
12149 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12150
12151 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12152 part and moved the non-BACKEND stuff to vc.el.
12153
12154 * vc.el: Split the annotate feature into a BACKEND specific part
12155 and moved it from the vc-cvs.el file to this one.
12156
12157 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12158
12159 * vc-hooks.el: Implement new state model.
12160 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12161 (vc-locking-user): Simplify. Now only needed if the file is
12162 locked by somebody else.
12163 (vc-lock-from-permissions): Remove. Functionality is in
12164 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12165 (vc-mode-line-string): New name for former vc-status. Adapted.
12166 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12167
12168 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12169 Various simplifications and adaptations all over the place.
12170
12171 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12172 Simplify and adapt the rest.
12173
12174 * vc.el (vc-resynch-window): Add TODO comment: check for
12175 interaction with view mode according to recent RCS change.
12176 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12177
12178 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12179
12180 * vc.el: Convert the remaining function comments to docstrings.
12181
12182 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12183
12184 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12185 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12186 (vc-minor-part, vc-previous-version): Functions that operate and
12187 compare revision numbers got proper documentation. Comments added
12188 about their possible removal.
12189
12190 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12191
12192 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12193 the vc-backend.el files.
12194
12195 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12196
12197 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12198 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12199 (vc-rcs-previous-version): Functions added.
12200
12201 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12202
12203 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12204
12205 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12206
12207 * vc-hooks.el (vc-master-templates): Is really obsolete.
12208 Comment out the definition for now. What is the right procedure
12209 to get rid of it?
12210 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12211 rewritten.
12212 (vc-default-registered): Remove.
12213 (vc-check-master-templates): New function; does mostly what the
12214 above did before.
12215 (vc-locking-user): Don't rely on the backend to set the property.
12216
12217 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12218 Rewrite documentation.
12219 (vc-rcs-templates-grabbed): New variable.
12220 (vc-rcs-grab-templates): New function.
12221 (vc-rcs-registered): Rewrite to use above mechanism.
12222
12223 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12224 Rewrite documentation.
12225 (vc-sccs-templates-grabbed): New variable.
12226 (vc-sccs-grab-templates): New function.
12227 (vc-sccs-registered): Rewrite to use above mechanism.
12228 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12229 Don't throw the result, simply return it.
12230
12231 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12232 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12233 (vc-cvs-registered): Does the check itself now. Simplify.
12234
12235 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12236 from main line.
12237
12238 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12239
12240 * vc-cvs.el (vc-cvs-diff): New function.
12241
12242 * vc-sccs.el (vc-sccs-diff): New function.
12243
12244 * vc-rcs.el (vc-rcs-diff): New function.
12245 (vc-rcs-checkout): Bug (typo) found and fixed.
12246 (vc-rcs-register-switches): New variable.
12247
12248 * vc.el (vc-backend-diff): Function removed and placed in the
12249 backend files.
12250
12251 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12252
12253 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12254
12255 * vc.el (vc-backend-checkout): Function removed and replaced in
12256 the vc-backend.el files.
12257
12258 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12259
12260 * vc.el (vc-backend-admin): Removed and replaced in the
12261 vc-backend.el files.
12262
12263 * vc.el (Martin): Removed all the annotate functionality since it
12264 is CVS backend specific.
12265
12266 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12267
12268 * spec.txt: Added specification of vc-state.
12269
12270 * vc-sccs-hooks.el (vc-sccs-master-properties):
12271 Remove handling of vc-latest-version and
12272 vc-your-latest-version. What used to be vc-latest-version, is now
12273 returned as vc-workfile-version.
12274 (vc-sccs-workfile-version): Adapt.
12275
12276 2000-09-04 Dave Love <fx@gnu.org>
12277
12278 * vc.el: [Merged from mainline.]
12279 (vc-dired-mode): Make the dired-move-to-filename-regexp
12280 regexp match the date, to avoid treating date as file size.
12281 Add YYYY S option to WESTERN/
12282
12283 2000-09-04 Dave Love <fx@gnu.org>
12284
12285 * vc.el: Require `compile' when compiling.
12286 (vc-logentry-check-hook): New option.
12287 (vc-steal-lock): Use compose-mail.
12288 (vc-dired-mode-map): Defvar when compiling.
12289 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12290 vc-sccs.el and renamed. Callers changed.
12291 (vc-backend-checkout, vc-backend-logentry-check)
12292 (vc-backend-merge-news): Doc fix.
12293 (vc-default-logentry-check): New function.
12294 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12295 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12296 (vc-backend-merge): Doc fix. Use backend functions.
12297 (vc-check-headers): Use backend functions.
12298
12299 * vc-cvs.el: Require vc when compiling.
12300 (vc-cvs-register-switches): Doc fix.
12301 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12302 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12303 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12304 New functions (code from vc.el).
12305 (vc-annotate-display-default): Fix interactive spec.
12306 (vc-annotate-time-span): Doc fix.
12307
12308 * vc-rcs.el: Require vc when compiling.
12309 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12310 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12311 (vc-rcs-checkin): New functions (code from vc.el).
12312 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12313 Doc fix.
12314 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12315
12316 * vc-sccs.el: Require vc when compiling.
12317 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12318 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12319 (vc-sccs-revert)
12320 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12321 from vc.el).
12322 (vc-sccs-add-triple, vc-sccs-record-rename)
12323 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12324 (vc-sccs-admin): Doc fix.
12325
12326 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12327
12328 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12329 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12330 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12331 from vc.el.
12332
12333 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12334
12335 * vc-cvs.el: Moved the annotate functionality from vc.el.
12336 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12337
12338 2000-09-04 Dave Love <fx@gnu.org>
12339
12340 * vc.el (vc-backend-release): Call vc-system-release.
12341
12342 * vc-sccs.el (vc-sccs-system-release):
12343 Renamed from vc-sccs-backend-release.
12344
12345 * vc-rcs.el (vc-rcs-system-release):
12346 Renamed from vc-rcs-backend-release.
12347
12348 * vc-cvs.el (vc-cvs-system-release):
12349 Renamed from vc-cvs-backend-release.
12350
12351 2000-09-04 Dave Love <fx@gnu.org>
12352
12353 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12354 backend files.
12355 (vc-backend-release): Dispatch to backend functions.
12356 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12357 probably needs attention.]
12358
12359 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12360 (vc-sccs-backend-release): New function.
12361
12362 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12363 (vc-cvs-backend-release): New function.
12364
12365 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12366 Doc fix.
12367 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12368 (vc-default-dired-state-info): New function.
12369 (vc-dired-state-info): Dispatch to backends.
12370 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12371
12372 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12373 from vc.el and renamed.
12374
12375 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12376
12377 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12378 (vc-version-other-window, vc-backend-assign-name): Removed
12379 references to vc-latest-version; sometimes changed into
12380 vc-workfile-version.
12381
12382 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12383 vc-rcs-master-workfile-version.
12384 (vc-rcs-workfile-version): Use the above. Don't call
12385 vc-latest-version (that was unreachable code, anyway).
12386 (vc-rcs-fetch-master-properties): Doc fix.
12387
12388 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12389 (vc-backend-hook-functions): Removed them from this list, too.
12390 (vc-fetch-properties): Removed.
12391 (vc-workfile-version): Doc fix.
12392
12393 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12394 (vc-rcs-workfile-version, vc-rcs-locking-user)
12395 (vc-rcs-uses-locking): Use it.
12396
12397 * vc-hooks.el (vc-consult-rcs-headers):
12398 Moved into vc-rcs-hooks.el, under the name
12399 vc-rcs-consult-headers.
12400
12401 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12402 headers.
12403 (vc-cvs-find-master): Use this name only; correct different
12404 versions of the name.
12405
12406 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12407 New functions.
12408 (vc-sccs-locking-user): Use the latter.
12409
12410 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12411 New functions.
12412
12413 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12414 Moved into both
12415 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12416 functions are implementation details of those two backends.
12417
12418 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12419
12420 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12421 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12422
12423 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12424 (vc-sccs-parse-locks): SCCS-specific code moved here from
12425 vc-hooks.
12426
12427 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12428 code moved here from vc-hooks.
12429
12430 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12431 into back-end specific parts and removed. Callers not updated
12432 yet; because I guess these callers will disappear into back-end
12433 specific files anyway.
12434
12435 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12436
12437 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12438 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12439 `vc-uses-locking'.
12440
12441 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12442 Store yes/no in the property, and return t/nil. Updated all
12443 callers.
12444
12445 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12446 vc-sccs-uses-locking. Don't set property.
12447 (vc-sccs-locking-user): Don't set property.
12448
12449 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12450 vc-cvs-uses-locking. Don't set property here; leave that to
12451 vc-hooks.
12452 (vc-cvs-locking-user): Reflect above change. Streamlined.
12453
12454 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12455 vc-rcs-uses-locking.
12456 (vc-rcs-locking-user): Reflect above change.
12457
12458 2000-09-04 Dave Love <fx@gnu.org>
12459
12460 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12461
12462 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12463
12464 * vc-hooks.el (vc-checkout-model): Punt to backends.
12465
12466 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12467
12468 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12469
12470 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12471 New functions.
12472
12473 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12474 New functions.
12475
12476 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12477 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12478
12479 * vc-hooks.el (vc-default-locking-user): New function.
12480 (vc-locking-user, vc-workfile-version): Punt to backends.
12481
12482 2000-09-04 Dave Love <fx@gnu.org>
12483
12484 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12485 (vc-master-workfile-version): Moved from vc-hooks.
12486
12487 * vc-rcs-hooks.el: Fix duplicate code in last change.
12488
12489 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12490 (vc-rcs-master-templates): Improve :type.
12491 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12492 vc-master-workfile-version): Moved from vc-hooks.
12493
12494 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12495 (vc-sccs-master-templates): Improve :type.
12496 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12497
12498 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12499
12500 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12501 (vc-cvs-master-templates): Improve :type. Use
12502 vc-cvs-find-cvs-master.
12503 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12504 from vc-hooks.
12505 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12506
12507 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12508 Moved to vc-cvs-hooks.
12509
12510 * vc-hooks.el: Add doc strings in various places. Simplify the
12511 minor mode setup.
12512 (vc-handled-backends): New user variable.
12513 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12514 simplification.
12515
12516 2000-09-04 Dave Love <fx@gnu.org>
12517
12518 * vc.el: Some doc fixes for autoloaded and interactive functions.
12519 Fix compilation warnings from ediff stuff.
12520 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12521
12522 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12523
12524 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12525
12526 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12527
12528 2000-09-04 Dave Love <fx@gnu.org>
12529
12530 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12531 New variable.
12532 (vc-make-backend-function, vc-loadup, vc-call-backend)
12533 (vc-backend-defines): New functions.
12534
12535 * vc-hooks.el: Various doc fixes.
12536 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12537 (vc-match-substring): Function removed. Callers changed to use
12538 match-string.
12539 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12540 Simplify.
12541
12542 2000-09-04 Dave Love <fx@gnu.org>
12543
12544 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12545 type.
12546 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12547 (vc-sccs-registered): Doc fix.
12548
12549 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12550 (vc-cvs-registered): Doc fix.
12551
12552 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12553 (vc-rcs-registered): Doc fix.
12554
12555 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12556
12557 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12558
12559 * vc-hooks.el: vc-registered has been renamed
12560 vc-default-registered. Some functions have been moved to the
12561 backend specific files. they all support the
12562 vc-BACKEND-registered functions.
12563
12564 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12565
12566 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12567
12568 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12569
12570 2000-09-04 Dave Love <fx@gnu.org>
12571
12572 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12573 menu-bar-update-hook.
12574
12575 * help.el (help-manyarg-func-alist): Add
12576 find-operation-coding-system.
12577
12578 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12579
12580 * custom.el (custom-set-variables): Print message about errors in
12581 setting.
12582
12583 2000-09-03 Andrew Innes <andrewi@gnu.org>
12584
12585 * makefile.w32-in: Change to DOS line endings.
12586
12587 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12588
12589 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12590 minor-mode keymaps, if they don't have one.
12591
12592 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12593
12594 * eshell/esh-module.el (eval-when-compile): Don't lose if
12595 esh-module.el's file name is truncated to DOS 8+3 limits.
12596
12597 2000-09-01 John Wiegley <johnw@gnu.org>
12598
12599 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12600 predicate, which caused entries in the completion list to be
12601 doubled.
12602
12603 2000-08-30 John Wiegley <johnw@gnu.org>
12604
12605 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12606 sending to subprocesses. Also, hook pre-command-hook if
12607 `eshell-send-direct-to-subprocesses' is non-nil.
12608 (eshell-send-direct-to-subprocesses): New config variable. If t,
12609 subprocess input is send immediately.
12610 (eshell-toggle-direct-send): New function.
12611 (eshell-self-insert-command): New function.
12612 (eshell-intercept-commands): New function.
12613 (eshell-send-input): If direct subprocess sending is enabled,
12614 don't echo any input to the Eshell buffer. Let the subprocess
12615 handle that. This requires "stty echo" in bash, for example.
12616
12617 2000-08-28 John Wiegley <johnw@gnu.org>
12618
12619 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12620 completion function for Eshell's implementation of `unset'.
12621
12622 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12623
12624 * info.el (Info-directory-list): Doc fix.
12625
12626 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12627
12628 * filecache.el (file-cache-add-directory-using-find): Don't quote
12629 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12630
12631 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12632
12633 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12634 coding systems.
12635
12636 2000-08-30 Andrew Innes <andrewi@gnu.org>
12637
12638 * timer.el (run-with-idle-timer): Undo last change, so that timer
12639 is not activated immediately if Emacs is already idle. Some
12640 existing code relies on this behaviour.
12641
12642 2000-08-30 Miles Bader <miles@gnu.org>
12643
12644 * frame.el (set-frame-font): Do completion of font-name for
12645 interactive use.
12646
12647 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12648
12649 * international/quail.el (quail-start-translation): Bind locally
12650 last-command-event, last-command, and this-command.
12651 (quail-start-conversion): Likewise.
12652 (quail-self-insert-command): Fix docstring.
12653
12654 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12655
12656 * progmodes/executable.el
12657 (executable-make-buffer-file-executable-if-script-p): Check that
12658 buffer contains at least 2 characters.
12659
12660 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12661
12662 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12663
12664 2000-08-29 Dave Love <fx@gnu.org>
12665
12666 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12667 (diff-mode-shared-map): Bind mouse-2.
12668 (diff-imenu-generic-expression): New variable.
12669 (diff-mode): Use it.
12670
12671 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12672 (mouse-popup-menubar): Add minor mode menus.
12673 (popup-menu): Check for lookup-key returning number.
12674
12675 2000-08-29 Miles Bader <miles@gnu.org>
12676
12677 * comint.el (comint-send-input): Create overlays using the proper
12678 front/read-advance arguments.
12679
12680 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12681
12682 * ps-print.el: Even/odd pages printing. Doc fix.
12683 (ps-print-version): New version number (6.0).
12684 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12685 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12686 (ps-print-duplex-feature): Variable eliminated.
12687 (ps-even-or-odd-pages): New variable.
12688
12689 * progmodes/ebnf2ps.el: Doc fix.
12690 (ebnf-version): New version (3.3).
12691 (ebnf-user-arrow): Change variable customization to sexp.
12692 (ebnf-user-arrow): Function eliminated.
12693 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12694
12695 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12696
12697 * help.el (help-xref-mule-regexp): New variable.
12698 (help-make-xrefs): Handle help-xref-mule-regexp.
12699
12700 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12701 variable.
12702 (describe-input-method): Temporarily activate the specfied input
12703 method to display the information.
12704 (describe-language-environment): Hyperlinks to mule related items.
12705
12706 * international/mule-diag.el (charset-multibyte-form-string): New
12707 function.
12708 (list-character-sets-1): Use charset-multibyte-form-string.
12709 (describe-character-set): New function.
12710 (describe-coding-system): Hyperlinks to safe character sets.
12711
12712 * international/quail.el (quail-help): New arg PACKAGE.
12713 Hyperlinks to mule related items.
12714 (quail-help-insert-keymap-description): Use
12715 substitute-command-keys instead of describe-bindings.
12716 (quail-translation-help): Hyperlinks to mule related items.
12717
12718 2000-08-28 John Wiegley <johnw@gnu.org>
12719
12720 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12721 have a defsubst call itself. Made `eshell-flatten-list' back into
12722 a function again.
12723
12724 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12725 catch, in case re-centering point at bottom messes up the display.
12726 This happens frequently in Emacs 21, due I believe to variable
12727 line heights.
12728
12729 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12730 to call `find-tag-interactive'.
12731
12732 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12733 the list of remember directories.
12734
12735 2000-08-28 John Wiegley <johnw@gnu.org>
12736
12737 * align.el: Test align-region-separate to see if it's a symbol.
12738
12739 2000-08-28 John Wiegley <johnw@gnu.org>
12740
12741 * eshell/esh-util.el (eshell-flatten-list): Made this function
12742 into a defsubst form. It gets used very frequently, although
12743 calls don't occur all that often.
12744
12745 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12746 examining it.
12747
12748 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12749 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12750 `eshell-protect'.
12751 (eshell-copy-handles): Created a new macro for duplicating the
12752 current set of open handles. This is needed by the looping
12753 functions.
12754 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12755 is not incorrectly stomped on.
12756
12757 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12758 declaration for pcomplete-use-paring.
12759 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12760 value of eshell-cmpl-use-paring.
12761 * pcomplete.el (pcomplete-use-paring): New config variable, to
12762 indicate whether paring should be used.
12763 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12764 completion alternatives that have already been used.
12765
12766 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12767 bound to C-c C-y, which will repeat the previous N arguments
12768 (based on prefix argument).
12769 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12770
12771 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12772 if there is no *Help* buffer. This is for XEmacs, which renames
12773 its help buffers uniquely. TODO: Find out what the current buffer
12774 name to delete is.
12775
12776 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12777 first entry that correlates to a passwd/group number. Later
12778 entries (used for group/user name aliasing to multiple IDs) are
12779 ignored.
12780
12781 * eshell/em-xtra.el (eshell/expr):
12782 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12783 (eshell-grep, eshell/diff, eshell/locate):
12784 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12785 argument list, before passing it to the system command.
12786
12787 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12788 `find-tag' for use at final position in Eshell buffers (which
12789 otherwise triggers an error on Emacs 21).
12790 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12791 buffer, if it is currently bound to `find-tag'.
12792
12793 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12794 in the list of matched Makefile names.
12795 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12796 directory, prefer its contents to Makefile.
12797
12798 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12799 directory parts (like "cd old new", or "cd =regexp"), are now case
12800 sensitive on non-Windows/DOS platforms.
12801
12802 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12803 types RET after an open delimiter (like "), display a message
12804 indicating that Eshell is waiting for the closing delimiter.
12805
12806 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12807 environment variables.
12808
12809 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12810 gracefully if the user enters incorrect arguments.
12811
12812 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12813 Eshell buffers.
12814
12815 * eshell/esh-var.el (eshell-interpolate-variable):
12816 * eshell/esh-mode.el (eshell-move-argument):
12817 * eshell/em-unix.el (eshell-du-sum-directory):
12818 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12819 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12820 (not (= ...)).
12821
12822 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12823 to ensure the `preserve' flag gets propagated when doing recursive
12824 directory copies.
12825
12826 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12827
12828 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12829 Don't convert \n into \0177 in memory.
12830 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12831 and back again, when reading and writing.
12832
12833 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12834
12835 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12836 testing of `fboundp' on `processp'.
12837
12838 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12839 (eshell/jobs): Don't call process-list if it is not bound.
12840 (eshell-gather-process-output): Support systems where async
12841 subprocesses aren't supported.
12842 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12843 variables.
12844
12845 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12846 eshell-do-eval returns t.
12847 (eshell-do-pipelines-synchronously): New defmacro.
12848 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12849 when async subprocesses aren't supported.
12850 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12851 if async subprocesses aren't supported.
12852 (eshell-resume-command): Don't assume STATUS is a string.
12853
12854 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12855
12856 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12857 (eshell-close-target, eshell-get-target): Use eshell-processp.
12858 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12859 fix.
12860 (eshell-get-target, eshell-create-handles): Doc fix.
12861
12862 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12863
12864 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12865 criterion to include commands that output something, as long as it
12866 leaves both the command and the end-of-buffer visible when the
12867 command has exited.
12868 (eshell-review-quick-commands): Adjust the help doc string
12869 accordingly.
12870
12871 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12872
12873 * locate.el (locate): Cleaned up locate command's interactive prompting
12874 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12875
12876 * filecache.el (file-cache-case-fold-search): New variable
12877 (file-cache-assoc-function): New variable
12878 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12879 Use file-cache-case-fold-search variable
12880 (file-cache-add-file): Use file-cache-assoc-function
12881 (file-cache-delete-file): likewise
12882 (file-cache-directory-name): likewise
12883 (file-cache-debug-read-from-minibuffer): likewise
12884
12885 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12886
12887 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12888 (abbrev-table-name): New function.
12889 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12890 If non-nil list local abbrev, only.
12891
12892 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12893
12894 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12895 from Gnus support code, and use special article copy buffer
12896 `(gnus-original-article-buffer)' instead. This allows to get rid
12897 of article-hide-headers usage (which breaks in the latest Gnus
12898 version). Thanks to Detlev Zundel.
12899
12900 2000-08-28 Kenichi Handa <handa@etl.go.jp>
12901
12902 * international/quail.el (quail-use-package): Hide "... loaded"
12903 message.
12904 (quail-start-translation, quail-start-conversion): Likewise.
12905
12906 * international/kkc.el (kkc-region): Hide "... loaded" message.
12907
12908 2000-08-27 Dave Love <fx@gnu.org>
12909
12910 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12911
12912 2000-08-27 Miles Bader <miles@gnu.org>
12913
12914 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12915
12916 2000-08-27 Kenichi Handa <handa@etl.go.jp>
12917
12918 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12919 'ja-dic-cnv), not (require 'skkdic-cnv).
12920
12921 2000-08-26 Miles Bader <miles@gnu.org>
12922
12923 * faces.el (face-x-resources): Add entry for :inherit.
12924 * cus-face.el (custom-face-attributes): Add support for :inherit
12925 attribute. Add support for relative face heights.
12926 (custom-face-attributes-get): Treat `nil' as being a default value
12927 for :inherit (as well as `unspecified').
12928
12929 * faces.el (set-face-attribute): Update doc string.
12930 (face-attribute-name-alist): Add :inherit.
12931 (face-valid-attribute-values): Handle :inherit.
12932 (face-read-string): Rephrase prompt to be less confusing.
12933 Assume that DEFAULT is a string, since we must return a string.
12934 (face-read-integer): Use `format' to turn DEFAULT into an
12935 acceptable default for face-read-string. Match NEW-VALUE against
12936 the string "unspecified", not the symbol `unspecified', since
12937 that's what face-read-string returns.
12938 (read-face-attribute): Lookup a name for old-value in valid, and
12939 use it as a default if we find one. Treat all values from
12940 face-read-string as strings. If the default is used, don't do any
12941 more processing on the value, just use the old value directly.
12942 (read-face-and-attribute, modify-face): Tweak prompt.
12943 (read-face-name): Don't assume prompt ends with a space.
12944
12945 * faces.el (describe-face): Add support for :inherit attribute.
12946
12947 2000-08-25 Kenichi Handa <handa@etl.go.jp>
12948
12949 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12950 concat doesn't accept interger.
12951
12952 * international/kkc.el: Remove SKK from Keywords. Require
12953 ja-dic-utl instead of skkdic-utl.
12954
12955 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12956 Provide ja-dic-cnv instead of skkdic-cnv.
12957 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12958 (iso-2022-7bit-short): Add safe-charsets property.
12959 (skkdic-convert-postfix): Search Japanese chou-on character in
12960 addition to Hiragana character.
12961 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12962 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12963 (batch-skkdic-convert): Likewise.
12964
12965 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12966 Provide ja-dic-utl instead of skkdic-utl.
12967 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12968
12969 2000-08-24 Dave Love <fx@gnu.org>
12970
12971 * disp-table.el (standard-display-default): Make the test of `l'
12972 useful.
12973
12974 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12975 mod sample text.
12976
12977 * international/iso-ascii.el: Make pilcrow convenient string
12978 consistent with section.
12979 (iso-ascii-display): Set up multibyte characters as well as
12980 unibyte.
12981
12982 2000-08-24 Kenichi Handa <handa@etl.go.jp>
12983
12984 * international/mule-cmds.el (reset-language-environment): Set
12985 default-process-coding-system to '(undecided . iso-latin-1), which
12986 makes process I/O almost consistent with file I/O. Call this
12987 function when mule-cmds.el[c] is loaded.
12988
12989 2000-08-22 Andrew Innes <andrewi@gnu.org>
12990
12991 * makefile.w32-in: New file.
12992
12993 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12994
12995 * comint.el (comint-output-filter): Compare end of
12996 comint-last-output-overlay with the start of the newly inserted
12997 text, not the end, when deciding whether to extend it.
12998 Set saved-point's insertion type to advance after insertion.
12999
13000 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13001 since this is now done independently of font-lock mode.
13002
13003 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13004
13005 * server.el (server-kill-new-buffers): New user option.
13006 (server-existing-buffer): New buffer-local variable.
13007 (server-visit-files): When using an existing buffer, set
13008 server-existing-buffer to t.
13009 (server-buffer-done): If server-kill-new-buffers is t, kill the
13010 buffer, unless it was already present before visiting it with
13011 Emacs server.
13012
13013 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13014
13015 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13016 even if the display doesn't support colors: some displays will
13017 support bold/underline faces.
13018
13019 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13020
13021 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13022
13023 * startup.el (command-line): If user's init file had an error,
13024 add explanatory text to *Messages*.
13025
13026 2000-08-21 Kenichi Handa <handa@etl.go.jp>
13027
13028 * man.el (Man-getpage-in-background): Decode the process output by
13029 the system locale coding system.
13030
13031 2000-08-20 Dave Love <fx@gnu.org>
13032
13033 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13034 Don't test x-popup-menu.
13035 (function) <complete-function>: Complete only fbound symbols.
13036 <validate, value>: New.
13037 (variable) <complete-function>: Complete only bound symbols.
13038 (coding-system): Add :base-only, :complete-function, :validate,
13039 :value, :prompt-match.
13040 (widget-coding-system-prompt-value): Use read-coding-system and
13041 act on :base-only.
13042 (editable-field): Add :help-echo.
13043 (widget-push-button-gui, widget-push-button-cache)
13044 (widget-gui-action, widget-editable-list-gui): COmment out, along
13045 with uses.
13046 (widget-at): Make arg optional.
13047 (widget-echo-help): Adjust for current help-echo calling sequence.
13048 (widget-specify-field, widget-specify-button)
13049 (widget-specify-insert, widget-get-sibling, widget-image-find)
13050 (widget-convert, widget-insert, widget-leave-text)
13051 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13052 (widget-setup, widget-field-find, widget-before-change)
13053 (widget-after-change, widget-default-complete)
13054 (widget-default-create, widget-default-delete)
13055 (widget-push-button-value-create, editable-field)
13056 (widget-field-prompt-value, widget-field-validate)
13057 (widget-choice-value-create, widget-choice-action)
13058 (widget-choice-validate, widget-checklist-add-item)
13059 (widget-radio-add-item, widget-radio-chosen)
13060 (widget-radio-value-inline, widget-editable-list-value-create)
13061 (widget-editable-list-entry-create)
13062 (widget-documentation-link-add)
13063 (widget-documentation-string-value-create)
13064 (widget-regexp-validate, widget-file-complete)
13065 (widget-sexp-validate, widget-plist-convert-widget)
13066 (widget-plist-convert-widget, widget-alist-convert-widget)
13067 (widget-alist-convert-widget, widget-color-complete): Simplify,
13068 particularly to avoid bindings which aren't optimized out.
13069
13070 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13071 Doc fix.
13072 (down-list, backward-up-list, up-list, kill-sexp)
13073 (backward-kill-sexp, mark-sexp): Make arg optional.
13074 (lisp-complete-symbol): Add optional arg PREDICATE.
13075
13076 * cus-start.el: Add display-buffer-reuse-frames,
13077 file-coding-system-alist.
13078
13079 2000-08-20 Gerd Moellmann <gerd@gnu.org>
13080
13081 * startup.el (command-line): Clear realized faces after
13082 modifying TTY color mappings.
13083
13084 2000-08-20 Miles Bader <miles@gnu.org>
13085
13086 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13087 merely a subset of FACE's attributes.
13088
13089 2000-08-19 Miles Bader <miles@gnu.org>
13090
13091 * comint.el (comint-output-filter): Save the point with a marker,
13092 not just a buffer position.
13093
13094 * international/mule.el (set-buffer-process-coding-system): Make
13095 interactive prompt less confusing.
13096
13097 2000-08-19 Gerd Moellmann <gerd@gnu.org>
13098
13099 * hilit-chg.el: General cleanup of doc strings, comments and
13100 code formatting.
13101
13102 2000-08-19 Miles Bader <miles@gnu.org>
13103
13104 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13105 Compiler macro removed; beginning-of-line is no longer always
13106 equivalent to forward-line, in the presence of fields.
13107
13108 * comint.el (comint-output-filter): Remove ad-hoc saving of
13109 restriction, and just use save-restriction, now that it works
13110 correctly. Don't adjust comint-last-input-start to account for
13111 our insertion; it shouldn't have moved because we don't use
13112 insert-before-markers anymore. Comment out call to
13113 `force-mode-line-update'; why is it here?
13114
13115 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13116 while checking for prompt to delete. Use `forward-line 0'
13117 instead of beginning-of-line.
13118 (gud-filter): Temporarily widen gud comint buffer while
13119 examining output.
13120
13121 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * progmodes/sh-script.el: Big bag of typos.
13124
13125 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13126 check since ispell-process is not bound when ispell is not yet loaded.
13127
13128 2000-08-18 Dave Love <fx@gnu.org>
13129
13130 * image.el (find-image): Copy `spec' before using plist-put.
13131
13132 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13133
13134 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13135 `portugues'.
13136
13137 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13138 backward-kill-sexp, analogous to kill-sexp.
13139
13140 * progmodes/icon.el (icon-indent-line)
13141 (icon-is-continuation-line): Handle comments specially.
13142
13143 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13144
13145 * ispell.el: Set to standard author/maintainer/keyword fields.
13146 Fine tuning to menu map appearance and operation, and added help.
13147 Remove `start' and `end' error messages when compiling.
13148 (ispell-choices-win-default-height): Fixed comment string.
13149 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13150 castellano8 dictionaries.
13151 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13152 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13153 dictionary, added italiano dictionary.
13154 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13155 word character
13156 (ispell-tex-skip-alists): Added psfig support.
13157 (ispell-skip-html): Renamed from ispell-skip-sgml.
13158 (ispell-begin-skip-region-regexp, ispell-skip-region)
13159 (ispell-minor-check): Improved html skipping support to skip across
13160 code, and recognize `&' commands without propper `;' syntax;
13161 (ispell-process-line): Fix alignment error when manually
13162 correcting spelling.
13163 (ispell): Fix comment string.
13164 (ispell-add-per-file-word-list): Always put word list on new line.
13165
13166 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13167
13168 * format.el (format-encode-run-method): Fix error message to say
13169 `encode' instead of `decode'. Use save-window-excursion around
13170 shell-command-on-region as in format-decode-run-method because
13171 shell-command-on-region can display a buffer with error output.
13172 (format-decode): Don't record undo information for the decoding.
13173 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13174 that number part of the temporary buffer name so that more than
13175 one decoding using a temporary buffer can happen safely.
13176
13177 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13178 of `A-z' in the regexp.
13179
13180 * hilit-chg.el: Fix typos in commentary.
13181
13182 * help.el (view-emacs-news): Rewritten for new naming scheme
13183 for old NEWS files.
13184
13185 * startup.el (command-line): Pop to *Messages* in case an error
13186 is signaled while loading user-init-file.
13187
13188 2000-08-17 Andreas Schwab <schwab@suse.de>
13189
13190 * files.el (insert-directory): Don't lose original file name,
13191 undoing an undocumented change.
13192
13193 2000-08-17 Alex Schroeder <alex@gnu.org>
13194
13195 * sql.el (sql-magic-go): Use comint-bol.
13196 (sql-copy-column): Use comint-line-beginning-position.
13197 (comint-line-beginning-position): Define a replacement for
13198 comint-line-beginning-position if it is not fboundp.
13199
13200 2000-08-17 Alex Schroeder <alex@gnu.org>
13201
13202 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13203 it didn't have any effect anyway.
13204
13205 2000-08-17 Alex Schroeder <alex@gnu.org>
13206
13207 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13208 --pset and pager=off instead of sending \\o|cat at the beginning
13209 of the session.
13210
13211 2000-08-17 Miles Bader <miles@gnu.org>
13212
13213 * progmodes/octave-inf.el: Add compatibility definition of
13214 comint-line-beginning-position.
13215
13216 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13217
13218 * startup.el (normal-top-level): Look in each dir in load-path for
13219 a leim-list.el file too. This assures of loading leim-list.el
13220 that is created at Emacs installation time even if a user have his
13221 own leim-list.el.
13222
13223 2000-08-17 Miles Bader <miles@gnu.org>
13224
13225 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13226 foreground color to black if the background is dark.
13227
13228 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13229
13230 * loadhist.el (unload-feature): Typo.
13231
13232 * finder.el (finder-compile-keywords):
13233 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13234 to the generated file.
13235
13236 * mail/mh-e.el (mh-make-local-vars):
13237 Replace make-variable-buffer-local with make-local-variable.
13238
13239 * play/landmark.el:
13240 * options.el (Edit-options-{set,toggle,t,nil}):
13241 * mail/mailabbrev.el (mail-abbrevs-mode):
13242 * textmodes/tex-mode.el (tex-expand-files):
13243 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13244
13245 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13246
13247 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13248 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13249 Allow going past the last element.
13250 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13251 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13252 (cvs-mouse-toggle-mark): Don't move point.
13253 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13254
13255 * progmodes/compile.el (grep): Provide a default set of files.
13256 (next-error): Docstring fix.
13257 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13258
13259 * emacs-lisp/easy-mmode.el (define-minor-mode):
13260 Use `symbol-value' to keep the byte-compiler quiet.
13261
13262 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13263 (diff-find-source-location): New fun, extracted from diff-goto-source.
13264 (diff-goto-source): Use it.
13265 (diff-next-complex-hunk, diff-filter-lines): New function.
13266 (diff-apply-hunk): New command.
13267
13268 * smerge-mode.el (smerge-mode-menu): Doc fix.
13269
13270 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13271
13272 2000-08-16 Dave Love <fx@gnu.org>
13273
13274 * windmove.el (windmove) <defgroup>: Add :version.
13275
13276 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13277 (goto-address-fontify-p, goto-address-highlight-p)
13278 (goto-address-url-face, goto-address-url-mouse-face)
13279 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13280 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13281 (goto-address-fontify, goto-address-at-mouse): Simplify,
13282 (goto-address-at-point): browse-url-url-at-point,
13283 goto-address-find-address-at-point can return nil.
13284 (goto-address-find-address-at-point): Return nil on failure.
13285
13286 * align.el (align) <defgroup>: Add :version.
13287
13288 * calculator.el (calculator): Add :version.
13289 (calculator): Use two lines for calculator window if `modeline'
13290 face is boxed.
13291
13292 * play/5x5.el: Doc fixes.
13293 (5x5) <defgroup>: Add :version.
13294
13295 * play/fortune.el (fortune) <defgroup>: Add :version.
13296 (fortune-append): Fix error message.
13297 (fortune-from-region): Doc fix.
13298
13299 * play/pong.el (pong): Doc fix.
13300
13301 * play/morse.el: Keywords, commentary, autoloads.
13302
13303 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13304
13305 * desktop.el (desktop-save): Don't look at symbol-value of a
13306 member of minor-mode-alist, unless it is boundp.
13307
13308 2000-08-16 Sam Steingold <sds@gnu.org>
13309
13310 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13311 `while'; use `with-current-buffer' instead of `save-excursion'.
13312 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13313
13314 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13315
13316 * international/ccl.el (declare-ccl-program): Docstring modified.
13317 (ccl-execute-with-args): Likewise.
13318
13319 2000-08-16 Miles Bader <miles@gnu.org>
13320
13321 * progmodes/sql.el: Add compatibility definition of
13322 comint-line-beginning-position.
13323
13324 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13325
13326 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13327 'buffer-menu' property.
13328 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13329 fails.
13330 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13331 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13332 wasn't killed.
13333
13334 * buff-menu.el (list-buffers-noselect): Don't display the
13335 *Buffer List* buffer.
13336
13337 * font-lock.el: Require jit-lock to prevent a very late
13338 `Loading jit-lock' message.
13339
13340 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13341 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13342 mail address.
13343
13344 2000-08-15 Miles Bader <miles@gnu.org>
13345
13346 * textmodes/ispell.el (ispell-graphic-p): New constant.
13347 (ispell-choices-win-default-height, ispell-help): Use
13348 `ispell-graphic-p' instead of `xemacsp'.
13349
13350 2000-08-15 Dave Love <fx@gnu.org>
13351
13352 * simple.el: Autoload widget-convert when compiling.
13353 (mail-user-agent): Doc fix.
13354
13355 * help.el (function-called-at-point, variable-at-point): Use
13356 with-syntax-table.
13357 (help-manyarg-func-alist): Add insert-and-inherit.
13358
13359 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13360
13361 * delsel.el (delsel-unload-hook): New function.
13362
13363 * find-file.el: Doc fixes. Move provide to end.
13364 (ff) <defgroup>: Add :link.
13365 (ff-goto-click): Deleted.
13366 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13367 Use mouse-set-point.
13368
13369 * textmodes/tildify.el: Doc fixes.
13370 (tildify) <defgroup>: Add:version.
13371
13372 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13373 (glasses-custom-set): Use set-default, not set.
13374 (minor-mode-alist): Propertize the lighter.
13375 (glasses-mode): Provide optional arg.
13376
13377 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13378 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13379 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13380 option. Provide :type.
13381 (cwarn-configuration): Provide :type.
13382 (cwarn-mode): Doc fix.
13383
13384 * add-log.el (change-log-merge): Doc fix.
13385 (change-log-redate): New command.
13386
13387 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13388 Doze and Dog.
13389 (browse-url): Use dolist, not mapcar.
13390 (browse-url-at-point): Check for null url.
13391 (browse-url-event-buffer, browse-url-event-point): Functions
13392 deleted.
13393 (browse-url-at-mouse, browse-url-netscape): Simplify.
13394
13395 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13396 modes.
13397 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13398 Fix previous change to mapcan.
13399 (msb--init-file-alist, msb--add-separators)
13400 (msb--make-keymap-menu): Simplify.
13401 (msb--choose-file-menu): Use copy-sequence.
13402 (msb-mode-map): Add title to keymap.
13403 (msb-unload-hook): New function.
13404
13405 * bs.el: Fix indentation.
13406 (bs) <defgroup>: Add :links.
13407 (bs-show): Doc fix.
13408 (bs-apply-sort-faces): Don't use window-system.
13409 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13410
13411 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13412
13413 * calendar/timeclock.el (timeclock-file): Run .timelog through
13414 convert-standard-filename.
13415
13416 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13417
13418 * emacs-lisp/authors.el: New file.
13419
13420 * paren.el (show-paren-priority): New user option.
13421 (show-paren-function): Set overlay priorities to
13422 show-paren-priority.
13423
13424 2000-08-14 Miles Bader <miles@gnu.org>
13425
13426 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13427 beginning-of-line with inhibit-field-text-motion bound.
13428
13429 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13430
13431 * calendar/timeclock.el: New file.
13432
13433 2000-08-14 David Ponce <david@dponce.com>
13434
13435 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13436 `widget-button-click'. so that one can use left mouse button to
13437 click on dialog buttons.
13438
13439 2000-08-14 Emmanuel Briot <briot@gnat.com>
13440
13441 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13442 identifiers, since XML is case sensitive
13443
13444 2000-08-12 Miles Bader <miles@gnu.org>
13445
13446 * comint.el (comint-output-filter): Don't bother frobbing
13447 window-start, it doesn't seem to be necessary.
13448
13449 * comint.el (comint-send-string, comint-send-region): Make into
13450 real functions. Snapshot the prompt before sending.
13451
13452 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13453
13454 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13455 technique similar to Info-index, instead of relying on specific
13456 names of relevant Index nodes.
13457 (Info-goto-emacs-command-node): Bind Info-history to nil when
13458 going to the first node found by Info-find-emacs-command-nodes.
13459
13460 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13461
13462 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13463
13464 2000-08-10 Miles Bader <miles@gnu.org>
13465
13466 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13467
13468 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13469
13470 * info.el (Info-file-list-for-emacs): More elements for the
13471 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13472 and woman manuals.
13473
13474 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13475
13476 * comint.el (comint-send-input): Make the newline boundary overlay
13477 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13478 (comint-output-filter): Use `insert' instead of
13479 `insert-before-markers'. Extend comint-last-output-overlay when
13480 necessary since we can't rely on insert-before-markers to do it.
13481 * gud.el (gud-filter): Use `with-current-buffer' instead of
13482 save-excursion when inserting the output, so that point gets
13483 updated correctly; the old method relied on a rather dodgy
13484 side-effect of comint-output-filter to avoid the effect of
13485 save-excursion.
13486
13487 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13488
13489 * files.el (recover-file): Call insert-directory instead of
13490 invoking `ls' directly.
13491
13492 2000-08-10 Miles Bader <miles@gnu.org>
13493
13494 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13495 (comint-last-prompt-overlay): New variables.
13496 (comint-output-filter): Implement prompt highlighting.
13497 (comint-snapshot-last-prompt): New function.
13498 (comint-send-input): Snapshot the last prompt.
13499 Use comint-highlight-input-face.
13500 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13501 Use defface instead of defcustom.
13502 (send-invisible, comint-send-eof): Snapshot the last prompt.
13503 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13504 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13505
13506 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13507
13508 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13509 (regexp-opt-group): Use a list of chars for `letters'.
13510 (regexp-opt-charset): `chars' is now a list of chars.
13511 Use a char-table rather than a vector so it works for multibyte chars.
13512
13513 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13514 Set cvs-minor-current-files to the selected fileinfo.
13515 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13516 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13517
13518 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13519
13520 * files.el (insert-directory): Don't call access-file on
13521 directories on DOS and Windows.
13522
13523 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13524
13525 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13526 longer if necessary.
13527 (ccl-embed-code): Call ccl-embed-data to store CODE in
13528 ccl-program-vector.
13529
13530 2000-08-09 Miles Bader <miles@gnu.org>
13531
13532 * comint.el (comint-output-filter): Properly handle the case where
13533 the text surrounded by comint-last-output-overlay was deleted.
13534
13535 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13536
13537 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13538 non-nil.
13539 (Info-file-list-for-emacs): Remove "info" from the list because
13540 that leads to trying to use the documentation from file `info'
13541 in various situations where it isn't appropriate, for instance
13542 C-h C-k C-h i.
13543
13544 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13545 DIR and/or STRING are nil.
13546
13547 * progmodes/compile.el (compilation-setup): Make variable
13548 compilation-error-screen-columns buffer-local, as some comment
13549 in the code suggests it should be.
13550
13551 * files.el (auto-mode-interpreter-regexp): New variable.
13552 (set-auto-mode): Use it.
13553
13554 * indent.el (indent-for-tab-command): Doc fix.
13555
13556 * mouse-sel.el (mouse-sel-mode): Doc fix.
13557
13558 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13559 labels.
13560
13561 * help.el (print-help-return-message): When
13562 display-buffer-reuse-frames is set, let the help window been quit,
13563 instead of deleting it, which might delete a reused frame.
13564
13565 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13566
13567 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13568 rename a directory to a name that differs only by its letter case.
13569
13570 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13571
13572 * international/quail.el (quail-define-rules): Handle Quail decode
13573 map correctly. Add code for supporting annotations.
13574 (quail-install-decode-map): New function.
13575 (quail-defrule-internal): New optional arguments decode-map and
13576 props.
13577 (quail-advice): New function.
13578
13579 2000-08-07 Sam Steingold <sds@gnu.org>
13580
13581 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13582 `defconst', `define-condition', `with-slots'.
13583 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13584
13585 2000-08-03 Miles Bader <miles@gnu.org>
13586
13587 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13588 New variable.
13589 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13590 comint-use-prompt-regexp-instead-of-fields.
13591 (comint-send-input): Add `input' field property to stuff we send to
13592 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13593 (comint-output-filter): Add `output' field property to process
13594 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13595 (comint-replace-by-expanded-history)
13596 (comint-get-old-input-default, comint-show-output)
13597 (comint-backward-matching-input, comint-forward-matching-input)
13598 (comint-next-prompt, comint-previous-prompt): Use field
13599 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13600 (comint-line-beginning-position): New function.
13601 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13602 (comint-replace-by-expanded-history-before-point): Use
13603 comint-line-beginning-position and line-end-position.
13604 (comint-last-output-overlay): New variable.
13605 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13606
13607 * shell.el (shell-prompt-pattern): Doc change.
13608 (shell-backward-command): Use line-beginning-position.
13609
13610 * gud.el (gud-gdb-complete-command): Use
13611 comint-line-beginning-position.
13612
13613 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13614 comint-bol doesn't actually go to the beginning of the line.
13615
13616 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13617 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13618 (try-expand-line-all-buffers): Likewise.
13619
13620 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13621 explicitly matching comint-prompt-regexp.
13622 (sql-copy-column): Use comint-line-beginning-position instead of
13623 explicitly matching comint-prompt-regexp.
13624
13625 * progmodes/octave-inf.el (inferior-octave-complete): Use
13626 comint-line-beginning-position.
13627
13628 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13629
13630 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13631 looking for a prompt, use `forward-line 0' instead of
13632 `beginning-of-line', to avoid getting caught by an input field.
13633
13634 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13635
13636 * files.el (shell-quote-wildcard-pattern): Make sure to return
13637 PATTERN, in the Unix case.
13638
13639 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13640
13641 * play/zone.el (zone): Discard any pending input before running
13642 the randomly-chosen pgm.
13643
13644 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13645
13646 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13647 checking the existence of any multibyte characters.
13648
13649 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13650
13651 * help.el (describe-mode): Test minor-mode symbol for being
13652 bound before testing its value for being nil.
13653
13654 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13655 `first', `second', and `third'.
13656
13657 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13658 (second): Make it an alias for `cadr'.
13659
13660 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13661
13662 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13663 types of display support faces now.
13664
13665 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13666
13667 * pcvs.el (require): Require `cl' during compilation, only.
13668
13669 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13670 (toplevel): Remove `remq' and `remove' from autoloads.
13671 (cl-fake-autoloads): New variable. If set, arrange for an error
13672 when CL functions etc. are autoloaded.
13673
13674 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13675
13676 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13677
13678 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13679 popped up, but the user clicks outside the menu, return an empty
13680 regexp (that causes unhighlight-regexp to have no effect).
13681
13682 * menu-bar.el (menu-bar-games-menu): Add Zone.
13683
13684 * hi-lock.el (toplevel): Require font-lock.
13685
13686 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13687
13688 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13689 (ebnf-8-bit-chars): New var for bug fix.
13690 (ebnf-string): Bug fix.
13691
13692 2000-08-03 Sam Steingold <sds@gnu.org>
13693
13694 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13695 instead of `buffer-string'.
13696 (require 'cl): Always, not just when compiling.
13697 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13698 necessary.
13699
13700 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13701
13702 * international/mule-cmds.el (select-safe-coding-system): Make
13703 the message text about selecting a safe coding system more clear.
13704
13705 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13706
13707 * hi-lock.el: New file.
13708
13709 * play/zone.el: New file.
13710
13711 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13712 value of tab-width in the original buffer. Choose a line number
13713 format that's a multiple of the original buffer's tab width, so
13714 that lines appear right.
13715
13716 * textmodes/ispell.el (ispell): New function, replacing an alias.
13717 Spell-check active region if in transient-mark-mode and mark
13718 is active; otherwise spell-check buffer.
13719
13720 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13721
13722 * ps-mule.el: Fix a customization problem on
13723 ps-mule-font-info-database-default.
13724
13725 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13726
13727 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13728 display-mouse-p instead of window-system.
13729 (ebrowse-member-mode-map): Ditto.
13730
13731 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13732
13733 * progmodes/ebnf2ps.el: Update ps-print functions call.
13734 Indentation fix. Doc fix.
13735 (ebnf-version): New version number (3.2).
13736 (ebnf-format-color, ebnf-begin-job): Code fix.
13737
13738 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13739
13740 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13741 font lock support on window-system.
13742 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13743
13744 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13745 display-color-p, if fboundp, instead of window-system.
13746
13747 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13748
13749 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13750 instead of window-system.
13751
13752 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13753 window-system.
13754 (widget-choice-mouse-down-action): Use display-popup-menus-p
13755 instead of window-system.
13756
13757 * strokes.el (strokes-file): Run the file name through
13758 convert-standard-filename.
13759 (strokes-mode): Call display-mouse-p instead of looking at
13760 window-system. Change the error message accordingly.
13761
13762 * progmodes/cpp.el (toplevel): Support faces on tty's.
13763
13764 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13765 (lm-plot-square, lm-init-display): Don't use window-system.
13766
13767 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13768 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13769
13770 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13771 instead of looking at window-system.
13772
13773 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13774
13775 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13776 of testing if iswitchb-prepost-hooks is bound, because the
13777 latter will always be true when invoking a recursive minibuffer
13778 from an active Iswitchb buffer.
13779
13780 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13781
13782 * files.el (shell-quote-wildcard-pattern): New function.
13783 (insert-directory): Call it. Only prepend "\" to command on Unix
13784 and GNU/Linux systems.
13785
13786 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13787
13788 * eshell/esh-groups.el: Change custom :link file names
13789 from `eshell.info' to `eshell'.
13790
13791 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13792
13793 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13794 correctly in recursive ange-ftp listings.
13795
13796 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13797
13798 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13799 ps-header-font-size-internal and
13800 ps-header-title-font-size-internal variables are not set,
13801 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13802 face text property is (foreground-color . COLOR) or
13803 `(background-color . COLOR)', ps-print crashes. Doc fix.
13804 (ps-print-version): New version number (5.2.4).
13805 (ps-plot-region): Code fix.
13806 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13807 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13808 Bug fix 2.
13809
13810 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13811
13812 * glasses.el (glasses-make-readable): Fix uncapitalization of
13813 identifiers like `myXMLDocument'.
13814
13815 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13816
13817 * mail/mail-hist.el (mail-hist-previous-input)
13818 (mail-hist-next-input): Do the obvious code factorization.
13819 (mail-hist-retrieve-and-insert): New func, contains common
13820 code of above two.
13821 If inserting a message body, leave point at top.
13822
13823 2000-07-28 Sam Steingold <sds@gnu.org>
13824
13825 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13826 Use `<=', not `<' to compare times!
13827 (ange-ftp-ls): Remove.
13828
13829 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13830
13831 * play/cookie1.el: Add explanation of how to make cookie.el
13832 compatible with strfile(1) to comment.
13833
13834 * subr.el (remove, remq): New functions.
13835
13836 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13837 escape `*' in regexps.
13838 (midnight-find): Reverse order of arguments in the funcall of
13839 TEST.
13840
13841 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13842 and `.class'.
13843
13844 * play/meese.el: Add Commentary section.
13845
13846 2000-07-27 Alex Schroeder <alex@gnu.org>
13847
13848 * sql.el (sql-ms): Added autoload cookie.
13849 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13850 (sql-oracle): Ditto.
13851 (sql-help): Doc change.
13852
13853 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13854 types and exceptions.
13855
13856 2000-07-27 Alex Schroeder <alex@gnu.org>
13857
13858 * sql.el (sql-placeholder-history): New variable.
13859 (sql-query-placeholders-and-send): New function that will query
13860 the user and replace placeholders with user input.
13861 (sql-oracle): If running on NT, set comint-input-sender to
13862 sql-query-placeholders-and-send.
13863
13864 (sql-stop): If in the SQLi buffer, insert stop notification, else
13865 present it as a message.
13866
13867 2000-07-27 Alex Schroeder <alex@gnu.org>
13868
13869 * sql.el (sql-input-ring-separator): Doc change.
13870 (sql-input-ring-file-name): Doc change.
13871 (sql-interactive-mode): Use `sql-input-ring-separator' and
13872 `sql-input-ring-file-name' to set the comint-mode equivalents
13873 without making them local variables.
13874 (sql-stop): Don't bind `sql-input-ring-separator' and
13875 `sql-input-ring-file-name' dynamically to their comint-mode
13876 equivalents.
13877
13878 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13879
13880 * international/mule.el (register-char-codings): New function.
13881 (make-coding-system): Handle `safe-chars' specification in the arg
13882 PROPERTY.
13883
13884 * international/mule-cmds.el
13885 (find-coding-systems-region-subset-p): This function deleted.
13886 (sort-coding-systems-predicate): New variable.
13887 (sort-coding-systems): New function.
13888 (find-coding-systems-region): Use
13889 find-coding-systems-region-internal.
13890 (find-coding-systems-string): Use find-coding-systems-region.
13891 (find-coding-systems-for-charsets): Check
13892 char-coding-system-table.
13893 (select-safe-coding-system-accept-default-p): New variable.
13894 (select-safe-coding-system): Mostly rewritten. New argument
13895 ACCEPT-DEFAULT-P.
13896 (select-message-coding-system): Call select-safe-coding-system
13897 with ACCEPT-DEFAULT-P arg.
13898 (reset-language-environment): Reset default-sendmail-coding-system
13899 to the default value iso-latin-1.
13900 (set-language-environment): Don't set the obsolete variable
13901 charset-origin-alist.
13902
13903 * international/codepage.el (cp-coding-system-for-codepage-1):
13904 Give `safe-chars' property to make-coding-system.
13905
13906 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13907 calling select-message-coding-system twice.
13908
13909 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13910 instead of `safe-charsets'.
13911 (cyrillic-alternativnyj): Likewise.
13912 (ccl-encode-alternativnyj): Don't check the charset
13913 cyrillic-iso8859-5.
13914
13915 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13916
13917 * composite.el (compose-chars-after): Preserve match data.
13918
13919 2000-07-26 Sam Steingold <sds@gnu.org>
13920
13921 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13922 (ange-ftp-real-file-newer-than-file-p): New function.
13923 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13924 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13925
13926 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13927 * midnight.el (midnight-float-time): Ditto.
13928
13929 2000-07-26 Andreas Schwab <schwab@suse.de>
13930
13931 * files.el (normal-backup-enable-predicate): Correct
13932 interpretation of the return value of compare-strings.
13933
13934 2000-07-26 Gerd Moellmann <gerd@gnu.org>
13935
13936 * isearch.el (isearch-resume): New function.
13937 (isearch-done): Add something to command-history to resume
13938 the search.
13939 (isearch-yank-line, isearch-yank-word): Use
13940 buffer-substring-no-properties instead of buffer-substring.
13941
13942 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13943 of flyspell-mouse-map.
13944
13945 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13946 duplicate definition.
13947 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13948
13949 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13950 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13951
13952 2000-07-25 Sam Steingold <sds@gnu.org>
13953
13954 * net/ange-ftp.el: Get modtime over the net.
13955 (ange-ftp-file-modtime): New function.
13956 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13957 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13958 Use it.
13959 (ange-ftp-dot-to-slash): New function.
13960 (ange-ftp-fix-name-for-vms): Use it.
13961
13962 * midnight.el (midnight-buffer-display-time): Use
13963 `with-current-buffer'.
13964
13965 2000-07-25 Gerd Moellmann <gerd@gnu.org>
13966
13967 * find-dired.el: Update copyright notice.
13968 (find-dired): Offer to kill a running `find'.
13969
13970 * enriched.el (enriched-face-ans): For a `foreground-color'
13971 property, return '(("x-color" COLOR))' so that COLOR will be
13972 output as a parameter of the x-color annotation. Likewise for the
13973 `background-color' property. In the case of normal face
13974 properties, don't return annotations for unspecified foreground
13975 and background face attributes.
13976
13977 2000-07-25 Kenichi Handa <handa@etl.go.jp>
13978
13979 * language/japan-util.el (japanese-katakana-region): Fix handling
13980 HANKAKU argument.
13981
13982 2000-07-25 Miles Bader <miles@gnu.org>
13983
13984 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13985 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13986 constrain-to-field.
13987
13988 2000-07-24 Andrew Innes <andrewi@gnu.org>
13989
13990 * timer.el (timer-activate-when-idle): Add optional parameter
13991 DONT-WAIT. Update docstring.
13992 (run-with-idle-timer): Specify extra parameter to
13993 timer-activate-when-idle, so that timer will be activated
13994 immediately if Emacs is already idle.
13995
13996 * w32-fns.el (w32-using-nt): Fix docstring.
13997
13998 2000-07-24 Dave Love <fx@gnu.org>
13999
14000 * mouse.el (popup-menu): Set last-command-event.
14001 (mouse-major-mode-menu-prefix): Declare.
14002
14003 2000-07-24 Gerd Moellmann <gerd@gnu.org>
14004
14005 * textmodes/flyspell.el: Update to author's version 1.5d.
14006
14007 * progmodes/hideshow.el: Update copyright notice.
14008
14009 * vcursor.el: Set maintainer to FSF, since author cannot
14010 be reached.
14011
14012 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14013
14014 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14015 the prompt.
14016
14017 * mouse.el (popup-menu): Run the keymap through indirect-function,
14018 in case it was defined with define-prefix-key. If the menu is a
14019 list of keymaps, look up the binding of user's choice in each one
14020 of the keymaps.
14021 (mouse-popup-menubar): If the global and local menu-bar keymaps
14022 don't have a prompt string, create one and insert it into the
14023 keymap. Don't barf if current-local-map returns nil.
14024
14025 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14026
14027 * dired.el (dired-sort-R-check): Added to allow recursive listing
14028 to be undone.
14029 (dired-sort-other): Use it.
14030
14031 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14032
14033 * Release of cc-mode 5.27
14034
14035 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14036
14037 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14038 c-beginning-of-statement-1 that caused a bad case of recursion
14039 which could consume a lot of CPU in large classes in languages
14040 that have in-expression classes (i.e. Java and Pike).
14041
14042 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14043 statements before top level constructs (i.e. case 6 is moved
14044 before case 5 and is now case 4) to catch in-expression
14045 classes in top level expressions correctly.
14046
14047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14048
14049 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14050 objc-method-intro. Case 4 removed and case 5I added.
14051
14052 * cc-langs.el (c-append-paragraph-start): New variable used by
14053 c-common-init to get paragraph-start correct.
14054 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14055 initialize paragraph-start to make it correct both with and
14056 without the javadoc special case.
14057
14058 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14059 initialize paragraph-start for javadoc markup.
14060
14061 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14062 change by defaulting this to t. It's motivated by the
14063 confusing behavior that otherwise arise from the style system
14064 when editing both java and non-java files at the same time
14065 (see the comments about style setting in c-common-init).
14066
14067 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14068
14069 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14070 similar to the one in c-fill-paragraph to check the fill
14071 prefix from the adaptive fill function for sanity.
14072
14073 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14074
14075 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14076 defun block.
14077
14078 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14079
14080 * cc-align.el (c-lineup-multi-inher): Handle lines with
14081 leading comma nicely. Extended to handle member initializers
14082 too.
14083
14084 * cc-engine.el: (c-beginning-of-inheritance-list,
14085 c-guess-basic-syntax): Fixed recognition of inheritance lists
14086 when the lines begins with a comma.
14087
14088 * cc-vars.el (c-offsets-alist): Changed default for
14089 member-init-cont to c-lineup-multi-inher since it now handles
14090 member initializers and indents better for leading commas.
14091
14092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14093
14094 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14095 handling that caused class open lines to be recognized as
14096 statement-conts in some cases.
14097
14098 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14099 guessed by the adaptive fill function unless point is on the
14100 first line of a block comment.
14101
14102 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14103 when the buffer ends with a macro continuation char.
14104
14105 * cc-engine.el (c-guess-basic-syntax): Added support for
14106 function definitions as statements in Pike. The first
14107 statement in a lambda block is now labeled defun-block-intro
14108 instead of statement-block-intro.
14109
14110 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14111 so that the class surrounding point is selected, not the one
14112 innermost in the state.
14113
14114 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14115 recognition of switch labels having hanging multiline
14116 statements.
14117
14118 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14119 some code in c-guess-basic-syntax to a separate function.
14120 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14121 recognition of member inits with multiple line arglists.
14122 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14123 member-init-cont when the commas are in funny places.
14124
14125 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14126
14127 * cc-defs.el (c-auto-newline): Removed this macro since it's
14128 not used anymore.
14129
14130 * cc-engine.el (c-looking-at-bos): New helper function.
14131 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14132 inexpr and toplevel classes apart in Pike.
14133
14134 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14135 of case 9A.
14136
14137 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14138 constant, since "class" can introduce an in-expression class
14139 in Pike nowadays.
14140
14141 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14142
14143 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14144 indentation on cpp-macro lines.
14145
14146 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14147 a syntax modifier like comment-intro, to make it possible to
14148 get syntactic indentation for preprocessor directives. It's
14149 incompatible wrt to lineup functions on cpp-macro, but it has
14150 no observable effect in the 99.9% common case where cpp-macro
14151 is set to -1000.
14152
14153 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14154
14155 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14156 member-init-cont when the preceding arglist is several lines.
14157
14158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14159
14160 * cc-styles.el (c-style-alist): The basic offset for the BSD
14161 style corrected to 8.
14162
14163 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14164
14165 * cc-styles.el (c-style-alist): Adjusted the indentation of
14166 brace list openers in the gnu style.
14167
14168 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14169
14170 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14171
14172 * cc-cmds.el (c-electric-brace, c-electric-slash,
14173 c-electric-star, c-electric-semi&comma, c-electric-colon,
14174 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14175 when c-syntactic-indentation is nil.
14176
14177 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14178 we were left at comments preceding the first statement when
14179 reaching the beginning of the buffer.
14180
14181 * cc-vars.el (c-syntactic-indentation): New variable to turn
14182 off all syntactic indentation.
14183
14184 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14185
14186 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14187 between the text and the block comment ender when it hangs,
14188 depending on how many there are before the fill.
14189
14190 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14191
14192 * cc-engine.el (c-beginning-of-closest-statement): New helper
14193 function to go back to the closest preceding statement start,
14194 which could be inside a conditional statement.
14195 * cc-engine.el (c-guess-basic-syntax): Use
14196 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14197
14198 * cc-engine.el (c-guess-basic-syntax): Better handling of
14199 arglist-intro, arglist-cont-nonempty and arglist-close when
14200 the arglist is nested inside parens. Cases 7A, 7C and 7F
14201 changed.
14202
14203 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14204 up-to-date with javadoc 1.2.
14205
14206 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14207
14208 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14209 multiline Pike type decls.
14210
14211 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14212
14213 * cc-cmds.el (c-indent-new-comment-line): Always break
14214 multiline comments in multiline mode, regardless of
14215 comment-multi-line.
14216
14217 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14218
14219 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14220 fully::qualified::names in C++ member init lists. Preamble in
14221 case 5D changed.
14222
14223 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14224
14225 * cc-langs.el (c-common-init): Handling of obsolete variables
14226 moved to c-initialize-cc-mode. More compatible style override
14227 when using global style variables.
14228 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14229 variables moved here.
14230
14231 * cc-styles.el (c-make-styles-buffer-local): Flag style
14232 variable localness in c-style-variables-are-local-p to make
14233 the compatibility measure in c-common-init work well.
14234
14235 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14236 longer contain set-from-style.
14237 * cc-styles.el (c-initialize-builtin-style): Don't check for
14238 set-from-style on c-special-indent-hook.
14239 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14240 copy-alist is sufficient now.
14241
14242 * cc-styles.el (c-set-style, c-set-style-1,
14243 c-get-style-variables): Fixes to variable initialization so
14244 that duplicate entries in styles have the same effect
14245 regardless of DONT-OVERRIDE.
14246
14247 * cc-styles.el (c-set-style-2): Fixed bug where the
14248 initialization of inheriting styles failed when the
14249 dont-override flag is set.
14250
14251 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14252 on this.
14253
14254 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14255
14256 * cc-defs.el (c-forward-comment): Removed the workaround
14257 introduced in 5.38 since it had worse side-effects. If a line
14258 contains the string "//\"", it regarded the // as a comment
14259 start since the \ temporarily doesn't have escape syntax.
14260
14261 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14262
14263 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14264 ada-xref.el before ada-prj.el, so that the Project menu is created
14265 when ada-prj tries to add to it.
14266 (ada-activate-keys-for-case): Suppress the characters that are not
14267 part of the Ada syntax. Better compatibility with else-mode
14268 (ada-adjust-case-interactive): When auto-casing is not active,
14269 correctly insert newlines (used to insert only ^M). Prevent the
14270 syntax table from being changed in case of an error
14271 (or '_' becomes part of a word and some commands are confused).
14272 Do nothing if ada-auto-case is nil.
14273 (ada-after-keyword-p): Ignore keywords that are also attributes
14274 (ada-batch-reformat): Update usage comment
14275 (ada-call-from-contextual-menu): New function
14276 (ada-case-read-exceptions): Reinitialize the casing exception list
14277 first to nil first, so that the casing exception file can be
14278 shared.
14279 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14280 files.
14281 (ada-compile-goto-error): Fix regexp used to detect a file:line
14282 anywhere in the error message
14283 (ada-contextual-menu-last-point): New variable
14284 (ada-create-keymap): If the variable delete-key-deletes-forward is
14285 t on XEmacs, it means that DEL should delete one character
14286 forward.
14287 (ada-create-menu): Use :included instead of :visible for XEmacs.
14288 New submenu "Options".
14289 (ada-end-stmt-re): Correctly indent "select ... then abort"
14290 statements.
14291 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14292 even if they don't match ada-fill-comment-prefix Fix handling of
14293 paragraphs on the first or last line of a file.
14294 (ada-format-paramlist): Fix handling of default parameter values.
14295 (ada-get-body-name): New function.
14296 (ada-get-current-indent): Optimized by searchling directly for an
14297 existing generic part or a statement outside of it. Handle
14298 ada-indent-align-comments when indenting comments Replaced some
14299 regexps by testing directly the next character. This results in a
14300 huge speedup on some files. New indentation scheme for renames
14301 statements. Stop looking for the 'while' or 'for' associated with
14302 a 'loop' at the first semicolon encountered. A "return" can also
14303 match an anonymous access subprogram declaration.
14304 (ada-get-indent-noindent): Ignore strings and comments when
14305 looking for the keywords "record" and "private".
14306 (ada-goto-matching-decl-start): When matching "if", make sure we
14307 are not in fact seeing "end if". Ignore "when" statements except
14308 when initial keyword was "begin". Fix handling of nested
14309 procedures. Add a recursive call to this function to skip over
14310 other 'end' statmts. Fix indentation for "when .. => begin"
14311 (ada-in-open-paren-p): Fix indentation for complex boolean
14312 expressions, where 'and then', 'or else' and parenthesis
14313 statements are mixed up.
14314 (ada-in-paramlist-p): Skip comments while searching for the
14315 beginning Fix handling of operator declarations.
14316 (ada-indent-align-comments): New variable
14317 (ada-indent-current): Change the syntax table only in the
14318 protected section, so that we are sure it is restored correctly.
14319 (ada-indent-on-previous-lines): Use ada-use-indent and
14320 ada-with-indent Correctly indent "select ... then"
14321 (ada-indent-region): Slight speedup.
14322 (ada-indent-renames): New variable.
14323 (ada-last-which-function-subprog, ada-last-which-function-line):
14324 New variables
14325 (ada-looking-at-semi-private): Correctly indent the 'private'
14326 keyword when it is the first word in a package declaration.
14327 (ada-loose-case-word): Stop searching if at the end of the buffer.
14328 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14329 even if point is not initially at the end of the word.
14330 (ada-matching-decl-start-re): Add "when".
14331 (ada-mode): Add support for abbrev-mode, outline-mode and
14332 which-func-mode Override the old find-file.el entry in
14333 ff-special-constructs since it is using the obsolete
14334 ada-spec-suffix variable
14335 (ada-no-auto-case): New function
14336 (ada-scan-paramlist): When parsing the argument type, accept
14337 spaces (as in "X 'Class", generated by Rational Rose).
14338 (ada-other-file-name): No longer loads the other file.
14339 (ada-popup-menu): Save and restore the current buffer and cursor
14340 position before and after displaying the menu.
14341 (ada-search-ignore-complex-boolean): New function.
14342 (ada-uncomment-region): Emacs21 already knows how to delete
14343 comments not starting in the first column.
14344 (ada-use-indent): New variable
14345 (ada-which-function): New function.
14346 (ada-with-indent): New variable
14347 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14348 can be batch-compiled from the command line.
14349
14350 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14351 Add to the menu when the file is loaded, not in ada-mode-hook.
14352 Add -toolbar to the default ddd command Switches moved from
14353 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14354 ada-prj-default-comp-opt
14355 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14356 Reference Manual to the menu
14357 (ada-check-current): rewritten as a call to ada-compile-current
14358 (ada-compile): Removed.
14359 (ada-compile-application, ada-compile-current, ada-check-current):
14360 Set the compilation-search-path so that compile.el automatically
14361 finds the sources in src_dir. Automatic scrollong of the
14362 compilation buffer. C-uC-cC-c asks for confirmation before
14363 compiling
14364 (ada-compile-current): New parameter, prj-field
14365 (ada-complete-identifier): Load the .ali file before doing
14366 processing
14367 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14368 conform to gnatmake's behavior.
14369 (ada-find-file-in-dir): New function
14370 (ada-find-references): Set the environment variables for gnatfind
14371 (ada-find-src-file-in-dir): New function.
14372 (ada-first-non-nil): Removed
14373 (ada-gdb-application): Add support for jdb, the java debugger.
14374 (ada-get-ada-file-name): Load the original-file first if not done
14375 yet.
14376 (ada-get-all-references): Handles the new ali syntax (parent types
14377 are found between <>).
14378 (ada-initialize-runtime-library): New function
14379 (ada-mode-hook): Always load a project file when a file is opened,
14380 so that the casing exceptions are correctly read.
14381 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14382 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14383 to open the project file, since the latter does not work with
14384 speedbar Get default values before loading the prj file, or the
14385 default executable file name is wrong. Use the absolute value of
14386 src_dir to initialize ada-search-directories and
14387 compilation-search-path,... Add the standard runtime library to
14388 the search path for find-file.
14389 (ada-prj-default-debugger): Was missing an opening '{'
14390 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14391 variables.
14392 (ada-prj-default-gnatmake-opt): New variable
14393 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14394 buffers, the project file is the default one Save the windows
14395 configuration before displaying the menu.
14396 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14397 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14398 ...) regexp-quote identifiers names to support operators +,
14399 -,... in regexps.
14400 (ada-remote): New function.
14401 (ada-run-application): Erase the output buffer before starting the
14402 run Support remote execution of the application. Use
14403 call-process, or the arguments are incorrectly parsed
14404 (ada-set-default-project-file): Reread the content of the active
14405 project file, not the one from the current buffer When a project
14406 file is set as the default project, all directories are
14407 automatically associated with it.
14408 (ada-set-environment): New function
14409 (ada-treat-cmd-string): New special variable ${current}
14410 (ada-treat-cmd-string): Revised. The substitution is now done for
14411 any ${...} substring
14412 (ada-xref-current): If no body was found, compiles the spec
14413 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14414 compiler to get rid of command line length limitations.
14415 (ada-xref-get-project-field): New function
14416 (ada-xref-project-files): New variable
14417 (ada-xref-runtime-library-specs-path)
14418 (ada-xref-runtime-library-ali-path): New variables
14419 (ada-xref-set-default-prj-values): Default run command now does a
14420 cd to the build directory. New field: main_unit Provide a default
14421 file name even if the current buffer has no prj file.
14422
14423 * ada-prj.el:
14424 Rewritten to show a tabbed-dialog.
14425 (ada-prj-add-ada-menu): Remove the map and name parameters.
14426 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14427 New function
14428 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14429 (ada-prj-load-from-file): New function
14430 (ada-prj-save): Always save fields that depend on the current buffer
14431 (ada-prj-show-value): New function
14432
14433 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14434 Ada mode. This will allow us to display the Ada menu in any buffer
14435 we want (for project items).
14436 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14437 number of spaces in the header.
14438
14439 2000-07-24 Dave Love <fx@gnu.org>
14440
14441 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14442
14443 2000-07-23 Noah Friedman <friedman@splode.com>
14444
14445 * type-break.el (type-break): perform autosave.
14446 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14447 (type-break-do-query): Cancel query schedule while performing
14448 actual query, to avoid possibility of a second query being made
14449 while first one is already in progress.
14450 (type-break-time-stamp-format): New variable.
14451 (type-break-time-stamp): New function.
14452 (type-break-time-warning): Use it.
14453 (type-break-keystroke-warning): Use it.
14454 (type-break-noninteractive-query): Use it.
14455
14456 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14457 cookie.
14458 Use add-minor-mode to set minor-mode-alist, if available.
14459 (eldoc-echo-area-use-multiline-p): New user option.
14460 (eldoc-echo-area-multiline-supported-p): New variable.
14461 (eldoc-docstring-format-sym-doc): Use them.
14462 (eldoc-mode): If not using idle timers, append to local post and
14463 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14464 (eldoc-display-message-no-interference-p): Don't interfere with
14465 edebug.
14466 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14467 (eldoc-function-arglist): New function.
14468 (eldoc-function-argstring): Use it.
14469
14470 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14471 auto save directory exists before calling directory-files.
14472
14473 2000-07-23 Dave Love <fx@gnu.org>
14474
14475 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14476 ^o, ^u.
14477
14478 2000-07-21 Dave Love <fx@gnu.org>
14479
14480 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14481 now passed to the function. It now works properly.
14482
14483 * smerge-mode.el (smerge-mode-menu): Fill it out.
14484
14485 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14486
14487 * info-look.el (info-lookup): If *info* is shown in another frame
14488 on the same display, select that frame, instead of switching to
14489 the Info buffer in another window of the selected frame.
14490
14491 * simple.el (universal-argument-map): Bind numeric keypad keys
14492 kp-0 to kp-9 and kp-subtract.
14493 (digit-argument): Handle these keys.
14494
14495 2000-07-20 Dave Love <fx@gnu.org>
14496
14497 * net/goto-addr.el (goto-address-fontify): Don't bother with
14498 buffer-modified and read-only stuff -- irrelevant with overlays.
14499 Put an extra property on the overlays and use it to clean up in
14500 case goto-address is re-run.
14501
14502 2000-07-19 Richard M. Stallman <rms@gnu.org>
14503
14504 * timer.el (run-with-idle-timer): Doc fix.
14505
14506 * mail/mail-utils.el (mail-strip-quoted-names):
14507 Handle case where <...> appears inside "...".
14508 Use replace-match to edit the string more simply.
14509 (rmail-dont-reply-to): Cope with an unmatched ".
14510
14511 2000-07-19 Dave Love <fx@gnu.org>
14512
14513 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14514 implementation.
14515
14516 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14517 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14518 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14519
14520 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14521
14522 * textmodes/refer.el: Correct maintainer's email address.
14523
14524 * progmodes/hideif.el: Correct author's email address.
14525 Fix typo in comment.
14526
14527 * xml.el: New file.
14528
14529 * mail/mailheader.el: Correct author's mail address.
14530
14531 * gnus/parse-time.el: Correct author's mail address.
14532
14533 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14534
14535 * comint.el (comint-highlight-input, comint-highlight-face):
14536 New user options.
14537 (comint-input-ring-file-name): Change custom type.
14538 (comint-mode-map): Bind mouse-2.
14539 (comint-insert-clicked-input): New function.
14540 (comint-send-input): Handle input highlighting.
14541
14542 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14543
14544 * mouse.el (popup-menu): New function.
14545 (mouse-major-mode-menu): Use it.
14546
14547 2000-07-18 Dave Love <fx@gnu.org>
14548
14549 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14550 improvements.
14551
14552 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14553
14554 * faces.el (face-font-selection-order)
14555 (face-font-family-alternatives): Add custom type.
14556
14557 2000-07-18 Dave Love <fx@gnu.org>
14558
14559 * cus-edit.el (custom-variable-reset-saved)
14560 (custom-variable-reset-standard): Remove unused bindings.
14561
14562 * rect.el (open-rectangle-line): Remove unused let.
14563
14564 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14565
14566 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14567
14568 * cdl.el: Fix `Maintainer' keyword.
14569
14570 * play/pong.el: Add author's email address.
14571
14572 2000-07-17 Sam Steingold <sds@gnu.org>
14573
14574 * files.el (insert-directory): Call `split-string' instead of
14575 re-implementing it.
14576
14577 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14578
14579 * mail/vms-pmail.el: Change maintainer to FSF.
14580
14581 * net/goto-addr.el: Change maintainer to FSF.
14582
14583 * info.el (Info-title-face-alist): Removed.
14584
14585 2000-07-18 David Ponce <david@dponce.com>
14586
14587 * recentf.el (recentf-open-files): New command that works like
14588 `recentf-open-more-files', but shows the whole list of files (not just
14589 those omitted from the menu). Useful if you don't use a menu-bar!
14590 (recentf-open-more-files) Modified to use `recentf-open-files'.
14591
14592 (recentf-open-files, recentf-open-more-files)
14593 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14594
14595 (recentf-dialog-mode): New mode for dialogs. You can now just type
14596 "q" to cancel the dialogs.
14597
14598 2000-07-18 David Ponce <david@dponce.com>
14599
14600 * recentf.el: This is a major update of recentf.el. It adds new
14601 features to better organize the recentf menu and "More..." buffer.
14602
14603 Using new provided menu filtering functions you can now organize the
14604 recent files list:
14605
14606 - by major modes
14607 - by directories
14608 - by user defined rules
14609
14610 Finally, with the new `recentf-filter-changer' customizable filter you
14611 can define a ring of filters and dynamically (via the menu) cycle on
14612 each menu organization in the ring (a la msb).
14613
14614 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14615
14616 * eshell/eshell.el (eshell): Replace links to eshell.info with
14617 links to eshell, to avoid problems on systems where the manual is
14618 installed as `eshell'.
14619 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14620 * eshell/em-smart.el (eshell-smart): Ditto.
14621 * eshell/em-banner.el (eshell-banner): Ditto.
14622 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14623
14624 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14625 same-file check in the MS-DOS version (it does support inodes).
14626
14627 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14628
14629 * eshell/eshell.el (eshell-directory-name):
14630 Run default directory name through convert-standard-filename.
14631
14632 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14633
14634 * international/mule-cmds.el (select-safe-coding-system):
14635 Fix typo in the comment.
14636
14637 * language/european.el (compound-text):
14638 Force katakana-jisx0201 to be designated to G1.
14639
14640 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14641 Don't translate some national variant characters of latin-jisx0201.
14642 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14643
14644 * international/kkc.el (kkc-after-update-conversion-functions):
14645 New variable.
14646 (kkc-update-conversion): Run functions in it at the tail.
14647
14648 2000-07-16 John Wiegley <johnw@gnu.org>
14649
14650 * lisp/align.el (align-newline-and-indent):
14651 Adding new function. for auto-aligning blocks of code on RET.
14652 (align-region): Fixed badly formatted minibuffer message.
14653
14654 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14655
14656 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14657 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14658 the conversion list at first if appropriate.
14659 (kkc-next): Don't update kkc-next-count here.
14660 (kkc-prev): Don't update kkc-prev-count here.
14661 (kkc-show-conversion-list-update): Fix setting up of conversion
14662 list message.
14663
14664 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14665
14666 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14667
14668 2000-07-16 Dave Love <fx@gnu.org>
14669
14670 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14671 function to be more specific.
14672
14673 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14674 non-string help-echo.
14675 (widget-types-convert-widget): Defsubst it.
14676 (widget-echo-help): Try to cope with a help-echo function of two
14677 possible sorts.
14678
14679 2000-07-15 Jason Rumney <jasonr@gnu.org>
14680
14681 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14682 Declare as obsolete.
14683
14684 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14685
14686 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14687
14688 * hilit-chg.el: Fix typo.
14689
14690 2000-07-14 Dave Love <fx@gnu.org>
14691
14692 * info.el (Info-mode-menu): Fix use of :help, :enable.
14693
14694 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14695
14696 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14697
14698 2000-07-13 Dave Love <fx@gnu.org>
14699
14700 * emacs-lisp/easymenu.el: Doc fixes.
14701 (easy-menu-remove): Defalias to ignore.
14702
14703 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14704 Call throw correctly.
14705
14706 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14707
14708 * faces.el (frame-background-mode): Doc fix.
14709
14710 * simple.el (eval-expression-print-length): Change custom type to
14711 allow entering nil as value.
14712
14713 2000-07-13 Dave Love <fx@gnu.org>
14714
14715 * progmodes/fortran.el (fortran-imenu-generic-expression):
14716 Change definition layout.
14717 (fortran-mode-menu): Reinstate customize entries.
14718
14719 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14720 Use :filter, per old XEmacs code.
14721
14722 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14723
14724 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14725 event when deciding what to send to the terminal.
14726
14727 2000-07-12 Dave Love <fx@gnu.org>
14728
14729 * cus-start.el: Add optional version as 4th element of specs and
14730 use it for several things new in v21. Remove load-path. Fix type
14731 of line-number-display-limit.
14732
14733 2000-07-11 Dave Love <fx@gnu.org>
14734
14735 * progmodes/fortran.el: Don't require easymenu.
14736 Use repeat counts in various regexps.
14737 (fortran-mode-syntax-table): Defvar directly.
14738 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14739 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14740 Use defvar, not defconst.
14741 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14742 (fortran-mode): Set fortran-comment-line-start-skip,
14743 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14744 (fortran-comment-indent): Use defsubst.
14745 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14746 Use fortran-comment-indent, not fortran-comment-indent-function.
14747 (fortran-comment-region, fortran-electric-line-number): Simplify.
14748 (fortran-auto-fill): New function.
14749 (fortran-do-auto-fill): Deleted.
14750 (fortran-find-comment-start-skip):
14751 Check for non-null comment-start-skip.
14752 (fortran-auto-fill-mode, fortran-fill-statement):
14753 Use fortran-auto-fill.
14754 (fortran-fill): Use fortran-auto-fill. Check for null
14755 comment-start-skip. Simplify final clause and use end-of-line finally.
14756
14757 * widget.el (widget-plist-member): New alias.
14758
14759 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14760
14761 * eshell/esh-module.el (toplevel): Reference
14762 byte-compile-current-file only if it is bound.
14763
14764 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14765
14766 * dired.el: Don't require `dired-aux'.
14767
14768 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14769
14770 * dired-aux.el (dired-show-file-type): New function.
14771 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14772 (dired-show-file-type): Add autoload.
14773
14774 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14775
14776 * international/mule-diag.el (describe-font): Adjusted for the
14777 change of fontset-info.
14778 (print-fontset): Likewise.
14779
14780 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14781
14782 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14783
14784 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14785
14786 * bindings.el: Bind `[delete]' to delete-char.
14787
14788 * dired.el (dired-find-alternate-file): New function.
14789 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14790 (toplevel): Require dired-aux when compiling.
14791 (dired-buffers): Move defvar within file to avoid compiler warning.
14792
14793 * info.el (Info-last-search): Variable removed.
14794 (Info-search-history): New variable.
14795 (Info-search): New Info-search-history.
14796
14797 * battery.el, info-look.el: Change author's mail address.
14798
14799 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14800
14801 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14802 if rmail-ignored-headers is nil.
14803 (rmail-retry-failure): Bind rmail-ignored-headers and
14804 rmail-displayed-headers to nil.
14805
14806 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14807
14808 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14809 (print-region-1): Don't hard code `-h' here.
14810
14811 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14812
14813 2000-07-01 Francesco Potorti` <pot@gnu.org>
14814
14815 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14816 exim can use "your message" instead of "the message".
14817
14818 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14819
14820 * facemenu.el: Docstrings fixes.
14821 (facemenu-get-face): Don't use internal-find-face.
14822 (facemenu-iterate): Rename arg to match the docstring.
14823
14824 * newcomment.el (uncomment-region): Be more careful when skipping
14825 backwards over `=' not to bump into BOBP.
14826
14827 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14828
14829 * ediff-diff.el (ediff-wordify): Use syntax table.
14830 * ediff-init.el (ediff-has-face-support-p): Use
14831 ediff-color-display-p.
14832 (ediff-color-display-p): Use display-color-p, changed to defun
14833 from defsubst.
14834 Got rid of special cases for NeXT and OS/2.
14835 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14836 face.
14837
14838 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14839
14840 * emacs-lisp/lucid.el: Require CL.
14841 (copy-tree, remprop): Remove, it's provided by CL.
14842 (map-keymap): Define in terms of cl-map-keymap.
14843 (extent-property, set-extent-end-glyph): New functions.
14844
14845 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14846
14847 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14848
14849 * Makefile.in (DONTCOMPILE): Add comment that the name may
14850 not be changed without changing the make-dist script.
14851
14852 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14853 (cl-mapc): Use mapc instead of cl-old-mapc.
14854
14855 2000-07-05 Andrew Innes <andrewi@gnu.org>
14856
14857 * makefile.nt: Add support for `bootstrap' and related targets.
14858
14859 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14860
14861 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14862 (easy-menu-do-define): Use `menu-item' format.
14863 Handle case where easy-menu-create-menu returns a symbol.
14864 Manually call the potential top-level filter in the function binding.
14865 (easy-menu-filter-return): New arg NAME.
14866 Convert to a keymap if MENU is an XEmacs menu.
14867 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14868 (easy-menu-converted-items-table, easy-menu-convert-item):
14869 New var and fun to memoize easy-menu-convert-item-1.
14870 (easy-menu-do-add-item): Use it.
14871 (easy-menu-create-menu): Use easy-menu-convert-item.
14872 Wrap easy-menu-filter-return around any :filter specification.
14873 Don't convert the menu if a filter was specified.
14874 Tell easy-menu-make-symbol not to check for MENU being an expression.
14875 (easy-menu-make-symbol): New arg NOEXP.
14876
14877 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14878
14879 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14880 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14881 (eval-defun): If called with prefix arg, instrument code for
14882 Edebug.
14883
14884 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14885 similar to that of eval-defun.
14886
14887 2000-07-04 Dave Love <fx@gnu.org>
14888
14889 * hl-line.el (hl-line-overlay): Make it permanent-local.
14890
14891 * calendar/todo-mode.el: Replaced with a working version, based on
14892 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14893
14894 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14895
14896 * paths.el (prune-directory-list): New function.
14897 (Info-default-directory-list): Rewritten to more methodically
14898 enumerate a big list of possible info directories (based on the
14899 list used by the standalone info reader).
14900
14901 * info.el (info-initialize): Use prune-directory-list to remove
14902 non-existent directories from Info-directory-list.
14903
14904 * paths.el (Info-default-directory-list): Try a list of possible
14905 info-directories instead of a single one. Add the possible
14906 info directory "/usr/share/info".
14907
14908 * woman.el (woman-man.conf-path): Explicitly include the debian
14909 man-db config file "/etc/manpath.config".
14910 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14911 are present in `manpath.config'.
14912 (woman-manpath): Include "/usr/share/man".
14913
14914 2000-07-03 Gerd Moellmann <gerd@gnu.org>
14915
14916 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14917
14918 * startup.el (command-line): Initialize blink-cursor based
14919 on window-system.
14920
14921 * frame.el (blink-cursor): Default to nil if not running under
14922 a window-system.
14923
14924 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14925 (face-x-resources): Remove duplicate entry for :font.
14926
14927 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14928 instead of cycling through windows with next-window.
14929
14930 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14931 of cycling through windows with next-window.
14932
14933 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14934 of cycling through windows with next-window.
14935
14936 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14937 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14938 instead of cycling through windows with next-window.
14939
14940 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14941 instead of cycling through windows with next-window.
14942
14943 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14944 of cycling through windows with next-window.
14945
14946 * terminal.el (te-process-output): Use walk-windows instead of
14947 cycling through windows with next-window.
14948
14949 * server.el (server-switch-buffer): Use some-window instead of
14950 cycling through windows with next-window.
14951
14952 * window.el (some-window): New function.
14953 (walk-windows): Remove reference to walk-windows-start.
14954
14955 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14956
14957 2000-07-03 Richard Stallman <rms@gnu.org>
14958
14959 * window.el (walk-windows): Guarantee termination by keeping a list
14960 of all the windows already handled.
14961
14962 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14963
14964 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14965 window-system.
14966
14967 * man.el (Man-notify-when-ready): Don't use window-system. If
14968 Man-notify-method is newframe, and the display is not
14969 multi-frame, select the frame created for the man page.
14970 (Man-init-defvars): Doc fix.
14971
14972 2000-06-28 Gerd Moellmann <gerd@gnu.org>
14973
14974 * faces.el (region): Change background color for light background.
14975
14976 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14977 attribute from mode-line face of Ediff control frame.
14978
14979 * replace.el (query-replace-map): Bind `e' like `E'.
14980
14981 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14982
14983 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14984 Change name to "Select All".
14985
14986 * dos-fns.el (convert-standard-filename): Fix last change.
14987
14988 2000-06-27 Gerd Moellmann <gerd@gnu.org>
14989
14990 * help.el (describe-variable): Don't insert a second `'s' in front
14991 of the string `value is shown below'. Since the syntax-table is
14992 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14993 an existing `'s', so that this won't be deleted.
14994
14995 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14996 * pcmpl-unix.el: New files.
14997
14998 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14999
15000 * wid-edit.el (widget-member): Use the new plist-member.
15001
15002 2000-06-26 Gerd Moellmann <gerd@gnu.org>
15003
15004 * replace.el (perform-replace): Undo change of 2000-04-04.
15005 Instead, move backward 1 character at the end of the loop when
15006 necessary.
15007
15008 * faces.el (fringe): Change face for different backgrounds.
15009
15010 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15011 patch from John.
15012
15013 * eshell/*.el: Change spelling of the Free Software Foundation.
15014
15015 * eshell/esh-toggle.el: Removed.
15016
15017 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15018
15019 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15020 interactively.
15021
15022 2000-06-26 Alex Schroeder <alex@gnu.org>
15023
15024 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15025 `define-key'; instead of checking `(emacs-version)' check for
15026 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15027 for `;' and `o' which might be electric.
15028
15029 (sql-electric-stuff): New user option.
15030 (sql-magic-go): New function which uses `sql-electric-stuff'.
15031 (sql-magic-semicolon): New function which uses
15032 `sql-electric-stuff'.
15033
15034 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15035 is not fboundp.
15036
15037 (sql-oracle-options): New variable.
15038 (sql-oracle): Use it.
15039
15040 (sql-imenu-generic-expression): Doc change.
15041 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15042 is used.
15043
15044 (sql-informix): Added command line parameter "-" to force
15045 sql-informix-program to use stdout.
15046
15047 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15048
15049 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15050 (cp864-decode-table): Doc fix.
15051 (cp720-decode-table): New variable, supports the Arabic OEM
15052 codepage used by Windows.
15053 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15054
15055 2000-06-23 Dave Love <fx@gnu.org>
15056
15057 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15058 (font-lock-fontify-anchored-keywords): Use
15059 line-beginning-position.
15060 (global-font-lock-mode): Use mapc.
15061
15062 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15063
15064 * eshell/esh-module.el: Require CL when compiling.
15065
15066 2000-06-23 Gerd Moellmann <gerd@gnu.org>
15067
15068 * comint.el (comint-substitute-in-file-name): Call replace-match
15069 with second and third arg t.
15070
15071 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15072 Specify foreground color.
15073
15074 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15075 color.
15076
15077 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15078
15079 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15080 cddr instead of cdddr.
15081
15082 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15083 instead of copy-list.
15084
15085 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15086 of copy-list.
15087
15088 * subdirs.el: Add eshell subdirectory.
15089
15090 * eshell: New subdirectory containing the Eshell package.
15091
15092 * pcomplete.el: New file.
15093
15094 2000-06-23 Paul Eggert <eggert@twinsun.com>
15095
15096 * mail/mailpost.el (post-mail-send-it): Make sure file has
15097 proper permissions from birth.
15098
15099 * files.el (basic-save-buffer-2): When temporarily setting
15100 file modes, set them to current modes plus 0200, not to 0777.
15101
15102 * emerge.el (emerge-make-temp-file): Make sure file has proper
15103 permissions from birth.
15104
15105 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15106
15107 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15108 backup file name through convert-standard-filename.
15109
15110 * dos-fns.el (convert-standard-filename): Convert leading
15111 directories as well. When long file names are supported, convert
15112 characters that are invalid in Windows file names.
15113
15114 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15115
15116 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15117 ps-print crashes. New feature: page selection for printing. Create
15118 raw-text-unix coding system for XEmacs. Doc fix.
15119 (ps-print-version): New version number (5.2.3).
15120 (ps-plot-region): Bug fix.
15121 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15122 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15123 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15124 funs.
15125 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15126 (ps-last-page): New vars.
15127
15128 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15129
15130 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15131 empty option string.
15132
15133 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15134
15135 * man.el (man): Doc fix.
15136
15137 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15138
15139 * international/mule-cmds.el (set-language-info-alist): Docstring
15140 fixed.
15141
15142 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15143
15144 * version.el (emacs-version): Use ISO date format.
15145
15146 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15147 instead of `M-backspace'.
15148
15149 * simple.el (turn-off-auto-fill): New function.
15150
15151 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15152
15153 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15154 Renamed from with-buffer-prepared-for-font-lock and use
15155 inhibit-modification-hooks rather than setting *-change-functions.
15156 Update all functions to use the new name.
15157 (jit-lock-first-unfontify-pos): New semantics (and doc).
15158 (jit-lock-mode): Make non-interactive.
15159 Don't automatically turn on font-lock.
15160 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15161 Always use jit-lock-after-change.
15162 Remove and restore font-lock-after-change-function.
15163 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15164 (jit-lock-after-unfontify-buffer): Remove.
15165 (jit-lock-stealth-fontify):
15166 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15167 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15168
15169 2000-06-20 Sam Steingold <sds@gnu.org>
15170
15171 * emacs-lisp/cl-indent.el (toplevel): Indent
15172 `print-unreadable-object' properly. Untabify.
15173
15174 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15175
15176 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15177 Support for bibentry.
15178 (reftex-compile-variables): Fixed problem with end of section-re.
15179
15180 * texmodes/reftex-dcr.el (reftex-view-crossref,
15181 reftex-view-crossref-from-bibtex):
15182 Deal with changed `reftex-find-citation-regexp-format'.
15183 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15184 Replaced `remprop' with `put'.
15185 (reftex-view-crossref, reftex-view-crossref-when-idle):
15186 Support for bibentry.
15187
15188 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15189 New entry for bibentry package.
15190
15191 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15192 Regexp also matches "\nobibliography".
15193
15194 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15195 Call `reftex-ensure-write-access' before doing anything.
15196 (reftex-ensure-write-access): New function.
15197
15198 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15199
15200 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15201
15202 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15203
15204 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15205
15206 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15207
15208
15209 2000-06-20 Dave Love <fx@gnu.org>
15210
15211 * faces.el (frame-background-mode): Use set-default, not set, in
15212 setter.
15213 (frame-update-faces, frame-update-face-colors): Define with
15214 defalias.
15215
15216 * enriched.el (enriched-decode-foreground)
15217 (enriched-decode-background): Don't use internal-find-face.
15218
15219 * apropos.el: Doc fixes.
15220
15221 * cus-edit.el (customize-changed-options): Check arg.
15222 (customize-version-lessp): Don't require decimal point.
15223
15224 * custom.el (defcustom, defgroup): Doc fix.
15225
15226 * newcomment.el (comment) <defgroup>: Add :version.
15227 (comment-multi-line): Doc fix.
15228
15229 * emulation/mlsupport.el (define-hooked-local-abbrev,
15230 define-hooked-global-abbrev): Fix, using define-abbrev.
15231
15232 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15233
15234 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15235 the whole buffer.
15236
15237 2000-06-19 Dave Love <fx@gnu.org>
15238
15239 * menu-bar.el (menu-bar-options-save): New function.
15240 (menu-bar-options-menu): Use it.
15241 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15242 Simplify.
15243
15244 2000-06-19 Andreas Schwab <schwab@suse.de>
15245
15246 * progmodes/etags.el (tags-query-replace): Put new parameters
15247 START and END at the end, for backward compatibility.
15248
15249 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15250
15251 * international/codepage.el:
15252 (cp-coding-system-for-codepage-1): Delete special codes for
15253 generating xxx-dos coding system because now a CCL based coding
15254 system can handle EOL conversion by default.
15255
15256 * international/mule.el (make-coding-system): Generate subsidiary
15257 coding systems for EOL handling variants even for a CCL based
15258 coding system.
15259
15260 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15261
15262 * international/isearch-x.el (isearch-minibuffer-input-method)
15263 (isearch-minibuffer-input-method-function): These variables
15264 deleted.
15265 (isearch-with-input-method): Don't use the above variables.
15266 (isearch-process-search-multibyte-characters): Likewise. Call
15267 read-string with the arg INHERIT-INPUT-METHOD t.
15268
15269 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15270
15271 * font-lock.el (font-lock-after-fontify-buffer)
15272 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15273
15274 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15275 Use consistent make-local-variable style for font-lock-fontified.
15276 (jit-lock-fontify-buffer):
15277 Don't bother checking for font-lock-mode and jit-lock-mode.
15278
15279 * time.el: Remove trailing ^M that prevent CVS-merging.
15280
15281 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15282
15283 * Makefile.in (distclean): New target.
15284
15285 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15286
15287 * Makefile.in (srcdir): Define for update-subdirs.
15288
15289 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15290
15291 * find-lisp.el: New file.
15292
15293 2000-06-16 Andrew Innes <andrewi@gnu.org>
15294
15295 * time.el (display-time-mail-function): New variable, to allow
15296 external packages to indicate when new mail is available.
15297 (display-time-update): Use it.
15298
15299 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15300
15301 * international/mule.el (mule-version): Change version name to
15302 SAKAKI. AOI has already been used by Meadow.
15303
15304 * international/quail.el (quail-show-guidance-buf): To find the
15305 bottom window (but minibuffer), pay attention to the height of
15306 minibuffer.
15307
15308 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15309
15310 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15311 menu-bar menus. Add help strings. Don't remove the Edit menu
15312 from the menu bar, as the menu bar has enough space now.
15313
15314 * Makefile.in (SHELL): Make sure /bin/sh is used.
15315
15316 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15317 characters, which use series of two ^H characters instead of one.
15318
15319 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15320
15321 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15322 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15323 functions.
15324 (Info-find-node-2): Try a case-sensitive search first, then
15325 do a case-insensitive search.
15326
15327 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15328 tutorials.
15329
15330 * complete.el (PC-env-vars-alist): New variable.
15331 (PC-complete-as-file-name): New function.
15332 (partial-completion-mode): Initialize PC-env-vars-alist from
15333 process-environment.
15334 (PC-do-completion): Handle completion of env vars.
15335
15336 * info.el (Info-set-mode-line): Show file name in mode line,
15337 use `*Info*' instead of `Info:'.
15338
15339 * startup.el (command-line-1): Change copyright messages to year
15340 2000.
15341
15342 2000-06-15 Dave Love <fx@gnu.org>
15343
15344 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15345 not local-map.
15346
15347 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15348
15349 * international/mule.el (set-buffer-file-coding-system): Almost
15350 rewritten to handle `undecided' as no-op.
15351
15352 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15353
15354 * Makefile.in: New file.
15355
15356 * Makefile: Removed.
15357
15358 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15359 (goto-address-highlight-keymap): Bind C-c RET.
15360
15361 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15362
15363 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15364 inherits buffer-file-coding-system of the current buffer.
15365
15366 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15367 0. Give correct argument to set-auto-coding-function.
15368 (tar-expunge): For goto-char, use (point-min), not 0.
15369 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15370 (tar-subfile-save-buffer): Likewize.
15371
15372 * international/mule.el
15373 (after-insert-file-set-buffer-file-coding-system): Call
15374 set-buffer-file-coding-system with the arg FORCE t.
15375
15376 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15377
15378 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15379 nil. Contemporary sendmails issue an X-Authentication-Warning if
15380 the sender is set with `-f'.
15381
15382 2000-06-13 Dave Love <fx@gnu.org>
15383
15384 * help.el (describe-function-1): Kluge around cases of functions
15385 fset to subrs whose doc doesn't match their symbol-name.
15386
15387 * image.el (insert-image): Default STRING to a space.
15388
15389 * info.el Doc fixes.
15390 (Info-build-node-completions): Match Ref tags.
15391
15392 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15393
15394 * frame.el (display-multi-frame-p, display-multi-font-p): New
15395 defaliases for display-graphic-p.
15396
15397 * hl-line.el: Fixed a typo in commentary.
15398
15399 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15400
15401 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15402 fixed.
15403
15404 2000-06-12 Dave Love <fx@gnu.org>
15405
15406 * image.el (insert-image): Save a little consing.
15407
15408 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15409
15410 * language/tibet-util.el: Convert all tibetan-1-column characters
15411 to the corresponding tibetan characters.
15412 (tibetan-add-components): Delete code for the special treatment of
15413 'a chung.
15414
15415 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15416 change.
15417 (tibetan-vowel-transcription-alist): More rules added.
15418 (tibetan-composite-vowel-alist): New variable.
15419 (tibetan-precomposition-rule-alist): More rules added.
15420
15421 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15422
15423 * startup.el (command-line): Only call menu-bar-mode if interactive.
15424
15425 * thingatpt.el (toplevel symbol-properties):
15426 * textmodes/makeinfo.el (makeinfo-compile):
15427 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15428 * progmodes/hideif.el (hif-compress-define-list)
15429 (hide-ifdef-use-define-alist):
15430 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15431 (ange-ftp-vms-add-file-entry):
15432 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15433 * man.el (Man-build-man-command):
15434 * mail/rnewspost.el (news-reply-header-hook):
15435 * info.el (Info-insert-dir):
15436 * emulation/mlconvert.el (backward-word, forward-word, setq):
15437 * emacs-lisp/gulp.el (gulp-send-requests):
15438 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15439 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15440 (byte-optimize-apply, end of file):
15441 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15442 (ad-make-freeze-definition):
15443 * startup.el (command-line, command-line-1): Don't quote lambdas.
15444
15445 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15446 (cvs-cleanup-removed): New function.
15447 (cvs-cleanup-functions): New var.
15448 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15449 some flexibility in specifying additional entries to auto-cleanup.
15450 (cvs-quickdir): New function.
15451 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15452 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15453 (cvs-mode-find-file): Check that we are on a filename or dirname
15454 when invoked through a mouse-click.
15455 (cvs-full-path): Remove.
15456 (cvs-dired-action): Re-introduced.
15457 (cvs-dired-noselect): Use it.
15458 (vc-post-command-functions): use this new hook if available.
15459
15460 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15461 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15462 (cvs-filename-map, cvs-dirname-map): Remove.
15463 (cvs-default-action): Remove.
15464 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15465 if the arg is really a keymap.
15466 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15467 Don't hardcode the mapping from state (aka type) to face, but check
15468 the var cvs-fi-<type>-face instead.
15469 (cvs-fileinfo-from-entries): New function.
15470
15471 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15472 Docstring fix.
15473 (cvs-find-file-and-jump): Change default to be safer.
15474 (cvs-mode-diff-map): Define it as a function as well.
15475 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15476 Bind mouse-2 in this global map rather than with text-properties.
15477
15478 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15479 file to resolve the ambiguity between C(conflict) and C(need-merge).
15480
15481 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15482
15483 * international/mule.el (set-buffer-file-coding-system): If
15484 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15485 unconditionally.
15486
15487 2000-06-12 Dave Love <fx@gnu.org>
15488
15489 * wid-edit.el (widget-specify-button): Really suppress the face if
15490 required.
15491
15492 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15493
15494 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15495
15496 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15497
15498 * imenu.el (imenu-generic-expression): Docstring fix.
15499
15500 * composite.el (composition-function-table): Move the `put'
15501 below the autoload cookie so we can load the file before loaddefs.
15502
15503 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15504
15505 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15506 Handle easy-mmode-define-global-mode.
15507 For complex macros like define-minor-mode that can generate
15508 several autoload entries, try to autoload entries in the
15509 macroexpanded code.
15510
15511 * emacs-lisp/easy-mmode.el (define-minor-mode):
15512 If KEYMAP is a symbol, just use it.
15513 Use byte-compile-current-file and load-file-name to infer the
15514 proper :require to pass to defcustom.
15515 Wrap the hook var into `progn' so as not to autoload it.
15516 Add a :autoload-end cookie.
15517 Be more careful about the evaluation of KEYMAP.
15518 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15519 (define-derived-mode): Move define-abbrev-table outside of defvar.
15520
15521 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15522
15523 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15524 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15525 (backup-compiled-files): Ignore errors during `tar'.
15526 (bootstrap): Make autoloads before elc files.
15527
15528 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15529
15530 * international/mule.el (set-buffer-file-coding-system): If one of
15531 undecided-XXX is specified, change only EOL conversion.
15532
15533 * international/mule-conf.el (unix): New alias for the coding
15534 system undecided-unix.
15535
15536 2000-06-09 Dave Love <fx@gnu.org>
15537
15538 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15539
15540 * progmodes/executable.el: Byte compile dynamic.
15541 (executable-insert): Change custom type.
15542 (executable-find): Add autoload cookie.
15543 (executable-make-buffer-file-executable-if-script-p): New
15544 function. After Noah Friedman.
15545
15546 * files.el (after-save-hook): Customize, with
15547 executable-make-buffer-file-executable-if-script-p as an option.
15548
15549 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15550
15551 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15552 "tib24p-mule.bdf" for Tibetan.
15553
15554 * composite.el (decompose-composite-char): Declare it as obsolete.
15555
15556 * man.el (Man-fontify-manpage): Pay attention to underline and
15557 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15558
15559 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15560
15561 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15562 Set maintainer to FSF since author isn't reachable.
15563
15564 2000-06-08 Dave Love <fx@gnu.org>
15565
15566 * international/mule-cmds.el (select-safe-coding-system): If
15567 DEFAULT-CODING-SYSTEM is not specified, also check the most
15568 preferred coding-system if buffer-file-coding-system is
15569 `undecided'. From Handa.
15570
15571 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15572
15573 * international/mule.el
15574 (after-insert-file-set-buffer-file-coding-system): If the buffer
15575 size is greater than INSERTED, judget that we are not visiting.
15576
15577 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15578
15579 * whitespace.el (defgroup whitespace): Comment out `:version'.
15580 XEmacs 20.4 has problems defining the group with this present.
15581 We'll have this commented out till get resolve the problem.
15582
15583 2000-06-07 John Wiegley <johnw@gnu.org>
15584
15585 * align.el (align-dq-string-modes, align-sq-string-modes)
15586 (align-open-comment-modes): Add pyhton-mode.
15587 (align-rules-list): Use get-text-property instead of
15588 text-properties-at.
15589 (align-rules-list): Add python-assignment.
15590 (align-rules-list): Change perl-comma-delimiter to
15591 basic-comma-delimiter. Use if for Perl modes and python-mode.
15592 (align-rules-list): Add python-chain-logic and
15593 basic-line-continuation.
15594
15595 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15596
15597 * apropos.el (apropos-mode-hook): New user variable.
15598 (apropos-mode): Run apropos-mode-hook.
15599
15600 2000-06-07 David Ponce <david@dponce.com>
15601
15602 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15603 commands. Require `wid-edit' at run-time.
15604
15605 2000-06-07 David Ponce <david@dponce.com>
15606
15607 * recentf.el: Added some "Commentary".
15608 (recentf-open-more-files, recentf-edit-list): Minor changes to
15609 move the point at the top of the file list. This behaviour is
15610 consistent with the menu one when the list contains a lot of
15611 files.
15612 (recentf-cleanup): Now displays the number of items removed from
15613 the list.
15614 (recentf-relative-filter) New menu filter to show filenames
15615 relative to `default-directory'.
15616
15617 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15618
15619 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15620 with/without giving an error if PostScript printer doesn't have this
15621 kind of page size. Zebra Stripe continues or restarts on next page.
15622 Manual/automatic paper feeding. Switch or not the header.
15623 (ps-print-version): New version number (5.2.2).
15624 (ps-windows-system): Include emx as a Windows system.
15625 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15626 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15627 (ps-background-text): Code fix.
15628 (ps-error-handler-message, ps-user-defined-prologue)
15629 (ps-print-prologue-header, ps-printer-name)
15630 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15631 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15632 (ps-use-face-background): Customization fix.
15633 (ps-n-up-database): Data fix.
15634 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15635 (ps-switch-header): New vars.
15636 (ps-xemacs-color-name, ps-face-foreground-name)
15637 (ps-face-background-name, ps-boolean-constant): New funs.
15638
15639 2000-06-07 Dave Love <fx@gnu.org>
15640
15641 * allout.el: New version from Manheimer.
15642
15643 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15644
15645 * textmodes/fill.el (fill-find-break-point): Check the validity of
15646 charset.
15647
15648 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15649
15650 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15651 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15652 Call display-color-p and display-mouse-p instead of looking at
15653 window-system.
15654
15655 2000-06-06 Dave Love <fx@gnu.org>
15656
15657 * image.el (find-image): Doc fix. Return nil if image not found.
15658 (put-image, insert-image): Make STRING arg optional.
15659
15660 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15661
15662 * language/vietnamese.el: Remove eval-when-compile.
15663 (viet-viscii-nonascii-translation-table): Define it as a
15664 translation table made from viet-viscii-decode-table.
15665 (viet-viscii-encode-table): Define it as a translation table made
15666 from the reverse map of above.
15667 (viet-vscii-nonascii-translation-table): Define it as a
15668 translation table made from viet-vscii-decode-table.
15669 (viet-vscii-encode-table): Define it as a translation table made
15670 from the reverse map of above.
15671 (ccl-decode-viscii): Use translate-character.
15672 (ccl-encode-viscii, ccl-encode-viscii-font)
15673 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15674 Likewize.
15675
15676 * language/cyrillic.el: Remove eval-when-compile.
15677 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15678 translation table made from cyrillic-koi8-r-decode-table.
15679 (cyrillic-koi8-r-encode-table): Define it as a translation table
15680 made from the reverse map of above.
15681 (ccl-decode-koi8): Use translate-character.
15682 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15683 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15684 a translation table made from cyrillic-alternativnyj-decode-table.
15685 (cyrillic-alternativnyj-encode-table): Define it as a translation
15686 table made from the reverse map of above.
15687 (ccl-decode-alternativnyj): Use translate-character.
15688 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15689 Likewize
15690
15691 * international/mule-diag.el (non-iso-charset-alist): Specify
15692 translation table symbol instead of translation table itself.
15693 (list-block-of-chars): CHARSET may be a translation table symbol.
15694
15695 * international/mule.el (make-coding-system): If CODING-SYSTEM
15696 already exists, override it.
15697
15698 * international/fontset.el: Use family `proportional' for Tibetan
15699 fonts.
15700
15701 * international/ccl.el (ccl-compile-translate-character): Don't
15702 check if Rrr has property translation-table.
15703 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15704
15705 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15706
15707 * info.el: Bind case-fold-search to t when searching in case
15708 a user sets it to nil in a hook.
15709
15710 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15711
15712 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15713 * hl-line.el (hl-line-mode): Use the new :global key argument.
15714
15715 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15716 (tar-clip-time-string): Prepend a space.
15717 (tar-grind-file-mode): Construct a string rather than modifying one.
15718 (tar-header-block-summarize): Fix docstring.
15719 Use `format' rather than an error-prone set of copy-loops.
15720
15721 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15722 (diff-goto-source, diff-unified->context, diff-context->unified)
15723 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15724 understand the format output by the `-p' argument to diff.
15725
15726 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15727 (sh-re-done): Use defconst.
15728 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15729 (sh-help-string-for-variable, sh-guess-basic-offset):
15730 Don't quote lambdas.
15731 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15732 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15733
15734 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15735 (mh-letter-mode): Derive from text-mode.
15736 This implicitly means that it now calls kill-all-local-variables.
15737 Also remove the Emacs-18 compatibility code.
15738
15739 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15740 Make use of symbol-property doc-string-elt.
15741 Use memq rather than a sequence of eq.
15742 (doc-string-elt): Fix the wrong or missing previously unused values.
15743 (autoload-print-form): New function extracted from
15744 generate-file-autoloads to allow recursion when handling progn
15745 so that defvar's and defun's docstrings are properly printed.
15746 (generate-file-autoloads): Use it.
15747
15748 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15749 Use find-file-hooks in the minor-mode function.
15750 Be careful not to loop indefinitely in the post-command-hook function.
15751
15752 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15753
15754 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15755 tty's.
15756 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15757 differences whenever appropriate.
15758 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15759 * viper.el (find-file, find-file-other-window): Get viper to do
15760 wildcards.
15761
15762 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15763
15764 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15765 (jit-lock-fontify-buffer): New function for JIT refontification.
15766 (jit-lock-mode): Fix docstring.
15767 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15768 Remove jit-lock-after-change from the _local_ hook.
15769 (jit-lock-function-1): Fix docstring.
15770
15771 * info.el (Info-on-current-buffer): Initialize info.
15772
15773 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15774
15775 * progmodes/tcl.el (tcl-indent-for-comment):
15776 Ignore comment-indent-hook.
15777
15778 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15779 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15780 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15781 and improve to use the lighter to guess the capitalization.
15782 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15783 Add keyword arguments to specify global-ness or the custom group.
15784 Add local-map and help-echo properties to the lighter.
15785 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15786 (easy-mmode-define-global-mode): New macro.
15787
15788 2000-06-02 Dave Love <fx@gnu.org>
15789
15790 * wid-edit.el: byte-compile-dynamic since we typically don't use
15791 all the widgets. Don't require cl or widget. Remove
15792 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15793 (widget-read-event): Removed. Callers changed to use read-event.
15794 (widget-button-release-event-p): Renamed from
15795 button-release-event-p.
15796 (widget-field-add-space, widget-field-use-before-change):
15797 Uncustomize.
15798 (widget-specify-field): Use keymap property, not local-map.
15799 (widget-specify-button): Obey :suppress-face.
15800 (widget-specify-insert): Use modern backquote syntax.
15801 (widget-image-directory): Renamed from widget-glyph-directory.
15802 (widget-image-enable): Renamed from widget-glyph-enable.
15803 (widget-image-find): Replaces widget-glyph-find.
15804 (widget-button-pressed-face): Move defvar.
15805 (widget-image-insert): Replaces widget-glyph-insert.
15806 (widget-convert): Use keywordp.
15807 (widget-leave-text, widget-children-value-delete): Use mapc.
15808 (widget-keymap): Remove XEmacs stuff.
15809 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15810 (widget-button-click): Don't set point at the click, but re-centre
15811 if we scroll out of window. Rewritten for images v. glyphs &c.
15812 (widget-tabable-at): Use POS arg, not point.
15813 (widget-beginning-of-line, widget-end-of-line)
15814 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15815 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15816 (widget-default-create): Use widget-image-insert; some rewriting.
15817 (widget-visibility-value-create)
15818 (widget-push-button-value-create, widget-toggle-value-create): Use
15819 widget-image-insert.
15820 (checkbox): Create on and off images dynamically.
15821 (documentation-link): Change :help-echo.
15822 (widget-documentation-link-echo-help): Remove.
15823
15824 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15825
15826 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15827
15828 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15829 (easy-mmode-define-toggle, define-minor-mode): Use it.
15830 (easy-mmode-define-keymap): Docstring fix.
15831 (define-derived-mode): Default PARENT to fundamental-mode.
15832 Add the derived-mode-parent symbol-property.
15833 (easy-mmode-derived-mode-p): New function.
15834
15835 2000-06-02 Dave Love <fx@gnu.org>
15836
15837 * files.el (convert-standard-filename): Doc fix.
15838 (normal-backup-enable-predicate): New function.
15839 (backup-enable-predicate): Use it to replace the lambda form.
15840
15841 * calendar/todo-mode.el: [This needs more work on the outline
15842 stuff.] Doc fixes.
15843 (todo) <defgroup>: Add :version.
15844 (todo-add-category): Don't use pushnew.
15845 (todo-cmd-raise): Fix typo.
15846 (todo-top-priorities): Change temp buffer name.
15847 (todo-category-alist): Avoid redundant lambda.
15848 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15849 Use outline-next-heading.
15850
15851 * autoarg.el: Rewritten to use define-minor-mode.
15852 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15853 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15854
15855 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15856
15857 * isearch.el (isearch-other-meta-char): Fix previous change.
15858
15859 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15860
15861 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15862 (log-edit-done): Only add the comment to the ring if it's different
15863 from the last comment entered.
15864
15865 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15866
15867 2000-06-01 Dave Love <fx@gnu.org>
15868
15869 * hl-line.el: Rewritten using define-minor-mode.
15870
15871 * help.el (describe-function-1): Distinguish special form from
15872 builtin function. Sanity-check presence of arglist for builtins.
15873
15874 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15875
15876 * international/characters.el: Fix syntax/category setting of
15877 Tibetan characters.
15878
15879 * language/tibet-util.el (tibetan-add-components): Fixes for new
15880 encoding of Tibetan characters.
15881 (tibetan-decompose-precomposition-alist): New variable.
15882 (tibetan-decompose-region): Convert precomposed characters to
15883 non-precomposed characters.
15884 (tibetan-decompose-string): Likewise.
15885 (tibetan-composition-function): Fix args to
15886 thibetan-compose-string.
15887
15888 * language/tibetan.el (tibetan-composable-pattern): More
15889 characters included.
15890 (tibetan-consonant-transcription-alist): Rule for "R" added.
15891 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15892 "+R" added.
15893 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15894
15895 * language/lao-util.el (lao-composition-function): Fix args to
15896 compose-string.
15897
15898 * language/thai-util.el (thai-composition-function): Fix args to
15899 compose-string.
15900
15901 * isearch.el (isearch-update): Set disable-point-adjustment to t
15902 to prevent the point moving to the end of a composition when a
15903 part of a composition is searched.
15904 (isearch-other-meta-char): If the key invoking this command can be
15905 mapped by function-key-map to a printing char, call
15906 isearch-process-search-char directly.
15907
15908 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15909
15910 * emacs-lisp/bytecomp.el:
15911 * frame.el:
15912 * international/mule-cmds.el:
15913 * international/mule-util.el:
15914 * international/mule.el:
15915 * mouse.el:
15916 * subr.el:
15917 * faces.el: Update calls to make-obsolete with a WHEN argument.
15918
15919 * byte-run.el (make-obsolete, make-obsolete-variable):
15920 Add an optional WHEN argument and change the format of the
15921 symbol-property information.
15922 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15923 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15924 new obsolete-symbol-property format and print WHEN if it is provided.
15925
15926 2000-05-31 Dave Love <fx@gnu.org>
15927
15928 * loadhist.el (loadhist-hook-functions): Remove
15929 before-change-function, after-change-function.
15930 (unload-feature): Deal with symbols which are both bound and
15931 fbound.
15932
15933 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15934 before-change-function, after-change-function.
15935
15936 * simple.el (newline): Don't bind before-change-function,
15937 after-change-function.
15938
15939 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15940
15941 * whitespace.el (whitespace-rescan-timer-time): Update interval
15942 set to 600 seconds (10 minutes) instead of 60 seconds since
15943 a large number of whitespace buffers causes emacs to `freeze'
15944 for a considerable amount of time.
15945
15946 * whitespace.el: Updated email address
15947
15948 2000-05-31 Dave Love <fx@gnu.org>
15949
15950 * add-log.el (change-log-font-lock-keywords) <function>: Add
15951 pattern for function of change.
15952 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15953 acknowledgements patterns.
15954
15955 2000-05-31 Kenichi Handa <handa@etl.go.jp>
15956
15957 * isearch.el (isearch-printing-char): If keyboard coding system is
15958 being used, call isearch-process-search-multibyte-characters.
15959
15960 * international/isearch-x.el: Mostly rewritten.
15961
15962 * international/quail.el (quail-start-conversion): Don't include
15963 unhandled events in the returned events, but set them in
15964 unread-command-events. Exit if all inputs are deleted.
15965
15966 2000-05-30 Jason Rumney <jasonr@gnu.org>
15967
15968 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15969
15970 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15971 Reenable code to create initial fontsets.
15972 Use set-fontset-font in place of put-charset-property.
15973
15974 2000-05-30 Gerd Moellmann <gerd@gnu.org>
15975
15976 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15977 label, ensure that the first colon isn't followed by another.
15978
15979 * paths.el (Info-default-directory-list): Doc fix.
15980
15981 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15982 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15983 send a query containing USER only, not USER@HOST.
15984
15985 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15986 and rmail-msgend to compute the restriction at the end, instead of
15987 computing it.
15988
15989 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15990
15991 * dabbrev.el (dabbrev-expand): Don't display messages in the
15992 echo area if the minibuffer window is active.
15993
15994 * jit-lock.el (jit-lock-mode): Add after change function to
15995 local hook.
15996
15997 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15998
15999 * antlr-mode.el: New commands: hide/unhide actions,
16000 upcase/downcase literals.
16001 (antlr-tiny-action-length): New user option.
16002 (antlr-hide-actions): New command. Suggested by
16003 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16004 (antlr-mode-map): New binding [C-c C-v].
16005 (antlr-mode-menu): New entries.
16006 (antlr-downcase-literals): New command.
16007 (antlr-upcase-literals): Ditto.
16008
16009 * antlr-mode.el: Minor changes: indendation, mode-name.
16010 (antlr-indent-line): Indent cpp directive at column 0.
16011 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16012
16013 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16014 (antlr-font-lock-additional-keywords): Workaround for intentional
16015 bug in XEmacs version of font-lock.
16016 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16017 be used by a smarter version of `buffers-menu-grouping-function'.
16018
16019 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16020
16021 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16022 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16023
16024 2000-05-29 Kenichi Handa <handa@etl.go.jp>
16025
16026 * international/encoded-kb.el
16027 (encoded-kbd-iso2022-designation-map): Pay attention to that
16028 charset-iso-final-char return -1 for eight-bit-control and
16029 eight-bit-graphic.
16030
16031 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16032
16033 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16034 (speedbar-easymenu-definition-base): Use display-graphic-p where
16035 available, instead of window-system.
16036
16037 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16038
16039 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16040 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16041 coding systems.
16042
16043 2000-05-26 Dave Love <fx@gnu.org>
16044
16045 * disp-table.el (standard-display-underline): Don't use
16046 internal-find-face.
16047
16048 * mail/reporter.el: Maintainer change. Doc fixes.
16049 (reporter-version): Deleted.
16050
16051 * emacs-lisp/elp.el: Maintainer change.
16052 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16053
16054 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16055
16056 * add-log.el (add-change-log-entry): Merge the current entry with the
16057 previous one if the previous one is empty.
16058
16059 2000-05-26 Dave Love <fx@gnu.org>
16060
16061 * loadhist.el (unload-feature): Fix interactive spec [from
16062 lijnzaad@ebi.ac.uk].
16063
16064 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16065 subr-arity to check primitives.
16066 (byte-compile-flush-pending, byte-compile-file-form-progn)
16067 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16068 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16069 mapcar.
16070
16071 2000-05-26 Kenichi Handa <handa@etl.go.jp>
16072
16073 * international/fontset.el: Set family names of non-latin charsets
16074 in default fontset to "*".
16075
16076 * international/mule-diag.el (print-fontset): Combine family part
16077 and registry part of the fontname by "-*-" instead of "-".
16078
16079 * international/mule-cmds.el (encode-coding-char): Make strings
16080 multibyte before calling encode-coding-string.
16081
16082 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16083
16084 * derived.el: Fix keywords.
16085 (define-derived-mode): Only define if needed.
16086
16087 * simple.el (fill-comment, comment-column, comment-start)
16088 (comment-start-skip, comment-end, comment-indent-function)
16089 (block-comment-start, block-comment-end, indent-for-comment)
16090 (set-comment-column, kill-comment, comment-padding, comment-region)
16091 (comment-multi-line, indent-new-comment-line): Remove.
16092
16093 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16094 function names for comment operations.
16095
16096 * newcomment.el: Add abundant autoload cookies.
16097 (comment-style): Don't depend on runtime data at compile-time.
16098 (comment-indent-hook): Remove.
16099 (comment-indent): Check if comment-indent-hook is bound.
16100 (comment-region): Docstring fix.
16101
16102 2000-05-25 Dave Love <fx@gnu.org>
16103
16104 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16105 byte-code-function-p.
16106
16107 * mail/rmailsum.el: Add provide.
16108
16109 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16110
16111 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16112 defcustom.
16113
16114 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16115
16116 * ediff-diff.el (ediff-exec-process): delete --binary option from
16117 non-buffer ediff jobs.
16118
16119 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16120
16121 * hilit-chg.el (highlight-changes-mode): Ask about color or
16122 grayscale support, not about window-system.
16123
16124 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16125 window-system.
16126 (ffap-highlight): Always default to t.
16127
16128 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16129 display-popup-menus-p instead of looking at window-system.
16130
16131 * disp-table.el (standard-display-g1, standard-display-graphic):
16132 Only refuse to use string glyphs on X and MS-Windows.
16133
16134 * avoid.el: Remove window-system from commentary, suggest to use
16135 display-*-p instead.
16136
16137 * apropos.el (apropos-print): Use display-mouse-p instead of
16138 window-system.
16139
16140 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16141
16142 * international/codepage.el (cp-decoding-vector-for-codepage):
16143 Fill up unsupported characters with their own codes. From Kenichi
16144 Handa.
16145
16146 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16147
16148 * international/mule-diag.el (describe-char-after): Use
16149 display-graphic-p instead of window-system, so that this function
16150 works on MS-DOS.
16151
16152 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16153
16154 * international/codepage.el (cp-make-coding-systems-for-codepage):
16155 Remove the eight-bit-graphic and eight-bit-control charsets from
16156 the list of charsets which we convert into `?'.
16157
16158 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16159
16160 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16161 private charsets.
16162 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16163 japanese-jisx0213-2): New charsets.
16164
16165 * international/fontset.el: Setup default fontset for new charsets.
16166
16167 2000-05-24 Dave Love <fx@gnu.org>
16168
16169 * info.el (Info-find-node-2): Restructure [following "Vadim
16170 S. Solomin" <sovs@uic.nnov.ru>].
16171
16172 * icomplete.el: Fix header for Finder.
16173
16174 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16175
16176 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16177 STAY.
16178
16179 * rmail.el (rmail-automatic-folder-directives): New user variable.
16180 (rmail-show-message): Add call to `rmail-auto-file' during
16181 display.
16182 (rmail-auto-file): New function.
16183
16184 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16185
16186 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16187 account.
16188 (ediff-test-utility,ediff-diff-mandatory-option)
16189 (ediff-reset-diff-options): Utilities for proper initialization of
16190 ediff-diff-options and ediff-diff3-options on Windows.
16191
16192 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16193 variable.
16194
16195 * ediff-mult.el (ediff-filegroup-action): Use
16196 ediff-merge-filename-prefix.
16197
16198 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16199
16200 * viper-ex.el (ex-write): Set selective display to nil.
16201
16202 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16203
16204 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16205 aliases for hebrew-iso-8bit.
16206
16207 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16208
16209 * woman.el: New version from Francis J. Wright
16210 <F.J.Wright@Maths.QMW.ac.uk>.
16211 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16212 names in environment variables regardless of the path separator.
16213 (woman-topic-all-completions-1): Don't call file-name-directory-p
16214 on all files, since woman-file-regexp already filters out any
16215 directories.
16216
16217 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16218
16219 * international/quail.el (quail-start-translation): Don't change
16220 modified-p of the current buffer.
16221 (quail-start-conversion): Likewise.
16222
16223 * international/kkc.el (kkc-region): Don't change modified-p of
16224 the current buffer.
16225
16226 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16227 conform to RFC1468.
16228 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16229
16230 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16231
16232 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16233 (speedbar-insert-button): Invisible text property fix.
16234 (speedbar-directory-plus): Renamed from speedbar-directory-+
16235 (speedbar-directory-minus): Renamed from speedbar-directory--
16236 (speedbar-page-plus): Renamed from speedbar-file-+
16237 (speedbar-page-minus): Renamed from speedbar-file--
16238 (speedbar-page): Renamed from speedbar-file-
16239 (speedbar-tag): Renamed from speedbar-tag-
16240 (speedbar-tag-plus): Renamed from speedbar-tag-+
16241 (speedbar-tag-minus): Renamed from speedbar-tag--
16242 (speedbar-expand-image-button-alist): Use above renames.
16243
16244 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16245 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16246 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16247 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16248 * sb-pg.xpm: Renamed from sb-file.xpm
16249 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16250 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16251
16252 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16253
16254 * international/quail.el (quail-show-guidance-buf): Set
16255 current-input-method of the guidance buffer to the name of the
16256 curren input method.
16257
16258 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16259
16260 * progmodes/compile.el (compile-internal): Style typo.
16261
16262 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16263 quote vars and functions in the docstring.
16264
16265 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16266
16267 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16268 Don't quote lambdas.
16269
16270 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16271
16272 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16273
16274 * startup.el (command-line): Determine source file of compiled
16275 user init file differently. Warn if compiled user init file
16276 is older than its source file.
16277
16278 * ffap.el (ffap-url-regexp): Add `https'.
16279
16280 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16281
16282 * files.el (make-backup-file-name-1): Replace slashes with `!'
16283 rather than `|' (which is not allowed on Windows). Replace the
16284 drive letters with a string "drive_X".
16285
16286 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16287
16288 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16289
16290 * files.el (interpreter-mode-alist): Add `bash2'.
16291
16292 2000-05-22 Dave Love <fx@gnu.org>
16293
16294 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16295 mapc.
16296 (feature-file): Avoid calling symbol-name. Doc fix.
16297 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16298 (loadhist-hook-functions): Add mouse-position-function.
16299 (unload-feature): Change uses of mapcar.
16300
16301 * files.el (parse-colon-path): Doc fix.
16302 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16303 (set-auto-mode): Use mapc.
16304
16305 * complete.el (PC-look-for-include-file): Use :alnum: character
16306 class.
16307 (partial-completion-mode): Add autoload cookie.
16308
16309 2000-05-22 Sam Steingold <sds@gnu.org>
16310
16311 * info.el (Info-fontify-node): Fixed the call to
16312 `add-text-properties' (bug introduced on 2000-05-18).
16313
16314 2000-05-22 Dave Love <fx@gnu.org>
16315
16316 * bindings.el: Remove debug-ignored-errors set in other files.
16317
16318 * progmodes/etags.el: Add to debug-ignored-errors.
16319 (visit-tags-table-buffer): Clear out buffers holding old tables
16320 when making a new list.
16321 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16322 mapc.
16323
16324 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16325 quote keywords.
16326 (cmpl-string-case-type): Use character classes.
16327
16328 * comint.el:
16329 * textmodes/ispell.el:
16330 * imenu.el:
16331 * mail/mh-e.el:
16332 * progmodes/compile.el: Add to debug-ignored-errors.
16333
16334 * dabbrev.el: Add to debug-ignored-errors.
16335 (dabbrev-completion): Use mapc.
16336
16337 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16338
16339 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16340 (woman-mapcan, woman-parse-man.conf)
16341 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16342 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16343 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16344 path syntax better.
16345 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16346 (woman-manpath): Call woman-parse-man.conf.
16347 (woman-emulation): New defcustom, defaults to nroff.
16348 (woman-font-support): New defconst.
16349 (woman-use-symbol-font): New defcustom.
16350 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16351 "Emulation".
16352 Many functions: Doc fix.
16353
16354 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16355
16356 * international/quail.el (quail-simple-translation-keymap): Map
16357 128..255 to quail-self-insert-command.
16358 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16359
16360 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16361
16362 * help.el (help-manyarg-func-alist): Typo.
16363
16364 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16365 intervals which makes it heaps simpler.
16366
16367 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16368 the nested comment markers.
16369
16370 * subr.el (remove-hook): Don't turn the hook's value into a list.
16371
16372 2000-05-21 Dave Love <fx@gnu.org>
16373
16374 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16375 are invalid characters.
16376
16377 * international/mule-util.el (detect-coding-with-priority): Use
16378 mapc. Remove redundant lambda.
16379
16380 * international/mule-diag.el (list-non-iso-charset-chars)
16381 (describe-fontset): Remove redundant lambda.
16382
16383 * emulation/crisp.el (brief-mode): New alias.
16384
16385 * emacs-lisp/ring.el (ring-elements): New function.
16386
16387 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16388 (easy-menu-do-add-item): Use keywordp.
16389
16390 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16391
16392 * replace.el: Doc and error message fixes.
16393 (replace-highlight): Use facep, not internal-find-face.
16394
16395 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16396
16397 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16398
16399 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16400 (log-edit-insert-changelog): Drop `:' as well.
16401
16402 * log-view.el: Fix file description.
16403 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16404 available.
16405 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16406 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16407
16408 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16409 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16410 Print a status message if the toggle is called interactively.
16411 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16412 for global minor modes and use `defcustom' for them.
16413 Use add-minor-mode.
16414 (easy-mmode-define-derived-mode): Remove.
16415 (define-derived-mode): Fancier default docstring.
16416 (easy-mmode-define-navigation): Signal an error rather than (ding).
16417
16418 * newcomment.el (comment-styles): New `box-multi'.
16419 (comment-normalize-vars): Better default for comment-continue to
16420 avoid whitespace-only continuations.
16421 (comment-search-forward): Always move even in the no-syntax case.
16422 (comment-padright): Only obey N if it's only obeyed for padleft.
16423 (comment-make-extra-lines): Better handling of empty continuations.
16424 Use `=' for the filler if comment-start has only one character.
16425 (uncomment-region): Try handling the special `=' filler.
16426 (comment-region): Allow LINES even if MULTI is nil.
16427 (comment-box): Choose box style based on comment-style.
16428
16429 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16430
16431 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16432 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16433
16434 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16435
16436 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16437 and insert, not subst-char-in-region.
16438
16439 * international/mule-diag.el (list-character-sets-1): Handle
16440 charsets eight-bit-control and eight-bit-graphic.
16441 (list-iso-charset-chars): Likewise.
16442 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16443 charactes as is. Use indent-to to align characters.
16444
16445 * international/mule-cmds.el (find-multibyte-characters): Never
16446 exclude charsets eight-bit-control and eight-bit-graphic.
16447
16448 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16449
16450 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16451 Don't quote lambdas.
16452
16453 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16454
16455 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16456
16457 * gud.el (gud-jdb-directories): Doc fix.
16458
16459 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16460
16461 * newcomment.el: New file.
16462
16463 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16464
16465 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16466
16467 2000-05-18 Andreas Schwab <schwab@suse.de>
16468
16469 * dired.el (dired-between-files): Also skip lines beginning with
16470 `used'.
16471
16472 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16473
16474 * msb.el (msb-menu-cond): Add choice `user'.
16475
16476 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16477
16478 * ps-print.el: Compatibility, customization and doc fix.
16479 (ps-printer-name-option): Replace defconst by defvar.
16480 (ps-postscript-code-directory): XEmacs compatibility.
16481 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16482 fix.
16483 (ps-user-defined-prologue, ps-print-prologue-header)
16484 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16485 compatibility and code fix.
16486 (ps-print-background-image, ps-print-background-text):
16487 Customization fix.
16488 (ps-line-number-start, ps-n-up-on): New vars.
16489
16490 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16491
16492 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16493 the indent-comment function to just return the appropriate indent.
16494
16495 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16496
16497 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16498 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16499 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16500
16501 2000-05-18 Dave Love <fx@gnu.org>
16502
16503 * info.el (Info-fontify-node): Add intangible property as well as
16504 invisible.
16505
16506 * calendar/appt.el (appt-make-list): Match all lines of entry.
16507 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16508
16509 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16510
16511 * international/mule-diag.el (describe-char-after): Call
16512 internal-char-font, not char-font. If internal-char-font returns
16513 nil, display "-- none --".
16514
16515 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16516
16517 * image.el (image-type-available-p): Don't reference image-types
16518 if it isn't bound.
16519
16520 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16521
16522 * autoarg.el (autoarg-mode): Typo in the :set argument.
16523
16524 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16525
16526 * startup.el (command-line-1): Don't signal an error if the
16527 directory for auto-save-list files does not yet exist.
16528
16529 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16530
16531 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16532
16533 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16534
16535 * subr.el (remove-hook): `setq' hook-value, not `set'.
16536
16537 2000-05-16 Sam Steingold <sds@gnu.org>
16538
16539 * info.el (debug-ignored-errors): More errors to ignore.
16540
16541 2000-05-16 Dave Love <fx@gnu.org>
16542
16543 * cus-edit.el: Don't require cl or easymenu.
16544 (custom-variable-prompt): Test standard-value property, not
16545 user-variable-p.
16546
16547 2000-05-16 Sam Steingold <sds@gnu.org>
16548
16549 * subr.el (add-hook): `setq' hook-value, not `set'.
16550
16551 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16552
16553 * startup.el (command-line-1): Mention the FAQ in the startup
16554 message.
16555
16556 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16557
16558 * progmodes/compile.el (compilation-parse-errors): Collect
16559 `nomessage' regexps last.
16560
16561 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16562
16563 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16564 to the function name.
16565
16566 2000-05-15 Dave Love <fx@gnu.org>
16567
16568 * speedbar.el (speedbar-recenter): Typo.
16569 (speedbar-expand-line): Make arg optional.
16570 (speedbar-mode): Avoid a compiler warning.
16571
16572 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16573
16574 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16575 user-specified option string is empty.
16576
16577 * mouse.el (mouse-yank-at-click): Doc fix.
16578
16579 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16580
16581 * term/internal.el (IT-character-translations): More updates of
16582 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16583 documents.
16584
16585 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16586
16587 * env.el (getenv): New function, interactively callable.
16588 (setenv, getenv): Remove autoload cookies.
16589
16590 * loadup.el: Load `env'.
16591
16592 * progmodes/f90.el: Change author's mail address.
16593
16594 2000-05-14 Dave Love <fx@gnu.org>
16595
16596 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16597 goto-addr as an option.
16598
16599 * help.el (help-xref-stack): Doc fix.
16600 (help-xref-following): New variable.
16601 (help-make-xrefs): Use it.
16602 (help-xref-go-back): Use position information from stack element.
16603 (help-follow): Make position in stack element a pair. Use
16604 help-xref-following.
16605
16606 * autoarg.el: New file.
16607
16608 * faces.el: Declare more functions obsolete.
16609
16610 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16611 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16612 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16613 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16614 Remove all the setup-...-environment functions.
16615
16616 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16617
16618 * speedbar.el: Updated the commentary section. xemacs20p now uses
16619 >= when detecting. Require `defimage' safely.
16620 (speedbar-easymenu-definition-base): Add toggle for images.
16621 (speedbar-easymenu-definition-special): Add flush cache & expand.
16622 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16623 (speedbar-reconfigure-keymaps-hook): New variable.
16624 (speedbar-frame-parameters): Updated documentation.
16625 (speedbar-use-imenu-flag): Updated custom tag
16626 (speedbar-dynamic-tags-function-list): New variable.
16627 (speedbar-tag-hierarchy-method): Updated doc & custom.
16628 (speedbar-indentation-width, speedbar-indentation-width) New
16629 variables.
16630 (speedbar-hide-button-brackets-flag): Customizable.
16631 (speedbar-vc-indicator): Doc update.
16632 (speedbar-ignored-path-expressions): Updated default value.
16633 (speedbar-supported-extension-expressions): Updated default value.
16634 (speedbar-syntax-table): Remove {} paren status.
16635 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16636 as "+". Added overlay aliases.
16637 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16638 `force-mode-line-update'.
16639 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16640 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16641 `mouse-set-point'
16642 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16643 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16644 of arbitrary text, and new helper functions.
16645 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16646 filename finder.
16647 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16648 (speedbar-directory-buttons): Update path search/expansion.
16649 (speedbar-make-tag-line): Pay attention to
16650 `speedbar-indentation-width'. Use more care w/ invisible
16651 properties.
16652 (speedbar-change-expand-button-char): Call
16653 `speedbar-insert-image-button-maybe'.
16654 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16655 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16656 (speedbar-trim-words-tag-hierarchy)
16657 (speedbar-simple-group-tag-hierarchy): New functions
16658 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16659 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16660 functions.
16661 (speedbar-mouse-set-point): New function
16662 (speedbar-power-click): Updated documentation.
16663 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16664 of tag prefix text.
16665 (speedbar-expand-line, speedbar-contract-line): Make more robust
16666 to strange text.
16667 (speedbar-expand-line): Takes universal argument to flush the
16668 cache.
16669 (speedbar-flush-expand-line): New function.
16670 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16671 Use new generator insertion method.
16672 (speedbar-fetch-dynamic-tags): New function.
16673 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16674 `speedbar-fetch-dynamic-imenu'.
16675 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16676 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16677 "Revert Buffer" menu items.
16678 (speedbar-buffer-buttons-engine): Be smarter when creating a
16679 filename tag (for expansion purposes.).
16680 (speedbar-highlight-one-tag-line,
16681 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16682 (speedbar-recenter): New functions.
16683 (defimage-speedbar): Image loading abstraction.
16684 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16685 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16686 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16687 (speedbar-tag-type, speedbar-tag-mail): New images.
16688 (speedbar-expand-image-button-alist): New variable.
16689 (speedbar-insert-image-button-maybe): Insert an image over some
16690 buttons.
16691
16692 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16693
16694 * international/mule-cmds.el (encode-coding-char): An ASCII
16695 character is always encodable.
16696
16697 * international/mule-conf.el: Add more information in descriptions
16698 of character sets.
16699
16700 * international/mule-diag.el (describe-char-after): New function.
16701 (describe-font-internal): Adjusted for the change of font-info.
16702 (describe-font): Likewise.
16703 (print-fontset): Rewritten for the new fontset implementation.
16704 (describe-fontset): Include fontset alias names in completion.
16705 (list-fontsets): Adjusted for the change of print-fontset.
16706
16707 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16708 describe-char-after instead of displaying the detail in the echo
16709 area.
16710 (syntax-code-table): Format changed.
16711 (string-to-syntax): Adjusted for the above change.
16712
16713 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16714
16715 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16716
16717 2000-05-12 Dave Love <fx@gnu.org>
16718
16719 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16720 dependence. Use line-{beginning,end}-position, not
16721 point-at{b,e}ol. Some doc fixes.
16722 (todo-position): New function. Fix callers of position to use it.
16723 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16724
16725 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16726
16727 * time.el (display-time-mail-icon): Use `:ascent center'.
16728
16729 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16730 handling FTP security extensions.
16731
16732 2000-05-11 Dave Love <fx@gnu.org>
16733
16734 * calendar/todo-mode.el: New file.
16735
16736 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16737
16738 * comint.el (comint-read-input-ring): Move reference to
16739 comint-input-ring-size outside of the save-excursion. It was
16740 causing the default value to be the only one ever seen.
16741
16742 * font-lock.el: Update copyright. Remove Simon Marshall's email
16743 address on request from him.
16744
16745 * subr.el (substitute-key-definition): Add comment describing
16746 the meaning of PREFIX.
16747
16748 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16749
16750 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16751
16752 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16753 (add-minor-mode): Don't make the variable buffer-local and add a
16754 reference to define-minor-mode in the docstring.
16755
16756 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16757 HEADER/FOOTER and fix bug with trailing empty directory.
16758 (cvs-append-to-ignore): Use vc-editable-p if available.
16759 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16760 (vc-do-command): Tweak advice to handle the new VC.
16761
16762 * log-view.el (log-view-goto-rev): New function for the new VC.
16763 (log-view-minor-wrap): Use mark-active.
16764
16765 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16766 (log-edit-changelog-full-paragraphs): New var.
16767 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16768 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16769 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16770 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16771 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16772 Replace the `cvs' prefix with `log-edit'.
16773
16774 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16775
16776 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16777 (diff-font-lock-defaults): Explicitly turn off multiline.
16778 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16779 (diff-ediff-patch): Fix call to ediff-patch-file.
16780 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16781 Handle comments.
16782
16783 * frame.el (automatic-hscrolling): Typo.
16784
16785 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16786
16787 2000-05-09 Sam Steingold <sds@goems.com>
16788
16789 * apropos.el (apropos-print): use `describe-face' instead of
16790 `customize-face-other-window'.
16791
16792 2000-05-09 Dave Love <fx@gnu.org>
16793
16794 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16795
16796 * help.el (describe-variable): Have customize button pop the
16797 help-xref stack when invoked.
16798 (help-xref-symbol-regexp): Add `face'.
16799 (help-make-xrefs): Check for quoted face names and adapt regexp
16800 submatch numbers to cope.
16801 (help-xref-interned): Maybe insert face doc too. Separate
16802 sections with a line of hyphens.
16803
16804 * faces.el: Some doc fixes. Declare some functions obsolete.
16805 (describe-face): Add customize button. Return the help
16806 text. Fix prompt.
16807
16808 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16809
16810 * term/internal.el (IT-character-translations): Fix last change.
16811
16812 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16813
16814 * woman.el: New file
16815 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16816
16817 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16818
16819 * term/internal.el (IT-character-translations): Update ASCII
16820 simulations for greek-iso8859-7, add latin-iso8859-14 and
16821 latin-iso8859-15.
16822
16823 * international/mule-cmds.el (set-language-info-alist): Call
16824 define-prefix-command with 3 arguments, to make the map suitable
16825 for a menu.
16826
16827 2000-05-07 Dave Love <fx@gnu.org>
16828
16829 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16830
16831 2000-05-05 Dave Love <fx@gnu.org>
16832
16833 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16834 list in doc string. Don't quote keyword symbols.
16835 * emacs-lisp/cl.el: Likewise
16836 * emacs-lisp/cl-seq.el: Likewise
16837
16838 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16839
16840 * abbrev.el (abbrev-mode): Make ARG optional.
16841
16842 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16843
16844 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16845
16846 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16847
16848 * subr.el (substitute-key-definition): Clarify documentation.
16849
16850 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16851
16852 * glasses.el (glasses-convert-to-unreadable): Use
16853 `glasses-separator' instead of the hard-wired "_".
16854 (glasses-mode): Call `glasses-make-unreadable' only in a single
16855 place.
16856
16857 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16858
16859 * term/internal.el (cjk-codepages-alist): Add associations for
16860 Chinese and Korean codepages. Remove FIXME comment.
16861
16862 2000-05-03 Dave Love <fx@gnu.org>
16863
16864 * time.el (display-time-mail-face, display-time-use-mail-icon):
16865 New option.
16866 (display-time-mail-icon): New variable.
16867 (display-time-string-forms): Use the above. Fix the local-map.
16868
16869 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16870
16871 * replace.el (query-replace-map): Add binding for `E'.
16872 (query-replace-help): Extend help text.
16873 (perform-replace): Allow editing the replacement string.
16874
16875 * make-mode.el (makefile-mode-abbrev-table): New variable.
16876 (makefile-mode): Set local abbrev table to
16877 makefile-mode-abbrev-table.
16878 (makefile-font-lock-keywords): Fontify includes and conditionals.
16879
16880 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16881 set TOGGLE's value.
16882
16883 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16884 mail-interactive-insert-alias.
16885 (mail-abbrev-complete-alias): New command.
16886 (mail-mode-map): Bind it to `M-TAB'.
16887
16888 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16889
16890 * language/lao-util.el (lao-compose-region): New function.
16891
16892 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16893
16894 * files.el (recover-session): Make directories as necessary
16895 if they don't exist yet.
16896
16897 * calendar/cal-french.el
16898 (french-calendar-multibyte-special-days-array)
16899 (french-calendar-special-days-array): Change French text.
16900 (calendar-french-date-string): Change output.
16901 (calendar-goto-french-date): Likewise.
16902
16903 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16904
16905 * wid-edit.el (widget-default-active): Obey `:always-active'.
16906 (widget-documentation-string-value-create): Set `:always-active'.
16907
16908 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16909
16910 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16911 default prefix to `~/_emacs.d/auto-save.list/_s'.
16912 (normal-top-level): Create the directory for auto-save files, if
16913 it doesn't already exist (in the ms-dos case only).
16914
16915 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16916
16917 * international/mule-cmds.el (set-language-environment): Don't
16918 concat an integer (dos-codepage), use format instead.
16919
16920 2000-05-02 Dave Love <fx@gnu.org>
16921
16922 * help.el (help-xref-on-pp): Check for constant symbols.
16923
16924 2000-04-29 Gerd Moellmann <gerd@gnu.org>
16925
16926 * startup.el (normal-top-level): Put a condition-case around
16927 the code loading subdirs.el.
16928
16929 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16930
16931 * ps-print.el: Upside-down and face background color printing,
16932 line number step, doc fix.
16933 (ps-print-version): New version number (5.2).
16934 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16935 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16936 (ps-spool-config): Var fix.
16937 (ps-printer-name-option): Const fix.
16938 (ps-print-upside-down, ps-use-face-background)
16939 (ps-line-number-step): New vars.
16940 (ps-window-system, ps-lp-system): New consts.
16941 (ps-face-background): New fun.
16942
16943 2000-04-28 Richard Stallman <rms@gnu.org>
16944
16945 * files.el (make-auto-save-file-name):
16946 Apply auto-save-file-name-transforms to visited file name
16947 before generating auto save file name.
16948 (auto-save-file-name-transforms): New variable.
16949
16950 * files.el (backup-enable-predicate):
16951 Correctly test for a file under a temporary directory.
16952
16953 2000-04-28 Gerd Moellmann <gerd@gnu.org>
16954
16955 * subr.el (add-minor-mode): Rewritten.
16956
16957 2000-04-28 Kenichi Handa <handa@etl.go.jp>
16958
16959 * mail/sendmail.el (sendmail-send-it): Set
16960 buffer-file-coding-system to the selected coding system for MIME
16961 header.
16962
16963 2000-04-27 Gerd Moellmann <gerd@gnu.org>
16964
16965 * dired.el (dired-move-to-filename-regexp): Allow format where
16966 YYYY is followed by two spaces.
16967
16968 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16969 in the second character class of the regexp.
16970
16971 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16972 mh-etc, too.
16973
16974 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16975 nil.
16976
16977 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16978
16979 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16980 argument.
16981
16982 2000-04-27 Sen Nagata <sen@eccosys.com>
16983
16984 * emacs-lisp/crm.el (crm-completion-table): New variable.
16985 (crm-collection-fn, crm-test-completion)
16986 (completing-read-multiple): Use it.
16987
16988 2000-04-27 Dave Love <fx@gnu.org>
16989
16990 * help.el (locate-library): Use mapc.
16991 (help-manyarg-func-alist): Add call-process-region.
16992
16993 2000-04-26 Gerd Moellmann <gerd@gnu.org>
16994
16995 * subr.el (add-minor-mode): Make argument MAP optional.
16996
16997 * desktop.el (desktop-save): Save list of minor modes.
16998 (desktop-create-buffer): Restore minor modes.
16999 (desktop-minor-mode-table): New user-option.
17000
17001 * subr.el (add-minor-mode): New function.
17002
17003 * image.el (find-image): New function.
17004 (defimage): Rewritten to find image at load time.
17005
17006 * startup.el (normal-top-level-add-to-load-path): Handle
17007 case that the default directory is not in load-path.
17008
17009 * help.el: Old patch from Stefan Monnier.
17010 (help-xref-on-pp): New function.
17011 (describe-variable): Use it to display xrefs in a symbol's value.
17012
17013 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17014
17015 * cus-edit.el (custom-face): Fix parenthesis.
17016
17017 2000-04-26 Kenichi Handa <handa@etl.go.jp>
17018
17019 * mail/rmail.el (rmail-expunge): When there are no deleted
17020 messages, do nothing.
17021
17022 2000-04-26 Dave Love <fx@gnu.org>
17023
17024 * international/mule-cmds.el (locale-translation-file-name):
17025 Defvar to nil.
17026 (set-locale-environment): Set it here (at runtime).
17027
17028 2000-04-25 Gerd Moellmann <gerd@gnu.org>
17029
17030 * replace.el (perform-replace): Add parameters START and END. Use
17031 them instead of the check for a region in Transient Mark mode.
17032 (query-replace-read-args): Return two more list elements for the
17033 start and end of the region in Transient Mark mode.
17034 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17035 (map-query-replace-regexp, replace-string, replace-regexp): Add
17036 optional last arguments START and END and pass them to
17037 perform-replace.
17038
17039 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17040 form with additional arguments for perform-replace.
17041
17042 * progmodes/etags.el (tags-query-replace): Add parameters START
17043 and END. Construct a form with additional arguments for
17044 perform-replace.
17045
17046 * simple.el (shell-command): Set default directory for "*Shell
17047 Command Output" buffer.
17048
17049 * language/european.el (iso-latin-4): Fix typo.
17050
17051 * emacs-lisp/crm.el: New file.
17052
17053 2000-04-24 Dave Love <fx@gnu.org>
17054
17055 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17056 (Custom-reset-saved, Custom-reset-standard)
17057 (custom-group-value-create, custom-group-set, custom-group-save)
17058 (custom-group-reset-current, custom-group-reset-saved)
17059 (custom-group-reset-standard): Use mapc.
17060 (custom-buffer-create-internal): Disable undo when creating items.
17061 Use mapc.
17062 (custom-face): Avoid redundant lambda.
17063
17064 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17065
17066 * startup.el (auto-save-list-file-prefix): Set default to
17067 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17068
17069 2000-04-24 Sam Steingold <sds@gnu.org>
17070
17071 * time-stamp.el (time-stamp-string-preprocess): Always convert
17072 `field-result' to a string.
17073
17074 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17075
17076 * frame.el (scrolling): New group.
17077 (automatic-hscrolling): New user-option.
17078
17079 * startup.el (command-line-x-option-alist): Add `-lsp' and
17080 `--line-spacing'.
17081
17082 2000-04-19 Dave Love <fx@gnu.org>
17083
17084 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17085 (cl-mapc): Rename from mapc. Fix the funcall.
17086
17087 2000-04-19 Gerd Moellmann <gerd@gnu.org>
17088
17089 * simple.el (clone-indirect-buffer-other-window): New command.
17090 (clone-indirect-buffer): Add optional arg NORECROD.
17091 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17092
17093 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17094
17095 * window.el (count-screen-lines): New function.
17096 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17097 instead of window-buffer-height.
17098
17099 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17100 non-existing variable comint-input-sentinel.
17101 (inferior-lisp-args-to-list): Removed.
17102 (inferior-lisp): Use split-string instead of
17103 inferior-lisp-args-to-list.
17104
17105 * hexl.el (hexl-insert-hex-string): New command.
17106
17107 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17108 instead of concat.
17109
17110 2000-04-18 Gerd Moellmann <gerd@gnu.org>
17111
17112 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17113 at the start of an existing but empty folder.
17114
17115 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17116
17117 * ps-mule.el: Customization fix, doc fix.
17118 (ps-multibyte-buffer): Customization fix.
17119
17120 2000-04-17 Richard M. Stallman <rms@gnu.org>
17121
17122 * subr.el (read-passwd): Use read-char-exclusive.
17123
17124 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17125
17126 * textmodes/texinfo.el (texinfo-insert-@email)
17127 (texinfo-insert-@emph, texinfo-insert-@quotation)
17128 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17129 (texinfo-mode-map): Add key bindings for them.
17130
17131 * files.el (basic-save-buffer-2): Use a template with `$'
17132 instead of `#' for VMS.
17133
17134 * simple.el (clone-indirect-buffer): New function.
17135
17136 2000-04-16 Stephen Eglen <stephen@gnu.org>
17137
17138 * iswitchb.el (iswitchb-case): New function. If the user input
17139 contains any upper-case characters, the search is made
17140 case-sensitive.
17141
17142 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17143
17144 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17145 comment-end.
17146 (texinfo-font-lock-syntactic-keywords): New var.
17147 (texinfo-font-lock-keywords): Remove comment regexp.
17148 (texinfo-insert-block): New function.
17149 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17150 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17151 and font-lock-defaults. Use regexp-opt for outline-regexp.
17152 (texinfo-environments): New var.
17153 (texinfo-environment-regexp): Use regexp-opt and
17154 texinfo-environments.
17155
17156 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17157 ispell-process is bound since this might be eval'd before ispell
17158 is loaded.
17159 (ispell-message): Use a tiny bit less magic and a bit more hard
17160 data to figure out what kind of sc-cite-regexp to use.
17161
17162 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17163
17164 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17165 (insert-cyclic-diary-entry): Unquote the lambda.
17166
17167 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17168
17169 * files.el (backup-enable-predicate): Unquote the lambda.
17170
17171 * cus-edit.el (custom-face, face): Unquote the lambda.
17172
17173 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17174
17175 * ps-print.el: Check for line-beginning-position definition.
17176
17177 * ps-print.el: Fix counting lines in a region.
17178 (ps-print-version): New version number (5.1.5).
17179 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17180 (ps-printing-region): Fun code fix.
17181
17182 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17183
17184 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17185 to file-directory-p.
17186
17187 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17188
17189 * gud.el (gud-jdb-build-source-files-list): Check that directory
17190 exists before calling directory-files.
17191
17192 2000-04-13 Dave Love <fx@gnu.org>
17193
17194 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17195 syntax.
17196
17197 * emacs-lisp/cl-specs.el: Remove when, unless.
17198
17199 * emacs-lisp/cl-extra.el: Don't quote keywords.
17200 (cl-old-mapc): New variable.
17201 (mapc): Use it.
17202 (cl-map-intervals): Use with-current-buffer. Don't check for
17203 next-property-change.
17204 (cl-map-overlays): Use with-current-buffer.
17205 (cl-expt): Remove.
17206 (copy-tree, remprop): Define unconditionally.
17207
17208 * emacs-lisp/cl-compat.el (keywordp): Remove.
17209
17210 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17211 to use keywordp.
17212 (edebug-spec): Enable keywordp.
17213
17214 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17215 string-lessp.
17216
17217 * cus-start.el: Use keywordp.
17218
17219 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17220
17221 * diary-lib.el (include-other-diary-files): Fix the fix of
17222 2000-02-18 by doing a save-excursion.
17223
17224 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17225
17226 * ps-print.el: Customization fix, doc fix.
17227 (ps-print-version): New version number (5.1.4).
17228 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17229 (ps-print-preprint): Adjust code.
17230 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17231 (ps-print-prologue-header, ps-print-control-characters)
17232 (ps-spool-config): Customization fix.
17233
17234 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17235
17236 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17237 converted to the new menu-item format, names silightly changed,
17238 help strings added.
17239
17240 Support for spelling without async subprocesses:
17241
17242 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17243 (ispell-session-buffer): New variables.
17244 (ispell-start-process, ispell-process-status,
17245 ispell-accept-output, ispell-send-string): New functions, for
17246 Ispell invocation when async subprocesses aren't supported.
17247 (ispell-word, ispell-pdict-save, ispell-command-loop,
17248 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17249 to process-send-string with calls to ispell-send-string, and
17250 accept-process-output with ispell-accept-output.
17251 (ispell-init-process): Call ispell-process-status instead of
17252 process-status with.
17253 (ispell-init-process): Call ispell-start-process. Call
17254 ispell-accept-output and ispell-send-string. Don't call
17255 process-kill-without-query and kill-process if they are unbound.
17256 (ispell-async-processp): New function.
17257
17258 2000-04-12 Dave Love <fx@gnu.org>
17259
17260 * info.el: Add debug-ignored-errors.
17261 (Info-mode-menu): Add some items.
17262 (Info-directory): Add autoload cookie.
17263
17264 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17265 Modify `truncate-lines'. Make `describe-language-environment'
17266 always visible and add help. Modify `describe-key' help. Invoke
17267 Info-directory from `info'. New entry `emacs-manual'.
17268
17269 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17270
17271 * progmodes/ebrowse.el (ebrowse-tree-mode):
17272 Use propertized-buffer-identification.
17273 (ebrowse-update-member-buffer-mode-line): Likewise.
17274 (ebrowse--mode-strings): Removed.
17275 (ebrowse--mode-line-props): Removed.
17276
17277 * files.el (auto-mode-alist): Add `EBROWSE'.
17278
17279 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17280 space before testing for end of buffer.
17281 (ebrowse-load): Removed.
17282 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17283 (ebrowse-create-tree-buffer): Rewritten.
17284 (ebrowse-tree-mode): Read tree from buffer.
17285
17286 * progmodes/ebrowse-ffh.el: Removed.
17287
17288 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17289
17290 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17291
17292 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17293
17294 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17295 at the wrong place.
17296
17297 2000-04-09 Dave Love <fx@gnu.org>
17298
17299 * files.el (backup-enable-predicate):
17300 Use temporary-file-directory, small-temporary-file-directory.
17301 (make-backup-file-name-function, backup-directory-alist): New vars.
17302 (make-backup-file-name-1): New function.
17303 (make-backup-file-name): Use it.
17304 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17305 (file-newest-backup): Use make-backup-file-name.
17306
17307 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17308
17309 * progmodes/ebrowse-ffh.el: New file.
17310
17311 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17312 Moved to ebrowse-ffh.el.
17313 (ebrowse-load): Add autoload.
17314
17315 * finder.el (finder-commentary): Add autoload cookie.
17316
17317 * mail/rfc2368.el: Correct author's email address.
17318
17319 * progmodes/ebrowse.el: New file.
17320
17321 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17322 item help string.
17323 (easy-menu-do-add-item): Ditto.
17324 (easy-menu-define): Extend doc string.
17325
17326 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17327 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17328 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17329 with-buffer-unmodified.
17330
17331 2000-04-08 Dave Love <fx@gnu.org>
17332
17333 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17334 unless, when.
17335
17336 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17337
17338 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17339 (viper-flash-search-pattern): No operation when using Emacs
17340 doesn't support face.
17341 Use `viper-put-on-search-overlay'.
17342
17343 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17344
17345 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17346 like C-r.
17347
17348 * progmodes/make-mode.el: Some doc fixes.
17349 (makefile-mode-abbrev-table): New variable.
17350 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17351 (makefile-font-lock-keywords): Fontify includes and conditionals.
17352 (toplevel): Require `dabbrev' and `add-log' when compiling.
17353
17354 * replace.el (perform-replace): Don't move forward one char
17355 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17356 to do that because it leaves point 1 position after the last
17357 replacement, after everything has been replaced.
17358
17359 * jit-lock.el (with-buffer-unmodified): New macro.
17360 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17361 modified state.
17362 (jit-lock-function-1): Extracted from jit-lock-function; not
17363 preserving buffer's modified state.
17364 (jit-lock-function, jit-lock-stealth-fontify):
17365 Call jit-lock-function-1.
17366
17367 * mail/rfc2368.el: Remove supernumerary copyright line.
17368
17369 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17370
17371 * glasses.el: Provide facilities for inserting space before left
17372 parentheses and uncapitalization of identifiers.
17373 (glasses-mode): Try to remove old overlays in all cases.
17374
17375 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17376
17377 * progmodes/compile.el (compile-internal): Display the compilation
17378 buffer in a different frame, if it's already displayed there.
17379
17380 * mail/rfc2368.el: New file.
17381
17382 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17383 header and insert its value as mail body.
17384
17385 * subr.el (member-ignore-case): New function.
17386
17387 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17388 (dabbrev--find-expansion): Ignore buffers matching a regexp
17389 from dabbrev-ignored-regexps.
17390
17391 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17392 to extensions handled by gzip.
17393
17394 2000-04-03 Richard M. Stallman <rms@gnu.org>
17395
17396 * files.el (insert-directory): List the total free space
17397 along with the used space.
17398
17399 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17400 line is followed by one that matches CITATION-REGEXP, end the
17401 paragraph.
17402
17403 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17404
17405 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17406 (rmail-make-basic-summary-line): Use that option.
17407
17408 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17409
17410 * international/mule-cmds.el (encoded-string-description):
17411 Rewritten. Try pretty description for ISO 2022 escape sequences
17412 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17413 for hexadecimal format.
17414
17415 2000-04-01 Dave Love <fx@gnu.org>
17416
17417 * cpp.el: Change customization group to `c' from `C'.
17418
17419 * vcursor.el (vcursor-move): Use display-color-p.
17420
17421 * international/mule-util.el: Provide mule-utils.
17422 (string-to-sequence): Simplify and speed up.
17423
17424 * international/mule.el (make-coding-system): Purecopy doc-string.
17425
17426 * international/mule-cmds.el: Various menu changes.
17427 (describe-specified-language-support): Handle `Default'.
17428 (set-language-info): Purecopy `info'.
17429
17430 2000-03-31 Andrew Innes <andrewi@gnu.org>
17431
17432 * vc.el (vc-backend-diff): Return the correct status if we had to
17433 retry the rcsdiff command without the --brief option.
17434
17435 2000-03-31 Dave Love <fx@gnu.org>
17436
17437 * help.el (help-manyarg-func-alist): Correct several omissions.
17438
17439 * add-log.el: Don't require cl, fortran.
17440 (add-log-current-defun-function): Doc fix.
17441 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17442 (change-log-version-rcs): Function deleted.
17443 (change-log-version-number-search): Doc fix.
17444 Use vc-workfile-version. Avoid CL dolist.
17445 (add-change-log-entry): Just call add-log-current-defun to get
17446 defun. Simplify somewhat.
17447 (change-log-get-method-definition-1): Likewise.
17448 (add-log-current-defun): Return nil if calling
17449 add-log-current-defun-function does so. Move Fortran stuff to
17450 fortran.el. Return string without properties.
17451
17452 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17453 and :alpha: char classes.
17454
17455 * mail/supercite.el: Defvar curline when compiling.
17456 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17457 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17458 rather than a-zA-Z0-9 to allow non-ASCII characters.
17459
17460 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17461
17462 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17463
17464 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17465 Re-enable new code.
17466
17467 * lpr.el (print-region-1): Use -d to specify printer name for
17468 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17469
17470 2000-03-31 Dave Love <fx@gnu.org>
17471
17472 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17473 Look for function definition in symbol's function value slot first
17474 instead of first consulting byte-compile-function-environment.
17475
17476 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17477
17478 * language/european.el ("Polish"): New language environment.
17479 (setup-polish-environment): New function.
17480
17481 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17482
17483 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17484 Disable new code.
17485
17486 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17487 trying to `load' the symbol of an autoload instead of the file
17488 recorded in the autoload. Fix error messages.
17489
17490 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17491
17492 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17493 (ps-print-version): New version number (5.1.3).
17494 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17495 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17496 (ps-generate-postscript-with-faces): Code fix.
17497 (ps-color-values): XEmacs compatibility.
17498 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17499 (ps-default-fg, ps-default-bg): Adjust customization.
17500 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17501 (ps-color-scale): Renaming old ps-color-value fun.
17502 (ps-print-headers): Replace ps-print-header group to avoid conflict
17503 with ps-print-header variable.
17504 (ps-print-miscellany): New group.
17505 (ps-format-color, ps-rgb-color): New funs.
17506 (ps-default-foreground): New var.
17507 (ps-printer-name-option): New const.
17508
17509 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17510
17511 * net/net-utils.el:
17512 (network-connection-host, network-connection-service): New variables
17513 (network-connection-mode): New mode, derived from comint-mode
17514 (network-connection-mode-setup): New function, saves host and
17515 service information in local variables.
17516
17517 * lisp/locate.el:
17518 (locate-word-at-point): Added this function
17519 (locate): Default to using locate-word-at-point as input
17520 Run dired-mode-hook
17521
17522 2000-03-29 Dave Love <fx@gnu.org>
17523
17524 * calendar/appt.el: Doc fixes.
17525 (appt-check): Convert min-to-app to a string before passing to
17526 appt-disp-window-function or concat.
17527 (appt-delete-window): Remove test for frame-root-window.
17528 (appt-select-lowest-window, appt-convert-time): Simplify.
17529
17530 * emacs-lisp/bytecomp.el: Doc fixes.
17531 (byte-compile-file-form-autoload):
17532 Update byte-compile-function-environment.
17533
17534 2000-03-29 Andreas Schwab <schwab@suse.de>
17535
17536 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17537
17538 * dired.el (dired-insert-directory): If dired-free-space-program
17539 failed just delete its output.
17540
17541 2000-03-29 Dave Love <fx@gnu.org>
17542
17543 * international/iso-cvt.el: Move provide to end. Doc fixes.
17544 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17545 (iso-iso2sgml, iso-sgml2iso): New functions.
17546 (iso-cvt-define-menu): Fix some entries and use backquote for
17547 clarity.
17548
17549 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17550
17551 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17552
17553 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17554 ISO-DATE. If non-nil, return date in ISO 8601 format.
17555
17556 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17557
17558 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17559 if it ever becomes used.
17560 (log-edit-mode-hook): Default to vc-log-mode-hook.
17561 (log-edit-mode): Fix the docstring.
17562
17563 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17564 the code.
17565
17566 2000-03-26 Dave Love <fx@gnu.org>
17567
17568 * net/browse-url.el (browse-url): Re-fix case of
17569 browse-url-browser-function being an alist.
17570 (browse-url): Add :link to defgroup.
17571
17572 * files.el: Doc fixes.
17573 (file-truename): Include `[' in wildcard characters.
17574 (automount-dir-prefix): Customize.
17575 (find-file-wildcards): Add :version.
17576 (find-file-noselect): Simplify a mapcar call.
17577
17578 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17579 compatible with inf-lisp version.
17580 (eval-defun-1): Fix custom-declare-variable case.
17581
17582 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17583
17584 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17585
17586 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17587
17588 * Makefile (COMPILE_FIRST): New macro.
17589 (compile-files): Compile files from COMPILE_FIRST first.
17590
17591 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17592
17593 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17594 matching open parenthesis in column 0 to defun-prompt-regexp
17595 only if open-paren-in-column-0-is-defun-start is set.
17596
17597 * sun-curs.el: Require CL at compile-time only.
17598
17599 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17600 instead of copy-list which is a function from CL.
17601 (msb--choose-menu, msb--mode-menu-cond)
17602 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17603 (msb--init-file-alist): Use mapcar instead of mapcan.
17604 (msb--aggregate-alist): Use mapcar instead of mapcan.
17605 Fix `(' in column 0 in doc string.
17606 (msb--add-separators): Use mapcar instead of mapcan.
17607
17608 * cus-dep.el: Require CL at compile-time only.
17609
17610 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17611
17612 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17613 (byte-compile-warnings): New warning `noruntime'.
17614 (byte-compile-constants, byte-compile-variables): Fix docstring.
17615 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17616 execute `eval-whenc-compile's body.
17617 (byte-compile-unresolved-functions): Fix docstring.
17618 (byte-compile-eval): New function.
17619 (byte-compile-callargs-warn): Check if the function will be available
17620 at runtime (via property `byte-compile-noruntime').
17621 (byte-compile-print-syms): New function.
17622 (byte-compile-warn-about-unresolved-functions): Also warn about
17623 `noruntime' functions (and use `byte-compile-print-syms').
17624 (byte-compile-file): Capitalize the message.
17625
17626 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17627
17628 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17629 (rmail-expunge): Ask for confirmation depending on the setting
17630 of rmail-confirm-expunge.
17631
17632 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17633
17634 * Makefile (bootstrap-clean): If $(emacs) exists, build
17635 loaddefs.el first. A loaddefs.el that's not up-to-date might
17636 cause a bootstrap failure because things don't autoload as expected.
17637
17638 2000-03-23 Dave Love <fx@gnu.org>
17639
17640 * net/browse-url.el: Restore previous use of
17641 browse-url-maybe-new-window.
17642
17643 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17644
17645 * ps-print.el: Skip banner page fix.
17646 (ps-print-version): New version number (5.1.2).
17647 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17648
17649 2000-03-23 Dave Pearson <davep@davep.org>
17650
17651 * net/quickurl.el Changed the type of parameter passed to the
17652 function defined by `quickurl-format-function'. Before only the
17653 text of the URL was passed. Now the whole URL structure is passed
17654 and the function is responsible for extracting the parts it requires.
17655 Changed the default of `quickurl-format-function' accordingly.
17656 (quickurl-insert): Changed the `funcall' of
17657 `quickurl-format-function' to match the above change.
17658 (quickurl-list-insert): Changed the `url' case so that it makes
17659 use of `quickurl-format-function', previous to this the format was
17660 hard wired.
17661
17662 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17663
17664 * startup.el: Change some spellings for the X Window System.
17665
17666 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17667
17668 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17669 Clean up the code and the regexp and make sure the cursor is
17670 temporarily moved to the suspicious line while querying the user.
17671
17672 2000-03-22 Jason Rumney <jasonr@gnu.org>
17673
17674 * w32-fns.el (w32-charset-info-alist): Initialize.
17675
17676 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17677
17678 * ps-print.el: N-up last page fix.
17679 (ps-print-version): New version number (5.1.1).
17680 (ps-end-file, ps-end-job, ps-generate): Code fix.
17681
17682 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17683
17684 * files.el (find-file-run-dired): Update docstring.
17685 (find-directory-functions): New hook.
17686 (find-file-noselect): Run find-directory-functions rather than
17687 calling dired directly.
17688
17689 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17690
17691 * pcvs.el: Add a minimal leading commentary.
17692 (cvs-make-cvs-buffer): Change the header part by removing the startup
17693 message and adding a `Module' entry. Also replace the FOOTER and
17694 HEADER special fileinfos with the new support in ewoc for updating
17695 its own footer and header.
17696 (cvs-update-header): Update to use the header/footer of the ewoc.
17697 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17698 (cvs-is-within-p): New function.
17699 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17700 to only examine some subset of the buffers.
17701
17702 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17703 `format' instead of our own ad-hoc functions.
17704 Remove HEADER and FOOTER cases, now handled in the EWOC.
17705 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17706
17707 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17708 output to avoid scaring the user.
17709 (cvs-parse-table): Catch message for non-up-to-date commits.
17710
17711 * pcvs-defs.el (cvs-startup-message): Remove.
17712 (cvs-global-menu): New autoloaded menu.
17713
17714 * pcvs-util.el (cvs-string-fill): Remove.
17715
17716 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17717 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17718 PP part of it and also make it work for footers and headers.
17719 (ewoc-create): Drop POS and BUFFER arguments.
17720 Use the DLL's dummy node to store the end-of-footer position.
17721 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17722 (ewoc-refresh): Remove unused `header' variable.
17723 (ewoc-(get|set)-hf): New functions.
17724
17725 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17726 log-view-*-(message|file) and use easy-mmode-define-navigation.
17727 (log-view-message-re): Match SCCS format as well.
17728 And match the revision line rather than the dashed separator line.
17729 (log-view-mode): Use the new define-derived-mode.
17730 (log-view-current-tag): Fill in with an actual implementation.
17731
17732 * cvs-status.el (cvs-status-(prev|next)): Rename from
17733 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17734 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17735 to let the output "breathe" a little more (more readable).
17736 (cvs-status-mode): Use the new define-derived-mode.
17737
17738 * smerge-mode.el (smerge-auto-leave): New function and variable.
17739 (smerge-basic-map): Rename from smerge-basic-keymap.
17740 Change the bindings for smerge-diff-*.
17741 (smerge-*-map): Use easy-mmode-defmap.
17742 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17743 (smerge-keep-*): Use smerge-auto-leave.
17744
17745 2000-03-21 Jason Rumney <jasonr@gnu.org>
17746
17747 * cus-edit.el (custom-button-face): Use 3D look for w32.
17748 (custom-button-pressed-face): Likewise.
17749
17750 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17751
17752 * progmodes/etags.el (tags-case-fold-search): New user-option.
17753 (tags-loop-eval): New function. Bind case-fold-search around eval
17754 depending on the value of tags-case-fold-search.
17755 (tags-loop-continue): Use tags-loop-eval.
17756 (find-tag-in-order): Bind case-fold-search depending on the value
17757 of tags-case-fold-search.
17758
17759 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17760
17761 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17762 (diff-end-of-hunk): Return the end position for use in
17763 `easy-mmode-define-navigation'.
17764 (diff-recenter): Remove.
17765 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17766 of `easy-mmode-define-navigation'.
17767 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17768 previous renaming) and fix to use new names.
17769 (diff-merge-strings): Use \n as separator: simpler, faster.
17770 (diff-mode): Use `define-derived-mode'.
17771
17772 * derived.el (define-derived-mode): Don't autoload anymore.
17773 Prefer the macro-only version provided by easy-mmode.el.
17774
17775 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17776 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17777 (easy-mmode-define-navigation): New macro.
17778
17779 * subr.el (combine-run-hooks): New function.
17780
17781 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17782
17783 * term/x-win.el: Fontsets related initialization is simplified.
17784
17785 * international/mule-diag.el (describe-font): Don't refer to
17786 global-fontset-alist, instead call font-list.
17787 (describe-fontset, list-fontsets, mule-diag): Likewise.
17788 (print-fontset): Adjusted for the change of fontset implementation.
17789
17790 * international/fontset.el (x-charset-registries): Variable removed,
17791 instead the corresponding data is stored in the default fontset.
17792 (register-alternate-fontnames): Function removed.
17793 (resolved-ascii-font): Variable removed.
17794 (x-compose-font-name): Ignore the second argument REDOCE.
17795 (x-complement-fontset-spec): Complement only an ASCII font and
17796 element for those charsets than can use that ASCII font.
17797 (generate-fontset-menu): Don't refer to global-fontset-alist,
17798 instead call fontset-list.
17799 (uninstantiated-fontset-alist): Variable removed.
17800 (x-style-funcs-alist): Likewise.
17801 (fontset-default-styles): Likewise.
17802 (x-modify-font-name): Function removed.
17803 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17804 (create-fontset-from-ascii-font): Docsting adjusted for the above
17805 change.
17806 (instantiate-fontset, resolve-fontset-name): Functions removed.
17807 (fontset-list): Now implemented by C code.
17808
17809 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17810 (describe-face): Include `font' attribute in the description.
17811
17812 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17813
17814 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17815
17816 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17817
17818 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17819 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17820 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17821
17822 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17823 about behavior of set-buffer-modified-p wrt redisplay.
17824
17825 2000-03-19 Richard M. Stallman <rms@gnu.org>
17826
17827 * view.el (view-mode-disable): Kill local binding of view-read-only.
17828
17829 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17830
17831 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17832 is a string, convert it to a syntax cell using string-to-syntax.
17833
17834 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17835 (string-to-syntax): New function.
17836
17837 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17838 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17839 try to use passive ftp mode.
17840
17841 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17842
17843 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17844
17845 * simple.el (append-to-buffer): Update point of windows after
17846 insertion.
17847
17848 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17849 forward then moving backward. Reindent.
17850
17851 * frame.el (other-frame): Call x-focus-frame only if
17852 focus-follows-mouse is off.
17853
17854 2000-03-17 Dave Love <fx@gnu.org>
17855
17856 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17857
17858 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17859
17860 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17861 regexp for labels cannot span several lines.
17862
17863 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17864 `(setq :<key> ':<key>)' to the macro expansion.
17865
17866 2000-03-16 Dave Love <fx@gnu.org>
17867
17868 * progmodes/f90.el (f90): Put custom group under `languages', not
17869 `fortran'.
17870 (f90-mode-hook): Customize.
17871 (f90-mode): Set add-log-current-defun-function.
17872 (f90-current-defun): New function.
17873
17874 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17875
17876 * cus-edit.el (custom-variable-tag-face): Handle case that
17877 default face's height is not a number.
17878 (custom-face-tag-face, custom-group-tag-face-1)
17879 (custom-group-tag-face): Ditto.
17880 (custom-group-tag-face-1): Add :group.
17881
17882 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17883
17884 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17885
17886 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17887 requiring easymenu.
17888
17889 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17890
17891 * ps-print.el: PostScript user-defined prologue, PostScript error
17892 handler, doc fix.
17893 (ps-print-version): New version number (5.1).
17894 (ps-user-defined-prologue, ps-error-handler-message)
17895 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17896 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17897 (ps-insert-string): New function.
17898
17899 2000-03-15 Kenichi Handa <handa@etl.go.jp>
17900
17901 * international/ccl.el (ccl-compile-expression): Don't generate
17902 invalid self-assignment code.
17903
17904 2000-03-14 Dave Love <fx@gnu.org>
17905
17906 * subr.el (replace-regexp-in-string): Renamed from
17907 replace-regexps-in-string. Doc fix.
17908
17909 2000-03-12 Dave Love <fx@gnu.org>
17910
17911 * cus-edit.el: Doc fixes.
17912 (customize-set-variable, customize-save-variable): Rename args for doc.
17913 (custom-variable-tag-face, custom-face-tag-face)
17914 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17915 style which user identify as hyperlink.
17916 (hook): Don't add undefined functions to the hook.
17917 (debug-ignored-errors): Transfer message from bindings.el.
17918
17919 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17920
17921 * recentf.el (recentf-keep-non-readable-files-p):
17922 Remove double/nested definition.
17923
17924 2000-03-12 Dave Love <fx@gnu.org>
17925
17926 * facemenu.el (facemenu-get-face): Use display-color-p.
17927 * enriched.el (enriched-decode-foreground): Likewise.
17928 (enriched-decode-background): Likewise.
17929 * isearch.el (isearch-highlight): Likewise.
17930 * info-look.el (info-lookup): Likewise.
17931 * simple.el (completion-setup-function): Likewise.
17932
17933 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17934 :options.
17935
17936 * bindings.el (mode-line-format): Fix line-number and
17937 column-number items. Add help-echo for the background.
17938 (mode-line-mule-info): Modify help-echo.
17939
17940 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17941
17942 * files.el (load-file): Allow completion to .elc.
17943
17944 * man.el: Doc fixes.
17945 (Man-init-defvars): Use display-color-p to set fontification.
17946
17947 * play/hanoi.el (hanoi-internal): Don't use oddp.
17948
17949 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17950
17951 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17952
17953 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17954
17955 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17956
17957 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17958 Fix comment.
17959
17960 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17961
17962 * font-lock.el (font-lock-keywords): Fix the doc now that
17963 regexp-opt-depth is unnecessary.
17964 (save-buffer-state): Set an edebug spec.
17965 (font-lock-fontify-anchored-keywords): Properly handle the case when
17966 the matcher goes past the limit.
17967
17968 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17969 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17970
17971 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17972 dll.el and cookie.el (from Elib) with heavy renaming and other
17973 massaging.
17974
17975 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17976 Autoload the functions used.
17977 (easy-mmode-define-syntax): Fix CL typo.
17978 (easy-mmode-define-derived-mode): Improve the docstring generation.
17979
17980 2000-03-10 Gerd Moellmann <gerd@gnu.org>
17981
17982 * textmodes/texinfo.el (texinfo-version): Variable and function
17983 removed.
17984
17985 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17986
17987 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17988 allow more flexibility.
17989 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17990 (easy-mmode-defmap, easy-mmode-defsyntax)
17991 (easy-mmode-define-derived-mode): New macros.
17992
17993 2000-03-09 Didier Verna <didier@xemacs.org>
17994
17995 * rect.el (replace-rectangle): New function.
17996
17997 2000-03-09 Dave Love <fx@gnu.org>
17998
17999 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18000 (fortran-comment-line-start-skip): Don't match cpp stuff.
18001 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18002 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18003 (fortran-mode): Don't set fortran-comment-line-start-skip,
18004 fortran-comment-line-start here. Set comment-start,
18005 add-log-current-defun.
18006 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18007 (fortran-current-defun): New function.
18008
18009 2000-03-09 Gerd Moellmann <gerd@gnu.org>
18010
18011 * emacs-lisp/re-builder.el: New file.
18012
18013 * mouse.el (mouse-drag-region): Don't run up-event handler
18014 if hscroll has changed.
18015
18016 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18017 builtin operators, use `font-lock-builtin-face' for Emacs and
18018 `font-lock-preprocessor-face' otherwise.
18019
18020 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18021 `(defun (setf foo)' differently.
18022
18023 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18024
18025 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18026 (regexp-opt): Update comment and adapt the code the new meaning of
18027 the `paren' argument of regex-opt-group for shy-groups.
18028 (regexp-opt-depth): Handle shy groups as well as backslashed
18029 backslashes.
18030 (regexp-opt-group): Turn the leading comment into a docstring.
18031 Allow `paren' to be a string (the string to use to open a group).
18032 Remove open-presuf and close-presuf. Instead of checking for `all
18033 one-char' and then later on check for `several one-char', handle
18034 both cases close together. Also apply a more generic algorithm
18035 for suffixes (the mirror image of the algorithm used for
18036 prefixes). Use shy-groups. Use nreverse rather than reverse.
18037 (regexp-opt-try-suffix): Removed.
18038
18039 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18040 from comint-mode-map, so we can just inherit from it. Also, move
18041 the initialization into the `defvar' since there's no docstring
18042 anyway and it's fairly short.
18043 (inferior-scheme-mode): Define it as derived-mode: the code is
18044 shorter and this way we inherit from comint-mode-map rather than
18045 copying it.
18046
18047 * subr.el (replace-regexps-in-string): Properly handle the case
18048 where we match an empty string.
18049
18050 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18051 when the command has a directory component (such as "./testml").
18052 Also fix a typo in the comment.
18053
18054 2000-03-08 Gerd Moellmann <gerd@gnu.org>
18055
18056 * Makefile (compile-files): Compile files one by one because
18057 that's the only way to ensure a clean compilation environment for
18058 each individual file.
18059
18060 * frame.el (other-frame): Call x-focus-frame.
18061
18062 2000-03-07 Dave Love <fx@gnu.org>
18063
18064 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18065 :require to defcustom.
18066
18067 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18068
18069 * files.el (auto-mode-alist): Add configure.in.
18070
18071 * progmodes/autoconf.el: New file.
18072
18073 2000-03-07 Gerd Moellmann <gerd@gnu.org>
18074
18075 * mail/mh-e.el: Change maintainer to `none'.
18076
18077 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18078 to remove-hook and add-hook.
18079
18080 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18081
18082 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18083 it as the default.
18084 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18085 (sendmail-send-it): Conditionally add MIME headers specifying the
18086 used character set.
18087
18088 2000-03-07 Dave Love <fx@gnu.org>
18089
18090 * winner.el: Fix keywords, autoload cookies.
18091 Split eval-when-compile form to avoid compilation failure.
18092
18093 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18094
18095 * international/mule.el: Modify comment about coding system
18096 property `coding-category'.
18097 (make-coding-system): New argument EOL-TYPE. Pay attention to
18098 coding-category property of PROPERTIES.
18099
18100 * international/mule-conf.el (coding-category-utf-8)
18101 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18102 categories. Include them in the argument for set-coding-priority.
18103
18104 * international/mule-cmds.el (reset-language-environment):
18105 Include coding-category-utf-8, coding-category-utf-16-be, and
18106 coding-category-utf-16-le in the argument for set-coding-priority.
18107 (reset-language-environment): Initialize coding-category-utf-8,
18108 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18109
18110 2000-03-06 Karl Fogel <kfogel@red-bean.com>
18111
18112 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18113 code abstracted out of `bookmark-jump-noselect'. Now tries info
18114 extensions as well as compression extensions.
18115 (bookmark-jump-noselect): Use above new func.
18116
18117 2000-03-03 Gerd Moellmann <gerd@gnu.org>
18118
18119 * strokes.el: Change maintainer's mail address.
18120
18121 2000-03-03 Kenichi Handa <handa@etl.go.jp>
18122
18123 * international/mule-diag.el (list-character-sets): Make help-echo
18124 string by substitute-command-keys.
18125 (list-character-sets): Likewise.
18126 (sort-listed-character-sets): Call help-setup-xref.
18127
18128 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18129
18130 * time.el (display-time-mail-file): Add `none' to the list of choices.
18131
18132 2000-03-01 Dave Love <fx@gnu.org>
18133
18134 * help.el (help-xref-go-back): Don't try to set position.
18135
18136 * international/mule-diag.el (list-character-sets):
18137 Call help-setup-xref. Add help-echo to xrefs.
18138 (list-character-sets-1): Add help-echo to xrefs.
18139
18140 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18141
18142 * frame.el (blink-cursor-mode): Switch cursor on when turning
18143 the mode off.
18144
18145 * add-log.el (add-log-current-defun): Add support for
18146 Autoconf mode.
18147
18148 * mail/rmail.el (rmail-quit-hook): New variable.
18149
18150 2000-03-01 Dave Love <fx@gnu.org>
18151
18152 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18153
18154 * help.el (help-xref-button): Add help-echo arg.
18155 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18156
18157 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18158
18159 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18160
18161 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18162
18163 * image.el (defimage): Look for image files in load-path.
18164
18165 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18166
18167 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18168
18169 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18170
18171 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18172
18173 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18174 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18175 action to select/unselect a file.
18176 (recentf-edit-list): Code cleanup and improvement.
18177 (recentf-open-more-files-action): `recentf-open-more-files' button
18178 widget action to open a file.
18179 (recentf-open-more-files): No more use standard completion but widgets.
18180 (recentf-more-collection): Deleted.
18181 (recentf-more-history): Deleted.
18182 (recentf-setup-more-completion): Deleted.
18183
18184 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18185
18186 * recentf.el (recentf-mode): No more needs that Emacs is running
18187 under a window-system.
18188
18189 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18190
18191 * recentf.el (recentf-edit-list): New command to edit the recent
18192 list which allow the user to remove files.
18193 (recentf-edit-selected-items): New global variable, used by
18194 `recentf-edit-list' to hold the list of files to be removed from
18195 the recent list.
18196 (recentf-make-menu-items): Updated to display a "Edit list..."
18197 menu item. Minor code cleanup.
18198
18199 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18200
18201 * recentf.el (recentf-open-more-files): New command to open files
18202 that are not displayed in the menu.
18203 (recentf-more-collection): New global variable holding the set of
18204 permissible completions used by `recentf-open-more-files'.
18205 (recentf-more-history): New global variable holding the history list
18206 used by `recentf-open-more-files' completion.
18207 (recentf-setup-more-completion): New function to setup completion for
18208 `recentf-open-more-files'.
18209 (recentf-make-menu-items): Updated to display a "More..." menu item.
18210
18211 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18212
18213 * recentf.el (recentf-menu-action): Doc fixed.
18214
18215 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18216
18217 * recentf.el (recentf-menu-filter): Doc updated.
18218 (recentf-update-menu-hook): Allow menu filters to force menu update.
18219 (recentf-make-menu-items): New menu filter handling.
18220 (recentf-make-menu-item): New helper function.
18221 (recentf-menu-elements): New menu handling function.
18222 (recentf-sort-ascending): Updated to new menu filter handling.
18223 (recentf-sort-descending): Updated to new menu filter handling.
18224 (recentf-sort-basenames-ascending): New menu filter function.
18225 (recentf-sort-basenames-descending): New menu filter function.
18226 (recentf-show-basenames): New menu filter function.
18227 (recentf-show-basenames-ascending): New menu filter function.
18228 (recentf-show-basenames-descending): New menu filter function.
18229
18230 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18231
18232 * diary-lib.el (list-diary-entries): Don't try to go forward at
18233 the end of the buffer.
18234
18235 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18236
18237 * international/mule-diag.el (list-character-sets):
18238 Completely rewritten.
18239 (sort-listed-character-sets): New function.
18240 (list-character-sets-1): Completely rewritten.
18241 (list-character-sets-2): New function.
18242 (non-iso-charset-alist): New variable.
18243 (decode-codepage-char): New function.
18244 (charset-history): New variable.
18245 (read-charset) (list-block-of-chars)
18246 (list-iso-charset-chars)
18247 (list-non-iso-charset-chars)
18248 (list-charset-chars): New functions.
18249 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18250 (dump-charsets): Likewise.
18251
18252 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18253
18254 * dired-x.el (dired-filename-at-point): Add `@' to valid
18255 file name characters.
18256 (dired-filename-at-point): Handle ange-ftp file names.
18257
18258 * frame.el (frame-notice-user-settings): Use assq-delete-all
18259 instead of assoc-delete-all.
18260 (frame-notice-user-settings): Ditto.
18261
18262 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18263 Don't copy alist.
18264
18265 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18266
18267 * calculator.el (calculator-use-menu): New option.
18268 (calculator-initial-bindings): Changed some bindings to work as macros.
18269 (calculator-forced-input): Removed.
18270 (calculator-restart-other-mode): New variable.
18271 (calculator-mode-map): Set up menu.
18272
18273 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18274
18275 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18276
18277 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18278
18279 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18280 translate all ESC key sequences.
18281 (viper-goto-mark-subr): Restore markers for files for which
18282 they were saved.
18283 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18284 * viper-util.el (viper-set-replace-overlay-glyphs)
18285 (viper-set-replace-overlay): Always check if the replacement
18286 overlay is live.
18287 * viper.el (viper-vi-state-mode-list): Add major modes.
18288 * ediff-wind.el: Minor comment changes.
18289 * ediff.el: Copyright notice date fix.
18290
18291 2000-02-27 Jason Rumney <jasonr@gnu.org>
18292
18293 * faces.el (face-font-family-alternatives): Add arial to helv.
18294 (mode-line, header-line, tool-bar): Same default as x for w32.
18295 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18296 face-font-family-alternatives from working.
18297 * term/w32-win.el (mouse-set-font): Do not build fontset from
18298 chosen font.
18299
18300 2000-02-25 Sam Steingold <sds@goems.com>
18301
18302 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18303 properly.
18304
18305 2000-02-25 Richard M. Stallman <rms@gnu.org>
18306
18307 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18308
18309 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18310
18311 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18312
18313 * frame.el (busy-cursor-delay-seconds): New option.
18314
18315 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18316
18317 * frame.el (show-cursor-in-non-selected-windows): New option.
18318
18319 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18320
18321 * diary-lib.el (include-other-diary-files): Undo the selective
18322 display in any included file and don't kill it.
18323
18324 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18325
18326 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18327 Menu items converted to (menu-item format, help strings added.
18328 [downcase, upcase]: Don't enable on MS-DOS.
18329 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18330 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18331
18332 2000-02-23 Dave Love <fx@gnu.org>
18333
18334 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18335 (backward-kill-word): Revert addition of * to interactive spec --
18336 it's a feature.
18337
18338 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18339 (backward-kill-sentence, kill-sentence): Likewise.
18340
18341 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18342 scratch buffer name.
18343 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18344
18345 * term/w32-win.el (internal-face-interactive): Update prompt for
18346 new read-face-name.
18347
18348 * mail/footnote.el (footnote): Add :version to defgroup.
18349 (footnote-section-tag-regexp): Customize.
18350 (footnote-start-tag, footnote-end-tag): New option.
18351 (footnote-latin-regexp): New variable.
18352 (Footnote-latin): New function.
18353 (footnote-style-alist): Add element for latin style.
18354 (footnote-style): Moved.
18355 (Footnote-goto-footnote): Use eq to test arg.
18356
18357 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18358
18359 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18360 (byte-compile-trueconstp): Include keywords.
18361 (byte-optimize-quote, byte-optimize-lapcode):
18362 Use byte-compile-const-symbol-p.
18363 (byte-optimize-char-before): New optimization.
18364
18365 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18366 (byte-compile-const-symbol-p): New function.
18367 (byte-compile-constp, byte-compile-out-toplevel)
18368 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18369 Use it.
18370
18371 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18372
18373 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18374
18375 * international/encoded-kb.el: Be sure to update minor-mode-alist
18376 and minor-mode-map-alist.
18377 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18378 codes SS2 and SS3 correctly.
18379 (encoded-kbd-self-insert-ccl): New function.
18380 (encoded-kbd-setup-keymap): New function.
18381 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18382 by calling encoded-kbd-setup-keymap.
18383
18384 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18385 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18386
18387 2000-02-22 Dave Love <fx@gnu.org>
18388
18389 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18390 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18391 (lisp-mode-syntax-table): Set up for #|...|# comments.
18392 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18393 classes. Match `defface'.
18394 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18395 (eval-defun-1): Fix for defcustom.
18396 (lisp-indent-region): Doc fix.
18397
18398 * subr.el (when, unless, split-string): Doc fix.
18399 (read-passwd): Move call of clear-this-command-keys to the right place.
18400 (replace-regexps-in-string): New function.
18401
18402 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18403
18404 * help.el (describe-variable): Set syntax table to
18405 emacs-lisp-mode-syntax-table when moving forward over the
18406 symbol's name.
18407
18408 2000-02-22 Dave Love <fx@gnu.org>
18409
18410 * xt-mouse.el: Doc fixes.
18411 (xterm-mouse-position-function): New function, replacing advice of
18412 mouse-position.
18413 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18414
18415 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18416
18417 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18418
18419 * format.el (format-annotate-single-property-change):
18420 Handle properties.with dotted-list values.
18421 (format-proper-list-p): New function.
18422
18423 * enriched.el (enriched-face-ans): Handle '(foreground-color
18424 . COLOR) and (background-color . COLOR).
18425
18426 2000-02-20 Dave Love <fx@gnu.org>
18427
18428 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18429 and assignments to it.
18430 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18431 current local map.
18432 (make-flyspell-overlay): Use it.
18433 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18434
18435 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18436 (lm-get-header-re): Defun, not defsubst.
18437 (lm-get-package-name): Defun, not defsubst. Simplify.
18438 (lm-version): Doc fix. Simplify.
18439 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18440 (lm-crack-address, lm-last-modified-date, lm-commentary)
18441 (lm-verify, lm-synopsis): Simplify.
18442 (lm-report-bug): Require emacsbug. Use compose-mail.
18443
18444 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18445
18446 * dired.el (dired-mode): Call propertized-buffer-identification
18447 to set mode-line-buffer-identification to something having
18448 the right text properties.
18449
18450 * bindings.el (propertized-buffer-identification): New function.
18451
18452 2000-02-20 Dave Love <fx@gnu.org>
18453
18454 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18455 check for t-mouse too.
18456
18457 * cus-start.el: Make echo-keystrokes `number'.
18458
18459 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18460
18461 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18462 Don't call ring-empty-p unless tags-location-ring is bound.
18463 From Noah Friedman <friedman@splode.com>.
18464
18465 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18466
18467 * progmodes/hideshow.el (hs-flag-region): No longer use
18468 `intangible' overlay property.
18469
18470 (hs-toggle-hiding): New command.
18471 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18472
18473 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18474 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18475 and deactivation.
18476
18477 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18478
18479 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18480
18481 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18482
18483 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18484
18485 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18486 of `*' to handle `(* ... *)' comments.
18487
18488 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18489
18490 * faces.el (list-faces-display): Use display-mouse-p instead of
18491 window-system.
18492
18493 * menu-bar.el (global-map): Menu-bar items converted to the new
18494 format (menu-item..., rearranged for better CUA compliance, and
18495 their names changed for better clarity. Help strings added.
18496
18497 * international/mule-cmds.el (mule-menu-keymap)
18498 (describe-language-environment-map, set-coding-system-map)
18499 (setup-language-environment-map): Convert to new (menu-item...
18500 form, add help strings. Change names of menu items for better clarity.
18501 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18502
18503 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18504
18505 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18506 within the code.
18507
18508 2000-02-16 Dave Love <fx@gnu.org>
18509
18510 * faces.el: Don't require custom. Add more specific :groups to
18511 various deffaces.
18512 (set-face-attribute): Purecopy args.
18513 (read-face-name): Default to name at point and use it in prompt.
18514 Remove colon from arg in all callers.
18515 (list-faces-display): Hyperlink to face descriptions and customize
18516 buffers.
18517
18518 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18519
18520 * wid-edit.el (widget-match-inline): An atom never matches a list.
18521
18522 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18523
18524 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18525 at ':' characters by call to split-string.
18526
18527 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18528
18529 * textmodes/bibtex.el: Added RCS version identification.
18530
18531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18532
18533 * textmodes/bibtex.el: Some temporary comments removed.
18534 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18535 (bibtex-field-const): Allow capital letters.
18536 (bibtex-start-of-string): Deleted because unused.
18537
18538 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18539 use the term 'reference' to describe a bibtex entry as a whole.
18540 Further, reference keys are no longer called 'labels'.
18541 (bibtex-keys): Renamed to bibtex-reference-keys.
18542 (bibtex-reformat-previous-labels): Renamed to
18543 bibtex-reformat-previous-reference-keys.
18544 (bibtex-reference-type): Renamed to bibtex-entry-type.
18545 (bibtex-reference-head): Renamed to bibtex-entry-head.
18546 (bibtex-reference-maybe-empty-head): Renamed to
18547 bibtex-entry-maybe-empty-head.
18548 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18549 (bibtex-search-reference): Renamed to bibtex-search-entry.
18550 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18551 bibtex-enclosing-entry-maybe-empty-head.
18552 (bibtex-entry-field-alist, bibtex-entry-head)
18553 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18554 (bibtex-map-entries, bibtex-search-entry)
18555 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18556 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18557 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18558 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18559 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18560 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18561 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18562
18563 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18564
18565 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18566 comment.
18567 (bibtex-format-field-delimiters): New function, functionality
18568 extracted from bibtex-format-entry.
18569 (bibtex-autokey-get-yearfield-digits): New function, functionality
18570 extracted from bibtex-autokey-get-yearfield.
18571
18572 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18573 entries in order to avoid stack overflow in the regexp matcher if
18574 field contents become large.
18575 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18576 (bibtex-field-string-part-not-braced)
18577 (bibtex-field-string-part-no-inner-braces)
18578 (bibtex-field-string-part-1-inner-brace)
18579 (bibtex-field-string-part-2-inner-braces)
18580 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18581 (bibtex-field-string-quoted, bibtex-field-string)
18582 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18583 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18584 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18585 Deleted as parsing is now performed by the following functions.
18586 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18587 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18588 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18589 (bibtex-parse-association, bibtex-field-name-for-parsing)
18590 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18591 (bibtex-search-forward-field, bibtex-search-backward-field)
18592 (bibtex-start-of-field, bibtex-end-of-field)
18593 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18594 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18595 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18596 (bibtex-parse-string, bibtex-search-forward-string)
18597 (bibtex-search-backward-string, bibtex-start-of-string)
18598 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18599 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18600 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18601 entries. Instead of reporting the results of the parsing by
18602 match-beginning or match-end, these functions return data structures
18603 that hold the corresponding positions.
18604 (bibtex-enclosing-field): Changed to also report field boundaries by
18605 return values rather than by match-beginning or match-end.
18606 The following functions have been adapted to use the new
18607 parsing functions.
18608 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18609 (bibtex-enclosing-field, bibtex-format-entry)
18610 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18611 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18612 (bibtex-print-help-message, bibtex-end-of-entry)
18613 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18614 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18615 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18616 Use the new method for parsing.
18617 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18618 (bibtex-map-entries, bibtex-flash-head)
18619 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18620 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18621 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18622 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18623 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18624 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18625 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18626 order to make the new binding of case-fold-search immediately visible.
18627
18628 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18629
18630 * textmodes/bibtex.el: Copyright notice is up to date.
18631 Added constant 'bibtex-maintainer-salutation.
18632
18633 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18634 than make-temp-name, use match-string-no-properties and eliminate
18635 a quadratic behavior when building bibtex-strings.
18636
18637 * bibtex.el (bibtex-reference-key): Accept string entries whose
18638 reference key contains upper case letters.
18639
18640 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18641
18642 * bibtex.el (bibtex-reference-head): Allow entries to start with
18643 a new line.
18644
18645 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18646
18647 * bibtex.el: Hiding of entry bodies is not longer provided by
18648 bibtex.el directly. Instead the hideshow package can be used.
18649 Added a special bibtex entry to hs-special-modes-alist.
18650 (bibtex-hs-forward-sexp): Added for hideshow.el.
18651
18652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18653
18654 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18655 proceedings entry type (for cross referencing). Thanks to Wagner
18656 Toledo Correa for the suggestion.
18657
18658 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18659
18660 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18661
18662 * international/characters.el: Setup case table for Vietnamese.
18663
18664 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18665
18666 * uniquify.el (toplevel): Require CL at compile time.
18667 (uniquify-push): Removed.
18668
18669 * shadowfile.el (shadow-when): Removed.
18670
18671 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18672 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18673
18674 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18675 regexp for paragraph-start.
18676
18677 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18678 commas as well.
18679
18680 2000-02-10 Dave Love <fx@gnu.org>
18681
18682 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18683 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18684 Deleted.
18685 (widget-specify-field, widget-specify-button): Don't use
18686 widget-mouse-help as help-echo property.
18687 (default): Use #'ignore for :validate and :mouse-down-action.
18688 (checkbox): Add help-echo.
18689 (widget-sexp-validate): Rewritten to clarify error messages.
18690 (character): Use char-valid-p in :match function.
18691 (widget-color-complete): Use facemenu-color-alist.
18692 (widget-color-action): Use facemenu-read-color.
18693
18694 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18695 set up `caar' &c that we now have.
18696
18697 2000-02-09 Ray Blaak <blaak@gnu.org>
18698
18699 * delphi.el: Make resourcestring a declaration region, like const
18700 and var.
18701
18702 2000-02-09 Dave Love <fx@gnu.org>
18703
18704 * bindings.el (mode-line-input-method-map): New variable.
18705 (mode-line-mule-info): Use it; fix last change.
18706 (mode-line-mode-menu): Move definition.
18707 (mode-line-mouse-sensitive-p): Deleted.
18708 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18709 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18710
18711 * startup.el (command-line-1): Don't call
18712 make-mode-line-mouse-sensitive.
18713
18714 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18715
18716 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18717 before rmail-toggle-header, because the former toggles headers.
18718
18719 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18720
18721 * diff-mode.el (diff-kill-junk): New interactive function.
18722 (diff-reverse-direction): Use delete-and-extract-region.
18723 (diff-post-command-hook): Restrict the area so that the hook also works
18724 outside of any diff hunk. This is necessary for the minor-mode.
18725 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18726 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18727
18728 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18729 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18730 so that it can be used more easily in <foo>-mode-hook. Also make sure
18731 to avoid duplicate entries.
18732 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18733 (font-lock-remove-keywords): Just as was done for `add', allow it to
18734 work even if font-lock-mode is nil. Also make sure we don't modify
18735 any pre-existing list by forcing a copy-sequence. Finally rename
18736 `major-mode' to `mode'.
18737 (font-lock-fontify-syntactic-anchored-keywords)
18738 (font-lock-fontify-anchored-keywords)
18739 (font-lock-fontify-keywords-region): Use line-end-position.
18740 Don't make `font-lock-multiline' local (it's now done in
18741 font-lock-set-defaults).
18742 (font-lock-set-defaults): Make `font-lock-multiline' local.
18743 Move the `font-lock-fontified' creation to inside the `unless'.
18744
18745 2000-02-06 Andrew Innes <andrewi@gnu.org>
18746
18747 * term/w32-win.el (x-handle-args): Comment out call to message,
18748 which occurs before window system is initialized.
18749
18750 * makefile.nt: Add support for recompiling lisp code.
18751
18752 2000-02-04 Dave Love <fx@gnu.org>
18753
18754 * bindings.el (mode-line-mule-info): Fix/extend last change.
18755
18756 * completion.el: Replace completion-dolist with dolist.
18757
18758 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18759
18760 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18761
18762 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18763 environment names before they go into the section regexp.
18764
18765 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18766 char class in regexp.
18767
18768 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18769 Bind `case-fold-search' to nil.
18770
18771 * progmodes/idlwave.el (idlwave-template):
18772 Respect `idlwave-abbrev-change-case'.
18773 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18774 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18775 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18776 (idlwave-rw-case): New function.
18777 (idlwave-statement-match): Fixed problem with assignment regexp.
18778 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18779 (idlwave-surround): New argument LENGTH to support padding of
18780 operators longer than 1 char.
18781
18782 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18783 idlwave-shell-expression-overlay. Implemented printing of
18784 expressions on higher levels of the calling stack.
18785 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18786 (idlwave-retrieve-expression-from-level): New function.
18787 (idlwave-shell-last-calling-stack): Variable removed.
18788 (idlwave-shell-reset): Argument action reversed (`visible' to
18789 `hidden'). Also remove stop-line overlay.
18790 (idlwave-shell-calling-stack-routine): New variable.
18791 (idlwave-shell-parse-stack-and-display): Messages now display
18792 negative level numbers.
18793 (idlwave-shell-mode): Set `modeline-format'.
18794 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18795 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18796 (idlwave-shell-print-expression-function): New option.
18797
18798 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18799 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18800 `tool-bar' instead of `toolbar'.
18801
18802 2000-02-02 Dave Love <fx@gnu.org>
18803
18804 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18805 emacs-lisp-mode-hook. Don't check for defalias being defined.
18806
18807 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18808 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18809 Use the new builtins directly.
18810
18811 * whitespace.el (whitespace): Add :version to defgroup.
18812
18813 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18814 Doc fix.
18815
18816 * thingatpt.el (sexp-at-point, symbol-at-point)
18817 (number-at-point, list-at-point): Add autoload cookie.
18818
18819 * recentf.el (recentf): Add :version to defgroup.
18820
18821 * quickurl.el (quickurl): Add :version to defgroup.
18822
18823 * elide-head.el (elide-head): Use point-marker more.
18824
18825 * bs.el (bs): Add :version to defgroup.
18826
18827 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18828
18829 * progmodes/delphi.el (delphi): Add :version to defgroup.
18830
18831 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18832
18833 * ange-ftp.el (ange-ftp-write-region): Handle case that
18834 succeeding process operation sets a different coding system.
18835
18836 * calculator.el: New file.
18837
18838 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18839
18840 * frame.el (frames-on-display-list, framep-on-display): New functions.
18841 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18842 (display-selections-p, display-screens, display-pixel-width)
18843 (display-pixel-height, display-mm-width, display-mm-height)
18844 (display-backing-store, display-save-under, display-planes)
18845 (display-color-cells, display-visual-class): New functions.
18846
18847 * term/tty-colors.el (tty-color-gray-shades): New function.
18848
18849 * faces.el (display-color-p): Use framep-on-display.
18850 (display-grayscale-p): New function.
18851
18852 2000-01-31 Dave Love <fx@gnu.org>
18853
18854 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18855 (create-fontset-from-x-resource): Don't concat integers.
18856
18857 2000-01-31 Inge Frick <inge@nada.kth.se>
18858
18859 * view.el: Some changes in documentation. Removed some trailing
18860 whitespace. Changed some parameter names to agree with documentation.
18861 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18862 window is not deleted. Modifies change 1998-04-26.
18863
18864 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18865
18866 * windmove.el: New file.
18867
18868 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18869 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18870 progmodes/ebnf-yac.el: Update copyright and license info.
18871
18872 * jit-lock.el (jit-lock-function): Widen before calculating
18873 end position.
18874 (jit-lock-stealth-chunk-start): Rewritten.
18875
18876 * info.el (Info-title-face-alist): Removed.
18877 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18878 (Info-fontify-node): Use these faces.
18879
18880 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18881
18882 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18883 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18884 `&allow-other-keywords'.
18885
18886 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18887 the list of directories scanned heuristically.
18888
18889 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18890
18891 2000-01-30 Jason Rumney <jasonr@gnu.org>
18892
18893 * w32-fns.el: Define w32-tty-standard-colors.
18894
18895 * startup.el (command-line): Use w32-tty-standard-colors when in
18896 w32 console mode.
18897
18898 2000-01-30 Dave Love <fx@gnu.org>
18899
18900 * jka-compr.el (jka-compr-load): Fix up load-history.
18901
18902 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18903
18904 * emacs-lisp/cl-macs.el: Revert previous change.
18905
18906 2000-01-29 Dave Love <fx@gnu.org>
18907
18908 * facemenu.el: Purecopy various strings.
18909
18910 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18911 years. Deal with three-digit years.
18912
18913 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18914 Use defconst, purecopy.
18915 (help-back-label): Purecopy it.
18916
18917 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18918
18919 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18920 variable. If non-nil, order the buffer list according to the
18921 currently selected frame.
18922 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18923 non-nil, pass the selected frame to function buffer-list.
18924
18925 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18926
18927 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18928
18929 2000-01-28 Dave Love <fx@gnu.org>
18930
18931 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18932
18933 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18934 Don't use lisp-indent-hook property.
18935 (cl-abs): Remove.
18936
18937 * subr.el: Move out indent and edebug specs for when and unless.
18938
18939 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18940 when, unless.
18941
18942 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18943 unless, when.
18944
18945 2000-01-28 Gerd Moellmann <gerd@gnu.org>
18946
18947 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18948 `collecting' as synonym for `collect'.
18949
18950 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18951 for the case it contains spaces.
18952
18953 * simple.el (what-cursor-position): Change formatting of messages.
18954
18955 * frame.el (delete-other-frames): New function.
18956 (toplevel): Bind it to C-x 5 1.
18957
18958 * sort.el (sort-numeric-base): New option.
18959 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18960 interpret it as octal or hexadecimal. Use sort-numeric-base
18961 as default base.
18962
18963 * progmodes/glasses.el: New file.
18964
18965 2000-01-27 Gerd Moellmann <gerd@gnu.org>
18966
18967 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18968 userids differently.
18969
18970 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18971 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18972 progmodes/ebnf-yac.el: New files.
18973
18974 2000-01-26 Dave Love <fx@gnu.org>
18975
18976 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18977 on a function with an empty body. [From Eric Ludlam.]
18978
18979 2000-01-25 Andre Spiegel <spiegel@gnu.org>
18980
18981 * vc.el (vc-version-diff): Make sure file name is expanded.
18982
18983 2000-01-25 Gerd Moellmann <gerd@gnu.org>
18984
18985 * scroll-bar.el (scroll-bar-timer): Variable removed.
18986 (scroll-bar-toolkit-scroll): Don't use a timer.
18987
18988 2000-01-25 Kenichi Handa <handa@etl.go.jp>
18989
18990 * language/thai-util.el (thai-composition-function):
18991 Delete superfluous `a'.
18992
18993 2000-01-24 Dave Love <fx@gnu.org>
18994
18995 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18996 end-of-defun-function.
18997
18998 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18999
19000 2000-01-22 Jason Rumney <jasonr@gnu.org>
19001
19002 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19003 conflicts with new face support.
19004
19005 2000-01-22 Richard M. Stallman <rms@gnu.org>
19006
19007 * replace.el (query-replace): Rename last arg to DELIMITED.
19008 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19009 (query-replace-regexp): Likewise.
19010
19011 2000-01-20 Richard M. Stallman <rms@gnu.org>
19012
19013 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19014
19015 * emacs-lisp/lisp.el (beginning-of-defun-function):
19016 Variable renamed from beginning-of-defun.
19017 Do not call make-variable-buffer-local.
19018 (beginning-of-defun-raw): Use new variable name; doc fix.
19019 (beginning-of-defun): Doc fix.
19020 (end-of-defun-function): Variable renamed from end-of-defun.
19021 Do not call make-variable-buffer-local.
19022 (end-of-defun): Use new variable name; doc fix.
19023
19024 * subr.el (dolist, dotimes): Copied from cl-macs.el
19025 and made to work.
19026
19027 * mail/undigest.el (rmail-digest-end-regexps):
19028 Variable replaces rmail-digest-end-regexp.
19029 Allows multiple regexps for detecting the end line.
19030 (undigestify-rmail-message): Corresponding changes.
19031
19032 2000-01-19 Dave Love <fx@gnu.org>
19033
19034 * files.el (user-init-file): Don't declare here -- is primitive.
19035
19036 * startup.el (command-line): Check for compiled user-init-file and
19037 set to uncompiled version if necessary.
19038
19039 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19040
19041 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19042 (undigestify-rmail-message): Use it.
19043
19044 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19045
19046 2000-01-17 Gerd Moellmann <gerd@gnu.org>
19047
19048 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19049 of mini-buffer.
19050
19051 2000-01-14 Gerd Moellmann <gerd@gnu.org>
19052
19053 * emacs-lisp/copyright.el (copyright-update): Removed the
19054 requirement for a trailing space from `copyright-regexp', to
19055 support copyrights with owner specified on a separate line..
19056
19057 * align.el: New file.
19058
19059 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19060
19061 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19062
19063 2000-01-13 Dave Love <fx@gnu.org>
19064
19065 * ph.el: Removed. (Obsoleted by EUDC.)
19066
19067 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19068
19069 * net/eudc.el (toplevel): Remove autoloaded code installing
19070 menu with easymenu, because that causes build problems.
19071
19072 * frame.el (frame-notice-user-settings): New variable.
19073 (frame-notice-user-settings): Don't modify frame parameters
19074 if called a second time.
19075
19076 2000-01-13 Richard M. Stallman <rms@gnu.org>
19077
19078 * frame.el (frame-notice-user-settings):
19079 Notice default-frame-parameters even for non-window frames.
19080
19081 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19082
19083 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19084 for Emacs.
19085 (eudc-bob-can-display-inline-images): Extend for Emacs.
19086 (eudc-bob-toggle-inline-display): Ditto.
19087 (eudc-bob-display-jpeg): Ditto.
19088
19089 2000-01-12 Gerd Moellmann <gerd@gnu.org>
19090
19091 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19092 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19093 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19094
19095 * add-log.el (add-change-log-entry): Fix error trying an
19096 `(insert nil)'.
19097
19098 * subdirs.el: Add `net' directory.
19099
19100 * net: New directory.
19101
19102 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19103 eval-last-sexp. Don't bind debug-on-error here.
19104 (eval-last-sexp): New function. Bind debug-on-error if
19105 eval-expression-debug-on-error is non-nil.
19106 (eval-defun-2, eval-defun): Likewise.
19107
19108 * simple.el (eval-expression): Don't bind debug-on-error if
19109 eval-expression-debug-on-error is nil. Detect changed
19110 debug-on-error, and propagate new value to global binding, if
19111 eval-expression-debug-on-error is non-nil,
19112 (eval-expression-debug-on-error): Change doc string.
19113
19114 2000-01-11 Richard M. Stallman <rms@gnu.org>
19115
19116 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19117
19118 * emacs-lisp/lisp-mode.el (with-syntax-table):
19119 Set up lisp-indent-function property.
19120
19121 * subr.el (with-syntax-table): Moved from simple.el.
19122
19123 * simple.el (with-syntax-table): Moved to subr.el.
19124
19125 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19126
19127 * tmm.el (tmm-shortcut): Delete region after prompt instead
19128 of erasing buffer.
19129
19130 * textmodes/fill.el (fill-common-string-prefix): New function.
19131 (fill-context-prefix): Use the longest common prefix of first
19132 and second line fill prefix, if there is one.
19133
19134 2000-01-11 Richard M. Stallman <rms@gnu.org>
19135
19136 * array.el (array-mode): Don't use make-variable-buffer-local.
19137 Use make-local-variable for `truncate-lines'.
19138
19139 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19140
19141 * add-log.el (add-log-current-defun): Handle user-defined
19142 add-log-current-function returning nil,
19143
19144 * add-log.el (add-change-log-entry): Insert version number
19145 if having found a current function
19146
19147 * add-log.el (add-log-current-defun):
19148 Call `add-log-current-defun-function'. Try matches at level 0 and
19149 level 1. Strip whitespace from defun found.
19150
19151 2000-01-10 John Wiegley <johnw@gnu.org>
19152
19153 * allout.el (isearch-done/outline-provisions): Added `edit'
19154 argument to correspond with the current definition of `isearch-done'.
19155
19156 2000-01-10 Dave Love <fx@gnu.org>
19157
19158 * elide-head.el (elide-head): Use point-marker, not point.
19159
19160 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19161
19162 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19163 before and after the year 2000.
19164
19165 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19166 Add ispell- prefix.
19167
19168 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19169
19170 * ispell.el: Only define dictionaries in menus when they exist.
19171 (version18p): New variable.
19172 (version20p): New variable.
19173 (xemacsp): New variable.
19174 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19175 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19176 (ispell-dictionary-alist6): Russian command lines no longer accept
19177 run-together words.
19178 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19179 (ispell-dictionary-alist): Add koi8-r to customize definition.
19180 (check-ispell-version): Added documentation string. Return library
19181 path when called non-interactively.
19182 (ispell-menu-map-needed): Uses new variables.
19183 (ispell-library-path): New variable.
19184 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19185 (ispell-word): Improved documentation string. Test for valid
19186 character mappings. Correctly check typed in word changes that can
19187 result in single words split into multiple words.
19188 Return replacement word.
19189 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19190 replace in recursive query replace mode. Help message for
19191 recursive edit mode.
19192 (ispell-show-choices): Protect against bad framepop bindings.
19193 (ispell-help): Fix to work with XEmacs.
19194 (ispell-highlight-spelling-error): Use new variables.
19195 (ispell-overlay-window): Fix to work with XEmacs.
19196 (ispell-parse-output): Passed and returns location information
19197 tracking spelling corrections. Doesn't recheck same word on
19198 current line.
19199 (ispell-init-process): Protect against bogus XEmacs variable binding.
19200 Fix call to single argument in sleep-for. Use new variables.
19201 (ispell-region): Passed and returns location information tracking
19202 spelling corrections. Doesn't check same word on current line.
19203 Improved documentation string. Doesn't resend a line already
19204 checked to the ispell process - fixes bug in LaTeX parsing.
19205 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19206 (ispell-skip-region): No longer skips <TT> in SGML.
19207 (ispell-process-line): Tracks location information with spelling
19208 corrections. Added documentation string. Accounts for words
19209 already accepted on this line. Don't allow query-replace on line
19210 starting with math characters. Doesn't resend a line already sent
19211 to ispell process. Fixes alignment error bug.
19212
19213 2000-01-10 Richard M. Stallman <rms@gnu.org>
19214
19215 * dired-x.el (dired-guess-shell-alist-default):
19216 Suggest xloadimage, which is free, not xv, which isn't.
19217
19218 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19219 Don't ever include the host name or user name in the value.
19220
19221 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19222
19223 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19224 of a real newline.
19225
19226 2000-01-09 Stephen Eglen <stephen@gnu.org>
19227
19228 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19229 for .png files.
19230
19231 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19232
19233 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19234
19235 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19236
19237 * progmodes/cperl-mode.el: Replace ^F with ^L.
19238
19239 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19240 `require'ing rmail and mailalias to prevent infinite recursion.
19241
19242 2000-01-08 Dave Love <fx@gnu.org>
19243
19244 * emacs-lisp/backquote.el: Remove inappropriate customization
19245 (allowing custom.el to use backquote).
19246
19247 2000-01-07 Dave Love <fx@gnu.org>
19248
19249 * add-log.el (add-log-debugging): Deleted.
19250 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19251 file. Remove debugging code.
19252 (change-log-get-method-definition, change-log-name): Add doc.
19253 (change-log-sortable-date-at): New function.
19254 (change-log-merge): New command.
19255
19256 * time.el (display-time-string-forms): Make the Mail string active.
19257 (display-time-update): Provide help-echo for load average.
19258
19259 * bindings.el (make-mode-line-mouse2-map): New function.
19260 (mode-line-modified): Use it and simplify.
19261 (mode-line-mule-info): Provide help-echo info.
19262 (minor-mode-alist): Activate the strings.
19263 (make-mode-line-mouse-sensitive): Simplify for
19264 mode-line-buffer-identification.
19265
19266 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19267
19268 * play/pong.el: New file.
19269
19270 2000-01-06 Dave Love <fx@gnu.org>
19271
19272 * array.el: Assorted cleanups for compiler warnings, doc strings,
19273 `array-' prefix for symbols.
19274
19275 2000-01-05 Dave Love <fx@gnu.org>
19276
19277 * textmodes/outline.el (outline-mode-menu-bar-map):
19278 Add outline-headers-as-kill.
19279 (outline-mode): Define imenu-generic-expression.
19280 (outline-headers-as-kill): New command.
19281
19282 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19283 from paragraph-start.
19284 (paragraph-indent-minor-mode): New command.
19285
19286 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19287 M-C-e, M-C-h, C-j, C-xnd, TAB.
19288 (fortran-mode): Set beginning-of-defun, end-of-defun.
19289 (fortran-column-ruler): Simplify.
19290 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19291 (fortran-with-subprogram-narrowing): Likewise.
19292 (fortran-indent-subprogram): Call mark-defun.
19293 (fortran-check-for-matching-do): Change narrowing.
19294
19295 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19296 (cl-lucid-hash-tag): Delete.
19297 (cl-hash-table-p): Correct test for native table.
19298 (cl-hash-table-count): Use hash-table-count.
19299
19300 * browse-url.el (browse-url): Fix case of
19301 browse-url-browser-function being an alist.
19302
19303 2000-01-05 Carsten Dominik <cd@gnu.org>
19304
19305 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19306 (reftex-index-phrase-file-extension): New options.
19307
19308 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19309 Use new option `reftex-index-phrase-file-extension'.
19310
19311 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19312 `reftex-parse-file-extension'.
19313
19314 2000-01-05 Dave Love <fx@gnu.org>
19315
19316 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19317 (beginning-of-defun-raw): Use it.
19318 (end-of-defun): New variable.
19319 (end-of-defun): Use it.
19320 (check-parens): New command.
19321
19322 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19323
19324 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19325 (hs-show-block): Don't use `mapcar' when not accumulating.
19326
19327 Fix buglet in local variables initialization.
19328
19329 2000-01-05 Andreas Schwab <schwab@suse.de>
19330
19331 * hscroll.el (hscroll): Doc fix.
19332
19333 2000-01-05 Carsten Dominik <cd@gnu.org>
19334
19335 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19336 Require idlw-toolbar.
19337
19338 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19339 file idlw-rinfo.el.
19340 (idlwave-customize): Load must read file idlw-shell.el.
19341 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19342
19343 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19344
19345 * progmodes/idlw-shell.el: Also provide idlwave-shell
19346 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19347 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19348
19349 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19350 both reftex-dcr and reftex-vcr.
19351
19352 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19353
19354 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19355
19356 * ps-print.el: PostScript code now is in separate files, doc fix.
19357 (ps-print-version): New version number (5.0.3).
19358 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19359 local.
19360 (ps-spool-config): Initialization fix.
19361 (ps-print-prologue-1, ps-print-prologue-2)
19362 (ps-print-duplex-feature): PostScript code moved to separated file.
19363 (ps-background-image): Little code reformating.
19364 (ps-begin-file, ps-begin-job): Fix code.
19365 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19366 (ps-prologue-file): New fun.
19367
19368 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19369
19370 * ps-vars.el: Eliminated.
19371
19372 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19373 `;;;###autoload'.
19374
19375 * ps-print.el: ps-vars eliminated, doc fix.
19376 (ps-print-version): New version number (5.0.2).
19377 (ps-spool-config): Initialization fix.
19378 (ps-print-customize): New fun.
19379
19380 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19381
19382 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19383
19384 2000-01-04 Dave Love <fx@gnu.org>
19385
19386 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19387 menu items.
19388
19389 2000-01-03 Dave Love <fx@gnu.org>
19390
19391 * elide-head.el (elide-head) [defgroup]: Add :version.
19392
19393 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19394 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19395 Use `cl-hash-table-p', not `hash-table-p'.
19396 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19397
19398 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19399
19400 * faces.el (face-read-integer, read-face-attribute)
19401 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19402
19403 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19404
19405 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19406 at comment end, and re-insert them after filling.
19407
19408 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19409
19410 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19411 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19412 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19413
19414 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19415
19416 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19417 the new name of face-color-supported-p.
19418
19419 * term/w32-win.el (xw-defined-colors): Likewise.
19420
19421 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19422
19423 * simple.el (completion-setup-function): Count completion-size
19424 from minibuffer-prompt-end, not from point-min.
19425
19426 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19427
19428 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19429 Pass the frame to tty-color-* functions.
19430 (display-color-p, frame-set-background-mode): Pass the frame to
19431 tty-display-color-p.
19432
19433 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19434 tty-color-alist.
19435 (tty-color-alist, tty-modify-color-alist): New functions.
19436 (tty-color-define, tty-color-clear, tty-color-approximate)
19437 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19438 optional parameter FRAME.
19439
19440 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19441
19442 * image.el (create-image, defimage): Don't assume image data is
19443 a string.
19444
19445 * image.el (defimage): Handle specifications containing :data
19446 instead of :file.
19447 (image-type-from-data): New function.
19448 (image-type-from-file-header): Use it.
19449 (create-image): Add parameter DATA-P.
19450
19451 See ChangeLog.8 for earlier changes.
19452
19453 ;; Local Variables:
19454 ;; coding: iso-2022-7bit
19455 ;; End: