]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
4
5 * vc-hooks.el (vc-delete-automatic-version-backups):
6 Don't fail if the directory doesn't exist.
7
8 * diff-mode.el (diff-default-read-only): New var.
9 (diff-mode): Use it.
10
11 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
14 Use make-keymap instead of copy-keymap, since copying the global
15 keymap messes up the menu bar.
16
17 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
18 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
19
20 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
23
24 * dired-aux.el (dired-insert-subdir): Pass switches to
25 dired-build-subdir-alist.
26
27 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
28
29 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
30 caused %#a and %#b to be mis-formatted.
31
32 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
33
34 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
35 ccmode, emacs-mime, and eudc manuals.
36
37 2001-09-19 Sam Steingold <sds@gnu.org>
38
39 w32 find cannot be used with `grep-find'.
40 * progmodes/compile.el (find-program): New variable.
41 (grep-compute-defaults): Use it to set `grep-find-command'.
42
43 2001-09-19 Gerd Moellmann <gerd@gnu.org>
44
45 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
46
47 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
48
49 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
50 programming. Doc fix.
51 (ebnf-version): New version (3.6).
52 (ebnf-eps-begin): Data fix.
53 (ebnf-begin-file): Code fix.
54
55 * ebnf-bnf.el: Doc fix.
56 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
57
58 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
59
60 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
61
62 * ps-print.el: Better face mapping for black/white PostScript printers.
63 Check if mark is active when printing a region. Doc fix.
64 (ps-print-version): New version number (6.5.5).
65 (ps-print-color-p): Customization fix.
66 (ps-black-white-faces): New option.
67 (ps-black-white-faces-alist): New internal var.
68 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
69 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
70 (ps-nb-pages-region): Interactive fix.
71 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
72 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
73
74 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
77 numeric month value, and allow the Kanji character after the it to
78 be missing (happens with ls-lisp's output on Japanese versions of
79 MS-Windows).
80
81 2001-09-18 Miles Bader <miles@gnu.org>
82
83 * diff-mode.el (diff-mode): Don't make the buffer read-only if
84 it's empty (and thus probably a new patch file about to be edited).
85
86 2001-09-17 Gerd Moellmann <gerd@gnu.org>
87
88 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
89 Check for '(' in column 0 of doc string.
90
91 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
92 of `nth' so that using a vector as bounding-box works.
93 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
94
95 2001-09-17 Andre Spiegel <spiegel@gnu.org>
96
97 * vc.el (vc-annotate): Use current workfile version explicitly as
98 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
99
100 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
103 convert-standard-filename doesn't guarantee that the .el extension
104 is preserved.
105
106 * dos-fns.el (convert-standard-filename): Replace invalid
107 characters only after converting dash/underscore to a period.
108 (original-make-auto-save-file-name): New.
109 (make-auto-save-file-name): New function, overrides the definition
110 on files.el and calls the original function via
111 original-make-auto-save-file-name.
112
113 * mail/rmail.el (top-level): Require mule-utils when compiling.
114 (rmail-decode-babyl-format): Use detect-coding-with-priority
115 instead of detect-coding-region, to favor detection of emacs-mule
116 encoded Babyl files written by rmailout.el etc. Suggested by
117 Kenichi Handa <handa@etl.go.jp>.
118
119 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
120
121 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
122 Use `equal', not `=', since the device number can be a cons cell.
123
124 2001-09-14 Gerd Moellmann <gerd@gnu.org>
125
126 * simple.el: Comment out change of 2001-09-13.
127
128 2001-09-13 Milan Zamazal <pdm@zamazal.org>
129
130 * progmodes/compile.el (grep-compute-defaults): Don't set
131 grep-command/grep-find-command when it is already non-nil.
132 (grep-command): Make it a user option.
133 (grep-find-command): Likewise.
134
135 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
136
137 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
138 inhibit quit.
139
140 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
141
142 * files.el (make-auto-save-file-name): If long file names are not
143 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
144 generating an auto-save file name from it.
145
146 2001-09-13 Gerd Moellmann <gerd@gnu.org>
147
148 * ps-print.el (ps-print-region, ps-print-region-with-faces)
149 (ps-nb-pages-region): Signal an error if called interactively
150 and the mark is not active.
151
152 * simple.el (minibuffer-prompt-modification)
153 (minibuffer-prompt-insertion): New functions.
154 (minibuffer-prompt-properties): Use `modification-hooks' and
155 `insert-in-front-hooks'.
156
157 2001-09-12 Richard M. Stallman <rms@gnu.org>
158
159 * textmodes/outline.el (outline-regexp): Doc fix.
160 Initialize it in the defcustom, the usual way.
161
162 2001-09-12 Gerd Moellmann <gerd@gnu.org>
163
164 * ediff-mult.el (ediff-get-meta-info): Take into account that data
165 from `ediff-meta-info' properties need not be an overlay.
166 From David Ponce <dponce@voila.fr>.
167
168 * isearch.el (isearch-intersects-p): Fix end checks.
169
170 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
171
172 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
173 `t' branch of `cond', since Irix 6.1 and up is a special case of
174 the standard dbx interface.
175
176 2001-09-11 Miles Bader <miles@gnu.org>
177
178 * comint.el (comint-send-input): When waiting for echoed input,
179 don't save the expected end position in `echo-end', so that things
180 work properly even if the buffer is modified elsewhere at the same
181 time [this happens if `comint-truncate-buffer' is used].
182
183 2001-09-11 Gerd Moellmann <gerd@gnu.org>
184
185 * textmodes/outline.el (outline-mode): Use `^' and a shy group
186 when constructing imenu-generic-expression from outline-regexp.
187
188 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
189
190 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
191 `equal' instead of `=', since they can be cons cells. From Nils
192 Goesche <cartan@cartan.de>.
193
194 2001-09-10 Andre Spiegel <spiegel@gnu.org>
195
196 * vc.el (vc-annotate): Rewrote doc string.
197
198 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
199
200 * time-stamp.el: Update Stephen Gildea's email address.
201
202 2001-09-10 Gerd Moellmann <gerd@gnu.org>
203
204 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
205 enable-multibyte-characters = nil. From Hallvard B Furuseth
206 <h.b.furuseth@usit.uio.no>.
207
208 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
209
210 * ediff-init.el (ediff-highest-priority): Bug fix.
211
212 * viper-cmd.el (viper-special-read-and-insert-char): New function
213 that reads a character and uses the current input method or
214 iso-accents when appropriate.
215
216 * viper.el and all others: Corrections to the comment blocks at
217 the top.
218
219 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * info.el (Info-goto-node): Doc fix.
222
223 2001-09-07 Gerd Moellmann <gerd@gnu.org>
224
225 * isearch.el (isearch-intersects-p): New function.
226 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
227 use isearch-intersects-p, and clean up.
228
229 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
230
231 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
232 and "german8", for the new German orthography dictionaries,
233 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
234 the entries, to keep the line length balanced for loaddefs.el.
235
236 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
237
238 * comint.el (comint-send-input): Handle comint-process-echoes
239 differently.
240
241 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
242
243 * locate.el (locate-insert-header): Remove unnecessary whitespace.
244
245 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
248
249 2001-09-07 Gerd Moellmann <gerd@gnu.org>
250
251 * server.el (server-switch-buffer):
252 * textmodes/refer.el (refer-find-entry-internal):
253 * term/sup-mouse.el (sup-pos-to-window):
254 * term/bg-mouse.el (bg-window-from-x-y):
255 * emacs-lisp/edebug.el (edebug-window-live-p):
256 Use get-window-with-predicate.
257
258 * window.el (get-window-with-predicate): Renamed from some-window.
259 (some-window): Make it an alias.
260
261 2001-09-06 Gerd Moellmann <gerd@gnu.org>
262
263 * simple.el (undo): Remove positions from buffer-undo-list up to
264 the next undo boundary only.
265
266 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
267
268 * makefile.nt (install): Don't copy sc.el. Reported by Richard
269 Kim <ryk@dspwiz.com>
270
271 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
272 the message "Creating customization items...done".
273
274 2001-09-05 Gerd Moellmann <gerd@gnu.org>
275
276 * font-lock.el (toplevel): Require `jit-lock' only if
277 font-lock-support-mode is set to jit-lock-mode.
278
279 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
280
281 * international/quail.el (quail-use-package, quail-inactivate)
282 (quail-activate): Mention the hooks these functions run in their
283 doc strings.
284
285 2001-09-05 Edward M. Reingold <reingold@iit.edu>
286
287 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
288 of file in header of menu.
289
290 2001-09-04 Gerd Moellmann <gerd@gnu.org>
291
292 * env.el (setenv): Interactively, if VARIABLE has a current value,
293 add that to the front of the history, as the doc string says.
294
295 * comint.el (comint-send-input): Change help-echo.
296 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
297
298 * bookmark.el (bookmark-write-file): Bind print-length and
299 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
300
301 * obsolete/uncompress.el: Moved there from lisp/.
302
303 * comint.el (comint-insert-clicked-input): Goto point-max before
304 deleting previous input. From "Dr Francis J. Wright"
305 <F.J.Wright@qmw.ac.uk>.
306
307 * simple.el (backward-word): Doc fix.
308
309 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
310
311 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
312 * uncompress.el, uniquify.el, vc.el, view.el, window.el
313 * w32-fns.el: Add Keywords header.
314
315 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
318 "Text Properties". Suggested by Simon Marshall
319 <Simon.Marshall@midas-kapiti.com>.
320
321 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
322
323 * term/mac-win.el (mac-drag-n-drop): Decode file name by
324 consulting the value of file-name-coding-system.
325
326 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
327
328 * help.el (describe-function-1): Save precomputed `file-name' rather
329 than recomputing it (incorrectly) with `symbol-file'.
330
331 2001-09-03 Gerd Moellmann <gerd@gnu.org>
332
333 * international/isearch-x.el (isearch-exit-recursive-edit):
334 Take three parameters, since it's used as an after-change-function.
335
336 * emacs-lisp/backquote.el (backquote-backquote-symbol)
337 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
338 from doc strings.
339
340 2001-09-02 Milan Zamazal <pdm@zamazal.org>
341
342 * progmodes/glasses.el (glasses-convert-to-unreadable):
343 Consider underscores as in `glasses-make-readable'.
344
345 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
346
347 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
348 MS-DOS, since cpp might not be available.
349
350 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
351 Mention "yank" in the help-echo text.
352 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
353
354 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
355
356 * newcomment.el (comment-indent): Insert spaces more carefully.
357
358 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
361 exists. From Andy Petrusenco <andy@int.spb.ru>.
362
363 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
364 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
365 <andy@int.spb.ru>.
366
367 2001-08-31 Gerd Moellmann <gerd@gnu.org>
368
369 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
370 Instead of running mouse-yank-at-click, see what the event is
371 bound to outside Isearch and run that.
372
373 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
374
375 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
376 Fix the menu entry to mention transient-mark-mode.
377
378 2001-08-30 Gerd Moellmann <gerd@gnu.org>
379
380 * simple.el (eval-expression-print-level): Fix last change.
381
382 * bindings.el (mode-line-coding-system-map): New variable.
383 (mode-line-mule-info): Give the "%Z" a local-map keymap.
384
385 * simple.el (eval-expression-print-level): Change the type
386 of the defcustom to allow nil.
387
388 * emacs-lisp/find-gc.el: Moved here from lisp/.
389
390 * international/quail.el (quail-completion-1):
391 Reverse the ((CHAR . DEFN) ...) list before processing it.
392 From Kenichi Handa <handa@etl.go.jp>.
393
394 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
395 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
396
397 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
398
399 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
400 aren't supported. This avoids the annoying gray strip drawn by
401 the Windows version instead of the missing tool bar.
402
403 2001-08-29 Gerd Moellmann <gerd@gnu.org>
404
405 * menu-bar.el (menu-bar-options-menu): Make option text, messages
406 and tooltips more consistent. From "Marshall, Simon"
407 <Simon.Marshall@midas-kapiti.com>.
408
409 * startup.el (fancy-splash-screens): Temporarily set
410 minor-mode-map-alist to nil while displaying splash screens.
411
412 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
413
414 * buff-menu.el: Add Keywords header.
415 Doc fix (C-x C-b is bound to list-buffers).
416
417 * dired-x.el: Add keyword files to get listed in finder.
418 Remove confusing notes about GNU Emacs 19.
419
420 * dired.el, dired-aux.el: Add Keywords header.
421
422 2001-08-28 Andre Spiegel <spiegel@gnu.org>
423
424 * vc.el (vc-revert-file): Call the backend even if the FILE's
425 contents can be reverted locally; pass new arg CONTENTS-DONE
426 down to the backend.
427
428 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
429 optional arg CONTENTS-DONE.
430
431 2001-08-28 Andrew Innes <andrewi@gnu.org>
432
433 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
434
435 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
436
437 * makefile.nt (install): Copy more *.el files.
438
439 2001-08-28 Gerd Moellmann <gerd@gnu.org>
440
441 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
442 instead of `w' which is already in use.
443
444 * gs.el (gs-load-image): Use sleep-for.
445 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
446
447 2001-08-28 Miles Bader <miles@gnu.org>
448
449 * replace.el (query-replace-regexp-eval): Return args from
450 `interactive' form in correct order.
451
452 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
455 major modes, don't create panes for modes for which
456 mouse-buffer-menu-alist returns an empty alist.
457
458 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
459
460 * progmodes/hideshow.el: Update first-line description.
461 Sync comments w/ maintainer version 5.31.
462
463 (hs-isearch-open): Default value now `code'.
464 Fix docstring to use "code blocks" vs "comment blocks",
465 as opposed to "block" vs "comment".
466 (hs-flag-region): Accept `hs-isearch-open' value
467 of `block' as synonymous w/ `code'.
468 (hs-hide-block-at-point): For code blocks, pass `code'
469 to `hs-flag-region' instead of `block'.
470
471 2001-08-28 Miles Bader <miles@gnu.org>
472
473 * comint.el (comint-next-prompt): Don't loop infinitely if
474 {next,previous}-single-char-property-change returns its input
475 position when the search fails.
476
477 2001-08-27 Miles Bader <miles@gnu.org>
478
479 * comint.el (comint-get-old-input-default): Don't signal an error
480 if point is not on an input field; instead, return the current
481 line (using `comint-bol' to skip any prompt, in case we're not
482 using fields at all).
483
484 * man.el (Man-mode-line-format): Variable removed.
485 (Man-mode): Change `mode-line-buffer-identification' instead of
486 `mode-line-format'.
487
488 2001-08-27 Gerd Moellmann <gerd@gnu.org>
489
490 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
491 From Simon Josefsson <jas@extundo.com>.
492
493 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
496 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
497
498 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
499 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
500
501 * emacs-lisp/lselect.el: Ditto.
502
503 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
504 Remove periods from the end of error message strings.
505 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
506
507 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
508 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
509
510 * net/telnet.el: Ditto.
511
512 2001-08-26 Gerd Moellmann <gerd@gnu.org>
513
514 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
515 KEYMAP to the call to define-minor-mode.
516
517 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
518
519 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
520 Replace some of the undefined characters with emulations of bidi
521 formatting characters and Niqud as per SI 1311-1.
522 (IT-unicode-translations): Ditto.
523 (IT-display-table-setup, IT-setup-unicode-display):
524 Fill characters without translations with dos-unsupported-char-glyph.
525
526 2001-08-24 Simon Josefsson <jas@extundo.com>
527
528 * hl-line.el (hl-line-mode): Don't be a global mode.
529 (global-hl-line-mode): New function.
530
531 2001-08-24 Gerd Moellmann <gerd@gnu.org>
532
533 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
534 being reset by Ghostscript. Don't kill the gs process.
535 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
536
537 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
538
539 * term/mac-win.el: Require scroll-bar.
540
541 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
542
543 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
544
545 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
546
547 * hexl.el (hexl-insert-multibyte-char) New function.
548 (hexl-quoted-insert, hexl-self-insert-command)
549 (hexl-insert-hex-char, hexl-insert-decimal-char)
550 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
551 Fix the doc strings accordingly.
552 (hexl-insert-char): Reject characters whose code is above 255.
553 Doc fix.
554 (hexl-mode-map): Copy the global keymap instead of creating a
555 sparse keymap, and bind all self-inserting characters to
556 hexl-self-insert-command.
557
558 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
559
560 * wid-edit.el (text): Re-order docstring correctly.
561
562 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
563
564 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
565
566 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * simple.el (line-number-mode): Mention the variable
569 line-number-display-limit-width in the doc string.
570
571 2001-08-22 Gerd Moellmann <gerd@gnu.org>
572
573 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
574 Temporarily select EVENT's window for switching buffers.
575 (mode-line-bury-buffer): New function.
576 (mode-line-buffer-identification-keymap): Use it instead of
577 bury-buffer. Bind down-mouse events to prevent global down-mouse
578 events from shining through.
579
580 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
581
582 * newcomment.el (comment-beginning): Make sure the comment-start
583 we found isn't a comment-end (in cases where confusion is possible).
584
585 2001-08-22 Miles Bader <miles@gnu.org>
586
587 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
588 before writing it, so that hard-links don't see new version.
589
590 2001-08-21 Gerd Moellmann <gerd@gnu.org>
591
592 * gs.el (gs-set-ghostview-colors-window-prop):
593 Call x-change-window-property with 3rd arg FRAME.
594 (gs-load-image): Wait for a previous Ghostscript process
595 to complete before starting a new one.
596
597 * image.el (image-type-regexps): Make sure that the TIFF
598 pattern is only matched at the beginning of a string.
599 From Markus Rost <rost@math.ohio-state.edu>.
600
601 * international/swedish.el: Pre-Mule file removed. From Jonas
602 Oberg <jonas@gnu.org>.
603
604 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
605
606 * whitespace.el (whitespace-abort-on-error): Add custom variable
607 to whitespace to abort a write-file if whitespace is detected in file.
608
609 * whitespace.el (whitespace-write-file-hook): Hook to be called
610 when writing a file. If `whitespace-abort-on-error' is set, the
611 write will abort on detecting whitespaces.
612 If `whitespace-auto-cleanup' is set, the file will be cleaned
613 automatically prior to writing.
614
615 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
616 whitespaces in the error output!
617
618 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
619 `indent-tabs-mode', since the latter notes user preferences on
620 TABs anyway.
621
622 * whitespace.el (whitespace-version): 3.1. All of the above issues
623 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
624
625 2001-08-20 Gerd Moellmann <gerd@gnu.org>
626
627 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
628 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
629
630 * whitespace.el (whitespace-global-mode): Add autoload cookie.
631
632 2001-08-20 Alex Schroeder <alex@gnu.org>
633
634 * sql.el (sql-db2): Doc change.
635
636 2001-08-20 Alex Schroeder <alex@gnu.org>
637
638 * sql.el (sql-postgres): Add the database at the end of the
639 parameters instead of at the beginning.
640 (sql-postgres-options): Doc change.
641
642 2001-08-17 Gerd Moellmann <gerd@gnu.org>
643
644 * custom.el (defcustom): Doc fix.
645
646 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
647
648 * ps-mule.el (find-composition): Check if (char-after POS)
649 returns a valid character.
650
651 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
652
653 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
654 original-point for extra CR characters that are added/removed when
655 the buffer is written/read whose EOL type is -dos.
656
657 2001-08-16 Miles Bader <miles@gnu.org>
658
659 * simple.el (line-move): Undo previous change.
660
661 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
662 property to input-terminating `boundary' overlays to avoid
663 line-move wierdness.
664
665 2001-08-16 Gerd Moellmann <gerd@gnu.org>
666
667 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
668 buffer in a save-restriction. Under one test case with Ediff,
669 window-scroll-functions are run with a window start that's
670 temporarily outside of the restriction.
671
672 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
673
674 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
675 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
676 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
677 (texinfo-update-menu-region-beginning)
678 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
679 command, @ifnottex, to regexps, so it is found.
680
681 2001-08-16 Andrew Innes <andrewi@gnu.org>
682
683 * makefile.nt (DONTCOMPILE): Omit bindings.el.
684 (DONTCOMPILE): Omit sc.el.
685
686 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
687 (DONTCOMPILE): Omit sc.el.
688
689 2001-08-16 Gerd Moellmann <gerd@gnu.org>
690
691 * replace.el (occur): Bind inhibit-read-only to t.
692
693 2001-08-16 Miles Bader <miles@gnu.org>
694
695 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
696 calling `constrain-to-field', to avoid problems with comint prompts.
697
698 2001-08-15 Gerd Moellmann <gerd@gnu.org>
699
700 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
701 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
702
703 * ediff-mult.el (ediff-get-meta-info): Fix the condition
704 of a while-loop.
705
706 * Makefile.in (DONTCOMPILE): Remove sc.el.
707
708 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
709 Don't include term/.
710
711 * mail/sc.el: Moved to obsolete/.
712
713 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
714
715 * ps-print.el: Change error function arguments to follow Emacs
716 message convention. Doc fix.
717 (ps-print-version): New version number (6.5.4).
718 (coding-system-for-write): Change declaration position to avoid
719 XEmacs compilation gripes.
720 (coding-system-for-read, buffer-file-coding-system):
721 Declarations to avoid XEmacs compilation gripes.
722
723 * ps-mule.el: Doc fix.
724 (ps-mule-encode-header-string): If STRING is not a string, replace
725 STRING by empty string.
726
727 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
728
729 * frame.el (show-trailing-whitespace): Doc fix.
730
731 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * desktop.el (desktop-save): Insert the coding: tag before
734 desktop-header.
735
736 2001-08-13 Gerd Moellmann <gerd@gnu.org>
737
738 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
739 its path from $els.
740
741 * image.el (image-jpeg-p): Fix call of substring.
742
743 2001-08-10 Gerd Moellmann <gerd@gnu.org>
744
745 * play/animate.el (animate-string): Doc fix. Use a buffer
746 name with stars in it.
747 (animate-sequence): New function.
748 From Richard Stallman <rms@gnu.org>.
749
750 * frame.el (select-frame-set-input-focus): New function
751 extracted from other-frame.
752 (other-frame): Use it.
753 (next-multiframe-window, previous-multiframe-window): Use it.
754
755 * isearch.el (isearch-other-meta-char): Don't switch to the
756 buffer of a window clicked on, when the current buffer is
757 in Isearch mode.
758
759 * image.el (image-jpeg-p): Test for APPn markers in the range
760 #xe0..#xef.
761
762 2001-08-09 Gerd Moellmann <gerd@gnu.org>
763
764 * desktop.el (desktop-save): Don't use concat to form a file
765 name, use expand-file-name.
766
767 * mouse.el (mouse-delete-window): Do nothing if frame has just
768 one window.
769
770 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
771 for the minor mode name.
772
773 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
774 minor mode name.
775
776 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
777 instead of make-mode-line-mouse2-map.
778
779 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
780 the minor mode name.
781
782 * emacs-lisp/easy-mmode.el (define-minor-mode):
783 Use mode-line-minor-mode-keymap for the minor mode name.
784
785 * calendar/calendar.el (calendar-mode-line-format):
786 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
787
788 * bindings.el (make-mode-line-mouse-map): Renamed from
789 make-mode-line-mouse2-map. Take additional arg MOUSE.
790 (mode-line-modified): Use mouse-3 instead of mouse-2.
791 (mode-line-buffer-identification-keymap): Bind keys differently.
792 (propertized-buffer-identification): Adapt help-echo to new bindings.
793
794 * bindings.el (mode-line-format): Specify help-echo for line
795 number, column number and buffer-percent part of the mode-line.
796
797 * image.el (image-type-regexps): Allow whitespace at the start
798 of the image data for XPM, XBM and Postscript, which are
799 text files.
800 (image-jpeg-p): Correct calculation of next field offset.
801
802 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
803
804 * battery.el: Fix typo.
805
806 2001-08-08 Gerd Moellmann <gerd@gnu.org>
807
808 * image.el (image-type-regexps): Allow predicates. Change the way
809 JPEG images are recognized.
810 (image-jpeg-p): New function.
811 (image-type-from-data): Handle predicates in image-type-regexps.
812
813 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
814 #:, #x, #o, and similar constructs.
815
816 2001-08-07 Gerd Moellmann <gerd@gnu.org>
817
818 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
819
820 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
821 instead of `progn'.
822
823 * tar-mode.el (tar-extract): Avoid generating a new buffer
824 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
825
826 * textmodes/paragraphs.el (forward-sentence): Avoid building
827 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
828
829 * progmodes/executable.el (executable-set-magic):
830 If executable-find returns a quoted file name, unquote it before
831 inserting it.
832
833 * image.el (image-type-regexps): For JPEG files, use a regexp
834 derived from the JFIF spec.
835
836 * image.el (image-type-regexps): Use `\`' instead of `^' in
837 most regular expressions.
838
839 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
840
841 * play/animate.el: Re-insert a reference to re-inserted function.
842
843 2001-08-06 Gerd Moellmann <gerd@gnu.org>
844
845 * help.el (describe-function-1): Use find-function-search-for-symbol
846 instead of find-function-noselect because the latter follows aliases.
847
848 * play/animate.el (animate-birthday-present): Re-insert.
849
850 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
851 Handle old-style menu definitions.
852
853 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
854
855 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
856 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
857
858 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
859 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
860 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
861
862 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
863
864 * textmodes/tildify.el: Milan Zamazal has new address.
865
866 2001-08-03 Gerd Moellmann <gerd@gnu.org>
867
868 * custom.el (custom-set-variables): Don't test `custom-requests'
869 properties, check the third element of the options passed to
870 custom-set-variables instead.
871
872 * info.el (info-insert-file-contents): Use info-file-exists-p
873 instead of file-exists-p.
874
875 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
876 the mode-line face is restored. Fix several bugs.
877
878 * replace.el (perform-replace): Doc fix.
879
880 2001-08-02 Francesco Potorti` <pot@gnu.org>
881
882 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
883 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
884 (uniquify-fix-item-base, uniquify-fix-item-filename)
885 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
886 Callers changed.
887 (uniquify-set-proposed): Changed to work with a vector item.
888 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
889 the fix list, and a list of strings for the non-file buffer
890 names. Both changes reduce consing.
891 (uniquify-rationalize-a-list): Local variable renaming.
892 (uniquify-rationalize-conflicting-sublist): Use member instead of
893 assoc.
894 (uniquify-rename-buffer): Use unless instead of if not.
895
896 2001-08-02 Gerd Moellmann <gerd@gnu.org>
897
898 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
899
900 * custom.el (custom-set-variables): Set options with :require
901 clauses last.
902
903 * custom.el (defcustom): Doc fix.
904
905 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
906
907 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
908
909 * man.el (man): Mention Man-switches in the doc string.
910 (Man-switches): Mention -a in the doc string.
911
912 * textmodes/ispell.el (ispell-alternate-dictionary):
913 Add /usr/share/lib/dict/words, for Irix.
914
915 * bindings.el: Bind shifted and control-shifted kp-* keys to the
916 corresponding non-kp keys. Suggested by Stephen Gildea
917 <gildea@stop.mail-abuse.org>.
918
919 2001-08-01 Francesco Potorti` <pot@gnu.org>
920
921 * uniquify.el: These changes correct a corner case that the old
922 code managed correctly.
923 (uniquify-fix-item-proposed): Renamed from
924 uniquify-fix-item-min-proposed.
925 (uniquify-set-proposed): New function.
926 (uniquify-rationalize-file-buffer-names): Code reshuffled for
927 clarity and speed.
928 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
929 This is equivalent to what the old code did.
930 (uniquify-rationalize-a-list): Never recompute the proposed
931 name. Sort the conflicting sublist before rationalising it: this
932 is equivalent to what the old code did, but one directory element
933 at a time, and only when necessary.
934 (uniquify-rationalize-conflicting-sublist): Recompute here the
935 proposed name.
936
937 2001-08-01 Gerd Moellmann <gerd@gnu.org>
938
939 * play/animate.el: Add Keywords and Maintainer. Remove a
940 reference to a removed function.
941
942 * play/animate.el (animate-string): Handle case that the string is
943 longer than the window is wide.
944
945 2001-07-31 Gerd Moellmann <gerd@gnu.org>
946
947 * desktop.el (desktop-save): Bind coding-system-for-write to
948 `emacs-mule' for write-region.
949
950 * delsel.el (delete-selection-pre-hook): Don't set this-command
951 to `ignore' if the region is empty.
952
953 * international/mule.el (set-keyboard-coding-system):
954 Set keyboard-coding-system.
955
956 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
957 before accessing it.
958
959 2001-07-30 Andreas Schwab <schwab@suse.de>
960
961 * menu-bar.el (toggle-highlight-paren-mode):
962 Use `(show-paren-mode)' as body.
963
964 2001-07-30 Andre Spiegel <spiegel@gnu.org>
965
966 * vc.el (vc-checkout-hook): New hook.
967 (vc-checkout): Run it.
968
969 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
970
971 * progmodes/make-mode.el (makefile-macroassign-regex):
972 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
973
974 2001-07-30 Gerd Moellmann <gerd@gnu.org>
975
976 * vc.el (vc-switch-backend): Fix autoload cookie.
977
978 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
979 the desktop file.
980
981 2001-07-30 Simon Josefsson <jas@extundo.com>
982
983 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
984 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
985
986 2001-07-27 Gerd Moellmann <gerd@gnu.org>
987
988 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
989 (last-sexp-toggle-display): Renamed from last-sexp-print.
990 (last-sexp-toggle-display, eval-last-sexp-1):
991 Use last-sexp-setup-props.
992
993 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
994 New user-options.
995 (mouse-wheel-change-button): New function.
996 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
997 (mwheel-scroll): Ditto.
998
999 2001-07-26 Gerd Moellmann <gerd@gnu.org>
1000
1001 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1002 `...', compare with unabbreviated printed representation instead.
1003 (last-sexp-print): Bind print-length and print-level to nil.
1004
1005 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1006 before assigning text properties. Make properties rear-nonsticky.
1007
1008 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1009 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1010 <mouse-2> and <RET> in that map to a function printing the
1011 unabbreviated value.
1012
1013 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1014 is a buffer, put a text property `printed-value' on the printed
1015 representation, with the Lisp object printed as value.
1016
1017 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1018
1019 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1020 Mention the effect of eval-expression-print-length and
1021 eval-expression-print-level in the doc strings. Suggested by
1022 Kevin Gallagher <kevingal@onramp.net>.
1023
1024 2001-07-25 Gerd Moellmann <gerd@gnu.org>
1025
1026 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1027 for buttons > 3.
1028 (xterm-mouse-translate): Handle the case that we don't get a
1029 down-event.
1030
1031 * emacs-lisp/find-func.el (find-function-regexp):
1032 Add easy-mmode-define-global-mode to the regexp. Allow newlines
1033 in front of the function name.
1034
1035 * isearch.el (isearch-other-meta-char): Fix last change.
1036
1037 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1038 similar events for which fake prefix keys are generated. It's no
1039 longer necessary since read_key_sequence doesn't modify these
1040 events for internal purposes anymore.
1041
1042 * files.el (auto-mode-alist): Use nroff-mode for files ending
1043 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1044
1045 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1048 tool-bar-lines parameter, behave as if its value were zero.
1049 (mouse-avoidance-set-pointer-shape): Don't do anything if
1050 x-pointer-shape is not boundp.
1051
1052 2001-07-23 Francesco Potorti` <pot@gnu.org>
1053
1054 * uniquify.el: Overall speedup changes when using many buffers.
1055 (uniquify-fix-item-base, uniquify-fix-item-filename)
1056 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
1057 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
1058 place in the item, but was never used.
1059 (uniquify-fix-item-min-proposed): New defalias: the fourth place
1060 in the item is now used as cache for the proposed name.
1061 (uniquify-rationalize-file-buffer-names): Move computation made on
1062 newbuffile out of the loop, in the newbuffile-nd local var.
1063 Use dolist (cosmetic change). Compute the proposed name for the most
1064 common case and cache it in the fourth place in the item.
1065 (uniquify-rationalize-file-buffer-names): Used to return a a list
1066 of buffer whose name was changed, but that return value was never used.
1067 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1068 the cached proposed name, does much less consing and is quicker.
1069 (uniquify-filename-lessp): Deleted.
1070 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1071 Do not bind locally the uniquify-possibly-resolvable flag. Use the
1072 cached proposed name is possible.
1073 (uniquify-get-proposed-name): Arguments changed, callers changed.
1074 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1075 uniquify-possibly-resolvable flag, which is no more bound locally.
1076 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
1077 flag, which does not exist any more.
1078
1079 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * term/internal.el (IT-unicode-translations): Fix the appearance of
1082 "6`".
1083
1084 * progmodes/compile.el (compile-internal): If EMACS is already
1085 defined in the environment, don't override its value.
1086
1087 2001-07-23 Gerd Moellmann <gerd@gnu.org>
1088
1089 * play/fortune.el: Undo change of 2001-07-13.
1090 Fix autoload cookies. Add types to defcustoms.
1091 (fortune) <defgroup>: Add :link.
1092 (fortune-from-region): Use eq, not eql.
1093 From Dave Love <fx@gnu.org>.
1094
1095 * play/animate.el (animate-birthday-present): Function removed.
1096
1097 * play/animate.el: New file.
1098
1099 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * startup.el (normal-top-level-add-subdirs-to-load-path):
1102 On Windows, put into normal-top-level-add-subdirs-inode-list the
1103 canonicalized names of the directories instead of inode numbers.
1104
1105 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
1106
1107 * ediff-util.el: Copyright years.
1108 (ediff-choose-syntax-table): New function.
1109 (ediff-setup): Use ediff-choose-syntax-table.
1110 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
1111 vc-state is available.
1112 (ediff-make-temp-file): Use ediff-coding-system-for-write.
1113
1114 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1115 with-syntax-table.
1116 (ediff-coding-system-for-read): From ediff-diff.el
1117 (ediff-coding-system-for-write): New variable.
1118 (ediff-highest-priority): Fixed the bug having to do with disappearing
1119 overlays.
1120 (ediff-file-remote-p): Use file-remote-p, if available.
1121 (ediff-listable-file): New function.
1122 (ediff-file-attributes): Use ediff-listable-file.
1123
1124 * ediff-mult.el (ediff-meta-insert-file-info1):
1125 Use ediff-listable-file.
1126
1127 * ediff-ptch.el (ediff-prompt-for-patch-file):
1128 Use ediff-coding-system-for-read.
1129 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
1130
1131 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1132 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
1133
1134 * ediff.el: Date of last update, copyright years.
1135
1136 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1137
1138 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1139 of Scott Bronson.
1140 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1141 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1142 Deleted functions.
1143 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1144 ex-token-list.
1145 (viper-get-ex-address-subr): Convert registers to char data type.
1146
1147 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
1148 (viper-memq-char): Use viper-int-to-char.
1149 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
1150 vc-locking-state.
1151 (viper-read-key): Use viper-read-key-sequence.
1152
1153 * viper.el (viper-major-mode-modifier-list):
1154 Added inferior-emacs-lisp-mode.
1155 (this-major-mode-requires-vi-state): New function that uses simple
1156 heuristics to decide if vi state is appropriate.
1157 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1158 (viper-non-hook-settings): Don't advise read-key-sequence.
1159 (viper-read-key-sequence): New function that replaces the
1160 previously used advice to read-key-sequence.
1161
1162 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1163 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1164 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1165 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1166 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1167 Got rid of the negative character hack.
1168 (viper-escape-to-state,viper-replace-state-exit-cmd):
1169 Use viper-read-key-sequence.
1170 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
1171 (viper-minibuffer-standard-hook,viper-read-string-with-history):
1172 Don't override existing minibuffer-setup-hook.
1173 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
1174 Convert registers to char data type.
1175 (viper-autoindent): Use viper-indent-line.
1176
1177 * viper-keym.el: Use viper-exec-key-in-emacs.
1178
1179 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1180
1181 * server.el (server-visit-files): Fix variable name typo.
1182
1183 2001-07-20 Gerd Moellmann <gerd@gnu.org>
1184
1185 * simple.el (delete-trailing-whitespace): Save match data
1186 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1187
1188 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1189
1190 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1191 return a this-error using the alternative format (a pair of markers).
1192
1193 2001-07-19 Gerd Moellmann <gerd@gnu.org>
1194
1195 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1196
1197 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1198 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
1199
1200 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1201
1202 * international/iso-transl.el: Fix typo in the header of the file.
1203
1204 * textmodes/picture.el (picture): Doc fix.
1205
1206 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1207 follow coding conventions in generated files.
1208
1209 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1210
1211 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1212 (tool-bar-add-item): Don't call image-related primitives if the
1213 display doesn't support images.
1214
1215 * frame.el (display-images-p): New function.
1216
1217 2001-07-17 Gerd Moellmann <gerd@gnu.org>
1218
1219 * server.el (server-visit-files): Handle the case the specified
1220 column number is <= 0.
1221
1222 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1223
1224 * startup.el (command-line-1): Add support for +LINE:COLUMN
1225 command line argument.
1226
1227 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1228
1229 * server.el (server-process-filter, server-visit-files):
1230 Add support for +LINE:COLUMN style emacsclient calls.
1231
1232 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1233
1234 * emacs-lisp/easy-mmode.el: Add Keywords header.
1235
1236 * play/pong.el: Author has new address.
1237
1238 * play/landmark.el: Author is no more reachable.
1239
1240 * play/handwrite.el: Author is no more reachable.
1241
1242 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1243
1244 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1245 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1246 Complete bindings for F<1..12> keys.
1247 (global-map): Remove `undo' binding (already in the default).
1248 Replace `t<n>' bindings with `f<n>' bindings.
1249
1250 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1251
1252 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1253 (tcl-mode): Use tcl-add-log-defun.
1254 (tcl-indent-line): Use tcl-calculate-indent.
1255 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1256 (tcl-indent-exp): Renamed from indent-tcl-exp.
1257 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1258 (tcl-indent-for-comment): Call comment-indent-function properly
1259 and handle the case where it returns nil.
1260
1261 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1262
1263 * calendar/cal-islam.el (calendar-goto-islamic-date):
1264 Remove autoload cookie.
1265
1266 * calendar/calendar.el (calendar-goto-islamic-date):
1267 Add call to autoload.
1268
1269 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1272 Don't change compile-auto-highlight globally.
1273 Don't bother with `font-lock-defaults' property since XEmacs
1274 also understands the `font-lock-defaults' variable.
1275 Use make-local-variable rather than make-variable-buffer-local.
1276 Don't `defconst' comment-indent-function: keep the default.
1277 Call easy-menu-add unconditionally.
1278 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1279 (ada-create-menu): Use :included for Emacs as well.
1280
1281 * vc.el (vc-do-command): Autoload.
1282
1283 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1284
1285 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1286
1287 * ps-print.el: Fix Author: header.
1288
1289 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1290
1291 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1292 mouse-1 etc., bind them to `ignore'.
1293
1294 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1295 send-invisible, which is already defined in Comint.
1296 (eshell-watch-for-password-prompt): Use it.
1297
1298 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1299
1300 * which-func.el (which-func-mode): Doc fix.
1301
1302 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1303 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1304 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1305 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1306 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1307 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1308 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1309 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1310 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1311 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1312 * emulation/edt-mapper.el, emulation/edt-pc.el,
1313 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1314 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1315 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1316 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1317 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1318 * international/isearch-x.el, international/iso-cvt.el,
1319 * international/ogonek.el, international/quail.el,
1320 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1321 * language/devanagari.el, language/ethio-util.el,
1322 * language/ethiopic.el, language/european.el, language/indian.el,
1323 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1324 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1325 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1326 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1327 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1328 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1329 * progmodes/autoconf.el, progmodes/cmacexp.el,
1330 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1331 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1332 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1333 * progmodes/ebnf2ps.el, progmodes/executable.el,
1334 * progmodes/fortran.el, progmodes/idlw-shell.el,
1335 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1336 * progmodes/m4-mode.el, progmodes/mantemp.el,
1337 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1338 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1339 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1340 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1341 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1342 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1343 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1344 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1345 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1346 * textmodes/two-column.el, time-stamp.el, timezone.el,
1347 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1348 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1349 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1350 conventions.
1351
1352 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1353
1354 * simple.el (set-variable): Require 'cus-edit' instead of
1355 `wid-edit', so that the Custom widgets get defined.
1356
1357 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1358
1359 * allout.el: A fix to follow coding conventions.
1360
1361 * find-lisp.el: A fix to follow coding conventions.
1362
1363 * term/w32-win.el: A fix to follow coding conventions.
1364
1365 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1366
1367 * term/xterm.el: A fix to follow coding conventions.
1368
1369 * term/news.el: A fix to follow coding conventions.
1370
1371 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1372 header line fixed.
1373
1374 * sun-curs.el: Fix Maintainer: header line.
1375
1376 * emacs-lisp/easymenu.el: Address of the author added.
1377
1378 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1379
1380 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1381 property.
1382
1383 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1384
1385 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1386 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1387 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1388 Some fixes to follow coding conventions.
1389
1390 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1391
1392 * which-func.el (which-func-mode): Doc fix.
1393
1394 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1395
1396 * net/rcompile.el (remote-compile): Use make-local-variable.
1397
1398 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1399
1400 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1401
1402 * mail/reporter.el (reporter-submit-bug-report):
1403 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1404
1405 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1406
1407 * calendar/cal-china.el, calendar/cal-coptic.el,
1408 * calendar/cal-dst.el, calendar/cal-french.el,
1409 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1410 * calendar/cal-iso.el, calendar/cal-julian.el,
1411 * calendar/cal-mayan.el, calendar/cal-persia.el,
1412 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1413 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1414 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1415 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1416 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1417 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1418 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1419 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1420 * progmodes/ada-xref.el, progmodes/cc-align.el,
1421 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1422 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1423 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1424 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1425 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1426 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1427 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1428 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1429 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1430 * textmodes/reftex.el: Some fixes to follow coding
1431 conventions in Eshell files with known maintainers.
1432
1433 * emulation/viper.el: A fix to follow coding conventions.
1434
1435 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1436 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1437 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1438 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1439 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1440 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1441 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1442 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1443 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1444 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1445 conventions in Eshell files.
1446
1447 * composite.el, diff.el, emacs-lisp/levents.el,
1448 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1449 * emulation/pc-mode.el, emulation/viper-cmd.el,
1450 * emulation/viper-ex.el, emulation/viper-init.el,
1451 * emulation/viper-keym.el, emulation/viper-macs.el,
1452 * emulation/viper-mous.el, emulation/viper-util.el,
1453 * emulation/viper.el, forms-pass.el, international/ccl.el,
1454 * international/characters.el, international/encoded-kb.el,
1455 * international/fontset.el, international/ja-dic-cnv.el,
1456 * international/ja-dic-utl.el, international/kinsoku.el,
1457 * international/kkc.el, international/mule-cmds.el,
1458 * international/mule-diag.el, international/mule-util.el,
1459 * international/mule.el, international/titdic-cnv.el,
1460 * language/china-util.el, language/chinese.el,
1461 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1462 * language/greek.el, language/hebrew.el, language/japan-util.el,
1463 * language/japanese.el, language/korea-util.el, language/korean.el,
1464 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1465 * language/slovak.el, language/thai-util.el, language/thai.el,
1466 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1467 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1468 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1469 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1470 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1471 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1472 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1473 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1474 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1475 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1476 to follow coding conventions in files without maintainer or in files
1477 with clear maintainer (but without Maintainer header stating so).
1478
1479 * emacs-lisp/elp.el: A fix to follow coding conventions.
1480
1481 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1482 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1483 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1484 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1485 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1486 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1487 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1488 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1489 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1490 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1491 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1492 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1493 conventions in files from Gnus.
1494
1495 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1496 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1497 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1498 * echistory.el, electric.el, emacs-lisp/authors.el,
1499 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1500 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1501 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1502 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1503 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1504 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1505 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1506 * international/codepage.el, international/iso-ascii.el,
1507 * international/iso-insert.el, international/iso-transl.el,
1508 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1509 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1510 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1511 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1512 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1513 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1514 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1515 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1516 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1517 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1518 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1519 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1520 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1521 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1522 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1523 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1524 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1525 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1526 * textmodes/tex-mode.el, textmodes/text-mode.el,
1527 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1528 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1529 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1530 files maintained by FSF.
1531
1532 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1533
1534 * arc-mode.el: A fix to follow coding conventions.
1535
1536 * bindings.el: Ditto.
1537
1538 * cdl.el: Ditto.
1539
1540 * comint.el: Ditto.
1541
1542 * cus-start.el: Ditto.
1543
1544 * shell.el: Ditto.
1545
1546 * skeleton.el: Ditto.
1547
1548 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1549
1550 * info.el (Info-build-node-completions):
1551 Make Info-current-file-completions buffer local.
1552
1553 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1554
1555 * which-func.el (which-func-mode, which-func-ff-hook)
1556 (which-function-mode): Remove references to which-func-mode-global.
1557
1558 * calendar/cal-islam.el (calendar-goto-islamic-date):
1559 Add autoload cookie.
1560
1561 * play/fortune.el: Add types to defcustoms.
1562
1563 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1564
1565 * language/czech.el: A fix to follow coding conventions.
1566
1567 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1570 to the extension list, for antlr-mode. From Christoph Wedler
1571 <Christoph.Wedler@sap.com>.
1572
1573 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1574
1575 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1576 (vc-dired-mode-map): Fix the madness.
1577
1578 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1579 (vc-prefix-map): Moved back from vc.el.
1580
1581 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1582
1583 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1584 Increase the size of the obarray.
1585 (mail-extr-all-top-level-domains): Add more toplevel domains,
1586 add more long names.
1587 From: Per Starback <starback@ling.uu.se>.
1588
1589 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1590
1591 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1592 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1593
1594 * progmodes/ada-mode.el: Ditto.
1595
1596 * progmodes/ada-xref.el: Ditto.
1597
1598 2001-07-11 Miles Bader <miles@gnu.org>
1599
1600 * finder.el (finder-insert-at-column): Also move to the next line
1601 if exactly at COLUMN.
1602
1603 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1604
1605 * help.el (describe-function-1): When printing FUNCTION's
1606 documentation, don't assume FUNCTION is a symbol.
1607
1608 * startup.el (normal-top-level): Don't operate on the initial
1609 frame if we failed to create one.
1610
1611 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1612
1613 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1614 itself, i.e. only indent the contents in it.
1615
1616 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1617
1618 * mail/rmail.el (rmail-show-message): Show beginning of message in
1619 all windows containing it.
1620
1621 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1622
1623 * term/tty-colors.el: Fix the header line and copyright years.
1624
1625 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1626
1627 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1628 original definition has an interactive form, but is Elp
1629 instrumented, use the interactive form of the function called by
1630 elp-wrapper.
1631
1632 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1633 configurations with compare-window-configuration; they aren't
1634 window configurations.
1635
1636 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1637 from the server for the format we expect. Don't use it if it
1638 doesn't look like what the Internet draft for FTP extensions specifies.
1639
1640 * toolbar/*.pbm: Cleaned up.
1641 From Luis Fernandes <elf@ee.ryerson.ca>.
1642
1643 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1644
1645 * cc-cmds.el: Extended the kludge to interoperate with the
1646 delsel and pending-del packages wrt to the new function
1647 `c-electric-delete-forward'.
1648
1649 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1650
1651 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1652 to delay the call to <mode> for global minor modes.
1653 (easy-mmode-define-navigation): Only recenter if interactive.
1654
1655 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1656
1657 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1658 to lisp-indent-line.
1659
1660 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1661 from the server. Call encode-time only when we are sure that we
1662 got a 213 response.
1663
1664 2001-07-06 Simon Josefsson <jas@extundo.com>
1665
1666 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1667 (mail-envelope-from): New user option.
1668 (sendmail-send-it): Use it.
1669
1670 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1671
1672 * ps-print.el: Use locale dependant date to print date in header.
1673 Doc fix.
1674 (ps-print-version): New version number (6.5.3).
1675 (ps-right-header, ps-right-footer): Initialization and doc fix.
1676 (ps-time-stamp-locale-default): New fun.
1677
1678 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1679
1680 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1681 field problem with MIME-mode.
1682
1683 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1684
1685 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1686
1687 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1688 MIME-mode.
1689
1690 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1691
1692 * bindings.el (mode-line-mule-info): Don't show the tip with
1693 buffer-file-coding-system if that is nil.
1694
1695 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1696
1697 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1698 instead of kill-line.
1699
1700 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1701 <Pavel@Janik.cz>.
1702
1703 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1704 <Pavel@Janik.cz>.
1705
1706 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1707
1708 * font-lock.el (c-font-lock-keywords-3): When matching something
1709 like `struct X Y', finish with point after Y.
1710
1711 2001-07-04 Simon Josefsson <jas@extundo.com>
1712
1713 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1714 in caller buffer.
1715
1716 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1717
1718 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1719 instead of string-match to find the basename of the file.
1720 From Pascal Obry <p.obry@wanadoo.fr>.
1721
1722 * net/browse-url.el (browse-url-default-windows-browser):
1723 Support the MS-DOS port when it runs on Windows.
1724 (browse-url-browser-function) [ms-dos]: Default to
1725 browse-url-default-windows-browser.
1726
1727 * help.el (locate-library): Enable code that looks for compressed
1728 libraries if auto-compression-mode is on.
1729
1730 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1731
1732 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1733
1734 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1735
1736 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1737
1738 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1739
1740 * allout.el: Fix the header line, so that finder.el recognizes it.
1741 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1742
1743 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1744 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1745
1746 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1747
1748 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1749
1750 * ps-bdf.el (bdf-directory-list): Use the value relative to
1751 installation-directory for MS-Windows as well.
1752
1753 2001-06-29 Richard M. Stallman <rms@gnu.org>
1754
1755 * wid-edit.el (widget-color-sample-face-get):
1756 Return ((foreground-color . COLOR)) instead of constructing a face.
1757
1758 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * faces.el (region): Change the background color for the
1761 light-background color display to lightgoldenrod2, to make it
1762 visible on some laptops.
1763
1764 2001-06-28 Richard M. Stallman <rms@gnu.org>
1765
1766 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1767 (rmail-msg-restore-non-pruned-header): Likewise.
1768 If point was in the old pruned header, put it at the top.
1769 (rmail-msg-prune-header): If point was at the top, keep it there.
1770
1771 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1772 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1773
1774 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1775
1776 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1777
1778 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1779
1780 * saveplace.el: Update maintainer email address.
1781
1782 2001-06-27 Francesco Potorti` <pot@gnu.org>
1783
1784 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1785 Undo previous change.
1786
1787 2001-06-27 Francesco Potorti` <pot@gnu.org>
1788
1789 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1790 preliminary quick reordering. Can speed things up dramatically.
1791
1792 2001-06-26 Richard M. Stallman <rms@gnu.org>
1793
1794 * dired.el (dired-get-filename): A file name starting with ~
1795 is not absolute in this context.
1796
1797 * which-func.el (which-func-maxout): Increase default to 500000.
1798 (which-function-mode): This is now the "real" name of the function.
1799 (which-func-mode): Now an alias.
1800 (which-func-mode-global): Name deleted.
1801
1802 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1803 button-2, when binding hs-mouse-toggle-hiding.
1804
1805 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1806
1807 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1808 (rmail-msg-prune-header): Likewise.
1809 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1810 and `rmail-msg-prune-header'.
1811
1812 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1813
1814 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1815 back than LINEBEG.
1816
1817 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1818
1819 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1820 window where they clicked the mouse has a header line, adjust
1821 vertical movement by one.
1822
1823 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1824
1825 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1826 too when separating a parenthesis.
1827
1828 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1829
1830 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1831 (bookmark-bmenu-hide-filenames): Add help-echo to
1832 mouse-highlighted text.
1833 (bookmark-bmenu-show-filenames): Remove help-echo property from
1834 the whitespace.
1835
1836 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1837
1838 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1839 From Karl Eichwalder <ke@suse.de>.
1840
1841 2001-06-23 Richard M. Stallman <rms@gnu.org>
1842
1843 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1844
1845 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1846 contents for completing-read.
1847
1848 2001-06-22 Richard M. Stallman <rms@gnu.org>
1849
1850 * menu-bar.el (menu-bar-make-toggle): Construct the
1851 function's doc string from HELP, not DOC, and make it accurate by
1852 adding "Toggle whether to " at the front and downcasing the initial.
1853 Change the HELP arg in some calls to make it fit this usage.
1854
1855 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1856 Undo previous change.
1857
1858 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1859
1860 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1861
1862 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1863
1864 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1865
1866 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1867
1868 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1869
1870 2001-06-20 Richard M. Stallman <rms@gnu.org>
1871
1872 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1873 broken out from dabbrev--find-expansion. Handle minibuffer
1874 specially here.
1875 (dabbrev--find-expansion): Simplify code in various ways.
1876 Don't treat minibuffers specially.
1877 Call dabbrev--make-friend-buffer-list.
1878 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1879 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1880
1881 2001-06-19 John Wiegley <johnw@gnu.org>
1882
1883 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1884 Also, added a comment describing how to greatly speedup Eshell
1885 loadup time, by concatenating together all of Eshell's .elc files.
1886
1887 2001-06-19 John Wiegley <johnw@gnu.org>
1888
1889 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1890
1891 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1892
1893 * woman.el (WoMan-highlight-references): Add help-echo to
1894 mouse-highlighted text.
1895
1896 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1899
1900 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1901
1902 * international/quail.el (quail-start-conversion):
1903 Reset quail-translating to nil.
1904
1905 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1906 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1907
1908 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1909
1910 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1911 mouse-highlighted text.
1912
1913 * dired.el (dired-mark-pop-up): Fix last change.
1914
1915 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1916
1917 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1918 mouse-highlighted text.
1919
1920 * net/quickurl.el (quickurl-url-file): Run through
1921 convert-standard-filename.
1922 (quickurl-list-populate-buffer): Add help-echo to
1923 mouse-highlighted text.
1924 (top-level): Update Dave's URL.
1925
1926 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1927 mouse-highlighted text.
1928
1929 * textmodes/page-ext.el (pages-copy-header-and-position):
1930 Add help-echo to mouse-highlighted text.
1931
1932 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1933 mouse-highlighted text.
1934
1935 * replace.el (occur): Add help-echo to mouse-highlighted text.
1936
1937 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1938 mouse-highlighted text.
1939
1940 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1941 mouse-highlighted text.
1942
1943 * progmodes/compile.el (compile-reinitialize-errors):
1944 Add help-echo to mouse-highlighted messages.
1945 (compilation-forget-errors): Remove help-echo property as well.
1946
1947 * play/landmark.el (lm-plot-square, lm-init-display):
1948 Add help-echo to mouse-highlighted text.
1949
1950 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1951 Add help-echo to mouse-highlighted text.
1952
1953 * dired.el (dired-insert-set-properties): Add help-echo to
1954 mouse-highlighted text.
1955 (dired-mark-pop-up): Remove help-echo property from the file name.
1956
1957 * comint.el (comint-send-input): Add help-echo to
1958 mouse-highlighted text.
1959
1960 * buff-menu.el (list-buffers-noselect): Add help-echo to
1961 mouse-highlighted text.
1962
1963 * arc-mode.el (archive-summarize-files): Add help-echo to
1964 mouse-highlighted text.
1965
1966 * ffap.el (ffap-machine-p): Always return nil if
1967 open-network-stream is not fboundp.
1968
1969 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1970
1971 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1972 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1973 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1974 incorrectly binding chars between 128 and 256 to it.
1975 (sgml-maybe-name-self): Handle latin-1 chars properly.
1976 (sgml-tags-invisible): Bind buffer-file-name to nil.
1977 Use unwind-protect and restore-buffer-modified-p.
1978 (sgml-point-entered): Use buffer-substring-no-properties.
1979 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1980 (html-mode): Don't force `imenu-sort-function'.
1981
1982 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1983
1984 * tar-mode.el: Fix the copyright notice.
1985
1986 * font-lock.el (font-lock-comment-face): For tty's with dark
1987 background, use "red1", since "lightred" is not one of the colors
1988 recognized by tty-colors.el.
1989
1990 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1991 create a buffer for extracted file, in case there's more than one
1992 file by that name in an archive, possibly in different
1993 directories. From Kevin Rodgers <kevinr@ihs.com>.
1994
1995 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1996 <alex@gnu.org>.
1997
1998 2001-06-15 Miles Bader <miles@gnu.org>
1999
2000 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2001 Revert previous change.
2002
2003 2001-06-14 Richard M. Stallman <rms@gnu.org>
2004
2005 * replace.el (keep-lines-read-args): Return just a regexp.
2006 Provide nil for the region args.
2007 (keep-lines, flush-lines, how-many):
2008 Calculate the defaults for the region here, when args are nil.
2009
2010 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2011
2012 * rot13.el (rot13-other-window): Some more doc fix.
2013
2014 2001-06-14 Per Starback <starback@ling.uu.se>
2015
2016 * replace.el (case-replace, query-replace-from-history-variable)
2017 (query-replace-to-history-variable, keep-lines-read-args)
2018 (occur-revert-function, query-replace-help): Dox fix.
2019
2020 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2021
2022 * rot13.el (rot13-other-window): Doc fix.
2023
2024 2001-06-14 Miles Bader <miles@gnu.org>
2025
2026 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2027 of " and \ to "." (punctuation).
2028 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2029
2030 2001-06-13 Richard M. Stallman <rms@gnu.org>
2031
2032 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2033
2034 * simple.el (shell-command-on-region): Never kill the
2035 *Shell Command Output* buffer.
2036
2037 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2038
2039 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2040
2041 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2042
2043 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2044 New var, to recognize ${ $' and PODs.
2045 (perl-font-lock-syntactic-face-function): New function.
2046 (perl-mode): Use them.
2047 (perl-continuation-line-p): New function, from perl-calculate-indent.
2048 (perl-calculate-indent): Use it, to properly handle continuation
2049 lines of continuation lines.
2050
2051 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2052
2053 * server.el (server-process, server-buffer-clients): Doc fix.
2054 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2055
2056 2001-06-09 John Wiegley <johnw@gnu.org>
2057
2058 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2059 test if the last command was Lisp or not.
2060 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2061 B x C".
2062
2063 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2064
2065 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2066 general one on compile.el supports drive letters.
2067
2068 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2069
2070 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
2071 key description.
2072
2073 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2074
2075 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
2076 (reftex-toc-jump): New command.
2077
2078 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
2079 to parse international characters as well.
2080
2081 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
2082 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
2083
2084 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2085
2086 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
2087 TAB to the key separators.
2088
2089 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2090
2091 * international/mule.el (auto-coding-alist): Remove redundant
2092 up-cased versions of the extensions (auto-coding-alist-lookup is
2093 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2094 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2095
2096 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2097
2098 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2099
2100 2001-06-01 Richard M. Stallman <rms@gnu.org>
2101
2102 * help.el (describe-variable): Put value on same line
2103 with preceding text, if it is short enough to look good that way.
2104
2105 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2106
2107 * term/internal.el (IT-unicode-translations): New variable.
2108 (IT-setup-unicode-display): New function.
2109
2110 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2111
2112 * ps-print.el: Handle before-string and after-string overlay properties
2113 in ps-print-*-with-faces commands. Doc fix.
2114 (ps-print-version): New version number (6.5.2).
2115 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2116 for XEmacs.
2117 (ps-prefix-quote): Doc fix.
2118 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
2119 (ps-basic-plot-str, ps-plot-string): New funs.
2120
2121 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2122
2123 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2124 and :type spec.
2125
2126 2001-05-31 Gerd Moellmann <gerd@gnu.org>
2127
2128 * international/mule-cmds.el (inactivate-input-method):
2129 Set input-method-function to nil.
2130
2131 * xml.el (xml-parse-tag): The document may contain invalid characters.
2132 From ShengHuo ZHU <zsh@cs.rochester.edu>
2133
2134 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2135
2136 * mail/rmailsum.el (rmail-message-subject-p): Don't call
2137 `rmail-summary-line-decoder' if the message does not have
2138 a Subject: field.
2139
2140 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
2141
2142 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2143 New variable.
2144 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2145 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2146 is non-nil.
2147
2148 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2149
2150 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2151
2152 2001-05-29 Sam Steingold <sds@gnu.org>
2153
2154 * faces.el (face-valid-attribute-values): Bind `valid' directly
2155 instead of using `setq'.
2156
2157 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2158 Use `tex-shell-buf'.
2159 (tex-shell-proc): Use `tex-shell-running'.
2160 (tex-shell-buf-no-error): New function.
2161 (tex-send-tex-command): Use it.
2162 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2163 (tex-kill-job): Check the process before calling `quit-process'.
2164
2165 2001-05-29 Gerd Moellmann <gerd@gnu.org>
2166
2167 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2168 UTF-8 sequences.
2169
2170 2001-05-28 Miles Bader <miles@gnu.org>
2171
2172 * comint.el (comint-carriage-motion): Renamed from
2173 `comint-cr-magic'. Operate on the buffer instead of the string
2174 (for use as a comint post-output filter, instead of as a
2175 pre-output filter). Handle backspaces too. Add to the
2176 `comint-output-filter-functions' hook instead of
2177 `comint-preoutput-filter-functions'.
2178
2179 2001-05-28 Gerd Moellmann <gerd@gnu.org>
2180
2181 * language/japan-util.el (japanese-hankaku): Prefer the charset
2182 `jisx0201' when the optional argument `ascii-only' is not specified.
2183 (japanese-hankaku-region): Ditto.
2184 From Katsumi Yamaoka <yamaoka@jpl.org>
2185
2186 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2187
2188 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2189 (outline-invisible-p): New function.
2190 (hide-leaves): Save excursion.
2191 (hide-other): Stop looping when reaching bobp.
2192
2193 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2194
2195 * cus-edit.el (custom-file): Fix last change.
2196
2197 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2198
2199 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2200 same definition in byte-compile-function-environment as `autoload'
2201 would put in `symbol-function'.
2202
2203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2204 patch to correct the error message as well.
2205
2206 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2207
2208 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2209 unless ~/.emacs exists.
2210
2211 * novice.el (enable-command): If user-init-file is nil or does not
2212 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2213
2214 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2215
2216 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2217 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2218 Allow spaces around macro arguments.
2219 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2220 indent-for-tab-command.
2221 (latex-mode-map, plain-tex-mode-map): New keymaps.
2222 Inherit from tex-mode-map.
2223 (tex-common-initialization): Don't setup the keymap any more
2224 since it's now done right by define-derived-mode.
2225 (latex-mode): Set skeleton-end-hook to nil.
2226 (latex-skeleton-end-hook): Remove.
2227 (tex-latex-block, latex-insert-item): Simplify.
2228 (latex-syntax-after): Use following-char rather than char-after.
2229 (tex-discount-args-cmds, tex-count-words): New functions.
2230
2231 * textmodes/tildify.el (tildify-ignored-environments-alist):
2232 Recognize \verb* as well.
2233
2234 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2235 (perl-comment-indent): Simplify to let newcomment.el do its job.
2236 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2237 (perl-mark-function): Cleanup the namespace.
2238 (perl-calculate-indent): Don't be fooled by nested functions.
2239
2240 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2241
2242 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2243 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2244
2245 2001-05-25 Andrew Choi <akochoi@i-cable.com>
2246
2247 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2248 actually be `\\'.
2249 (ctlau-b5-converter): Likewise.
2250
2251 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2252
2253 * international/titdic-cnv.el (quail-misc-package-ext-info):
2254 Change CTLauB.el to CTLau-b5.el.
2255
2256 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2257
2258 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2259 rather than beginning-of-line to avoid problems with fields.
2260 (gud-perldb-massage-args): Use unless and push.
2261 (gud-chdir-before-run): New var.
2262 (gud-common-init): Use it.
2263
2264 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2265
2266 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2267 delete entries for chinese-ctlau and chinese-ctlaub.
2268 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
2269 chinese-ctlaub.
2270 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2271 New functions.
2272
2273 2001-05-22 Gerd Moellmann <gerd@gnu.org>
2274
2275 * cus-edit.el (custom-comment-show): Remove debug code.
2276
2277 * language/japan-util.el (japanese-symbol-table): Fix handling of
2278 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2279
2280 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2281
2282 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2283 Renamed by removing the silly `-flag' suffix.
2284 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2285
2286 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2287
2288 * replace.el (keep-lines-read-args): Use `copy-marker'.
2289 (how-many): Save excursion properly.
2290 (occur-mode): Use define-derived-mode.
2291 (perform-replace): Use with-current-buffer.
2292
2293 2001-05-20 Richard M. Stallman <rms@gnu.org>
2294
2295 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2296
2297 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2298
2299 * info.el (Info-read-subfile): Widen before finding the
2300 desired node in the subfile.
2301
2302 * startup.el (command-line-1): When >2 files visited,
2303 leave the last one visible, and make that the selected window.
2304
2305 2001-05-20 Gerd Moellmann <gerd@gnu.org>
2306
2307 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2308
2309 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2310
2311 * international/ccl.el (define-ccl-program): Fix a typo.
2312 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2313
2314 * international/mule.el (decode-char): Fix a typo. From Pavel
2315 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2316
2317 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2318 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2319
2320 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2321 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2322
2323 2001-05-18 Sam Steingold <sds@gnu.org>
2324
2325 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2326 and [RET] to `cvs-mode-find-file'.
2327
2328 2001-05-18 John Wiegley <johnw@gnu.org>
2329
2330 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2331 configuration variable, which determines the initial character
2332 that forces use of an external version of a command. The default
2333 is *, but may be set to \, for example.
2334
2335 * eshell/esh-ext.el (eshell-explicit-command):
2336 Use `eshell-explicit-command-char' instead of ?*.
2337
2338 * eshell/esh-cmd.el (eshell/which):
2339 Use `eshell-explicit-command-char' instead of ?*.
2340
2341 * eshell/em-cmpl.el (eshell-completion-command-name)
2342 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2343 instead of ?*.
2344
2345 2001-05-18 Gerd Moellmann <gerd@gnu.org>
2346
2347 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2348 subst-char-in-string.
2349 (ange-ftp-after-parse-ls-hook): New variable.
2350 (ange-ftp-ls): Run that hook.
2351 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2352
2353 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2354 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2355 text into *Completions*.
2356
2357 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2358 part of which look like email addresses.
2359
2360 2001-05-18 Andrew Innes <andrewi@gnu.org>
2361
2362 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2363 Use . instead of absolute path for lisp dir, to avoid bug in W2K
2364 cmd.exe's handling of FOR loops.
2365 (autoloads): Set find-file-suppress-same-file-warnings to t to
2366 avoid slew of spurious messages.
2367
2368 2001-05-18 Simon Josefsson <simon@josefsson.org>
2369
2370 * mail/smtpmail.el (maybe-append-domain): Renamed to
2371 `smtpmail-maybe-append-domain'.
2372 (smtpmail-via-smtp): Use the new name.
2373
2374 * net/browse-url.el (browse-url-browser-function): Add kde.
2375 (browse-url-kde-program, browse-url-kde-args): New variables.
2376 (browse-url-kde): New function.
2377
2378 2001-05-18 Miles Bader <miles@gnu.org>
2379
2380 * simple.el (delete-horizontal-space, just-one-space):
2381 Use `constrain-to-field' instead of `field-end'/`field-beginning',
2382 because it's more efficient for large files.
2383
2384 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2385
2386 * mail/rmail.el (rmail-require-mime-maybe): New function.
2387 (rmail): Use it.
2388 (rmail-mode): Handle the case of finding Rmail files.
2389
2390 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2391 functions.
2392
2393 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2394
2395 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2396 text-property after moving to the beginning of line and regardless
2397 of the value of font-lock-multiline.
2398
2399 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2400
2401 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2402
2403 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2404 last coding system used before calling set-buffer-modified-p
2405 because that function changes last-coding-system.
2406
2407 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2408
2409 * files.el (switch-to-buffer-other-window)
2410 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2411 the doc string.
2412
2413 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2414
2415 * language/slovak.el, language/czech.el: New maintainer.
2416
2417 2001-05-16 Sam Steingold <sds@gnu.org>
2418
2419 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2420 sub-form of `defgeneric' correctly.
2421
2422 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2423
2424 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2425 of `c'.
2426
2427 * textmodes/outline.el (outline-font-lock-level): Remove the
2428 condition-case, test what outline-level returns instead, to
2429 ease debugging.
2430
2431 * international/mule.el (auto-coding-regexp-alist): New user-option.
2432 (auto-coding-from-file-contents): New function.
2433 (set-auto-coding): Use it to determine a coding system.
2434
2435 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2436
2437 * mouse.el (mouse-delete-other-windows): Doc fix.
2438
2439 * emacs-lisp/lisp-mode.el (lisp-mode):
2440 Make font-lock-keywords-case-fold-search a buffer-local variable with
2441 make-local-variable before setting it.
2442
2443 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2444
2445 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2446 prefixes.
2447
2448 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2449
2450 * hexl.el (hexl-current-address): Print a message when called
2451 interactively.
2452
2453 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2454
2455 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2456
2457 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2458
2459 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2460
2461 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2462
2463 * startup.el (command-line): If parameters have been changed in
2464 the init files which influence font selection, clear the face
2465 cache so that faces get realized with the new parameters.
2466
2467 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2468
2469 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2470
2471 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2472
2473 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2474
2475 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2476 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2477
2478 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2479
2480 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2481 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2482
2483 2001-05-09 John Wiegley <johnw@gnu.org>
2484
2485 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2486 Annotated the documentation string to tell users about
2487 `eshell-no-numeric-conversions'.
2488
2489 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2490 conversions if a Lisp function has the property
2491 `eshell-no-numeric-conversions' set to a non-nil value.
2492
2493 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2494 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2495 property `eshell-no-numeric-conversions' on the following
2496 functions (which all deal with filesystem entities, and never Lisp
2497 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2498 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2499 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2500 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2501 eshell/which, eshell/addpath.
2502
2503 2001-05-09 John Wiegley <johnw@gnu.org>
2504
2505 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2506 encountered as an argument, don't convert it right away, but tag
2507 the first character of the string with the text properties
2508 `number', which signifies to `eshell-lisp-command' that the
2509 argument should be passed through `string-to-number' if it is
2510 actually used in the call to a Lisp function.
2511
2512 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2513 function, convert any string arguments that have been tagged as
2514 "numbers", by calling string-to-number.
2515
2516 * eshell/esh-util.el (eshell-number-regexp): Now that number
2517 conversions only happen for Lisp function calls, the number regexp
2518 should now match all integer and floating point forms.
2519
2520 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2521 `eshell-continue-process', since they are both nonfunctional at
2522 the moment.
2523 (eshell-proc-initialize): Don't bind keys for
2524 `eshell-stop-process' or `eshell-continue-process'.
2525
2526 * eshell/em-unix.el (eshell-shuffle-files):
2527 Apply `directory-file-name' before calling `file-name-directory'.
2528
2529 * eshell/em-hist.el (eshell-add-to-history): Reference to
2530 `eshell-history-ring' needed to be `eshell-history-index'.
2531
2532 * calendar/timeclock.el (timeclock-find-discrep):
2533 Initialize `elapsed' to 0.
2534 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2535 it's still nil.
2536
2537 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2538
2539 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2540 (archive-mode): Use capitalize.
2541 (archive-unique-fname): Use make-temp-file.
2542
2543 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2544
2545 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2546
2547 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2548
2549 * tar-mode.el (tar-extract): Pay attention to the value of
2550 coding-system-for-read, if it is non-nil.
2551
2552 * calendar/holidays.el (holidays): Add an autoload cookie.
2553 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2554
2555 2001-05-08 John Wiegley <johnw@gnu.org>
2556
2557 * calendar/timeclock.el (timeclock-workday-remaining):
2558 Changed logic for determining how much time is remaining.
2559 (timeclock-workday-elapsed): Don't accept a "relative" argument
2560 for the current day's elapsed time. What could that have meant?
2561 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2562 (timeclock-when-to-leave): Changed logic, similarly to what was
2563 done for `timeclock-workday-remaining'.
2564 (timeclock-find-discrep): Removed "today-only" argument, which had
2565 no meaning. Fixed some more math problems. The function now
2566 returns a three member list: (TOTAL-TIME-DISCREPANCY
2567 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2568
2569 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * w32-fns.el (convert-standard-filename): Start replacing slashes
2572 from the beginning of the file name, not from where the last
2573 invalid character was. From "Andrew Maguire (SWW)"
2574 <Andrew.Maguire@Smallworld.co.uk>
2575
2576 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2577
2578 The following changes are to provide infrastructure for handling
2579 MIME messages to rmail. They don't affect the original behaviour
2580 if rmail-enable-mime is nil.
2581
2582 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2583 (rmail-search-mime-message-function)
2584 (rmail-search-mime-header-function): New variables.
2585 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2586 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2587 `rmail-view-buffer' is hidden.
2588 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2589 call rmai-show-mime-function.
2590 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2591 mode-line-process of rmail-view-buffer.
2592 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2593 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2594 buffer.
2595 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2596 set-buffer to the Rmail buffer.
2597 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2598 rmail-search-mime-header-function.
2599 (rmail-search-message): New function.
2600 (rmail-search): Call rmail-search-message to check if a message
2601 matches REGEXP, lastly update point after calling
2602 rmail-show-message.
2603 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2604 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2605 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2606 header region, refer to rmail-msgref-vector while setting the
2607 current buffer to rmail-buffer temporarily.
2608 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2609 If rmail-enable-mime is non-nil, call
2610 rmail-insert-mime-forwarded-message-function instead of inserting
2611 forwarded message by itself.
2612
2613 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2614 Rmail buffer.
2615 (rmail-set-label, rmail-next-labeled-message): Likewise.
2616
2617 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2618 set-buffer to the Rmail buffer.
2619 (rmail-output-to-rmail-file): Likewise.
2620 (rmail-output): Likewise.
2621
2622 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2623 of mail-fetch-field by rmail-summary-line-decoder.
2624 (rmail-new-summary): Be sure to go to the Rmail buffer.
2625 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2626 rmail-view-buffer to nil.
2627 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2628 rmail-view-buffer.
2629 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2630 rmail-buffer.
2631 (rmail-summary-scroll-msg-down): Likewise.
2632 (rmail-summary-beginning-of-message): Likewise.
2633 (rmail-summary-wipe): Likewise.
2634 (rmail-summary-toggle-header): Use save-window-excursion, not
2635 save-excursion. Update point in rmail-view-buffer, not in
2636 rmail-buffer.
2637 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2638 rmail-view-buffer, not rmail-buffer.
2639
2640 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2641
2642 * cus-edit.el (custom-file): Signal an error if user-init-file is
2643 nil (running -q).
2644
2645 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2646
2647 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2648 Add :version.
2649
2650 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2651 New option.
2652 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2653 only if smtpmail-warn-about-unknown-extensions is set.
2654
2655 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2656 instead of rmail-sort-by-keywords.
2657
2658 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2659 rmail-sort-by-keywords.
2660
2661 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2662 rmail-summary-sort-by-keywords. Doc fix.
2663 (rmail-summary-mode): Doc fix.
2664
2665 * mail/rmail.el (rmail-edit): New Custom group.
2666
2667 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2668 (rmail-edit-mode-hook): New user-option.
2669
2670 2001-05-05 Richard M. Stallman <rms@gnu.org>
2671
2672 * help.el (help-xref-symbol-regexp): Recognize "source of"
2673 and friends, meaning make a link to the source file.
2674 (help-make-xrefs): Handle "source of" and friends
2675 by constructing a link that visits the source file.
2676
2677 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2678
2679 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2680
2681 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2682 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2683 Renamed from perl-font-lock-keywords to avoid clashes.
2684 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2685 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2686 Updated correspondingly.
2687
2688 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2689 Typo `nonexistant' -> `nonexistent'.
2690
2691 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2692
2693 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2694 Split `c-electric-delete' into two functions where
2695 `c-electric-delete-forward' always deletes forward and
2696 `c-electric-delete' only contains the code necessary for XEmacs to
2697 choose between backward and forward deletion.
2698
2699 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2700 get the electric behavior on that key too.
2701 (c-fill-paragraph): Fixed bogus direct use of
2702 c-comment-prefix-regexp, which caused an error when it's a list.
2703
2704 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * dired-aux.el (dired-diff): Doc fix.
2707
2708 * dired.el (dired-diff): Likewise.
2709
2710 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2713
2714 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2715
2716 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2717 if both the buffer and the file are read-only.
2718
2719 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2720 rather than font-lock-string-face.
2721 (sh-get-indent-info): Treat heredocs like strings.
2722
2723 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2724
2725 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2726 a newline following `}'.
2727 (texinfo-format-email): New function.
2728 (toplevel): Use texinfo-format-email for @email.
2729 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2730 Add `display'.
2731 (texinfo-sort-region): Goto point-min before sorting.
2732 (texinfo-set): Remove leading white space from value.
2733 From yagi@is.titech.ac.jp.
2734
2735 * replace.el (query-replace-regexp-eval): Doc fix.
2736
2737 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2738
2739 * diff-mode.el (diff-nonexistant-face): New face.
2740 (diff-font-lock-keywords): Use it.
2741
2742 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2743
2744 * font-lock.el (font-lock-mode): Doc fix.
2745
2746 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2747 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2748
2749 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2750
2751 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2752 backslash at the start of the here-document delimiter.
2753 (sh-font-lock-syntactic-keywords): Likewise.
2754
2755 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2756
2757 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2758
2759 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2760 (tty-color-translate, tty-color-by-index, tty-color-values)
2761 (tty-color-desc): Doc fix.
2762
2763 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2764
2765 * dired-aux.el (dired-do-create-files, dired-do-copy)
2766 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2767 Mention dired-dwim-target in the doc string.
2768
2769 2001-04-28 Miles Bader <miles@gnu.org>
2770
2771 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2772 (dabbrev--find-expansion): Use it.
2773 (dabbrev--select-buffers): Don't select ignored buffers.
2774
2775 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2776
2777 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2778
2779 2001-04-26 Richard M. Stallman <rms@gnu.org>
2780
2781 * dabbrev.el: Add doc strings for some functions.
2782 (dabbrev--eliminate-newlines): New variable.
2783 (dabbrev--substitute-expansion): Convert newlines to spaces
2784 if dabbrev--eliminate-newlines is set.
2785 If abbrev and expansion are both all-lower-case,
2786 leave dabbrev--last-case-pattern nil.
2787
2788 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2789
2790 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2791 if necessary, like in rmail-show-message.
2792
2793 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2794
2795 * ps-print.el: Color specified by number is forced to be float number.
2796 (ps-print-version): New version number (6.5.1.1).
2797 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2798 initialization.
2799 (ps-prefix-quote): New internal var.
2800 (ps-print-quote): New fun.
2801 (ps-setup, ps-output-frame-properties, ps-float-format)
2802 (ps-format-color): Code fix.
2803 (ps-plot-region): Eliminate redundant foreground color text setting.
2804
2805 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2808
2809 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2810
2811 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2812
2813 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * info.el (Info-additional-directory-list): Doc fix.
2816
2817 * find-lisp.el (find-lisp-find-dired-filter)
2818 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2819 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2820
2821 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2822
2823 * progmodes/make-mode.el (makefile-font-lock-keywords):
2824 Rationalize the rules for includes and conditionals and use the
2825 keyword face for them.
2826
2827 * faces.el (modify-face): Add compatibility for non-interactive use.
2828
2829 2001-04-24 John Wiegley <johnw@gnu.org>
2830
2831 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2832 fix from last night, since it wasn't finding eshell/cd.
2833
2834 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2835
2836 * rect.el (string-rectangle): Revert to 20.x behaviour.
2837 (replace-rectangle): Make it an alias for string-rectangle.
2838 (string-insert-rectangle): New function.
2839
2840 2001-04-23 John Wiegley <johnw@gnu.org>
2841
2842 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2843 occurring with Emacs 21's diff.el/compile.el interaction layer.
2844
2845 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2846
2847 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2848 case where the function was defined in a file, but not part of an
2849 eshell module.
2850
2851 2001-04-23 John Wiegley <johnw@gnu.org>
2852
2853 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2854 code to work around a redisplay problem I've been having.
2855
2856 2001-04-23 John Wiegley <johnw@gnu.org>
2857
2858 * calendar/timeclock.el (timeclock-day-required): If the time
2859 required for a particular day is not set, use `timeclock-workday'.
2860 (timeclock-find-discrep): Added some sample code in a comment.
2861
2862 * eshell/eshell.el (eshell-command): Made a few changes so that
2863 `eshell-command' could be called programmatically.
2864
2865 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2866
2867 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2868
2869 2001-04-23 John Wiegley <johnw@gnu.org>
2870
2871 * calendar/timeclock.el: Updated copyright.
2872 (timeclock-generate-report): Don't report the daily or two-week
2873 total, if no time has been worked in that period.
2874 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2875 final computational form, which was unnecessary; corrected a
2876 parsing problem when timeclock-relative was nil.
2877
2878 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2879
2880 * calendar/timeclock.el (timeclock-modeline-display): Check if
2881 `list-entry' is null.
2882 (timeclock-use-display-time): The first argument to `set-variable'
2883 must be a symbol.
2884
2885 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2886
2887 * calendar/calendar.el (diary-entry-marker)
2888 (calendar-today-marker, calendar-holiday-marker):
2889 Use display-color-p instead of window-system.
2890 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2891 instead of window-system.
2892 (calendar-hide-window): Use display-multi-frame-p instead of
2893 window-system.
2894
2895 * calendar/cal-x.el (calendar-two-frame-setup)
2896 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2897 Use display-multi-frame-p instead of window-system.
2898
2899 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2900
2901 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2902
2903 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2904 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2905
2906 2001-04-23 Alex Schroeder <alex@gnu.org>
2907
2908 * goto-addr.el: Instead of defining line-beginning-position and
2909 line-end-position a defalias is used for point-at-bol and point-at-eol.
2910
2911 2001-04-23 Alex Schroeder <alex@gnu.org>
2912
2913 * goto-addr.el: Added XEmacs compatibility code.
2914 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2915
2916 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2917
2918 * textmodes/paragraphs.el (sentence-end): Doc fix.
2919
2920 2001-04-20 Alex Schroeder <alex@gnu.org>
2921
2922 * sql.el (sql-escape-newlines-and-send): New function.
2923 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2924
2925 2001-04-20 Alex Schroeder <alex@gnu.org>
2926
2927 * sql.el (sql-db2-program): New option.
2928 (sql-db2-options): New option.
2929 (sql-db2): New function.
2930
2931 2001-04-20 Alex Schroeder <alex@gnu.org>
2932
2933 * sql.el (sql-mode-menu): Added highlighting entries.
2934 (sql-highlight-oracle-keywords): New function.
2935 (sql-highlight-postgres-keywords): New function.
2936 (sql-highlight-ansi-keywords): New function.
2937
2938 2001-04-20 Alex Schroeder <alex@gnu.org>
2939
2940 * sql.el (sql-help): Doc change.
2941
2942 2001-04-19 Karl Fogel <kfogel@collab.net>
2943
2944 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2945 that inserted file content only to delete it immediately.
2946 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2947 <lektu@uol.com.br> for the patch.
2948
2949 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2950
2951 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2952
2953 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2954
2955 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2956 for defmethod.
2957
2958 * comint.el (comint-cr-magic): New function.
2959 (toplevel): Add it to comint-preoutput-filter-functions.
2960
2961 2001-04-18 Andrew Innes <andrewi@gnu.org>
2962
2963 * makefile.w32-in (EMACSLOADPATH): Define.
2964 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2965 (recompile): Remove stuff to set EMACSLOADPATH.
2966
2967 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2968
2969 * language/slovak.el ("Slovak"): Add tutorial entry.
2970
2971 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2972 browse-url-new-window-p.
2973
2974 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * info.el (Info-menu-update): When there are no menus and/or no
2977 cross references in the node, make the respective items of the
2978 Info menu-bar menu inactive.
2979
2980 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2981
2982 * indent.el (indent-for-tab-command): Call indent-line-function
2983 with no argument if PREFIX-ARG is non-nil.
2984
2985 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2986
2987 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2988
2989 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2990 an async subprocess if start-process is unavailable. Suggested by
2991 Tim Van Holder <tim.van.holder@pandora.be>.
2992
2993 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2994
2995 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2996 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2997
2998 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2999
3000 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3001 manual.
3002
3003 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3004
3005 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3006 (cvs-menu): Add a few entries.
3007
3008 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3009 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3010 lock file appears to be reachable from Emacs.
3011 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3012 (cvs-mode-find-file): Look for cvs-header-face rather than
3013 cvs-dirname-face (which doesn't exist).
3014 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3015
3016 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3017
3018 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3021 normal-erase-is-backspace on a tty. Instead, bind some keys such
3022 as [delete] directly, like pc-select.el did before
3023 normal-erase-is-backspace was invented.
3024
3025 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
3026
3027 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3028
3029 2001-04-11 John Wiegley <johnw@gnu.org>
3030
3031 * eshell/em-ls.el (eshell-ls-insert-directory):
3032 Set font-lock-defaults to nil, to prevent fontification in dired
3033 buffers, if Eshell's ls is being used.
3034
3035 2001-04-11 John Wiegley <johnw@gnu.org>
3036
3037 * calendar/timeclock.el (timeclock-completing-read): New function.
3038 (timeclock-ask-for-project, timeclock-ask-for-reason):
3039 Call `timeclock-completing-read'.
3040
3041 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3042 required where `member' was being used.
3043
3044 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
3045
3046 * eshell/em-hist.el (eshell-previous-matching-input):
3047 Don't display "History item" if the the minibuffer is active.
3048
3049 2001-04-11 Gerd Moellmann <gerd@gnu.org>
3050
3051 * startup.el (command-line): Output a newline after printing
3052 an error from loading the window system's init file.
3053
3054 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3055
3056 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3057 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
3058 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3059 keywords whose arguments routinely include @@.
3060
3061 2001-04-10 Gerd Moellmann <gerd@gnu.org>
3062
3063 * emacs-lisp/advice.el (ad-make-advised-definition):
3064 Construct advice for subrs differently.
3065
3066 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
3067 regexp in parentheses when building the regexp for searching backwards.
3068
3069 * simple.el (completion-list-mode-finish): New function.
3070 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
3071
3072 * language/european.el ("Polish"): Change sample text.
3073 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
3074
3075 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3076 parameter.
3077
3078 * faces.el (menu): Doc fix.
3079
3080 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3081
3082 * ps-print.el: Footer implementation. Doc fix.
3083 (ps-print-version): New version number (6.5.1).
3084 (ps-header-frame-alist): New customization var for header frame
3085 properties.
3086 (ps-line-number-color): New customization var for line number color.
3087 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3088 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3089 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3090 (ps-right-footer): New customization vars for footers.
3091 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3092 footers.
3093 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
3094 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3095 Code fix.
3096 (ps-prologue-file): Indentation fix.
3097 (ps-print-quote): Fun eliminated.
3098 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3099 (ps-output-frame-properties): New fun.
3100 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3101 (ps-skip-newline): Replace defun by defsubst.
3102
3103 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
3104
3105 * eshell/eshell.el (eshell-command): Needed a "%s" format
3106 specifier, in case the buffer contains percent characters.
3107
3108 2001-04-10 John Wiegley <johnw@gnu.org>
3109
3110 * calendar/timeclock.el (timeclock-generate-report): Added a
3111 missing insert of the project name.
3112
3113 2001-04-09 Gerd Moellmann <gerd@gnu.org>
3114
3115 * obsolete/profile.el: Moved from emacs-lisp/.
3116
3117 * Makefile.in (nonobsolete_setwins): New macro.
3118 (finder-data): Use it instead of `setwins'.
3119 From: Dave Love <fx@gnu.org>.
3120
3121 * server.el (server-visit-files): Set server-existing-buffer correctly.
3122 (server-visit-files): Run server-visit-hook after going to
3123 line 1 so that the hook can set point as it sees fit.
3124
3125 * bindings.el (mode-line-modified): Unify help messages.
3126
3127 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3128
3129 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3130 All callers changed.
3131
3132 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3133
3134 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3135 long file names aren't supported, truncate the file names in
3136 quail-misc-package-ext-info to 8+3 before matching them against
3137 FILENAME.
3138
3139 * dos-fns.el (dos-truncate-to-8+3): New function.
3140
3141 * progmodes/compile.el (grep-compute-defaults): Use null-device
3142 instead of literal /dev/null. Reported by Jens Schmidt
3143 <schmidt@mathematik.uni-kl.de>.
3144
3145 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3146
3147 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * textmodes/sgml-mode.el: Add unknown maintainer.
3150 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3151 (html-mode-map): Use set-keymap-parent.
3152
3153 2001-04-06 Dave Love <fx@gnu.org>
3154
3155 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3156 Remove redundant string-to-list.
3157
3158 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3159
3160 * composite.el (reference-point-alist): Doc fix.
3161
3162 2001-04-05 Sam Steingold <sds@gnu.org>
3163
3164 * font-lock.el (font-lock-keywords-case-fold-search):
3165 Make buffer-local. This fixes a very annoying bug when loading a Lisp
3166 file made font-lock case-insensitive.
3167
3168 2001-04-05 Gerd Moellmann <gerd@gnu.org>
3169
3170 * faces.el (defface menu): Doc fix.
3171
3172 * wid-edit.el (widget-color-sample-face-get): Don't make
3173 faces for undefined colors.
3174
3175 * version.el (emacs-version): Include LessTif/Motif version info.
3176
3177 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3178
3179 * ps-mule.el: Eliminate cl package dependence.
3180 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3181 if they aren't defined yet.
3182 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3183 Eliminate cl package dependence.
3184
3185 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3186
3187 * progmodes/cc-cmds.el (c-outline-level):
3188 Bind buffer-invisibility-spec. Originally from Dave Love, but
3189 got lost when incorporating version 5.26.
3190
3191 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3192
3193 * emulation/pc-select.el (pc-selection-mode):
3194 Call normal-erase-is-backspace-mode instead of binding
3195 keys individually.
3196
3197 * cus-load.el (normal-erase-is-backspace): Use it instead of
3198 delete-key-deletes-forward.
3199
3200 * startup.el (command-line): Use normal-erase-is-backspace and
3201 normal-erase-is-backspace-mode.
3202
3203 * simple.el (normal-erase-is-backspace): Rename from
3204 delete-key-deletes-forward. Doc fix.
3205 (normal-erase-is-backspace-mode): Rename from
3206 delete-key-deletes-forward-mode. Doc fix.
3207 Run normal-erase-is-backspace-hook.
3208
3209 * dired.el (dired-move-to-filename-regexp): Support file sizes in
3210 ``human-readable'' format produced by GNU `ls'.
3211 (dired-move-to-filename-regexp): Recognize ISO format dates.
3212 From Paul Eggert <eggert@twinsun.com>.
3213
3214 2001-04-04 Gerd Moellmann <gerd@gnu.org>
3215
3216 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3217 New functions.
3218 (lm-verify): Check keywords.
3219 From Eric M. Ludlam <eric@siege-engine.com>.
3220
3221 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3222
3223 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3224 `xemacs' feature instead of for the function `set-extent-property'.
3225
3226 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3227
3228 * mail/mh-utils.el (mh-folder-hist): New var.
3229 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3230
3231 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3232
3233 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3234 region, position point on the first or last 16-byte group.
3235 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3236 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3237 hexl-beginning-of-line.
3238
3239 2001-04-03 Gerd Moellmann <gerd@gnu.org>
3240
3241 * icomplete.el (icomplete-mode): Treat an argument like other
3242 modes do.
3243
3244 * startup.el (fancy-splash-head): Use splash8.xpm for color
3245 depth 8.
3246
3247 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3248 Add an antry for ``converts''.
3249
3250 * language/slovak.el ("Slovak"): Add documentation string.
3251 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3252
3253 * language/czech.el ("Czech"): Add documentation string.
3254 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3255
3256 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3257 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3258
3259 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3260
3261 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3262 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3263 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3264 Use `defsubst' rather than a macro to ease debugging.
3265 (mail-extr-last): Remove (use `last' instead).
3266 (mail-extract-address-components): Properly reset the syntax-table
3267 after parsing an address. Use `last' rather than mail-extr-last.
3268 Make sure the end marker stays at the very end.
3269
3270 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3273 last change.
3274
3275 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3276
3277 * ps-print.el: Line and paragraph spacing feature. Region to cut
3278 out when printing. Doc fix.
3279 (ps-print-version): New version number (6.5).
3280 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3281 New vars. Line and paragraph spacing feature.
3282 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3283 out when printing.
3284 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3285 (ps-get-font-size, ps-begin-job, ps-continue-line)
3286 (ps-plot-region): Code fix.
3287 (ps-print-prologue-2): Var eliminated.
3288 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3289 New internal vars.
3290 (ps-get-size): New fun.
3291 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3292 (ps-next-line): Replace defun by defsubst.
3293 (ps-mule-plot-string): Autoload doc fix.
3294
3295 * ps-bdf.el: XEmacs compatibility. Doc fix.
3296 (installation-directory, coding-system-for-read): Declare vars if
3297 it's not declared yet.
3298 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3299
3300 * ps-mule.el: XEmacs compatibility. Doc fix.
3301 (leading-code-private-22): Declare var if it's not declared yet.
3302 (charset-bytes, charset-dimension, charset-id, charset-width)
3303 (find-charset-region, split-char, char-width, chars-in-region)
3304 (forward-point, decompose-composite-char, encode-coding-string)
3305 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3306 Define funs if not defined yet.
3307 (encode-composition-rule, find-composition): Define funs if not
3308 loaded yet.
3309 (ps-mule-prologue): PostScript code fix.
3310
3311 2001-04-02 Kenichi Handa <handa@etl.go.jp>
3312
3313 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3314 non-nil, generate font for the header strings.
3315 (ps-mule-prepare-font): Likewise.
3316 (ps-mule-generate-glyphs): Likewise.
3317 (ps-mule-string-encoding): Likewise.
3318 (ps-mule-header-charsets): New variable.
3319 (ps-mule-encode-header-string): New function.
3320 (ps-mule-header-string-charsets): New function.
3321 (ps-mule-begin-job): Check charsets in the header strings. If there
3322 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3323
3324 * ps-print.el (ps-generate-header-line): Encode the header string by
3325 ps-mule-encode-header-string.
3326 (ps-mule-encode-header-string): Declare autoload.
3327
3328 2001-04-02 Gerd Moellmann <gerd@gnu.org>
3329
3330 * frame.el (cursor-in-non-selected-windows):
3331 Replaces show-cursor-in-non-selected-windows.
3332
3333 2001-03-31 Kenichi Handa <handa@etl.go.jp>
3334
3335 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3336 Delete entries for "chinese-py" and "chinese-ziranma".
3337 (quail-misc-package-ext-info): New variable.
3338 (tsang-quick-converter): New function.
3339 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3340 (quick-cns-converter, py-converter, ziranma-converter)
3341 (miscdic-convert, batch-miscdic-convert): New functions.
3342
3343 2001-03-30 Kenichi Handa <handa@etl.go.jp>
3344
3345 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3346 eight-bit-control chars.
3347
3348 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3349 Reduce making temporary vector (suggested by Dave Love).
3350
3351 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3352
3353 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3354 string as well.
3355
3356 2001-03-30 Andreas Schwab <schwab@suse.de>
3357
3358 * files.el (backup-directory-alist): Fix typo.
3359
3360 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3361
3362 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3363 <eggert@twinsun.com>.
3364
3365 2001-03-30 Dave Love <fx@gnu.org>
3366
3367 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3368
3369 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3370
3371 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3372
3373 2001-03-30 Miles Bader <miles@gnu.org>
3374
3375 * subr.el (interactive-form): Fix paren typo.
3376
3377 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3378
3379 * emacs-lisp/profile.el: Say that it's obsolete in the header
3380 line, so that finder.el puts that into its data-base.
3381 Suggested by Alex Schroeder <alex@gnu.org>.
3382
3383 2001-03-29 Paul Eggert <eggert@twinsun.com>
3384
3385 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3386 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3387
3388 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3389
3390 * generic.el (generic-mode-set-comments): Use "" rather than nil
3391 for comment-end.
3392
3393 2001-03-29 Gerd Moellmann <gerd@gnu.org>
3394
3395 * emacs-lisp/advice.el (ad-make-advised-definition):
3396 Call interactive-form to obtain the interactive spec of subrs.
3397
3398 * subr.el (interactive-form): New function.
3399
3400 2001-03-29 Andre Spiegel <spiegel@gnu.org>
3401
3402 * vc-sccs.el (vc-sccs-register): Use relative file names.
3403
3404 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3405
3406 * bookmark.el (bookmark-get-bookmark): Handle case that
3407 BOOKMARK is not a string.
3408
3409 * image.el (image-type-regexps): Change type for PS files
3410 to `postscript'.
3411
3412 * subr.el (read-passwd): Clear command history after each
3413 character entered. From: Stephen Gildea
3414 <gildea@stop.mail-abuse.org>.
3415
3416 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3417
3418 * international/kkc.el (kkc-save-init-file): Locally bind
3419 print-length to nil.
3420
3421 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3422
3423 * textmodes/flyspell.el: Some doc fixes.
3424 (flyspell-maybe-correct-transposition)
3425 (flyspell-maybe-correct-doubling): Use a temporary buffer
3426
3427 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3428
3429 * emacs-lisp/byte-opt.el (byte-optimize-while)
3430 (byte-optimize-form-code-walker): Diagnose too few arguments
3431 for `if' and `while'.
3432
3433 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3434
3435 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3436 Prepend `\' to "\<quail-translation-docstring>".
3437
3438 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3439
3440 * autorevert.el (global-auto-revert-non-file-buffers):
3441 Remove duplicate defcustom.
3442
3443 2001-03-26 Miles Bader <miles@gnu.org>
3444
3445 * international/latin1-disp.el (latin1-char-displayable-p):
3446 Add leading "-" for X font pattern.
3447
3448 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3449
3450 * international/mule-diag.el (describe-coding-system):
3451 For raw-text and emacs-mule, don't add anymore text about what
3452 charsets they can encode.
3453
3454 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3455
3456 * help.el (view-lossage): Mention open-dribble-file in the doc
3457 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3458
3459 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3460
3461 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3462 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3463
3464 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3465
3466 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3467 Call ccl-execute-on-string directly so that CCL program handling
3468 multibyte sequence can work correctly.
3469 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3470 property of the coding system.
3471
3472 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3473
3474 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3475 Fix transcription typo.
3476
3477 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3478
3479 * whitespace.el: Add buffer local variables to toggle testing of
3480 whitespaces in buffers without affecting the default values.
3481 Bump version to 3.0 to account for a few other changes.
3482 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3483 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3484 (whitespace-toggle-spacetab-check): New functions.
3485
3486 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3487
3488 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3489
3490 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3491
3492 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3493 bs-cycle-configuration-name. From Juanma Barranquero
3494 <lektu@uol.com.br>.
3495
3496 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3497 and cc-vars.el.
3498
3499 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3500 headers. Always invoke sendmail with option -t.
3501
3502 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3503
3504 * Release of cc-mode 5.28.
3505
3506 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3507
3508 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3509 Removed the hardcoded switch to "java" style in Java mode.
3510 It's instead taken care of by the default value for c-default-style.
3511
3512 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3513
3514 * cc-align.el (c-lineup-math): Fix bug where lineup was
3515 triggered by equal signs in string literals.
3516
3517 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3518
3519 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3520 limit detection when at the ends of the buffer.
3521
3522 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3523 "for" statement clause in case 7F; a better one is done
3524 earlier in case 7D anyway.
3525
3526 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3527
3528 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3529 somewhat more and did a small optimization.
3530
3531 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3532
3533 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3534 Use the limit argument only to limit the syntactic context
3535 search, not to limit the actual movement.
3536
3537 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3538 inside multiline strings, just like in comments. Also various
3539 fixes to the paragraph and comment prefix recognition, block
3540 comment ender handling etc.
3541
3542 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3543
3544 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3545 the relative position of the point.
3546
3547 * cc-cmds.el (c-electric-continued-statement): New function to
3548 use as abbrev hook to reindent for keywords such as "else"
3549 that continues an earlier statement.
3550
3551 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3552 like classes.
3553
3554 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3555 (pike-mode): Populate the default abbrev tables to reindent for
3556 keywords such as "else" that can continue earlier statements.
3557 Abbrev mode is therefore turned on by default now. (Note that
3558 this doesn't apply to idl-mode, since IDL afaik doesn't have
3559 statements at all.)
3560
3561 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3562
3563 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3564 bracelists where the declaration contains template arguments.
3565
3566 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3567
3568 * cc-cmds.el (c-comment-indent):
3569 Use `c-get-syntactic-indentation' to correctly calculate the
3570 syntactic indentation. Fixes bug with lineup functions that
3571 return vectors.
3572
3573 * cc-engine.el (c-get-syntactic-indentation): Split the
3574 indentation sum calculation from `c-indent-line' to a separate
3575 function.
3576
3577 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3578
3579 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3580 Fixed places where it was assumed that preprocessor directives
3581 have to start in column zero.
3582
3583 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3584 template arguments after a class identifier properly.
3585
3586 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3587 lists for `new Foo[]' constructs in Java as expressions and
3588 not top level definition brace lists on the top level, so that
3589 they'll get indented consistently with the same type of
3590 expression in a normal block.
3591
3592 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3593
3594 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3595 whether the adaptive filling package fails to keep the comment
3596 prefix is now kludged further to check for filladapt-mode
3597 which doesn't have that problem. This is really icky, but it's
3598 the only way that works with the current misfeatures/bugs in
3599 both adaptive-fill-mode and filladapt-mode.
3600
3601 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3602 around point is recognized more robust.
3603
3604 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3605
3606 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3607 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3608 (c-lit-type): Fixed all internal variables used dynamically so
3609 that they are always bound.
3610
3611 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3612 errors:
3613
3614 (c-indent-region): Fixed reporting of syntactic errors so that
3615 the region is fully reindented even when an error occurs.
3616 The last syntactic error is printed afterwards. Also cleanup up a
3617 whole lot of code that tried to optimize indentation of whole
3618 sexps but in reality accomplishes nothing.
3619
3620 (c-indent-sexp): Use c-indent-region.
3621
3622 (c-parsing-error): Changed this variable to hold the message
3623 for any syntactic error that is discovered.
3624
3625 (c-parse-state): Search backward from point instead of the bod
3626 position when the latter is invalid. This makes CC Mode
3627 recover faster when there are unbalanced close braces.
3628
3629 (c-backward-to-start-of-if): Use c-parsing-error to report
3630 dangling "else" clauses instead of throwing an error, and fall
3631 back to a reasonable position.
3632
3633 (c-indent-line): Added argument to avoid reporting syntactic errors.
3634
3635 (c-show-syntactic-information): Don't report any syntactic errors.
3636
3637 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3638
3639 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3640 paragraph recognition when moving by sentence in literals.
3641
3642 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3643 start regexp for javadoc to recognize javadoc markup in general instead
3644 of a specific set of keywords, to be more future-safe.
3645
3646 (c-Pike-pikedoc-paragraph-start)
3647 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3648 pikedoc markup.
3649
3650 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3651
3652 (pike-mode): Initialize paragraph settings pikedoc recognition.
3653
3654 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3655
3656 (c-comment-prefix-regexp): Made it possible to use an
3657 association list on this to specify mode specific regexps.
3658 The default value now use a special regexp in Pike mode to
3659 recognize pikedoc markup.
3660
3661 (c-current-comment-prefix): New variable containing the actual
3662 regexp from c-comment-prefix-regexp for the current buffer.
3663
3664 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3665
3666 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3667 lists: We can't look at the syntax, since a brace list can get
3668 recognized as a plain statement-cont.
3669
3670 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3671 special brace list opener broken over two lines got recognized
3672 as a statement on the second line. Case 9A changed.
3673
3674 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3675
3676 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3677 adjustment after line is reindented.
3678
3679 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3680
3681 * cc-defs.el (c-point): Added optional argument for position
3682 to use instead of the current point.
3683
3684 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3685 the in-expression block symbols when the construct starts at
3686 boi, to avoid the extra level of indentation in that case.
3687 Cases 4, 16A and 17E affected.
3688
3689 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3690
3691 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3692 calls to `c-indent-line', to adhere better to Emacs conventions.
3693
3694 * cc-engine.el (c-indent-line): Use the syntax already bound
3695 to `c-syntactic-context', if there is any.
3696
3697 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3698
3699 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3700 wasn't added up correctly when a lineup function returned nil.
3701
3702 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3703
3704 * cc-engine.el (c-collect-line-comments): Fixed bug where
3705 empty lines were ignored when collecting line comments backwards.
3706
3707 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3708
3709 * cc-align.el (c-lineup-dont-change): Return an absolute
3710 indentation column to work correctly in the case when several
3711 syntactic elements are processed for the same line.
3712
3713 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3714 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3715 (c-set-offset): Added absolute indentation column settings by
3716 using the vector type.
3717
3718 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3719
3720 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3721 Implemented two new cleanups `space-before-funcall' and
3722 `compact-empty-funcall'.
3723
3724 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3725
3726 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3727 helping building regexps.
3728
3729 * cc-engine.el (c-on-identifier): New function for detecting
3730 identifiers. It takes keywords into account.
3731
3732 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3733 lists. `c-keywords' is set to a regexp matching all keywords
3734 in the current language.
3735
3736 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3737
3738 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3739 list of characters to skip backwards over at the beginning of
3740 a statement, since it can precede string literals in Pike.
3741
3742 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3743
3744 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3745 recognition when standing on the last line in a C++ comment
3746 with nothing but whitespace after the prefix.
3747
3748 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3749 given no limit argument.
3750
3751 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3752
3753 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3754 recognition for the `[]= operator symbol in Pike.
3755
3756 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3757
3758 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3759 around a bug in `eval-when-compile' in the byte compiler.
3760
3761 * cc-engine.el (c-forward-token-1): Fixed bug with return
3762 value when count is zero and there's no token start within the limit.
3763
3764 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3765 "prefix comments", i.e. comments which are followed by code on
3766 the same line.
3767
3768 * cc-mode-19.el: Fixes so that checks that must be done at
3769 compile time also are done then.
3770
3771 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3772
3773 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3774 time and at runtime, and only when it's needed.
3775
3776 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3777
3778 Major cleanup for less error prone and more warning free
3779 compilation, including some fixes for bugs due to different
3780 compilation orders. Thanks to Martin Buchholz for providing
3781 the basis for all this.
3782
3783 * cc-bytecomp.el: New file that provides some byte compilation
3784 features: It ensures that files always are loaded from the
3785 current source directory during compilation, and it provides a
3786 set of macros to turn off specific compiler warnings for
3787 specific symbols. (It's not CC Mode specific in any way.)
3788
3789 Fixed a nearly acyclic dependency tree (both runtime and
3790 compile-time) between all files.
3791
3792 * cc-defs.el: Separated all macros before the inline functions,
3793 to ensure correct compilation.
3794
3795 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3796 cc-defs.el to cc-engine.el and made it a function instead.
3797
3798 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3799 about char-after.
3800
3801 * cc-vars.el: Cope even when there isn't a custom package
3802 containing defcustom available.
3803
3804 * cc-make.el: Removed since it's no longer necessary.
3805
3806 README: Updated installation instructions.
3807
3808 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3809
3810 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3811 improve the modularity: Moved all mode init stuff from
3812 cc-langs.el to cc-mode.el, including the keymap
3813 initialization; cc-langs now only contains the various
3814 variables for configuring the language syntax.
3815
3816 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3817 (c-get-offset): Moved from cc-styles to cc-engine since file
3818 dependency analysis suggests they belong there (which also
3819 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3820
3821 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3822
3823 * cc-cmds.el (c-fn-region-is-active-p): New function that
3824 wraps the corresponding macro, for use in places that aren't
3825 compiled. Thanks to Martin Buchholz for pointing out this.
3826
3827 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3828
3829 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3830 add things to the bug report.
3831
3832 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3833
3834 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3835 returned prefix could contain a newline when the search for a
3836 good prefix line failed.
3837
3838 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3839
3840 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3841 (c-toggle-auto-hungry-state): Made the argument optional, as
3842 the documentation says it is.
3843
3844 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3845
3846 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3847 multiline string syntax, #"...", as a cpp macro.
3848
3849 2001-03-21 Paul Eggert <eggert@twinsun.com>
3850
3851 * international/mule-cmds.el (set-locale-environment):
3852 Set system-messages-locale and system-time-locale, but only if the
3853 caller specifies a non-nil locale name.
3854
3855 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3856
3857 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3858 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3859
3860 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3861
3862 * follow.el (follow-avoid-tail-recenter): Doc fix.
3863
3864 * custom.el (custom-set-variables): Avoid reversing the list
3865 of args needlessly.
3866
3867 * startup.el (fancy-splash-head): Don't change the colors of the
3868 XPM image on a dark background.
3869
3870 * comint.el (comint-exec-1): Set columns of the terminal to
3871 window-width instead of frame-width.
3872
3873 * info.el (Info-scroll-down): Add missing WINDOW arg for
3874 pos-visible-in-window-p.
3875
3876 * ehelp.el (electric-help-mode-hook): Add defcustom.
3877
3878 * mail/sendmail.el (mail-mode): Activate case-folding in
3879 font-lock-defaults.
3880
3881 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3882
3883 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3884 (completion-ignored-extensions): Remove duplicate ".class".
3885
3886 2001-03-19 Andreas Schwab <schwab@suse.de>
3887
3888 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3889 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3890
3891 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3892
3893 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3894 methods since there are not prefix input methods.
3895
3896 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3897
3898 * international/mule-cmds.el (read-input-method-name):
3899 Locally bind enable-recursive-minibuffers to t.
3900
3901 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3902
3903 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3904
3905 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3906
3907 * ediff-util.el: Copyright years.
3908 (ediff-choose-syntax-table): New function.
3909 (ediff-setup): Use ediff-choose-syntax-table.
3910
3911 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3912 with-syntax-table.
3913
3914 * ediff.el: Date of last update, copyright years.
3915
3916 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3917
3918 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3919 of Scott Bronson.
3920 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3921 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3922 Deleted functions.
3923 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3924 ex-token-list.
3925
3926 * viper-util.el: Spaces, indentation.
3927
3928 * viper.el: Changed version, modification time.
3929
3930 2001-03-16 John Wiegley <johnw@gnu.org>
3931
3932 * calendar/timeclock.el (timeclock-workday-remaining):
3933 Check whether `discrep' is non-null before using it.
3934
3935 2001-03-16 John Wiegley <johnw@gnu.org>
3936
3937 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3938 first-time checkins.
3939 (timeclock-log-data): Fixed problem with reading timelog log file.
3940 Resulting data in the "day list" was incorrect.
3941 (timeclock-find-discrep): Check if `timeclock-file' is readable
3942 before opening it.
3943 (timeclock-time-less-p): New function.
3944 (timeclock-day-base): New function.
3945 (timeclock-geometric-mean): New function.
3946 (timeclock-generate-report): Generate a summary report based on
3947 the contents of the log file. This uses `timeclock-log-data', and
3948 is an example of writing a timelog manipulation function.
3949 (timeclock-visit-timelog): A quick command for opening the timelog
3950 file.
3951 (timeclock-log-data): Bound the variable event.
3952
3953 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3954
3955 * international/mule-cmds.el (select-safe-coding-system):
3956 Fix typo: symbol-name -> symbol-value.
3957
3958 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3959 before substitute-in-file-name to handle double slashes in FILE
3960 correctly.
3961
3962 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3963
3964 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3965 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3966
3967 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3968
3969 * bindings.el (features): Add `md5' and `overlay' to the list.
3970
3971 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3972 bound before using it. It's not bound when configured without X,
3973 for instance.
3974
3975 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3976
3977 * progmodes/hideshow.el: Update copyright.
3978 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3979 (hs-minor-mode-hook): Include `:version' in defcustom form.
3980
3981 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3982
3983 * help.el (string-key-binding): Don't call event-start on
3984 a non-list.
3985
3986 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3987
3988 * startup.el (fancy-splash-tail, command-line-1): Fix the
3989 copyright year.
3990
3991 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3992
3993 * term.el: These changes are based on a patch sent from Yong Lu
3994 <lyongu@yahoo.com>.
3995 (term-set-escape-char): Bind M-x to execute-extended-command in
3996 term-raw-escape-map.
3997 (term-move-columns): Don't try to move to negagive column.
3998 (term-emulate-terminal): Insert a string before deleting a text to
3999 overwrite.
4000
4001 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4002
4003 * play/life.el (life): Rearrange code so that all calls to
4004 life-display-generation are in a catch-form.
4005
4006 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4007 file that isn't interesting. In an interesting file, push the old
4008 value of point on the mark ring.
4009
4010 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4011 New function.
4012 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4013 Use it.
4014
4015 * emacs-lisp/autoload.el (generate-file-autoloads):
4016 Remove warning about line lengths.
4017
4018 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4019
4020 * progmodes/etags.el (tags-compression-info-list): New variable.
4021 (find-tag-in-order): Use it to deal with compressed source files.
4022 (tag-file-name-match-p): New function.
4023 (etags-recognize-tags-table): Use it for better match of file names.
4024
4025 2001-03-12 Kenichi Handa <handa@etl.go.jp>
4026
4027 * international/mule-cmds.el (register-input-method): Doc fix.
4028
4029 * international/quail.el (quail-translate-key): Fix condition to
4030 check if there's another breaking point in the current key.
4031
4032 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4033
4034 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4035 Babyl header to the newly-created output file, bind
4036 coding-system-for-write to either rmail-file-coding-system or
4037 emacs-mule-unix.
4038
4039 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4040
4041 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4042 Fix the name and regexp used for subsubsections.
4043
4044 2001-03-10 Dave Love <fx@gnu.org>
4045
4046 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4047 and save-buffer if buffer-file-name non-nil. From rms.
4048
4049 2001-03-10 Andre Spiegel <spiegel@gnu.org>
4050
4051 * vc.el (vc-do-command): If the destination buffer is already
4052 current, don't set it up and don't erase it. Updated doc string
4053 to reflect that.
4054 (vc-version-diff): When doing a single file diff, don't switch to the
4055 *vc-diff* buffer before the command. This is to preserve local
4056 variable bindings that might affect the diff command.
4057 (vc-print-log): Don't switch to the *vc* buffer before the
4058 command, so that local variable bindings are preserved.
4059
4060 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
4061 not the current buffer.
4062 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4063
4064 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
4065 make output go to buffer *vc*, not the current buffer.
4066
4067 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4068
4069 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4070 so ^, $, *, ? and + are interpreted correctly.
4071
4072 2001-03-09 Gerd Moellmann <gerd@gnu.org>
4073
4074 * help.el (string-key-binding): Renamed from
4075 mode-line-key-binding. Handle any event on a string.
4076 Check for `keymap' properties as well as `local-map' properties.
4077
4078 * comint.el (comint-insert-clicked-input): Use the last key
4079 from this-command-keys to lookup the global key definition.
4080
4081 2001-03-09 Kenichi Handa <handa@etl.go.jp>
4082
4083 * international/characters.el: Add category `j' for
4084 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4085
4086 * international/mule-conf.el (no-conversion): Fix docstring.
4087 (raw-text): Fix docstring.
4088
4089 2001-03-08 Gerd Moellmann <gerd@gnu.org>
4090
4091 * simple.el (choose-completion-string): When not leaving the
4092 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4093 is set.
4094
4095 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4096 parameter `(minibuffer . t)'.
4097
4098 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4099
4100 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4101 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4102 (sh-mode): Remove `make-local-variable' for unused var
4103 `font-lock-unfontify-region-function'.
4104
4105 2001-03-07 Richard M. Stallman <rms@gnu.org>
4106
4107 * info.el (Info-scroll-down): Fix previous change.
4108
4109 * mail/rmail.el (rmail-toggle-header): Use a window which
4110 is showing the Rmail buffer, rather than the selected window.
4111
4112 2001-03-07 Dave Love <fx@gnu.org>
4113
4114 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4115 now, to avoid problems with binding imenu directly to a mouse event.
4116
4117 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4118
4119 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4120 second arg t.
4121
4122 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4123
4124 * log-edit.el (log-edit-common-indent): New var.
4125 (log-edit-set-common-indentation): Renamed from
4126 log-edit-delete-common-indentation. Use the new var.
4127 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4128
4129 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4130 (cvs-mode-add-change-log-entry-other-window):
4131 Don't presume change-log-default-name is defined.
4132
4133 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4134
4135 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4136 the "tree" operation as well.
4137
4138 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4139
4140 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4141 to match paragraph-start.
4142
4143 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4144 comment-start-skip and set comment-end-skip as well.
4145 (sgml-comment-indent): Fix for new value of comment-start-skip.
4146 (html-autoview-mode): Don't bother using make-local-hook.
4147
4148 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4149
4150 * cus-edit.el (custom-save-delete): Move in front of local
4151 variables, otherwise long Custom entries would make them ineffective.
4152
4153 * uniquify.el: Set maintainer to FSF.
4154
4155 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4156
4157 * dired-aux.el (dired-do-shell-command): Doc fix.
4158
4159 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4160
4161 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4162
4163 * which-func.el (which-func-modes): Add cperl-mode.
4164 (which-func-mode-global): Use define-minor-mode.
4165
4166 * info-look.el: Docstring fixes and dead code eliminated.
4167 (cperl-mode): Add support.
4168 (emacs-lisp-mode): List all entries from elisp manual, whether
4169 or not they are currently (f)bound or not. Update regexp.
4170
4171 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4172
4173 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4174 so that C-h m shows the correct information.
4175 Use make-local-variable rather than make-variable-buffer-local.
4176 (cperl-info-buffer, cperl-setup-tmp-buf):
4177 Use make-local-variable rather than make-variable-buffer-local.
4178 (cperl-msb-fix, cperl-get-help-defer):
4179 Check major-mode for `cperl-mode' as well.
4180
4181 * progmodes/cperl-mode.el: Updated to author version 4.23.
4182 (cperl-electric-pod): SYNOPSIS was misspelled.
4183 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4184 (cperl-after-expr-p): Make true after __END__.
4185
4186 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4187
4188 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
4189 bookmark-completion-ignore-case is t.
4190
4191 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4192 switch, like xterm, and concat resource strings, with a newline
4193 between them.
4194
4195 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4196
4197 * international/codepage.el (cp770-decode-table)
4198 (cp773-decode-table, cp774-decode-table): New variables.
4199
4200 * man.el (Man-hyphenated-reference-regexp): New variable.
4201 (Man-build-references-alist): Use it to search for referenced
4202 manpages. If hyphenated is non-nil, record a concatenated word in
4203 Man-refpages-alist only if it matches Man-reference-regexp.
4204 Update word's length when it is concatenated. Reverse the list,
4205 to get the first manpage at the head.
4206 (Man-possibly-hyphenated-word): New function.
4207 (Man-follow-manual-reference): Use it instead of current-word to
4208 find a manpage at point, in a way that accounts for hyphenated
4209 references.
4210
4211 2001-03-06 Alex Schroeder <alex@gnu.org>
4212
4213 * sql.el (sql-interbase): New function.
4214 (sql-interbase-program): New option.
4215 (sql-interbase-options): New option.
4216 And some typos fixed: "customise" to "customize".
4217
4218 2001-03-06 Dave Love <fx@gnu.org>
4219
4220 * textmodes/flyspell.el (flyspell-region):
4221 Set up flyspell-local-mouse-map.
4222
4223 2001-03-05 Richard M. Stallman <rms@gnu.org>
4224
4225 * mail/rmail.el (rmail-retry-failure):
4226 Don't call rmail-beginning-of-message.
4227 Don't discard From: field. Do discard Received: field.
4228 Use unwind-protect to re-prune.
4229 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
4230
4231 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4232
4233 * international/quail.el (quail-title): Add autoload cookie.
4234
4235 2001-03-05 Dave Love <fx@gnu.org>
4236
4237 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4238 new defs.
4239
4240 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4241
4242 * language/ethio-util.el (ethio-toggle-space):
4243 Update current-input-method-title if necessary.
4244 (ethio-toggle-punctuation): Likewise.
4245
4246 * international/quail.el (quail-title): Fix for the case that a
4247 title of an input method is specified by a list of the same form
4248 as used in mode-line-format.
4249
4250 * international/mule-cmds.el (activate-input-method):
4251 If current-input-method-title is set by activating INPUT-METHOD,
4252 respect that value.
4253
4254 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4255
4256 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4257
4258 2001-03-05 Alex Schroeder <alex@gnu.org>
4259
4260 * sql.el (sql-sybase): Fix typo (was: query user about server two
4261 times instead of server and database).
4262
4263 * sql.el (sql-sybase): Doc change.
4264 (sql-mysql): Doc change.
4265 (sql-postgres): Doc change.
4266
4267 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4268
4269 * international/mule-conf.el (emacs-mule, raw-text):
4270 Docstring modified.
4271
4272 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4273
4274 * term/internal.el: Update copyright notice.
4275
4276 * term/pc-win.el: Update copyright notice.
4277
4278 2001-03-02 Dave Love <fx@gnu.org>
4279
4280 * files.el (insert-file-contents-literally):
4281 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4282 not jka-compr-compression-info-list.
4283
4284 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4285
4286 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4287 spaces in default comment-start-skip settings rather than \s-.
4288
4289 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4290
4291 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4292 default-frame-alist as well.
4293
4294 2001-03-01 Dave Love <fx@gnu.org>
4295
4296 * textmodes/reftex.el (defvar): Wrap some defvars in
4297 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4298
4299 * subr.el (event-basic-type): Doc fix.
4300
4301 * international/quail.el: Doc fixes.
4302
4303 * international/utf-8.el: Doc fixes.
4304
4305 * international/mule-cmds.el: Doc fixes.
4306 (leim-list-header): Fix header text.
4307
4308 * international/mule.el (coding-system-category): Doc fix.
4309
4310 * international/ccl.el (ccl-compile): Doc fix.
4311
4312 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4315 rather than (before|after)-change-functions.
4316
4317 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4318
4319 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4320 scroll-left and scroll-right being called interactively so that
4321 they set the window's min_hscroll.
4322
4323 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4324
4325 * info.el (info-insert-file-contents-1): Accept an additional
4326 argument `lfn': if it is non-nil, concatenate `filename' and
4327 `suffix'; otherwise use the complicated MS-DOS code.
4328 All callers changed.
4329 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4330 can access long file names, try the long file-name version of
4331 `info-insert-file-contents-1', then the short file-name version.
4332
4333 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
4334
4335 * language/ethio-util.el (setup-ethiopic-environment-internal):
4336 Change bindings of functions keys to conform to "Emacs Lisp Coding
4337 Convention".
4338
4339 * language/ethiopic.el ("Ethiopic"): Add documentation.
4340
4341 2001-02-28 Kenichi Handa <handa@etl.go.jp>
4342
4343 * international/utf-8.el (mule-utf-8): Set coding-category
4344 property to coding-category-utf-8.
4345
4346 2001-02-27 Richard M. Stallman <rms@gnu.org>
4347
4348 * lpr.el (lpr-page-header-switches, print-region-1):
4349 Undo 2000-07-06 change.
4350 (lpr-add-switches): Default to t on gnu/linux.
4351
4352 2001-02-27 Gerd Moellmann <gerd@gnu.org>
4353
4354 * bs.el (bs-attributes-list): Doc fix.
4355
4356 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4357
4358 * help.el (describe-project): Display the file THE-GNU-PROJECT.
4359
4360 * help.el (view-order-manuals): Use goto-address.
4361
4362 * startup.el (command-line-1): Add info about ordering manuals
4363 to the not so fancy splash screens.
4364
4365 2001-02-26 Andre Spiegel <spiegel@gnu.org>
4366
4367 * vc.el (vc-default-workfile-unchanged-p)
4368 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4369
4370 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4371
4372 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4373 fontify in the right buffer.
4374
4375 * allout.el (outline-flag-region): Move macro in front of first
4376 use to avoid a run-time error.
4377
4378 2001-02-24 Andrew Innes <andrewi@gnu.org>
4379
4380 * makefile.w32-in: Fix copyright notice.
4381
4382 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4383
4384 * international/utf-8.el (mule-utf-8): Set correct value for
4385 valid-codes property.
4386
4387 * international/fontset.el (x-complement-fontset-spec): In the
4388 case that we use ASCII font for the other charsets, use only
4389 family and registry part of it.
4390
4391 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4392
4393 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4394 (shrink-window-if-larger-than-buffer): Doc fix.
4395
4396 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4399 predicate passed to completing-read.
4400
4401 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * startup.el (command-line): Fix last change.
4404
4405 2001-02-23 Jason Rumney <jasonr@gnu.org>
4406
4407 * startup.el (tool-bar-originally-present): New variable.
4408 (command-line): Set it if the tool-bar is switched on at startup.
4409
4410 * frame.el (frame-notice-user-settings): Only adjust frame height
4411 for no tool-bar case if tool-bar was originally switched on.
4412 From E. Jay Berkenbilt.
4413
4414 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4415
4416 * server.el (server-switch-buffer): Only switch window if the
4417 current one is dedicated.
4418
4419 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4420 rather than using (match-beginning 0) when searching for break point.
4421
4422 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4423
4424 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4425 @ follows an accent command such as @'. Support optional braces
4426 in commands that insert accents, like makeinfo does.
4427
4428 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4429
4430 * startup.el (fancy-splash-text): Add a line for ordering
4431 manuals. Reverse order of splash screens shown.
4432 (use-fancy-splash-screens-p): Adapt to the text line added.
4433
4434 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4435 manuals from the FSF.
4436
4437 * help.el (view-order-manuals): New function.
4438 (toplevel): Bind C-h C-m to this function.
4439
4440 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4441
4442 * newcomment.el (comment-forward): Skip the comment-start before
4443 searching for the comment-end.
4444
4445 2001-02-21 Dave Love <fx@gnu.org>
4446
4447 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4448
4449 * international/mule-cmds.el, international/mule.el: Doc fixes.
4450
4451 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4452
4453 * startup.el (fancy-splash-screens): Use display-hourglass
4454 instead of display-busy-cursor.
4455
4456 * frame.el (display-hourglass): Renamed from busy-cursor.
4457 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4458 (show-cursor-in-non-selected-windows): Doc fix.
4459
4460 2001-02-20 Dave Love <fx@gnu.org>
4461
4462 * international/utf-8.el: Doc and commentary fixes.
4463
4464 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4465
4466 * ehelp.el (with-electric-help): Doc fix.
4467
4468 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4469
4470 * msb.el (msb-mode): Call the update-buffers function explicitly
4471 with a FORCE argument.
4472
4473 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4474 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4475 returns nil.
4476
4477 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4478
4479 * ps-print.el: Timestamp package replacement. Some enhancements.
4480 Some XEmacs compatibility. Doc fix.
4481 (ps-print-version): New version number (6.4).
4482 (ps-printer-name): Initialization fix.
4483 (ps-zebra-stripe-follow): Funcionality enhancement.
4484 (ps-prologue-file): Code enhancement.
4485 (ps-right-header): Timestamp package replacement.
4486 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4487 (ps-get-page-dimensions)
4488 (ps-generate-header, ps-begin-file, ps-begin-job)
4489 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4490 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4491 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4492 (coding-system-for-write): Var declaration (XEmacs compatibility).
4493
4494 2001-02-20 Miles Bader <miles@gnu.org>
4495
4496 * image-file.el (image-file-name-extensions): Add "tif".
4497
4498 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4499
4500 * wid-edit.el (widget-button-click): Save the selected window
4501 around the code handling clicks on buttons.
4502
4503 2001-02-18 Dave Love <fx@gnu.org>
4504
4505 * imenu.el (imenu--generic-function): Use mapc to iterate over
4506 syntax characters.
4507
4508 2001-02-17 Richard M. Stallman <rms@gnu.org>
4509
4510 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4511
4512 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4513
4514 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4515
4516 * mouse.el (mouse-save-then-kill): If the distance from the new
4517 point to the mark is equal to the distance of point from the new
4518 point, move point instead of the mark.
4519
4520 2001-02-16 Dave Love <fx@gnu.org>
4521
4522 * textmodes/flyspell.el (flyspell-get-word): Return string without
4523 properties.
4524
4525 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4526
4527 * generic.el (generic-find-file-regexp): Doc fix.
4528 (generic-ignore-files-regexp): New defcustom.
4529 (generic-mode-find-file-hook): If the file's name matches the
4530 regexp in `generic-ignore-files-regexp', don't enter
4531 default-generic-mode. Doc fix.
4532
4533 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4534
4535 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4536 Add autoload cookies.
4537
4538 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4539 of cal-tex-24.
4540
4541 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4542
4543 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4544
4545 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4546 the character class after the (optional) drive, to support file
4547 names with embedded blanks.
4548
4549 2001-02-15 Sam Steingold <sds@gnu.org>
4550
4551 * textmodes/tex-mode.el (tex-shell-running):
4552 Check the process buffer too.
4553
4554 2001-02-15 Dave Love <fx@gnu.org>
4555
4556 * battery.el (battery-status-function): Fix doc, :type.
4557
4558 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4559
4560 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4561
4562 * subr.el (read-passwd): Clear Lisp memory holding password.
4563
4564 2001-02-15 Miles Bader <miles@gnu.org>
4565
4566 * info.el (Info-copy-current-node-name): New function.
4567 (Info-mode-menu): Add it to the menu.
4568
4569 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4570
4571 * international/mule-cmds.el (toggle-input-method): Doc fix.
4572
4573 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4574
4575 * replace.el (occur): Stop at end of buffer.
4576
4577 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4578
4579 * international/mule-cmds.el (set-input-method): Another doc fix.
4580
4581 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4582
4583 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4584
4585 2001-02-13 Miles Bader <miles@gnu.org>
4586
4587 * faces.el (set-face-background, set-face-foreground)
4588 (set-face-stipple): Treat a value of nil as being `unspecified'.
4589
4590 2001-02-12 Dave Love <d.love@dl.ac.uk>
4591
4592 * international/latin1-disp.el: Doc fixes.
4593 (latin1-display) <defgroup>: Add :link.
4594 (latin1-display) <function>: Set variable latin1-display.
4595
4596 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4597
4598 * international/mule-cmds.el (set-input-method): Doc fix.
4599
4600 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4601
4602 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4603 (speedbar-line-file): Return nil if not a file.
4604 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4605
4606 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4607
4608 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4609 for remote files.
4610 (ediff-coding-system-for-read): Replaced the no-conversion default
4611 with raw-text.
4612
4613 * ediff-init.el: Removed :version from defcustom vars.
4614
4615 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4616 Better handling of the diff mode.
4617
4618 * ediff.texi: Added ediff-coding-system-for-read.
4619
4620 * viper.texi: Fix typos.
4621
4622 2001-02-11 Dave Love <fx@gnu.org>
4623
4624 * shadowfile.el: Doc fixes.
4625 (shadow) <defgroup>: Add :link.
4626 (shadowfile-unload-hook): New function.
4627 (shadow-initialize): Use defalias, not fset.
4628 (shadow-define-cluster, shadow-define-literal-group)
4629 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4630
4631 * international/mule.el: Doc and message fixes.
4632
4633 * international/ccl.el (define-ccl-program): Doc fix.
4634
4635 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4636
4637 * faces.el (mode-line): Set :line-width property to -1.
4638
4639 2001-02-10 Richard M. Stallman <rms@gnu.org>
4640
4641 * complete.el (partial-completion-mode): Doc fix.
4642
4643 * simple.el (delete-key-deletes-forward-mode):
4644 Change `let' to `let*' to fix gross bug in last change.
4645
4646 * repeat.el (repeat): Don't let execute-kbd-macro alter
4647 real-last-command.
4648
4649 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4650
4651 * simple.el (eval-expression): Doc fix.
4652
4653 2001-02-09 Dave Love <fx@gnu.org>
4654
4655 * imenu.el (imenu-generic-expression): Doc fix.
4656
4657 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4658 From Juanma Barranquero.
4659
4660 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4661
4662 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4663
4664 * faces.el (set-face-attribute): Describe the case of a negative
4665 value specified for :line-width.
4666
4667 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * which-func.el (which-func-mode): Invert which-func-mode-global.
4670 From Juanma Barranquero <lektu@uol.com.br>.
4671
4672 2001-02-08 Dave Love <fx@gnu.org>
4673
4674 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4675 widget-plist-value-type.
4676 (widget-alist-convert-widget): Replace binding of
4677 widget-alist-value-type.
4678
4679 * textmodes/paragraphs.el (sentence-end): Doc fix.
4680
4681 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4682 Remove `backward-line'.
4683
4684 * play/pong.el (pong-blank-color, pong-bat-color)
4685 (pong-ball-color, pong-border-color, pong-left-key)
4686 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4687 (pong-pause-key, pong-resume-key, pong-timer-delay):
4688 * mail/mh-comp.el (mh-compose-letter-function):
4689 * eshell/esh-mode.el (eshell-skip-prompt-function):
4690 * emulation/viper-ex.el (ex-unix-type-shell-options):
4691 * recentf.el (recentf-menu-filter):
4692 * ps-print.el (ps-print-region-function):
4693 * lpr.el (print-region-function):
4694 * forms.el (forms-mode-hooks):
4695 * dirtrack.el (dirtrack-directory-change-hook):
4696 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4697 * textmodes/spell.el (spell-filter):
4698 * textmodes/fill.el (adaptive-fill-function):
4699 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4700 * progmodes/etags.el (find-tag-default-function):
4701 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4702 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4703
4704 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4705
4706 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4707 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4708 Meyering <jim@meyering.net>.
4709
4710 * loadup.el: Revert last change.
4711
4712 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4713
4714 * international/mule.el (transform-make-coding-system-args):
4715 Make it work also for coding systems not using CCL.
4716
4717 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4718
4719 * simple.el (previous-matching-history-element)
4720 (next-matching-history-element): Doc fix.
4721
4722 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4723 specific part.
4724
4725 2001-02-06 Dave Love <fx@gnu.org>
4726
4727 * add-log.el (add-log-current-defun-function)
4728 (add-log-buffer-file-name-function, add-log-file-name-function):
4729 Fix :type.
4730 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4731
4732 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * info.el (info-initialize): Remove the test for system-type when
4735 invocation-directory is non-nil.
4736
4737 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4738 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4739
4740 2001-02-06 Andrew Innes <andrewi@gnu.org>
4741
4742 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4743 absolute.
4744
4745 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4746
4747 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4748 buffers. When hi-lock turned on rather than only checking current
4749 buffer for regexps, all buffers are checked. Moved activation of
4750 font-lock to hi-lock-refontify. When font-lock turned off rather
4751 than removing added highlighting just in current buffer, remove it
4752 in all buffers. Changed edit menu text from "Automatic
4753 Highlighting" to "Regexp Highlighting" Documentation for
4754 highlighting phrases, minor documentation changes.
4755 (hi-lock-set-file-patterns): Execute only if there are new or
4756 existing file patterns.
4757 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4758 unfontify and, if a support mode is active, will not refontify the
4759 whole buffer. If necessary, turn on font lock. (Removed
4760 font-lock-unfontify and font-lock support-mode-specific calls,
4761 such as lazy-lock-fontify-window.)
4762 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4763 patterns are found. Not useful now since find-file-hook is removed
4764 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4765 (hi-lock-face-phrase-buffer): New function. Also added related
4766 menu item and keybinding.
4767 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4768 (hi-lock-process-phrase): New function.
4769 (hi-lock-line-face-buffer): Doc fixes.
4770 (hi-lock-face-buffer): Doc fixes.
4771 (hi-lock-unface-buffer): Doc fixes.
4772
4773 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4774
4775 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4776 dabbrev-ignored-regexps.
4777
4778 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4779
4780 * simple.el (kill-line): Doc fix.
4781
4782 2001-02-05 Dave Love <fx@gnu.org>
4783
4784 * loadup.el: Revert last two changes -- bootstrapping works with
4785 regenerated loaddefs.
4786
4787 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4788
4789 * isearch.el (isearch-forward): Doc fix.
4790
4791 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4792 of font-lock-defaults to backward-paragraph.
4793
4794 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4795
4796 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4797 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4798
4799 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4800
4801 * ebnf2ps.el: Eliminate time-stamp functions.
4802 (ebnf-version): New version (3.5).
4803 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4804 format-time-string.
4805
4806 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4807
4808 * simple.el (next-line): Goto end-of-line before inserting a newline.
4809
4810 2001-02-05 Miles Bader <miles@gnu.org>
4811
4812 * image-file.el (insert-image-file): When visiting an image, also
4813 set `truncate-lines' to t so that any fringe arrow looks correct.
4814
4815 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4816
4817 * isearch.el (isearch-forward): Add description about input method
4818 in the docsting.
4819
4820 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4821
4822 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4823
4824 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4825
4826 * info.el (info-initialize): If installation-directory is nil, for
4827 DOS/Windows systems try looking in a sibling of invocation-directory.
4828
4829 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4830
4831 * wid-edit.el (widget-button-click): Fix last change.
4832
4833 * frame.el (frame-notice-user-settings): When resizing the initial
4834 frame because the tool bar is off, also change the frame's top
4835 position if a negative top position was specified.
4836
4837 2001-02-02 Miles Bader <miles@gnu.org>
4838
4839 * image-file.el (insert-image-file): When visiting an image,
4840 suppress the cursor in the image buffer.
4841
4842 2001-02-01 Dave Love <fx@gnu.org>
4843
4844 * progmodes/f90.el (f90-mode): Remove startup message.
4845
4846 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4847
4848 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4849
4850 * startup.el (command-line): Fix code determining whether or not
4851 to use delete-key-deletes-forward-mode.
4852
4853 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4854
4855 * vc.el (vc-diff-switches): New user option.
4856 (vc-version-diff): Use it.
4857 (vc-diff-switches-list): New macro.
4858
4859 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4860 New customization options.
4861 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4862
4863 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4864
4865 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4866
4867 * msb.el (toplevel): Quote hook symbols.
4868
4869 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4870
4871 * international/mule.el (make-coding-system): Add description
4872 about recognized properties in the docstring.
4873
4874 * international/mule-conf.el: Remove unused charsets
4875 mac-roman-lower and mac-roman-upper.
4876
4877 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4878
4879 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4880 is in front of the left-margin, if any.
4881
4882 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4883 like `delete'.
4884
4885 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4886
4887 * term/w32-win.el (mouse-set-font): Doc fix.
4888
4889 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4890
4891 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4892 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4893 on already.
4894
4895 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4896
4897 * files.el (save-buffer): Don't give message if (buffer-file-name)
4898 returns nil.
4899
4900 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4901
4902 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4903
4904 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4905 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4906
4907 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4908 display problems.
4909
4910 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4911
4912 * international/mule.el (charset-info): Fix docstring.
4913
4914 * international/mule-diag.el (describe-character-set): Check final
4915 char valid before printing it.
4916
4917 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4918
4919 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4920
4921 * frame.el (frame-notice-user-settings): Do the tool-bar
4922 stuff only for graphical displays. Fix a braino.
4923
4924 * frame.el (frame-initialize): Create initial frame visible.
4925 (frame-notice-user-settings): When tool-bar has been switched off,
4926 correct the frame size and sync tool-bar-mode.
4927
4928 * startup.el (command-line): Remove manipulation of frame
4929 height for tool bars.
4930
4931 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4932
4933 * lpr.el: Compatibility with XEmacs and doc fixes.
4934 (lpr-windows-system, lpr-lp-system): New vars.
4935 (lpr-printer-switch): New defcustom.
4936 (printer-name, lpr-command): Customization fix.
4937 (print-region-1): Code fix.
4938 (print-region-new-buffer, printify-region): Indentation fix.
4939 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4940 New functions.
4941
4942 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4943
4944 * msb.el (toplevel): Fix the eval-after-load.
4945
4946 2001-01-29 Dave Love <fx@gnu.org>
4947
4948 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4949
4950 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4951
4952 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4953 (tcl-using-emacs-19-23): Consider Emacs 21+.
4954 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4955 (tcl-add-emacs-menu): Supply menu name.
4956 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4957
4958 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4959
4960 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4961
4962 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * pcvs.el (cvs-mark-fis-dead): New function.
4965 (cvs-mode-add): Use it.
4966 (cvs-mode-add-change-log-entry-other-window):
4967 Rebind change-log-default-name to itself rather than to nil.
4968
4969 2001-01-29 Sam Steingold <sds@gnu.org>
4970
4971 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4972 `autoload' statements.
4973
4974 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4975
4976 * files.el (confirm-kill-emacs): Doc fix.
4977
4978 * frame.el (frame-initialize): Doc fix.
4979
4980 * time-stamp.el (time-stamp-string): Doc fix.
4981
4982 * woman.el (WoMan-log-1): Make the log buffer writable.
4983 From Markus Rost <rost@math.ohio-state.edu>.
4984
4985 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4986
4987 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4988 the `make-variable-buffer-local'.
4989
4990 2001-01-29 Dave Love <fx@gnu.org>
4991
4992 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4993 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4994 Add autoload cookie.
4995 (ansi-color-apply-sequence): Fix typo.
4996
4997 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4998
4999 * menu-bar.el (menu-bar-files-menu): Add menu items for
5000 Postscript printing in black and white.
5001
5002 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5003 X-Mailman-Version, Precedence, List-Help, List-Post,
5004 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5005 Content-Type, Content-Length.
5006
5007 2001-01-29 Dave Love <fx@gnu.org>
5008
5009 * elide-head.el (elide-head): Make overlay evaporate.
5010
5011 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5012
5013 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5014
5015 * isearch.el (isearch-highlight): Don't punt if the display
5016 doesn't support colors, since isearch faces are defined for
5017 monochrome displays as well.
5018
5019 2001-01-27 Sam Steingold <sds@gnu.org>
5020
5021 * shell.el (shell-write-history-on-exit): Make sure that we are in
5022 the shell buffer (M-x tex-file RET inserted the error message into
5023 the TeX buffer).
5024
5025 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5026
5027 * simple.el (transient-mark-mode): Doc fix.
5028
5029 2001-01-27 Gerd Moellmann <gerd@gnu.org>
5030
5031 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
5032
5033 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5034
5035 * shell.el (shell-unquote-argument): If the shell is one of the
5036 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5037 quote character.
5038 (shell-dumb-shell-regexp): Document that the shells which match
5039 this regexp are supposed to not treat a backslash as a quote character.
5040
5041 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
5042 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
5043
5044 2001-01-27 Richard M. Stallman <rms@gnu.org>
5045
5046 * dabbrev.el (dabbrev--substitute-expansion):
5047 Treat a one-capital-letter abbrev as "not all upper case",
5048 so as to force preservation of the expansion's pattern
5049 if the expansion starts with a capital letter.
5050
5051 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5052
5053 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5054 Doc fix.
5055
5056 * simple.el (transient-mark-mode): Document the fact that many
5057 commands act on the region when mark is active.
5058
5059 2001-01-27 Kenichi Handa <handa@etl.go.jp>
5060
5061 * international/quail.el (quail-setup-completion-buf): Make the
5062 multibyteness of current buffer inherited to Quail completion buffer.
5063 (quail-show-guidance-buf): Make the multibyteness of current
5064 buffer inherited to Quail guidance buffer.
5065 (quail-help): Make the multibyteness of current buffer inherited
5066 to Quail help buffer.
5067
5068 2001-01-26 Dave Love <fx@gnu.org>
5069
5070 * time-stamp.el: Doc fixes.
5071
5072 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
5073 (delphi-keyword-face, delphi-other-face): Fix :type.
5074
5075 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5076
5077 * mail/feedmail.el (feedmail): Add :link.
5078 (feedmail-send-it): Doc fix.
5079
5080 * mail/sendmail.el: Doc fixes.
5081 (sendmail-send-it): Fix the non-ASCII regexp and use
5082 rfc2047-encode-string.
5083
5084 * dired.el, dired-aux.el: Revert last change.
5085
5086 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5087
5088 * makefile.w32-in (DONTCOMPILE): Add various term files.
5089
5090 2001-01-26 Dave Love <fx@gnu.org>
5091
5092 * Makefile.in (DONTCOMPILE): Add various term files.
5093
5094 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5095
5096 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5097
5098 * startup.el (display-startup-echo-area-message): Make sure
5099 the echo area is resized to fit the size of the startup message.
5100
5101 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5102 part of which is a constant.
5103
5104 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5105
5106 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
5107
5108 2001-01-26 Richard M. Stallman <rms@gnu.org>
5109
5110 * simple.el (next-line): Don't let `newline' expand abbrevs.
5111 Simplify slightly.
5112 (open-line): Don't let `newline' expand abbrevs.
5113
5114 2001-01-25 John Wiegley <johnw@gnu.org>
5115
5116 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5117 to `repeat' in the :type field.
5118
5119 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5120 allow a choice of regexp or nil.
5121 (pcomplete-dir-ignore): Same.
5122
5123 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5124 a command) to always fail.
5125
5126 2001-01-25 Gerd Moellmann <gerd@gnu.org>
5127
5128 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5129 discard the result.
5130 (iswitchb-to-end): Likewise.
5131
5132 2001-01-25 Sam Steingold <sds@gnu.org>
5133
5134 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
5135 Require vc.
5136
5137 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5140
5141 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5142
5143 2001-01-25 Dave Love <fx@gnu.org>
5144
5145 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5146 (describe-coding-system): Tweak the English text.
5147
5148 * loadup.el: Preload international/ccl for utf-8.
5149
5150 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5151
5152 * mail/rmail.el (rmail-redecode-body): Doc fix.
5153
5154 2001-01-25 Kenichi Handa <handa@etl.go.jp>
5155
5156 * international/mule-cmds.el (reset-language-environment):
5157 Reset coding-category-utf-8 to mule-utf-8.
5158
5159 * international/mule-conf.el (coding-category-utf-8):
5160 Initialize to mule-utf-8.
5161
5162 * loadup.el: Preload international/utf-8.
5163
5164 * international/utf-8.el: New file.
5165
5166 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5167
5168 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5169
5170 2001-01-24 Sam Steingold <sds@gnu.org>
5171
5172 * dired.el (dired-replace-in-string): Removed.
5173 (dired-sort-toggle): Use `replace-regexps-in-string'
5174 instead of `dired-replace-in-string'.
5175
5176 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5177 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
5178
5179 * gs.el (gs-replace-in-string): Removed.
5180 (gs-options): Use `replace-regexps-in-string'
5181 instead of `gs-replace-in-string'.
5182
5183 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5184
5185 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5186 bug report is mailed to an email list and posted to a news group.
5187
5188 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5189
5190 * comint.el (comint-replace-by-expanded-history-before-point):
5191 Fix change of 2000-08-03 to move point to the start of the line again.
5192
5193 * startup.el (tool-bar-images-pixel-height): New variable.
5194 (command-line): After loading the user's init file, when
5195 tool-bar-mode is on, increase the frame's size by some lines for
5196 the tool-bar.
5197
5198 * frame.el (frame-initialize): Create the initial frame invisible.
5199
5200 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5201
5202 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5203 (chinese-big5): MIME:Big5.
5204
5205 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5206
5207 * international/mule-cmds.el (universal-coding-system-argument):
5208 Handle commands with prefix args.
5209
5210 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5211
5212 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5213 being a list of numbers.
5214 (diary-mail-entries): Rewritten.
5215
5216 2001-01-23 Dave Love <fx@gnu.org>
5217
5218 * international/mule.el (make-coding-system): Fix typo.
5219
5220 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5221 Add backward-paragraph as font-lock-beginning-of-syntax-function.
5222
5223 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5224
5225 * font-lock.el (font-lock-mode): Doc fix.
5226
5227 2001-01-23 Kenichi Handa <handa@etl.go.jp>
5228
5229 * international/mule.el (make-translation-table): Fix docstring.
5230
5231 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5232
5233 * mail/rmail.el (rmail-redecode-body): New function.
5234
5235 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5236
5237 2001-01-22 Gerd Moellmann <gerd@gnu.org>
5238
5239 * isearch.el (isearch-lazy-highlight-case-fold-search)
5240 (isearch-lazy-highlight-regexp): New variables.
5241 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5242 case-fold search or regexp search has been toggled.
5243
5244 * wid-edit.el (widget-button-click): Avoid a save-excursion
5245 around running a global binding.
5246
5247 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5248 to 0.25.
5249
5250 2001-01-20 Miles Bader <miles@gnu.org>
5251
5252 * cus-edit.el (custom-face-save): Do post-processing on the face's
5253 new value like `custom-face-set' does.
5254
5255 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * mail/emacsbug.el (report-emacs-bug): Report the value of
5258 LC_CTYPE, not LC_TYPE.
5259
5260 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5261 isearch-toggle-regexp and isearch-edit-string to doc string.
5262
5263 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5264
5265 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5266 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5267
5268 * jit-lock.el (jit-lock-fontify-now): Don't bind
5269 font-lock-beginning-of-syntax-function to nil.
5270
5271 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5272
5273 * mail/emacsbug.el (report-emacs-bug): Report values of
5274 locale-coding-system, default-enable-multibyte-characters, and the
5275 environment variables LC_ALL, LC_TYPE, and LANG.
5276
5277 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5278
5279 * font-lock.el (font-lock-default-fontify-region): Fix last change.
5280
5281 * font-lock.el (font-lock-multiline): Default to nil.
5282 (font-lock-default-fontify-region): If font-lock-multiline is
5283 nil, don't check the property `font-lock-multiline'.
5284
5285 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5286 is nil, don't check the `font-lock-multiline' text property.
5287
5288 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5289
5290 * viper.el: Call initial-major-mode on startup.
5291
5292 * ediff.el (ediff-patch-file): Use better defaults.
5293
5294 * ediff-vers.el: Fix for 8+3 DOS file systems.
5295
5296 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5297
5298 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5299 diff mode, if available.
5300
5301 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5302
5303 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5304
5305 * ediff-init.el (subst-char-in-string): Define and use it, unless
5306 it's already defined.
5307
5308 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5309
5310 * tooltip.el (tooltip-hide-delay): New user-option.
5311 (tooltip-show): Use tooltip-hide-delay instead of the default.
5312
5313 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5314
5315 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5316 kill-local-variable doesn't work for enable-multibyte-characters.
5317
5318 2001-01-17 Dave Love <fx@gnu.org>
5319
5320 * ediff-init.el (ediff-before-setup-hook)
5321 (ediff-merge-filename-prefix): Add :version.
5322
5323 * international/latin1-disp.el: Require disp-table.
5324 (latin1-display): Fix :set.
5325
5326 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5327
5328 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5329
5330 * isearch.el (isearch-lazy-highlight-initial-delay)
5331 (isearch-lazy-highlight-interval): Default to 0.
5332
5333 2001-01-17 Bob Glickstein <bobg@zanshin.com>
5334
5335 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5336 1 here rather than each time through
5337 isearch-lazy-highlight-new-loop.
5338 (isearch-lazy-highlight-max): Variable deleted.
5339 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5340 isearch-lazy-highlight-max but controls a single invocation of
5341 isearch-lazy-highlight-update.
5342 (isearch-lazy-highlight-wrapped): Variable recreated.
5343 (isearch-lazy-highlight-window-start): New variable.
5344 (isearch-lazy-highlight-cleanup): Restored to behavior of
5345 before 2-Jan.
5346 (isearch-lazy-highlight-remove-overlays): Function deleted;
5347 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5348 behavior removed.
5349 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5350 isearch-lazy-highlight-update in a loop rather than just once.
5351 Test isearch-invalid-regexp here and decide not to start a new
5352 loop, rather than testing it each time through
5353 isearch-lazy-highlight-update.
5354 (isearch-lazy-highlight-search): Function restored.
5355 (isearch-lazy-highlight-update): Get called in a timer loop again,
5356 but this time highlight more than one match each time through.
5357 Only highlight matches in the visible part of the window.
5358 Start at point, move in the direction of the search, and wrap around at
5359 the edge of the window. Use sit-for to force redisplay and ensure
5360 window-start is credible. "Face suppressing" behavior removed;
5361 overlay priorities should make it unnecessary, right?
5362 (isearch-highlight): Face suppressing behavior removed.
5363 (isearch-dehighlight): Face suppressing behavior removed.
5364 (isearch-set-lazy-highlight-faces-at): Removed.
5365
5366 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5367
5368 * language/european.el ("Latin-1"): Make the format of description
5369 about additional language environments same as that of Latin-2.
5370
5371 2001-01-16 Dave Love <fx@gnu.org>
5372
5373 * isearch.el (isearch-lazy-highlight): Add :version.
5374
5375 * simple.el (backward-delete-char-untabify-method)
5376 (next-line-add-newlines): Add :version.
5377
5378 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5379
5380 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5381 Don't bind <delete> otherwise.
5382
5383 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5384 and <delete> via function-key-map.
5385
5386 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5387 Subject line only if point is after the `Subject:'.
5388
5389 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5390
5391 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5392 japanese-jisx0213-2 in `charset' property of this lang. env.
5393
5394 * language/european.el ("Latin-1"): Add description for Dutch and
5395 Spanish lang. env.
5396
5397 * international/mule.el (decode-char): Fix conditions.
5398 (encode-char): Handle eight-bit-control too.
5399 (transform-make-coding-system-args): New function.
5400 (make-coding-system): Accept XEmacs style arguments for CCL base
5401 coding system.
5402
5403 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5404
5405 * progmodes/etags.el (find-tag-noselect): Save the value of
5406 tags-file-name before switching buffers, for the case it has a
5407 buffer-local value.
5408
5409 2001-01-15 Alex Schroeder <alex@gnu.org>
5410
5411 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5412 From Dave Love <fx@gnu.org>.
5413 (ansi-color-for-comint-mode): Fix :version.
5414
5415 2001-01-15 Alex Schroeder <alex@gnu.org>
5416
5417 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5418
5419 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5420
5421 * dired.el (dired-insert-directory): If file-system-info fails,
5422 remove the " free " part, but don't signal an error.
5423
5424 2001-01-12 Sam Steingold <sds@gnu.org>
5425
5426 * bookmark.el (bookmark-maybe-historicize-string):
5427 Use new backquote syntax.
5428
5429 2001-01-12 Richard M. Stallman <rms@gnu.org>
5430
5431 * subr.el (last): Handle a list that doesn't end in nil.
5432
5433 2001-01-12 Sam Steingold <sds@gnu.org>
5434
5435 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5436 to `backward-delete-char-untabify'.
5437
5438 2001-01-12 Dave Love <fx@gnu.org>
5439
5440 * cus-edit.el (customize-menu-create): Fix the :filter following
5441 easymenu change.
5442
5443 * wid-edit.el (function): Add :match-alternatives.
5444 (widget-color-action): Doc fix.
5445
5446 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5447
5448 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5449
5450 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5451
5452 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5453
5454 * international/ccl.el (define-ccl-program): Fix docstring.
5455
5456 2001-01-11 Dave Love <fx@gnu.org>
5457
5458 * international/mule-cmds.el (standard-display-european-internal):
5459 Set display table for 2208 as for 160.
5460
5461 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5462
5463 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5464 entry for custom-menu-create change.
5465 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5466 don't cons it in the search loop.
5467
5468 * imenu.el (imenu--truncate-items): Revert last change.
5469
5470 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * info.el (Info-setup-header-line): If the node header includes
5473 either Next: or Prev: links, don't show the File: and Node: parts
5474 in the header line.
5475
5476 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5477
5478 * comint.el (comint-goto-process-mark): Don't print a message
5479 when running in batch mode.
5480
5481 * isearch.el (isearch-search): In the condition-case handler for
5482 `error', set isearch-invalid-regexp to the whole error message.
5483
5484 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5485 ensure that eval-after-load works for files dumped with Emacs.
5486
5487 * help.el (load-symbol-file-load-history): New function extracted
5488 from function symbol-file.
5489 (symbol-file): Use it.
5490
5491 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5492
5493 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5494
5495 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5496 behave as if there were no prefix argument.
5497 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5498 argument were nil.
5499
5500 2001-01-11 Richard M. Stallman <rms@gnu.org>
5501
5502 * isearch.el (isearch-lazy-highlight-update):
5503 Don't look for more potential matches once maximum is exceeded.
5504 Use overlays-in to check correctly for overlap with current match.
5505 Ignore empty matches.
5506
5507 2001-01-11 Miles Bader <miles@gnu.org>
5508
5509 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5510 (ispell-overlay-window, ispell-help, ispell-show-choices)
5511 (ispell-command-loop): Use it instead of `window-height'.
5512
5513 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5514
5515 * files.el (confirm-kill-emacs): New user-option.
5516 (save-buffers-kill-emacs): Ask for final confirmation before
5517 killing Emacs.
5518
5519 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5520 to nil.
5521
5522 2001-01-10 Dave Love <fx@gnu.org>
5523
5524 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5525
5526 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5527
5528 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5529
5530 * calculator.el (calculator-number-digits): Fix :type.
5531
5532 * vc-cvs.el (vc-cvs-header): Fix :type.
5533 * vc-rcs.el (vc-rcs-header): Fix :type.
5534 * vc-sccs.el (vc-sccs-header): Fix :type.
5535
5536 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5537
5538 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5539
5540 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5541
5542 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5543
5544 * simple.el (set-variable): Force a thorough redisplay for the
5545 case that the variable has an effect on the display, like
5546 `tab-width' has.
5547
5548 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5549
5550 * vc.el: Add documentation for backend interface.
5551
5552 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5553
5554 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5555
5556 * international/mule-conf.el (latin-extra-code-table): Set to t
5557 for \223 and \224.
5558
5559 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5560
5561 * international/mule-cmds.el (locale-language-names): Map "es" to
5562 "Spanish" and "nl" to "Dutch".
5563
5564 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5565
5566 * bindings.el (global-map): Bind <home> to beginning-of-line,
5567 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5568 C-<end> to end-of-buffer.
5569
5570 * language/european.el: Add Dutch and Spanish language info
5571 to be able to use the appropriate tutorials.
5572
5573 2001-01-09 Alex Schroeder <alex@gnu.org>
5574
5575 * ansi-color.el (ansi-color-process-output): Use markers instead
5576 of positions for start and end of region.
5577 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5578 Previously, occasional mistakes happend when fontifying many
5579 chunks of output (eg. ls --color=yes /dev). This happened
5580 whenever an overlay was created up to the end of the region, which
5581 coincided with the process-mark. New text would then be added
5582 within that overlay instead of after it.
5583 (ansi-color-make-extent): Overlays are created with the property
5584 `modification-hooks' set to '(ansi-color-freeze-overlay).
5585 (ansi-color-freeze-overlay): New function. When inserting text at
5586 the end of the overlay, the overlay will resize.
5587
5588 2000-01-09 Alex Schroeder <alex@gnu.org>
5589
5590 * ansi-color.el (ansi-color-process-output): Doc change.
5591 (ansi-color-unfontify-region): Doc change. No longer installed
5592 automatically in font-lock-unfontify-region-function.
5593 (ansi-color-apply): Doc change.
5594 (ansi-color-apply-on-region): Use extents or overlays instead of
5595 text-properties.
5596 (ansi-color-make-extent): New function.
5597 (ansi-color-set-extent-face): New function.
5598
5599 2000-01-09 Alex Schroeder <alex@gnu.org>
5600
5601 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5602 both use ansi-color-process-output, now.
5603 (ansi-color-process-output): Doesn't return string anymore. It is
5604 installed in comint-output-filter-functions for both Emacs and
5605 XEmacs, now.
5606 (ansi-color-unfontify-region): Simplified code removing variables
5607 pos and start-ansi.
5608 (ansi-color-apply): Put text-property ansi-color before putting
5609 text-property face because ansi-color-unfontify-region is called
5610 immediately after the call to put-text-property.
5611 (ansi-color-context-region): Doc change.
5612 (ansi-color-filter-region): Simplified code.
5613 (ansi-color-apply-on-region): Changed start to start-marker, using
5614 a marker explicitly. Put text-property ansi-color before putting
5615 text-property face because ansi-color-unfontify-region is called
5616 immediately after the call to put-text-property.
5617
5618 2000-01-09 Alex Schroeder <alex@gnu.org>
5619
5620 * ansi-color.el (ansi-color-faces-vector): Doc change.
5621 (ansi-color-for-comint-mode): Changed :type property to choice.
5622 (ansi-color-last-context): Removed.
5623 (ansi-color-process-output): Don't use ansi-color-last-context, as
5624 the main functions will store their context now.
5625 (ansi-color-context): Doc change.
5626 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5627 Uses ansi-color-context such that repeated calls will strip
5628 partial escape sequences, too.
5629 (ansi-color-apply): Simplified code. Colorize end of string if
5630 face is not null. Store context in new (FACE STRING) format, such
5631 that repeated calls will strip partial escape sequences, too.
5632 Append faces to face property using ansi-color-apply-sequence such
5633 that cumulative mode actually works.
5634 (ansi-color-context-region): New variable.
5635 (ansi-color-filter-region): Rewrote it based on
5636 ansi-color-apply-on-region. Uses ansi-color-context-region such
5637 that repeated calls will strip partial escape sequences, too.
5638 (ansi-color-apply-on-region): Simplified code. Colorize end of
5639 region if face is not null. Store context in new (FACE POS)
5640 format, such that repeated calls will strip partial escape
5641 sequences, too. Append faces to face property using
5642 ansi-color-apply-sequence such that cumulative mode actually works.
5643 (ansi-color-apply-sequence): New function.
5644 (ansi-color-get-face): When the default face is added to the list
5645 of faces, all previous settings are discarded and the list of
5646 faces is set to '(default).
5647
5648 2000-01-09 Alex Schroeder <alex@gnu.org>
5649
5650 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5651 face, such that ansi-color-apply and ansi-color-apply-on-region
5652 will do the right thing.
5653 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5654 returns nil, set the list of faces back to nil instead of
5655 appending the result of ansi-color-get-face to the front of the list.
5656
5657 2000-01-09 Alex Schroeder <alex@gnu.org>
5658
5659 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5660 (ansi-color-process): Doc change.
5661 (ansi-color-last-context): New buffer-local variable.
5662 (ansi-color-process-output): New function. It is automatically
5663 added to comint-output-filter-functions if this is XEmacs.
5664 (ansi-color-unfontify-region): New optional parameter for XEmacs
5665 compatibility. Check wether font-lock-syntactic-keywords is
5666 boundp before removing the syntax table text property, as XEmacs
5667 doesn't have it.
5668 (ansi-color-filter-region): Doc change.
5669 (ansi-color-apply-on-region): Doc change.
5670 (ansi-color-make-face): New function. Compatibility layer for
5671 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5672 (ansi-color-make-color-map): Use ansi-color-make-face.
5673 (ansi-color-get-face): Avoid face text property '(nil) as results
5674 in an errow for XEmacs.
5675
5676 2000-01-09 Alex Schroeder <alex@gnu.org>
5677
5678 * ansi-color.el (ansi-color-unfontify-region): New function.
5679 Uses text-property ansi-color in order to preserve fontification by
5680 ansi-color. When the package is loaded, a lambda expression is
5681 put onto font-lock-mode-hook. This lambda expression will check
5682 font-lock-unfontify-region-function and replace
5683 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5684 (ansi-color-apply): Add text-property ansi-color in addition to
5685 text-property face.
5686 (ansi-color-apply-on-region): Add text-property ansi-color in
5687 addition to text-property face.
5688 (save-buffer-state): Copy of the macro that is also used by
5689 lazy-lock and font-lock.
5690
5691 (ansi-color-for-comint-mode): New option.
5692 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5693 (ansi-color-for-comint-mode-off): Ditto.
5694 (ansi-color-for-comint-mode-filter): Ditto.
5695 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5696 decide what to do. This function is added to
5697 comint-preoutput-filter-functions when the package is loaded.
5698
5699 (ansi-color-for-shell-mode-set): Removed.
5700 (ansi-color-for-shell-mode): Removed.
5701
5702 2000-01-09 Alex Schroeder <alex@gnu.org>
5703
5704 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5705 the lambda expression from the ansi-color-for-shell-mode :set
5706 property. Additionally, modify shell-mode-hook to enable or
5707 disable font-lock-mode for future shell buffers.
5708 (ansi-color-for-shell-mode): The :set property calls
5709 ansi-color-for-shell-mode-set instead of a lambda expression.
5710
5711 2000-01-09 Alex Schroeder <alex@gnu.org>
5712
5713 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5714 (ansi-color-context): New variable.
5715 (ansi-color-apply): Save context between calls.
5716
5717 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5718
5719 * isearch.el (isearch, isearch-lazy-highlight-face):
5720 New definitions for face colors and attributes.
5721
5722 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5723 of display-mouse-p.
5724
5725 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5726
5727 * international/mule.el (make-coding-system): If the coding system
5728 accepts extra latin codes, register such codes as safe for the
5729 coding system.
5730
5731 2001-01-08 Richard M. Stallman <rms@gnu.org>
5732
5733 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5734 don't mention the file name or the date here, because they are
5735 logged at the start of the file.
5736
5737 2001-01-08 Richard M. Stallman <rms@gnu.org>
5738
5739 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5740 Change screen-width to frame-width.
5741
5742 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5743
5744 * info.el (Info-search): Print the default as part of the prompt.
5745
5746 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5747
5748 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5749 constant implementations in backends.
5750
5751 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5752 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5753
5754 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5755 WRITABLE to EDITABLE.
5756
5757 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5758 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5759 to EDITABLE.
5760
5761 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5762
5763 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5764 (copyright, copyright-update): Compute the current year at run time.
5765
5766 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5767
5768 * isearch.el (isearch-old-signal-hook): Removed.
5769 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5770 instead of setting signal-hook-function.
5771 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5772
5773 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5774
5775 * emulation/edt.el: Update to version 4.0. Provide support for
5776 EDT scroll margins at top and bottom of the window. Provide an
5777 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5778 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5779 user when file-related buffer modifications exist.
5780 Provide support for running EDT Emulation in XEmacs.
5781 Provide customize access to some user updatable variables.
5782 Add Commentary section to file header.
5783 Fixed a few minor bugs and cleaned up some code.
5784
5785 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5786 for detecting a keypress that generates an ASCII key sequence.
5787 (Previously, only a keypress that generates a vector was
5788 recognized.) Embed Window Manager name into name of the generated
5789 EDT Emulation initialization file since the initialization file is
5790 Window Manager specific. Add Commentary section to file header.
5791
5792 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5793
5794 * mail/sendmail.el (mail-mode): Doc fix.
5795
5796 * info.el (Info-goto-emacs-command-node): Doc fix.
5797 (Info-goto-emacs-key-command-node): Doc fix.
5798
5799 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5802 systems without long file-name support.
5803
5804 2001-01-06 Andrew Innes <andrewi@gnu.org>
5805
5806 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5807
5808 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5809
5810 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5811 (isearch-lazy-highlight-update): Doc fix.
5812
5813 * ffap.el (ffap-bindings): Doc fix.
5814
5815 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5816
5817 2001-01-05 Dave Love <fx@gnu.org>
5818
5819 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5820
5821 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5822
5823 * mouse-drag.el (mouse-drag-safe-scroll):
5824 Bind scroll-preserve-screen-position to nil.
5825
5826 * isearch.el (isearch-old-signal-hook): New variable.
5827 (isearch-mode): Set signal-hook-function to isearch-done.
5828 (isearch-done): Restore old signal-hook-function.
5829
5830 * info.el (Info-fontify-node): Mark one more char as intangible.
5831
5832 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5833
5834 * composite.el (compose-last-chars): New argument COMPONENTS.
5835 If it is non-nil, compose preceding characters by compose-region with
5836 COMPONENTS.
5837
5838 * international/quail.el (quail-input-string-to-events): New function.
5839 (quail-input-method): Convert input string to events here.
5840 (quail-start-translation): Return input string, not event list.
5841 (quail-start-conversion): Likewise.
5842
5843 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5844
5845 * tooltip.el (tooltip-cancel-delayed-tip)
5846 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5847 and tooltip-add-timeout.
5848 (tooltip-show): Set border color from faces's foreground.
5849 (tooltip-show-help-function): If called with the same help string
5850 as last time, do nothing.
5851 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5852
5853 * startup.el (fancy-splash-screens): Don't bind show-help-function
5854 to nil.
5855
5856 * tooltip.el (tooltip-frame-parameters): Remove colors.
5857 (tooltip): New face
5858 (tooltip-set-param): New function.
5859 (tooltip-show): Set up color frame parameters from face `tooltip'.
5860 Display the tooltip text in face `tooltip'.
5861
5862 2001-01-04 Dave Love <fx@gnu.org>
5863
5864 * whitespace.el (whitespace-global-mode): Fix typo.
5865
5866 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5867
5868 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * help.el (help-for-help): Fix a typo in a doc string.
5871 From kwzh@gnu.org (Karl Heuer).
5872
5873 2001-01-03 Dave Love <fx@gnu.org>
5874
5875 * dired-x.el: Doc fixes. Maintainer change.
5876 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5877 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5878 (dired-guess-shell-alist-user): Customize.
5879 (dired-x-help-address): Set to bug-gnu-emacs.
5880 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5881 (dired-default-directory): Renamed from default-directory.
5882
5883 * hl-line.el (hl-line): Doc fix.
5884
5885 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5886
5887 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5888
5889 2001-01-02 Richard M. Stallman <rms@gnu.org>
5890
5891 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5892 to remove all the current alternative-match highlighting.
5893 If nil, remove only what's outside the current window.
5894 (isearch-lazy-highlight-remove-overlays): Take optional
5895 region within which NOT to remove them.
5896 (isearch-lazy-highlight-new-loop): Greatly simplified.
5897 (isearch-lazy-highlight-update): Find all the other occurrences
5898 visible in the window, in just one call.
5899 (isearch-lazy-highlight-start): Now holds start of region to scan.
5900 (isearch-lazy-highlight-end): Now holds end of region to scan.
5901 (isearch-lazy-highlight-wrapped): Variable deleted.
5902 (isearch-lazy-highlight-search): Function deleted.
5903
5904 2000-01-02 Andrew Innes <andrewi@gnu.org>
5905
5906 * w32-fns.el (convert-standard-filename): Do length check on name
5907 before aref.
5908
5909 2001-01-02 Dave Love <fx@gnu.org>
5910
5911 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5912 value.
5913 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5914
5915 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5916
5917 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5918 read syntax.
5919
5920 * calendar/todo-mode.el (todo): Add :link, :version.
5921 (todo-save-top-priorities): Remove autoload cookie.
5922 (todo-add-category, todo-add-item-non-interactively)
5923 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5924
5925 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5926
5927 * comint.el (comint-input-history-ignore): New variable.
5928 (comint-read-input-ring): Ignore entries matching
5929 comint-input-history-ignore.
5930
5931 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5932
5933 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5934 (lm-copyright-mark): New function.
5935 (lm-crack-copyright): New function.
5936 (lm-verify): Check that the file has a copyright.
5937 Check that the file is copyright Free Software Foundation.
5938
5939 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5940
5941 * international/mule-diag.el (print-fontset): Indent font name by
5942 24 columns, not 25.
5943
5944 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5945
5946 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5947 in Subject line.
5948
5949 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5950 Use mail-mode-hook instead of mail-setup-hook.
5951 Otherwise continuing an interrupted message with C-u C-x m for
5952 instance, winds up in Mail mode without abbrevs.
5953
5954 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5955
5956 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5957 non-nil. Adding almost all customization variables on ps-setup.
5958 Doc fix.
5959 (ps-print-version): New version number (6.3.3).
5960 (ps-end-with-control-d): Initialization fix.
5961 (ps-lines-printed): New var.
5962 (ps-skip-newline): New fun.
5963 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5964 (ps-next-line, ps-continue-line, ps-plot-region)
5965 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5966
5967 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5968
5969 * international/fontset.el (x-complement-fontset-spec):
5970 Resolve ASCII font name so that the same family name is used for fonts
5971 registered in x-font-name-charset-alist.
5972 (create-fontset-from-fontset-spec): Adjusted for the above change.
5973 The name of fontset alias should be a unresolved ASCII font name.
5974
5975 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5976
5977 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5978 and delete in isearch-mode-map.
5979
5980 2000-12-28 Richard M. Stallman <rms@gnu.org>
5981
5982 * dired-x.el (dired-guess-shell-alist-default):
5983 Use xpdf instead of acroread.
5984
5985 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5986
5987 * textmodes/artist.el (artist-butlast): Deleted.
5988 (artist-ellipse-mirror-quadrant): Use butlast instead of
5989 artist-butlast.
5990
5991 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5992
5993 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5994
5995 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5996
5997 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5998
5999 * ls-lisp.el: Better support for the Mac and MS-Windows.
6000 (ls-lisp): New defgroup.
6001 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
6002 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
6003 (ls-lisp-support-shell-wildcards): New defcustoms.
6004 (ls-lisp-parse-symlink): New function.
6005 (insert-directory): Code to convert switches to a list and set up
6006 the wildcard argument copied from ls-lisp-insert-directory.
6007 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6008 for -C and -R switches.
6009 (ls-lisp-column-format): New function.
6010 (ls-lisp-delete-matching, ls-lisp-handle-switches)
6011 (ls-lisp-format-time): Add doc strings.
6012 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6013 Support ls-lisp-dirs-first.
6014 (ls-lisp-classify, ls-lisp-extension): New functions.
6015 (ls-lisp-format): Optionally support emulation of symlinks.
6016 Support -i, -s, and -G switches.
6017
6018 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6019
6020 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6021
6022 * version.el (emacs-version): Print X scroll bar information.
6023
6024 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6025 instead of x-toolkit-scroll-bars-p.
6026
6027 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6028 of x-toolkit-scroll-bars-p.
6029
6030 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6031
6032 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
6033 (ffap-bindings): Doc fix, to reflect the above change.
6034
6035 2000-12-27 Kenichi Handa <handa@etl.go.jp>
6036
6037 * term.el (term-char-mode): Define all non-ascii self-inserting
6038 characters to 'term-send-raw in term-raw-map.
6039
6040 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6041
6042 * viper-init (viper-restore-cursor-type): Added condition-case guard.
6043
6044 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6045 Changed initialization; use add-hook.
6046 (ediff-file-remote-p): Use file-local-copy.
6047
6048 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
6049
6050 * ediff.el (ediff-patch-buffer): Bug fix.
6051 (ediff-revision): Allow selection of the file at the prompt.
6052
6053 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6054
6055 * subr.el (combine-run-hooks): Remove.
6056
6057 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6058 and remove the rogue second spec.
6059
6060 2000-12-23 Gerd Moellmann <gerd@gnu.org>
6061
6062 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6063
6064 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6065
6066 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6067 Use minibuffer menu prompt for the `=' prefix.
6068 (smerge-command-prefix): Change default to C-^.
6069 (smerge-mode): Don't assume font-lock doesn't move point.
6070
6071 * skeleton.el (skeleton-internal-1): Make sure the first line of
6072 the region is also re-indented.
6073 (skeleton-end-newline): New var.
6074 (skeleton-end-hook): Use it.
6075
6076 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6077
6078 * comint.el (comint-password-prompt-regexp): Support CVS.
6079
6080 2000-12-22 Gerd Moellmann <gerd@gnu.org>
6081
6082 * simple.el (delete-key-deletes-forward-mode): Simplify.
6083 Also backspace key combinations, depending on
6084 delete-key-deletes-forward.
6085
6086 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6087
6088 * simple.el (delete-key-deletes-forward): Doc fix.
6089
6090 2000-08-22 Emmanuel Briot <briot@gnat.com>
6091
6092 * xml.el (top level comment): Updated to reflect the fact that
6093 white spaces are relevant in the XML file.
6094 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6095 to parse was already edited. This allows for on-the-fly analysis
6096 of XML files.
6097 (xml-parse-tag): Check that the casing is the same in the start
6098 tag and end tag, since XML is case-sensitive. Allows for spaces
6099 in the end tag, after the name of the tag.
6100 (xml-parse-attlist): Allow for the character '-' in the name of
6101 attributes, as in the standard http-equiv attribute Do not save
6102 the properties in the XML tree, since they are not relevant.
6103
6104 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6105
6106 * generic.el (generic-read-type): Undo last change, inline into
6107 `generic-mode' and then remove.
6108 (generic-mode): Inline generic-read-type.
6109 (define-generic-mode): Push the symbol name rather than the symbol
6110 onto generic-mode-list.
6111
6112 2000-12-21 Gerd Moellmann <gerd@gnu.org>
6113
6114 * generic.el (generic-read-type): Build an alist for
6115 completing-read as in 20.7.
6116
6117 * play/landmark.el (lm): Use interactive spec `P'.
6118 (toplevel): Don't set debug-on-error.
6119
6120 * server.el (server-switch-buffer): Choose a window on a visible frame.
6121
6122 2000-12-21 Dave Pearson <davep@davep.org>
6123
6124 * quickurl.el: Commentry change, I've moved my web site.
6125
6126 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6127
6128 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6129 ranges like \177-\237, but accepts the character sequence from \177 to
6130 \237. Doc fix.
6131 (ebnf-version): New version (3.4).
6132 (ebnf-setup): Code fix.
6133 (ebnf-range-regexp): New fun.
6134 (ebnf-8-bit-chars): Const fix.
6135
6136 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6137 entry. Doc fix.
6138 (ebnf-bnf-lex): Code fix.
6139 (ebnf-bnf-comment-chars): Const fix.
6140
6141 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6142 entry. Doc fix.
6143 (ebnf-iso-comment-chars): Const fix.
6144
6145 * ebnf-otz.el: Doc fix.
6146
6147 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6148 entry. Doc fix.
6149 (ebnf-yac-skip-code): Code fix.
6150 (ebnf-yac-comment-chars): Const fix.
6151
6152 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6153
6154 * files.el (insert-directory-safely): New function.
6155 (recover-file): Use it instead of insert-directory.
6156 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6157
6158 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6159
6160 * international/mule-cmds.el (select-safe-coding-system):
6161 Check coding-category-list more rigidly. Improve help message.
6162
6163 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6164
6165 2000-12-21 Miles Bader <miles@gnu.org>
6166
6167 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
6168
6169 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6170
6171 * international/mule-diag.el (describe-char-after): Make *Help*
6172 buffer inherit multibyteness of the current buffer.
6173
6174 * international/mule.el (make-char): Docstring adjusted for the
6175 change of make-char-internal.
6176
6177 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6178
6179 * international/iso-cvt.el: Docstrings fix.
6180
6181 2000-12-20 Dave Love <fx@gnu.org>
6182
6183 * subr.el (eval-after-load): Doc fix.
6184
6185 2000-12-20 Kenichi Handa <handa@etl.go.jp>
6186
6187 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6188 for numbers.
6189
6190 2000-12-20 Miles Bader <miles@gnu.org>
6191
6192 * international/quail.el (quail-help): Resize the help window
6193 again after it has all its contents. Remove unneeded progn.
6194
6195 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6196
6197 * pcmpl-linux.el: Fix copy/paste error.
6198
6199 2000-12-19 Andrew Innes <andrewi@gnu.org>
6200
6201 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
6202
6203 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6204
6205 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6206
6207 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6208
6209 * progmodes/idlw-shell.el: Fixed copyright notice.
6210
6211 * progmodes/idlwave.el: Fixed copyright notice.
6212
6213 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
6214 TAB as key separators.
6215
6216 2000-12-19 Alex Schroeder <alex@gnu.org>
6217
6218 * sql.el (sql-sybase-options): New option.
6219 (sql-sybase): Use it. Add sql-database to the list of parameters
6220 provided for login. The options -w 2048 -n are not used any more.
6221 (sql-postgres-options): Changed default from "--pset" to "-P".
6222 (sql-mysql-options): Doc change.
6223 (sql-stop): Doc change.
6224
6225 2000-12-19 Kenichi Handa <handa@etl.go.jp>
6226
6227 * international/quail.el (quail-input-method): Always hide
6228 the guidance buffer on exiting.
6229
6230 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6231
6232 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6233 isn't fboundp.
6234
6235 * server.el (server-buffer-done): Bury the buffer before
6236 killing it.
6237
6238 * faces.el (face-spec-set): Interpret a nil in specs for
6239 foreground and background colors as `unspecified', for
6240 compatibility with 20.x.
6241
6242 2000-12-18 Dave Love <fx@gnu.org>
6243
6244 * simple.el (mail-user-agent): Doc fix.
6245 (input-mode-8-bit): Removed.
6246
6247 * international/mule.el (set-keyboard-coding-system): Doc fix.
6248 (keyboard-coding-system): New option.
6249
6250 * mail/sendmail.el (send-mail-function): Customize.
6251
6252 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6253
6254 * international/codepage.el (cp866-decode-table): New table.
6255
6256 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6257
6258 * version.el (emacs-version): Remove `%a' from the time format
6259 because the weekday doesn't fit well into each locale.
6260
6261 2000-12-18 Miles Bader <miles@gnu.org>
6262
6263 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6264
6265 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6266 Check that emacs-major-version is `=' to 20, not `>='.
6267 (artist-replace-chars): Use `make-string' instead of a loop.
6268
6269 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6272 (cvs-execute-single-file): Don't change directory.
6273 Patch from Per Cederqvist.
6274
6275 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6276
6277 * textmodes/ispell.el (check-ispell-version):
6278 If `ispell-program-name' is "aspell", pass it the -v switch instead
6279 of -vv.
6280
6281 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6282
6283 * international/mule-diag.el (mule-diag): Insert information about
6284 configure options, multibyte awareness, language env.
6285
6286 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6287 regexp to search for candidates.
6288
6289 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * info.el (Info-forward-node): If the node has an
6292 Info-header-line, widen the buffer before searching for "next:"
6293 and "up:" pointers, and set the search limit to stay in the
6294 current node.
6295
6296 2000-12-16 Miles Bader <miles@gnu.org>
6297
6298 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6299
6300 2000-12-15 Miles Bader <miles@gnu.org>
6301
6302 * comint.el (comint-send-string, comint-send-region): Also accept
6303 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6304 process-send-string/region.
6305
6306 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6307
6308 * isearch.el (isearch-lazy-highlight-max): New user-option.
6309 (isearch-lazy-highlight-update): Don't highlight more than
6310 isearch-lazy-highlight-max matches.
6311
6312 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6313
6314 2000-12-15 Richard M. Stallman <rms@gnu.org>
6315
6316 * sort.el (sort-columns): Fix error message.
6317
6318 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6319 `upcase' or `downcase' or nil.
6320 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6321 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6322 (dabbrev--substitute-expansion): New arg record-case-pattern.
6323 If it is non-nil, set dabbrev--last-case-pattern.
6324 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6325
6326 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6327
6328 2000-12-15 Miles Bader <miles@gnu.org>
6329
6330 * paths.el (Info-default-directory-list): Don't delete
6331 configure-info-directory from the list of standard info
6332 directories when appending it to the end -- their order is important.
6333
6334 * faces.el (read-face-attribute): If there's no entry for the
6335 user's input in VALID, just use it as-is (this will often result
6336 in an error, but it may be OK for e.g. colors using hexadecimal
6337 notation, and at least will yield a better error message).
6338
6339 * window.el (mode-line-window-height-fudge): Function removed.
6340 (height-affecting-face-attributes, mode-line-window-height-fudge):
6341 Variables removed.
6342 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6343 window is really the right size. Use vertical-motion
6344 rather than forward-line.
6345 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6346 (ispell-command-loop, ispell-show-choices): Use the variable
6347 ispell-choices-win-default-height, rather than the function.
6348 (ispell-choices-win-default-height): Function removed.
6349 (ispell-mode-line-window-height-fudge): Function removed.
6350
6351 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6352
6353 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6354
6355 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6356
6357 * paths.el (Info-default-directory-list):
6358 If configure-info-directory is not one of the standard directories,
6359 put it first in the list; otherwise put it last. Doc string
6360 changed accordingly.
6361
6362 * info.el (Info-directory-list): Change doc string to reflect the
6363 change in Info-default-directory-list.
6364
6365 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6366 windows-nt as windowed environments, even under -nw.
6367
6368 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6369 if not fboundp. Switch delete-forward mode for the <delete> key
6370 on all PC platforms, even under -nw.
6371
6372 * term/internal.el ([M-delete]): Remap to M-d.
6373
6374 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6375
6376 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6377
6378 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6381
6382 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6383
6384 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6385 if appropriate.
6386
6387 * simple.el (delete-key-deletes-forward): New user-option.
6388 (delete-key-deletes-forward-mode): New function.
6389
6390 * bindings.el: Bind `delete' to backward-delete-char.
6391
6392 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6393 Test if symbol is bound before getting its value.
6394
6395 * tooltip.el (tooltip-show): If an error is signaled in
6396 x-show-tip, display that error, and display the help in the
6397 echo area.
6398
6399 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6400
6401 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6402 Show "... entries" messages for every 10000 entries, not 10.
6403
6404 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6405
6406 * bookmark.el: Provide a generic exit hook, as suggested by
6407 Ovidiu Predescu <ovidiu@cup.hp.com>:
6408 (bookmark-exit-hook): New var.
6409 (bookmark-exit-hook-internal): New func, replaces
6410 old raw lambda form in `kill-emacs-hook', and runs new
6411 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6412 as logically that feature must have been provided if this function
6413 is running.
6414 Removed ;;;###autoload before the `add-hook' call.
6415
6416 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6417
6418 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6419 (easy-menu-current-active-maps): New function.
6420 (easy-menu-get-map): Use it.
6421 Make a proper menu entry when creating a new keymap.
6422
6423 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6424
6425 * international/characters.el: Fix cases and syntaxes for
6426 mule-unicode-0100-24ff.
6427
6428 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6429 that a Japanese character is not appended after day and year.
6430
6431 * info.el (Info-suffix-list): Change format for a command that
6432 requires arguments.
6433 (info-insert-file-contents): Adjusted for the above change.
6434
6435 2000-12-12 Andreas Schwab <schwab@suse.de>
6436
6437 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6438 on the name of the tar buffer. Verify that the existing buffer is
6439 visiting the same subfile.
6440
6441 2000-12-12 Dave Love <fx@gnu.org>
6442
6443 * subdirs.el: Add obsolete.
6444
6445 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6446
6447 * mail/rmailsum.el (rmail-summary-expunge)
6448 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6449 instead of rmail-confirm-expunge.
6450
6451 * replace.el (perform-replace): Don't use an empty match adjacent
6452 to a non-empty match when computing the next match before the
6453 replacement is performed.
6454
6455 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6456
6457 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6458 definition (patch by Stefan Monnier).
6459 (glasses-mode): Use jit-lock instead of `after-change-functions'
6460 (patch by Stefan Monnier).
6461
6462 2000-12-12 Miles Bader <miles@gnu.org>
6463
6464 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6465 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6466
6467 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6468
6469 * term/mac-win.el: Remove load for ls-lisp.
6470
6471 * loadup.el: Load ls-lisp for system-type `macos'.
6472
6473 2000-12-12 Miles Bader <miles@gnu.org>
6474
6475 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6476 Respect field end too.
6477 (just-one-space): Respect fields as `delete-horizontal-space'.
6478 (newline-and-indent, reindent-then-newline-and-indent):
6479 Use `delete-horizontal-space'.
6480
6481 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6482
6483 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6484 (so as to obey the field property in the minibuffer).
6485
6486 * obsolete/c-mode.el: Moved from lisp/progmodes.
6487 * obsolete/auto-show.el: Moved from lisp.
6488 * obsolete/ooutline.el: Moved from lisp/textmodes.
6489
6490 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6491
6492 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6493 changes to list them here.
6494
6495 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6496 Too many changes to list them here.
6497
6498 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6499 Too many changes to list them here.
6500
6501 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6502
6503 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6504
6505 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6506
6507 * cus-edit.el (custom-save-variables, custom-save-faces):
6508 Comment fix.
6509
6510 * hscroll.el: Moved to `obsolete' subdir.
6511
6512 2000-12-11 Miles Bader <miles@gnu.org>
6513
6514 * window.el (window-text-height): Function removed (now in C).
6515
6516 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6517
6518 * log-edit.el (log-edit-parent-buffer): New var.
6519 (log-edit): Set it. Add BUFFER argument.
6520 (log-edit-done): Use char-before.
6521 Don't bother checking validity of vc-comment-ring.
6522 Only bury the buffer if log-edit popped it up.
6523
6524 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6525 (cvs-mode-diff-help): Remove.
6526 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6527 (cvs-mode-marked): Set up the default for CMD manually.
6528
6529 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6530 Remove binding for ? now made unnecessary.
6531
6532 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6533
6534 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6535 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6536
6537 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6538 when master file is not open.
6539
6540 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6541
6542 * progmodes/ada-stmt.el: Update `maintainer'.
6543
6544 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
6545
6546 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6547 choices to match documentation string.
6548
6549 2000-12-09 Miles Bader <miles@gnu.org>
6550
6551 * minibuf-eldef.el: New file.
6552
6553 * window.el (fit-window-to-buffer): Don't pass last argument to
6554 pos-visible-in-window-p, now that its meaning is inverted.
6555
6556 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6559 <ceder@lysator.liu.se>.
6560
6561 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6562
6563 * autoinsert.el (auto-insert-alist): Add missing final \n.
6564
6565 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6566 (cvs-menu-map): Remove.
6567 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6568 (cvs-mode-quit): Turn it back into a plain function.
6569
6570 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6571 (texinfo-filter): Remove (move to texinfo.el).
6572
6573 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6574 file where it's more visible.
6575 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6576 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6577 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6578 (texinfo-inside-macro-p): Only catch `scan-error's.
6579 (texinfo-inside-env-p): Make better use of the match info.
6580 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6581 (texinfo-insert-@end): Slight re-organization.
6582 Also remove useless `looking-at' call.
6583
6584 2000-12-08 Andrew Innes <andrewi@gnu.org>
6585
6586 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6587 accessible in -nw mode.
6588
6589 * term/w32-win.el: Remove stuff about selection timeout, which is
6590 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6591 it is accessible in -nw mode.
6592
6593 2000-12-08 Dave Love <fx@gnu.org>
6594
6595 * emacs-lisp/lisp-mode.el (lisp-mode):
6596 Set font-lock-keywords-case-fold-search.
6597
6598 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6599
6600 * textmodes/ispell.el (ispell): Doc fix.
6601
6602 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6603
6604 * international/quail.el (quail-insert-decode-map): Check the
6605 frame width of a window displaying the current buffer, not that of
6606 the selected frame.
6607 (quail-help): Make sure that the help buffer has window before
6608 inserting text in it.
6609
6610 2000-12-07 Sam Steingold <sds@gnu.org>
6611
6612 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6613 Backquote is used in isearch.el, so autoloading saves nothing.
6614
6615 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6616
6617 * startup.el (normal-top-level-add-subdirs-to-load-path):
6618 Ignore the CVS and RCS subdirectories case-insensitively.
6619
6620 * dired.el (dired-insert-directory): If file-system-info is
6621 fboundp, call it instead of invoking dired-free-space-program.
6622
6623 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6624
6625 * server.el (server-visit-files): Push files on file-name-history.
6626
6627 * progmodes/cc-langs.el: Update copyright.
6628
6629 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6630
6631 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6632
6633 * bindings.el (mode-line-mode-menu): Reverse the order
6634 of define-keys so that the menu appears in alphabetical order.
6635
6636 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6637
6638 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6639 of the function.
6640
6641 2000-12-07 Dave Love <fx@gnu.org>
6642
6643 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6644
6645 * facemenu.el (facemenu-unlisted-faces): Fix value.
6646
6647 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6648
6649 * font-lock.el (font-lock-default-fontify-region):
6650 Include the terminating \n (off-by-one error).
6651 (font-lock-set-defaults): Use dolist.
6652
6653 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6654
6655 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6656
6657 * international/mule-cmds.el (describe-language-environment):
6658 Fix for the case that an input method title is not string but a list.
6659
6660 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6661 of wrong SIZE record.
6662
6663 2000-12-06 Dave Love <fx@gnu.org>
6664
6665 * newcomment.el (comment-region, comment-dwim): Doc fix.
6666
6667 * textmodes/texinfo.el: Require tex-mode when compiling.
6668 (texinfo-update-node): Doc fix.
6669 (texinfo-imenu-generic-expression): Add @anchor.
6670 (texinfo-font-lock-keywords): Add @uref.
6671 (texinfo-inside-macro-p): Don't use ignore-errors.
6672 (texinfo-insert-quote): Match more contexts.
6673
6674 * international/mule.el (decode-char, encode-char): Doc fix.
6675 (auto-coding-alist): Customize.
6676
6677 * files.el (load-file): Fix change of 2000-03-12.
6678
6679 * wid-edit.el (widget-text-keymap): Doc fix.
6680
6681 2000-12-06 Andrew Innes <andrewi@gnu.org>
6682
6683 * makefile.w32-in (lisp): Set to an absolute directory, namely
6684 $(CURDIR).
6685
6686 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6687
6688 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6689 read generated-autoload-file, and set buffer-file-coding-system to
6690 raw-text-unix after reading the file.
6691
6692 * international/mule-conf.el (file-coding-system-alist):
6693 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6694
6695 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6696
6697 * replace.el (occur): Make line-number-width 1 smaller for the
6698 colon following the line number.
6699
6700 * startup.el (fancy-splash-text, command-line-1):
6701 Use `File' for the menu name instead of `Files'.
6702
6703 * tmm.el: Update copyright.
6704
6705 * cus-start.el: Add entry for even-window-heights.
6706
6707 2000-12-06 Miles Bader <miles@gnu.org>
6708
6709 * faces.el (frame-set-background-mode): Avoid stomping on
6710 locally modified faces.
6711
6712 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6713
6714 * international/fontset.el: Correct the font registries for
6715 japanese-jisx0213-1 and japanese-jisx0213-2.
6716
6717 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6718
6719 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6720
6721 * iswitchb.el: Update customization commentary.
6722
6723 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6724
6725 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6726 (tpu-search-highlight): Fixed comparison of overlay end positions.
6727 (tpu-trim-line-ends): Implemented trimming logic locally.
6728
6729 * emulation/tpu-extras.el (tpu-write-file-hook)
6730 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6731
6732 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6733
6734 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6735 to cn-gb.
6736 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6737
6738 2000-12-04 Dave Love <fx@gnu.org>
6739
6740 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6741
6742 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6743
6744 * mail/rmailsum.el (rmail-summary-expunge)
6745 (rmail-summary-expunge-and-save): Ask for confirmation with
6746 rmail-expunge-confirmed.
6747
6748 * mail/rmail.el (rmail-expunge-confirmed): New function.
6749 (rmail-expunge): Use it.
6750
6751 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6752
6753 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6754 (etags-recognize-tags-table, find-tag-in-order):
6755 New functionality: interpret file names as tags.
6756
6757 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6758
6759 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6760 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6761 the first subnode until the bottom of the current node is visible.
6762
6763 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6764
6765 * format.el (format-decode): Don't change buffer's undo list.
6766
6767 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6768
6769 * faces.el (face-font-registry-alternatives): Add entries for CJK
6770 fonts. Doc-string adjusted for the actual usage of this data.
6771
6772 * international/fontset.el: Change the font registries for CJK
6773 fonts in the default fontset. Don't append '*' to registries.
6774
6775 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6776
6777 * emacs-lisp/easy-mmode.el (define-derived-mode)
6778 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6779
6780 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6781 (derived-mode-p): New function.
6782 (derived-mode-make-docstring): Add `docstring' argument.
6783 Use it if available and complete it if necessary.
6784
6785 2000-12-03 Andreas Schwab <schwab@suse.de>
6786
6787 * type-break.el (type-break): Don't make parent of itself.
6788
6789 2000-12-03 Miles Bader <miles@gnu.org>
6790
6791 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6792
6793 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6794
6795 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6796 (tex-main-file, tex-file): Simplify.
6797 (tex-generate-zap-file-name): Use subst-char-in-string.
6798 (tex-strip-dots): Remove.
6799
6800 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6801
6802 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6803 to check if the match succeeded.
6804
6805 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6806
6807 * startup.el (use-fancy-splash-screens-p): New function.
6808 (command-line-1): Use it to determine whether or not to use
6809 a fancy splash screen.
6810
6811 2000-12-02 Andreas Schwab <schwab@suse.de>
6812
6813 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6814
6815 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6816
6817 * international/mule.el (make-char): Fix last change.
6818
6819 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6820 New defcustoms.
6821 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6822 autoloading tex-mode; instead, do the same manually.
6823 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6824 with numeric argument. Docstring fix.
6825 (toplevel): Require cl when compiling.
6826
6827 * international/mule.el (make-char): Doc fix.
6828
6829 2000-12-02 Jason Rumney <jasonr@gnu.org>
6830
6831 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6832 the Emacs Lisp manual)
6833
6834 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6835
6836 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6837
6838 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6839 the Emacs Lisp manual).
6840
6841 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6842
6843 * simple.el (next-line-add-newlines): Change default to nil.
6844
6845 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6846
6847 * files.el (revert-buffer, recover-file):
6848 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6849
6850 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6851
6852 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6853
6854 2000-12-01 Miles Bader <miles@gnu.org>
6855
6856 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6857
6858 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6859
6860 * international/mule-diag.el (describe-char-after): Fix typo.
6861 (describe-character-set, non-iso-charset-alist): Fix typo.
6862
6863 2000-12-01 Miles Bader <miles@gnu.org>
6864
6865 * image-file.el (image-file-name-regexp): Automatically add
6866 upper-case variants of each filename extension in
6867 `image-file-name-extensions', since they seem to be common.
6868
6869 * simple.el (minibuffer-contents)
6870 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6871 New functions.
6872 * filecache.el (file-cache-directory-name)
6873 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6874
6875 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6876
6877 * filecache.el (file-cache-minibuffer-complete): Don't try to
6878 delete the minibuffer prompt.
6879
6880 2000-11-30 Dave Love <fx@gnu.org>
6881
6882 * cus-start.el: Fix read-buffer-function type.
6883
6884 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6885
6886 * md5.el: Removed. There's a built-in function, now.
6887
6888 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6889
6890 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6891 as dummy 0-th char of rmail-deleted-vector.
6892
6893 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6894
6895 * ps-print.el (ps-end-job): Bind case-fold-search only after
6896 switching to ps-spool-buffer.
6897
6898 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6899
6900 * ps-print.el: Line number font customization. PostScript: Lines and
6901 PageCount are initialized on each page. Doc Fix.
6902 (ps-print-version): New version number (6.3.2).
6903 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6904 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6905 (ps-right-header): Customization fix.
6906 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6907 Fix code.
6908 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6909 New vars.
6910
6911 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6912
6913 * bs.el: Fix typos and spelling errors.
6914 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6915 (bs-configuration): Doc fix.
6916
6917 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6918
6919 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6920
6921 * emulation/tpu-edt.el (tpu-version): New version.
6922 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6923 (tpu-original-mode-line): Variable deleted.
6924 (tpu-mark-flag): New initial value.
6925 (tpu-set-mode-line): Don't redefine mode-line-format.
6926 Add tpu-mark-flag to minor-mode-alist.
6927 (tpu-update-mode-line): New mark flag logic.
6928 (tpu-get): Use find-file-wildcards.
6929 (tpu-search-highlight): Move overlay less, reset overlay properly.
6930 (tpu-unselect): Deactivate mark.
6931 (tpu-lm-replace): Reset overlay properly.
6932 (tpu-forward-line): Use forward-visible-line.
6933 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6934
6935 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6936
6937 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6938
6939 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6940
6941 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6942
6943 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6944 and skip whitespace and newlines.
6945
6946 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6947
6948 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6949
6950 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6951
6952 * help.el (describe-function-1): Regexp-quote function name
6953 when used as part of a regexp.
6954
6955 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6956 Use face-attribute instead of face-foreground and face-background.
6957 (tool-bar-add-item): Likewise, and handle unspecified colors.
6958
6959 * enriched.el (enriched-face-ans): Use face-attribute instead
6960 of face-foreground and face-background.
6961
6962 * faces.el (face-foreground, face-background, face-stipple):
6963 Return nil if attribute is unspecified, for backward compatibility.
6964
6965 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6966
6967 * play/5x5.el: Remove version info.
6968
6969 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6970
6971 * frame.el (blink-cursor-mode): Doc fix.
6972
6973 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6974
6975 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6976 to create Makefile rules.
6977 (antlr-tool-command): New user option.
6978 (antlr-ask-about-save): New user option.
6979 (antlr-makefile-specification): New user option.
6980 (antlr-file-formats-alist): New variable.
6981 (antlr-special-file-formats): New variable.
6982 (antlr-unknown-file-formats): New user option.
6983 (antlr-help-unknown-file-text): New variable.
6984 (antlr-help-rules-intro): New variable.
6985 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6986 (antlr-mode-menu): Add entries.
6987 (antlr-file-dependencies): New function.
6988 (antlr-directory-dependencies): New function.
6989 (antlr-superclasses-glibs): New function.
6990 (antlr-run-tool): New command.
6991 (antlr-makefile-insert-variable): New function.
6992 (antlr-insert-makefile-rules): New function.
6993 (antlr-show-makefile-rules): New command.
6994
6995 * antlr-mode.el: More Emacs/XEmacs stuff.
6996 (antlr-no-action-keywords): New constant with value nil.
6997 (antlr-font-lock-keywords-alist): Use it. Old value would break
6998 syntax highlighting in Emacs-21.0.
6999 (antlr-default-directory): Emacs/XEmacs dependend function.
7000 (antlr-read-shell-command): Ditto.
7001 (antlr-with-displaying-help-buffer): Ditto.
7002
7003 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7004
7005 * antlr-mode.el: imenu, parsing and highlighting changes.
7006 (antlr-imenu-create-index-function): Don't create extra submenus
7007 for definitions in different grammar classes. It is not necessary
7008 for the menu and would make command `imenu' awkward to use.
7009 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7010 header actions and more than one.
7011 (antlr-font-lock-tokendef-face): Changed color.
7012 (antlr-font-lock-tokenref-face): Changed color.
7013 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7014 (antlr-mode-syntax-table): New variable.
7015 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7016 (antlr-with-syntax-table): Don't copy syntax table.
7017
7018 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7019
7020 * antlr-mode.el: Minor changes: language setting.
7021 (antlr-language-alist): The value for file option "language" can
7022 be both an identifier and a string.
7023 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7024 (antlr-language-limit-n-regexp): Change accordingly.
7025
7026 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7027
7028 * antlr-mode.el: Minor changes: tabs, hiding.
7029 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7030 (antlr-action-visibility): Also allow value nil to also hide the
7031 braces. Renamed from `antlr-tiny-action-length'.
7032 Suggested by Jay@aol.com.
7033 (antlr-hide-actions): Change accordingly. Hide line if completely
7034 hidden action is on a line of its own.
7035
7036 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7037
7038 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7039
7040 * sort.el (sort-columns): Don't concat strings with numbers.
7041
7042 2000-11-29 Dave Love <fx@gnu.org>
7043
7044 * cus-edit.el (face): Fix :format.
7045
7046 * mail/feedmail.el: Require smtpmail when compiling.
7047 (mail-do-fcc): Autoload.
7048 (feedmail) <defgroup>: Fix :link.
7049 (feedmail-nuke-body-in-fcc): Fix :type.
7050 (feedmail-send-it): Add autoload cookie.
7051
7052 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7053
7054 * newcomment.el (comment-indent): Save excursion around call to
7055 comment-indent-function.
7056
7057 2000-11-29 Miles Bader <miles@gnu.org>
7058
7059 * subr.el (member-ignore-case): Return the tail of the list who's
7060 car matches, like `member', not the matching element itself.
7061
7062 2000-11-29 Kenichi Handa <handa@etl.go.jp>
7063
7064 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7065 should not contain `\n'.
7066
7067 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7068
7069 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7070
7071 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7072
7073 * dired-aux.el (dired-do-create-files): Construct default file
7074 name for dired-mark-read-file-name so that when the user enters
7075 just RET, the target file will end up in the target directory.
7076
7077 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7078 local-abbrev-table before changing buffers because it might
7079 have a buffer-local binding.
7080
7081 2000-11-28 Miles Bader <miles@gnu.org>
7082
7083 * simple.el (delete-horizontal-space): Handle fields more generally.
7084
7085 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7086
7087 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7088
7089 2000-11-28 Dave Love <fx@gnu.org>
7090
7091 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7092 comment-start-skip locally.
7093
7094 * progmodes/fortran.el (fortran-mode): Don't set
7095 fortran-comment-line-start-skip. Set comment-start to
7096 fortran-comment-line-start.
7097 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7098 (fortran-comment-line-start-skip): Simplify slightly.
7099
7100 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7101
7102 * play/5x5.el: Remove RCS keyword.
7103
7104 * bs.el: Mistaken commit, undone 2000-11-30.
7105
7106 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
7107
7108 * textmodes/tildify.el (tildify-string-alist):
7109 Add `plain-tex-mode' here.
7110
7111 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7112
7113 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7114 reference.
7115
7116 2000-11-28 Miles Bader <miles@gnu.org>
7117
7118 * cus-face.el (custom-face-attributes): Add post-filter function
7119 for :box. Make pre-filter function for :box handle all cases.
7120
7121 * wid-edit.el (widget-choose): Make sure pop-up window is large
7122 enough to display all the choices, as there's no way to scroll it.
7123
7124 2000-11-28 Kenichi Handa <handa@etl.go.jp>
7125
7126 * international/mule-conf.el: Make the coding system no-conversion
7127 safe for all characters.
7128
7129 2000-11-27 Dave Love <fx@gnu.org>
7130
7131 * net/ldap.el (ldap) <defgroup>: Add :version.
7132
7133 * tooltip.el (tooltip-use-echo-area): Doc fix.
7134
7135 * cus-start.el <minibuffer-prompt-properties>: Add version.
7136 <read-buffer-function>: Add.
7137
7138 * apropos.el (apropos-print): Add help-echo to active text.
7139
7140 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7141
7142 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7143
7144 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7145 type, group and version.
7146
7147 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7148
7149 * select.el (x-get-selection): Docstring fix.
7150
7151 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
7152
7153 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
7154
7155 2000-11-27 Andrew Innes <andrewi@gnu.org>
7156
7157 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7158
7159 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7160
7161 2000-11-27 Miles Bader <miles@gnu.org>
7162
7163 * dired.el (dired-get-filename): Return filename verbatim if
7164 LOCALP is `verbatim'.
7165 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7166 `verbatim' so that we don't inadvertently delete a non-existant
7167 directory name.
7168
7169 2000-11-27 Kenichi Handa <handa@etl.go.jp>
7170
7171 * international/characters.el: Specify cases and syntaxes for
7172 mule-unicode-0100-24ff.
7173
7174 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7175
7176 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7177 that foreground and/or background colors of the face `tool-bar'
7178 are unspecified.
7179
7180 2000-11-27 Miles Bader <miles@gnu.org>
7181
7182 * wid-edit.el (widget-field-buffer, widget-field-start)
7183 (widget-field-end): Handle widget field `pseudo-overlays'.
7184 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7185 if it's there instead of in `widget-field-list'.
7186
7187 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
7188 (help-make-xrefs): Delete extraneous newlines at the end of the
7189 docstring.
7190
7191 2000-11-25 Jason Rumney <jasonr@gnu.org>
7192
7193 * startup.el (command-line): Call set-locale-environment after
7194 Window System init file is read, as it can result in a call to
7195 redraw-frame.
7196
7197 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * simple.el (shell-command): Mention the effect of the prefix
7200 argument in the doc string.
7201
7202 2000-11-25 Miles Bader <miles@gnu.org>
7203
7204 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7205
7206 * wid-edit.el (widget-field-value-delete): Don't try to delete
7207 overlay when it's the `pseudo-overlay' that exists at some points.
7208
7209 2000-11-24 Jason Rumney <jasonr@gnu.org>
7210
7211 * international/mule-cmds.el (locale-language-names): Add "jp" as
7212 a non-standard alternative for Japanese.
7213
7214 2000-11-24 Andre Spiegel <spiegel@gnu.org>
7215
7216 * vc-hooks.el: Require 'cl during compilation.
7217
7218 2000-11-24 Gerd Moellmann <gerd@gnu.org>
7219
7220 * faces.el (face-set-after-frame-default): Let face attributes
7221 specified for new frames override frame parameters.
7222
7223 * startup.el (command-line): Fix computation of the source file
7224 for user-init-file when user-init-file is a compiled file.
7225
7226 2000-11-24 Miles Bader <miles@gnu.org>
7227
7228 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
7229 (custom-post-filter-face-spec): New functions.
7230 (custom-face-set, custom-face-value-create): Filter the face spec
7231 before and after customization.
7232 (custom-face-set): If VALUE specifies a null face, pass a
7233 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7234 * cus-face.el (custom-face-attributes): Remove SET and GET
7235 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7236 cases they're needed.
7237
7238 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7239 that it's distinguishable from the :off-glyph on dark-background
7240 displays. Set its background color too.
7241
7242 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7243 so that people can easily turn it off.
7244
7245 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
7246
7247 * ediff-diff.el: Moved variables around to have it compile under NT.
7248
7249 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7250
7251 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7252
7253 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7254 redundant skip-small-frames test.
7255
7256 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7257 (viper-downgrade-to-insert): Protect against errors in hooks.
7258
7259 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7260 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
7261 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7262 New functions.
7263
7264 * viper-util.el (viper-memq-char): Bug fixes.
7265
7266 * viper.el (viper-mode): Fix cursor handling.
7267
7268 2000-11-24 Kenichi Handa <handa@etl.go.jp>
7269
7270 * international/mule-diag.el (list-iso-charset-chars):
7271 For two-byte charset, fix the `while' condition.
7272 (list-non-iso-charset-chars): Fix the `while' condition.
7273
7274 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7275
7276 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7277 if the variable is make-variable-buffer-local.
7278
7279 * progmodes/ada-stmt.el (ada-template-map):
7280 Initialize and bind it to C-c t in ada-mode-map.
7281 (ada-stmt-mode-hook): New function extracted from old code.
7282 Only change the buffer-local side of skeleton-*.
7283 (ada-mode-hook): Use it.
7284
7285 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7288 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7289 we expect to be returned by minibuffer-depth once we prompt the
7290 user in the minibuffer.
7291 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7292 as recorded in iswitchb-minibuf-depth, return non-nil.
7293
7294 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7295
7296 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7297 (hscroll-window-maybe): Docstring fix.
7298
7299 2000-11-23 Dave Love <fx@gnu.org>
7300
7301 * rect.el (string-rectangle): Don't test delete-selection-mode.
7302
7303 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7304
7305 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7306 is in the tool bar.
7307
7308 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7309 with `no-dir'; we want the directory part to be able to remove it.
7310
7311 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7312
7313 * textmodes/outline.el (outline-flag-region):
7314 Don't bind inhibit-read-only since we don't modify the buffer.
7315 (outline-isearch-open-invisible): Don't jump to overlay-start
7316 since we're trying to unhide text around point.
7317 (outline-discard-overlays): Use dolist.
7318
7319 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7320
7321 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7322
7323 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7324
7325 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7326
7327 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7328 Fix ARG regexp to skip quoted braces.
7329 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7330 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7331 are (correctly) handled separately).
7332 Remove `caption' and `footnote' from `citations': they contain text.
7333 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7334 (latex-skeleton-end-hook): New function.
7335 (latex-mode): Use it.
7336 (tex-start-tex-marker): Remove.
7337 (tex-send-tex-command): Don't set tex-start-tex-marker.
7338 (tex-error-parse-syntax-table): New var.
7339 (tex-compilation-parse-errors): Use it.
7340 Ignore tex-start-tex-marker. Don't bother with marker-position.
7341 (tex-validate-buffer): Don't bother with marker-position.
7342
7343 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7344 (flyspell-generic-progmode-verify): Use it.
7345
7346 2000-11-22 Sam Steingold <sds@gnu.org>
7347
7348 * simple.el (delete-trailing-whitespace): New interactive function.
7349
7350 * progmodes/ada-mode.el (ada-mode): Use it instead of
7351 `ada-remove-trailing-spaces'.
7352 (ada-remove-trailing-spaces): Removed.
7353
7354 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7355
7356 * textmodes/picture.el (picture-clean): Removed.
7357 (picture-mode-exit): Call it instead of `picture-clean'.
7358
7359 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7360
7361 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7362
7363 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7364 jit-lock-fontify-buffer; it should anyway be unneccessary to
7365 do anything special when jit-lock is active.
7366 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7367
7368 2000-11-22 Dave Love <fx@gnu.org>
7369
7370 * calendar/todo-mode.el (todo-top-priorities): Use
7371 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7372
7373 * language/chinese.el, language/cyrillic.el:
7374 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7375 * language/hebrew.el, language/indian.el, language/japanese.el:
7376 * language/korean.el, language/lao.el, language/misc-lang.el:
7377 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7378 Use provide.
7379
7380 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7381 (custom-variable-set): Improve validation error mesage.
7382
7383 * rect.el (string-rectangle): Revert last change.
7384 (string-rectangle-line): New arg DELETE.
7385 (string-rectangle): Check delete-selection-mode.
7386
7387 * emacs-lisp/edebug.el (edebug-version)
7388 (edebug-maintainer-address): Deleted.
7389 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7390 (edebug-read-function): Account for other `'#' read forms.
7391 (edebug-mode-menus): Make some items toggles.
7392 (edebug-outside-unread-command-event, unread-command-event):
7393 Remove these to avoid warnings.
7394
7395 2000-11-22 David Ponce <david@dponce.com>
7396
7397 * recentf.el (recentf-menu-items-for-commands)
7398 (recentf-make-menu-items, recentf-make-menu-item)
7399 (recentf-filter-changer): Added :help and :active menu-item properties.
7400
7401 (recentf-build-dir-rules, recentf-dump-variable)
7402 (recentf-edit-list, recentf-open-files-item)
7403 (recentf-open-files): Replaced unnecessary `mapcar' with new
7404 built-in `mapc'.
7405
7406 2000-11-23 Miles Bader <miles@gnu.org>
7407
7408 * faces.el (menu): Make inverse-video on ttys too.
7409
7410 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * simple.el (comment-line-break-function): Use the new name
7413 indent-new-comment-line -> comment-indent-new-line.
7414 (clone-indirect-buffer): Don't ignore NORECORD.
7415 (next-completion): Properly handle the case where items are adjacent.
7416
7417 * mouse.el (popup-menu): Stupid typo.
7418
7419 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7420
7421 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7422 maintainer, keywords tags.
7423
7424 * rect.el (replace-rectangle): Don't call string-rectangle-line
7425 with too many arguments.
7426
7427 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7428
7429 * ediff-util.el (ediff-file-checked-out-p)
7430 (ediff-file-checked-in-p): Call vc-state instead of
7431 vc-locking-user, which no longer exists.
7432
7433 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7434
7435 2000-11-22 Dave Love <fx@gnu.org>
7436
7437 * md5.el (md5): Provide.
7438 (md5): Fix error call.
7439
7440 2000-11-22 Miles Bader <miles@gnu.org>
7441
7442 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7443 (refill-fill-paragraph-at): Remove debugging code.
7444
7445 * calendar/calendar.el (generate-calendar-window): When we don't
7446 call `fit-window-to-buffer', make sure the top line is fully visible.
7447
7448 * image-file.el (insert-image-file): Don't make `read-only'
7449 property rear-nonsticky.
7450
7451 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7452 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7453 stashing away its original value.
7454 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7455 in the recursive edit.
7456 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7457 (isearch-done): Restore `minibuffer-message-timeout'.
7458
7459 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7460
7461 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7462
7463 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7464
7465 * find-lisp.el (find-lisp-find-files-internal):
7466 Use dolist, when and file-name-as-directory.
7467
7468 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7469 (define-derived-mode, define-minor-mode): Add specs.
7470
7471 * window.el: General comment and spacing fixes.
7472 (save-selected-window): Use backquotes.
7473 (window-safely-shrinkable-p): New function.
7474 (shrink-window-if-larger-than-buffer): Use it.
7475
7476 * subr.el (make-local-hook): Docstring fix.
7477
7478 * shell.el (shell-mode): Use define-derived-mode.
7479
7480 * newcomment.el (comment-indent): Insert comment before calling
7481 comment-indent-function. Don't insert in column 0.
7482 (comment-dwim): Indent before inserting comment.
7483
7484 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7485 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7486 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7487 Use mapc rather than map.
7488
7489 * files.el (find-buffer-visiting): Compare all attributes before
7490 declaring two files identical (rather than just their inode-no).
7491 (auto-mode-alist): Use \' rather than $.
7492
7493 * which-func.el: Update maintainer line.
7494
7495 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7496 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7497 (uniquify-buffer-file-name): Use it.
7498
7499 2000-11-22 Miles Bader <miles@gnu.org>
7500
7501 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7502 * simple.el (minibuffer-avoid-prompt): New function.
7503
7504 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7505
7506 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7507
7508 2000-11-21 Miles Bader <miles@gnu.org>
7509
7510 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7511 inclusion of `track-mouse'.
7512
7513 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7514 (refill-adjust-ignorable-overlay): New function.
7515 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7516 only the paragraph's tail if possible.
7517 Update `refill-ignorable-overlay'.
7518 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7519
7520 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7521 point inside the fill-prefix.
7522
7523 * textmodes/refill.el (refill-post-command-function): Don't reset
7524 refill-doit in the case where a self-insertion command doesn't
7525 case a refill. Use `refill-fill-paragraph-at', getting position
7526 from `refill-doit'.
7527 (refill-after-change-function): Set `refill-doit' to END.
7528 (refill-fill-paragraph-at): New function, mostly from old
7529 refill-fill-paragraph.
7530 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7531 (refill-pre-command-function): New function.
7532 (refill-mode): Add it to `pre-command-hook'.
7533
7534 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7535
7536 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7537
7538 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7539 javadoc tags.
7540
7541 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7542
7543 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7544 vc.el).
7545
7546 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7547 require vc.
7548
7549 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7550 checkouts.
7551
7552 2000-11-20 Dave Love <fx@gnu.org>
7553
7554 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7555
7556 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7557
7558 * calculator.el (calculator-paste): Use `if' instead of `and'
7559 and `or'.
7560 (calculator-help): Don't use electric-describe-mode for XEmacs.
7561
7562 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7563
7564 * info.el (info-menu-5): Doc fix.
7565
7566 * textmodes/artist.el: New file.
7567
7568 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7569
7570 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7571 and differentiate according to checkout model.
7572 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7573 since this function is only concerned with master state.
7574
7575 * vc-hooks.el (vc-workfile-unchanged-p)
7576 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7577
7578 * vc.el (vc-workfile-unchanged-p)
7579 (vc-default-workfile-unchanged-p): See above.
7580
7581 2000-11-19 Miles Bader <miles@gnu.org>
7582
7583 * image-file.el (insert-image-file): Make `intangible' and
7584 `read-only' properties rear-nonsticky too.
7585
7586 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7587
7588 * ps-print.el: Update copyright notice.
7589
7590 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7591 (tooltip-show): Use the offsets.
7592
7593 * bindings.el (mode-line-modified): Fix a typo.
7594 (mode-line-toggle-modified, mode-line-widen)
7595 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7596
7597 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7598
7599 * ps-print.el (toplevel): Test for find-coding-system being
7600 fboundp before calling ps-x-find-coding-system.
7601
7602 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7603
7604 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7605 (vc-version-backup-file): Docstring fix.
7606
7607 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7608
7609 * files.el (basic-save-buffer): Don't add a newline if
7610 find-file-literally is non-nil.
7611 (find-file-literally): Extend doc string.
7612
7613 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7614 sort(1) with the `-f' argument.
7615
7616 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7617
7618 * vc.el: Updated backend documentation.
7619 (vc-default-check-headers): New function.
7620
7621 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7622
7623 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7624 up-to-date.
7625 (vc-do-command): In the asynchronous case, output messages only if
7626 the minibuffer is not active.
7627
7628 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7629 `vc-cvs-use-edit' is on.
7630 (vc-cvs-checkout): When this is used for reverting the workfile,
7631 make a backup of the original contents and revert to that in case
7632 of error.
7633 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7634 remote repositories.
7635
7636 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7637 for both version and ratio in the minibuffer.
7638
7639 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7640 Use vc-do-command to perform the annotation, not call-process.
7641
7642 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7643
7644 * international/quail.el (quail-start-translation): Don't call
7645 `message' before reading key sequence.
7646
7647 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7648
7649 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7650
7651 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7652
7653 * window.el (fit-window-to-buffer): Be sure to acquire at least
7654 one text line even if the buffer is empty.
7655
7656 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7657
7658 * net/ange-ftp.el (ange-ftp-file-writable-p)
7659 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7660 Bind ange-ftp-process-verbose to nil.
7661
7662 2000-11-15 Dave Love <fx@gnu.org>
7663
7664 * wid-edit.el (widget-specify-field, widget-specify-button):
7665 If :help-echo is a function, set help-echo of overlay to
7666 widget-mouse-help.
7667 (widget-mouse-help): New function.
7668 (widget-echo-help): Rewritten for :help-echo functions only taking
7669 a widget arg.
7670
7671 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7672 Use display-graphic-p.
7673 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7674 and that JPEG is available.
7675 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7676
7677 * international/mule-cmds.el (locale-charset-language-names):
7678 Match @euro.
7679
7680 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7681
7682 * faces.el (face-set-after-frame-default):
7683 If `inhibit-default-face-x-resources' is bound, don't intialize the
7684 default face from X resources.
7685
7686 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7687
7688 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7689 Don't set EMACSLOADPATH.
7690
7691 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7692
7693 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7694 texinfo-insert-@url.
7695 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7696 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7697
7698 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7699
7700 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7701 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7702 (checkdoc-minor-keymap): Backward compatibility.
7703 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7704 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7705 (checkdoc-this-string-valid-engine): Be a bit more strict
7706 to avoid matching substrings of `...' quoted vars/funs.
7707 (checkdoc-defun-info): Only look for `interactive' if alone.
7708 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7709
7710 * progmodes/compile.el (grep): `tag-default' can be nil.
7711
7712 * newcomment.el (comment-indent): Paren typo.
7713
7714 2000-11-14 Dave Love <fx@gnu.org>
7715
7716 * calculator.el: New maintainer version.
7717
7718 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7719
7720 * cmuscheme.el: Doc fixes.
7721 (cmuscheme) <defgroup>: Use `scheme' as parent.
7722 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7723
7724 * xscheme.el (scheme-program-name): Don't define here.
7725
7726 * progmodes/scheme.el (scheme-program-name): New variable
7727 (originally in cmuscheme).
7728
7729 2000-11-14 Miles Bader <miles@gnu.org>
7730
7731 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7732 Handle header-lines. Don't loop forever if we can't enlarge the
7733 window anymore. Simplify a bit.
7734
7735 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7736
7737 * window.el (fit-window-to-buffer): Don't check
7738 window-text-height. Assure that the last line is fully visible.
7739
7740 * international/quail.el (quail-show-guidance-buf):
7741 Call fit-window-to-buffer to assure the enough height of the guidance
7742 buffer.
7743 (quail-update-guidance): Avoid making the guidance buffer shorter.
7744
7745 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7748 rather than `prepend' and add an interesting comment.
7749 (tex-math-face, tex-font-lock-syntactic-face-function):
7750 New face and function to use it.
7751 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7752 than `menu-enable' symbol property.
7753 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7754 (tex-mode): Add some latex-mode commands for auto-selection.
7755 Use tex-font-lock-syntactic-face-function.
7756 (tex-insert-quote): Simplify.
7757 (tex-shell): New mode.
7758 (tex-start-shell): Use it.
7759 (tex-shell-proc, tex-shell-buf): New functions.
7760 (tex-send-command): Use it.
7761 (tex-main-file): Fix the meaning of the new arg REALFILE.
7762 (tex-send-tex-command): New function split from `tex-start-tex'.
7763 Set compilation-last-buffer and compilation-parsing-end.
7764
7765 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7766 when it follows non-comment text on the line.
7767
7768 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7769 Set font-lock-defaults.
7770 (lisp-mode-shared-map): Init inside the defvar.
7771 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7772 Use define-derived-mode.
7773
7774 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7775
7776 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7777
7778 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7779
7780 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7781 Don't recursively optimize body because that can lead to infinite
7782 recursion; see comment there.
7783
7784 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7785
7786 * faces.el (face-spec-set-match-display): Revert the change from
7787 2000-10-24. Add a FIXME for after v21.1.
7788
7789 2000-11-13 Miles Bader <miles@gnu.org>
7790
7791 * textmodes/fill.el (skip-line-prefix): New function.
7792 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7793 (fill-paragraph): Don't leave point inside the fill-prefix.
7794 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7795 point inside the fill-prefix.
7796
7797 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7798
7799 * calendar/calendar.el (generate-calendar-window):
7800 Use `fit-window-to-buffer'.
7801
7802 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7803
7804 * gud.el (gud-minor-mode): New var.
7805 (gud-symbol, gud-val): New functions.
7806 (gud-find-file): Copy gud-minor-mode to the new buffer.
7807 (gud-menu-map): Include entries for commands that are not always
7808 available, using :enable to (de)activate them.
7809 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7810 (gud-mode-map): New map.
7811 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7812 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7813 Don't set up gud's menu (it's done by the minor-mode).
7814 (gud-minibuffer-local-map): New.
7815 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7816 (gud-query-cmdline): New function.
7817 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7818 (gud-mode): Use define-derived-mode.
7819 Don't set up gud's menu (it's done by the minor-mode).
7820 (gud-chop-words): Remove.
7821 (gud-common-init): Use split-string instead.
7822 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7823
7824 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7825 Add keyword arg :name.
7826
7827 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7828 (diff-count-matches, diff-split-hunk): New functions.
7829 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7830
7831 * pcvs-info.el (cvs-fi-conflict-face): New var.
7832
7833 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7834 Make it into a simple syntax-table, shared among all submodes.
7835 (sh-heredoc-face): Re-introduce.
7836 (sh-font-lock-syntactic-face-function): New function.
7837 (sh-mode): Use it. Also use define-derived-mode.
7838 Remove old bogus setting of indent-region-function.
7839 (sh-set-shell): Don't set the syntax-table any more.
7840 (sh-mode-syntax-table) <defun>: Remove.
7841
7842 2000-11-12 Miles Bader <miles@gnu.org>
7843
7844 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7845 message if interactive.
7846
7847 2000-11-12 Dave Love <fx@gnu.org>
7848
7849 * mail/feedmail.el: Fix header,
7850 (feedmail) <defgroup>: Add :link.
7851
7852 * view.el: Use local-map property, not keymap on mode-line string.
7853
7854 * scroll-all.el (scroll-all-mode): Customize variable.
7855 Add autoload cookie to function.
7856
7857 * lazy-lock.el: Remove compatibility code.
7858
7859 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7860 (finder-help-echo): New variable.
7861 (finder-mouse-face-on-line): Add help-echo stuff.
7862 (finder-list-keywords, finder-list-matches): Use mapc.
7863
7864 * faces.el (face-font-registry-alternatives): Add :version.
7865
7866 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7867 tags-table-list.
7868
7869 * net/browse-url.el (browse-url-browser-function): Update :version.
7870
7871 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7872 (mail-mode): Use [:alnum:] in some regexps.
7873
7874 2000-11-10 Dave Love <fx@gnu.org>
7875
7876 * ediff.el (ediff-regions-internal, ediff-documentation):
7877 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7878 fundamental mode.
7879
7880 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7881 buffer into fundamental mode.
7882 (ediff-set-difference): Use copy-sequence if available.
7883
7884 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7885 Check ediff-patch-map non-nil.
7886 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7887 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7888 buffer into fundamental mode.
7889
7890 * ediff-merg.el (state-or-merge): Defvar when compiling.
7891
7892 2000-11-10 Jason Rumney <jasonr@gnu.org>
7893
7894 * w32-fns.el (w32-add-charset-info): New function.
7895 (w32-charset-info-alist): Use it.
7896
7897 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7898
7899 * faces.el (face-font-registry-alternatives): New user-option.
7900
7901 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7902
7903 * textmodes/texinfo.el (texinfo-block-default): New var.
7904 (texinfo-insert-block): Use it. Insert a newline if needed.
7905
7906 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7907 (fill-region-as-paragraph): Use it.
7908
7909 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7910 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7911 Tweak paragraph regexps to allow a leading [ \t]*.
7912 (tex-latex-block): Insert a newline if necessary.
7913 (latex-insert-item): Only insert a newline if necessary.
7914 (tex-guess-main-file): New function.
7915 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7916 Set tex-main-file if TeX-master is provided.
7917 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7918
7919 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7920
7921 * startup.el (command-line): Set the default tooltip-mode
7922 to t for graphical displays which implement x-show-tip.
7923
7924 * tooltip.el (tooltip-mode): Add a comment about startup.el
7925 setting the default value of this user-option.
7926
7927 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7928
7929 * font-lock.el (font-lock-*-face) <defvar>: Move.
7930 (font-lock-defaults-alist): Mark obsolete.
7931 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7932 (font-lock-mode): Use define-minor-mode.
7933 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7934 (font-lock-turn-off-thing-lock): Be more explicit.
7935 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7936 (font-lock-syntactic-face-function): New var.
7937 (font-lock-fontify-syntactically-region): Use it.
7938 (font-lock-doc-face): New.
7939
7940 * pcvs.el (cvs-enabledp): Ignore errors.
7941 (cvs-commit-filelist): Never query.
7942 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7943 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7944 (cvs-do-removal): Use cvs-partition rather than delete-if.
7945 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7946 cvs-bury-buffer.
7947
7948 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7949 Allow `next' to jump to after the end of the last match.
7950
7951 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7952
7953 * simple.el (byte-compiling-files-p): New function.
7954
7955 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7956 if it is there.
7957
7958 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7959 nil again.
7960
7961 * textmodes/ispell.el (ispell-library-path): Don't call
7962 check-ispell-version when byte-compiling because that starts
7963 an ispell process, and ispell might not be installed.
7964 (toplevel): Don't set up a menu when byte-compiling.
7965
7966 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7967 it, so that a boundp test can be used to determine if we're
7968 currently byte-compiling.
7969
7970 2000-11-09 Dave Love <fx@gnu.org>
7971
7972 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7973
7974 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7975
7976 * ps-print.el: Patch for variable initialization when spooling.
7977 Doc fix.
7978 (ps-output-list): Fun eliminated.
7979 (ps-begin-file, ps-begin-job): Code fix.
7980
7981 2000-11-08 Dave Love <fx@gnu.org>
7982
7983 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7984
7985 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7986
7987 * simple.el (shell-command, display-message-or-buffer)
7988 (shell-command-on-region): Mention resize-mini-windows in the doc
7989 string.
7990 (display-message-or-buffer): Take the value of resize-mini-windows
7991 into account.
7992
7993 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7994
7995 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7996
7997 * dired.el (dired-between-files): Add `^. find' as an alternative
7998 to the regular expression, for find-dired.
7999
8000 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8001
8002 * textmodes/texnfo-upd.el: Require texinfo.
8003 (defmacro, defgroup): Remove.
8004 (texinfo-section-to-generic-alist): Remove.
8005 Use texinfo-section-list instead (i.e. level is changed string->int).
8006 (texinfo-filter): New function.
8007 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8008 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8009 Use it. And use regexp-opt.
8010 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8011 (texinfo-update-menu-region-beginning)
8012 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8013 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8014 (texinfo-update-menu-same-level-regexps): Update.
8015 (texinfo-update-node, texinfo-every-node-update)
8016 (texinfo-sequential-node-update): Remove autoload cookie.
8017
8018 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8019 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8020 (texinfo-chapter-level-regexp): Remove.
8021 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8022
8023 2000-11-06 Dave Love <fx@gnu.org>
8024
8025 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
8026
8027 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8028 Match defun*.
8029
8030 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8031
8032 * composite.el (composition-function-table): Variable declaration
8033 moved to src/composite.c.
8034 (compose-chars-after): New optional arg object.
8035
8036 2000-11-06 Gerd Moellmann <gerd@gnu.org>
8037
8038 * bindings.el (mode-line-toggle-read-only)
8039 (mode-line-toggle-modified, mode-line-widen)
8040 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8041 (make-mode-line-mouse2-map): Rewritten.
8042 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8043 functions so that C-h k can show something with a doc string.
8044
8045 * startup.el (fancy-splash-delay): Set to 10 seconds.
8046 (fancy-splash-max-time): New user-option.
8047 (fancy-splash-stop-time): New variable.
8048 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8049 (fancy-splash-screens-1): Throw `stop-splashing' when current
8050 time is greater than fancy-splash-stop-time.
8051
8052 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8053
8054 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8055
8056 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8057 Prompt user for a file rather than raising an error.
8058 (cvs-enabledp): Fix call to cvs-mode-marked.
8059 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8060 (cvs-mode-insert): Use it. Change the init prompt' value.
8061 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8062
8063 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8064 Don't pass default arg to ewoc-locate.
8065 (ewoc-collect): Return result in the right order.
8066
8067 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8068
8069 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8070 (cvs-status-get-tags): Fix regexp.
8071 (cvs-status-trees, cvs-status-cvstrees):
8072 Combine after change hooks and don't sit-for.
8073 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8074 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
8075 Use make-char rather than hard-coded cryptic data.
8076 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8077
8078 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8079
8080 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8081 (cvs-insert-strings): New function.
8082
8083 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8084
8085 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8086 `mwheel-scroll-amount'.
8087 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8088 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8089 string-matching against the version string.
8090
8091 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8092
8093 * language/thai.el ("Thai"): Set a lisp form that produces
8094 composed string in `sample-text' language info.
8095
8096 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8097 composed string in `sample-text' language info.
8098
8099 * international/mule-cmds.el (describe-language-environment):
8100 Eval `sample-text' data and insert the result.
8101
8102 * international/mule-conf.el (compound-text): Define this coding
8103 system here. Make x-ctext and ctext aliases of it.
8104
8105 * language/european.el (compound-text, ctext): Moved to
8106 international/mule-conf.el.
8107
8108 2000-11-05 Andrew Innes <andrewi@gnu.org>
8109
8110 * w32-fns.el (w32-version): New function.
8111
8112 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8113
8114 * progmodes/awk-mode.el: Update copyright.
8115 (awk-mode-abbrev-table): Remove.
8116 (awk-font-lock-keywords): Use regexp-opt.
8117 (awk-mode): Use define-derived-mode.
8118
8119 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8120 when extracting a suffix.
8121
8122 2000-11-04 Andre Spiegel <spiegel@gnu.org>
8123
8124 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8125 auto-save-mode.
8126
8127 2000-11-04 Jason Rumney <jasonr@gnu.org>
8128
8129 * language/european.el (decode-mac-roman): Test against r1 not r0.
8130
8131 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8132
8133 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8134 (icon-mode): Define indent-line-function.
8135 (icon-comment-indent): Simplify.
8136 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8137
8138 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8139
8140 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8141 Bind change-log-default-mode to defeat the caching done on it.
8142 Don't bother saving excursion any more.
8143
8144 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8145
8146 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8147 (set-frame-font): Use the new name (and the old for compatibility).
8148
8149 * toolbar/tool-bar.el (tool-bar-mode):
8150 * time.el (display-time-mode):
8151 * recentf.el (recentf-mode):
8152 * paren.el (show-paren-mode):
8153 * mwheel.el (mouse-wheel-mode):
8154 * msb.el (msb-mode):
8155 * jka-compr.el (auto-compression-mode):
8156 * image-file.el (auto-image-file-mode):
8157 * hl-line.el (hl-line-mode):
8158 * delsel.el (delete-selection-mode):
8159 * autoinsert.el (auto-insert-mode):
8160 * complete.el (partial-completion-mode): Drop unneeded positional args.
8161
8162 * info.el (Info-mode):
8163 * comint.el (comint-mode): Don't bother with make-local-hook.
8164
8165 * log-edit.el (log-edit-menu): New menu.
8166
8167 2000-11-03 Miles Bader <miles@gnu.org>
8168
8169 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8170 definition, so that trailing spaces are handled properly.
8171 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8172
8173 2000-11-03 Gerd Moellmann <gerd@gnu.org>
8174
8175 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8176 tab character.
8177 (fancy-splash-screens): Set tab-width to 20.
8178
8179 2000-11-03 Dave Love <fx@gnu.org>
8180
8181 * comint.el (comint-completion-addsuffix): Fix custom type.
8182
8183 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8184
8185 * font-lock.el (font-lock-buffers): Remove.
8186 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8187 (font-lock-change-major-mode): Remove.
8188 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8189 (font-lock-default-fontify-region): Extend the multiline
8190 fontification to whole lines.
8191 (font-lock-fontify-anchored-keywords)
8192 (font-lock-fontify-keywords-region): If matching just one
8193 line (with \n) only mark the \n as multiline.
8194
8195 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8196 Correctly handle the case where several :group args are supplied.
8197 Allow :extra-args.
8198 (easy-mmode-define-global-mode): Allow :extra-args.
8199 Correctly handle the case where several :group args are supplied.
8200
8201 2000-11-02 Miles Bader <miles@gnu.org>
8202
8203 * calendar/calendar.el (diary-face, calendar-today-face)
8204 (holiday-face): Remove dependency on `window-system'.
8205
8206 2000-11-02 Ken Raeburn <raeburn@gnu.org>
8207
8208 * Makefile.in (emacs): Set EMACSLOADPATH always.
8209 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
8210 (compile-files): Bomb out if compilation of a file fails.
8211
8212 2000-11-02 Dave Love <fx@gnu.org>
8213
8214 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8215
8216 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8217
8218 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8219 punctuation in the warning inserted into the *mail* buffer.
8220
8221 2000-11-02 Gerd Moellmann <gerd@gnu.org>
8222
8223 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8224 (authors-public-domain-p): New function.
8225 (authors-print): Use it.
8226
8227 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8228
8229 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8230
8231 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8232
8233 * ps-print.el: Extension for even/odd printing. Doc fix.
8234 (ps-print-version): New version number (6.3.1).
8235 (ps-even-or-odd-pages): Customization fix.
8236 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8237 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8238 (ps-page-count): Var replaced by `ps-page-column'.
8239 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8240 (ps-print-sheet-p): New fun.
8241
8242 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8243
8244 * tooltip.el (tooltip-gud-tips-setup): New function.
8245 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8246 (tooltip-mode): Call tooltip-gud-tips-setup.
8247 (tooltip-gud-tips): Use `gud-basic-call' instead of
8248 process-send-string, so the prompt gets frobbed appropriately.
8249 Handle nil return value from `tooltip-gud-print-command'.
8250
8251 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8252
8253 * comint.el (comint-add-to-input-history): New function.
8254 (comint-send-input): Use `comint-add-to-input-history'.
8255
8256 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8257
8258 * info.el (info-menu-header): New face.
8259 (Info-fontify-menu-headers): New function.
8260 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8261
8262 * info.el (Info-insert-dir): Don't include blank lines at
8263 beginning of additional dir files (one is added automatically).
8264
8265 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8266
8267 * emacs-lisp/easy-mmode.el (define-minor-mode):
8268 Revert the latest changes.
8269 Allow the three positional arguments to be skipped and replaced
8270 by keyword arguments.
8271 Add a :toggle argument to determine whether a nil arg means toggle
8272 or means turn-on. The default is unchanged.
8273 Add a call to force-mode-line-update.
8274
8275 2000-11-01 Dave Love <fx@gnu.org>
8276
8277 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
8278
8279 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8280
8281 * calendar/calendar.el (diary-face, holiday-face):
8282 Add dark-background variants.
8283
8284 2000-10-31 Sam Steingold <sds@gnu.org>
8285
8286 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8287 `tex-main-file' does not have directory in it.
8288
8289 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8290
8291 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8292
8293 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8294
8295 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8296 functional change.
8297
8298 2000-10-31 Gerd Moellmann <gerd@gnu.org>
8299
8300 * files.el (find-file-noselect): When we expand a wildcard, return
8301 a list of buffers, as we should do according to the doc string.
8302
8303 2000-10-31 Ken Raeburn <raeburn@gnu.org>
8304
8305 * loadup.el (top level): Adjust load path if program name is
8306 "../src/bootstrap-emacs", in case it's not dumped and thus the
8307 load path adjustment hasn't already been done.
8308
8309 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8310
8311 * ps-print.el: Fix bug on selected pages for printing.
8312 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
8313 is on. Try to avoid warning messages when compiling. Doc Fix.
8314 (ps-print-version): New version number (6.3).
8315 (ps-color-device): Use `color-values' to determine if device
8316 supports color.
8317 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8318 (ps-print-page-p): Changed from defsubst to defun.
8319 (ps-page-number): Changed from defmacro to defun.
8320 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8321 printing.
8322 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8323 (ps-end-file, ps-dummy-page): Funs eliminated.
8324 (ps-print-color-scale): Changed default value.
8325 (ps-page-n-up, ps-print-page-p): New internal vars.
8326 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8327 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8328
8329 * delim-col.el: Little programming improvement.
8330 (delimit-columns-str): New macro.
8331 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8332
8333 2000-10-31 Kenichi Handa <handa@etl.go.jp>
8334
8335 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8336 Moved to european.el.
8337 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8338 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8339 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8340 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8341
8342 2000-10-30 Dave Love <fx@gnu.org>
8343
8344 * progmodes/cc-menus.el (imenu-generic-expression)
8345 (imenu-progress-message): Only defvar when compiling.
8346
8347 * emacs-lisp/elp.el (elp-unload-hook): New function.
8348
8349 * loadhist.el (unload-feature): Call elp-restore-function,
8350 checking for symbols; don't use elp-restore-all.
8351 (loadhist-hook-functions): Doc fix.
8352
8353 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * log-edit.el (log-edit-confirm): Fix the default.
8356
8357 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8358
8359 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8360 delimit-columns-format.
8361 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8362
8363 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8364
8365 * comint.el (comint-replace-by-expanded-history): Don't use
8366 comint-get-old-input (we're not looking at *old* input).
8367 (comint-get-old-input-default): If using fields, signal an error
8368 when the point is not in an input field.
8369
8370 2000-10-30 Kenichi Handa <handa@etl.go.jp>
8371
8372 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8373 and mule-unicode-e000-ffff.
8374
8375 * international/mule.el (decode-char, encode-char): New functions.
8376 (make-coding-system): Accept a symbol of translation table as a
8377 value of property `safe-chars'.
8378
8379 * international/mule-cmds.el (encode-coding-char): Check property
8380 safe-chars instead of safe-charsets.
8381
8382 * international/fontset.el (fontset-default): Modified for
8383 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8384 (x-font-name-charset-alist): Likewise.
8385 (ccl-encode-unicode-font): New CCL program. Record it in
8386 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8387
8388 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8389 New translation tables.
8390 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8391 programs are modified and moved from mac-win.el.
8392 (mac-roman): Definition of this coding system is modified and
8393 moved from mac-win.el.
8394
8395 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8396
8397 * ediff-wind.el (ediff-setup-control-frame): Enclose
8398 face-attribute in condition-case to avoid errors in older emacsen.
8399
8400 2000-10-29 Miles Bader <miles@gnu.org>
8401
8402 * custom.el (custom-add-to-group): Allow multiple entries for a
8403 given value OPTION, as long as their widget types are different.
8404 * cus-edit.el (custom-face-value-create): If face name doesn't end
8405 with "face", add such here (similar to custom group widgets).
8406
8407 * comint.el (comint-highlight-prompt): Add :type.
8408
8409 2000-10-28 John Wiegley <johnw@gnu.org>
8410
8411 * calendar/timeclock.el (timeclock-log): Doc fix.
8412 (timeclock-last-event): Doc fix.
8413 (timeclock-log): Kill the timelog buffer after appending a new event.
8414 (timeclock-find-discrep): Use a temp buffer to read in the
8415 timelog, instead of visiting the file.
8416 (timeclock-log-data): A new function, along with a host of helper
8417 functions, for the purpose of making timelog data accessible to
8418 programmers.
8419
8420 * eshell/esh-mode.el (window-height test): Make certain that
8421 `eshell-stringify-t' is non-nil.
8422 (eshell-password-prompt-regexp): Changed to a much simpler
8423 password regexp.
8424 (eshell-send-input): If `eshell-invoke-directly' returns t,
8425 directly invoke the parsed command using `eval'. This improves
8426 turn-around time on simple commands by a factor of three or
8427 greater, such as cd, ls, pwd, etc. -- which get used very often.
8428 It also conserves thousands of cons cells per call (since
8429 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8430 in the Pacific Cookie Company).
8431
8432 * eshell/esh-test.el (eshell-test): Whitespace fix.
8433
8434 * eshell/em-ls.el (eshell-ls-insert-directory):
8435 Make `eshell-ls-initial-args' nil when inserting directory contents.
8436
8437 * eshell/em-script.el (eshell-script-initialize): Add names to
8438 `eshell-complex-commands, since `source' and `.' are complex.
8439
8440 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8441 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8442 `eshell-copy-handles'.
8443 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8444 bodies.
8445 (eshell-separate-commands): Whitespace fix.
8446 (eshell-complex-commands): Added a new list of names, for
8447 determining whether a given command is as simple as it looks.
8448 (eshell-invoke-directly): New function. Returns t if a command
8449 should be invoked directly (using `eval'), rather than indirectly
8450 using `eshell-do-eval'.
8451 (eshell-do-eval): Whitespace fix.
8452
8453 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8454 which provides an emulation of the DOS shell behavior of assuming
8455 that cp/mv/ln should copy/move/link to the current directory.
8456 (eshell-remove-entries): Added a doc string.
8457 (eshell-shuffle-files): Removed the check for `target' being null.
8458 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8459 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8460 it to do a smarter check of whether a destination was provided.
8461 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8462 (eshell/ln): Enable `:preserve-args', and use
8463 `eshell-mvcpln-template' to implement the body of the function.
8464 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8465 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8466 list after flattening it. This makes it possible to cat files
8467 with numerical names.
8468 (eshell-unix-initialize): Added several names to
8469 `eshell-complex-commands.
8470 (eshell-unix-command-complex-p): Return t if a given command name
8471 may result in external processes being invoked.
8472
8473 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8474 variable nil by default, since it slows down glob processing by a
8475 factor of two or more, and increases memory consumption.
8476
8477 * eshell/em-smart.el: Added a note about how memory consumptive
8478 smart display mode can be (at least this is true in Emacs 21).
8479 (eshell-smart-initialize): Whitespace fix.
8480 (eshell-refresh-windows): Use `if' instead of `when'.
8481 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8482 not necessary.
8483 (eshell-currently-handling-window): Added a missing global variable.
8484
8485 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8486 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8487 Whitespace fix.
8488 (eshell-ls-exclude-hidden): Added this variable in addition to
8489 `eshell-ls-exclude-regexp'. This one prevents files beginning
8490 with . from even being read, which can improve memory consumption
8491 quite a bit.
8492 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8493 read file entries beginning with a dot. In home directories with
8494 lots of hidden files, fully two-thirds of the time spent in ls is
8495 used to read directory entries that are immediately thrown away.
8496 (eshell-ls-initial-args): Added back this configuration variable,
8497 for specifying default initial arguments to every call to ls.
8498 Much faster than using an alias to do the same thing.
8499 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8500 (eshell-ls-dir): Whitespace change.
8501
8502 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8503
8504 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8505 (eshell-stringify-t): Added a customization variable, to indicate
8506 whether `t' should be rendered as a string at all. If not, one
8507 can still determine if the result of an expression is true using
8508 "file-exists-p FILE && echo true".
8509 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8510 stringify t!
8511
8512 * eshell/esh-module.el: Whitespace fix.
8513
8514 * eshell/em-alias.el (eshell-alias-initialize):
8515 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8516 (eshell-command-aliased-p): New function that returns t if a
8517 command name names an aliased.
8518
8519 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8520
8521 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8522 redrawing the screen when changing cursor color.
8523 (viper-insert-state-pre-command-sentinel)
8524 (viper-replace-state-pre-command-sentinel)
8525 (viper-replace-state-post-command-sentinel):
8526 Use viper-preserve-cursor-color.
8527 Many functions changed to use viper= instead of = when comparing
8528 characters.
8529 * viper-util.el (viper-memq-char,viper=): New functions for
8530 working with characters.
8531 (viper-change-cursor-color): Fixed buglet.
8532 Many functions changed to use viper= instead of = when comparing
8533 characters.
8534 * viper.el (viper-insert-state-mode-list): Added eshell.
8535
8536 * ediff-init.el (ediff-before-setup-hook): New hook.
8537 Several typos fixed in various docstrings.
8538 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8539 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8540 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8541 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8542 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8543 (ediff-get-selected-buffers): New function.
8544 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8545 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8546 Use save-window-excursion.
8547 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8548 termination check in while loop.
8549 * ediff.el (ediff-get-default-file-name): Better defaults when in
8550 dired buffer.
8551 (ediff-files,ediff-merge-files,ediff-files3)
8552 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8553
8554 2000-10-28 Dave Love <fx@gnu.org>
8555
8556 * info.el (Info-fontify-node): Add help-echo for menu items.
8557
8558 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8559
8560 * startup.el (normal-top-level): If the value of $TERM indicates
8561 we are running from xterm or one of its work-alikes, default to a
8562 light background mode.
8563
8564 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8565 * faces.el (tty-handle-reverse-video): New function.
8566 (tty-create-frame-with-faces): Call it.
8567
8568 * frame.el (frame-notice-user-settings): Don't apply
8569 default-frame-alist and initial-frame-alist to MS-DOS frames.
8570 Call tty-handle-reverse-video, frame-set-background-mode, and
8571 face-set-after-frame-default for non-MS-DOS frames.
8572
8573 * startup.el (tty-long-option-alist): New variable.
8574 (tty-handle-args): New function.
8575 (command-line): Call tty-handle-args.
8576
8577 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8578 startup.el now does that for all character-terminal frames.
8579
8580 2000-10-28 Miles Bader <miles@gnu.org>
8581
8582 * emacs-lisp/easy-mmode.el (define-minor-mode):
8583 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8584 is global. If :global is followed by a non-nil but non-t value,
8585 make the mode buffer-local, but also generate a `global-MODE'
8586 version using `easy-mmode-define-global-mode'.
8587 Add :conditional-turn-on keyword argument.
8588
8589 2000-10-28 Dave Love <fx@gnu.org>
8590
8591 * international/latin1-disp.el (latin1-char-displayable-p):
8592 Don't use window-system.
8593
8594 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8595
8596 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8597 Don't call find-buffer-file-type-coding-system. Instead, just
8598 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8599 if the file is on an untranslated filesystem.
8600 (add-untranslated-filesystem): Use "D" instead of "f" inside
8601 interactive.
8602
8603 2000-10-27 Dave Love <fx@gnu.org>
8604
8605 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8606 (refill-mode): Use it.
8607
8608 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8609
8610 * international/quail.el (quail-activate): Don't make-local-hook.
8611
8612 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8613
8614 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8615 manual backups and file.~<rev>.~ for automatic ones.
8616 (vc-make-version-backup): Don't do it on MS-DOS without long file
8617 names.
8618
8619 * vc.el (vc-version-other-window): If an automatic backup of the
8620 desired version exists, rename it instead of copying it.
8621
8622 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8623 after command. If there's an unexpected error, signal it instead
8624 of being silent.
8625 (vc-cvs-merge-news): Be prepared for no news at all.
8626
8627 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8628
8629 * shell.el (shell): Add BUFFER argument.
8630 * comint.el (make-comint-in-buffer): New function.
8631 (make-comint): Use it.
8632
8633 * faces.el (face-spec-choose): Change syntax so that the list of
8634 attribute-value pairs is now the cdr of each clause, not the cadr.
8635 Detect old-style entries, and handle them. Use pop.
8636
8637 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8638
8639 * cus-edit.el (custom-mode-map): Use a sparse map.
8640 (custom-mode): Don't bother with make-local-hook.
8641
8642 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8643
8644 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8645
8646 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8647
8648 * ps-print.el: Avoid compilation gripes.
8649 (ps-print-version): New version number (6.2.1).
8650
8651 2000-10-26 Dave Love <fx@gnu.org>
8652
8653 * menu-bar.el: Modify some menu item help strings.
8654 (menu-bar-help-menu): Add link to MORE.STUFF.
8655
8656 * cus-edit.el (custom-mode): Add `special' mode-class property.
8657
8658 * wid-browse.el (widget-browse-mode): Likewise.
8659
8660 * wid-edit.el (widget-specify-field): Revert to using local-map
8661 property, not keymap.
8662
8663 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8664
8665 * wid-edit.el (widget-field-end): When checking for a `boundary'
8666 field, do so in the correct buffer.
8667
8668 * simple.el (undo): Correctly distinguish between numeric and
8669 non-numeric prefix args in non-transient-mark-mode, as per the doc
8670 string. When in transient-mark-mode, treat all prefix-args as
8671 numeric.
8672
8673 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8674 Position point on match. Handle N == 0 correctly.
8675
8676 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8677 (comint-mode-map): Reverse order of `comint-write-output' and
8678 `comint-append-output-to-file'.
8679 (comint-append-output-to-file): Reinstate this function, for the
8680 benefit of the menu.
8681
8682 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8683
8684 * vc.el (vc-version-other-window): Bind `file'.
8685
8686 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8687
8688 * Makefile.in (update-authors): New target for maintenance purposes.
8689
8690 * emacs-lisp/authors.el (batch-update-authors): New function.
8691 (authors-fixed-entries): New defconst.
8692 (authors-add-fixed-entries): New function.
8693 (authors): Call it.: Don't process lispref/.
8694
8695 2000-10-25 Jason Rumney <jasonr@gnu.org>
8696
8697 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8698 Merge x w32 and mac definitions.
8699
8700 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8701
8702 * menu-bar.el (menu-bar-options-menu): Add a help string for
8703 `uniquify'.
8704
8705 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
8706
8707 * time-stamp.el (time-stamp-string-preprocess):
8708 Fix a wrong type argument error.
8709
8710 2000-10-25 Miles Bader <miles@gnu.org>
8711
8712 * recentf.el (recentf-mode): Variable removed.
8713 (recentf-mode): Use `define-minor-mode'.
8714
8715 * mwheel.el (mouse-wheel-mode): New global minor mode.
8716 (mwheel-install): Use `mouse-wheel-mode'.
8717
8718 2000-10-25 Dave Love <fx@gnu.org>
8719
8720 * progmodes/cperl-mode.el (cperl-mode):
8721 Set normal-auto-fill-function correctly.
8722
8723 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8724 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8725 bindings.
8726
8727 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8728
8729 * wid-edit.el (widget-field-at): New function.
8730 (widget-at, widget-field-activate): Use it.
8731 (widget-tabable-at): Use `widget-at'.
8732 (widget-specify-field): If the terminating character of the widget
8733 field (which is read-only) is a newline, put it into a special
8734 `boundary' field so that C-n/C-p act more naturally.
8735 (widget-field-end): Also don't subtract one if a special
8736 `boundary' field has been added after the widget field.
8737
8738 * comint.el (comint-output-filter, comint-send-input):
8739 Don't bother adding stickiness fields to overlays to fool the field
8740 code, since it should notice the overlay insertion-types now.
8741
8742 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8743 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8744 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8745
8746 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8747
8748 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8749 (authors): Set file coding system to iso-2022-7bit.
8750 Add file-local variables to output buffer.
8751
8752 * files.el (after-find-file): Don't print any warnings if
8753 WARN is nil.
8754
8755 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8756
8757 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8758
8759 * delim-col.el: Now there is a column formatting mechanism.
8760 Modified to customization mechanisms convention. Doc fix.
8761 (columns): New group for delim-col.
8762 (delimit-columns-before, delimit-columns-after)
8763 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8764 (delimit-columns-end): New vars.
8765 (delimit-columns-customize, delimit-columns-format): New funs.
8766 (delimit-columns-region, delimit-columns-rectangle)
8767 (delimit-columns-rectangle-line): Modified to support column
8768 formatting.
8769
8770 2000-10-24 Dave Love <fx@gnu.org>
8771
8772 * log-edit.el (log-edit): Add :version and a :group for vc.
8773
8774 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8775
8776 * files.el (after-find-file): Don't print a message ``New file''
8777 if WARN is nil.
8778
8779 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8780 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8781 get duplicate tool-bar entries because we'll see the global ones
8782 on more than one path through keymaps.
8783
8784 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8785
8786 * progmodes/cmacexp.el: Change Francesco's email address.
8787
8788 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8789
8790 * window.el (fit-window-to-buffer): Adjust point of the window
8791 buffer, not that of the current buffer.
8792
8793 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8794
8795 * progmodes/cmacexp.el: Update the euthor's email address.
8796
8797 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8798
8799 * faces.el (face-spec-set-match-display): Add `graphic' display
8800 type (the inverse of `tty'). Use `display-graphic-p' instead of
8801 the window-system variable.
8802
8803 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8804
8805 * international/isearch-x.el (isearch-with-input-method):
8806 Call input-method-function with the first event in
8807 unread-command-events.
8808
8809 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8810
8811 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8812
8813 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8814
8815 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8816 New charsets.
8817
8818 * term/mac-win.el: Remove definitions of mac-roman-lower and
8819 mac-roman-upper, require dired, and define instead of set
8820 mac-ready-for-drag-n-drop to avoid compilation error.
8821
8822 2000-10-23 Andrew Innes <andrewi@gnu.org>
8823
8824 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8825 Remove superfluous calls to subst-char-in-string; instead apply
8826 expand-file-name after convert-standard-filename to ensure
8827 expected directory separators are used.
8828
8829 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8830
8831 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8832
8833 2000-10-23 Dave Love <fx@gnu.org>
8834
8835 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8836 (tool-bar-add-item): Set foreground and background for XBM icons.
8837
8838 * international/latin1-disp.el (latin1-char-displayable-p):
8839 New function (from Handa).
8840 (latin1-display-check-font): Use it.
8841
8842 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8843 using :key-sequence, making it much more usable.
8844 Use nconc, not append.
8845 (imenu--create-keymap-1): Avoid append.
8846
8847 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8848
8849 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8850
8851 [the following changes fix a bug where `define-minor-mode' didn't
8852 correctly generate :require clauses for defcustoms in compiled files]
8853 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8854 (byte-compile-log-file, byte-compile-log-1): Don't set
8855 `byte-compile-current-file' to nil. Instead set
8856 `byte-compile-last-logged-file' to it. Test whether
8857 byte-compile-current-file equals byte-compile-last-logged-file
8858 instead of whether its nil.
8859 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8860
8861 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8862
8863 * textmodes/refill.el: Fix var names in doc.
8864 (refill-mode): Don't bother with make-local-hook anymore.
8865
8866 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8867
8868 * faces.el (face-user-default-spec, face-default-spec): New functions.
8869 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8870 (frame-set-background-mode, face-set-after-frame-default):
8871 Use `face-user-default-spec'. Simplify code slightly.
8872
8873 * woman.el (woman-italic-face, woman-bold-face)
8874 (woman-unknown-face): Add dark-background variants.
8875 (woman-default-faces): Renamed from `woman-colour-faces'.
8876 Set using the stored defaults, rather than using hard-wired colors.
8877 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8878 Just make the foreground `unspecified' rather than "black".
8879 (woman-menu): Rename menu entries accordingly.
8880
8881 * faces.el (header-line): Make more reasonable on mono/grayscale
8882 displays.
8883
8884 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8885
8886 * cus-edit.el (custom-button-face): Use 3D look for mac.
8887 (custom-button-pressed-face): Likewise.
8888
8889 * faces.el (set-face-attributes-from-resources): Handle mac frames
8890 in the same way as x and w32 frames.
8891 (face-valid-attribute-values): Likewise.
8892 (read-face-attribute): Likewise.
8893 (defined-colors): Likewise.
8894 (color-defined-p): Likewise.
8895 (color-values): Likewise.
8896 (display-grayscale-p): Likewise.
8897 (face-set-after-frame-default): Likewise.
8898 (mode-line): Same default face as for x and w32.
8899 (tool-bar): Likewise.
8900
8901 * frame.el: Remove call to frame-notice-user-settings at end of
8902 the file.
8903
8904 * info.el (Info-fontify-node): Make underlines invisible for mac
8905 as for x, pc, and w32 frame types.
8906
8907 * term/mac-win.el: New file.
8908
8909 2000-10-22 Dave Love <fx@gnu.org>
8910
8911 * textmodes/refill.el: New file.
8912
8913 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8914
8915 * vc-hooks.el (vc-version-backup-file-name): New optional args
8916 MANUAL and REGEXP.
8917 (vc-delete-automatic-version-backups, vc-make-version-backup):
8918 New functions.
8919 (vc-before-save): Use the latter.
8920 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8921 confusion.
8922
8923 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8924 expected by vc[-hooks].el.
8925
8926 * vc.el (vc-checkout): Added `-p' suffix in call to
8927 vc-make-version-backups-p; use vc-make-version-backup to actually
8928 make the backup.
8929 (vc-version-other-window, vc-version-backup-file): Handle both
8930 automatic and manual backups.
8931 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8932 of all of them.
8933
8934 2000-10-22 Miles Bader <miles@gnu.org>
8935
8936 * comint.el (comint-highlight-input, comint-highlight-prompt):
8937 Renamed, `-face' at end removed.
8938 (comint-send-input, comint-output-filter): Use renamed faces.
8939
8940 * window.el (fit-window-to-buffer): Change defaulting of
8941 MAX-HEIGHT slightly.
8942
8943 * faces.el (color-values, color-defined-p): Use `member', not
8944 `memq', because it works correctly for strings.
8945 (frame-set-background-mode): Actually, "unspecified-fg" and
8946 "unspecified-bg" *are* strings. Use `member', not `memq', and
8947 `equal', not `eq', when a string value is possible.
8948
8949 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8950
8951 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8952
8953 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8954
8955 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8956 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8957 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8958 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8959 (sh-font-lock-syntactic-keywords): Use them.
8960 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8961 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8962 (sh-mode): Don't override font-lock-unfontify-region-function.
8963 Use a copy of sh-font-lock-syntactic-keywords.
8964 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8965 Don't call sh-scan-buffer since font-lock does it on the fly.
8966 (sh-get-indent-info): Use `face' rather than `syntax-table'
8967 text-property to detect here-documents.
8968 Replace sh-special-syntax with sh-st-punc.
8969 (sh-prev-line): Use `face' rather than `syntax-table'
8970 text-property to skip over here-documents.
8971 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8972 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8973 (sh-electric-less, sh-set-here-doc-region)
8974 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8975 (sh-scan-buffer, sh-rescan-buffer): Remove.
8976
8977 2000-10-21 Andrew Innes <andrewi@gnu.org>
8978
8979 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8980 remote (ange-ftp) file names.
8981
8982 2000-10-21 Miles Bader <miles@gnu.org>
8983
8984 * window.el (fit-window-to-buffer): New function.
8985 (shrink-window-if-larger-than-buffer): Use it.
8986 (window-text-height): Don't expect minibuffers to have mode-lines.
8987
8988 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8989 * international/quail.el (quail-update-guidance):
8990 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8991
8992 * international/quail.el (quail-show-guidance-buf): Make sure
8993 guidance window really has enough room.
8994 (quail-update-guidance): If quail-guidance-win is already shown,
8995 make sure its height is OK.
8996
8997 * window.el (window-text-height, set-window-text-height):
8998 New functions.
8999 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9000 instead of `window-height' & `mode-line-window-height-fudge'.
9001 (mode-line-window-height-fudge): Add FACE parameter.
9002 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9003 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9004
9005 2000-10-20 Miles Bader <miles@gnu.org>
9006
9007 * window.el (height-affecting-face-attributes): Use `defconst'.
9008
9009 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9010 New function, conditionally aliased to `mode-line-window-height-fudge'.
9011 (ispell-help): Use it.
9012 (ispell-choices-win-default-height): Don't include mode-line fudge.
9013 (ispell-choices-win-default-height): New function.
9014 (ispell-show-choices, ispell-command-loop): Use function
9015 `ispell-choices-win-default-height' instead of variable.
9016
9017 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9018
9019 * window.el (mode-line-window-height-fudge): New variable.
9020 (height-affecting-face-attributes): New variable.
9021 (mode-line-window-height-fudge): New function.
9022 (shrink-window-if-larger-than-buffer): Use it.
9023 * help.el (resize-temp-buffer-window): Likewise.
9024
9025 * info.el (Info-fontify-node): Add support for @subsubsection
9026 titles, which use `Info-title-4-face'.
9027 (Info-title-4-face): New face.
9028 (Info-title-3-face): Inherit from Info-title-4-face instead of
9029 variable-pitch.
9030
9031 2000-10-19 Jason Rumney <jasonr@gnu.org>
9032
9033 * dired.el (dired-insert-directory): Do not let errors signalled by
9034 attempt to run dired-free-space-program prevent dired from working.
9035
9036 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9037
9038 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9039
9040 2000-10-19 Gerd Moellmann <gerd@gnu.org>
9041
9042 * dirtrack.el (dirtrack): Fix call to run-hooks.
9043
9044 * cmuscheme.el (cmuscheme-program-name): Renamed from
9045 scheme-program-name because xscheme.el contains a defcustom with
9046 the same name. As a consequence, customizing group `cmuscheme'
9047 loaded `xscheme' which redefined run-scheme.
9048 (run-scheme): Use cmuscheme-program-name.
9049
9050 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
9051
9052 * play/doctor.el (doctor-death): Update the Samaritans'
9053 anonymous address, and add a website for Befrienders International.
9054
9055 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9056
9057 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9058 Avoid compilation gripes. Doc fix.
9059 (ps-print-version): New version number (6.2).
9060 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9061 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9062 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9063 (ps-x-extent-priority, ps-x-extent-start-position)
9064 (ps-x-face-font-instance, ps-x-find-coding-system)
9065 (ps-x-font-instance-properties, ps-x-make-color-instance)
9066 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9067 avoid compilation gripes without defining functions.
9068 (ps-e-find-composition): Alias for function find-composition, to have a
9069 suitable function depending on Emacs version.
9070 (ps-color-device, ps-color-values, ps-face-foreground-name)
9071 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9072 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9073 (ps-print-ensure-fontified): Function definitions surrounded by
9074 `eval-and-compile' to avoid compilation gripes.
9075 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9076 by symbol-value to avoid compilation gripes.
9077 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9078 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9079
9080 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9081
9082 * startup.el (normal-top-level): Call `frame-set-background-mode'
9083 after `frame-notice-user-settings' because the latter doesn't call
9084 the former on a tty.
9085
9086 * faces.el (frame-set-background-mode): `unspecified' &c are
9087 symbols, not strings.
9088
9089 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9090
9091 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9092 why some "light*" colors are deliberately absent from the alist.
9093
9094 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9095 Change colors for tty's, as suggested by Miles Bader.
9096
9097 2000-10-19 Kenichi Handa <handa@etl.go.jp>
9098
9099 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
9100 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9101 for ISO10646-1 fonts.
9102 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9103
9104 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9105
9106 * faces.el (frame-set-background-mode): If a tty frame defines a
9107 background color, use that to compute the background mode, instead
9108 of always defaulting to "dark".
9109
9110 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9111
9112 * comint.el (comint-write-output): New function.
9113 (comint-mode-map): Add it to the menu.
9114 Bind `C-c C-s' to comint-write-output.
9115
9116 2000-10-18 Gerd Moellmann <gerd@gnu.org>
9117
9118 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9119 Use fancy-splash-delay.
9120
9121 2000-10-18 Alex Schroeder <alex@gnu.org>
9122
9123 * progmodes/sql.el (sql-sybase-options): New option.
9124 (sql-sybase): Use it. Add sql-database to the list of parameters
9125 provided for login. The options -w 2048 -n are not used any more.
9126
9127 * comint.el (comint-read-input-ring): Bugfix such that the first
9128 and the last entry of the input ring file are not lost.
9129
9130 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9131
9132 * ps-print.el: Internal variable changes to defcustom,
9133 make-local-hook changes to defvar. Doc fix.
9134 (ps-print-version): New version number (6.1).
9135 (ps-setup, ps-do-despool): Code fix.
9136 (ps-printer-name): Customization fix.
9137 (ps-printer-name-option): Now is a defcustom instead of an
9138 internal variable.
9139 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9140 (ps-print-begin-column-hook): Now are defvar instead of
9141 make-local-hook.
9142
9143 2000-10-18 Miles Bader <miles@gnu.org>
9144
9145 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9146 (comint-kill-output): Changed into an alias for `comint-delete-output',
9147 and made obsolete.
9148 (comint-mode-map): Rename references to comint-kill-output.
9149
9150 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9151
9152 * diff-mode.el (diff-header-face, diff-file-header-face)
9153 (diff-changed-face): Add bold and italic attributes to tty faces.
9154 (diff-function-face): New face.
9155 (diff-font-lock-keywords): Use it.
9156
9157 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9158
9159 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9160 Remove commented-out call to force-mode-line-update.
9161 (comint-kill-output): Use `forward-line 0' instead of
9162 beginning-of-line to make sure we get past the prompt.
9163
9164 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9165
9166 * diff-mode.el (diff-header-face, diff-file-header-face):
9167 Add specific setting for dark background.
9168 (diff-context-face): Renamed from diff-comment-face.
9169 Set explicitly rather than inheriting from font-lock-comment-face.
9170
9171 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9172
9173 * startup.el (command-line): Move the code which sets the default
9174 TTY colors to before before-init-hook.
9175
9176 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9177
9178 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9179
9180 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9183 extensions, for MS-DOS.
9184
9185 * diff-mode.el (diff-header-face, diff-file-header-face)
9186 (diff-changed-face): Define tty-specific colors.
9187
9188 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9189
9190 * startup.el (fancy-splash-text): Realign the text.
9191
9192 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9193
9194 * font-lock.el (font-lock-comment-face): Define a separate default
9195 for dark-background tty's.
9196
9197 2000-10-17 Miles Bader <miles@gnu.org>
9198
9199 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9200 being obscured by whizzy mode-lines on graphics displays.
9201
9202 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9203
9204 * info.el (Info-title-1-face, Info-title-2-face)
9205 (Info-title-3-face): Define colors for tty's.
9206 (info-header-node): Remove unneeded tty-specific definition.
9207
9208 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9211 reverse from the frame parameters, and don't invert foreground and
9212 background colors.
9213
9214 2000-10-16 Miles Bader <miles@gnu.org>
9215
9216 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9217 string "*Info*". Call propertized-buffer-identification to spruce
9218 up the result.
9219
9220 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9221
9222 * help.el: Provide `help' for the sake of define-minor-mode
9223 which generates defcustoms with requires.
9224
9225 * jit-lock.el (jit-lock-after-change): If we're in text that
9226 matches a multi-line font-lock pattern, make sure the whole text
9227 will be redisplayed.
9228
9229 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9230 author's name is unknown.
9231
9232 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9233 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9234 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9235 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9236 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9237 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9238 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9239 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9240 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9241 Add author information.
9242
9243 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9244
9245 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9246 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9247 full-color version (using the Gimp) to eliminate dithering artifacts.
9248
9249 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9250
9251 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9252
9253 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9254
9255 2000-10-15 Dave Love <fx@gnu.org>
9256
9257 * progmodes/sh-script.el: Require skeleton and comint when compiling.
9258
9259 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9260
9261 * whitespace.el: Doc fixes.
9262 (top-level): Don't add hooks here.
9263 (whitespace-running-emacs): Deleted.
9264 (timer): Don't require.
9265 (whitespace): Add back :version conditional on xemacs test.
9266 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9267 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9268 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9269 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9270 Avoid specific xemacs test.
9271 (whitespace-global-mode): New option.
9272 (whitespace-global-mode): New command.
9273 (whitespace-unload-hook): New function.
9274
9275 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
9276 (Info-fontify-node, Info-goto-node, Info-mode-menu)
9277 (Info-fontify-node): `Goto' goes to `Go to'.
9278 (Info-fontify-node): Add help-echo to xref links.
9279
9280 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9281
9282 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9283
9284 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9285
9286 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9287 Use plist-get and allow :inherit.
9288
9289 * emacs-lisp/cl-macs.el (cl-do-arglist):
9290 Use plist-get and plist-member instead of memq.
9291
9292 * emacs-lisp/ewoc.el (ewoc-location): New function.
9293 (ewoc-enter-after, ewoc-enter-before): Document return value.
9294 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9295 Don't need make-local-hook any more.
9296 (cvs-addto-collection): Return the new tin.
9297 (cvs-mode-insert): Jump to the new line.
9298
9299 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9300
9301 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9302
9303 * font-lock.el (font-lock-syntactically-fontified): New var.
9304 (font-lock-fontify-syntactic-keywords-region): Use it.
9305 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9306
9307 * diff-mode.el (diff-find-file-name): Fix regexp.
9308
9309 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9310 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9311
9312 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9313 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9314 (sh-mode): Don't make all vars local here.
9315 (sh-kw): Reformat.
9316 (sh-set-shell): Use dolist. Don't set indent-region-function.
9317 (sh-mode-syntax-table): Use pop.
9318 (sh-remember-variable): Use push.
9319 (sh-help-string-for-variable): Use memq.
9320 (sh-safe-backward-sexp): Remove.
9321 (sh-safe-forward-sexp): Add ARG.
9322 (sh-get-indent-info, sh-prev-stmt): Use it.
9323 (sh-prev-line): Simplify by using forward-comment.
9324 (sh-this-is-a-continuation): Simplify.
9325 (sh-learn-buffer-indent): Use dolist.
9326 (sh-do-nothing): Remove.
9327 (sh-set-char-syntax, sh-set-here-doc-region):
9328 Use inhibit-modification-hooks.
9329 (sh-name-style): Use mapcar and push.
9330 (sh-load-style): Use dolist.
9331 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9332 (sh-case, sh-while-getopts): Use propertize directly rather
9333 than sh-electric-rparen.
9334
9335 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9336
9337 * textmodes/tex-mode.el: Require CL when compiling.
9338 (tex-mode-syntax-table): Init immediately.
9339 (tex-mode-map): Bind M-RET to latex-insert-item.
9340 (latex-mode): Set indent-line-function to latex-indent.
9341 (tex-common-initialization): Don't setup the syntax-table any more.
9342 (latex-insert-item): New skeleton.
9343 (tex-next-unmatched-end): Fix copy/paste braino.
9344 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9345 (latex-indent, latex-find-indent): New functions.
9346 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9347 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9348 (tex-compilation-parse-errors): Use with-syntax-table.
9349
9350 2000-10-15 Miles Bader <miles@gnu.org>
9351
9352 * font-lock.el (font-lock-comment-face): Change dark-background,
9353 color, non-tty, default to `chocolate1'.
9354
9355 2000-10-13 John Wiegley <johnw@gnu.org>
9356
9357 * eshell/esh-util.el (require): Added a missing `require' form,
9358 needed when compiling (for an ange-ftp macro definition).
9359
9360 2000-10-13 Dave Love <fx@gnu.org>
9361
9362 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9363
9364 2000-10-13 Gerd Moellmann <gerd@gnu.org>
9365
9366 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9367
9368 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9369 transparent -colors 8).
9370
9371 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
9372
9373 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9374 that breaks with old list format timestamps.
9375 (time-stamp-warn-inactive, time-stamp-old-format-warn)
9376 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9377
9378 2000-10-13 John Wiegley <johnw@gnu.org>
9379
9380 * align.el, pcomplete.el, calendar/timeclock.el,
9381 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9382
9383 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9384 faulty math, where holiday hours were being computing as seconds.
9385
9386 2000-10-13 John Wiegley <johnw@gnu.org>
9387
9388 * desktop.el (desktop-buffer-modes-to-save): Added a global for
9389 specifying what "other" kinds of buffers should be saved.
9390 This used to be hard-coded.
9391 (desktop-buffer-misc-functions): A global for specifying how
9392 auxiliary data should be determined for special buffer types.
9393 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9394 instead of hard-coding the special buffer types.
9395 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9396 auxiliary data, instead of hard-coding for Info buffers and dired.
9397 (desktop-buffer-info-misc-data): Aux function for determining Info
9398 buffer auxiliary info.
9399 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9400 (desktop-buffer-info): Changed this function to use the info
9401 gathered above.
9402 (desktop-create-buffer): Be a little more careful about what
9403 `minor-mode' means before calling it. This is important for some
9404 buffer types.
9405
9406 2000-10-13 John Wiegley <johnw@gnu.org>
9407
9408 * eshell/esh-util.el: Added a global form which declares an
9409 autoload for `parse-time-string', if that function is not already
9410 defined, and if parse-time.el is available on the user's system.
9411
9412 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9413 to be aware of ange-ftp user info.
9414 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9415 (eshell-ls-annotate): Use `eshell-file-attributes'.
9416 (eshell-ls-file): Made the user-id printing code a bit smarter.
9417
9418 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9419 allow identification of alias user ids in remote directories.
9420 It's manual, but there's no other way to know when the current user
9421 on the local machine, is also the owning user on the remote machine.
9422 (fboundp): Bind `ange-cache'.
9423 (eshell-directory-files-and-attributes): Re-organized the logic a
9424 bit to use `eshell-file-attributes' instead of `file-attributes'.
9425 The former is more sensitive to directories that are read via FTP,
9426 and knows how to use ange-ftp to determine full attribute
9427 information, instead of just the name and last modtime.
9428 (eshell-current-ange-uids): Return the current user id when in a
9429 remote directory.
9430 (eshell-parse-ange-ls): Parse a full directory listing that has
9431 been returned by ange-ftp.
9432 (eshell-file-attributes): This beefed up version of
9433 `file-attributes' is only special if the user is currently in a
9434 remote directory, in which case it does a lot of work to find out
9435 what the real attributes of a file are, as they appear on the
9436 remote machine. This makes usage of remote directories (i.e.,
9437 ange-ftp pathnames) much more useful. You can now use Eshell as a
9438 full-fledged FTP client, with much more manipulation ability than
9439 most other clients.
9440
9441 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9442 variable, which means that Eshell's du should always be preferred
9443 in remote directories.
9444 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9445 just `file-attributes'.
9446 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9447 when reading remote directories. This is an Eshell-specific
9448 variable (not part of ange-ftp).
9449 (eshell/ln): Bind `ange-cache'.
9450 (eshell/du): Added some extra logic for determining when to use
9451 Eshell's du (which is slow), and when to use the external version
9452 (which may or may not exist).
9453
9454 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9455 Call `eshell-interactive-process', rather than using
9456 `get-buffer-process', since backgrounded processes don't count in
9457 the context of this function's logic.
9458
9459 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9460 `forward-char', so that null strings are parsed correctly.
9461
9462 2000-09-13 John Wiegley <johnw@gnu.org>
9463
9464 * eshell/em-pred.el (eshell-pred-file-type)
9465 (eshell-pred-file-links, eshell-pred-file-size):
9466 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9467
9468 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9469 that remote file globbing is more efficient.
9470
9471 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9472 gathering the files and attributes within a directory.
9473
9474 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9475 the command line is a special file (not a regular file, directory
9476 or symlink), always attempt to call the external version of cat.
9477
9478 2000-09-13 John Wiegley <johnw@gnu.org>
9479
9480 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9481 Eshell-friendly version of find-tag.
9482
9483 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9484
9485 * image-file.el (image-file-name-extensions)
9486 (image-file-name-regexps): Add autoload cookies.
9487
9488 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9489
9490 * international/mule-cmds.el (select-safe-coding-system): If FROM
9491 is string, show it in *Warning* buffer.
9492
9493 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9494
9495 * startup.el (normal-top-level): Use display-popup-menus-p instead
9496 of window-system.
9497 (command-line): Use display-graphic-p instead of window-system.
9498 (command-line-1): Use display-popup-menus-p and display-mouse-p
9499 instead of window-system.
9500
9501 2000-10-12 Sam Steingold <sds@gnu.org>
9502
9503 * tooltip.el (tooltip-use-echo-area): New user variable.
9504 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9505
9506 2000-10-12 Dave Love <fx@gnu.org>
9507
9508 * recentf.el: Maintainer's checkdoc fixes.
9509
9510 * startup.el (normal-top-level-add-subdirs-to-load-path):
9511 Use character class, not ASCII when matching file names.
9512 (fancy-splash-head): Add trailing slash to URL.
9513 (command-line): Don't require XPM support for toolbar.
9514
9515 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9516 (cperl-invalid-face): Revert last change.
9517 (cperl-init-faces): Quote cperl-invalid-face.
9518
9519 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9520
9521 * startup.el (fancy-splash-text): Remove superfluous quote.
9522
9523 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9524
9525 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9526 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9527 (command-line-1): Don't use fancy-splash-pending-command.
9528 (fancy-splash-screens-1): Goto point-min after inserting text.
9529
9530 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9531
9532 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9533 instead of shared-lisp-mode-map.
9534
9535 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9536
9537 * faces.el (header-line): Change tty-variant to use underlining.
9538
9539 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9540 (isearch-highlight): Restore lazy-isearch face properties at old
9541 position, and suppress them at new position.
9542 (isearch-dehighlight): Restore lazy-isearch face properties.
9543 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9544 over the real isearch overlay, but in that case, don't give it a
9545 face property. Use `push'.
9546
9547 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9548
9549 * man.el (Man-getpage-in-background): Fix previous change.
9550 Decode the process output only when we are in multibyte mode.
9551
9552 2000-10-11 Dave Love <fx@gnu.org>
9553
9554 * info.el (Info-mode-menu): Fix some help.
9555 (info-tool-bar-map): Add entry for Info-last.
9556
9557 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9558 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9559 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9560 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9561 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9562 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9563 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9564 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9565 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9566 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9567 Reduce colour requirements to 25 overall. (Probably wants
9568 revisiting from the originals to reduce further.)
9569
9570 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9573 buffer-file-coding-system, instead of raw-text.
9574 (dehexlify-buffer): Bind coding-system-for-read to
9575 buffer-file-coding-system, instead of raw-text.
9576
9577 2000-10-11 Sam Steingold <sds@gnu.org>
9578
9579 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9580 `underline' - fixes the bug introduced on 2000-09-21.
9581
9582 2000-10-11 Dave Love <fx@gnu.org>
9583
9584 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9585 Avoid compiler warnings.
9586 (scheme-mode): Doc fix.
9587 (scheme-font-lock-keywords-1): Match `define-syntax'.
9588
9589 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9590
9591 * faces.el (frame-set-background-mode): Pay attention to saved
9592 face specs as well as default ones. Only do anything if the
9593 bg-mode or display-type has actually changed. Use `dolist'.
9594 (region): Make dark-background `region' face less in-your-face.
9595
9596 2000-10-10 Sam Steingold <sds@gnu.org>
9597
9598 * chistory.el, ielm.el, ledit.el:
9599 * progmodes/inf-lisp.el, progmodes/scheme.el:
9600 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9601
9602 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9603
9604 * textmodes/texinfo.el: Update copyright and fix typo.
9605
9606 * desktop.el (desktop-modes-not-to-save): New var.
9607 (desktop-save-buffer-p): Use it.
9608 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9609 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9610
9611 2000-10-10 Dave Love <fx@gnu.org>
9612
9613 * toolbar/tool-bar.el (tool-bar-add-item)
9614 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9615
9616 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9617 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9618 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9619 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9620 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9621 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9622 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9623 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9624 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9625 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9626 the .xpms; probably need retouching.
9627
9628 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9629
9630 * subr.el (add-to-list): Add optional argument APPEND.
9631 * battery.el (display-battery): Use `add-to-list'.
9632
9633 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9634
9635 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9636 properties.
9637 (zone, zone-when-idle, zone-leave-me-alone)
9638 (zone-pgm-whack-chars): Use new symbol properties.
9639
9640 * battery.el (display-battery): Doc spelling fix.
9641
9642 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9643 property.
9644
9645 2000-10-09 Dave Love <fx@gnu.org>
9646
9647 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9648 has been initialized before calling tool-bar-setup.
9649 (tool-bar-add-item-from-menu): Add autoload cookie.
9650
9651 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9652
9653 * menu-bar.el (send-mail-item-name): New function.
9654 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9655 of mail-user-agent in the menu. Don't display the "Send Mail"
9656 item if mail-user-agent is nil or its value is ignore.
9657 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9658 if read-mail-command is nil or its value is ignore.
9659
9660 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9661
9662 2000-10-09 Miles Bader <miles@gnu.org>
9663
9664 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9665 Correct image size.
9666 * toolbar/left_arrow.xpm: Correct image size.
9667
9668 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9669 will be done by the definition of `auto-compression-mode' if
9670 necessary. Move code to uninstall existing file-name handler
9671 before definition of `auto-compression-mode'.
9672
9673 * image-file.el (auto-image-file-mode): Move to the end of the
9674 file, because `define-minor-mode' actually calls the mode-function
9675 if the associated variable is non-nil, which requires that all
9676 needed functions be already defined.
9677
9678 * mouse.el (popup-menu): Balance parens.
9679
9680 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9681
9682 * mouse.el (popup-menu): Move the command call outside the loop
9683 so that popup-menu returns whatever the command returns.
9684
9685 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9686 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9687 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9688 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9689
9690 * vc.el (vc-version-diff): diff-switches can be a list.
9691 Use relative filenames for prettier output.
9692
9693 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9694 (vc-post-command-functions): Remove old-VC compatibility code.
9695
9696 * newcomment.el (comment-indent-default): Autoload.
9697
9698 * font-lock.el (font-lock-defaults): Make buffer-local.
9699 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9700 (font-lock-choose-keywords):
9701 Ignore LEVEL unless KEYWORDS is a list of syms.
9702 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9703 Don't wrap regexp-opt things in \(...\) unnecessarily.
9704
9705 * jit-lock.el: Don't require font-lock any more.
9706 (jit-lock-functions): Make buffer-local.
9707 (jit-lock-saved-fontify-buffer-function): Remove.
9708 (jit-lock-mode): Remove autoload cookie.
9709 Remove font-lock specific code.
9710 (jit-lock-unregister): Don't bother handling complex hooks any more.
9711 (jit-lock-refontify): New function.
9712 (jit-lock-fontify-buffer): Use it.
9713 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9714 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9715 Add optional args START and END.
9716 Never call font-lock-fontify-region directly.
9717 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9718
9719 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9720
9721 2000-10-08 Dave Love <fx@gnu.org>
9722
9723 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9724
9725 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9726
9727 * play/studly.el (studlify-region, studlify-word): Add autoload
9728 cookie.
9729
9730 * play/morse.el (morse-region, unmorse-region): Add autoload
9731 cookie.
9732
9733 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9734 concat.
9735
9736 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9737 insist on symbols starting with word syntax.
9738 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9739 (eval-defun-1): Doc fix.
9740 (indent-sexp): Use nconc to build up indent-stack.
9741
9742 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9743 Gnus with little use.
9744 (mail-setup-hook): Add mail-abbrevs-setup to options.
9745
9746 * recentf.el: Doc fixes.
9747
9748 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9749 Clean up remainder.
9750
9751 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9752 without timezone and (8) with timezone to enforce some whitespace.
9753 Simplify code somewhat.
9754
9755 * options.el (list-options): Doc that you should use customize.
9756
9757 * iswitchb.el (iswitchb-mode): Add :require.
9758
9759 * info.el (Info-goto-node, Info-menu): Doc fix.
9760 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9761 (info-tool-bar-map): New variable.
9762 (Info-mode): Use it.
9763 (Info-edit-map): Define all in defvar.
9764 (speedbar-attached-frame): Avoid compiler warning.
9765
9766 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9767 (global-map): Bind [tool-bar] to a filtered map.
9768 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9769 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9770 Allow PBM icons.
9771 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9772
9773 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9774 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9775 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9776 icons, except up_arrow, which is left-arrow rotated.
9777
9778 * imenu.el (imenu-add-to-menubar): Fix last change.
9779
9780 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9781
9782 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9783 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9784
9785 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9786
9787 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9788 typos in doc strings.
9789
9790 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9791 the doc strings how to customize Font Lock faces.
9792
9793 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9794 computing growth when dragging the header line.
9795
9796 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9797
9798 * simple.el (kill-line): Doc fix.
9799
9800 2000-10-08 Miles Bader <miles@gnu.org>
9801
9802 * faces.el (secondary-selection): Make foreground visible on tty.
9803
9804 * jka-compr.el (auto-compression-mode): Move to the end of the
9805 file, because `define-minor-mode' actually calls the mode-function
9806 if the associated variable is non-nil, which requires that all
9807 needed functions be already defined.
9808 (with-auto-compression-mode): Add autoload cookie.
9809
9810 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9811
9812 * files.el (find-backup-file-name) [ms-dos]: If support for long
9813 file names is not available, behave as if version-control were set
9814 to never.
9815
9816 2000-10-07 Dave Love <fx@gnu.org>
9817
9818 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9819 (browse-url-gnome-moz): New function.
9820 (browse-url-browser-function): Use it.
9821 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9822
9823 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9824
9825 * indent.el (tab-always-indent): New var.
9826 (indent-for-tab-command): Use it.
9827
9828 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9829 raise an error. This way it can still default to a sane value.
9830
9831 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9832
9833 * startup.el (fancy-splash-screens): Use local rather than global map.
9834 Don't use `update-menu-bindings' any more.
9835 Get rid of assumptions about keymap representation.
9836
9837 2000-10-06 Dave Love <fx@gnu.org>
9838
9839 * textmodes/fill.el (sentence-end-double-space)
9840 (sentence-end-without-period): Doc fix.
9841 (adaptive-fill-regexp): Purecopy.
9842 (unjustify-current-line): Use line-end-position.
9843 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9844
9845 * net/eudc-vars.el (eudc): Add :version, :link.
9846
9847 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9848
9849 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9850 Fix for define-minor-mode.
9851 (function-at-point): Alias to function-called-at-point.
9852
9853 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9854
9855 * simple.el (backward-word): Doc fix.
9856
9857 * image-file.el (image-file-name-regexp): image-file-regexps ->
9858 image-file-name-regexps.
9859 (image-file-name-extensions): Add pbm.
9860
9861 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9862
9863 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9864 and add filename to the names so that diff-mode can jump to source.
9865
9866 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9867 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9868 (tex-font-lock-keywords-1): Remove.
9869 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9870 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9871 (font-lock-default-fontify-region):
9872 Expand beg..end correctly when just following a multiline region.
9873 (font-lock-fontify-anchored-keywords):
9874 Include the anchor text as part of the multiline.
9875
9876 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9877
9878 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9879 latter needs the autoloaded define-minor-mode macro during the
9880 bootstrap.
9881
9882 * startup.el (command-line): For now, activate tool-bar-mode only
9883 if XPM images are supported.
9884
9885 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9886 window by dragging a header-line at the top of the frame; that's
9887 confusing because the header-line doesn't move.
9888 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9889 of treating the event as a list. Some cleanup.
9890
9891 2000-10-06 Miles Bader <miles@gnu.org>
9892
9893 * simple.el (display-message-or-buffer): New function.
9894 (shell-command-on-region): Use `display-message-or-buffer'.
9895
9896 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9897 docstring parts.
9898
9899 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9900 (smbclient-prompt-regexp): Add usage note to doc string.
9901 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9902 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9903 Use add-hook for adding the comint filter function, and only do so
9904 if it's not already in the global hook list.
9905 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9906 to `make-local-variable'.
9907 (nslookup-font-lock-keywords): Remove prompt entry.
9908 (nslookup): Don't set the process-filter.
9909 (finger): Exit the loop correctly when the regexps list runs out.
9910 (ftp, smbclient, smbclient-list-shares):
9911 Set the real major mode immediately, not after execing.
9912 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9913
9914 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9915
9916 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9917
9918 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9919
9920 * which-func.el (which-func-format): Remove spurious space.
9921 (which-func-mode): Don't make it permanent-local.
9922 (which-func-ff-hook): Allow which-func-maxout to be nil.
9923 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9924 (which-func-mode): Simplify.
9925 Use post-command-idle-hook rather than post-command-hook.
9926 Go through all buffers and update their state.
9927 (which-function): Also try add-log-current-defun-function.
9928
9929 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9930 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9931 Update call to with-vc-properties accordingly.
9932 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9933 (vc-revert-buffer): More careful about window selection and deletion.
9934 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9935
9936 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9937 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9938 (cvs-dired-action): Change the default to quickdir.
9939
9940 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9941 if comment-indent-function returns nil.
9942 (comment-indent-default): New function.
9943 (comment-indent-function): Use it and document the new semantics.
9944
9945 * image-file.el: Docstring fixes.
9946
9947 * help.el (help-xref-on-pp): Use match-string.
9948 (describe-variable): New arg BUFFER.
9949 Store the current buffer in the help-xref-stack.
9950 (temp-buffer-resize-mode): Use define-minor-mode.
9951
9952 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9953 consistently with its docstring.
9954 Set jit-lock-first-unfontify-pos in an idempotent way.
9955 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9956
9957 2000-10-05 Alex Schroeder <alex@gnu.org>
9958
9959 * sql.el (sql-mysql-options): New variable.
9960 (sql-mysql): Use it.
9961
9962 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9963
9964 * image.el (image): New group.
9965
9966 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9967 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9968
9969 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9970
9971 * net/net-utils.el (nslookup-font-lock-keywords)
9972 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9973 Ignore the value of wqindow-system; always define keywords
9974
9975 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9976
9977 * startup.el (fancy-splash-screens): Remove the code for
9978 debugging; `(trace-to-stderr "EXITTT\n")'.
9979
9980 2000-10-05 Miles Bader <miles@gnu.org>
9981
9982 * diff-mode.el (diff-goto-source): Update call to
9983 `diff-hunk-status-msg' to reflect new REV variable.
9984
9985 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9986
9987 * progmodes/icon.el (icon-mode):
9988 Don't gratuitously override the default for comment-column.
9989
9990 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9991
9992 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9993 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9994 (jit-lock-functions): New var.
9995 (jit-lock-function-1): Use it if non-nil.
9996 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9997 Set the `fontified' property before doing the fontification to avoid
9998 repeatedly going through the same error.
9999 Don't turn errors into messages.
10000 (jit-lock-register, jit-lock-unregister): New functions.
10001
10002 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10003 Use with-current-buffer.
10004
10005 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10006 Turn comment into docstring.
10007
10008 * apropos.el (apropos-mode): Use define-derived-mode.
10009
10010 2000-10-04 Gerd Moellmann <gerd@gnu.org>
10011
10012 * startup.el (fancy-splash-pending-command): New variable.
10013 (fancy-splash-pre-command): New function.
10014 (fancy-splash-screens): Rewritten.
10015 (command-line-1): If fancy-splash-pending-command is set, call it
10016 interactively.
10017
10018 2000-10-04 Dave Love <fx@gnu.org>
10019
10020 * toolbar/tool-bar.el (tool-bar-setup): New function.
10021 (tool-bar-mode): Use it.
10022
10023 * subr.el (substitute-key-definition): Doc fix.
10024 (play-sound-file): New command.
10025
10026 2000-10-04 Andre Spiegel <spiegel@gnu.org>
10027
10028 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10029 vc-version-backup-file-name): New functions.
10030
10031 * files.el (basic-save-buffer): Call vc-before-save before saving.
10032
10033 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10034 vc-cvs-stay-local-p.
10035
10036 * vc.el (vc-revert-buffer): Handle empty diff properly.
10037 (vc-version-backup-file): New function.
10038 (vc-checkout): Create a version backup if necessary.
10039 (vc-checkin): If a version backup file exists, delete it.
10040 (vc-version-diff): Diff locally using version backups, if available.
10041 (vc-revert-file): If there's a version backup, revert locally.
10042 (vc-transfer-file): Use version backup for base version, if
10043 available. If not, ask for confirmation whether to get it from the
10044 server. Update mode line before check-in.
10045
10046 2000-10-04 Dave Love <fx@gnu.org>
10047
10048 * toolbar/tool-bar.el (tool-bar-setup): New function.
10049 (tool-bar-mode): Use it.
10050
10051 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10052
10053 * net/net-utils.el (nslookup-font-lock-keywords)
10054 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10055 Only set if window-system is non-nil
10056 (net-utils-run-program): Returns buffer.
10057 (network-connection-reconnect): Added this function.
10058
10059 * generic.el:
10060 Incorporates extensive cleanup and docfixes by
10061 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10062 Uses cl compile-time macros.
10063 (generic-mode-name, generic-comment-list)
10064 (generic-keywords-list, generic-font-lock-expressions)
10065 (generic-mode-function-list, generic-mode-syntax-table):
10066 Removed variables.
10067 (generic-mode-alist): Renamed to generic-mode-list.
10068 (generic-find-file-regexp): Default changed to "^#".
10069 (generic-read-type): Uses completing read on generic-mode-list.
10070 (generic-mode-sanity-check): removed this function.
10071 (generic-add-to-auto-mode): Removed this function
10072 (generic-mode-internal): Bind mode-specific definitions
10073 into function instead of putting them in alist.
10074 (generic-mode-set-comments): Reworked extensively.
10075 (generic-mode-find-file-hook): Simplified regexp searching
10076 (generic-make-keywords-list): Omit extra pair of parens
10077
10078 * find-lisp.el (find-lisp-find-files-internal):
10079 Make sure directory name ends with "/".
10080
10081 * generic-x.el (apache-conf-generic-mode):
10082 Regexp now allows leading whitespace.
10083 (rc-generic-mode): Added eval-when-compile
10084 around generic-make-keywords-list.
10085 Deleted duplicate regexp
10086 (rul-generic-mode): Added eval-when-compile
10087 around generic-make-keywords-list.
10088 (etc-fstab-generic-mode): New generic mode.
10089 (rul-generic-mode): Removed one eval-when-compile
10090 which caused a max-specpdl-size exceeded error.
10091
10092 2000-10-04 Miles Bader <miles@gnu.org>
10093
10094 * simple.el (minibuffer-temporary-goal-position): New variable.
10095 (next-history-element): Try to keep the position of point in the
10096 input string constant.
10097
10098 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10099 (dired-do-create-files): If there's only one file, pass it in as
10100 the DEFAULT arg to dired-mark-read-file-name.
10101
10102 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10103
10104 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10105 (diff-goto-source): Be smarter when choosing REVERSE or not.
10106
10107 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10108 (texinfo-mode-menu): Add an explicit shortcut for update all.
10109
10110 2000-10-03 Andre Spiegel <spiegel@gnu.org>
10111
10112 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10113 factorize backend-specific code cleanly (this was essentially
10114 conceived by Stefan Monnier).
10115 (vc-unregister): Function removed.
10116 (vc-revert-file): New function.
10117 (vc-revert-buffer): Delegate some of the work to it.
10118
10119 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10120 default branch unconditionally.
10121 (vc-rcs-set-default-branch): New function.
10122 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10123 (vc-rcs-checkin): If an appropriate default branch has been set,
10124 force creation of that branch.
10125 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10126 code (as suggested by Stefan Monnier).
10127
10128 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10129
10130 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10131 highlighting overlay with a different face over the overlay
10132 isearch uses to highlight the current match because that can lead
10133 to bad face combinations.
10134
10135 * loadup.el (toplevel): Load faces before isearch.
10136
10137 * isearch.el (isearch-faces): New custom group.
10138 (isearch): New defface; was already tested for in the code.
10139 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10140 (isearch-highlight): Always use face `isearch'.
10141
10142 2000-10-02 Dave Love <fx@gnu.org>
10143
10144 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10145 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10146 comparison of opcode with operand.
10147
10148 2000-10-03 Miles Bader <miles@gnu.org>
10149
10150 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10151 buffer, since the echo area will now grow to accommodate them.
10152
10153 2000-10-02 Andre Spiegel <spiegel@gnu.org>
10154
10155 * vc-hooks.el (vc-registered): If FILE used to be registered under
10156 a certain backend, try that one first.
10157
10158 * vc.el (vc-responsible-backend): Undo the previous change in the
10159 argument list. Handle multiple backends correctly.
10160 (vc-find-new-backend): Function removed.
10161 (vc-register): Use vc-responsible-backend, as before.
10162 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10163
10164 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10165
10166 * startup.el (fancy-splash-head): Change message below the
10167 logo.
10168
10169 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10170
10171 * diff-mode.el (diff-goto-source): Emit a status message.
10172 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10173 (diff-test-hunk): Fix doc string.
10174 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10175 (diff-advance-after-apply-hunk): New variable.
10176 (diff-apply-hunk): Don't return a value.
10177
10178 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10179
10180 * vc.el (vc-editable-p): Minor optimization.
10181 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10182 (vc-find-new-backend): New function split from vc-responsible-backend.
10183 (vc-register): Use it.
10184 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10185 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10186 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10187 (vc-clear-headers): Don't use find-file.
10188 (vc-revert-buffer): Use `and' again (must have been a braino).
10189 (vc-switch-backend): Only prompt if requested.
10190 Short circuit if nothing is to be done.
10191 Don't use vc-resynch-buffer which could lose unsaved editing.
10192 (vc-default-receive-file): Update call to vc-unregister.
10193 (with-vc-file, vc-next-action-on-file):
10194 Use vc-backend rather than vc-registered.
10195 (vc-next-action-on-file): Use intern-soft.
10196 Deal with read-only *vc-diff* buffer.
10197 (vc-transfer-file): Docstring fix.
10198
10199 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10200 (vc-rcs-receive-file): Avoid with-vc-properties.
10201 Update call to vc-unregister.
10202 Use constant `RCS' rather than (dynamically bound) var `backend'.
10203
10204 2000-10-01 Andre Spiegel <spiegel@gnu.org>
10205
10206 * vc.el (vc-next-action-on-file): Update mode line only if file
10207 is visited.
10208 (vc-start-entry): New argument initial-contents. Don't visit the file
10209 if it isn't already visited. Brought documentation up-to-date.
10210 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10211 (vc-checkin): New optional arg initial-contents, which is passed to
10212 vc-start-entry.
10213 (vc-finish-logentry): Make sure to bury log buffer only if there
10214 really is one. Call `vc-resynch-buffer' on log-file, not
10215 buffer-file-name.
10216 (vc-default-comment-history, vc-default-wash-log): New functions.
10217 (vc-index-of): Removed.
10218 (vc-transfer-file): Make do without the above.
10219 (vc-default-receive-file): Call comment-history unconditionally. Pass
10220 the resulting string to vc-checkin, instead of inserting it into the
10221 comment ring.
10222
10223 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10224 unconditionally. Use the comments as initial contents of the log
10225 entry buffer. Document the trick to force branch creation with no
10226 changes.
10227
10228 2000-10-01 Miles Bader <miles@gnu.org>
10229
10230 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10231 `recenter' with an arg to prevent redrawing the display.
10232
10233 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10234
10235 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10236
10237 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10238
10239 * progmodes/c-mode.el (c-mode):
10240 Don't gratuitously override the default for comment-column.
10241
10242 * textmodes/tex-mode.el (latex-metasection-list): New var.
10243 (latex-imenu-create-index): Use it.
10244 Move the regexp construction outside loops (and use push).
10245 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10246 (tex-font-lock-keywords): Moved from font-lock.el.
10247 (tex-comment-indent): Remove.
10248 (tex-common-initialization): Don't set comment-indent-function.
10249 (latex-block-default): New var.
10250 (tex-latex-block): Use it to provide a default choice.
10251 Add any unknown choice to latex-block-names.
10252 Insert [...] after {...}.
10253 (tex-last-unended-begin): Simplify regexp.
10254 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10255 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10256 (latex-mode): Set forward-sexp-function.
10257
10258 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10259 Add regexp for @ignore ... @end ignore.
10260 (texinfo-heading-face): New face.
10261 (texinfo-font-lock-keywords): Use it.
10262 (texinfo-mode-menu): New menu.
10263 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10264 New functions.
10265 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10266 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10267 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10268 Remove declaration.
10269 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10270
10271 * delsel.el (delete-selection-mode): Use define-minor-mode.
10272
10273 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10274
10275 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10276
10277 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10278
10279 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10280
10281 * replace.el (keep-lines-read-args): New function.
10282 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10283 read arguments interactively. Add parameters RSTART and REND.
10284 Operate on the active region in Transient Mark mode.
10285
10286 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10287
10288 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10289 (authors-obsolete-files-regexps): New variable.
10290 (authors-add): Don't record changes in obsolete files.
10291
10292 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10293
10294 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10295
10296 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10297 (comment-indent): Make sure there's a space between code and comment.
10298 Shift comments left to avoid going past fill-column.
10299
10300 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10301
10302 * startup.el (startup-echo-area-message): New function.
10303 (display-startup-echo-area-message): Use it.
10304 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10305 (fancy-splash-default-action): New function.
10306 (fancy-splash-screens-1): New function.
10307 (fancy-splash-head): Put a help-echo and a keymap under the image.
10308
10309 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10310
10311 * diff-mode.el (diff-add-log-file-name): Remove.
10312 (diff-mode): Use add-log-buffer-file-name-function.
10313
10314 * add-log.el (find-change-log): New arg BUFFER-FILE.
10315 (add-log-file-name): Obey add-log-file-name-function.
10316 (add-log-buffer-file-name-function): New var.
10317 (add-change-log-entry): Use it.
10318
10319 2000-09-29 Miles Bader <miles@gnu.org>
10320
10321 * image-file.el (image-file-name-extensions): New variable.
10322 (image-file-name-regexps): Renamed from `image-file-regexps'.
10323 New default value is nil. Call `auto-image-file-mode'.
10324 (image-file-name-regexp): New function.
10325 (auto-image-file-mode): New minor mode.
10326 (insert-image-file): Don't make conditional on the image-file
10327 handler being enabled.
10328 (image-file-handler): Make the call here conditional instead.
10329 (set-image-file-handler-enabled, enable-image-file-handler)
10330 (disable-image-file-handler): Functions removed.
10331
10332 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10333 string.
10334
10335 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10336
10337 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10338 it's a function from CL.
10339 (latex-imenu-create-index): Replace eval-when-compile with progn
10340 because latex-section-alist is not bound while compiling.
10341
10342 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10345 (outline-mode): Use define-derived-mode.
10346
10347 * progmodes/perl-mode.el (perl-mode):
10348 * progmodes/awk-mode.el (awk-mode):
10349 * progmodes/asm-mode.el (asm-mode):
10350 Don't gratuitously override the default for comment-column.
10351
10352 * emacs-lisp/lisp.el (lisp-complete-symbol):
10353 Distinguish the let-binding case from the funcall case.
10354 (forward-sexp-function): New variable.
10355 (forward-sexp): Use it.
10356
10357 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10358 (easy-mmode-defmap): Remove the now useless autoload.
10359
10360 * time.el (display-time-mode): Use define-minor-mode.
10361
10362 * subr.el (add-minor-mode): Don't eval NAME.
10363 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10364 Use if rather than cond.
10365
10366 * simple.el (read-expression-map): Define more properly.
10367 (comment-indent-hook): Remove.
10368 (string-to-syntax): Bug fix.
10369
10370 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10371 (cvs-ediff-diff): Fix typo.
10372 (cvs-revert-if-needed): Don't bother preserving read-only.
10373
10374 * paren.el (show-paren-mode): Use define-minor-mode.
10375
10376 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10377 (toggle-auto-compression): Remove.
10378 (jka-compr-build-file-regexp): Remove useless grouping.
10379
10380 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10381 Avoid user-reserved bindings.
10382 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10383 (diff-header-face): Revert to grey85.
10384
10385 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10386
10387 * complete.el (partial-completion-mode) <defcustom>: Remove.
10388 (partial-completion-mode): Use define-minor-mode.
10389 (PC-do-completion): Understand `completion-auto-help = delay'
10390 to mean to popup the completion buffer only the second time.
10391 (PC-include-file-all-completions, PC-include-file-all-completions)
10392 (PC-include-file-all-completions): Don't quote lambda.
10393
10394 * comint.el (comint-mode-hook): Docstring fix.
10395 (comint-mode): Use define-derived-mode.
10396 (comint-mode-map): Remove obsolete comment.
10397 (make-comint): Minor stylistic change.
10398 (comint-insert-clicked-input): Be more careful to find the overlay.
10399 Use this-command-keys rather than hardcoding mouse-2.
10400
10401 * font-lock.el: Replace confusing (,@ with ,
10402 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10403 Don't use regexp-opt-depth. Spice up the regexp for args.
10404 Don't distinguish between cmds that can take an opt arg or not.
10405 Use `append' and `prepend' rather than `keep'.
10406
10407 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10408 (latex-outline-regexp): New var.
10409 (latex-outline-level): New fun.
10410 (latex-section-alist): New var.
10411 (latex-imenu-create-index): Use it. Use `push' as well.
10412 (tex-shell-map): Initialize it properly.
10413 (tex-mode): Minor stylistic change.
10414 (plain-tex-mode): Use define-derived-mode.
10415 (latex-mode): Use define-derived-mode.
10416 Construct the paragraph regexps in a more readable way.
10417 Set the buffer-local outline-{level,regexp} vars.
10418 (slitex-mode): Derive from latex-mode.
10419 (tex-common-initialization): Don't kill-all-vars anymore.
10420 Add setting for comment-add and font-lock-defaults.
10421 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10422 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10423 (tex-start-tex): New arg DIR (and send a chdir command for it).
10424 Also display the shell buffer and save it in tex-last-buffer-texed.
10425 (tex-region): Use expand-file-name rather than concat.
10426 Remove code made useless by changes in tex-start-tex.
10427 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10428
10429 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10430
10431 2000-09-28 Dave Love <fx@gnu.org>
10432
10433 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10434
10435 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10436
10437 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10438 `append'.
10439
10440 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10441
10442 * info.el (Info-extract-pointer): Undo last change.
10443 Instead, fix the position of the `bound' arg to re-search-backward.
10444
10445 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10446
10447 * info.el (Info-extract-pointer):
10448 Widen more carefully, to avoid finding pointers in other nodes.
10449 (Info-index): Use push.
10450
10451 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10452
10453 * frame.el (set-frame-font): Remove call to obsolete function
10454 frame-update-faces.
10455 (set-foreground-color, set-background-color): Likewise for
10456 frame-update-face-colors.
10457
10458 2000-09-27 Miles Bader <miles@gnu.org>
10459
10460 * image-file.el: New file.
10461
10462 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10463
10464 * frame.el (frame-notice-user-settings): Don't call
10465 frame-update-faces, which is a no-op now.
10466
10467 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10468 tool-bar-lines.
10469
10470 2000-09-27 Dave Love <fx@gnu.org>
10471
10472 * mouse.el: Fix last change.
10473
10474 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10475
10476 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10477
10478 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10479
10480 * international/quail.el (quail-help): The output message is
10481 improved.
10482
10483 2000-09-26 Dave Love <fx@gnu.org>
10484
10485 * mouse.el (popup-menu): If POSITION is nil, set it using
10486 mouse-position.
10487
10488 2000-09-25 Sam Steingold <sds@gnu.org>
10489
10490 * net/browse-url.el (browse-url-file-url): Check for null maps.
10491
10492 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10493
10494 * frame.el (frame-notice-user-settings): Don't add a
10495 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10496
10497 * frame.el (frame-notice-user-settings):
10498 Make tool-bar-mode and default-frame-alist consistent.
10499
10500 * toolbar/tool-bar.el (tool-bar-help): New function.
10501
10502 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10503
10504 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10505 current-load-list in top-level forms. Else this leaks a cons cell
10506 every time a defun is called.
10507
10508 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10509
10510 2000-09-25 Dave Love <fx@gnu.org>
10511
10512 * startup.el (fancy-splash-head): Check XPM is available.
10513
10514 * autoinsert.el (auto-insert): Doc fix.
10515 (auto-insert-alist): Following GNU notices, don't say `copyright
10516 _by_'. Use line-beginning-position.
10517 (auto-insert): Check buffer-file-name is non-nil before use.
10518
10519 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10520
10521 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10522 starting with `@def' or `@multitable', in addition to ones
10523 specified by the user in auto-fill-inhibit-regexp.
10524
10525 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10526
10527 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10528 rmail-dont-reply-to-names matches the empty string.
10529
10530 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10531
10532 * startup.el (command-line-1, fancy-splash-text): Change the
10533 text to sound more friendly.
10534
10535 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10536
10537 * progmodes/hideshow.el: Update author email address.
10538 Generally, sync w/ maintainer version 5.22.
10539 (hs-hide-all-non-comment-function): New var.
10540 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10541 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10542 (hs-show-region): Delete this command.
10543 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10544
10545 2000-09-22 Dave Love <fx@gnu.org>
10546
10547 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10548 (hl-line-highlight): Specify buffer when moving overlay.
10549
10550 * progmodes/fortran.el (fortran-mode): Locally set
10551 normal-auto-fill-function.
10552 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10553 (fortran-mode-map): Adjust auto-fill menu entry.
10554
10555 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10556
10557 * vc-rcs.el (toplevel): Require `vc' when compiling.
10558
10559 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10560
10561 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10562
10563 * vc.el (vc-switch-backend): Signal an error if the file is not
10564 registered under the new backend.
10565
10566 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10567 without explicit revision number.
10568
10569 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10570
10571 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10572 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10573 (diff-xor): New function.
10574 (diff-find-source-location): Use it. Fix a stupid name clash.
10575 (diff-hunk-status-msg): New function.
10576 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10577 (diff-test-hunk): Use diff-find-source-location.
10578 (diff-goto-source): Favor the `reverse'.
10579 (diff-hunk-text): Properly handle one-sided context diffs.
10580 (diff-apply-hunk): When done, advance to the next hunk.
10581
10582 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10583
10584 * startup.el (command-line): If frame was created with a non-zero
10585 tool-bar-lines parameter, switch tool-bar-mode on.
10586
10587 * add-log.el (change-log-date-face, change-log-name-face)
10588 (change-log-email-face, change-log-file-face)
10589 (change-log-list-face, change-log-conditionals-face)
10590 (change-log-function-face, change-log-acknowledgement-face):
10591 New faces, inheriting from font-lock faces.
10592 (change-log-font-lock-keywords): Use them.
10593
10594 2000-09-21 Dave Love <fx@gnu.org>
10595
10596 * progmodes/cperl-mode.el (top-level): Clean up
10597 `eval-when-compile's and assorted defvars.
10598 (cperl-invalid-face): Don't double-quote value. Change custom
10599 type.
10600 (cperl-mode): Set normal-auto-fill-function and don't zap
10601 auto-fill-function.
10602 (cperl-imenu--function-name-regexp-perl): Renamed from
10603 imenu-example--function-name-regexp-perl.
10604 (cperl-imenu--create-perl-index): Renamed from
10605 imenu-example--create-perl-index.
10606 (cperl-xsub-scan): Don't require cl.
10607
10608 * msb.el (msb-mode-map): Use substitute-key-definition.
10609 (msb-mode): Use msb-mode-map.
10610
10611 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10612
10613 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10614 New functions.
10615 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10616 (vc-switch-backend): New function.
10617 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10618 (vc-register): Fix prompt.
10619 (vc-unregister, vc-default-unregister): New functions.
10620 (vc-version-diff): Handle empty buffer in sentinel.
10621
10622 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10623 (vc-rcs-state-heuristic): Use it to guess the state of files with
10624 non-strict locking.
10625 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10626 been set with -b, but not created yet.
10627 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10628 contents in order to find the state.
10629 (vc-rcs-checkin): Allow creation of branches with no changes.
10630 (vc-rcs-unregister, vc-rcs-receive-file)
10631 (vc-rcs-set-non-strict-locking): New functions.
10632
10633 * vc-hooks.el (vc-name): Force correct computation of the value
10634 in case it is missing.
10635
10636 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10637
10638 * startup.el (fancy-splash-tail): Use a different foreground
10639 color on a dark frame background.
10640
10641 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10642
10643 * info.el: Use the correct capitalization when making Info-mode
10644 and Info-edit-mode `special' modes.
10645
10646 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10647
10648 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10649 (diff-mode): Add support for add-log.el.
10650 (diff-hunk-text): Use char offsets rather than line offsets.
10651 (diff-find-source-location): Replace LINE with line-offset (nil
10652 if not found) and always set POS to a meaningful position.
10653 Adapt to the new char-offsets.
10654 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10655 Adapt to the new diff-find-source-location.
10656 (diff-goto-source): Adapt to the new diff-find-source-location.
10657
10658 * add-log.el (add-log-file-name): New function (split out of
10659 add-change-log-entry).
10660 (add-change-log-entry): Use it.
10661 Call add-log-file-name-function with the changelog file name if
10662 the current buffer is not associated with any file.
10663 Avoid find-file if the selected window is dedicated.
10664
10665 * diff-mode.el (diff-find-source-location):
10666 Move code from diff-apply-hunk. Return buffer rather than file.
10667 (diff-apply-hunk): Use the new result from diff-find-source-location.
10668 (diff-goto-source): Use the new diff-find-source-location.
10669
10670 2000-09-20 Dave Love <fx@gnu.org>
10671
10672 * iswitchb.el: Some doc fixes.
10673 (iswitchb-mode-map): Define completely initially. Inherit
10674 minibuffer-local-map.
10675 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10676 fundamental-mode.
10677 (iswitchb-global-map): New variable.
10678 (iswitchb-summaries-to-end): Amalgamate regexps.
10679 (iswitchb-mode): New.
10680 (iswitchb-mode-hook): New variable.
10681 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10682 `extensions'.
10683
10684 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10685
10686 * ehelp.el (electric-help): New defgroup.
10687 (electric-help-shrink-window): New user-option.
10688 (with-electric-help): Use it.
10689
10690 * window.el (shrink-window-if-larger-than-buffer): If face
10691 `mode-line' has a :box, and we're on a graphical frame, add 1
10692 to the needed window height.
10693
10694 * frame.el (frame-notice-user-settings): Add a last parameter nil
10695 to a call to `append', because the last list passed to `append' is
10696 not copied, and so subsequent calls to assq-delete-all will modify
10697 default-frame-alist.
10698
10699 * startup.el (fancy-splash-image): Change :type.
10700 (fancy-splash-head): Use an XBM image if appropriate.
10701 (command-line-1): Show splash screens in more cases.
10702
10703 * startup.el (fancy-splash-text): Don't quote faces.
10704
10705 * dired.el (dired-font-lock-keywords): Undo last change.
10706 (dired-readin): Bind indent-tabs-mode to nil.
10707
10708 * startup.el (fancy-splash-head): If frame's background mode
10709 is `dark', change the black background of the image to gray.
10710 (fancy-splash-screens): Display startup echo area message.
10711 (display-startup-echo-area-message): New function.
10712
10713 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10714
10715 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10716
10717 * info.el (info-header-node): Tweak for color ttys.
10718
10719 * faces.el (face-valid-attribute-values): Make sure directories we
10720 search for stipples both exist and are readable before trying to
10721 search them.
10722
10723 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10724 in the dry-run case.
10725
10726 * jka-compr.el (with-auto-compression-mode): New macro.
10727
10728 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10729 (custom-group-tag-face, custom-variable-tag-face): Use relative
10730 :height and inherit from `variable-pitch' face instead of
10731 hardwiring :family.
10732 * hi-lock.el (hi-black-hb): Likewise.
10733
10734 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10735 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10736 toolbar-add-item, if image doesn't have a mask add a `:mask
10737 heuristic'.
10738
10739 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10740
10741 * diff-mode.el: Docstring fixes.
10742 (diff-header-face, diff-comment-face): New faces.
10743 (diff-font-lock-keywords): Highlight a bit differently.
10744 (diff-find-source-location): Don't return SPAN any more.
10745 (diff-hunk-text): Don't bother erasing the temp buffer.
10746 (diff-find-text): Drop argument LINE.
10747 (diff-apply-hunk): Update calls to diff-find-text.
10748 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10749
10750 * calendar/calendar.el: Docstring fixes.
10751 (calendar-make-alist): Don't quote lambda.
10752 (calendar-star-date): Use make-local-variable.
10753
10754 2000-09-19 Dave Love <fx@gnu.org>
10755
10756 * toolbar/tool-bar.el: Renamed from toolbar.el.
10757 Change `toolbar' to `tool-bar' generally in symbols.
10758 Make some items invisible in `special' major modes.
10759 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10760 Add arg PROPS.
10761
10762 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10763 Add :version here.
10764 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10765
10766 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10767
10768 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10769
10770 * files.el (find-file-suppress-same-file-warnings): New user-option.
10771 (find-file-noselect): Use it.
10772
10773 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10774 (fancy-splash-screen): Defgroup.
10775
10776 * add-log.el (change-log-font-lock-keywords): Match names
10777 more exactly for the case that font-lock-constant-face is
10778 underlined.
10779
10780 2000-09-19 Richard M. Stallman <rms@gnu.org>
10781
10782 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10783
10784 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10785
10786 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10787
10788 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10789
10790 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10791 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10792 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10793 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10794 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10795 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10796 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10797 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10798 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10799 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10800 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10801 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10802
10803 * startup.el (fancy-splash-text): New variable.
10804 (fancy-splash-delay, fancy-splash-image): New user-options.
10805 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10806 (fancy-splash-screens): New functions.
10807 (command-line-1): If display has a `display' frame parameter, has
10808 colors, and we have XPM support, show more fancy splash screens.
10809
10810 2000-09-19 Dave Love <fx@gnu.org>
10811
10812 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10813 with null `help'. Use modern backquote syntax.
10814
10815 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10816
10817 * font-lock.el (font-lock-mode): Change message telling the user
10818 that ``the buffer is too big''.
10819
10820 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10821 for instance for the case that tab-width is 2.
10822
10823 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10824
10825 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10826 toolbar-add-item, if image doesn't have a mask add a `:mask
10827 heuristic'.
10828
10829 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10830
10831 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10832 and return a cons if it's non-nil.
10833 (diff-apply-hunk): Try to jump to the line in the source text
10834 corresponding to the position of point in the in the hunk.
10835
10836 * info.el (Info-title-3-face, Info-title-2-face)
10837 (Info-title-1-face): Use face inheritance and relative sizes
10838 instead of hard-wiring things.
10839
10840 * faces.el (secondary-selection): Make dark-background variant sane.
10841
10842 2000-09-16 Andrew Innes <andrewi@gnu.org>
10843
10844 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10845 read-only, since they aren't under VC now.
10846
10847 2000-09-17 Dave Love <fx@gnu.org>
10848
10849 * tmm.el: Replace mapcar with mapc in several places.
10850
10851 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10852 ad-unadvise.
10853
10854 * international/latin1-disp.el: New file.
10855
10856 * calendar/cal-move.el (scroll-calendar-left)
10857 (scroll-calendar-right): Make arg optional (for active mode line).
10858
10859 * calendar/calendar.el (calendar-mode-line-format): Make fields
10860 mouse-sensitive.
10861 (calendar-read-date, calendar-read-date, calendar-window-list):
10862 Unquote lambda.
10863 (calendar-month-name): Use aref, not sref.
10864
10865 * view.el (minor-mode-alist): Propertize the string.
10866
10867 * international/characters.el (standard-case-table): Add entries
10868 for Greek.
10869
10870 2000-09-18 Miles Bader <miles@gnu.org>
10871
10872 * info.el (info-node, info-xref): Add dark-background variants.
10873
10874 * faces.el (header-line): Change defaults to be less confusing
10875 when mixed with mode-lines.
10876
10877 * info.el (Info-fontify-node): Make a few cleanups.
10878 Add extra `help-echo' and `local-map' props to node xrefs.
10879 Use header-specific faces for node-names & xrefs.
10880 (Info-use-header-line): New variable.
10881 (info-header-xref, info-header-node): New faces.
10882 (Info-setup-header-line): New function.
10883 (Info-select-node): Call Info-setup-header-line when enabled.
10884 (Info-extract-pointer): Work even if the header line is hidden.
10885 (Info-header-line): New variable.
10886
10887 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10888
10889 * vms-patch.el (print-region-function): Don't quote lambda.
10890
10891 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10892
10893 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10894 (lm-get-header-re): Allow spaces between the header and the colon.
10895 (lm-header): Allow $ in non-RCS headers.
10896 (lm-header-multiline): Put the strings back into order.
10897 Stop at an empty line. Don't require two space chars if the
10898 line is clearly not another header line.
10899
10900 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10901 (popup-menu-popup): Remove.
10902
10903 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10904
10905 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10906 specification if or if not tool-bar item contains an `:enabled'
10907 property.
10908
10909 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10910 current buffer has no file name.
10911
10912 2000-09-15 Dave Love <fx@gnu.org>
10913
10914 * strokes.el: Sync with maintainer's current version with changes
10915 for Emacs, but avoid runtime cl and levents.
10916 (toplevel): Change autoloads and compilation requires.
10917 (strokes-version, strokes-bug-address, strokes-lift): Values
10918 changed.
10919 (strokes-xpm-header, strokes-insinuated): New variable.
10920 (strokes): Add :link.
10921 (strokes-mode): Customized.
10922 (strokes-while-inhibiting-garbage-collector): New macro.
10923 (strokes-remassoc): Avoid remove-if.
10924 (strokes-fix-button2-command): Don't use ad-do-it.
10925 (strokes-insinuate): New function.
10926 (strokes-button-press-event-p, strokes-button-release-event-p):
10927 New functions, used instead of non-`strokes-' versions..
10928 (strokes-mouse-event-p): Rewritten.
10929 (strokes-event-closest-point): Avoid event-point.
10930 (strokes-get-grid-position): Avoid cdadr, caadr
10931 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10932 functions.
10933 (strokes-help): Use with-output-to-temp-buffer.
10934 (strokes-window-configuration-changed-p): New function.
10935 (strokes-update-window-configuration): Use buffer-live-p,
10936 strokes-window-configuration-changed-p.
10937 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10938 (strokes-char-face): New face.
10939 (strokes-char-table, strokes-base64-chars): New variable.
10940 (strokes-xpm-for-stroke, strokes-list-strokes)
10941 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10942 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10943 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10944 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10945 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10946 functions.
10947
10948 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10949
10950 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10951
10952 * image.el (create-image): Doc fix.
10953
10954 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10955 instead of `:heuristic-mask t'.
10956
10957 2000-09-14 Andrew Innes <andrewi@gnu.org>
10958
10959 * makefile.w32-in: Revert to Unix line endings.
10960
10961 2000-09-14 Andrew Innes <andrewi@gnu.org>
10962
10963 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10964 when installing.
10965
10966 * makefile.nt (DONTCOMPILE): Fix typo.
10967
10968 * shell.el (shell-write-history-on-exit): New function.
10969 (shell-dumb-shell-regexp): New custom variable.
10970 (shell-mode): Make shell-write-history-on-exit the process
10971 sentinel if shell name matches shell-dumb-shell-regexp.
10972
10973 * w32-fns.el: Comment out before-init-hook function which resets
10974 source-directory based; this breaks bootstrap.
10975
10976 2000-09-14 Dave Love <fx@gnu.org>
10977
10978 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10979 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10980 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10981 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10982 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10983 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10984 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10985 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10986 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10987
10988 * toolbar/toolbar.el: New.
10989
10990 * subdirs.el: Add toolbar.
10991
10992 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10993
10994 * indent.el (indent-for-tab-command): Doc fix.
10995
10996 2000-09-14 Alex Schroeder <alex@gnu.org>
10997
10998 * ansi-color.el (ansi-colors): Doc change.
10999 (ansi-color-get-face): Simplified regexp.
11000 (ansi-color-faces-vector): Added more faces, doc change.
11001 (ansi-color-names-vector): Doc change.
11002 (ansi-color-regexp): Simplified regexp.
11003 (ansi-color-parameter-regexp): New regexp.
11004 (ansi-color-filter-apply): Doc change.
11005 (ansi-color-filter-region): Doc change.
11006 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11007 deal with zero length parameters.
11008 (ansi-color-apply-on-region): Doc change.
11009 (ansi-color-map): Doc change.
11010 (ansi-color-map-update): Removed debugging message.
11011 (ansi-color-get-face-1): Added condition-case to trap
11012 args-out-of-range errors.
11013 (ansi-color-get-face): Doc change.
11014 (ansi-color-make-face): Removed.
11015 (ansi-color-for-shell-mode): New option.
11016
11017 2000-09-13 Kenichi Handa <handa@etl.go.jp>
11018
11019 * international/quail.el (quail-start-translation): Translate KEY
11020 if necessary even if it doesn't have any mapping in the current
11021 input method.
11022 (quail-start-conversion): Likewise.
11023 (quail-help): The output message is improved.
11024
11025 2000-09-13 Miles Bader <miles@gnu.org>
11026
11027 * comint.el (comint-output-filter): Revert to using
11028 `insert-before-markers'. Add bletcherous hack to undo damage
11029 caused by `insert-before-markers'. Put `front-sticky' property on
11030 overlays created here so that the field code understands how the
11031 overlay works. Use a let when making comint-last-prompt-overlay,
11032 so that the code is easier to read.
11033
11034 2000-09-13 Dave Love <fx@gnu.org>
11035
11036 * wid-edit.el (widget-default-format-handler): DTRT when
11037 doc-property is a function.
11038
11039 2000-09-12 Francesco Potorti` <pot@gnu.org>
11040
11041 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11042 filed name if it's not there.
11043
11044 2000-09-12 Dave Love <fx@gnu.org>
11045
11046 * simple.el (read-mail-command): Doc fix.
11047 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11048
11049 * vc.el (vc-dired-listing-switches): Fix :version.
11050
11051 * vc-hooks.el: Doc fixes.
11052
11053 * subr.el (add-minor-mode): Use toggle-fun arg.
11054
11055 * speedbar.el: Add :version to several defcustoms.
11056
11057 * imenu.el (imenu--truncate-items, imenu--cleanup)
11058 (imenu--generic-function): Avoid mapcar.
11059 (imenu--replace-spaces): Function removed.
11060 (imenu--completion-buffer): Use subst-char-in-string.
11061 (imenu-add-to-menubar): Use keymap inheritance.
11062
11063 2000-09-12 Miles Bader <miles@gnu.org>
11064
11065 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11066 (diff-mode-map): Bind `diff-test-hunk'.
11067 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11068
11069 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11070
11071 * bytecomp.el (byte-compile-defvar): Undo last change
11072 because it breaks '(make-variable-buffer-local (defvar ...)'
11073 which is used at least in dired.
11074
11075 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11076
11077 * international/quail.el (quail-define-package): Docstring
11078 modified.
11079
11080 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11081
11082 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11083 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11084 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11085 docstring of "chinese-py".
11086
11087 * international/quail.el (quail-translation-docstring): New
11088 variable.
11089 (quail-show-keyboard-layout): Docstring modified.
11090 (quail-select-current): Likewise.
11091 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11092 infinite recursive call.
11093 (quail-help): Check quail-translation-docstring. Format of the
11094 output changed.
11095 (quail-help-insert-keymap-description): Adjusted for the above
11096 change.
11097
11098 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11099
11100 * bytecomp.el (byte-compile-defvar): Only cons onto
11101 current-load-list in top-level forms. Else this leaks a cons cell
11102 every time a defun is called.
11103
11104 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11105
11106 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11107 Now understands non-unified diffs. Some functionality moved into
11108 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11109 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11110 modify anything. Only reposition point in the patched file if the
11111 patch succeeds. Only pop up another window if POPUP is true.
11112 Emit a message describing what happened if successful, and at what
11113 line-offset. Automatically detect reversed hunks and do something
11114 appropriate.
11115 (diff-hunk-text, diff-find-text): New functions.
11116 (diff-filter-lines): Function removed.
11117 (diff-test-hunk): New function.
11118 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11119
11120 2000-09-10 Dave Love <fx@gnu.org>
11121
11122 * textmodes/tildify.el: Minor doc/commentary fixes.
11123 (tildify) <defgroup>: Add :version.
11124
11125 * faces.el (face-x-resources): Make custom type more specific.
11126 (frame-background-mode): Use mapc.
11127 (region) <defcustom>: Add :version.
11128
11129 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11130
11131 * vc-sccs.el (vc-sccs-register):
11132 * vc-rcs.el (vc-rcs-register):
11133 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11134 * vc.el (vc-register): Clear file's properties.
11135
11136 2000-09-08 Gerd Moellmann <gerd@gnu.org>
11137
11138 * faces.el (face-spec-set): Only face-spec-reset-face when
11139 ATTRS is non-nil.
11140
11141 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11142
11143 * help.el (help-insert-xref-button): Fix a typo in doc string.
11144
11145 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11146
11147 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11148 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11149 methods.
11150
11151 * menu-bar.el (read-mail-item-name): New function.
11152 (menu-bar-tools-menu): Use it to compute and display the package
11153 used to read email.
11154 (menu-bar-tools-menu): Fix typo in GUD's help string.
11155
11156 2000-09-07 Dave Love <fx@gnu.org>
11157
11158 * diff-mode.el (diff-mouse-goto-source): New function.
11159
11160 * vc-sccs.el: Doc fixes.
11161 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11162
11163 * vc-rcs.el: Doc fixes.
11164 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11165 (vc-rcs-checkout-switches, vc-rcs-header)
11166 (vc-rcs-master-templates): Add or change :version.
11167
11168 * vc-cvs.el: Doc fixes.
11169 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11170 (vc-cvs-stay-local): Add :version.
11171
11172 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11173
11174 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11175
11176 * international/quail.el (quail-help): Fix previous change.
11177
11178 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11179
11180 * faces.el (color-values): Doc fix.
11181
11182 * faces.el (frame-set-background-mode): Use frame-parameter
11183 instead of frame-parameters.
11184
11185 * frame.el (filtered-frame-list): Reduce consing.
11186 (frames-on-display-list): Call frame-parameter instead of
11187 frame-parameters.
11188
11189 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11190
11191 * language/devan-util.el (devanagari-to-indian-region): In the
11192 loop, change the following char, not preceding char.
11193
11194 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11195
11196 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11197 instead of frame-parameters.
11198
11199 * faces.el (set-face-attribute): Simplify by calling
11200 internal-set-lisp-face-attribute with FRAME being 0.
11201
11202 * vc.el: Remove `Id' version control keyword.
11203
11204 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11205
11206 * help.el (help-make-xrefs): Adjusted for the change of
11207 help-xref-mule-regexp.
11208 (help-insert-xref-button): New function.
11209
11210 * international/mule-cmds.el (help-xref-mule-regexp-template):
11211 Include the pattern for character set.
11212 (leim): New group.
11213
11214 * international/quail.el: Don't require face.
11215 (quail): New group.
11216 (quail-other-command): Dummy command to make quail-help work better.
11217 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11218 (quail-keyboard-layout-substitution): New variable.
11219 (quail-update-keyboard-layout): New function.
11220 (quail-keyboard-layout-type): New customizable variable.
11221 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11222 (quail-keyboard-translate): Pay attention to
11223 quail-keyboard-layout-substitution.
11224 (quail-insert-kbd-layout): New function.
11225 (quail-show-keyboard-layout): New function.
11226 (quail-get-translation): If the definition is a vector of length
11227 1, and the element is a string of length 1, return the character
11228 in that string.
11229 (quail-update-current-translations): Fix the case of
11230 relative-index out of range.
11231 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11232 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11233 Show key sequences for all available characters.
11234 (quail-help-insert-keymap-description): Don't show such verbose
11235 key bindings as quail-self-insert-command.
11236
11237 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11238 Format changed, and each element now have extra documentations.
11239 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11240 Adjusted for the change of quail-cxterm-package-ext-info.
11241
11242 2000-09-06 Gerd Moellmann <gerd@gnu.org>
11243
11244 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11245 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11246 during bootstrap.
11247
11248 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11249
11250 * vc.el: (toplevel): Don't require `dired' at run-time.
11251 (vc-dired-resynch-file): Remove autoload cookie.
11252
11253 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11254
11255 * vc.el: Made several backend functions optional.
11256 (vc-default-responsible-p): New function.
11257 (vc-merge): Use RET for first version to trigger merge-news, not
11258 prefix arg.
11259 (vc-annotate): Handle backends that do not support annotation.
11260 (vc-default-merge-news): Removed. The existence of a merge-news
11261 implementation is now checked on caller sites.
11262
11263 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11264 case.
11265
11266 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11267 special case that has been removed from the default in vc-hooks.el.
11268
11269 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11270
11271 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11272
11273 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11274
11275 * vc-hooks.el: Require vc during compilation.
11276 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11277 macro `with-vc-properties' in vc.el.
11278 (vc-file-getprop): Doc fix.
11279 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11280
11281 * vc.el: Require dired-aux during compilation.
11282 (vc-name-assoc-file): Moved to vc-sccs.el.
11283 (with-vc-properties): New macro.
11284 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11285 vc-finish-steal): Use it.
11286 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11287 to the backend-specific function is now supposed to do the checkout,
11288 too.
11289 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11290
11291 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11292 set file properties; that gets done in the generic code now.
11293
11294 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11295 Changed parameter list, added code from vc.el that does the
11296 checkout, possibly with a double-take.
11297
11298 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11299 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11300 the above under the new name.
11301 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11302 parameter list, added checkout command.
11303 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11304 properties; that gets done in the generic code now.
11305
11306 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11307
11308 * vc.el: Docstring fixes (courtesy of checkdoc).
11309
11310 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11311
11312 * vc.el (vc-checkout-writable-buffer-hook)
11313 (vc-checkout-writable-buffer): Remove.
11314 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11315 (vc-log-mode): Make it into a clean derived major mode.
11316 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11317 vc-log-mode if log-edit is not available.
11318 (vc-dired-mode-map): Don't set-keymap-parent yet.
11319 (vc-dired-mode): Do set-keymap-parent here.
11320 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11321
11322 2000-09-05 Gerd Moellmann <gerd@gnu.org>
11323
11324 * faces.el (set-face-attribute, face-spec-reset-face)
11325 (face-spec-set): Avoid consing by removing calls to `apply'.
11326
11327 * frame.el (frame-parameter): Move to C code.
11328
11329 2000-09-05 Dave Love <fx@gnu.org>
11330
11331 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11332 insert-before-markers-and-inherit. Now checked systematically!
11333
11334 2000-09-05 Alex Schroeder <alex@gnu.org>
11335
11336 * sql.el (sql-postgres): Use sql-postgres-options.
11337 (sql-postgres-options): New variable.
11338
11339 2000-09-05 Alex Schroeder <alex@gnu.org>
11340
11341 * sql.el (sql-mode-menu): Work around missing variable mark-active
11342 in XEmacs.
11343 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11344 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11345 compatibility.
11346
11347 2000-09-04 Gerd Moellmann <gerd@gnu.org>
11348
11349 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11350
11351 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11352
11353 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11354
11355 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11356
11357 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11358 don't support anything else under SCCS yet.
11359
11360 * vc-hooks.el: Minor doc fixes.
11361
11362 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11363
11364 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11365 not necessary. If verbose in state `needs-patch', do the same as
11366 under `up-to-date'. When NOT verbose and `needs-patch', check out
11367 latest version instead of `merge-news'.
11368 (vc-next-action-dired): Don't mess with default-directory here; it
11369 breaks other parts of dired. It is the job of the
11370 backend-specific functions to adjust it temporarily if they need it.
11371 (vc-next-action): Remove a special CVS case.
11372 (vc-clear-headers): New optional arg FILE.
11373 (vc-checkin, vc-checkout): Set properties vc-state and
11374 vc-checkout-time properly.
11375 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11376 (vc-print-log): Use new backend function `show-log-entry'.
11377 (vc-cancel-version): Do the checks in a different order. Added a
11378 FIXME concerning RCS-only code.
11379
11380 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11381 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11382
11383 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11384
11385 * vc-hooks.el (vc-default-mode-line-string): Show state
11386 `needs-patch' as a `-' too.
11387
11388 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11389
11390 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11391 (vc-default-could-register): New function.
11392 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11393 (vc-resynch-buffer): Call vc-dired-resynch-file.
11394 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11395 vc-resynch-buffer instead of vc-resynch-window.
11396 (vc-next-action-dired): Don't redisplay here, that gets done as a
11397 result of the individual file operations.
11398 (vc-retrieve-snapshot): Corrected prompt order.
11399
11400 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11401
11402 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11403 as well.
11404 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11405 hostname regexps. Updated all callers.
11406 (vc-cvs-responsible-p): Handle directories as well.
11407 (vc-cvs-could-register): New function.
11408 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11409 properties up-to-date.
11410
11411 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11412 user whether to create one.
11413
11414 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11415
11416 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11417 check out a non-existing file.
11418
11419 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11420 workfile does not exist.
11421
11422 * vc.el (vc-version-diff): Use `require' to check for existence of
11423 diff-mode.
11424
11425 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11426
11427 * vc-cvs.el (vc-cvs-registered): Use new function
11428 vc-cvs-parse-entry to do the actual work.
11429
11430 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11431
11432 * vc-hooks.el (vc-find-backend-function): If function doesn't
11433 exist, return nil instead of error.
11434 (vc-call-backend): Doc fix.
11435
11436 * vc.el (vc-do-command): Doc fix.
11437 (vc-finish-logentry): When checking in from vc-dired, choose the
11438 right backend for logentry check.
11439 (vc-dired-mode-map): Inherit from dired-mode-map.
11440 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11441 simplified.
11442 (vc-dired-state-info): Removed, updated caller.
11443 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11444 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11445 (vc-dired-listing-switches): New variable.
11446 (vc-directory): Use it, instead of dired-listing-switches.
11447
11448 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11449 (vc-cvs-dir-state): New function.
11450 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11451 (vc-cvs-parse-entry): New function, also to be used in
11452 vc-cvs-registered.
11453
11454 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11455
11456 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11457 *or* single-window-frames.
11458
11459 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11460
11461 * vc.el (vc-update-changelog): Split into generic part and default
11462 implementation. Doc string adapted.
11463 (vc-default-update-changelog): New function. Call the `rcs2log'
11464 script in exec-directory, to fix a long-standing nuisance.
11465
11466 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11467 simply signals an error.
11468
11469 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11470
11471 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11472 control-flow more clear and to avoid running `cvs' twice.
11473
11474 * vc.el (vc-next-action-on-file): Doc fix.
11475 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11476 (vc-print-log): Eval `file' before constructing the continuation.
11477
11478 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11479
11480 * vc.el (vc-next-action-on-file): Corrected several messages.
11481 (vc-merge): Add prefix arg `merge-news'; handle it.
11482
11483 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11484 is not reached. It is.
11485 (vc-cvs-merge): Set state to 'edited after merge.
11486 (vc-cvs-merge-news): Set workfile version to nil if not known.
11487 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11488
11489 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11490 via stdout. (Merge from main line.)
11491
11492 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11493
11494 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11495 detection.
11496
11497 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11498
11499 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11500 against kill-all-local-variables.
11501 (vc-log-edit): Don't save vc-parent-buffer any more.
11502 (vc-last-comment-match): Initialize to an empty string.
11503 (vc-post-command-functions): New hook.
11504 (vc-do-command): Run it.
11505 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11506 (vc-finish-logentry): Only add the comment to the ring if it's
11507 different from the last comment entered.
11508 (vc-new-comment-index): New function.
11509 (vc-previous-comment): Use it. Make the minibuffer message
11510 slightly less terse.
11511 (vc-comment-search-reverse): Make it work forward as well. Don't
11512 set vc-comment-ring-index if no match is found. Use
11513 vc-new-comment-index.
11514 (vc-comment-search-forward): Use vc-comment-search-reverse.
11515 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11516 define-derived-mode will do it for us. Bind `v' to a keymap that
11517 inherits from vc-prefix-map so that we can bind `vt' without
11518 binding C-x v t.
11519 (vc-retrieve-snapshot): Parenthesis typo.
11520
11521 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11522 to 1. Make sure to switch to *vc* before looking for an error
11523 message. Use vc-parse-buffer.
11524
11525 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11526
11527 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11528 and NAME.
11529 (vc-retrieve-snapshot): Split into two parts.
11530 (vc-default-retrieve-snapshot): New function.
11531
11532 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11533 (vc-cvs-retrieve-snapshot): New function (untested).
11534 (vc-cvs-stay-local): Default to t.
11535 (vc-cvs-remote-p): New function and property.
11536 (vc-cvs-state): Stay local only if the above is t.
11537 (vc-handle-cvs): Removed.
11538 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11539 done via vc-handled-backends now.
11540 (vc-cvs-header): Escape Id.
11541
11542 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11543
11544 * vc.el (vc-do-command): Remove unused commands.
11545 (vc-version-diff): Make sure default-directory ends with a slash.
11546 Move the window commands into a vc-exec-after.
11547 (vc-print-log): Move more of the code into the `vc-exec-after'.
11548
11549 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11550
11551 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11552 (vc-print-log): Search current revision from beginning of buffer.
11553 (vc-revert-buffer): Clear echo area after the diff is finished.
11554 (vc-prefix-map): Removed definition of "t" for terse display in vc
11555 dired.
11556 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11557 definition of "vt" for terse display.
11558 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11559
11560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11561
11562 * vc.el (vc-exec-after): Avoid caddr.
11563
11564 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11565
11566 * vc.el (vc-exec-after): New function.
11567 (vc-do-command): Use it to add a termination message for async
11568 procs.
11569 (vc-checkout): Try to handle a missing-backend situation.
11570 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11571 of a directory with a backend using async diffs.
11572 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11573 present.
11574
11575 * vc-sccs.el (vc-sccs-state-heuristic): Use
11576 file-ownership-preserved-p.
11577
11578 * vc-rcs.el (vc-rcs-state-heuristic): Use
11579 file-ownership-preserved-p.
11580 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11581
11582 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11583
11584 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11585 vc-do-command.
11586
11587 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11588 when there are no changes.
11589
11590 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11591
11592 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11593
11594 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11595
11596 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11599
11600 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11601 the `fset' outside of the defvar so that it works even if
11602 vc-prefix-map was already defined.
11603 (vc-setup-buffer): New function, split out of vc-do-command.
11604 (vc-do-command): Allow BUFFER to be t to mean `just use the
11605 current buffer without any fuss'.
11606 (vc-version-diff): Change the `diff' backend operation to just put
11607 the diff in the current buffer without erasing it. Always use
11608 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11609 shrink-window-if-larger-than-buffer.
11610 (vc-print-log): Change the `print-log' backend operation to just
11611 put the log in the current buffer without erasing it. Protect
11612 shrink-window-if-larger-than-buffer.
11613 (vc-update-change-log): Fix setd typo.
11614
11615 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11616 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11617
11618 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11619 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11620 CMP.
11621
11622 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11623 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11624 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11625
11626 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11627
11628 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11629 not possible, use vc-BACKEND-workfile-unchanged-p.
11630 (vc-default-workfile-unchanged-p): New function. Delegates to a
11631 full vc-BACKEND-diff.
11632
11633 * vc-hooks.el (vc-simple-command): Removed.
11634
11635 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11636 instead of vc-simple-command.
11637 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11638 avoid doing a diff when opening a file.
11639 (vc-rcs-state): Added check for unlocked-changes.
11640 (vc-rcs-header): Escape Id.
11641 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11642 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11643 version.
11644
11645 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11646 (vc-sccs-diff): Remove optional arg CMP.
11647 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11648 SCCS-specific function.
11649
11650 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11651 vc-simple-command.
11652
11653 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11654
11655 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11656 (with-vc-file, vc-merge): Use vc-editable-p.
11657 (vc-do-command): Remove unused var vc-file and fix the
11658 doubly-defined `status' var. Add a user message when starting an
11659 async command.
11660 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11661 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11662 Use with-current-buffer.
11663 (vc-buffer-sync): Use unless.
11664 (vc-next-action-on-file): If the file is 'edited by read-only,
11665 make it read-write instead of trying to commit.
11666 (vc-version-diff, vc-update-change-log): Use `setq
11667 default-directory' rather than `cd'.
11668 (vc-log-edit): Don't forget to set default-directory in the
11669 buffer.
11670
11671 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11672 (vc-sccs-state-heuristic): Use file-writable-p instead of
11673 comparing userids.
11674 (vc-sccs-checkout): Use `unless'.
11675
11676 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11677 of comparing userids.
11678 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11679 Simplify the logic by eliminating unreachable code.
11680 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11681 just do a recursive call if we need to retry.
11682 (vc-rcs-checkout): Handle the case where rcs is missing by making
11683 the buffer read-write if requested and re-signalling the error.
11684
11685 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11686
11687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11688
11689 * vc-hooks.el (vc-handled-backends): Docstring change.
11690 (vc-ignore-vc-files): Mark obsolete.
11691 (vc-registered): Check vc-ignore-vc-files.
11692 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11693 vc-ignore-vc-files.
11694
11695 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11696
11697 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11698
11699 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11700 files since ange-ftp already has vc-registered return nil.
11701
11702 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11703 (vc-sccs-workfile-version): Use with-temp-buffer and new
11704 vc-parse-buffer and don't bother setting the property.
11705 (vc-sccs-add-triple): Use with-current-buffer and
11706 find-file-noselect.
11707 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11708
11709 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11710 derives from the old vc-parse-buffer but uses the revision number
11711 rather than the date (much easier to compare robustly).
11712 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11713 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11714 locking-user more directly. Check strict locking and set
11715 checkout-model appropriately.
11716 (vc-rcs-parse-locks): Remove.
11717 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11718 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11719 (vc-rcs-system-release): Use with-current-buffer and
11720 vc-parse-buffer.
11721 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11722
11723 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11724 (vc-simple-command): Docstring fix.
11725 (vc-registered): Align the way the file-handler is called with the
11726 way the function itself works.
11727 (vc-file-owner): Remove.
11728
11729 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11730 extraction of fields and call to file-attributes because of a
11731 temporary bug in rcp.el.
11732 (vc-cvs-fetch-status): Use with-current-buffer.
11733
11734 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11735
11736 * vc.el (vc-do-command): Use file-relative-name.
11737 (vc-responsible-backend): Use vc-backend if possible.
11738 (vc-create-snapshot): Improve the `interactive' spec. Add support
11739 for branches and dispatch to backend-specific `create-snapshot'.
11740 (vc-default-create-snapshot): New function, containing the bulk of
11741 the old vc-create-snapshot.
11742 (vc-retrieve-snapshot): Improve the interactive spec.
11743
11744 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11745 (vc-backend-hook-functions): Remove.
11746 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11747 (vc-backend): Reintroduce the test for `file = nil' now that I
11748 know why it was there (and added a comment to better remember).
11749
11750 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11751 code from vc-sccs-hooks.el.
11752 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11753 'vc anymore.
11754 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11755 and file-directory-p instead of file-exists-p.
11756 (vc-sccs-check-headers): Simplify the regexp.
11757
11758 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11759 from vc-rcs-hooks.el. Don't require 'vc anymore.
11760 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11761 file-directory-p instead of file-exists-p.
11762
11763 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11764 from vc-cvs-hooks.el.
11765 (proto vc-cvs-registered): Require 'vc-cvs instead of
11766 'vc-cvs-hooks. Don't require 'vc anymore.
11767 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11768 file-directory-p instead of file-exists-p.
11769 (vc-cvs-create-snapshot): New function, replacing
11770 vc-cvs-assign-name.
11771 (vc-cvs-assign-name): Remove.
11772
11773 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11774
11775 * vc-cvs.el (vc-cvs-header): New var.
11776
11777 * vc-rcs.el (vc-rcs-exists): Remove.
11778 (vc-rcs-header): New var.
11779
11780 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11781 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11782 (vc-sccs-header): New var.
11783
11784 * vc.el (vc-do-command): Get rid of the `last' argument.
11785 (vc-header-alist): Remove, replaced by vc-X-header.
11786 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11787 (vc-dired-hook): Use expand-file-name instead of concat.
11788 (vc-directory): Use file-name-as-directory.
11789 (vc-snapshot-precondition, vc-create-snapshot)
11790 (vc-retrieve-snapshot): Allow the command to operate on any
11791 directory.
11792
11793 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11794 just removing the 'WORKFILE argument or by removing the 'MASTER
11795 argument and replacing `file' with (vc-name file).
11796
11797 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11798
11799 * vc.el: Update Copyright and add a crude list of backend funs.
11800 (vc-writable-p): New function.
11801 (with-vc-file): Use vc-writable-p.
11802 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11803 (vc-register): Avoid vc-name.
11804 (vc-locking-user): Remove.
11805 (vc-steal-lock): Make the `owner' arg non-optional.
11806 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11807 vc-checkout-model.
11808 (vc-default-dired-state-info): Use vc-state instead of
11809 vc-locking-user and return special strings for special states.
11810 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11811 and get rid of one of the special CVS cases.
11812 (vc-cancel-version): prettify error message with \\[...].
11813 (vc-rename-master): New function.
11814 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11815 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11816 the CVS special case generic.
11817 (vc-default-record-rename): Remove.
11818 (vc-file-tree-walk-internal): Only call FUNC for files that are
11819 under control of some VC backend and replace `concat' with
11820 expand-file-name.
11821 (vc-file-tree-walk): Update docstring.
11822 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11823 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11824
11825 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11826 vc-sccs-record-rename. Use `find-file-noselect' rather than
11827 `find-file' and call `vc-rename-master' to do the actual move.
11828 (vc-sccs-diff): Remove unused `backend' variable.
11829
11830 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11831 to delay loading of vc-sccs until it is really used.
11832 (vc-sccs-master-templates): Preload.
11833 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11834 (vc-sccs-project-dir): Remove (merged into
11835 vc-sccs-search-project-dir).
11836 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11837 rather than `concat', make sure it is preloaded and don't bother
11838 to check that the file actually exists.
11839 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11840 `locks' argument (use buffer's content instead) and eliminate n^2
11841 behavior.
11842
11843 * vc-rcs.el: Update Copyright.
11844 (vc-rcs-rename-file): New function.
11845 (vc-rcs-diff): Remove unused `backend' variable.
11846
11847 * vc-hooks.el: Update Copyright.
11848 (vc-backend): Don't accept a nil argument any more.
11849 (vc-up-to-date-p): Turn into a defsubst.
11850 (vc-possible-master): New function.
11851 (vc-check-master-templates): Use `vc-possible-master' and allow
11852 funs in vc-X-master-templates to return a non-existent file.
11853
11854 * vc-cvs.el: Update Copyright.
11855 (vc-cvs-diff): Remove unused `backend' variable.
11856 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11857
11858 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11859
11860 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11861
11862 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11863 since it can be called from vc-rcs.el.
11864 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11865
11866 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11867
11868 * vc.el (vc-version-diff): Expand file name read from the
11869 minibuffer. Handle the case when a previous version number can't
11870 be guessed. Give suitable messages when there were no differences
11871 found.
11872 (vc-clear-headers): Call backend-specific implementation, if one
11873 exists.
11874 (vc-cancel-version): Made error checks generic. When done, clear
11875 headers generically, too.
11876
11877 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11878 from vc-clear-headers in vc.el.
11879
11880 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11881 correctly.
11882 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11883 optional. Handle the case when it's not there.
11884
11885 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11888
11889 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11890
11891 * vc-hooks.el (vc-loadup): Remove.
11892 (vc-find-backend-function): Use `require'. Also, handle the case
11893 where vc-BACKEND-hooks.el doesn't exist.
11894 (vc-call-backend): Cleanup.
11895
11896 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11897
11898 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11899 vc-rcs-grab-templates)
11900 (vc-rcs-registered): Remove. The default function works as well.
11901 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11902 vc-sccs-grab-templates)
11903 (vc-sccs-registered): Remove. The default function works as well.
11904
11905 * vc.el (vc-version-diff): Left out a vc- in call to
11906 vc-call-backend.
11907 (vc-default-dired-state-info, vc-default-record-rename)
11908 (vc-default-merge-news): Update for the new backend argument.
11909
11910 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11911 using the default function.
11912 (vc-call-backend): If calling the default function, pass it the
11913 backend as first argument. Update the docstring accordingly.
11914 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11915 for the new backend argument.
11916 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11917 (vc-find-backend-function): Use the new name.
11918 (vc-default-registered): New function.
11919
11920 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11921
11922 * vc.el (vc-merge): Use vc-find-backend-function.
11923
11924 * vc-hooks.el (vc-backend-functions): Remove.
11925 (vc-loadup): Don't setup 'vc-functions.
11926 (vc-find-backend-function): New function.
11927 (vc-call-backend): Use above fun and populate 'vc-functions
11928 lazily.
11929 (vc-backend-defines): Remove.
11930
11931 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11932
11933 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11934 Call vc-call-backend without the leading vc-.
11935 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11936 (vc-check-headers): Call vc-call-backend without the leading vc-.
11937 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11938 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11939 Call vc-call-backend without the leading vc-.
11940
11941 * vc-cvs.el (tail): Provide vc-cvs.
11942 * vc-sccs.el (tail): Provide vc-sccs.
11943 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11944
11945 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11946 (vc-make-backend-function, vc-call): Pass names without leading
11947 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11948 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11949 (vc-call-backend): Always try to load vc-X-hooks.
11950 (vc-registered): Remove vc- in call to vc-call-backend.
11951
11952 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11953
11954 * vc.el (vc-process-filter): New function.
11955 (vc-do-command): Setup `vc-process-filter' for the async process.
11956 (vc-maybe-resolve-conflicts): New function to reduce
11957 code-duplication. Additionally, it puts the buffer in
11958 `smerge-mode' if applicable.
11959 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11960 calling `merge-news'.
11961 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11962 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11963 interfacing to log-edit.el.
11964 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11965 log-edit is available.
11966 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11967
11968 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11969
11970 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11971 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11972 defvar and the initialization.
11973 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11974
11975 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11976 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11977
11978 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11979
11980 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11981
11982 * vc.el (vc-file-clear-masterprops): Removed.
11983 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11984 (vc-version-diff): Use buffer-size without argument.
11985 (vc-register): Heed vc-initial-comment.
11986
11987 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11988 default branch.
11989
11990 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11991 file name and workfile version.
11992 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11993
11994 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11995 vc-file-clear-masterprops.
11996
11997 * vc-sccs.el (vc-sccs-checkout): Removed call to
11998 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11999 rather than user login name.
12000
12001
12002 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12003
12004 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12005 `want-differences-if-changed' and simplify.
12006 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12007 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12008 output (which is invalid for async vc-diff) to decide whether to
12009 do the revert silently or not.
12010
12011 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12012
12013 * vc-hooks.el (vc-loadup): Load files quietly.
12014 (vc-call-backend): Oops, brain fart.
12015
12016 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12017
12018 * vc-cvs.el (vc-cvs-state): Typo.
12019 (vc-cvs-merge-news): Return the status code rather than the error msg.
12020
12021 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12022
12023 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12024 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12025 vc-state or vc-up-to-date-p.
12026 (vc-merge): Use vc-backend-defines to check whether merging is
12027 possible. Set state to 'edited after successful merge.
12028
12029 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12030 return that name. Redocumented.
12031
12032 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12033
12034 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12035 new `vc-state' semantics.
12036 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12037 'vc-locking-user to the current user.
12038 (vc-merge): Inline vc-backend-merge. Comment out code that I
12039 don't understand and hence can't adapt to the new `vc-state' and
12040 `vc-locking-user' semantics.
12041 (vc-backend-merge): Remove.
12042
12043 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12044 rather than 'vc-locking-user.
12045
12046 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12047
12048 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12049 (vc-state): Don't use 'reserved any more. Just use the same
12050 convention as the one used for vc-<backend>-state where the
12051 locking user (as a string) is returned.
12052 (vc-locking-user): Update, based on the above convention. The
12053 'vc-locking-user property has disappeared.
12054 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12055
12056 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12057 with a heuristic one.
12058 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12059 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12060 error. That allows us to get to 'needs-merge even in the
12061 stay-local case. There's still no way to detect 'needs-patch in
12062 such a setup (or to force an update for that matter).
12063 (vc-cvs-logentry-check): Remove, the default works as well.
12064
12065 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12066
12067 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12068
12069 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12070 major-mode in which the buffer might have been put earlier. Use
12071 `remove' and `when'. Allow `okstatus' to be `async' and use
12072 `start-process' in this case.
12073 (vc-version-diff): Handle the case where the diff looks empty
12074 because of the use of an async process.
12075
12076 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12077
12078 * vc.el (vc-next-action-on-file): Removed optional parameter
12079 `simple'. Recompute state unconditionally.
12080 (vc-default-toggle-read-only): Removed.
12081
12082 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12083 (vc-toggle-read-only): Undid prev change.
12084
12085 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12086 vc-cvs-simple-toggle. Redocumented.
12087 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12088 (vc-cvs-toggle-read-only): Removed.
12089
12090 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12091
12092 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12093 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12094 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12095 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12096 still is. So maybe it should be removed.
12097 (vc-head-version, vc-find-binary): Remove.
12098 (vc-recompute-state): Move from vc-hooks.el.
12099 (vc-next-action-on-file): Add a `simple' argument to allow
12100 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12101 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12102 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12103 (vc-dired-mode-map): Properly defvar it.
12104 (vc-print-log): Call log-view-mode if available.
12105 (small-temporary-file-directory): defvar instead of use boundp.
12106 (vc-merge-news): Moved to vc-cvs.el.
12107 (vc-default-merge-news): New function.
12108
12109 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12110 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12111 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12112 unknown `vc-latest-version' function. It should probably refer to
12113 vc-workfile-version or somesuch, but it's very unclear to me and I
12114 don't have SCCS to test things.
12115
12116 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12117 (vc-sccs-state-heuristic): Fix typo.
12118 (vc-sccs-workfile-unchanged-p): Add missing argument.
12119
12120 * vc-rcs.el: Require vc and vc-rcs-hooks.
12121 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12122 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12123 (vc-release-greater-or-equal-p): Move from vc.
12124 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12125 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12126 (vc-rcs-checkout): Add a missing `new-version' argument in the
12127 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12128
12129 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12130 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12131 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12132 than the apparently unbound `workfile-version'.
12133
12134 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12135 (vc-file-prop-obarray): Use `make-vector'.
12136 (vc-backend-functions): Add new hookable functions
12137 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12138 (vc-loadup): If neither backend nor default functions exist, use
12139 the backend function rather than nil.
12140 (vc-call-backend): If the function if not bound yet, try to load
12141 the non-hook file to see if it provides it.
12142 (vc-call): New macro plus use it wherever possible.
12143 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12144 nor `vc-find-binary' since it's only called from
12145 vc-mistrust-permission which is only used once the backend is known.
12146 (vc-checkout-model): Fix parenthesis.
12147 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12148
12149 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12150 (vc-cvs-release, vc-cvs-system-release): Remove.
12151 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12152 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12153 status symbols.
12154 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12155 (vc-cvs-toggle-read-only): First cut at a function to allow a
12156 cvs-status-free vc-toggle-read-only.
12157 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12158 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12159 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12160 (vc-cvs-checkout): Modify access rights directly if the user
12161 requested not to use `cvs edit'. And refresh the mode line.
12162
12163 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12164 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12165
12166 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12167
12168 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12169 workfile' that got lost when the code was extracted from vc.el.
12170 And merged the tail with the rest of the code (not possible in the
12171 old vc.el where the tail was shared among all backends). And
12172 explicitly set the state to 'edited if `writable' is set.
12173
12174 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12175 (vc-cvs-state): Be careful to return the value from
12176 vc-cvs-parse-state.
12177 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12178 property but return it instead. Also be careful to handle a nil
12179 or "" `rev' when workfile is non-nil (it was handled properly when
12180 workfile was nil).
12181
12182 * vc.el: Removed those pesky unnecessary `(function' quotes.
12183 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12184 directly in the defvar.
12185 (vc-do-command): Bind inhibit-read-only so as to properly handle
12186 the case where the destination buffer has been made read-only.
12187 (vc-diff): Delegate to vc-version-diff in all cases.
12188 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12189 (vc-annotate-mode-variables): Removed (code moved partly to
12190 defvars and partly to vc-annotate-add-menu).
12191 (vc-annotate-mode): Turned into a derived-mode.
12192 (vc-annotate-add-menu): Moved in code in
12193 vc-annotate-mode-variables.
12194 (vc-update-change-log): Use make-temp-file if available.
12195
12196 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12197
12198 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12199 `vc-checkout-model' updated to `vc-cvs-update-model'.
12200
12201 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12202
12203 * vc.el (vc-next-action-on-file): Added handling of state
12204 `unlocked-changes'.
12205 (vc-checkout-carefully): Is now practically obsolete, unless the
12206 above is too slow to be enabled unconditionally.
12207 (vc-update-change-log): Fixed typo.
12208
12209 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12210
12211 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12212 Now handles state `unlocked-changes'.
12213 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12214
12215 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12216
12217 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12218 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12219 `unlocked-changes'.
12220 (vc-rcs-workfile-unchanged-p): Renamed from
12221 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12222 function yet, but supposed to become one soon.
12223
12224 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12225 `vc-steal-lock'.
12226 (vc-call-backend): Changed error message.
12227 (vc-state): Added description of state `unlocked-changes'.
12228
12229 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12230
12231 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12232 always return t in CVS-controlled directories.
12233
12234 * vc.el (vc-responsible-backend): New function.
12235 (vc-register): Largely rewritten.
12236 (vc-admin): Removed (implementation moved into vc-register).
12237 (vc-checkin): Redocumented.
12238 (vc-finish-logentry): If no backend defined yet (because we are in
12239 the process of registering), use the responsible backend.
12240
12241 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12242 Updated function lists.
12243 (vc-call-backend): Fixed typo.
12244
12245 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12246 New functions.
12247 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12248 Removed query option. Redocumented.
12249
12250 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12251
12252 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12253
12254 * vc.el: Updated callers of `vc-checkout-required' to use
12255 `vc-checkout-model'.
12256
12257 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12258
12259 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12260 stuff updated to reference this function instead of the old
12261 `vc-backend-release-p'.
12262
12263 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12264
12265 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12266 vc-checkout-model. Return appropriate values. Updated callers.
12267
12268 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12269
12270 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12271 (vc-backend-revert): Function moved into `vc-revert';
12272 `vc-next-action' must be updated to accomodate this change.
12273 (vc-backend-steal): Function moved into `vc-finish-steal'.
12274 (vc-backend-logentry-check): Function moved into
12275 `vc-finish-logentry'.
12276 (vc-backend-printlog): Function moved into `vc-print-log'.
12277 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12278 (vc-backend-assign-name): Function moved into
12279 `vc-create-snapshot'.
12280
12281 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12282
12283 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12284 Rename to vc-checkout-model. Return appropriate values.
12285 Update callers.
12286
12287 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12288 to vc-checkout-model.
12289 (vc-checkout-required): Rename to vc-checkout-model.
12290 Re-implement and re-comment.
12291 (vc-after-save): Use vc-checkout-model.
12292
12293 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12294
12295 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12296 Update to use the vc-BACKEND-diff functions instead.
12297 `vc-diff' is now working.
12298
12299 * vc-rcs.el (vc-rcs-logentry-check): New function.
12300
12301 * vc-cvs.el (vc-cvs-logentry-check): New function.
12302
12303 * vc-sccs.el (vc-sccs-diff): Function changed name from
12304 `vc-backend-diff'. This makes `vc-diff' work.
12305
12306 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12307 of functions possibly implemented in a vc-BACKEND library.
12308 (vc-checkout-required): Fix bug that caused an error to be
12309 signaled during `vc-after-save'.
12310
12311 * vc.el: Fix typo.
12312 This checkin is made with our new VC code base for the very first time.
12313 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12314
12315 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12316 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12317
12318 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12319 updated to `vc-uses-locking'.
12320 (vc-checkout-required): Call to backend function.
12321 `vc-checkout-required' updated to `vc-uses-locking' instead.
12322
12323 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12324 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12325
12326 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12327 to match the split into various backends.
12328 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12329 (vc-retrieve-snapshot): Bug fix.
12330
12331 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12332
12333 * vc-sccs.el (vc-sccs-release): Doc fix.
12334
12335 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12336
12337 * vc.el (vc-next-action-on-file): Bug found and fixed.
12338 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12339 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12340
12341 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12342 (vc-rcs-checkout): Name space cleaned up. No more revision number
12343 crunching function names that are not prefixed with vc-rcs.
12344 (vc-rcs-checkout-model): Function added. References to
12345 `vc-checkout-model' replaced.
12346
12347 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12348
12349 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12350 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12351 still need to be split, and implemented for RCS).
12352
12353 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12354
12355 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12356
12357 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12358 required by the vc.el file.
12359
12360 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12361 required by the vc.el file.
12362 (vc-rcs-exists): Function added.
12363
12364 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12365 required by the vc.el file.
12366
12367 * vc.el (vc-admin): Updated to handle selection of appropriate
12368 backend. Current implementation is crufty and need re-thinking.
12369
12370 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12371
12372 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12373
12374 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12375 beginning of annotate buffers correctly.
12376
12377 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12378 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12379 functionality updated quite a lot to support multiple backends.
12380 Variables `vc-annotate-mode', `vc-annotate-buffers',
12381 `vc-annotate-backend' added.
12382
12383 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12384 `vc-annotate-difference' added to supported backend functions.
12385
12386 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12387
12388 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12389 Use with-temp-file instead of /bin/sh. Merged from mainline
12390
12391 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12392
12393 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12394
12395 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12396
12397 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12398
12399 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12400
12401 * vc-hooks.el: vc-state-heuristic added to
12402 vc-backend-hook-functions.
12403
12404 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12405
12406 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12407
12408 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12409 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12410 state to `reserved'.
12411
12412 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12413 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12414
12415 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12416
12417 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12418 untouched.
12419
12420 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12421
12422 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12423 if defined. (Merged from main line, slightly adapted.)
12424
12425 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12426 millenium problem (merged from mainline).
12427
12428 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12429
12430 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12431 part and moved the non-BACKEND stuff to vc.el.
12432
12433 * vc.el: Split the annotate feature into a BACKEND specific part
12434 and moved it from the vc-cvs.el file to this one.
12435
12436 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12437
12438 * vc-hooks.el: Implement new state model.
12439 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12440 (vc-locking-user): Simplify. Now only needed if the file is
12441 locked by somebody else.
12442 (vc-lock-from-permissions): Remove. Functionality is in
12443 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12444 (vc-mode-line-string): New name for former vc-status. Adapted.
12445 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12446
12447 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12448 Various simplifications and adaptations all over the place.
12449
12450 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12451 Simplify and adapt the rest.
12452
12453 * vc.el (vc-resynch-window): Add TODO comment: check for
12454 interaction with view mode according to recent RCS change.
12455 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12456
12457 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12458
12459 * vc.el: Convert the remaining function comments to docstrings.
12460
12461 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12462
12463 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12464 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12465 (vc-minor-part, vc-previous-version): Functions that operate and
12466 compare revision numbers got proper documentation. Comments added
12467 about their possible removal.
12468
12469 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12470
12471 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12472 the vc-backend.el files.
12473
12474 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12475
12476 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12477 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12478 (vc-rcs-previous-version): Functions added.
12479
12480 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12481
12482 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12483
12484 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12485
12486 * vc-hooks.el (vc-master-templates): Is really obsolete.
12487 Comment out the definition for now. What is the right procedure
12488 to get rid of it?
12489 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12490 rewritten.
12491 (vc-default-registered): Remove.
12492 (vc-check-master-templates): New function; does mostly what the
12493 above did before.
12494 (vc-locking-user): Don't rely on the backend to set the property.
12495
12496 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12497 Rewrite documentation.
12498 (vc-rcs-templates-grabbed): New variable.
12499 (vc-rcs-grab-templates): New function.
12500 (vc-rcs-registered): Rewrite to use above mechanism.
12501
12502 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12503 Rewrite documentation.
12504 (vc-sccs-templates-grabbed): New variable.
12505 (vc-sccs-grab-templates): New function.
12506 (vc-sccs-registered): Rewrite to use above mechanism.
12507 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12508 Don't throw the result, simply return it.
12509
12510 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12511 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12512 (vc-cvs-registered): Does the check itself now. Simplify.
12513
12514 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12515 from main line.
12516
12517 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12518
12519 * vc-cvs.el (vc-cvs-diff): New function.
12520
12521 * vc-sccs.el (vc-sccs-diff): New function.
12522
12523 * vc-rcs.el (vc-rcs-diff): New function.
12524 (vc-rcs-checkout): Bug (typo) found and fixed.
12525 (vc-rcs-register-switches): New variable.
12526
12527 * vc.el (vc-backend-diff): Function removed and placed in the
12528 backend files.
12529
12530 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12531
12532 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12533
12534 * vc.el (vc-backend-checkout): Function removed and replaced in
12535 the vc-backend.el files.
12536
12537 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12538
12539 * vc.el (vc-backend-admin): Removed and replaced in the
12540 vc-backend.el files.
12541
12542 * vc.el (Martin): Removed all the annotate functionality since it
12543 is CVS backend specific.
12544
12545 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12546
12547 * spec.txt: Added specification of vc-state.
12548
12549 * vc-sccs-hooks.el (vc-sccs-master-properties):
12550 Remove handling of vc-latest-version and
12551 vc-your-latest-version. What used to be vc-latest-version, is now
12552 returned as vc-workfile-version.
12553 (vc-sccs-workfile-version): Adapt.
12554
12555 2000-09-04 Dave Love <fx@gnu.org>
12556
12557 * vc.el: [Merged from mainline.]
12558 (vc-dired-mode): Make the dired-move-to-filename-regexp
12559 regexp match the date, to avoid treating date as file size.
12560 Add YYYY S option to WESTERN/
12561
12562 2000-09-04 Dave Love <fx@gnu.org>
12563
12564 * vc.el: Require `compile' when compiling.
12565 (vc-logentry-check-hook): New option.
12566 (vc-steal-lock): Use compose-mail.
12567 (vc-dired-mode-map): Defvar when compiling.
12568 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12569 vc-sccs.el and renamed. Callers changed.
12570 (vc-backend-checkout, vc-backend-logentry-check)
12571 (vc-backend-merge-news): Doc fix.
12572 (vc-default-logentry-check): New function.
12573 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12574 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12575 (vc-backend-merge): Doc fix. Use backend functions.
12576 (vc-check-headers): Use backend functions.
12577
12578 * vc-cvs.el: Require vc when compiling.
12579 (vc-cvs-register-switches): Doc fix.
12580 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12581 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12582 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12583 New functions (code from vc.el).
12584 (vc-annotate-display-default): Fix interactive spec.
12585 (vc-annotate-time-span): Doc fix.
12586
12587 * vc-rcs.el: Require vc when compiling.
12588 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12589 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12590 (vc-rcs-checkin): New functions (code from vc.el).
12591 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12592 Doc fix.
12593 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12594
12595 * vc-sccs.el: Require vc when compiling.
12596 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12597 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12598 (vc-sccs-revert)
12599 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12600 from vc.el).
12601 (vc-sccs-add-triple, vc-sccs-record-rename)
12602 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12603 (vc-sccs-admin): Doc fix.
12604
12605 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12606
12607 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12608 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12609 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12610 from vc.el.
12611
12612 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12613
12614 * vc-cvs.el: Moved the annotate functionality from vc.el.
12615 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12616
12617 2000-09-04 Dave Love <fx@gnu.org>
12618
12619 * vc.el (vc-backend-release): Call vc-system-release.
12620
12621 * vc-sccs.el (vc-sccs-system-release):
12622 Renamed from vc-sccs-backend-release.
12623
12624 * vc-rcs.el (vc-rcs-system-release):
12625 Renamed from vc-rcs-backend-release.
12626
12627 * vc-cvs.el (vc-cvs-system-release):
12628 Renamed from vc-cvs-backend-release.
12629
12630 2000-09-04 Dave Love <fx@gnu.org>
12631
12632 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12633 backend files.
12634 (vc-backend-release): Dispatch to backend functions.
12635 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12636 probably needs attention.]
12637
12638 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12639 (vc-sccs-backend-release): New function.
12640
12641 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12642 (vc-cvs-backend-release): New function.
12643
12644 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12645 Doc fix.
12646 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12647 (vc-default-dired-state-info): New function.
12648 (vc-dired-state-info): Dispatch to backends.
12649 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12650
12651 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12652 from vc.el and renamed.
12653
12654 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12655
12656 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12657 (vc-version-other-window, vc-backend-assign-name): Removed
12658 references to vc-latest-version; sometimes changed into
12659 vc-workfile-version.
12660
12661 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12662 vc-rcs-master-workfile-version.
12663 (vc-rcs-workfile-version): Use the above. Don't call
12664 vc-latest-version (that was unreachable code, anyway).
12665 (vc-rcs-fetch-master-properties): Doc fix.
12666
12667 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12668 (vc-backend-hook-functions): Removed them from this list, too.
12669 (vc-fetch-properties): Removed.
12670 (vc-workfile-version): Doc fix.
12671
12672 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12673 (vc-rcs-workfile-version, vc-rcs-locking-user)
12674 (vc-rcs-uses-locking): Use it.
12675
12676 * vc-hooks.el (vc-consult-rcs-headers):
12677 Moved into vc-rcs-hooks.el, under the name
12678 vc-rcs-consult-headers.
12679
12680 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12681 headers.
12682 (vc-cvs-find-master): Use this name only; correct different
12683 versions of the name.
12684
12685 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12686 New functions.
12687 (vc-sccs-locking-user): Use the latter.
12688
12689 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12690 New functions.
12691
12692 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12693 Moved into both
12694 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12695 functions are implementation details of those two backends.
12696
12697 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12698
12699 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12700 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12701
12702 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12703 (vc-sccs-parse-locks): SCCS-specific code moved here from
12704 vc-hooks.
12705
12706 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12707 code moved here from vc-hooks.
12708
12709 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12710 into back-end specific parts and removed. Callers not updated
12711 yet; because I guess these callers will disappear into back-end
12712 specific files anyway.
12713
12714 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12715
12716 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12717 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12718 `vc-uses-locking'.
12719
12720 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12721 Store yes/no in the property, and return t/nil. Updated all
12722 callers.
12723
12724 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12725 vc-sccs-uses-locking. Don't set property.
12726 (vc-sccs-locking-user): Don't set property.
12727
12728 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12729 vc-cvs-uses-locking. Don't set property here; leave that to
12730 vc-hooks.
12731 (vc-cvs-locking-user): Reflect above change. Streamlined.
12732
12733 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12734 vc-rcs-uses-locking.
12735 (vc-rcs-locking-user): Reflect above change.
12736
12737 2000-09-04 Dave Love <fx@gnu.org>
12738
12739 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12740
12741 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12742
12743 * vc-hooks.el (vc-checkout-model): Punt to backends.
12744
12745 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12746
12747 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12748
12749 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12750 New functions.
12751
12752 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12753 New functions.
12754
12755 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12756 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12757
12758 * vc-hooks.el (vc-default-locking-user): New function.
12759 (vc-locking-user, vc-workfile-version): Punt to backends.
12760
12761 2000-09-04 Dave Love <fx@gnu.org>
12762
12763 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12764 (vc-master-workfile-version): Moved from vc-hooks.
12765
12766 * vc-rcs-hooks.el: Fix duplicate code in last change.
12767
12768 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12769 (vc-rcs-master-templates): Improve :type.
12770 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12771 vc-master-workfile-version): Moved from vc-hooks.
12772
12773 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12774 (vc-sccs-master-templates): Improve :type.
12775 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12776
12777 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12778
12779 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12780 (vc-cvs-master-templates): Improve :type. Use
12781 vc-cvs-find-cvs-master.
12782 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12783 from vc-hooks.
12784 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12785
12786 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12787 Moved to vc-cvs-hooks.
12788
12789 * vc-hooks.el: Add doc strings in various places. Simplify the
12790 minor mode setup.
12791 (vc-handled-backends): New user variable.
12792 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12793 simplification.
12794
12795 2000-09-04 Dave Love <fx@gnu.org>
12796
12797 * vc.el: Some doc fixes for autoloaded and interactive functions.
12798 Fix compilation warnings from ediff stuff.
12799 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12800
12801 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12802
12803 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12804
12805 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12806
12807 2000-09-04 Dave Love <fx@gnu.org>
12808
12809 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12810 New variable.
12811 (vc-make-backend-function, vc-loadup, vc-call-backend)
12812 (vc-backend-defines): New functions.
12813
12814 * vc-hooks.el: Various doc fixes.
12815 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12816 (vc-match-substring): Function removed. Callers changed to use
12817 match-string.
12818 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12819 Simplify.
12820
12821 2000-09-04 Dave Love <fx@gnu.org>
12822
12823 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12824 type.
12825 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12826 (vc-sccs-registered): Doc fix.
12827
12828 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12829 (vc-cvs-registered): Doc fix.
12830
12831 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12832 (vc-rcs-registered): Doc fix.
12833
12834 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12835
12836 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12837
12838 * vc-hooks.el: vc-registered has been renamed
12839 vc-default-registered. Some functions have been moved to the
12840 backend specific files. they all support the
12841 vc-BACKEND-registered functions.
12842
12843 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12844
12845 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12846
12847 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12848
12849 2000-09-04 Dave Love <fx@gnu.org>
12850
12851 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12852 menu-bar-update-hook.
12853
12854 * help.el (help-manyarg-func-alist): Add
12855 find-operation-coding-system.
12856
12857 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12858
12859 * custom.el (custom-set-variables): Print message about errors in
12860 setting.
12861
12862 2000-09-03 Andrew Innes <andrewi@gnu.org>
12863
12864 * makefile.w32-in: Change to DOS line endings.
12865
12866 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12867
12868 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12869 minor-mode keymaps, if they don't have one.
12870
12871 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12872
12873 * eshell/esh-module.el (eval-when-compile): Don't lose if
12874 esh-module.el's file name is truncated to DOS 8+3 limits.
12875
12876 2000-09-01 John Wiegley <johnw@gnu.org>
12877
12878 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12879 predicate, which caused entries in the completion list to be
12880 doubled.
12881
12882 2000-08-30 John Wiegley <johnw@gnu.org>
12883
12884 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12885 sending to subprocesses. Also, hook pre-command-hook if
12886 `eshell-send-direct-to-subprocesses' is non-nil.
12887 (eshell-send-direct-to-subprocesses): New config variable. If t,
12888 subprocess input is send immediately.
12889 (eshell-toggle-direct-send): New function.
12890 (eshell-self-insert-command): New function.
12891 (eshell-intercept-commands): New function.
12892 (eshell-send-input): If direct subprocess sending is enabled,
12893 don't echo any input to the Eshell buffer. Let the subprocess
12894 handle that. This requires "stty echo" in bash, for example.
12895
12896 2000-08-28 John Wiegley <johnw@gnu.org>
12897
12898 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12899 completion function for Eshell's implementation of `unset'.
12900
12901 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12902
12903 * info.el (Info-directory-list): Doc fix.
12904
12905 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12906
12907 * filecache.el (file-cache-add-directory-using-find): Don't quote
12908 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12909
12910 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12911
12912 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12913 coding systems.
12914
12915 2000-08-30 Andrew Innes <andrewi@gnu.org>
12916
12917 * timer.el (run-with-idle-timer): Undo last change, so that timer
12918 is not activated immediately if Emacs is already idle. Some
12919 existing code relies on this behaviour.
12920
12921 2000-08-30 Miles Bader <miles@gnu.org>
12922
12923 * frame.el (set-frame-font): Do completion of font-name for
12924 interactive use.
12925
12926 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12927
12928 * international/quail.el (quail-start-translation): Bind locally
12929 last-command-event, last-command, and this-command.
12930 (quail-start-conversion): Likewise.
12931 (quail-self-insert-command): Fix docstring.
12932
12933 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12934
12935 * progmodes/executable.el
12936 (executable-make-buffer-file-executable-if-script-p): Check that
12937 buffer contains at least 2 characters.
12938
12939 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12940
12941 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12942
12943 2000-08-29 Dave Love <fx@gnu.org>
12944
12945 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12946 (diff-mode-shared-map): Bind mouse-2.
12947 (diff-imenu-generic-expression): New variable.
12948 (diff-mode): Use it.
12949
12950 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12951 (mouse-popup-menubar): Add minor mode menus.
12952 (popup-menu): Check for lookup-key returning number.
12953
12954 2000-08-29 Miles Bader <miles@gnu.org>
12955
12956 * comint.el (comint-send-input): Create overlays using the proper
12957 front/read-advance arguments.
12958
12959 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12960
12961 * ps-print.el: Even/odd pages printing. Doc fix.
12962 (ps-print-version): New version number (6.0).
12963 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12964 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12965 (ps-print-duplex-feature): Variable eliminated.
12966 (ps-even-or-odd-pages): New variable.
12967
12968 * progmodes/ebnf2ps.el: Doc fix.
12969 (ebnf-version): New version (3.3).
12970 (ebnf-user-arrow): Change variable customization to sexp.
12971 (ebnf-user-arrow): Function eliminated.
12972 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12973
12974 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12975
12976 * help.el (help-xref-mule-regexp): New variable.
12977 (help-make-xrefs): Handle help-xref-mule-regexp.
12978
12979 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12980 variable.
12981 (describe-input-method): Temporarily activate the specfied input
12982 method to display the information.
12983 (describe-language-environment): Hyperlinks to mule related items.
12984
12985 * international/mule-diag.el (charset-multibyte-form-string): New
12986 function.
12987 (list-character-sets-1): Use charset-multibyte-form-string.
12988 (describe-character-set): New function.
12989 (describe-coding-system): Hyperlinks to safe character sets.
12990
12991 * international/quail.el (quail-help): New arg PACKAGE.
12992 Hyperlinks to mule related items.
12993 (quail-help-insert-keymap-description): Use
12994 substitute-command-keys instead of describe-bindings.
12995 (quail-translation-help): Hyperlinks to mule related items.
12996
12997 2000-08-28 John Wiegley <johnw@gnu.org>
12998
12999 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13000 have a defsubst call itself. Made `eshell-flatten-list' back into
13001 a function again.
13002
13003 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13004 catch, in case re-centering point at bottom messes up the display.
13005 This happens frequently in Emacs 21, due I believe to variable
13006 line heights.
13007
13008 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13009 to call `find-tag-interactive'.
13010
13011 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13012 the list of remember directories.
13013
13014 2000-08-28 John Wiegley <johnw@gnu.org>
13015
13016 * align.el: Test align-region-separate to see if it's a symbol.
13017
13018 2000-08-28 John Wiegley <johnw@gnu.org>
13019
13020 * eshell/esh-util.el (eshell-flatten-list): Made this function
13021 into a defsubst form. It gets used very frequently, although
13022 calls don't occur all that often.
13023
13024 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13025 examining it.
13026
13027 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13028 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13029 `eshell-protect'.
13030 (eshell-copy-handles): Created a new macro for duplicating the
13031 current set of open handles. This is needed by the looping
13032 functions.
13033 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13034 is not incorrectly stomped on.
13035
13036 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13037 declaration for pcomplete-use-paring.
13038 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13039 value of eshell-cmpl-use-paring.
13040 * pcomplete.el (pcomplete-use-paring): New config variable, to
13041 indicate whether paring should be used.
13042 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13043 completion alternatives that have already been used.
13044
13045 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13046 bound to C-c C-y, which will repeat the previous N arguments
13047 (based on prefix argument).
13048 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13049
13050 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13051 if there is no *Help* buffer. This is for XEmacs, which renames
13052 its help buffers uniquely. TODO: Find out what the current buffer
13053 name to delete is.
13054
13055 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13056 first entry that correlates to a passwd/group number. Later
13057 entries (used for group/user name aliasing to multiple IDs) are
13058 ignored.
13059
13060 * eshell/em-xtra.el (eshell/expr):
13061 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13062 (eshell-grep, eshell/diff, eshell/locate):
13063 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13064 argument list, before passing it to the system command.
13065
13066 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13067 `find-tag' for use at final position in Eshell buffers (which
13068 otherwise triggers an error on Emacs 21).
13069 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13070 buffer, if it is currently bound to `find-tag'.
13071
13072 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13073 in the list of matched Makefile names.
13074 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13075 directory, prefer its contents to Makefile.
13076
13077 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13078 directory parts (like "cd old new", or "cd =regexp"), are now case
13079 sensitive on non-Windows/DOS platforms.
13080
13081 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13082 types RET after an open delimiter (like "), display a message
13083 indicating that Eshell is waiting for the closing delimiter.
13084
13085 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13086 environment variables.
13087
13088 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13089 gracefully if the user enters incorrect arguments.
13090
13091 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13092 Eshell buffers.
13093
13094 * eshell/esh-var.el (eshell-interpolate-variable):
13095 * eshell/esh-mode.el (eshell-move-argument):
13096 * eshell/em-unix.el (eshell-du-sum-directory):
13097 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13098 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13099 (not (= ...)).
13100
13101 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13102 to ensure the `preserve' flag gets propagated when doing recursive
13103 directory copies.
13104
13105 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13106
13107 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13108 Don't convert \n into \0177 in memory.
13109 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13110 and back again, when reading and writing.
13111
13112 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13113
13114 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13115 testing of `fboundp' on `processp'.
13116
13117 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13118 (eshell/jobs): Don't call process-list if it is not bound.
13119 (eshell-gather-process-output): Support systems where async
13120 subprocesses aren't supported.
13121 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13122 variables.
13123
13124 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13125 eshell-do-eval returns t.
13126 (eshell-do-pipelines-synchronously): New defmacro.
13127 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13128 when async subprocesses aren't supported.
13129 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13130 if async subprocesses aren't supported.
13131 (eshell-resume-command): Don't assume STATUS is a string.
13132
13133 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13134
13135 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13136 (eshell-close-target, eshell-get-target): Use eshell-processp.
13137 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13138 fix.
13139 (eshell-get-target, eshell-create-handles): Doc fix.
13140
13141 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13142
13143 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13144 criterion to include commands that output something, as long as it
13145 leaves both the command and the end-of-buffer visible when the
13146 command has exited.
13147 (eshell-review-quick-commands): Adjust the help doc string
13148 accordingly.
13149
13150 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13151
13152 * locate.el (locate): Cleaned up locate command's interactive prompting
13153 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13154
13155 * filecache.el (file-cache-case-fold-search): New variable
13156 (file-cache-assoc-function): New variable
13157 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13158 Use file-cache-case-fold-search variable
13159 (file-cache-add-file): Use file-cache-assoc-function
13160 (file-cache-delete-file): likewise
13161 (file-cache-directory-name): likewise
13162 (file-cache-debug-read-from-minibuffer): likewise
13163
13164 2000-08-28 Gerd Moellmann <gerd@gnu.org>
13165
13166 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13167 (abbrev-table-name): New function.
13168 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13169 If non-nil list local abbrev, only.
13170
13171 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13172
13173 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13174 from Gnus support code, and use special article copy buffer
13175 `(gnus-original-article-buffer)' instead. This allows to get rid
13176 of article-hide-headers usage (which breaks in the latest Gnus
13177 version). Thanks to Detlev Zundel.
13178
13179 2000-08-28 Kenichi Handa <handa@etl.go.jp>
13180
13181 * international/quail.el (quail-use-package): Hide "... loaded"
13182 message.
13183 (quail-start-translation, quail-start-conversion): Likewise.
13184
13185 * international/kkc.el (kkc-region): Hide "... loaded" message.
13186
13187 2000-08-27 Dave Love <fx@gnu.org>
13188
13189 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13190
13191 2000-08-27 Miles Bader <miles@gnu.org>
13192
13193 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13194
13195 2000-08-27 Kenichi Handa <handa@etl.go.jp>
13196
13197 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13198 'ja-dic-cnv), not (require 'skkdic-cnv).
13199
13200 2000-08-26 Miles Bader <miles@gnu.org>
13201
13202 * faces.el (face-x-resources): Add entry for :inherit.
13203 * cus-face.el (custom-face-attributes): Add support for :inherit
13204 attribute. Add support for relative face heights.
13205 (custom-face-attributes-get): Treat `nil' as being a default value
13206 for :inherit (as well as `unspecified').
13207
13208 * faces.el (set-face-attribute): Update doc string.
13209 (face-attribute-name-alist): Add :inherit.
13210 (face-valid-attribute-values): Handle :inherit.
13211 (face-read-string): Rephrase prompt to be less confusing.
13212 Assume that DEFAULT is a string, since we must return a string.
13213 (face-read-integer): Use `format' to turn DEFAULT into an
13214 acceptable default for face-read-string. Match NEW-VALUE against
13215 the string "unspecified", not the symbol `unspecified', since
13216 that's what face-read-string returns.
13217 (read-face-attribute): Lookup a name for old-value in valid, and
13218 use it as a default if we find one. Treat all values from
13219 face-read-string as strings. If the default is used, don't do any
13220 more processing on the value, just use the old value directly.
13221 (read-face-and-attribute, modify-face): Tweak prompt.
13222 (read-face-name): Don't assume prompt ends with a space.
13223
13224 * faces.el (describe-face): Add support for :inherit attribute.
13225
13226 2000-08-25 Kenichi Handa <handa@etl.go.jp>
13227
13228 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13229 concat doesn't accept interger.
13230
13231 * international/kkc.el: Remove SKK from Keywords. Require
13232 ja-dic-utl instead of skkdic-utl.
13233
13234 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13235 Provide ja-dic-cnv instead of skkdic-cnv.
13236 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13237 (iso-2022-7bit-short): Add safe-charsets property.
13238 (skkdic-convert-postfix): Search Japanese chou-on character in
13239 addition to Hiragana character.
13240 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13241 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13242 (batch-skkdic-convert): Likewise.
13243
13244 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13245 Provide ja-dic-utl instead of skkdic-utl.
13246 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13247
13248 2000-08-24 Dave Love <fx@gnu.org>
13249
13250 * disp-table.el (standard-display-default): Make the test of `l'
13251 useful.
13252
13253 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13254 mod sample text.
13255
13256 * international/iso-ascii.el: Make pilcrow convenient string
13257 consistent with section.
13258 (iso-ascii-display): Set up multibyte characters as well as
13259 unibyte.
13260
13261 2000-08-24 Kenichi Handa <handa@etl.go.jp>
13262
13263 * international/mule-cmds.el (reset-language-environment): Set
13264 default-process-coding-system to '(undecided . iso-latin-1), which
13265 makes process I/O almost consistent with file I/O. Call this
13266 function when mule-cmds.el[c] is loaded.
13267
13268 2000-08-22 Andrew Innes <andrewi@gnu.org>
13269
13270 * makefile.w32-in: New file.
13271
13272 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13273
13274 * comint.el (comint-output-filter): Compare end of
13275 comint-last-output-overlay with the start of the newly inserted
13276 text, not the end, when deciding whether to extend it.
13277 Set saved-point's insertion type to advance after insertion.
13278
13279 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13280 since this is now done independently of font-lock mode.
13281
13282 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13283
13284 * server.el (server-kill-new-buffers): New user option.
13285 (server-existing-buffer): New buffer-local variable.
13286 (server-visit-files): When using an existing buffer, set
13287 server-existing-buffer to t.
13288 (server-buffer-done): If server-kill-new-buffers is t, kill the
13289 buffer, unless it was already present before visiting it with
13290 Emacs server.
13291
13292 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13293
13294 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13295 even if the display doesn't support colors: some displays will
13296 support bold/underline faces.
13297
13298 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13299
13300 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13301
13302 * startup.el (command-line): If user's init file had an error,
13303 add explanatory text to *Messages*.
13304
13305 2000-08-21 Kenichi Handa <handa@etl.go.jp>
13306
13307 * man.el (Man-getpage-in-background): Decode the process output by
13308 the system locale coding system.
13309
13310 2000-08-20 Dave Love <fx@gnu.org>
13311
13312 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13313 Don't test x-popup-menu.
13314 (function) <complete-function>: Complete only fbound symbols.
13315 <validate, value>: New.
13316 (variable) <complete-function>: Complete only bound symbols.
13317 (coding-system): Add :base-only, :complete-function, :validate,
13318 :value, :prompt-match.
13319 (widget-coding-system-prompt-value): Use read-coding-system and
13320 act on :base-only.
13321 (editable-field): Add :help-echo.
13322 (widget-push-button-gui, widget-push-button-cache)
13323 (widget-gui-action, widget-editable-list-gui): COmment out, along
13324 with uses.
13325 (widget-at): Make arg optional.
13326 (widget-echo-help): Adjust for current help-echo calling sequence.
13327 (widget-specify-field, widget-specify-button)
13328 (widget-specify-insert, widget-get-sibling, widget-image-find)
13329 (widget-convert, widget-insert, widget-leave-text)
13330 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13331 (widget-setup, widget-field-find, widget-before-change)
13332 (widget-after-change, widget-default-complete)
13333 (widget-default-create, widget-default-delete)
13334 (widget-push-button-value-create, editable-field)
13335 (widget-field-prompt-value, widget-field-validate)
13336 (widget-choice-value-create, widget-choice-action)
13337 (widget-choice-validate, widget-checklist-add-item)
13338 (widget-radio-add-item, widget-radio-chosen)
13339 (widget-radio-value-inline, widget-editable-list-value-create)
13340 (widget-editable-list-entry-create)
13341 (widget-documentation-link-add)
13342 (widget-documentation-string-value-create)
13343 (widget-regexp-validate, widget-file-complete)
13344 (widget-sexp-validate, widget-plist-convert-widget)
13345 (widget-plist-convert-widget, widget-alist-convert-widget)
13346 (widget-alist-convert-widget, widget-color-complete): Simplify,
13347 particularly to avoid bindings which aren't optimized out.
13348
13349 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13350 Doc fix.
13351 (down-list, backward-up-list, up-list, kill-sexp)
13352 (backward-kill-sexp, mark-sexp): Make arg optional.
13353 (lisp-complete-symbol): Add optional arg PREDICATE.
13354
13355 * cus-start.el: Add display-buffer-reuse-frames,
13356 file-coding-system-alist.
13357
13358 2000-08-20 Gerd Moellmann <gerd@gnu.org>
13359
13360 * startup.el (command-line): Clear realized faces after
13361 modifying TTY color mappings.
13362
13363 2000-08-20 Miles Bader <miles@gnu.org>
13364
13365 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13366 merely a subset of FACE's attributes.
13367
13368 2000-08-19 Miles Bader <miles@gnu.org>
13369
13370 * comint.el (comint-output-filter): Save the point with a marker,
13371 not just a buffer position.
13372
13373 * international/mule.el (set-buffer-process-coding-system): Make
13374 interactive prompt less confusing.
13375
13376 2000-08-19 Gerd Moellmann <gerd@gnu.org>
13377
13378 * hilit-chg.el: General cleanup of doc strings, comments and
13379 code formatting.
13380
13381 2000-08-19 Miles Bader <miles@gnu.org>
13382
13383 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13384 Compiler macro removed; beginning-of-line is no longer always
13385 equivalent to forward-line, in the presence of fields.
13386
13387 * comint.el (comint-output-filter): Remove ad-hoc saving of
13388 restriction, and just use save-restriction, now that it works
13389 correctly. Don't adjust comint-last-input-start to account for
13390 our insertion; it shouldn't have moved because we don't use
13391 insert-before-markers anymore. Comment out call to
13392 `force-mode-line-update'; why is it here?
13393
13394 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13395 while checking for prompt to delete. Use `forward-line 0'
13396 instead of beginning-of-line.
13397 (gud-filter): Temporarily widen gud comint buffer while
13398 examining output.
13399
13400 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13401
13402 * progmodes/sh-script.el: Big bag of typos.
13403
13404 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13405 check since ispell-process is not bound when ispell is not yet loaded.
13406
13407 2000-08-18 Dave Love <fx@gnu.org>
13408
13409 * image.el (find-image): Copy `spec' before using plist-put.
13410
13411 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13412
13413 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13414 `portugues'.
13415
13416 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13417 backward-kill-sexp, analogous to kill-sexp.
13418
13419 * progmodes/icon.el (icon-indent-line)
13420 (icon-is-continuation-line): Handle comments specially.
13421
13422 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13423
13424 * ispell.el: Set to standard author/maintainer/keyword fields.
13425 Fine tuning to menu map appearance and operation, and added help.
13426 Remove `start' and `end' error messages when compiling.
13427 (ispell-choices-win-default-height): Fixed comment string.
13428 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13429 castellano8 dictionaries.
13430 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13431 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13432 dictionary, added italiano dictionary.
13433 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13434 word character
13435 (ispell-tex-skip-alists): Added psfig support.
13436 (ispell-skip-html): Renamed from ispell-skip-sgml.
13437 (ispell-begin-skip-region-regexp, ispell-skip-region)
13438 (ispell-minor-check): Improved html skipping support to skip across
13439 code, and recognize `&' commands without propper `;' syntax;
13440 (ispell-process-line): Fix alignment error when manually
13441 correcting spelling.
13442 (ispell): Fix comment string.
13443 (ispell-add-per-file-word-list): Always put word list on new line.
13444
13445 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13446
13447 * format.el (format-encode-run-method): Fix error message to say
13448 `encode' instead of `decode'. Use save-window-excursion around
13449 shell-command-on-region as in format-decode-run-method because
13450 shell-command-on-region can display a buffer with error output.
13451 (format-decode): Don't record undo information for the decoding.
13452 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13453 that number part of the temporary buffer name so that more than
13454 one decoding using a temporary buffer can happen safely.
13455
13456 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13457 of `A-z' in the regexp.
13458
13459 * hilit-chg.el: Fix typos in commentary.
13460
13461 * help.el (view-emacs-news): Rewritten for new naming scheme
13462 for old NEWS files.
13463
13464 * startup.el (command-line): Pop to *Messages* in case an error
13465 is signaled while loading user-init-file.
13466
13467 2000-08-17 Andreas Schwab <schwab@suse.de>
13468
13469 * files.el (insert-directory): Don't lose original file name,
13470 undoing an undocumented change.
13471
13472 2000-08-17 Alex Schroeder <alex@gnu.org>
13473
13474 * sql.el (sql-magic-go): Use comint-bol.
13475 (sql-copy-column): Use comint-line-beginning-position.
13476 (comint-line-beginning-position): Define a replacement for
13477 comint-line-beginning-position if it is not fboundp.
13478
13479 2000-08-17 Alex Schroeder <alex@gnu.org>
13480
13481 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13482 it didn't have any effect anyway.
13483
13484 2000-08-17 Alex Schroeder <alex@gnu.org>
13485
13486 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13487 --pset and pager=off instead of sending \\o|cat at the beginning
13488 of the session.
13489
13490 2000-08-17 Miles Bader <miles@gnu.org>
13491
13492 * progmodes/octave-inf.el: Add compatibility definition of
13493 comint-line-beginning-position.
13494
13495 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13496
13497 * startup.el (normal-top-level): Look in each dir in load-path for
13498 a leim-list.el file too. This assures of loading leim-list.el
13499 that is created at Emacs installation time even if a user have his
13500 own leim-list.el.
13501
13502 2000-08-17 Miles Bader <miles@gnu.org>
13503
13504 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13505 foreground color to black if the background is dark.
13506
13507 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13508
13509 * loadhist.el (unload-feature): Typo.
13510
13511 * finder.el (finder-compile-keywords):
13512 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13513 to the generated file.
13514
13515 * mail/mh-e.el (mh-make-local-vars):
13516 Replace make-variable-buffer-local with make-local-variable.
13517
13518 * play/landmark.el:
13519 * options.el (Edit-options-{set,toggle,t,nil}):
13520 * mail/mailabbrev.el (mail-abbrevs-mode):
13521 * textmodes/tex-mode.el (tex-expand-files):
13522 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13523
13524 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13525
13526 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13527 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13528 Allow going past the last element.
13529 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13530 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13531 (cvs-mouse-toggle-mark): Don't move point.
13532 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13533
13534 * progmodes/compile.el (grep): Provide a default set of files.
13535 (next-error): Docstring fix.
13536 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13537
13538 * emacs-lisp/easy-mmode.el (define-minor-mode):
13539 Use `symbol-value' to keep the byte-compiler quiet.
13540
13541 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13542 (diff-find-source-location): New fun, extracted from diff-goto-source.
13543 (diff-goto-source): Use it.
13544 (diff-next-complex-hunk, diff-filter-lines): New function.
13545 (diff-apply-hunk): New command.
13546
13547 * smerge-mode.el (smerge-mode-menu): Doc fix.
13548
13549 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13550
13551 2000-08-16 Dave Love <fx@gnu.org>
13552
13553 * windmove.el (windmove) <defgroup>: Add :version.
13554
13555 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13556 (goto-address-fontify-p, goto-address-highlight-p)
13557 (goto-address-url-face, goto-address-url-mouse-face)
13558 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13559 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13560 (goto-address-fontify, goto-address-at-mouse): Simplify,
13561 (goto-address-at-point): browse-url-url-at-point,
13562 goto-address-find-address-at-point can return nil.
13563 (goto-address-find-address-at-point): Return nil on failure.
13564
13565 * align.el (align) <defgroup>: Add :version.
13566
13567 * calculator.el (calculator): Add :version.
13568 (calculator): Use two lines for calculator window if `modeline'
13569 face is boxed.
13570
13571 * play/5x5.el: Doc fixes.
13572 (5x5) <defgroup>: Add :version.
13573
13574 * play/fortune.el (fortune) <defgroup>: Add :version.
13575 (fortune-append): Fix error message.
13576 (fortune-from-region): Doc fix.
13577
13578 * play/pong.el (pong): Doc fix.
13579
13580 * play/morse.el: Keywords, commentary, autoloads.
13581
13582 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13583
13584 * desktop.el (desktop-save): Don't look at symbol-value of a
13585 member of minor-mode-alist, unless it is boundp.
13586
13587 2000-08-16 Sam Steingold <sds@gnu.org>
13588
13589 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13590 `while'; use `with-current-buffer' instead of `save-excursion'.
13591 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13592
13593 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13594
13595 * international/ccl.el (declare-ccl-program): Docstring modified.
13596 (ccl-execute-with-args): Likewise.
13597
13598 2000-08-16 Miles Bader <miles@gnu.org>
13599
13600 * progmodes/sql.el: Add compatibility definition of
13601 comint-line-beginning-position.
13602
13603 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13604
13605 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13606 'buffer-menu' property.
13607 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13608 fails.
13609 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13610 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13611 wasn't killed.
13612
13613 * buff-menu.el (list-buffers-noselect): Don't display the
13614 *Buffer List* buffer.
13615
13616 * font-lock.el: Require jit-lock to prevent a very late
13617 `Loading jit-lock' message.
13618
13619 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13620 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13621 mail address.
13622
13623 2000-08-15 Miles Bader <miles@gnu.org>
13624
13625 * textmodes/ispell.el (ispell-graphic-p): New constant.
13626 (ispell-choices-win-default-height, ispell-help): Use
13627 `ispell-graphic-p' instead of `xemacsp'.
13628
13629 2000-08-15 Dave Love <fx@gnu.org>
13630
13631 * simple.el: Autoload widget-convert when compiling.
13632 (mail-user-agent): Doc fix.
13633
13634 * help.el (function-called-at-point, variable-at-point): Use
13635 with-syntax-table.
13636 (help-manyarg-func-alist): Add insert-and-inherit.
13637
13638 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13639
13640 * delsel.el (delsel-unload-hook): New function.
13641
13642 * find-file.el: Doc fixes. Move provide to end.
13643 (ff) <defgroup>: Add :link.
13644 (ff-goto-click): Deleted.
13645 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13646 Use mouse-set-point.
13647
13648 * textmodes/tildify.el: Doc fixes.
13649 (tildify) <defgroup>: Add:version.
13650
13651 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13652 (glasses-custom-set): Use set-default, not set.
13653 (minor-mode-alist): Propertize the lighter.
13654 (glasses-mode): Provide optional arg.
13655
13656 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13657 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13658 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13659 option. Provide :type.
13660 (cwarn-configuration): Provide :type.
13661 (cwarn-mode): Doc fix.
13662
13663 * add-log.el (change-log-merge): Doc fix.
13664 (change-log-redate): New command.
13665
13666 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13667 Doze and Dog.
13668 (browse-url): Use dolist, not mapcar.
13669 (browse-url-at-point): Check for null url.
13670 (browse-url-event-buffer, browse-url-event-point): Functions
13671 deleted.
13672 (browse-url-at-mouse, browse-url-netscape): Simplify.
13673
13674 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13675 modes.
13676 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13677 Fix previous change to mapcan.
13678 (msb--init-file-alist, msb--add-separators)
13679 (msb--make-keymap-menu): Simplify.
13680 (msb--choose-file-menu): Use copy-sequence.
13681 (msb-mode-map): Add title to keymap.
13682 (msb-unload-hook): New function.
13683
13684 * bs.el: Fix indentation.
13685 (bs) <defgroup>: Add :links.
13686 (bs-show): Doc fix.
13687 (bs-apply-sort-faces): Don't use window-system.
13688 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13689
13690 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13691
13692 * calendar/timeclock.el (timeclock-file): Run .timelog through
13693 convert-standard-filename.
13694
13695 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13696
13697 * emacs-lisp/authors.el: New file.
13698
13699 * paren.el (show-paren-priority): New user option.
13700 (show-paren-function): Set overlay priorities to
13701 show-paren-priority.
13702
13703 2000-08-14 Miles Bader <miles@gnu.org>
13704
13705 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13706 beginning-of-line with inhibit-field-text-motion bound.
13707
13708 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13709
13710 * calendar/timeclock.el: New file.
13711
13712 2000-08-14 David Ponce <david@dponce.com>
13713
13714 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13715 `widget-button-click'. so that one can use left mouse button to
13716 click on dialog buttons.
13717
13718 2000-08-14 Emmanuel Briot <briot@gnat.com>
13719
13720 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13721 identifiers, since XML is case sensitive
13722
13723 2000-08-12 Miles Bader <miles@gnu.org>
13724
13725 * comint.el (comint-output-filter): Don't bother frobbing
13726 window-start, it doesn't seem to be necessary.
13727
13728 * comint.el (comint-send-string, comint-send-region): Make into
13729 real functions. Snapshot the prompt before sending.
13730
13731 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13732
13733 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13734 technique similar to Info-index, instead of relying on specific
13735 names of relevant Index nodes.
13736 (Info-goto-emacs-command-node): Bind Info-history to nil when
13737 going to the first node found by Info-find-emacs-command-nodes.
13738
13739 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13740
13741 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13742
13743 2000-08-10 Miles Bader <miles@gnu.org>
13744
13745 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13746
13747 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13748
13749 * info.el (Info-file-list-for-emacs): More elements for the
13750 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13751 and woman manuals.
13752
13753 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13754
13755 * comint.el (comint-send-input): Make the newline boundary overlay
13756 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13757 (comint-output-filter): Use `insert' instead of
13758 `insert-before-markers'. Extend comint-last-output-overlay when
13759 necessary since we can't rely on insert-before-markers to do it.
13760 * gud.el (gud-filter): Use `with-current-buffer' instead of
13761 save-excursion when inserting the output, so that point gets
13762 updated correctly; the old method relied on a rather dodgy
13763 side-effect of comint-output-filter to avoid the effect of
13764 save-excursion.
13765
13766 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13767
13768 * files.el (recover-file): Call insert-directory instead of
13769 invoking `ls' directly.
13770
13771 2000-08-10 Miles Bader <miles@gnu.org>
13772
13773 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13774 (comint-last-prompt-overlay): New variables.
13775 (comint-output-filter): Implement prompt highlighting.
13776 (comint-snapshot-last-prompt): New function.
13777 (comint-send-input): Snapshot the last prompt.
13778 Use comint-highlight-input-face.
13779 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13780 Use defface instead of defcustom.
13781 (send-invisible, comint-send-eof): Snapshot the last prompt.
13782 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13783 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13784
13785 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13786
13787 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13788 (regexp-opt-group): Use a list of chars for `letters'.
13789 (regexp-opt-charset): `chars' is now a list of chars.
13790 Use a char-table rather than a vector so it works for multibyte chars.
13791
13792 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13793 Set cvs-minor-current-files to the selected fileinfo.
13794 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13795 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13796
13797 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13798
13799 * files.el (insert-directory): Don't call access-file on
13800 directories on DOS and Windows.
13801
13802 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13803
13804 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13805 longer if necessary.
13806 (ccl-embed-code): Call ccl-embed-data to store CODE in
13807 ccl-program-vector.
13808
13809 2000-08-09 Miles Bader <miles@gnu.org>
13810
13811 * comint.el (comint-output-filter): Properly handle the case where
13812 the text surrounded by comint-last-output-overlay was deleted.
13813
13814 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13815
13816 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13817 non-nil.
13818 (Info-file-list-for-emacs): Remove "info" from the list because
13819 that leads to trying to use the documentation from file `info'
13820 in various situations where it isn't appropriate, for instance
13821 C-h C-k C-h i.
13822
13823 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13824 DIR and/or STRING are nil.
13825
13826 * progmodes/compile.el (compilation-setup): Make variable
13827 compilation-error-screen-columns buffer-local, as some comment
13828 in the code suggests it should be.
13829
13830 * files.el (auto-mode-interpreter-regexp): New variable.
13831 (set-auto-mode): Use it.
13832
13833 * indent.el (indent-for-tab-command): Doc fix.
13834
13835 * mouse-sel.el (mouse-sel-mode): Doc fix.
13836
13837 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13838 labels.
13839
13840 * help.el (print-help-return-message): When
13841 display-buffer-reuse-frames is set, let the help window been quit,
13842 instead of deleting it, which might delete a reused frame.
13843
13844 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13845
13846 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13847 rename a directory to a name that differs only by its letter case.
13848
13849 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13850
13851 * international/quail.el (quail-define-rules): Handle Quail decode
13852 map correctly. Add code for supporting annotations.
13853 (quail-install-decode-map): New function.
13854 (quail-defrule-internal): New optional arguments decode-map and
13855 props.
13856 (quail-advice): New function.
13857
13858 2000-08-07 Sam Steingold <sds@gnu.org>
13859
13860 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13861 `defconst', `define-condition', `with-slots'.
13862 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13863
13864 2000-08-03 Miles Bader <miles@gnu.org>
13865
13866 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13867 New variable.
13868 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13869 comint-use-prompt-regexp-instead-of-fields.
13870 (comint-send-input): Add `input' field property to stuff we send to
13871 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13872 (comint-output-filter): Add `output' field property to process
13873 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13874 (comint-replace-by-expanded-history)
13875 (comint-get-old-input-default, comint-show-output)
13876 (comint-backward-matching-input, comint-forward-matching-input)
13877 (comint-next-prompt, comint-previous-prompt): Use field
13878 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13879 (comint-line-beginning-position): New function.
13880 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13881 (comint-replace-by-expanded-history-before-point): Use
13882 comint-line-beginning-position and line-end-position.
13883 (comint-last-output-overlay): New variable.
13884 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13885
13886 * shell.el (shell-prompt-pattern): Doc change.
13887 (shell-backward-command): Use line-beginning-position.
13888
13889 * gud.el (gud-gdb-complete-command): Use
13890 comint-line-beginning-position.
13891
13892 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13893 comint-bol doesn't actually go to the beginning of the line.
13894
13895 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13896 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13897 (try-expand-line-all-buffers): Likewise.
13898
13899 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13900 explicitly matching comint-prompt-regexp.
13901 (sql-copy-column): Use comint-line-beginning-position instead of
13902 explicitly matching comint-prompt-regexp.
13903
13904 * progmodes/octave-inf.el (inferior-octave-complete): Use
13905 comint-line-beginning-position.
13906
13907 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13908
13909 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13910 looking for a prompt, use `forward-line 0' instead of
13911 `beginning-of-line', to avoid getting caught by an input field.
13912
13913 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13914
13915 * files.el (shell-quote-wildcard-pattern): Make sure to return
13916 PATTERN, in the Unix case.
13917
13918 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13919
13920 * play/zone.el (zone): Discard any pending input before running
13921 the randomly-chosen pgm.
13922
13923 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13924
13925 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13926 checking the existence of any multibyte characters.
13927
13928 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13929
13930 * help.el (describe-mode): Test minor-mode symbol for being
13931 bound before testing its value for being nil.
13932
13933 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13934 `first', `second', and `third'.
13935
13936 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13937 (second): Make it an alias for `cadr'.
13938
13939 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13940
13941 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13942 types of display support faces now.
13943
13944 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13945
13946 * pcvs.el (require): Require `cl' during compilation, only.
13947
13948 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13949 (toplevel): Remove `remq' and `remove' from autoloads.
13950 (cl-fake-autoloads): New variable. If set, arrange for an error
13951 when CL functions etc. are autoloaded.
13952
13953 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13954
13955 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13956
13957 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13958 popped up, but the user clicks outside the menu, return an empty
13959 regexp (that causes unhighlight-regexp to have no effect).
13960
13961 * menu-bar.el (menu-bar-games-menu): Add Zone.
13962
13963 * hi-lock.el (toplevel): Require font-lock.
13964
13965 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13966
13967 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13968 (ebnf-8-bit-chars): New var for bug fix.
13969 (ebnf-string): Bug fix.
13970
13971 2000-08-03 Sam Steingold <sds@gnu.org>
13972
13973 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13974 instead of `buffer-string'.
13975 (require 'cl): Always, not just when compiling.
13976 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13977 necessary.
13978
13979 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13980
13981 * international/mule-cmds.el (select-safe-coding-system): Make
13982 the message text about selecting a safe coding system more clear.
13983
13984 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13985
13986 * hi-lock.el: New file.
13987
13988 * play/zone.el: New file.
13989
13990 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13991 value of tab-width in the original buffer. Choose a line number
13992 format that's a multiple of the original buffer's tab width, so
13993 that lines appear right.
13994
13995 * textmodes/ispell.el (ispell): New function, replacing an alias.
13996 Spell-check active region if in transient-mark-mode and mark
13997 is active; otherwise spell-check buffer.
13998
13999 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14000
14001 * ps-mule.el: Fix a customization problem on
14002 ps-mule-font-info-database-default.
14003
14004 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14005
14006 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14007 display-mouse-p instead of window-system.
14008 (ebrowse-member-mode-map): Ditto.
14009
14010 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14011
14012 * progmodes/ebnf2ps.el: Update ps-print functions call.
14013 Indentation fix. Doc fix.
14014 (ebnf-version): New version number (3.2).
14015 (ebnf-format-color, ebnf-begin-job): Code fix.
14016
14017 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14018
14019 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14020 font lock support on window-system.
14021 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14022
14023 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14024 display-color-p, if fboundp, instead of window-system.
14025
14026 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14027
14028 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14029 instead of window-system.
14030
14031 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14032 window-system.
14033 (widget-choice-mouse-down-action): Use display-popup-menus-p
14034 instead of window-system.
14035
14036 * strokes.el (strokes-file): Run the file name through
14037 convert-standard-filename.
14038 (strokes-mode): Call display-mouse-p instead of looking at
14039 window-system. Change the error message accordingly.
14040
14041 * progmodes/cpp.el (toplevel): Support faces on tty's.
14042
14043 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14044 (lm-plot-square, lm-init-display): Don't use window-system.
14045
14046 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14047 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14048
14049 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14050 instead of looking at window-system.
14051
14052 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14053
14054 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14055 of testing if iswitchb-prepost-hooks is bound, because the
14056 latter will always be true when invoking a recursive minibuffer
14057 from an active Iswitchb buffer.
14058
14059 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14060
14061 * files.el (shell-quote-wildcard-pattern): New function.
14062 (insert-directory): Call it. Only prepend "\" to command on Unix
14063 and GNU/Linux systems.
14064
14065 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14066
14067 * eshell/esh-groups.el: Change custom :link file names
14068 from `eshell.info' to `eshell'.
14069
14070 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14071
14072 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14073 correctly in recursive ange-ftp listings.
14074
14075 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14076
14077 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14078 ps-header-font-size-internal and
14079 ps-header-title-font-size-internal variables are not set,
14080 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14081 face text property is (foreground-color . COLOR) or
14082 `(background-color . COLOR)', ps-print crashes. Doc fix.
14083 (ps-print-version): New version number (5.2.4).
14084 (ps-plot-region): Code fix.
14085 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14086 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14087 Bug fix 2.
14088
14089 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
14090
14091 * glasses.el (glasses-make-readable): Fix uncapitalization of
14092 identifiers like `myXMLDocument'.
14093
14094 2000-07-28 Karl Fogel <kfogel@red-bean.com>
14095
14096 * mail/mail-hist.el (mail-hist-previous-input)
14097 (mail-hist-next-input): Do the obvious code factorization.
14098 (mail-hist-retrieve-and-insert): New func, contains common
14099 code of above two.
14100 If inserting a message body, leave point at top.
14101
14102 2000-07-28 Sam Steingold <sds@gnu.org>
14103
14104 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14105 Use `<=', not `<' to compare times!
14106 (ange-ftp-ls): Remove.
14107
14108 2000-07-27 Gerd Moellmann <gerd@gnu.org>
14109
14110 * play/cookie1.el: Add explanation of how to make cookie.el
14111 compatible with strfile(1) to comment.
14112
14113 * subr.el (remove, remq): New functions.
14114
14115 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14116 escape `*' in regexps.
14117 (midnight-find): Reverse order of arguments in the funcall of
14118 TEST.
14119
14120 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14121 and `.class'.
14122
14123 * play/meese.el: Add Commentary section.
14124
14125 2000-07-27 Alex Schroeder <alex@gnu.org>
14126
14127 * sql.el (sql-ms): Added autoload cookie.
14128 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14129 (sql-oracle): Ditto.
14130 (sql-help): Doc change.
14131
14132 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14133 types and exceptions.
14134
14135 2000-07-27 Alex Schroeder <alex@gnu.org>
14136
14137 * sql.el (sql-placeholder-history): New variable.
14138 (sql-query-placeholders-and-send): New function that will query
14139 the user and replace placeholders with user input.
14140 (sql-oracle): If running on NT, set comint-input-sender to
14141 sql-query-placeholders-and-send.
14142
14143 (sql-stop): If in the SQLi buffer, insert stop notification, else
14144 present it as a message.
14145
14146 2000-07-27 Alex Schroeder <alex@gnu.org>
14147
14148 * sql.el (sql-input-ring-separator): Doc change.
14149 (sql-input-ring-file-name): Doc change.
14150 (sql-interactive-mode): Use `sql-input-ring-separator' and
14151 `sql-input-ring-file-name' to set the comint-mode equivalents
14152 without making them local variables.
14153 (sql-stop): Don't bind `sql-input-ring-separator' and
14154 `sql-input-ring-file-name' dynamically to their comint-mode
14155 equivalents.
14156
14157 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14158
14159 * international/mule.el (register-char-codings): New function.
14160 (make-coding-system): Handle `safe-chars' specification in the arg
14161 PROPERTY.
14162
14163 * international/mule-cmds.el
14164 (find-coding-systems-region-subset-p): This function deleted.
14165 (sort-coding-systems-predicate): New variable.
14166 (sort-coding-systems): New function.
14167 (find-coding-systems-region): Use
14168 find-coding-systems-region-internal.
14169 (find-coding-systems-string): Use find-coding-systems-region.
14170 (find-coding-systems-for-charsets): Check
14171 char-coding-system-table.
14172 (select-safe-coding-system-accept-default-p): New variable.
14173 (select-safe-coding-system): Mostly rewritten. New argument
14174 ACCEPT-DEFAULT-P.
14175 (select-message-coding-system): Call select-safe-coding-system
14176 with ACCEPT-DEFAULT-P arg.
14177 (reset-language-environment): Reset default-sendmail-coding-system
14178 to the default value iso-latin-1.
14179 (set-language-environment): Don't set the obsolete variable
14180 charset-origin-alist.
14181
14182 * international/codepage.el (cp-coding-system-for-codepage-1):
14183 Give `safe-chars' property to make-coding-system.
14184
14185 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14186 calling select-message-coding-system twice.
14187
14188 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14189 instead of `safe-charsets'.
14190 (cyrillic-alternativnyj): Likewise.
14191 (ccl-encode-alternativnyj): Don't check the charset
14192 cyrillic-iso8859-5.
14193
14194 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14195
14196 * composite.el (compose-chars-after): Preserve match data.
14197
14198 2000-07-26 Sam Steingold <sds@gnu.org>
14199
14200 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14201 (ange-ftp-real-file-newer-than-file-p): New function.
14202 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14203 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14204
14205 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14206 * midnight.el (midnight-float-time): Ditto.
14207
14208 2000-07-26 Andreas Schwab <schwab@suse.de>
14209
14210 * files.el (normal-backup-enable-predicate): Correct
14211 interpretation of the return value of compare-strings.
14212
14213 2000-07-26 Gerd Moellmann <gerd@gnu.org>
14214
14215 * isearch.el (isearch-resume): New function.
14216 (isearch-done): Add something to command-history to resume
14217 the search.
14218 (isearch-yank-line, isearch-yank-word): Use
14219 buffer-substring-no-properties instead of buffer-substring.
14220
14221 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14222 of flyspell-mouse-map.
14223
14224 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14225 duplicate definition.
14226 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14227
14228 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14229 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14230
14231 2000-07-25 Sam Steingold <sds@gnu.org>
14232
14233 * net/ange-ftp.el: Get modtime over the net.
14234 (ange-ftp-file-modtime): New function.
14235 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14236 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14237 Use it.
14238 (ange-ftp-dot-to-slash): New function.
14239 (ange-ftp-fix-name-for-vms): Use it.
14240
14241 * midnight.el (midnight-buffer-display-time): Use
14242 `with-current-buffer'.
14243
14244 2000-07-25 Gerd Moellmann <gerd@gnu.org>
14245
14246 * find-dired.el: Update copyright notice.
14247 (find-dired): Offer to kill a running `find'.
14248
14249 * enriched.el (enriched-face-ans): For a `foreground-color'
14250 property, return '(("x-color" COLOR))' so that COLOR will be
14251 output as a parameter of the x-color annotation. Likewise for the
14252 `background-color' property. In the case of normal face
14253 properties, don't return annotations for unspecified foreground
14254 and background face attributes.
14255
14256 2000-07-25 Kenichi Handa <handa@etl.go.jp>
14257
14258 * language/japan-util.el (japanese-katakana-region): Fix handling
14259 HANKAKU argument.
14260
14261 2000-07-25 Miles Bader <miles@gnu.org>
14262
14263 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14264 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14265 constrain-to-field.
14266
14267 2000-07-24 Andrew Innes <andrewi@gnu.org>
14268
14269 * timer.el (timer-activate-when-idle): Add optional parameter
14270 DONT-WAIT. Update docstring.
14271 (run-with-idle-timer): Specify extra parameter to
14272 timer-activate-when-idle, so that timer will be activated
14273 immediately if Emacs is already idle.
14274
14275 * w32-fns.el (w32-using-nt): Fix docstring.
14276
14277 2000-07-24 Dave Love <fx@gnu.org>
14278
14279 * mouse.el (popup-menu): Set last-command-event.
14280 (mouse-major-mode-menu-prefix): Declare.
14281
14282 2000-07-24 Gerd Moellmann <gerd@gnu.org>
14283
14284 * textmodes/flyspell.el: Update to author's version 1.5d.
14285
14286 * progmodes/hideshow.el: Update copyright notice.
14287
14288 * vcursor.el: Set maintainer to FSF, since author cannot
14289 be reached.
14290
14291 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14292
14293 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14294 the prompt.
14295
14296 * mouse.el (popup-menu): Run the keymap through indirect-function,
14297 in case it was defined with define-prefix-key. If the menu is a
14298 list of keymaps, look up the binding of user's choice in each one
14299 of the keymaps.
14300 (mouse-popup-menubar): If the global and local menu-bar keymaps
14301 don't have a prompt string, create one and insert it into the
14302 keymap. Don't barf if current-local-map returns nil.
14303
14304 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14305
14306 * dired.el (dired-sort-R-check): Added to allow recursive listing
14307 to be undone.
14308 (dired-sort-other): Use it.
14309
14310 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14311
14312 * Release of cc-mode 5.27
14313
14314 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14315
14316 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14317 c-beginning-of-statement-1 that caused a bad case of recursion
14318 which could consume a lot of CPU in large classes in languages
14319 that have in-expression classes (i.e. Java and Pike).
14320
14321 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14322 statements before top level constructs (i.e. case 6 is moved
14323 before case 5 and is now case 4) to catch in-expression
14324 classes in top level expressions correctly.
14325
14326 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14327
14328 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14329 objc-method-intro. Case 4 removed and case 5I added.
14330
14331 * cc-langs.el (c-append-paragraph-start): New variable used by
14332 c-common-init to get paragraph-start correct.
14333 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14334 initialize paragraph-start to make it correct both with and
14335 without the javadoc special case.
14336
14337 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14338 initialize paragraph-start for javadoc markup.
14339
14340 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14341 change by defaulting this to t. It's motivated by the
14342 confusing behavior that otherwise arise from the style system
14343 when editing both java and non-java files at the same time
14344 (see the comments about style setting in c-common-init).
14345
14346 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14347
14348 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14349 similar to the one in c-fill-paragraph to check the fill
14350 prefix from the adaptive fill function for sanity.
14351
14352 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14353
14354 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14355 defun block.
14356
14357 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14358
14359 * cc-align.el (c-lineup-multi-inher): Handle lines with
14360 leading comma nicely. Extended to handle member initializers
14361 too.
14362
14363 * cc-engine.el: (c-beginning-of-inheritance-list,
14364 c-guess-basic-syntax): Fixed recognition of inheritance lists
14365 when the lines begins with a comma.
14366
14367 * cc-vars.el (c-offsets-alist): Changed default for
14368 member-init-cont to c-lineup-multi-inher since it now handles
14369 member initializers and indents better for leading commas.
14370
14371 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14372
14373 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14374 handling that caused class open lines to be recognized as
14375 statement-conts in some cases.
14376
14377 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14378 guessed by the adaptive fill function unless point is on the
14379 first line of a block comment.
14380
14381 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14382 when the buffer ends with a macro continuation char.
14383
14384 * cc-engine.el (c-guess-basic-syntax): Added support for
14385 function definitions as statements in Pike. The first
14386 statement in a lambda block is now labeled defun-block-intro
14387 instead of statement-block-intro.
14388
14389 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14390 so that the class surrounding point is selected, not the one
14391 innermost in the state.
14392
14393 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14394 recognition of switch labels having hanging multiline
14395 statements.
14396
14397 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14398 some code in c-guess-basic-syntax to a separate function.
14399 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14400 recognition of member inits with multiple line arglists.
14401 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14402 member-init-cont when the commas are in funny places.
14403
14404 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14405
14406 * cc-defs.el (c-auto-newline): Removed this macro since it's
14407 not used anymore.
14408
14409 * cc-engine.el (c-looking-at-bos): New helper function.
14410 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14411 inexpr and toplevel classes apart in Pike.
14412
14413 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14414 of case 9A.
14415
14416 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14417 constant, since "class" can introduce an in-expression class
14418 in Pike nowadays.
14419
14420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14421
14422 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14423 indentation on cpp-macro lines.
14424
14425 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14426 a syntax modifier like comment-intro, to make it possible to
14427 get syntactic indentation for preprocessor directives. It's
14428 incompatible wrt to lineup functions on cpp-macro, but it has
14429 no observable effect in the 99.9% common case where cpp-macro
14430 is set to -1000.
14431
14432 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14433
14434 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14435 member-init-cont when the preceding arglist is several lines.
14436
14437 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14438
14439 * cc-styles.el (c-style-alist): The basic offset for the BSD
14440 style corrected to 8.
14441
14442 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14443
14444 * cc-styles.el (c-style-alist): Adjusted the indentation of
14445 brace list openers in the gnu style.
14446
14447 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14448
14449 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14450
14451 * cc-cmds.el (c-electric-brace, c-electric-slash,
14452 c-electric-star, c-electric-semi&comma, c-electric-colon,
14453 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14454 when c-syntactic-indentation is nil.
14455
14456 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14457 we were left at comments preceding the first statement when
14458 reaching the beginning of the buffer.
14459
14460 * cc-vars.el (c-syntactic-indentation): New variable to turn
14461 off all syntactic indentation.
14462
14463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14464
14465 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14466 between the text and the block comment ender when it hangs,
14467 depending on how many there are before the fill.
14468
14469 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14470
14471 * cc-engine.el (c-beginning-of-closest-statement): New helper
14472 function to go back to the closest preceding statement start,
14473 which could be inside a conditional statement.
14474 * cc-engine.el (c-guess-basic-syntax): Use
14475 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14476
14477 * cc-engine.el (c-guess-basic-syntax): Better handling of
14478 arglist-intro, arglist-cont-nonempty and arglist-close when
14479 the arglist is nested inside parens. Cases 7A, 7C and 7F
14480 changed.
14481
14482 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14483 up-to-date with javadoc 1.2.
14484
14485 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14486
14487 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14488 multiline Pike type decls.
14489
14490 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14491
14492 * cc-cmds.el (c-indent-new-comment-line): Always break
14493 multiline comments in multiline mode, regardless of
14494 comment-multi-line.
14495
14496 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14497
14498 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14499 fully::qualified::names in C++ member init lists. Preamble in
14500 case 5D changed.
14501
14502 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14503
14504 * cc-langs.el (c-common-init): Handling of obsolete variables
14505 moved to c-initialize-cc-mode. More compatible style override
14506 when using global style variables.
14507 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14508 variables moved here.
14509
14510 * cc-styles.el (c-make-styles-buffer-local): Flag style
14511 variable localness in c-style-variables-are-local-p to make
14512 the compatibility measure in c-common-init work well.
14513
14514 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14515 longer contain set-from-style.
14516 * cc-styles.el (c-initialize-builtin-style): Don't check for
14517 set-from-style on c-special-indent-hook.
14518 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14519 copy-alist is sufficient now.
14520
14521 * cc-styles.el (c-set-style, c-set-style-1,
14522 c-get-style-variables): Fixes to variable initialization so
14523 that duplicate entries in styles have the same effect
14524 regardless of DONT-OVERRIDE.
14525
14526 * cc-styles.el (c-set-style-2): Fixed bug where the
14527 initialization of inheriting styles failed when the
14528 dont-override flag is set.
14529
14530 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14531 on this.
14532
14533 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14534
14535 * cc-defs.el (c-forward-comment): Removed the workaround
14536 introduced in 5.38 since it had worse side-effects. If a line
14537 contains the string "//\"", it regarded the // as a comment
14538 start since the \ temporarily doesn't have escape syntax.
14539
14540 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14541
14542 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14543 ada-xref.el before ada-prj.el, so that the Project menu is created
14544 when ada-prj tries to add to it.
14545 (ada-activate-keys-for-case): Suppress the characters that are not
14546 part of the Ada syntax. Better compatibility with else-mode
14547 (ada-adjust-case-interactive): When auto-casing is not active,
14548 correctly insert newlines (used to insert only ^M). Prevent the
14549 syntax table from being changed in case of an error
14550 (or '_' becomes part of a word and some commands are confused).
14551 Do nothing if ada-auto-case is nil.
14552 (ada-after-keyword-p): Ignore keywords that are also attributes
14553 (ada-batch-reformat): Update usage comment
14554 (ada-call-from-contextual-menu): New function
14555 (ada-case-read-exceptions): Reinitialize the casing exception list
14556 first to nil first, so that the casing exception file can be
14557 shared.
14558 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14559 files.
14560 (ada-compile-goto-error): Fix regexp used to detect a file:line
14561 anywhere in the error message
14562 (ada-contextual-menu-last-point): New variable
14563 (ada-create-keymap): If the variable delete-key-deletes-forward is
14564 t on XEmacs, it means that DEL should delete one character
14565 forward.
14566 (ada-create-menu): Use :included instead of :visible for XEmacs.
14567 New submenu "Options".
14568 (ada-end-stmt-re): Correctly indent "select ... then abort"
14569 statements.
14570 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14571 even if they don't match ada-fill-comment-prefix Fix handling of
14572 paragraphs on the first or last line of a file.
14573 (ada-format-paramlist): Fix handling of default parameter values.
14574 (ada-get-body-name): New function.
14575 (ada-get-current-indent): Optimized by searchling directly for an
14576 existing generic part or a statement outside of it. Handle
14577 ada-indent-align-comments when indenting comments Replaced some
14578 regexps by testing directly the next character. This results in a
14579 huge speedup on some files. New indentation scheme for renames
14580 statements. Stop looking for the 'while' or 'for' associated with
14581 a 'loop' at the first semicolon encountered. A "return" can also
14582 match an anonymous access subprogram declaration.
14583 (ada-get-indent-noindent): Ignore strings and comments when
14584 looking for the keywords "record" and "private".
14585 (ada-goto-matching-decl-start): When matching "if", make sure we
14586 are not in fact seeing "end if". Ignore "when" statements except
14587 when initial keyword was "begin". Fix handling of nested
14588 procedures. Add a recursive call to this function to skip over
14589 other 'end' statmts. Fix indentation for "when .. => begin"
14590 (ada-in-open-paren-p): Fix indentation for complex boolean
14591 expressions, where 'and then', 'or else' and parenthesis
14592 statements are mixed up.
14593 (ada-in-paramlist-p): Skip comments while searching for the
14594 beginning Fix handling of operator declarations.
14595 (ada-indent-align-comments): New variable
14596 (ada-indent-current): Change the syntax table only in the
14597 protected section, so that we are sure it is restored correctly.
14598 (ada-indent-on-previous-lines): Use ada-use-indent and
14599 ada-with-indent Correctly indent "select ... then"
14600 (ada-indent-region): Slight speedup.
14601 (ada-indent-renames): New variable.
14602 (ada-last-which-function-subprog, ada-last-which-function-line):
14603 New variables
14604 (ada-looking-at-semi-private): Correctly indent the 'private'
14605 keyword when it is the first word in a package declaration.
14606 (ada-loose-case-word): Stop searching if at the end of the buffer.
14607 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14608 even if point is not initially at the end of the word.
14609 (ada-matching-decl-start-re): Add "when".
14610 (ada-mode): Add support for abbrev-mode, outline-mode and
14611 which-func-mode Override the old find-file.el entry in
14612 ff-special-constructs since it is using the obsolete
14613 ada-spec-suffix variable
14614 (ada-no-auto-case): New function
14615 (ada-scan-paramlist): When parsing the argument type, accept
14616 spaces (as in "X 'Class", generated by Rational Rose).
14617 (ada-other-file-name): No longer loads the other file.
14618 (ada-popup-menu): Save and restore the current buffer and cursor
14619 position before and after displaying the menu.
14620 (ada-search-ignore-complex-boolean): New function.
14621 (ada-uncomment-region): Emacs21 already knows how to delete
14622 comments not starting in the first column.
14623 (ada-use-indent): New variable
14624 (ada-which-function): New function.
14625 (ada-with-indent): New variable
14626 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14627 can be batch-compiled from the command line.
14628
14629 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14630 Add to the menu when the file is loaded, not in ada-mode-hook.
14631 Add -toolbar to the default ddd command Switches moved from
14632 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14633 ada-prj-default-comp-opt
14634 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14635 Reference Manual to the menu
14636 (ada-check-current): rewritten as a call to ada-compile-current
14637 (ada-compile): Removed.
14638 (ada-compile-application, ada-compile-current, ada-check-current):
14639 Set the compilation-search-path so that compile.el automatically
14640 finds the sources in src_dir. Automatic scrollong of the
14641 compilation buffer. C-uC-cC-c asks for confirmation before
14642 compiling
14643 (ada-compile-current): New parameter, prj-field
14644 (ada-complete-identifier): Load the .ali file before doing
14645 processing
14646 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14647 conform to gnatmake's behavior.
14648 (ada-find-file-in-dir): New function
14649 (ada-find-references): Set the environment variables for gnatfind
14650 (ada-find-src-file-in-dir): New function.
14651 (ada-first-non-nil): Removed
14652 (ada-gdb-application): Add support for jdb, the java debugger.
14653 (ada-get-ada-file-name): Load the original-file first if not done
14654 yet.
14655 (ada-get-all-references): Handles the new ali syntax (parent types
14656 are found between <>).
14657 (ada-initialize-runtime-library): New function
14658 (ada-mode-hook): Always load a project file when a file is opened,
14659 so that the casing exceptions are correctly read.
14660 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14661 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14662 to open the project file, since the latter does not work with
14663 speedbar Get default values before loading the prj file, or the
14664 default executable file name is wrong. Use the absolute value of
14665 src_dir to initialize ada-search-directories and
14666 compilation-search-path,... Add the standard runtime library to
14667 the search path for find-file.
14668 (ada-prj-default-debugger): Was missing an opening '{'
14669 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14670 variables.
14671 (ada-prj-default-gnatmake-opt): New variable
14672 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14673 buffers, the project file is the default one Save the windows
14674 configuration before displaying the menu.
14675 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14676 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14677 ...) regexp-quote identifiers names to support operators +,
14678 -,... in regexps.
14679 (ada-remote): New function.
14680 (ada-run-application): Erase the output buffer before starting the
14681 run Support remote execution of the application. Use
14682 call-process, or the arguments are incorrectly parsed
14683 (ada-set-default-project-file): Reread the content of the active
14684 project file, not the one from the current buffer When a project
14685 file is set as the default project, all directories are
14686 automatically associated with it.
14687 (ada-set-environment): New function
14688 (ada-treat-cmd-string): New special variable ${current}
14689 (ada-treat-cmd-string): Revised. The substitution is now done for
14690 any ${...} substring
14691 (ada-xref-current): If no body was found, compiles the spec
14692 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14693 compiler to get rid of command line length limitations.
14694 (ada-xref-get-project-field): New function
14695 (ada-xref-project-files): New variable
14696 (ada-xref-runtime-library-specs-path)
14697 (ada-xref-runtime-library-ali-path): New variables
14698 (ada-xref-set-default-prj-values): Default run command now does a
14699 cd to the build directory. New field: main_unit Provide a default
14700 file name even if the current buffer has no prj file.
14701
14702 * ada-prj.el:
14703 Rewritten to show a tabbed-dialog.
14704 (ada-prj-add-ada-menu): Remove the map and name parameters.
14705 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14706 New function
14707 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14708 (ada-prj-load-from-file): New function
14709 (ada-prj-save): Always save fields that depend on the current buffer
14710 (ada-prj-show-value): New function
14711
14712 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14713 Ada mode. This will allow us to display the Ada menu in any buffer
14714 we want (for project items).
14715 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14716 number of spaces in the header.
14717
14718 2000-07-24 Dave Love <fx@gnu.org>
14719
14720 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14721
14722 2000-07-23 Noah Friedman <friedman@splode.com>
14723
14724 * type-break.el (type-break): perform autosave.
14725 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
14726 (type-break-do-query): Cancel query schedule while performing
14727 actual query, to avoid possibility of a second query being made
14728 while first one is already in progress.
14729 (type-break-time-stamp-format): New variable.
14730 (type-break-time-stamp): New function.
14731 (type-break-time-warning): Use it.
14732 (type-break-keystroke-warning): Use it.
14733 (type-break-noninteractive-query): Use it.
14734
14735 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14736 cookie.
14737 Use add-minor-mode to set minor-mode-alist, if available.
14738 (eldoc-echo-area-use-multiline-p): New user option.
14739 (eldoc-echo-area-multiline-supported-p): New variable.
14740 (eldoc-docstring-format-sym-doc): Use them.
14741 (eldoc-mode): If not using idle timers, append to local post and
14742 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14743 (eldoc-display-message-no-interference-p): Don't interfere with
14744 edebug.
14745 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14746 (eldoc-function-arglist): New function.
14747 (eldoc-function-argstring): Use it.
14748
14749 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14750 auto save directory exists before calling directory-files.
14751
14752 2000-07-23 Dave Love <fx@gnu.org>
14753
14754 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14755 ^o, ^u.
14756
14757 2000-07-21 Dave Love <fx@gnu.org>
14758
14759 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14760 now passed to the function. It now works properly.
14761
14762 * smerge-mode.el (smerge-mode-menu): Fill it out.
14763
14764 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14765
14766 * info-look.el (info-lookup): If *info* is shown in another frame
14767 on the same display, select that frame, instead of switching to
14768 the Info buffer in another window of the selected frame.
14769
14770 * simple.el (universal-argument-map): Bind numeric keypad keys
14771 kp-0 to kp-9 and kp-subtract.
14772 (digit-argument): Handle these keys.
14773
14774 2000-07-20 Dave Love <fx@gnu.org>
14775
14776 * net/goto-addr.el (goto-address-fontify): Don't bother with
14777 buffer-modified and read-only stuff -- irrelevant with overlays.
14778 Put an extra property on the overlays and use it to clean up in
14779 case goto-address is re-run.
14780
14781 2000-07-19 Richard M. Stallman <rms@gnu.org>
14782
14783 * timer.el (run-with-idle-timer): Doc fix.
14784
14785 * mail/mail-utils.el (mail-strip-quoted-names):
14786 Handle case where <...> appears inside "...".
14787 Use replace-match to edit the string more simply.
14788 (rmail-dont-reply-to): Cope with an unmatched ".
14789
14790 2000-07-19 Dave Love <fx@gnu.org>
14791
14792 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14793 implementation.
14794
14795 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14796 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14797 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14798
14799 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14800
14801 * textmodes/refer.el: Correct maintainer's email address.
14802
14803 * progmodes/hideif.el: Correct author's email address.
14804 Fix typo in comment.
14805
14806 * xml.el: New file.
14807
14808 * mail/mailheader.el: Correct author's mail address.
14809
14810 * gnus/parse-time.el: Correct author's mail address.
14811
14812 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14813
14814 * comint.el (comint-highlight-input, comint-highlight-face):
14815 New user options.
14816 (comint-input-ring-file-name): Change custom type.
14817 (comint-mode-map): Bind mouse-2.
14818 (comint-insert-clicked-input): New function.
14819 (comint-send-input): Handle input highlighting.
14820
14821 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14822
14823 * mouse.el (popup-menu): New function.
14824 (mouse-major-mode-menu): Use it.
14825
14826 2000-07-18 Dave Love <fx@gnu.org>
14827
14828 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14829 improvements.
14830
14831 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14832
14833 * faces.el (face-font-selection-order)
14834 (face-font-family-alternatives): Add custom type.
14835
14836 2000-07-18 Dave Love <fx@gnu.org>
14837
14838 * cus-edit.el (custom-variable-reset-saved)
14839 (custom-variable-reset-standard): Remove unused bindings.
14840
14841 * rect.el (open-rectangle-line): Remove unused let.
14842
14843 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14844
14845 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14846
14847 * cdl.el: Fix `Maintainer' keyword.
14848
14849 * play/pong.el: Add author's email address.
14850
14851 2000-07-17 Sam Steingold <sds@gnu.org>
14852
14853 * files.el (insert-directory): Call `split-string' instead of
14854 re-implementing it.
14855
14856 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14857
14858 * mail/vms-pmail.el: Change maintainer to FSF.
14859
14860 * net/goto-addr.el: Change maintainer to FSF.
14861
14862 * info.el (Info-title-face-alist): Removed.
14863
14864 2000-07-18 David Ponce <david@dponce.com>
14865
14866 * recentf.el (recentf-open-files): New command that works like
14867 `recentf-open-more-files', but shows the whole list of files (not just
14868 those omitted from the menu). Useful if you don't use a menu-bar!
14869 (recentf-open-more-files) Modified to use `recentf-open-files'.
14870
14871 (recentf-open-files, recentf-open-more-files)
14872 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14873
14874 (recentf-dialog-mode): New mode for dialogs. You can now just type
14875 "q" to cancel the dialogs.
14876
14877 2000-07-18 David Ponce <david@dponce.com>
14878
14879 * recentf.el: This is a major update of recentf.el. It adds new
14880 features to better organize the recentf menu and "More..." buffer.
14881
14882 Using new provided menu filtering functions you can now organize the
14883 recent files list:
14884
14885 - by major modes
14886 - by directories
14887 - by user defined rules
14888
14889 Finally, with the new `recentf-filter-changer' customizable filter you
14890 can define a ring of filters and dynamically (via the menu) cycle on
14891 each menu organization in the ring (a la msb).
14892
14893 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14894
14895 * eshell/eshell.el (eshell): Replace links to eshell.info with
14896 links to eshell, to avoid problems on systems where the manual is
14897 installed as `eshell'.
14898 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14899 * eshell/em-smart.el (eshell-smart): Ditto.
14900 * eshell/em-banner.el (eshell-banner): Ditto.
14901 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14902
14903 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14904 same-file check in the MS-DOS version (it does support inodes).
14905
14906 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14907
14908 * eshell/eshell.el (eshell-directory-name):
14909 Run default directory name through convert-standard-filename.
14910
14911 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14912
14913 * international/mule-cmds.el (select-safe-coding-system):
14914 Fix typo in the comment.
14915
14916 * language/european.el (compound-text):
14917 Force katakana-jisx0201 to be designated to G1.
14918
14919 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14920 Don't translate some national variant characters of latin-jisx0201.
14921 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14922
14923 * international/kkc.el (kkc-after-update-conversion-functions):
14924 New variable.
14925 (kkc-update-conversion): Run functions in it at the tail.
14926
14927 2000-07-16 John Wiegley <johnw@gnu.org>
14928
14929 * lisp/align.el (align-newline-and-indent):
14930 Adding new function. for auto-aligning blocks of code on RET.
14931 (align-region): Fixed badly formatted minibuffer message.
14932
14933 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14934
14935 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14936 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14937 the conversion list at first if appropriate.
14938 (kkc-next): Don't update kkc-next-count here.
14939 (kkc-prev): Don't update kkc-prev-count here.
14940 (kkc-show-conversion-list-update): Fix setting up of conversion
14941 list message.
14942
14943 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14944
14945 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14946
14947 2000-07-16 Dave Love <fx@gnu.org>
14948
14949 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14950 function to be more specific.
14951
14952 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14953 non-string help-echo.
14954 (widget-types-convert-widget): Defsubst it.
14955 (widget-echo-help): Try to cope with a help-echo function of two
14956 possible sorts.
14957
14958 2000-07-15 Jason Rumney <jasonr@gnu.org>
14959
14960 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14961 Declare as obsolete.
14962
14963 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14964
14965 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14966
14967 * hilit-chg.el: Fix typo.
14968
14969 2000-07-14 Dave Love <fx@gnu.org>
14970
14971 * info.el (Info-mode-menu): Fix use of :help, :enable.
14972
14973 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14974
14975 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14976
14977 2000-07-13 Dave Love <fx@gnu.org>
14978
14979 * emacs-lisp/easymenu.el: Doc fixes.
14980 (easy-menu-remove): Defalias to ignore.
14981
14982 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14983 Call throw correctly.
14984
14985 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14986
14987 * faces.el (frame-background-mode): Doc fix.
14988
14989 * simple.el (eval-expression-print-length): Change custom type to
14990 allow entering nil as value.
14991
14992 2000-07-13 Dave Love <fx@gnu.org>
14993
14994 * progmodes/fortran.el (fortran-imenu-generic-expression):
14995 Change definition layout.
14996 (fortran-mode-menu): Reinstate customize entries.
14997
14998 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14999 Use :filter, per old XEmacs code.
15000
15001 2000-07-12 Gerd Moellmann <gerd@gnu.org>
15002
15003 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15004 event when deciding what to send to the terminal.
15005
15006 2000-07-12 Dave Love <fx@gnu.org>
15007
15008 * cus-start.el: Add optional version as 4th element of specs and
15009 use it for several things new in v21. Remove load-path. Fix type
15010 of line-number-display-limit.
15011
15012 2000-07-11 Dave Love <fx@gnu.org>
15013
15014 * progmodes/fortran.el: Don't require easymenu.
15015 Use repeat counts in various regexps.
15016 (fortran-mode-syntax-table): Defvar directly.
15017 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15018 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15019 Use defvar, not defconst.
15020 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15021 (fortran-mode): Set fortran-comment-line-start-skip,
15022 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15023 (fortran-comment-indent): Use defsubst.
15024 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15025 Use fortran-comment-indent, not fortran-comment-indent-function.
15026 (fortran-comment-region, fortran-electric-line-number): Simplify.
15027 (fortran-auto-fill): New function.
15028 (fortran-do-auto-fill): Deleted.
15029 (fortran-find-comment-start-skip):
15030 Check for non-null comment-start-skip.
15031 (fortran-auto-fill-mode, fortran-fill-statement):
15032 Use fortran-auto-fill.
15033 (fortran-fill): Use fortran-auto-fill. Check for null
15034 comment-start-skip. Simplify final clause and use end-of-line finally.
15035
15036 * widget.el (widget-plist-member): New alias.
15037
15038 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15039
15040 * eshell/esh-module.el (toplevel): Reference
15041 byte-compile-current-file only if it is bound.
15042
15043 2000-07-10 Gerd Moellmann <gerd@gnu.org>
15044
15045 * dired.el: Don't require `dired-aux'.
15046
15047 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15048
15049 * dired-aux.el (dired-show-file-type): New function.
15050 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15051 (dired-show-file-type): Add autoload.
15052
15053 2000-07-10 Kenichi Handa <handa@etl.go.jp>
15054
15055 * international/mule-diag.el (describe-font): Adjusted for the
15056 change of fontset-info.
15057 (print-fontset): Likewise.
15058
15059 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15060
15061 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15062
15063 2000-07-07 Gerd Moellmann <gerd@gnu.org>
15064
15065 * bindings.el: Bind `[delete]' to delete-char.
15066
15067 * dired.el (dired-find-alternate-file): New function.
15068 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15069 (toplevel): Require dired-aux when compiling.
15070 (dired-buffers): Move defvar within file to avoid compiler warning.
15071
15072 * info.el (Info-last-search): Variable removed.
15073 (Info-search-history): New variable.
15074 (Info-search): New Info-search-history.
15075
15076 * battery.el, info-look.el: Change author's mail address.
15077
15078 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15079
15080 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15081 if rmail-ignored-headers is nil.
15082 (rmail-retry-failure): Bind rmail-ignored-headers and
15083 rmail-displayed-headers to nil.
15084
15085 2000-07-06 Gerd Moellmann <gerd@gnu.org>
15086
15087 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15088 (print-region-1): Don't hard code `-h' here.
15089
15090 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15091
15092 2000-07-01 Francesco Potorti` <pot@gnu.org>
15093
15094 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15095 exim can use "your message" instead of "the message".
15096
15097 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15098
15099 * facemenu.el: Docstrings fixes.
15100 (facemenu-get-face): Don't use internal-find-face.
15101 (facemenu-iterate): Rename arg to match the docstring.
15102
15103 * newcomment.el (uncomment-region): Be more careful when skipping
15104 backwards over `=' not to bump into BOBP.
15105
15106 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15107
15108 * ediff-diff.el (ediff-wordify): Use syntax table.
15109 * ediff-init.el (ediff-has-face-support-p): Use
15110 ediff-color-display-p.
15111 (ediff-color-display-p): Use display-color-p, changed to defun
15112 from defsubst.
15113 Got rid of special cases for NeXT and OS/2.
15114 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15115 face.
15116
15117 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15118
15119 * emacs-lisp/lucid.el: Require CL.
15120 (copy-tree, remprop): Remove, it's provided by CL.
15121 (map-keymap): Define in terms of cl-map-keymap.
15122 (extent-property, set-extent-end-glyph): New functions.
15123
15124 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15125
15126 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15127
15128 * Makefile.in (DONTCOMPILE): Add comment that the name may
15129 not be changed without changing the make-dist script.
15130
15131 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15132 (cl-mapc): Use mapc instead of cl-old-mapc.
15133
15134 2000-07-05 Andrew Innes <andrewi@gnu.org>
15135
15136 * makefile.nt: Add support for `bootstrap' and related targets.
15137
15138 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15139
15140 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15141 (easy-menu-do-define): Use `menu-item' format.
15142 Handle case where easy-menu-create-menu returns a symbol.
15143 Manually call the potential top-level filter in the function binding.
15144 (easy-menu-filter-return): New arg NAME.
15145 Convert to a keymap if MENU is an XEmacs menu.
15146 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15147 (easy-menu-converted-items-table, easy-menu-convert-item):
15148 New var and fun to memoize easy-menu-convert-item-1.
15149 (easy-menu-do-add-item): Use it.
15150 (easy-menu-create-menu): Use easy-menu-convert-item.
15151 Wrap easy-menu-filter-return around any :filter specification.
15152 Don't convert the menu if a filter was specified.
15153 Tell easy-menu-make-symbol not to check for MENU being an expression.
15154 (easy-menu-make-symbol): New arg NOEXP.
15155
15156 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15157
15158 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15159 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15160 (eval-defun): If called with prefix arg, instrument code for
15161 Edebug.
15162
15163 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15164 similar to that of eval-defun.
15165
15166 2000-07-04 Dave Love <fx@gnu.org>
15167
15168 * hl-line.el (hl-line-overlay): Make it permanent-local.
15169
15170 * calendar/todo-mode.el: Replaced with a working version, based on
15171 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15172
15173 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15174
15175 * paths.el (prune-directory-list): New function.
15176 (Info-default-directory-list): Rewritten to more methodically
15177 enumerate a big list of possible info directories (based on the
15178 list used by the standalone info reader).
15179
15180 * info.el (info-initialize): Use prune-directory-list to remove
15181 non-existent directories from Info-directory-list.
15182
15183 * paths.el (Info-default-directory-list): Try a list of possible
15184 info-directories instead of a single one. Add the possible
15185 info directory "/usr/share/info".
15186
15187 * woman.el (woman-man.conf-path): Explicitly include the debian
15188 man-db config file "/etc/manpath.config".
15189 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15190 are present in `manpath.config'.
15191 (woman-manpath): Include "/usr/share/man".
15192
15193 2000-07-03 Gerd Moellmann <gerd@gnu.org>
15194
15195 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15196
15197 * startup.el (command-line): Initialize blink-cursor based
15198 on window-system.
15199
15200 * frame.el (blink-cursor): Default to nil if not running under
15201 a window-system.
15202
15203 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15204 (face-x-resources): Remove duplicate entry for :font.
15205
15206 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15207 instead of cycling through windows with next-window.
15208
15209 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15210 of cycling through windows with next-window.
15211
15212 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15213 of cycling through windows with next-window.
15214
15215 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15216 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15217 instead of cycling through windows with next-window.
15218
15219 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15220 instead of cycling through windows with next-window.
15221
15222 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15223 of cycling through windows with next-window.
15224
15225 * terminal.el (te-process-output): Use walk-windows instead of
15226 cycling through windows with next-window.
15227
15228 * server.el (server-switch-buffer): Use some-window instead of
15229 cycling through windows with next-window.
15230
15231 * window.el (some-window): New function.
15232 (walk-windows): Remove reference to walk-windows-start.
15233
15234 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15235
15236 2000-07-03 Richard Stallman <rms@gnu.org>
15237
15238 * window.el (walk-windows): Guarantee termination by keeping a list
15239 of all the windows already handled.
15240
15241 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15242
15243 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15244 window-system.
15245
15246 * man.el (Man-notify-when-ready): Don't use window-system. If
15247 Man-notify-method is newframe, and the display is not
15248 multi-frame, select the frame created for the man page.
15249 (Man-init-defvars): Doc fix.
15250
15251 2000-06-28 Gerd Moellmann <gerd@gnu.org>
15252
15253 * faces.el (region): Change background color for light background.
15254
15255 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15256 attribute from mode-line face of Ediff control frame.
15257
15258 * replace.el (query-replace-map): Bind `e' like `E'.
15259
15260 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15261
15262 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15263 Change name to "Select All".
15264
15265 * dos-fns.el (convert-standard-filename): Fix last change.
15266
15267 2000-06-27 Gerd Moellmann <gerd@gnu.org>
15268
15269 * help.el (describe-variable): Don't insert a second `'s' in front
15270 of the string `value is shown below'. Since the syntax-table is
15271 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15272 an existing `'s', so that this won't be deleted.
15273
15274 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15275 * pcmpl-unix.el: New files.
15276
15277 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15278
15279 * wid-edit.el (widget-member): Use the new plist-member.
15280
15281 2000-06-26 Gerd Moellmann <gerd@gnu.org>
15282
15283 * replace.el (perform-replace): Undo change of 2000-04-04.
15284 Instead, move backward 1 character at the end of the loop when
15285 necessary.
15286
15287 * faces.el (fringe): Change face for different backgrounds.
15288
15289 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15290 patch from John.
15291
15292 * eshell/*.el: Change spelling of the Free Software Foundation.
15293
15294 * eshell/esh-toggle.el: Removed.
15295
15296 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15297
15298 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15299 interactively.
15300
15301 2000-06-26 Alex Schroeder <alex@gnu.org>
15302
15303 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15304 `define-key'; instead of checking `(emacs-version)' check for
15305 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15306 for `;' and `o' which might be electric.
15307
15308 (sql-electric-stuff): New user option.
15309 (sql-magic-go): New function which uses `sql-electric-stuff'.
15310 (sql-magic-semicolon): New function which uses
15311 `sql-electric-stuff'.
15312
15313 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15314 is not fboundp.
15315
15316 (sql-oracle-options): New variable.
15317 (sql-oracle): Use it.
15318
15319 (sql-imenu-generic-expression): Doc change.
15320 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15321 is used.
15322
15323 (sql-informix): Added command line parameter "-" to force
15324 sql-informix-program to use stdout.
15325
15326 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15327
15328 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15329 (cp864-decode-table): Doc fix.
15330 (cp720-decode-table): New variable, supports the Arabic OEM
15331 codepage used by Windows.
15332 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15333
15334 2000-06-23 Dave Love <fx@gnu.org>
15335
15336 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15337 (font-lock-fontify-anchored-keywords): Use
15338 line-beginning-position.
15339 (global-font-lock-mode): Use mapc.
15340
15341 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15342
15343 * eshell/esh-module.el: Require CL when compiling.
15344
15345 2000-06-23 Gerd Moellmann <gerd@gnu.org>
15346
15347 * comint.el (comint-substitute-in-file-name): Call replace-match
15348 with second and third arg t.
15349
15350 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15351 Specify foreground color.
15352
15353 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15354 color.
15355
15356 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15357
15358 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15359 cddr instead of cdddr.
15360
15361 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15362 instead of copy-list.
15363
15364 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15365 of copy-list.
15366
15367 * subdirs.el: Add eshell subdirectory.
15368
15369 * eshell: New subdirectory containing the Eshell package.
15370
15371 * pcomplete.el: New file.
15372
15373 2000-06-23 Paul Eggert <eggert@twinsun.com>
15374
15375 * mail/mailpost.el (post-mail-send-it): Make sure file has
15376 proper permissions from birth.
15377
15378 * files.el (basic-save-buffer-2): When temporarily setting
15379 file modes, set them to current modes plus 0200, not to 0777.
15380
15381 * emerge.el (emerge-make-temp-file): Make sure file has proper
15382 permissions from birth.
15383
15384 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15385
15386 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15387 backup file name through convert-standard-filename.
15388
15389 * dos-fns.el (convert-standard-filename): Convert leading
15390 directories as well. When long file names are supported, convert
15391 characters that are invalid in Windows file names.
15392
15393 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15394
15395 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15396 ps-print crashes. New feature: page selection for printing. Create
15397 raw-text-unix coding system for XEmacs. Doc fix.
15398 (ps-print-version): New version number (5.2.3).
15399 (ps-plot-region): Bug fix.
15400 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15401 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15402 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15403 funs.
15404 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15405 (ps-last-page): New vars.
15406
15407 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15408
15409 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15410 empty option string.
15411
15412 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15413
15414 * man.el (man): Doc fix.
15415
15416 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15417
15418 * international/mule-cmds.el (set-language-info-alist): Docstring
15419 fixed.
15420
15421 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15422
15423 * version.el (emacs-version): Use ISO date format.
15424
15425 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15426 instead of `M-backspace'.
15427
15428 * simple.el (turn-off-auto-fill): New function.
15429
15430 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15431
15432 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15433 Renamed from with-buffer-prepared-for-font-lock and use
15434 inhibit-modification-hooks rather than setting *-change-functions.
15435 Update all functions to use the new name.
15436 (jit-lock-first-unfontify-pos): New semantics (and doc).
15437 (jit-lock-mode): Make non-interactive.
15438 Don't automatically turn on font-lock.
15439 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15440 Always use jit-lock-after-change.
15441 Remove and restore font-lock-after-change-function.
15442 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15443 (jit-lock-after-unfontify-buffer): Remove.
15444 (jit-lock-stealth-fontify):
15445 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15446 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15447
15448 2000-06-20 Sam Steingold <sds@gnu.org>
15449
15450 * emacs-lisp/cl-indent.el (toplevel): Indent
15451 `print-unreadable-object' properly. Untabify.
15452
15453 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15454
15455 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15456 Support for bibentry.
15457 (reftex-compile-variables): Fixed problem with end of section-re.
15458
15459 * texmodes/reftex-dcr.el (reftex-view-crossref,
15460 reftex-view-crossref-from-bibtex):
15461 Deal with changed `reftex-find-citation-regexp-format'.
15462 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15463 Replaced `remprop' with `put'.
15464 (reftex-view-crossref, reftex-view-crossref-when-idle):
15465 Support for bibentry.
15466
15467 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15468 New entry for bibentry package.
15469
15470 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15471 Regexp also matches "\nobibliography".
15472
15473 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15474 Call `reftex-ensure-write-access' before doing anything.
15475 (reftex-ensure-write-access): New function.
15476
15477 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15478
15479 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15480
15481 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15482
15483 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15484
15485 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15486
15487
15488 2000-06-20 Dave Love <fx@gnu.org>
15489
15490 * faces.el (frame-background-mode): Use set-default, not set, in
15491 setter.
15492 (frame-update-faces, frame-update-face-colors): Define with
15493 defalias.
15494
15495 * enriched.el (enriched-decode-foreground)
15496 (enriched-decode-background): Don't use internal-find-face.
15497
15498 * apropos.el: Doc fixes.
15499
15500 * cus-edit.el (customize-changed-options): Check arg.
15501 (customize-version-lessp): Don't require decimal point.
15502
15503 * custom.el (defcustom, defgroup): Doc fix.
15504
15505 * newcomment.el (comment) <defgroup>: Add :version.
15506 (comment-multi-line): Doc fix.
15507
15508 * emulation/mlsupport.el (define-hooked-local-abbrev,
15509 define-hooked-global-abbrev): Fix, using define-abbrev.
15510
15511 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15512
15513 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15514 the whole buffer.
15515
15516 2000-06-19 Dave Love <fx@gnu.org>
15517
15518 * menu-bar.el (menu-bar-options-save): New function.
15519 (menu-bar-options-menu): Use it.
15520 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15521 Simplify.
15522
15523 2000-06-19 Andreas Schwab <schwab@suse.de>
15524
15525 * progmodes/etags.el (tags-query-replace): Put new parameters
15526 START and END at the end, for backward compatibility.
15527
15528 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15529
15530 * international/codepage.el:
15531 (cp-coding-system-for-codepage-1): Delete special codes for
15532 generating xxx-dos coding system because now a CCL based coding
15533 system can handle EOL conversion by default.
15534
15535 * international/mule.el (make-coding-system): Generate subsidiary
15536 coding systems for EOL handling variants even for a CCL based
15537 coding system.
15538
15539 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15540
15541 * international/isearch-x.el (isearch-minibuffer-input-method)
15542 (isearch-minibuffer-input-method-function): These variables
15543 deleted.
15544 (isearch-with-input-method): Don't use the above variables.
15545 (isearch-process-search-multibyte-characters): Likewise. Call
15546 read-string with the arg INHERIT-INPUT-METHOD t.
15547
15548 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15549
15550 * font-lock.el (font-lock-after-fontify-buffer)
15551 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15552
15553 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15554 Use consistent make-local-variable style for font-lock-fontified.
15555 (jit-lock-fontify-buffer):
15556 Don't bother checking for font-lock-mode and jit-lock-mode.
15557
15558 * time.el: Remove trailing ^M that prevent CVS-merging.
15559
15560 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15561
15562 * Makefile.in (distclean): New target.
15563
15564 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15565
15566 * Makefile.in (srcdir): Define for update-subdirs.
15567
15568 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15569
15570 * find-lisp.el: New file.
15571
15572 2000-06-16 Andrew Innes <andrewi@gnu.org>
15573
15574 * time.el (display-time-mail-function): New variable, to allow
15575 external packages to indicate when new mail is available.
15576 (display-time-update): Use it.
15577
15578 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15579
15580 * international/mule.el (mule-version): Change version name to
15581 SAKAKI. AOI has already been used by Meadow.
15582
15583 * international/quail.el (quail-show-guidance-buf): To find the
15584 bottom window (but minibuffer), pay attention to the height of
15585 minibuffer.
15586
15587 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15588
15589 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15590 menu-bar menus. Add help strings. Don't remove the Edit menu
15591 from the menu bar, as the menu bar has enough space now.
15592
15593 * Makefile.in (SHELL): Make sure /bin/sh is used.
15594
15595 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15596 characters, which use series of two ^H characters instead of one.
15597
15598 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15599
15600 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15601 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15602 functions.
15603 (Info-find-node-2): Try a case-sensitive search first, then
15604 do a case-insensitive search.
15605
15606 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15607 tutorials.
15608
15609 * complete.el (PC-env-vars-alist): New variable.
15610 (PC-complete-as-file-name): New function.
15611 (partial-completion-mode): Initialize PC-env-vars-alist from
15612 process-environment.
15613 (PC-do-completion): Handle completion of env vars.
15614
15615 * info.el (Info-set-mode-line): Show file name in mode line,
15616 use `*Info*' instead of `Info:'.
15617
15618 * startup.el (command-line-1): Change copyright messages to year
15619 2000.
15620
15621 2000-06-15 Dave Love <fx@gnu.org>
15622
15623 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15624 not local-map.
15625
15626 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15627
15628 * international/mule.el (set-buffer-file-coding-system): Almost
15629 rewritten to handle `undecided' as no-op.
15630
15631 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15632
15633 * Makefile.in: New file.
15634
15635 * Makefile: Removed.
15636
15637 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15638 (goto-address-highlight-keymap): Bind C-c RET.
15639
15640 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15641
15642 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15643 inherits buffer-file-coding-system of the current buffer.
15644
15645 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15646 0. Give correct argument to set-auto-coding-function.
15647 (tar-expunge): For goto-char, use (point-min), not 0.
15648 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15649 (tar-subfile-save-buffer): Likewize.
15650
15651 * international/mule.el
15652 (after-insert-file-set-buffer-file-coding-system): Call
15653 set-buffer-file-coding-system with the arg FORCE t.
15654
15655 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15656
15657 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15658 nil. Contemporary sendmails issue an X-Authentication-Warning if
15659 the sender is set with `-f'.
15660
15661 2000-06-13 Dave Love <fx@gnu.org>
15662
15663 * help.el (describe-function-1): Kluge around cases of functions
15664 fset to subrs whose doc doesn't match their symbol-name.
15665
15666 * image.el (insert-image): Default STRING to a space.
15667
15668 * info.el Doc fixes.
15669 (Info-build-node-completions): Match Ref tags.
15670
15671 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15672
15673 * frame.el (display-multi-frame-p, display-multi-font-p): New
15674 defaliases for display-graphic-p.
15675
15676 * hl-line.el: Fixed a typo in commentary.
15677
15678 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15679
15680 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15681 fixed.
15682
15683 2000-06-12 Dave Love <fx@gnu.org>
15684
15685 * image.el (insert-image): Save a little consing.
15686
15687 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15688
15689 * language/tibet-util.el: Convert all tibetan-1-column characters
15690 to the corresponding tibetan characters.
15691 (tibetan-add-components): Delete code for the special treatment of
15692 'a chung.
15693
15694 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15695 change.
15696 (tibetan-vowel-transcription-alist): More rules added.
15697 (tibetan-composite-vowel-alist): New variable.
15698 (tibetan-precomposition-rule-alist): More rules added.
15699
15700 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15701
15702 * startup.el (command-line): Only call menu-bar-mode if interactive.
15703
15704 * thingatpt.el (toplevel symbol-properties):
15705 * textmodes/makeinfo.el (makeinfo-compile):
15706 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15707 * progmodes/hideif.el (hif-compress-define-list)
15708 (hide-ifdef-use-define-alist):
15709 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15710 (ange-ftp-vms-add-file-entry):
15711 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15712 * man.el (Man-build-man-command):
15713 * mail/rnewspost.el (news-reply-header-hook):
15714 * info.el (Info-insert-dir):
15715 * emulation/mlconvert.el (backward-word, forward-word, setq):
15716 * emacs-lisp/gulp.el (gulp-send-requests):
15717 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15718 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15719 (byte-optimize-apply, end of file):
15720 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15721 (ad-make-freeze-definition):
15722 * startup.el (command-line, command-line-1): Don't quote lambdas.
15723
15724 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15725 (cvs-cleanup-removed): New function.
15726 (cvs-cleanup-functions): New var.
15727 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15728 some flexibility in specifying additional entries to auto-cleanup.
15729 (cvs-quickdir): New function.
15730 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15731 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15732 (cvs-mode-find-file): Check that we are on a filename or dirname
15733 when invoked through a mouse-click.
15734 (cvs-full-path): Remove.
15735 (cvs-dired-action): Re-introduced.
15736 (cvs-dired-noselect): Use it.
15737 (vc-post-command-functions): use this new hook if available.
15738
15739 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15740 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15741 (cvs-filename-map, cvs-dirname-map): Remove.
15742 (cvs-default-action): Remove.
15743 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15744 if the arg is really a keymap.
15745 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15746 Don't hardcode the mapping from state (aka type) to face, but check
15747 the var cvs-fi-<type>-face instead.
15748 (cvs-fileinfo-from-entries): New function.
15749
15750 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15751 Docstring fix.
15752 (cvs-find-file-and-jump): Change default to be safer.
15753 (cvs-mode-diff-map): Define it as a function as well.
15754 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15755 Bind mouse-2 in this global map rather than with text-properties.
15756
15757 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15758 file to resolve the ambiguity between C(conflict) and C(need-merge).
15759
15760 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15761
15762 * international/mule.el (set-buffer-file-coding-system): If
15763 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15764 unconditionally.
15765
15766 2000-06-12 Dave Love <fx@gnu.org>
15767
15768 * wid-edit.el (widget-specify-button): Really suppress the face if
15769 required.
15770
15771 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15772
15773 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15774
15775 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15776
15777 * imenu.el (imenu-generic-expression): Docstring fix.
15778
15779 * composite.el (composition-function-table): Move the `put'
15780 below the autoload cookie so we can load the file before loaddefs.
15781
15782 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15783
15784 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15785 Handle easy-mmode-define-global-mode.
15786 For complex macros like define-minor-mode that can generate
15787 several autoload entries, try to autoload entries in the
15788 macroexpanded code.
15789
15790 * emacs-lisp/easy-mmode.el (define-minor-mode):
15791 If KEYMAP is a symbol, just use it.
15792 Use byte-compile-current-file and load-file-name to infer the
15793 proper :require to pass to defcustom.
15794 Wrap the hook var into `progn' so as not to autoload it.
15795 Add a :autoload-end cookie.
15796 Be more careful about the evaluation of KEYMAP.
15797 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15798 (define-derived-mode): Move define-abbrev-table outside of defvar.
15799
15800 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15801
15802 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15803 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15804 (backup-compiled-files): Ignore errors during `tar'.
15805 (bootstrap): Make autoloads before elc files.
15806
15807 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15808
15809 * international/mule.el (set-buffer-file-coding-system): If one of
15810 undecided-XXX is specified, change only EOL conversion.
15811
15812 * international/mule-conf.el (unix): New alias for the coding
15813 system undecided-unix.
15814
15815 2000-06-09 Dave Love <fx@gnu.org>
15816
15817 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15818
15819 * progmodes/executable.el: Byte compile dynamic.
15820 (executable-insert): Change custom type.
15821 (executable-find): Add autoload cookie.
15822 (executable-make-buffer-file-executable-if-script-p): New
15823 function. After Noah Friedman.
15824
15825 * files.el (after-save-hook): Customize, with
15826 executable-make-buffer-file-executable-if-script-p as an option.
15827
15828 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15829
15830 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15831 "tib24p-mule.bdf" for Tibetan.
15832
15833 * composite.el (decompose-composite-char): Declare it as obsolete.
15834
15835 * man.el (Man-fontify-manpage): Pay attention to underline and
15836 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15837
15838 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15839
15840 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15841 Set maintainer to FSF since author isn't reachable.
15842
15843 2000-06-08 Dave Love <fx@gnu.org>
15844
15845 * international/mule-cmds.el (select-safe-coding-system): If
15846 DEFAULT-CODING-SYSTEM is not specified, also check the most
15847 preferred coding-system if buffer-file-coding-system is
15848 `undecided'. From Handa.
15849
15850 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15851
15852 * international/mule.el
15853 (after-insert-file-set-buffer-file-coding-system): If the buffer
15854 size is greater than INSERTED, judget that we are not visiting.
15855
15856 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15857
15858 * whitespace.el (defgroup whitespace): Comment out `:version'.
15859 XEmacs 20.4 has problems defining the group with this present.
15860 We'll have this commented out till get resolve the problem.
15861
15862 2000-06-07 John Wiegley <johnw@gnu.org>
15863
15864 * align.el (align-dq-string-modes, align-sq-string-modes)
15865 (align-open-comment-modes): Add pyhton-mode.
15866 (align-rules-list): Use get-text-property instead of
15867 text-properties-at.
15868 (align-rules-list): Add python-assignment.
15869 (align-rules-list): Change perl-comma-delimiter to
15870 basic-comma-delimiter. Use if for Perl modes and python-mode.
15871 (align-rules-list): Add python-chain-logic and
15872 basic-line-continuation.
15873
15874 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15875
15876 * apropos.el (apropos-mode-hook): New user variable.
15877 (apropos-mode): Run apropos-mode-hook.
15878
15879 2000-06-07 David Ponce <david@dponce.com>
15880
15881 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15882 commands. Require `wid-edit' at run-time.
15883
15884 2000-06-07 David Ponce <david@dponce.com>
15885
15886 * recentf.el: Added some "Commentary".
15887 (recentf-open-more-files, recentf-edit-list): Minor changes to
15888 move the point at the top of the file list. This behaviour is
15889 consistent with the menu one when the list contains a lot of
15890 files.
15891 (recentf-cleanup): Now displays the number of items removed from
15892 the list.
15893 (recentf-relative-filter) New menu filter to show filenames
15894 relative to `default-directory'.
15895
15896 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15897
15898 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15899 with/without giving an error if PostScript printer doesn't have this
15900 kind of page size. Zebra Stripe continues or restarts on next page.
15901 Manual/automatic paper feeding. Switch or not the header.
15902 (ps-print-version): New version number (5.2.2).
15903 (ps-windows-system): Include emx as a Windows system.
15904 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15905 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15906 (ps-background-text): Code fix.
15907 (ps-error-handler-message, ps-user-defined-prologue)
15908 (ps-print-prologue-header, ps-printer-name)
15909 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15910 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15911 (ps-use-face-background): Customization fix.
15912 (ps-n-up-database): Data fix.
15913 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15914 (ps-switch-header): New vars.
15915 (ps-xemacs-color-name, ps-face-foreground-name)
15916 (ps-face-background-name, ps-boolean-constant): New funs.
15917
15918 2000-06-07 Dave Love <fx@gnu.org>
15919
15920 * allout.el: New version from Manheimer.
15921
15922 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15923
15924 * textmodes/fill.el (fill-find-break-point): Check the validity of
15925 charset.
15926
15927 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15928
15929 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15930 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15931 Call display-color-p and display-mouse-p instead of looking at
15932 window-system.
15933
15934 2000-06-06 Dave Love <fx@gnu.org>
15935
15936 * image.el (find-image): Doc fix. Return nil if image not found.
15937 (put-image, insert-image): Make STRING arg optional.
15938
15939 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15940
15941 * language/vietnamese.el: Remove eval-when-compile.
15942 (viet-viscii-nonascii-translation-table): Define it as a
15943 translation table made from viet-viscii-decode-table.
15944 (viet-viscii-encode-table): Define it as a translation table made
15945 from the reverse map of above.
15946 (viet-vscii-nonascii-translation-table): Define it as a
15947 translation table made from viet-vscii-decode-table.
15948 (viet-vscii-encode-table): Define it as a translation table made
15949 from the reverse map of above.
15950 (ccl-decode-viscii): Use translate-character.
15951 (ccl-encode-viscii, ccl-encode-viscii-font)
15952 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15953 Likewize.
15954
15955 * language/cyrillic.el: Remove eval-when-compile.
15956 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15957 translation table made from cyrillic-koi8-r-decode-table.
15958 (cyrillic-koi8-r-encode-table): Define it as a translation table
15959 made from the reverse map of above.
15960 (ccl-decode-koi8): Use translate-character.
15961 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15962 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15963 a translation table made from cyrillic-alternativnyj-decode-table.
15964 (cyrillic-alternativnyj-encode-table): Define it as a translation
15965 table made from the reverse map of above.
15966 (ccl-decode-alternativnyj): Use translate-character.
15967 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15968 Likewize
15969
15970 * international/mule-diag.el (non-iso-charset-alist): Specify
15971 translation table symbol instead of translation table itself.
15972 (list-block-of-chars): CHARSET may be a translation table symbol.
15973
15974 * international/mule.el (make-coding-system): If CODING-SYSTEM
15975 already exists, override it.
15976
15977 * international/fontset.el: Use family `proportional' for Tibetan
15978 fonts.
15979
15980 * international/ccl.el (ccl-compile-translate-character): Don't
15981 check if Rrr has property translation-table.
15982 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15983
15984 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15985
15986 * info.el: Bind case-fold-search to t when searching in case
15987 a user sets it to nil in a hook.
15988
15989 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15990
15991 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15992 * hl-line.el (hl-line-mode): Use the new :global key argument.
15993
15994 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15995 (tar-clip-time-string): Prepend a space.
15996 (tar-grind-file-mode): Construct a string rather than modifying one.
15997 (tar-header-block-summarize): Fix docstring.
15998 Use `format' rather than an error-prone set of copy-loops.
15999
16000 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16001 (diff-goto-source, diff-unified->context, diff-context->unified)
16002 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16003 understand the format output by the `-p' argument to diff.
16004
16005 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16006 (sh-re-done): Use defconst.
16007 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16008 (sh-help-string-for-variable, sh-guess-basic-offset):
16009 Don't quote lambdas.
16010 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16011 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16012
16013 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16014 (mh-letter-mode): Derive from text-mode.
16015 This implicitly means that it now calls kill-all-local-variables.
16016 Also remove the Emacs-18 compatibility code.
16017
16018 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16019 Make use of symbol-property doc-string-elt.
16020 Use memq rather than a sequence of eq.
16021 (doc-string-elt): Fix the wrong or missing previously unused values.
16022 (autoload-print-form): New function extracted from
16023 generate-file-autoloads to allow recursion when handling progn
16024 so that defvar's and defun's docstrings are properly printed.
16025 (generate-file-autoloads): Use it.
16026
16027 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16028 Use find-file-hooks in the minor-mode function.
16029 Be careful not to loop indefinitely in the post-command-hook function.
16030
16031 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16032
16033 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16034 tty's.
16035 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16036 differences whenever appropriate.
16037 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16038 * viper.el (find-file, find-file-other-window): Get viper to do
16039 wildcards.
16040
16041 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16042
16043 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16044 (jit-lock-fontify-buffer): New function for JIT refontification.
16045 (jit-lock-mode): Fix docstring.
16046 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16047 Remove jit-lock-after-change from the _local_ hook.
16048 (jit-lock-function-1): Fix docstring.
16049
16050 * info.el (Info-on-current-buffer): Initialize info.
16051
16052 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16053
16054 * progmodes/tcl.el (tcl-indent-for-comment):
16055 Ignore comment-indent-hook.
16056
16057 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16058 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16059 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16060 and improve to use the lighter to guess the capitalization.
16061 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16062 Add keyword arguments to specify global-ness or the custom group.
16063 Add local-map and help-echo properties to the lighter.
16064 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16065 (easy-mmode-define-global-mode): New macro.
16066
16067 2000-06-02 Dave Love <fx@gnu.org>
16068
16069 * wid-edit.el: byte-compile-dynamic since we typically don't use
16070 all the widgets. Don't require cl or widget. Remove
16071 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16072 (widget-read-event): Removed. Callers changed to use read-event.
16073 (widget-button-release-event-p): Renamed from
16074 button-release-event-p.
16075 (widget-field-add-space, widget-field-use-before-change):
16076 Uncustomize.
16077 (widget-specify-field): Use keymap property, not local-map.
16078 (widget-specify-button): Obey :suppress-face.
16079 (widget-specify-insert): Use modern backquote syntax.
16080 (widget-image-directory): Renamed from widget-glyph-directory.
16081 (widget-image-enable): Renamed from widget-glyph-enable.
16082 (widget-image-find): Replaces widget-glyph-find.
16083 (widget-button-pressed-face): Move defvar.
16084 (widget-image-insert): Replaces widget-glyph-insert.
16085 (widget-convert): Use keywordp.
16086 (widget-leave-text, widget-children-value-delete): Use mapc.
16087 (widget-keymap): Remove XEmacs stuff.
16088 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16089 (widget-button-click): Don't set point at the click, but re-centre
16090 if we scroll out of window. Rewritten for images v. glyphs &c.
16091 (widget-tabable-at): Use POS arg, not point.
16092 (widget-beginning-of-line, widget-end-of-line)
16093 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16094 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16095 (widget-default-create): Use widget-image-insert; some rewriting.
16096 (widget-visibility-value-create)
16097 (widget-push-button-value-create, widget-toggle-value-create): Use
16098 widget-image-insert.
16099 (checkbox): Create on and off images dynamically.
16100 (documentation-link): Change :help-echo.
16101 (widget-documentation-link-echo-help): Remove.
16102
16103 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16104
16105 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16106
16107 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16108 (easy-mmode-define-toggle, define-minor-mode): Use it.
16109 (easy-mmode-define-keymap): Docstring fix.
16110 (define-derived-mode): Default PARENT to fundamental-mode.
16111 Add the derived-mode-parent symbol-property.
16112 (easy-mmode-derived-mode-p): New function.
16113
16114 2000-06-02 Dave Love <fx@gnu.org>
16115
16116 * files.el (convert-standard-filename): Doc fix.
16117 (normal-backup-enable-predicate): New function.
16118 (backup-enable-predicate): Use it to replace the lambda form.
16119
16120 * calendar/todo-mode.el: [This needs more work on the outline
16121 stuff.] Doc fixes.
16122 (todo) <defgroup>: Add :version.
16123 (todo-add-category): Don't use pushnew.
16124 (todo-cmd-raise): Fix typo.
16125 (todo-top-priorities): Change temp buffer name.
16126 (todo-category-alist): Avoid redundant lambda.
16127 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16128 Use outline-next-heading.
16129
16130 * autoarg.el: Rewritten to use define-minor-mode.
16131 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16132 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16133
16134 2000-06-02 Kenichi Handa <handa@etl.go.jp>
16135
16136 * isearch.el (isearch-other-meta-char): Fix previous change.
16137
16138 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16139
16140 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16141 (log-edit-done): Only add the comment to the ring if it's different
16142 from the last comment entered.
16143
16144 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16145
16146 2000-06-01 Dave Love <fx@gnu.org>
16147
16148 * hl-line.el: Rewritten using define-minor-mode.
16149
16150 * help.el (describe-function-1): Distinguish special form from
16151 builtin function. Sanity-check presence of arglist for builtins.
16152
16153 2000-06-01 Kenichi Handa <handa@etl.go.jp>
16154
16155 * international/characters.el: Fix syntax/category setting of
16156 Tibetan characters.
16157
16158 * language/tibet-util.el (tibetan-add-components): Fixes for new
16159 encoding of Tibetan characters.
16160 (tibetan-decompose-precomposition-alist): New variable.
16161 (tibetan-decompose-region): Convert precomposed characters to
16162 non-precomposed characters.
16163 (tibetan-decompose-string): Likewise.
16164 (tibetan-composition-function): Fix args to
16165 thibetan-compose-string.
16166
16167 * language/tibetan.el (tibetan-composable-pattern): More
16168 characters included.
16169 (tibetan-consonant-transcription-alist): Rule for "R" added.
16170 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16171 "+R" added.
16172 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16173
16174 * language/lao-util.el (lao-composition-function): Fix args to
16175 compose-string.
16176
16177 * language/thai-util.el (thai-composition-function): Fix args to
16178 compose-string.
16179
16180 * isearch.el (isearch-update): Set disable-point-adjustment to t
16181 to prevent the point moving to the end of a composition when a
16182 part of a composition is searched.
16183 (isearch-other-meta-char): If the key invoking this command can be
16184 mapped by function-key-map to a printing char, call
16185 isearch-process-search-char directly.
16186
16187 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16188
16189 * emacs-lisp/bytecomp.el:
16190 * frame.el:
16191 * international/mule-cmds.el:
16192 * international/mule-util.el:
16193 * international/mule.el:
16194 * mouse.el:
16195 * subr.el:
16196 * faces.el: Update calls to make-obsolete with a WHEN argument.
16197
16198 * byte-run.el (make-obsolete, make-obsolete-variable):
16199 Add an optional WHEN argument and change the format of the
16200 symbol-property information.
16201 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16202 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16203 new obsolete-symbol-property format and print WHEN if it is provided.
16204
16205 2000-05-31 Dave Love <fx@gnu.org>
16206
16207 * loadhist.el (loadhist-hook-functions): Remove
16208 before-change-function, after-change-function.
16209 (unload-feature): Deal with symbols which are both bound and
16210 fbound.
16211
16212 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16213 before-change-function, after-change-function.
16214
16215 * simple.el (newline): Don't bind before-change-function,
16216 after-change-function.
16217
16218 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16219
16220 * whitespace.el (whitespace-rescan-timer-time): Update interval
16221 set to 600 seconds (10 minutes) instead of 60 seconds since
16222 a large number of whitespace buffers causes emacs to `freeze'
16223 for a considerable amount of time.
16224
16225 * whitespace.el: Updated email address
16226
16227 2000-05-31 Dave Love <fx@gnu.org>
16228
16229 * add-log.el (change-log-font-lock-keywords) <function>: Add
16230 pattern for function of change.
16231 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16232 acknowledgements patterns.
16233
16234 2000-05-31 Kenichi Handa <handa@etl.go.jp>
16235
16236 * isearch.el (isearch-printing-char): If keyboard coding system is
16237 being used, call isearch-process-search-multibyte-characters.
16238
16239 * international/isearch-x.el: Mostly rewritten.
16240
16241 * international/quail.el (quail-start-conversion): Don't include
16242 unhandled events in the returned events, but set them in
16243 unread-command-events. Exit if all inputs are deleted.
16244
16245 2000-05-30 Jason Rumney <jasonr@gnu.org>
16246
16247 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16248
16249 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16250 Reenable code to create initial fontsets.
16251 Use set-fontset-font in place of put-charset-property.
16252
16253 2000-05-30 Gerd Moellmann <gerd@gnu.org>
16254
16255 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16256 label, ensure that the first colon isn't followed by another.
16257
16258 * paths.el (Info-default-directory-list): Doc fix.
16259
16260 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16261 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16262 send a query containing USER only, not USER@HOST.
16263
16264 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16265 and rmail-msgend to compute the restriction at the end, instead of
16266 computing it.
16267
16268 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16269
16270 * dabbrev.el (dabbrev-expand): Don't display messages in the
16271 echo area if the minibuffer window is active.
16272
16273 * jit-lock.el (jit-lock-mode): Add after change function to
16274 local hook.
16275
16276 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16277
16278 * antlr-mode.el: New commands: hide/unhide actions,
16279 upcase/downcase literals.
16280 (antlr-tiny-action-length): New user option.
16281 (antlr-hide-actions): New command. Suggested by
16282 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16283 (antlr-mode-map): New binding [C-c C-v].
16284 (antlr-mode-menu): New entries.
16285 (antlr-downcase-literals): New command.
16286 (antlr-upcase-literals): Ditto.
16287
16288 * antlr-mode.el: Minor changes: indendation, mode-name.
16289 (antlr-indent-line): Indent cpp directive at column 0.
16290 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16291
16292 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16293 (antlr-font-lock-additional-keywords): Workaround for intentional
16294 bug in XEmacs version of font-lock.
16295 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16296 be used by a smarter version of `buffers-menu-grouping-function'.
16297
16298 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16299
16300 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16301 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16302
16303 2000-05-29 Kenichi Handa <handa@etl.go.jp>
16304
16305 * international/encoded-kb.el
16306 (encoded-kbd-iso2022-designation-map): Pay attention to that
16307 charset-iso-final-char return -1 for eight-bit-control and
16308 eight-bit-graphic.
16309
16310 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16311
16312 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16313 (speedbar-easymenu-definition-base): Use display-graphic-p where
16314 available, instead of window-system.
16315
16316 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16317
16318 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16319 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16320 coding systems.
16321
16322 2000-05-26 Dave Love <fx@gnu.org>
16323
16324 * disp-table.el (standard-display-underline): Don't use
16325 internal-find-face.
16326
16327 * mail/reporter.el: Maintainer change. Doc fixes.
16328 (reporter-version): Deleted.
16329
16330 * emacs-lisp/elp.el: Maintainer change.
16331 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16332
16333 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16334
16335 * add-log.el (add-change-log-entry): Merge the current entry with the
16336 previous one if the previous one is empty.
16337
16338 2000-05-26 Dave Love <fx@gnu.org>
16339
16340 * loadhist.el (unload-feature): Fix interactive spec [from
16341 lijnzaad@ebi.ac.uk].
16342
16343 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16344 subr-arity to check primitives.
16345 (byte-compile-flush-pending, byte-compile-file-form-progn)
16346 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16347 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16348 mapcar.
16349
16350 2000-05-26 Kenichi Handa <handa@etl.go.jp>
16351
16352 * international/fontset.el: Set family names of non-latin charsets
16353 in default fontset to "*".
16354
16355 * international/mule-diag.el (print-fontset): Combine family part
16356 and registry part of the fontname by "-*-" instead of "-".
16357
16358 * international/mule-cmds.el (encode-coding-char): Make strings
16359 multibyte before calling encode-coding-string.
16360
16361 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16362
16363 * derived.el: Fix keywords.
16364 (define-derived-mode): Only define if needed.
16365
16366 * simple.el (fill-comment, comment-column, comment-start)
16367 (comment-start-skip, comment-end, comment-indent-function)
16368 (block-comment-start, block-comment-end, indent-for-comment)
16369 (set-comment-column, kill-comment, comment-padding, comment-region)
16370 (comment-multi-line, indent-new-comment-line): Remove.
16371
16372 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16373 function names for comment operations.
16374
16375 * newcomment.el: Add abundant autoload cookies.
16376 (comment-style): Don't depend on runtime data at compile-time.
16377 (comment-indent-hook): Remove.
16378 (comment-indent): Check if comment-indent-hook is bound.
16379 (comment-region): Docstring fix.
16380
16381 2000-05-25 Dave Love <fx@gnu.org>
16382
16383 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16384 byte-code-function-p.
16385
16386 * mail/rmailsum.el: Add provide.
16387
16388 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16389
16390 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16391 defcustom.
16392
16393 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16394
16395 * ediff-diff.el (ediff-exec-process): delete --binary option from
16396 non-buffer ediff jobs.
16397
16398 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16399
16400 * hilit-chg.el (highlight-changes-mode): Ask about color or
16401 grayscale support, not about window-system.
16402
16403 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16404 window-system.
16405 (ffap-highlight): Always default to t.
16406
16407 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16408 display-popup-menus-p instead of looking at window-system.
16409
16410 * disp-table.el (standard-display-g1, standard-display-graphic):
16411 Only refuse to use string glyphs on X and MS-Windows.
16412
16413 * avoid.el: Remove window-system from commentary, suggest to use
16414 display-*-p instead.
16415
16416 * apropos.el (apropos-print): Use display-mouse-p instead of
16417 window-system.
16418
16419 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16420
16421 * international/codepage.el (cp-decoding-vector-for-codepage):
16422 Fill up unsupported characters with their own codes. From Kenichi
16423 Handa.
16424
16425 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16426
16427 * international/mule-diag.el (describe-char-after): Use
16428 display-graphic-p instead of window-system, so that this function
16429 works on MS-DOS.
16430
16431 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16432
16433 * international/codepage.el (cp-make-coding-systems-for-codepage):
16434 Remove the eight-bit-graphic and eight-bit-control charsets from
16435 the list of charsets which we convert into `?'.
16436
16437 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16438
16439 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16440 private charsets.
16441 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16442 japanese-jisx0213-2): New charsets.
16443
16444 * international/fontset.el: Setup default fontset for new charsets.
16445
16446 2000-05-24 Dave Love <fx@gnu.org>
16447
16448 * info.el (Info-find-node-2): Restructure [following "Vadim
16449 S. Solomin" <sovs@uic.nnov.ru>].
16450
16451 * icomplete.el: Fix header for Finder.
16452
16453 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16454
16455 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16456 STAY.
16457
16458 * rmail.el (rmail-automatic-folder-directives): New user variable.
16459 (rmail-show-message): Add call to `rmail-auto-file' during
16460 display.
16461 (rmail-auto-file): New function.
16462
16463 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16464
16465 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16466 account.
16467 (ediff-test-utility,ediff-diff-mandatory-option)
16468 (ediff-reset-diff-options): Utilities for proper initialization of
16469 ediff-diff-options and ediff-diff3-options on Windows.
16470
16471 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16472 variable.
16473
16474 * ediff-mult.el (ediff-filegroup-action): Use
16475 ediff-merge-filename-prefix.
16476
16477 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16478
16479 * viper-ex.el (ex-write): Set selective display to nil.
16480
16481 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16482
16483 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16484 aliases for hebrew-iso-8bit.
16485
16486 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16487
16488 * woman.el: New version from Francis J. Wright
16489 <F.J.Wright@Maths.QMW.ac.uk>.
16490 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16491 names in environment variables regardless of the path separator.
16492 (woman-topic-all-completions-1): Don't call file-name-directory-p
16493 on all files, since woman-file-regexp already filters out any
16494 directories.
16495
16496 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16497
16498 * international/quail.el (quail-start-translation): Don't change
16499 modified-p of the current buffer.
16500 (quail-start-conversion): Likewise.
16501
16502 * international/kkc.el (kkc-region): Don't change modified-p of
16503 the current buffer.
16504
16505 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16506 conform to RFC1468.
16507 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16508
16509 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16510
16511 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16512 (speedbar-insert-button): Invisible text property fix.
16513 (speedbar-directory-plus): Renamed from speedbar-directory-+
16514 (speedbar-directory-minus): Renamed from speedbar-directory--
16515 (speedbar-page-plus): Renamed from speedbar-file-+
16516 (speedbar-page-minus): Renamed from speedbar-file--
16517 (speedbar-page): Renamed from speedbar-file-
16518 (speedbar-tag): Renamed from speedbar-tag-
16519 (speedbar-tag-plus): Renamed from speedbar-tag-+
16520 (speedbar-tag-minus): Renamed from speedbar-tag--
16521 (speedbar-expand-image-button-alist): Use above renames.
16522
16523 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16524 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16525 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16526 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16527 * sb-pg.xpm: Renamed from sb-file.xpm
16528 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16529 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16530
16531 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16532
16533 * international/quail.el (quail-show-guidance-buf): Set
16534 current-input-method of the guidance buffer to the name of the
16535 curren input method.
16536
16537 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16538
16539 * progmodes/compile.el (compile-internal): Style typo.
16540
16541 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16542 quote vars and functions in the docstring.
16543
16544 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16545
16546 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16547 Don't quote lambdas.
16548
16549 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16550
16551 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16552
16553 * startup.el (command-line): Determine source file of compiled
16554 user init file differently. Warn if compiled user init file
16555 is older than its source file.
16556
16557 * ffap.el (ffap-url-regexp): Add `https'.
16558
16559 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16560
16561 * files.el (make-backup-file-name-1): Replace slashes with `!'
16562 rather than `|' (which is not allowed on Windows). Replace the
16563 drive letters with a string "drive_X".
16564
16565 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16566
16567 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16568
16569 * files.el (interpreter-mode-alist): Add `bash2'.
16570
16571 2000-05-22 Dave Love <fx@gnu.org>
16572
16573 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16574 mapc.
16575 (feature-file): Avoid calling symbol-name. Doc fix.
16576 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16577 (loadhist-hook-functions): Add mouse-position-function.
16578 (unload-feature): Change uses of mapcar.
16579
16580 * files.el (parse-colon-path): Doc fix.
16581 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16582 (set-auto-mode): Use mapc.
16583
16584 * complete.el (PC-look-for-include-file): Use :alnum: character
16585 class.
16586 (partial-completion-mode): Add autoload cookie.
16587
16588 2000-05-22 Sam Steingold <sds@gnu.org>
16589
16590 * info.el (Info-fontify-node): Fixed the call to
16591 `add-text-properties' (bug introduced on 2000-05-18).
16592
16593 2000-05-22 Dave Love <fx@gnu.org>
16594
16595 * bindings.el: Remove debug-ignored-errors set in other files.
16596
16597 * progmodes/etags.el: Add to debug-ignored-errors.
16598 (visit-tags-table-buffer): Clear out buffers holding old tables
16599 when making a new list.
16600 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16601 mapc.
16602
16603 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16604 quote keywords.
16605 (cmpl-string-case-type): Use character classes.
16606
16607 * comint.el:
16608 * textmodes/ispell.el:
16609 * imenu.el:
16610 * mail/mh-e.el:
16611 * progmodes/compile.el: Add to debug-ignored-errors.
16612
16613 * dabbrev.el: Add to debug-ignored-errors.
16614 (dabbrev-completion): Use mapc.
16615
16616 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16617
16618 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16619 (woman-mapcan, woman-parse-man.conf)
16620 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16621 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16622 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16623 path syntax better.
16624 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16625 (woman-manpath): Call woman-parse-man.conf.
16626 (woman-emulation): New defcustom, defaults to nroff.
16627 (woman-font-support): New defconst.
16628 (woman-use-symbol-font): New defcustom.
16629 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16630 "Emulation".
16631 Many functions: Doc fix.
16632
16633 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16634
16635 * international/quail.el (quail-simple-translation-keymap): Map
16636 128..255 to quail-self-insert-command.
16637 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16638
16639 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16640
16641 * help.el (help-manyarg-func-alist): Typo.
16642
16643 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16644 intervals which makes it heaps simpler.
16645
16646 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16647 the nested comment markers.
16648
16649 * subr.el (remove-hook): Don't turn the hook's value into a list.
16650
16651 2000-05-21 Dave Love <fx@gnu.org>
16652
16653 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16654 are invalid characters.
16655
16656 * international/mule-util.el (detect-coding-with-priority): Use
16657 mapc. Remove redundant lambda.
16658
16659 * international/mule-diag.el (list-non-iso-charset-chars)
16660 (describe-fontset): Remove redundant lambda.
16661
16662 * emulation/crisp.el (brief-mode): New alias.
16663
16664 * emacs-lisp/ring.el (ring-elements): New function.
16665
16666 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16667 (easy-menu-do-add-item): Use keywordp.
16668
16669 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16670
16671 * replace.el: Doc and error message fixes.
16672 (replace-highlight): Use facep, not internal-find-face.
16673
16674 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16675
16676 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16677
16678 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16679 (log-edit-insert-changelog): Drop `:' as well.
16680
16681 * log-view.el: Fix file description.
16682 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16683 available.
16684 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16685 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16686
16687 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16688 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16689 Print a status message if the toggle is called interactively.
16690 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16691 for global minor modes and use `defcustom' for them.
16692 Use add-minor-mode.
16693 (easy-mmode-define-derived-mode): Remove.
16694 (define-derived-mode): Fancier default docstring.
16695 (easy-mmode-define-navigation): Signal an error rather than (ding).
16696
16697 * newcomment.el (comment-styles): New `box-multi'.
16698 (comment-normalize-vars): Better default for comment-continue to
16699 avoid whitespace-only continuations.
16700 (comment-search-forward): Always move even in the no-syntax case.
16701 (comment-padright): Only obey N if it's only obeyed for padleft.
16702 (comment-make-extra-lines): Better handling of empty continuations.
16703 Use `=' for the filler if comment-start has only one character.
16704 (uncomment-region): Try handling the special `=' filler.
16705 (comment-region): Allow LINES even if MULTI is nil.
16706 (comment-box): Choose box style based on comment-style.
16707
16708 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16709
16710 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16711 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16712
16713 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16714
16715 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16716 and insert, not subst-char-in-region.
16717
16718 * international/mule-diag.el (list-character-sets-1): Handle
16719 charsets eight-bit-control and eight-bit-graphic.
16720 (list-iso-charset-chars): Likewise.
16721 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16722 charactes as is. Use indent-to to align characters.
16723
16724 * international/mule-cmds.el (find-multibyte-characters): Never
16725 exclude charsets eight-bit-control and eight-bit-graphic.
16726
16727 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16728
16729 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16730 Don't quote lambdas.
16731
16732 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16733
16734 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16735
16736 * gud.el (gud-jdb-directories): Doc fix.
16737
16738 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16739
16740 * newcomment.el: New file.
16741
16742 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16743
16744 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16745
16746 2000-05-18 Andreas Schwab <schwab@suse.de>
16747
16748 * dired.el (dired-between-files): Also skip lines beginning with
16749 `used'.
16750
16751 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16752
16753 * msb.el (msb-menu-cond): Add choice `user'.
16754
16755 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16756
16757 * ps-print.el: Compatibility, customization and doc fix.
16758 (ps-printer-name-option): Replace defconst by defvar.
16759 (ps-postscript-code-directory): XEmacs compatibility.
16760 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16761 fix.
16762 (ps-user-defined-prologue, ps-print-prologue-header)
16763 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16764 compatibility and code fix.
16765 (ps-print-background-image, ps-print-background-text):
16766 Customization fix.
16767 (ps-line-number-start, ps-n-up-on): New vars.
16768
16769 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16770
16771 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16772 the indent-comment function to just return the appropriate indent.
16773
16774 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16775
16776 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16777 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16778 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16779
16780 2000-05-18 Dave Love <fx@gnu.org>
16781
16782 * info.el (Info-fontify-node): Add intangible property as well as
16783 invisible.
16784
16785 * calendar/appt.el (appt-make-list): Match all lines of entry.
16786 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16787
16788 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16789
16790 * international/mule-diag.el (describe-char-after): Call
16791 internal-char-font, not char-font. If internal-char-font returns
16792 nil, display "-- none --".
16793
16794 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16795
16796 * image.el (image-type-available-p): Don't reference image-types
16797 if it isn't bound.
16798
16799 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16800
16801 * autoarg.el (autoarg-mode): Typo in the :set argument.
16802
16803 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16804
16805 * startup.el (command-line-1): Don't signal an error if the
16806 directory for auto-save-list files does not yet exist.
16807
16808 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16809
16810 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16811
16812 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16813
16814 * subr.el (remove-hook): `setq' hook-value, not `set'.
16815
16816 2000-05-16 Sam Steingold <sds@gnu.org>
16817
16818 * info.el (debug-ignored-errors): More errors to ignore.
16819
16820 2000-05-16 Dave Love <fx@gnu.org>
16821
16822 * cus-edit.el: Don't require cl or easymenu.
16823 (custom-variable-prompt): Test standard-value property, not
16824 user-variable-p.
16825
16826 2000-05-16 Sam Steingold <sds@gnu.org>
16827
16828 * subr.el (add-hook): `setq' hook-value, not `set'.
16829
16830 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16831
16832 * startup.el (command-line-1): Mention the FAQ in the startup
16833 message.
16834
16835 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16836
16837 * progmodes/compile.el (compilation-parse-errors): Collect
16838 `nomessage' regexps last.
16839
16840 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16841
16842 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16843 to the function name.
16844
16845 2000-05-15 Dave Love <fx@gnu.org>
16846
16847 * speedbar.el (speedbar-recenter): Typo.
16848 (speedbar-expand-line): Make arg optional.
16849 (speedbar-mode): Avoid a compiler warning.
16850
16851 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16852
16853 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16854 user-specified option string is empty.
16855
16856 * mouse.el (mouse-yank-at-click): Doc fix.
16857
16858 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16859
16860 * term/internal.el (IT-character-translations): More updates of
16861 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16862 documents.
16863
16864 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16865
16866 * env.el (getenv): New function, interactively callable.
16867 (setenv, getenv): Remove autoload cookies.
16868
16869 * loadup.el: Load `env'.
16870
16871 * progmodes/f90.el: Change author's mail address.
16872
16873 2000-05-14 Dave Love <fx@gnu.org>
16874
16875 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16876 goto-addr as an option.
16877
16878 * help.el (help-xref-stack): Doc fix.
16879 (help-xref-following): New variable.
16880 (help-make-xrefs): Use it.
16881 (help-xref-go-back): Use position information from stack element.
16882 (help-follow): Make position in stack element a pair. Use
16883 help-xref-following.
16884
16885 * autoarg.el: New file.
16886
16887 * faces.el: Declare more functions obsolete.
16888
16889 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16890 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16891 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16892 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16893 Remove all the setup-...-environment functions.
16894
16895 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16896
16897 * speedbar.el: Updated the commentary section. xemacs20p now uses
16898 >= when detecting. Require `defimage' safely.
16899 (speedbar-easymenu-definition-base): Add toggle for images.
16900 (speedbar-easymenu-definition-special): Add flush cache & expand.
16901 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16902 (speedbar-reconfigure-keymaps-hook): New variable.
16903 (speedbar-frame-parameters): Updated documentation.
16904 (speedbar-use-imenu-flag): Updated custom tag
16905 (speedbar-dynamic-tags-function-list): New variable.
16906 (speedbar-tag-hierarchy-method): Updated doc & custom.
16907 (speedbar-indentation-width, speedbar-indentation-width) New
16908 variables.
16909 (speedbar-hide-button-brackets-flag): Customizable.
16910 (speedbar-vc-indicator): Doc update.
16911 (speedbar-ignored-path-expressions): Updated default value.
16912 (speedbar-supported-extension-expressions): Updated default value.
16913 (speedbar-syntax-table): Remove {} paren status.
16914 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16915 as "+". Added overlay aliases.
16916 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16917 `force-mode-line-update'.
16918 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16919 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16920 `mouse-set-point'
16921 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16922 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16923 of arbitrary text, and new helper functions.
16924 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16925 filename finder.
16926 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16927 (speedbar-directory-buttons): Update path search/expansion.
16928 (speedbar-make-tag-line): Pay attention to
16929 `speedbar-indentation-width'. Use more care w/ invisible
16930 properties.
16931 (speedbar-change-expand-button-char): Call
16932 `speedbar-insert-image-button-maybe'.
16933 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16934 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16935 (speedbar-trim-words-tag-hierarchy)
16936 (speedbar-simple-group-tag-hierarchy): New functions
16937 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16938 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16939 functions.
16940 (speedbar-mouse-set-point): New function
16941 (speedbar-power-click): Updated documentation.
16942 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16943 of tag prefix text.
16944 (speedbar-expand-line, speedbar-contract-line): Make more robust
16945 to strange text.
16946 (speedbar-expand-line): Takes universal argument to flush the
16947 cache.
16948 (speedbar-flush-expand-line): New function.
16949 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16950 Use new generator insertion method.
16951 (speedbar-fetch-dynamic-tags): New function.
16952 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16953 `speedbar-fetch-dynamic-imenu'.
16954 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16955 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16956 "Revert Buffer" menu items.
16957 (speedbar-buffer-buttons-engine): Be smarter when creating a
16958 filename tag (for expansion purposes.).
16959 (speedbar-highlight-one-tag-line,
16960 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16961 (speedbar-recenter): New functions.
16962 (defimage-speedbar): Image loading abstraction.
16963 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16964 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16965 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16966 (speedbar-tag-type, speedbar-tag-mail): New images.
16967 (speedbar-expand-image-button-alist): New variable.
16968 (speedbar-insert-image-button-maybe): Insert an image over some
16969 buttons.
16970
16971 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16972
16973 * international/mule-cmds.el (encode-coding-char): An ASCII
16974 character is always encodable.
16975
16976 * international/mule-conf.el: Add more information in descriptions
16977 of character sets.
16978
16979 * international/mule-diag.el (describe-char-after): New function.
16980 (describe-font-internal): Adjusted for the change of font-info.
16981 (describe-font): Likewise.
16982 (print-fontset): Rewritten for the new fontset implementation.
16983 (describe-fontset): Include fontset alias names in completion.
16984 (list-fontsets): Adjusted for the change of print-fontset.
16985
16986 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16987 describe-char-after instead of displaying the detail in the echo
16988 area.
16989 (syntax-code-table): Format changed.
16990 (string-to-syntax): Adjusted for the above change.
16991
16992 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16993
16994 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16995
16996 2000-05-12 Dave Love <fx@gnu.org>
16997
16998 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16999 dependence. Use line-{beginning,end}-position, not
17000 point-at{b,e}ol. Some doc fixes.
17001 (todo-position): New function. Fix callers of position to use it.
17002 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17003
17004 2000-05-12 Gerd Moellmann <gerd@gnu.org>
17005
17006 * time.el (display-time-mail-icon): Use `:ascent center'.
17007
17008 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17009 handling FTP security extensions.
17010
17011 2000-05-11 Dave Love <fx@gnu.org>
17012
17013 * calendar/todo-mode.el: New file.
17014
17015 2000-05-11 Gerd Moellmann <gerd@gnu.org>
17016
17017 * comint.el (comint-read-input-ring): Move reference to
17018 comint-input-ring-size outside of the save-excursion. It was
17019 causing the default value to be the only one ever seen.
17020
17021 * font-lock.el: Update copyright. Remove Simon Marshall's email
17022 address on request from him.
17023
17024 * subr.el (substitute-key-definition): Add comment describing
17025 the meaning of PREFIX.
17026
17027 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17028
17029 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17030
17031 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17032 (add-minor-mode): Don't make the variable buffer-local and add a
17033 reference to define-minor-mode in the docstring.
17034
17035 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17036 HEADER/FOOTER and fix bug with trailing empty directory.
17037 (cvs-append-to-ignore): Use vc-editable-p if available.
17038 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17039 (vc-do-command): Tweak advice to handle the new VC.
17040
17041 * log-view.el (log-view-goto-rev): New function for the new VC.
17042 (log-view-minor-wrap): Use mark-active.
17043
17044 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17045 (log-edit-changelog-full-paragraphs): New var.
17046 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17047 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17048 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17049 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17050 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17051 Replace the `cvs' prefix with `log-edit'.
17052
17053 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17054
17055 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17056 (diff-font-lock-defaults): Explicitly turn off multiline.
17057 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17058 (diff-ediff-patch): Fix call to ediff-patch-file.
17059 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17060 Handle comments.
17061
17062 * frame.el (automatic-hscrolling): Typo.
17063
17064 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17065
17066 2000-05-09 Sam Steingold <sds@goems.com>
17067
17068 * apropos.el (apropos-print): use `describe-face' instead of
17069 `customize-face-other-window'.
17070
17071 2000-05-09 Dave Love <fx@gnu.org>
17072
17073 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17074
17075 * help.el (describe-variable): Have customize button pop the
17076 help-xref stack when invoked.
17077 (help-xref-symbol-regexp): Add `face'.
17078 (help-make-xrefs): Check for quoted face names and adapt regexp
17079 submatch numbers to cope.
17080 (help-xref-interned): Maybe insert face doc too. Separate
17081 sections with a line of hyphens.
17082
17083 * faces.el: Some doc fixes. Declare some functions obsolete.
17084 (describe-face): Add customize button. Return the help
17085 text. Fix prompt.
17086
17087 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17088
17089 * term/internal.el (IT-character-translations): Fix last change.
17090
17091 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17092
17093 * woman.el: New file
17094 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17095
17096 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17097
17098 * term/internal.el (IT-character-translations): Update ASCII
17099 simulations for greek-iso8859-7, add latin-iso8859-14 and
17100 latin-iso8859-15.
17101
17102 * international/mule-cmds.el (set-language-info-alist): Call
17103 define-prefix-command with 3 arguments, to make the map suitable
17104 for a menu.
17105
17106 2000-05-07 Dave Love <fx@gnu.org>
17107
17108 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17109
17110 2000-05-05 Dave Love <fx@gnu.org>
17111
17112 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17113 list in doc string. Don't quote keyword symbols.
17114 * emacs-lisp/cl.el: Likewise
17115 * emacs-lisp/cl-seq.el: Likewise
17116
17117 2000-05-05 Gerd Moellmann <gerd@gnu.org>
17118
17119 * abbrev.el (abbrev-mode): Make ARG optional.
17120
17121 2000-05-04 Gerd Moellmann <gerd@gnu.org>
17122
17123 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17124
17125 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17126
17127 * subr.el (substitute-key-definition): Clarify documentation.
17128
17129 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
17130
17131 * glasses.el (glasses-convert-to-unreadable): Use
17132 `glasses-separator' instead of the hard-wired "_".
17133 (glasses-mode): Call `glasses-make-unreadable' only in a single
17134 place.
17135
17136 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17137
17138 * term/internal.el (cjk-codepages-alist): Add associations for
17139 Chinese and Korean codepages. Remove FIXME comment.
17140
17141 2000-05-03 Dave Love <fx@gnu.org>
17142
17143 * time.el (display-time-mail-face, display-time-use-mail-icon):
17144 New option.
17145 (display-time-mail-icon): New variable.
17146 (display-time-string-forms): Use the above. Fix the local-map.
17147
17148 2000-05-03 Gerd Moellmann <gerd@gnu.org>
17149
17150 * replace.el (query-replace-map): Add binding for `E'.
17151 (query-replace-help): Extend help text.
17152 (perform-replace): Allow editing the replacement string.
17153
17154 * make-mode.el (makefile-mode-abbrev-table): New variable.
17155 (makefile-mode): Set local abbrev table to
17156 makefile-mode-abbrev-table.
17157 (makefile-font-lock-keywords): Fontify includes and conditionals.
17158
17159 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17160 set TOGGLE's value.
17161
17162 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17163 mail-interactive-insert-alias.
17164 (mail-abbrev-complete-alias): New command.
17165 (mail-mode-map): Bind it to `M-TAB'.
17166
17167 2000-05-03 Kenichi Handa <handa@etl.go.jp>
17168
17169 * language/lao-util.el (lao-compose-region): New function.
17170
17171 2000-05-02 Gerd Moellmann <gerd@gnu.org>
17172
17173 * files.el (recover-session): Make directories as necessary
17174 if they don't exist yet.
17175
17176 * calendar/cal-french.el
17177 (french-calendar-multibyte-special-days-array)
17178 (french-calendar-special-days-array): Change French text.
17179 (calendar-french-date-string): Change output.
17180 (calendar-goto-french-date): Likewise.
17181
17182 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17183
17184 * wid-edit.el (widget-default-active): Obey `:always-active'.
17185 (widget-documentation-string-value-create): Set `:always-active'.
17186
17187 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17188
17189 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17190 default prefix to `~/_emacs.d/auto-save.list/_s'.
17191 (normal-top-level): Create the directory for auto-save files, if
17192 it doesn't already exist (in the ms-dos case only).
17193
17194 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17195
17196 * international/mule-cmds.el (set-language-environment): Don't
17197 concat an integer (dos-codepage), use format instead.
17198
17199 2000-05-02 Dave Love <fx@gnu.org>
17200
17201 * help.el (help-xref-on-pp): Check for constant symbols.
17202
17203 2000-04-29 Gerd Moellmann <gerd@gnu.org>
17204
17205 * startup.el (normal-top-level): Put a condition-case around
17206 the code loading subdirs.el.
17207
17208 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17209
17210 * ps-print.el: Upside-down and face background color printing,
17211 line number step, doc fix.
17212 (ps-print-version): New version number (5.2).
17213 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17214 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17215 (ps-spool-config): Var fix.
17216 (ps-printer-name-option): Const fix.
17217 (ps-print-upside-down, ps-use-face-background)
17218 (ps-line-number-step): New vars.
17219 (ps-window-system, ps-lp-system): New consts.
17220 (ps-face-background): New fun.
17221
17222 2000-04-28 Richard Stallman <rms@gnu.org>
17223
17224 * files.el (make-auto-save-file-name):
17225 Apply auto-save-file-name-transforms to visited file name
17226 before generating auto save file name.
17227 (auto-save-file-name-transforms): New variable.
17228
17229 * files.el (backup-enable-predicate):
17230 Correctly test for a file under a temporary directory.
17231
17232 2000-04-28 Gerd Moellmann <gerd@gnu.org>
17233
17234 * subr.el (add-minor-mode): Rewritten.
17235
17236 2000-04-28 Kenichi Handa <handa@etl.go.jp>
17237
17238 * mail/sendmail.el (sendmail-send-it): Set
17239 buffer-file-coding-system to the selected coding system for MIME
17240 header.
17241
17242 2000-04-27 Gerd Moellmann <gerd@gnu.org>
17243
17244 * dired.el (dired-move-to-filename-regexp): Allow format where
17245 YYYY is followed by two spaces.
17246
17247 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17248 in the second character class of the regexp.
17249
17250 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17251 mh-etc, too.
17252
17253 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17254 nil.
17255
17256 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17257
17258 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17259 argument.
17260
17261 2000-04-27 Sen Nagata <sen@eccosys.com>
17262
17263 * emacs-lisp/crm.el (crm-completion-table): New variable.
17264 (crm-collection-fn, crm-test-completion)
17265 (completing-read-multiple): Use it.
17266
17267 2000-04-27 Dave Love <fx@gnu.org>
17268
17269 * help.el (locate-library): Use mapc.
17270 (help-manyarg-func-alist): Add call-process-region.
17271
17272 2000-04-26 Gerd Moellmann <gerd@gnu.org>
17273
17274 * subr.el (add-minor-mode): Make argument MAP optional.
17275
17276 * desktop.el (desktop-save): Save list of minor modes.
17277 (desktop-create-buffer): Restore minor modes.
17278 (desktop-minor-mode-table): New user-option.
17279
17280 * subr.el (add-minor-mode): New function.
17281
17282 * image.el (find-image): New function.
17283 (defimage): Rewritten to find image at load time.
17284
17285 * startup.el (normal-top-level-add-to-load-path): Handle
17286 case that the default directory is not in load-path.
17287
17288 * help.el: Old patch from Stefan Monnier.
17289 (help-xref-on-pp): New function.
17290 (describe-variable): Use it to display xrefs in a symbol's value.
17291
17292 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17293
17294 * cus-edit.el (custom-face): Fix parenthesis.
17295
17296 2000-04-26 Kenichi Handa <handa@etl.go.jp>
17297
17298 * mail/rmail.el (rmail-expunge): When there are no deleted
17299 messages, do nothing.
17300
17301 2000-04-26 Dave Love <fx@gnu.org>
17302
17303 * international/mule-cmds.el (locale-translation-file-name):
17304 Defvar to nil.
17305 (set-locale-environment): Set it here (at runtime).
17306
17307 2000-04-25 Gerd Moellmann <gerd@gnu.org>
17308
17309 * replace.el (perform-replace): Add parameters START and END. Use
17310 them instead of the check for a region in Transient Mark mode.
17311 (query-replace-read-args): Return two more list elements for the
17312 start and end of the region in Transient Mark mode.
17313 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17314 (map-query-replace-regexp, replace-string, replace-regexp): Add
17315 optional last arguments START and END and pass them to
17316 perform-replace.
17317
17318 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17319 form with additional arguments for perform-replace.
17320
17321 * progmodes/etags.el (tags-query-replace): Add parameters START
17322 and END. Construct a form with additional arguments for
17323 perform-replace.
17324
17325 * simple.el (shell-command): Set default directory for "*Shell
17326 Command Output" buffer.
17327
17328 * language/european.el (iso-latin-4): Fix typo.
17329
17330 * emacs-lisp/crm.el: New file.
17331
17332 2000-04-24 Dave Love <fx@gnu.org>
17333
17334 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17335 (Custom-reset-saved, Custom-reset-standard)
17336 (custom-group-value-create, custom-group-set, custom-group-save)
17337 (custom-group-reset-current, custom-group-reset-saved)
17338 (custom-group-reset-standard): Use mapc.
17339 (custom-buffer-create-internal): Disable undo when creating items.
17340 Use mapc.
17341 (custom-face): Avoid redundant lambda.
17342
17343 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17344
17345 * startup.el (auto-save-list-file-prefix): Set default to
17346 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17347
17348 2000-04-24 Sam Steingold <sds@gnu.org>
17349
17350 * time-stamp.el (time-stamp-string-preprocess): Always convert
17351 `field-result' to a string.
17352
17353 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17354
17355 * frame.el (scrolling): New group.
17356 (automatic-hscrolling): New user-option.
17357
17358 * startup.el (command-line-x-option-alist): Add `-lsp' and
17359 `--line-spacing'.
17360
17361 2000-04-19 Dave Love <fx@gnu.org>
17362
17363 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17364 (cl-mapc): Rename from mapc. Fix the funcall.
17365
17366 2000-04-19 Gerd Moellmann <gerd@gnu.org>
17367
17368 * simple.el (clone-indirect-buffer-other-window): New command.
17369 (clone-indirect-buffer): Add optional arg NORECROD.
17370 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17371
17372 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17373
17374 * window.el (count-screen-lines): New function.
17375 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17376 instead of window-buffer-height.
17377
17378 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17379 non-existing variable comint-input-sentinel.
17380 (inferior-lisp-args-to-list): Removed.
17381 (inferior-lisp): Use split-string instead of
17382 inferior-lisp-args-to-list.
17383
17384 * hexl.el (hexl-insert-hex-string): New command.
17385
17386 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17387 instead of concat.
17388
17389 2000-04-18 Gerd Moellmann <gerd@gnu.org>
17390
17391 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17392 at the start of an existing but empty folder.
17393
17394 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17395
17396 * ps-mule.el: Customization fix, doc fix.
17397 (ps-multibyte-buffer): Customization fix.
17398
17399 2000-04-17 Richard M. Stallman <rms@gnu.org>
17400
17401 * subr.el (read-passwd): Use read-char-exclusive.
17402
17403 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17404
17405 * textmodes/texinfo.el (texinfo-insert-@email)
17406 (texinfo-insert-@emph, texinfo-insert-@quotation)
17407 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17408 (texinfo-mode-map): Add key bindings for them.
17409
17410 * files.el (basic-save-buffer-2): Use a template with `$'
17411 instead of `#' for VMS.
17412
17413 * simple.el (clone-indirect-buffer): New function.
17414
17415 2000-04-16 Stephen Eglen <stephen@gnu.org>
17416
17417 * iswitchb.el (iswitchb-case): New function. If the user input
17418 contains any upper-case characters, the search is made
17419 case-sensitive.
17420
17421 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17422
17423 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17424 comment-end.
17425 (texinfo-font-lock-syntactic-keywords): New var.
17426 (texinfo-font-lock-keywords): Remove comment regexp.
17427 (texinfo-insert-block): New function.
17428 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17429 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17430 and font-lock-defaults. Use regexp-opt for outline-regexp.
17431 (texinfo-environments): New var.
17432 (texinfo-environment-regexp): Use regexp-opt and
17433 texinfo-environments.
17434
17435 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17436 ispell-process is bound since this might be eval'd before ispell
17437 is loaded.
17438 (ispell-message): Use a tiny bit less magic and a bit more hard
17439 data to figure out what kind of sc-cite-regexp to use.
17440
17441 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17442
17443 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17444 (insert-cyclic-diary-entry): Unquote the lambda.
17445
17446 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17447
17448 * files.el (backup-enable-predicate): Unquote the lambda.
17449
17450 * cus-edit.el (custom-face, face): Unquote the lambda.
17451
17452 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17453
17454 * ps-print.el: Check for line-beginning-position definition.
17455
17456 * ps-print.el: Fix counting lines in a region.
17457 (ps-print-version): New version number (5.1.5).
17458 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17459 (ps-printing-region): Fun code fix.
17460
17461 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17462
17463 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17464 to file-directory-p.
17465
17466 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17467
17468 * gud.el (gud-jdb-build-source-files-list): Check that directory
17469 exists before calling directory-files.
17470
17471 2000-04-13 Dave Love <fx@gnu.org>
17472
17473 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17474 syntax.
17475
17476 * emacs-lisp/cl-specs.el: Remove when, unless.
17477
17478 * emacs-lisp/cl-extra.el: Don't quote keywords.
17479 (cl-old-mapc): New variable.
17480 (mapc): Use it.
17481 (cl-map-intervals): Use with-current-buffer. Don't check for
17482 next-property-change.
17483 (cl-map-overlays): Use with-current-buffer.
17484 (cl-expt): Remove.
17485 (copy-tree, remprop): Define unconditionally.
17486
17487 * emacs-lisp/cl-compat.el (keywordp): Remove.
17488
17489 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17490 to use keywordp.
17491 (edebug-spec): Enable keywordp.
17492
17493 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17494 string-lessp.
17495
17496 * cus-start.el: Use keywordp.
17497
17498 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17499
17500 * diary-lib.el (include-other-diary-files): Fix the fix of
17501 2000-02-18 by doing a save-excursion.
17502
17503 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17504
17505 * ps-print.el: Customization fix, doc fix.
17506 (ps-print-version): New version number (5.1.4).
17507 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17508 (ps-print-preprint): Adjust code.
17509 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17510 (ps-print-prologue-header, ps-print-control-characters)
17511 (ps-spool-config): Customization fix.
17512
17513 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17514
17515 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17516 converted to the new menu-item format, names silightly changed,
17517 help strings added.
17518
17519 Support for spelling without async subprocesses:
17520
17521 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17522 (ispell-session-buffer): New variables.
17523 (ispell-start-process, ispell-process-status,
17524 ispell-accept-output, ispell-send-string): New functions, for
17525 Ispell invocation when async subprocesses aren't supported.
17526 (ispell-word, ispell-pdict-save, ispell-command-loop,
17527 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17528 to process-send-string with calls to ispell-send-string, and
17529 accept-process-output with ispell-accept-output.
17530 (ispell-init-process): Call ispell-process-status instead of
17531 process-status with.
17532 (ispell-init-process): Call ispell-start-process. Call
17533 ispell-accept-output and ispell-send-string. Don't call
17534 process-kill-without-query and kill-process if they are unbound.
17535 (ispell-async-processp): New function.
17536
17537 2000-04-12 Dave Love <fx@gnu.org>
17538
17539 * info.el: Add debug-ignored-errors.
17540 (Info-mode-menu): Add some items.
17541 (Info-directory): Add autoload cookie.
17542
17543 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17544 Modify `truncate-lines'. Make `describe-language-environment'
17545 always visible and add help. Modify `describe-key' help. Invoke
17546 Info-directory from `info'. New entry `emacs-manual'.
17547
17548 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17549
17550 * progmodes/ebrowse.el (ebrowse-tree-mode):
17551 Use propertized-buffer-identification.
17552 (ebrowse-update-member-buffer-mode-line): Likewise.
17553 (ebrowse--mode-strings): Removed.
17554 (ebrowse--mode-line-props): Removed.
17555
17556 * files.el (auto-mode-alist): Add `EBROWSE'.
17557
17558 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17559 space before testing for end of buffer.
17560 (ebrowse-load): Removed.
17561 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17562 (ebrowse-create-tree-buffer): Rewritten.
17563 (ebrowse-tree-mode): Read tree from buffer.
17564
17565 * progmodes/ebrowse-ffh.el: Removed.
17566
17567 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17568
17569 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17570
17571 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17572
17573 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17574 at the wrong place.
17575
17576 2000-04-09 Dave Love <fx@gnu.org>
17577
17578 * files.el (backup-enable-predicate):
17579 Use temporary-file-directory, small-temporary-file-directory.
17580 (make-backup-file-name-function, backup-directory-alist): New vars.
17581 (make-backup-file-name-1): New function.
17582 (make-backup-file-name): Use it.
17583 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17584 (file-newest-backup): Use make-backup-file-name.
17585
17586 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17587
17588 * progmodes/ebrowse-ffh.el: New file.
17589
17590 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17591 Moved to ebrowse-ffh.el.
17592 (ebrowse-load): Add autoload.
17593
17594 * finder.el (finder-commentary): Add autoload cookie.
17595
17596 * mail/rfc2368.el: Correct author's email address.
17597
17598 * progmodes/ebrowse.el: New file.
17599
17600 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17601 item help string.
17602 (easy-menu-do-add-item): Ditto.
17603 (easy-menu-define): Extend doc string.
17604
17605 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17606 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17607 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17608 with-buffer-unmodified.
17609
17610 2000-04-08 Dave Love <fx@gnu.org>
17611
17612 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17613 unless, when.
17614
17615 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17616
17617 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17618 (viper-flash-search-pattern): No operation when using Emacs
17619 doesn't support face.
17620 Use `viper-put-on-search-overlay'.
17621
17622 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17623
17624 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17625 like C-r.
17626
17627 * progmodes/make-mode.el: Some doc fixes.
17628 (makefile-mode-abbrev-table): New variable.
17629 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17630 (makefile-font-lock-keywords): Fontify includes and conditionals.
17631 (toplevel): Require `dabbrev' and `add-log' when compiling.
17632
17633 * replace.el (perform-replace): Don't move forward one char
17634 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17635 to do that because it leaves point 1 position after the last
17636 replacement, after everything has been replaced.
17637
17638 * jit-lock.el (with-buffer-unmodified): New macro.
17639 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17640 modified state.
17641 (jit-lock-function-1): Extracted from jit-lock-function; not
17642 preserving buffer's modified state.
17643 (jit-lock-function, jit-lock-stealth-fontify):
17644 Call jit-lock-function-1.
17645
17646 * mail/rfc2368.el: Remove supernumerary copyright line.
17647
17648 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17649
17650 * glasses.el: Provide facilities for inserting space before left
17651 parentheses and uncapitalization of identifiers.
17652 (glasses-mode): Try to remove old overlays in all cases.
17653
17654 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17655
17656 * progmodes/compile.el (compile-internal): Display the compilation
17657 buffer in a different frame, if it's already displayed there.
17658
17659 * mail/rfc2368.el: New file.
17660
17661 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17662 header and insert its value as mail body.
17663
17664 * subr.el (member-ignore-case): New function.
17665
17666 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17667 (dabbrev--find-expansion): Ignore buffers matching a regexp
17668 from dabbrev-ignored-regexps.
17669
17670 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17671 to extensions handled by gzip.
17672
17673 2000-04-03 Richard M. Stallman <rms@gnu.org>
17674
17675 * files.el (insert-directory): List the total free space
17676 along with the used space.
17677
17678 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17679 line is followed by one that matches CITATION-REGEXP, end the
17680 paragraph.
17681
17682 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17683
17684 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17685 (rmail-make-basic-summary-line): Use that option.
17686
17687 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17688
17689 * international/mule-cmds.el (encoded-string-description):
17690 Rewritten. Try pretty description for ISO 2022 escape sequences
17691 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17692 for hexadecimal format.
17693
17694 2000-04-01 Dave Love <fx@gnu.org>
17695
17696 * cpp.el: Change customization group to `c' from `C'.
17697
17698 * vcursor.el (vcursor-move): Use display-color-p.
17699
17700 * international/mule-util.el: Provide mule-utils.
17701 (string-to-sequence): Simplify and speed up.
17702
17703 * international/mule.el (make-coding-system): Purecopy doc-string.
17704
17705 * international/mule-cmds.el: Various menu changes.
17706 (describe-specified-language-support): Handle `Default'.
17707 (set-language-info): Purecopy `info'.
17708
17709 2000-03-31 Andrew Innes <andrewi@gnu.org>
17710
17711 * vc.el (vc-backend-diff): Return the correct status if we had to
17712 retry the rcsdiff command without the --brief option.
17713
17714 2000-03-31 Dave Love <fx@gnu.org>
17715
17716 * help.el (help-manyarg-func-alist): Correct several omissions.
17717
17718 * add-log.el: Don't require cl, fortran.
17719 (add-log-current-defun-function): Doc fix.
17720 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17721 (change-log-version-rcs): Function deleted.
17722 (change-log-version-number-search): Doc fix.
17723 Use vc-workfile-version. Avoid CL dolist.
17724 (add-change-log-entry): Just call add-log-current-defun to get
17725 defun. Simplify somewhat.
17726 (change-log-get-method-definition-1): Likewise.
17727 (add-log-current-defun): Return nil if calling
17728 add-log-current-defun-function does so. Move Fortran stuff to
17729 fortran.el. Return string without properties.
17730
17731 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17732 and :alpha: char classes.
17733
17734 * mail/supercite.el: Defvar curline when compiling.
17735 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17736 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17737 rather than a-zA-Z0-9 to allow non-ASCII characters.
17738
17739 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17740
17741 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17742
17743 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17744 Re-enable new code.
17745
17746 * lpr.el (print-region-1): Use -d to specify printer name for
17747 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17748
17749 2000-03-31 Dave Love <fx@gnu.org>
17750
17751 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17752 Look for function definition in symbol's function value slot first
17753 instead of first consulting byte-compile-function-environment.
17754
17755 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17756
17757 * language/european.el ("Polish"): New language environment.
17758 (setup-polish-environment): New function.
17759
17760 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17761
17762 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17763 Disable new code.
17764
17765 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17766 trying to `load' the symbol of an autoload instead of the file
17767 recorded in the autoload. Fix error messages.
17768
17769 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17770
17771 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17772 (ps-print-version): New version number (5.1.3).
17773 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17774 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17775 (ps-generate-postscript-with-faces): Code fix.
17776 (ps-color-values): XEmacs compatibility.
17777 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17778 (ps-default-fg, ps-default-bg): Adjust customization.
17779 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17780 (ps-color-scale): Renaming old ps-color-value fun.
17781 (ps-print-headers): Replace ps-print-header group to avoid conflict
17782 with ps-print-header variable.
17783 (ps-print-miscellany): New group.
17784 (ps-format-color, ps-rgb-color): New funs.
17785 (ps-default-foreground): New var.
17786 (ps-printer-name-option): New const.
17787
17788 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17789
17790 * net/net-utils.el:
17791 (network-connection-host, network-connection-service): New variables
17792 (network-connection-mode): New mode, derived from comint-mode
17793 (network-connection-mode-setup): New function, saves host and
17794 service information in local variables.
17795
17796 * lisp/locate.el:
17797 (locate-word-at-point): Added this function
17798 (locate): Default to using locate-word-at-point as input
17799 Run dired-mode-hook
17800
17801 2000-03-29 Dave Love <fx@gnu.org>
17802
17803 * calendar/appt.el: Doc fixes.
17804 (appt-check): Convert min-to-app to a string before passing to
17805 appt-disp-window-function or concat.
17806 (appt-delete-window): Remove test for frame-root-window.
17807 (appt-select-lowest-window, appt-convert-time): Simplify.
17808
17809 * emacs-lisp/bytecomp.el: Doc fixes.
17810 (byte-compile-file-form-autoload):
17811 Update byte-compile-function-environment.
17812
17813 2000-03-29 Andreas Schwab <schwab@suse.de>
17814
17815 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17816
17817 * dired.el (dired-insert-directory): If dired-free-space-program
17818 failed just delete its output.
17819
17820 2000-03-29 Dave Love <fx@gnu.org>
17821
17822 * international/iso-cvt.el: Move provide to end. Doc fixes.
17823 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17824 (iso-iso2sgml, iso-sgml2iso): New functions.
17825 (iso-cvt-define-menu): Fix some entries and use backquote for
17826 clarity.
17827
17828 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17829
17830 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17831
17832 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17833 ISO-DATE. If non-nil, return date in ISO 8601 format.
17834
17835 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17836
17837 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17838 if it ever becomes used.
17839 (log-edit-mode-hook): Default to vc-log-mode-hook.
17840 (log-edit-mode): Fix the docstring.
17841
17842 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17843 the code.
17844
17845 2000-03-26 Dave Love <fx@gnu.org>
17846
17847 * net/browse-url.el (browse-url): Re-fix case of
17848 browse-url-browser-function being an alist.
17849 (browse-url): Add :link to defgroup.
17850
17851 * files.el: Doc fixes.
17852 (file-truename): Include `[' in wildcard characters.
17853 (automount-dir-prefix): Customize.
17854 (find-file-wildcards): Add :version.
17855 (find-file-noselect): Simplify a mapcar call.
17856
17857 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17858 compatible with inf-lisp version.
17859 (eval-defun-1): Fix custom-declare-variable case.
17860
17861 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17862
17863 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17864
17865 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17866
17867 * Makefile (COMPILE_FIRST): New macro.
17868 (compile-files): Compile files from COMPILE_FIRST first.
17869
17870 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17871
17872 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17873 matching open parenthesis in column 0 to defun-prompt-regexp
17874 only if open-paren-in-column-0-is-defun-start is set.
17875
17876 * sun-curs.el: Require CL at compile-time only.
17877
17878 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17879 instead of copy-list which is a function from CL.
17880 (msb--choose-menu, msb--mode-menu-cond)
17881 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17882 (msb--init-file-alist): Use mapcar instead of mapcan.
17883 (msb--aggregate-alist): Use mapcar instead of mapcan.
17884 Fix `(' in column 0 in doc string.
17885 (msb--add-separators): Use mapcar instead of mapcan.
17886
17887 * cus-dep.el: Require CL at compile-time only.
17888
17889 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17890
17891 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17892 (byte-compile-warnings): New warning `noruntime'.
17893 (byte-compile-constants, byte-compile-variables): Fix docstring.
17894 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17895 execute `eval-whenc-compile's body.
17896 (byte-compile-unresolved-functions): Fix docstring.
17897 (byte-compile-eval): New function.
17898 (byte-compile-callargs-warn): Check if the function will be available
17899 at runtime (via property `byte-compile-noruntime').
17900 (byte-compile-print-syms): New function.
17901 (byte-compile-warn-about-unresolved-functions): Also warn about
17902 `noruntime' functions (and use `byte-compile-print-syms').
17903 (byte-compile-file): Capitalize the message.
17904
17905 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17906
17907 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17908 (rmail-expunge): Ask for confirmation depending on the setting
17909 of rmail-confirm-expunge.
17910
17911 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17912
17913 * Makefile (bootstrap-clean): If $(emacs) exists, build
17914 loaddefs.el first. A loaddefs.el that's not up-to-date might
17915 cause a bootstrap failure because things don't autoload as expected.
17916
17917 2000-03-23 Dave Love <fx@gnu.org>
17918
17919 * net/browse-url.el: Restore previous use of
17920 browse-url-maybe-new-window.
17921
17922 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17923
17924 * ps-print.el: Skip banner page fix.
17925 (ps-print-version): New version number (5.1.2).
17926 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17927
17928 2000-03-23 Dave Pearson <davep@davep.org>
17929
17930 * net/quickurl.el Changed the type of parameter passed to the
17931 function defined by `quickurl-format-function'. Before only the
17932 text of the URL was passed. Now the whole URL structure is passed
17933 and the function is responsible for extracting the parts it requires.
17934 Changed the default of `quickurl-format-function' accordingly.
17935 (quickurl-insert): Changed the `funcall' of
17936 `quickurl-format-function' to match the above change.
17937 (quickurl-list-insert): Changed the `url' case so that it makes
17938 use of `quickurl-format-function', previous to this the format was
17939 hard wired.
17940
17941 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17942
17943 * startup.el: Change some spellings for the X Window System.
17944
17945 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17946
17947 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17948 Clean up the code and the regexp and make sure the cursor is
17949 temporarily moved to the suspicious line while querying the user.
17950
17951 2000-03-22 Jason Rumney <jasonr@gnu.org>
17952
17953 * w32-fns.el (w32-charset-info-alist): Initialize.
17954
17955 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17956
17957 * ps-print.el: N-up last page fix.
17958 (ps-print-version): New version number (5.1.1).
17959 (ps-end-file, ps-end-job, ps-generate): Code fix.
17960
17961 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17962
17963 * files.el (find-file-run-dired): Update docstring.
17964 (find-directory-functions): New hook.
17965 (find-file-noselect): Run find-directory-functions rather than
17966 calling dired directly.
17967
17968 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17969
17970 * pcvs.el: Add a minimal leading commentary.
17971 (cvs-make-cvs-buffer): Change the header part by removing the startup
17972 message and adding a `Module' entry. Also replace the FOOTER and
17973 HEADER special fileinfos with the new support in ewoc for updating
17974 its own footer and header.
17975 (cvs-update-header): Update to use the header/footer of the ewoc.
17976 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17977 (cvs-is-within-p): New function.
17978 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17979 to only examine some subset of the buffers.
17980
17981 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17982 `format' instead of our own ad-hoc functions.
17983 Remove HEADER and FOOTER cases, now handled in the EWOC.
17984 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17985
17986 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17987 output to avoid scaring the user.
17988 (cvs-parse-table): Catch message for non-up-to-date commits.
17989
17990 * pcvs-defs.el (cvs-startup-message): Remove.
17991 (cvs-global-menu): New autoloaded menu.
17992
17993 * pcvs-util.el (cvs-string-fill): Remove.
17994
17995 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17996 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17997 PP part of it and also make it work for footers and headers.
17998 (ewoc-create): Drop POS and BUFFER arguments.
17999 Use the DLL's dummy node to store the end-of-footer position.
18000 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18001 (ewoc-refresh): Remove unused `header' variable.
18002 (ewoc-(get|set)-hf): New functions.
18003
18004 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18005 log-view-*-(message|file) and use easy-mmode-define-navigation.
18006 (log-view-message-re): Match SCCS format as well.
18007 And match the revision line rather than the dashed separator line.
18008 (log-view-mode): Use the new define-derived-mode.
18009 (log-view-current-tag): Fill in with an actual implementation.
18010
18011 * cvs-status.el (cvs-status-(prev|next)): Rename from
18012 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18013 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18014 to let the output "breathe" a little more (more readable).
18015 (cvs-status-mode): Use the new define-derived-mode.
18016
18017 * smerge-mode.el (smerge-auto-leave): New function and variable.
18018 (smerge-basic-map): Rename from smerge-basic-keymap.
18019 Change the bindings for smerge-diff-*.
18020 (smerge-*-map): Use easy-mmode-defmap.
18021 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18022 (smerge-keep-*): Use smerge-auto-leave.
18023
18024 2000-03-21 Jason Rumney <jasonr@gnu.org>
18025
18026 * cus-edit.el (custom-button-face): Use 3D look for w32.
18027 (custom-button-pressed-face): Likewise.
18028
18029 2000-03-21 Gerd Moellmann <gerd@gnu.org>
18030
18031 * progmodes/etags.el (tags-case-fold-search): New user-option.
18032 (tags-loop-eval): New function. Bind case-fold-search around eval
18033 depending on the value of tags-case-fold-search.
18034 (tags-loop-continue): Use tags-loop-eval.
18035 (find-tag-in-order): Bind case-fold-search depending on the value
18036 of tags-case-fold-search.
18037
18038 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18039
18040 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
18041 (diff-end-of-hunk): Return the end position for use in
18042 `easy-mmode-define-navigation'.
18043 (diff-recenter): Remove.
18044 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18045 of `easy-mmode-define-navigation'.
18046 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18047 previous renaming) and fix to use new names.
18048 (diff-merge-strings): Use \n as separator: simpler, faster.
18049 (diff-mode): Use `define-derived-mode'.
18050
18051 * derived.el (define-derived-mode): Don't autoload anymore.
18052 Prefer the macro-only version provided by easy-mmode.el.
18053
18054 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
18055 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
18056 (easy-mmode-define-navigation): New macro.
18057
18058 * subr.el (combine-run-hooks): New function.
18059
18060 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
18061
18062 * term/x-win.el: Fontsets related initialization is simplified.
18063
18064 * international/mule-diag.el (describe-font): Don't refer to
18065 global-fontset-alist, instead call font-list.
18066 (describe-fontset, list-fontsets, mule-diag): Likewise.
18067 (print-fontset): Adjusted for the change of fontset implementation.
18068
18069 * international/fontset.el (x-charset-registries): Variable removed,
18070 instead the corresponding data is stored in the default fontset.
18071 (register-alternate-fontnames): Function removed.
18072 (resolved-ascii-font): Variable removed.
18073 (x-compose-font-name): Ignore the second argument REDOCE.
18074 (x-complement-fontset-spec): Complement only an ASCII font and
18075 element for those charsets than can use that ASCII font.
18076 (generate-fontset-menu): Don't refer to global-fontset-alist,
18077 instead call fontset-list.
18078 (uninstantiated-fontset-alist): Variable removed.
18079 (x-style-funcs-alist): Likewise.
18080 (fontset-default-styles): Likewise.
18081 (x-modify-font-name): Function removed.
18082 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
18083 (create-fontset-from-ascii-font): Docsting adjusted for the above
18084 change.
18085 (instantiate-fontset, resolve-fontset-name): Functions removed.
18086 (fontset-list): Now implemented by C code.
18087
18088 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18089 (describe-face): Include `font' attribute in the description.
18090
18091 2000-03-21 Kenichi Handa <handa@etl.go.jp>
18092
18093 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18094
18095 2000-03-20 Gerd Moellmann <gerd@gnu.org>
18096
18097 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18098 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18099 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18100
18101 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18102 about behavior of set-buffer-modified-p wrt redisplay.
18103
18104 2000-03-19 Richard M. Stallman <rms@gnu.org>
18105
18106 * view.el (view-mode-disable): Kill local binding of view-read-only.
18107
18108 2000-03-18 Gerd Moellmann <gerd@gnu.org>
18109
18110 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
18111 is a string, convert it to a syntax cell using string-to-syntax.
18112
18113 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18114 (string-to-syntax): New function.
18115
18116 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18117 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18118 try to use passive ftp mode.
18119
18120 2000-03-17 Gerd Moellmann <gerd@gnu.org>
18121
18122 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18123
18124 * simple.el (append-to-buffer): Update point of windows after
18125 insertion.
18126
18127 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18128 forward then moving backward. Reindent.
18129
18130 * frame.el (other-frame): Call x-focus-frame only if
18131 focus-follows-mouse is off.
18132
18133 2000-03-17 Dave Love <fx@gnu.org>
18134
18135 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
18136
18137 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18138
18139 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18140 regexp for labels cannot span several lines.
18141
18142 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18143 `(setq :<key> ':<key>)' to the macro expansion.
18144
18145 2000-03-16 Dave Love <fx@gnu.org>
18146
18147 * progmodes/f90.el (f90): Put custom group under `languages', not
18148 `fortran'.
18149 (f90-mode-hook): Customize.
18150 (f90-mode): Set add-log-current-defun-function.
18151 (f90-current-defun): New function.
18152
18153 2000-03-16 Gerd Moellmann <gerd@gnu.org>
18154
18155 * cus-edit.el (custom-variable-tag-face): Handle case that
18156 default face's height is not a number.
18157 (custom-face-tag-face, custom-group-tag-face-1)
18158 (custom-group-tag-face): Ditto.
18159 (custom-group-tag-face-1): Add :group.
18160
18161 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18162
18163 2000-03-15 Gerd Moellmann <gerd@gnu.org>
18164
18165 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18166 requiring easymenu.
18167
18168 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18169
18170 * ps-print.el: PostScript user-defined prologue, PostScript error
18171 handler, doc fix.
18172 (ps-print-version): New version number (5.1).
18173 (ps-user-defined-prologue, ps-error-handler-message)
18174 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18175 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18176 (ps-insert-string): New function.
18177
18178 2000-03-15 Kenichi Handa <handa@etl.go.jp>
18179
18180 * international/ccl.el (ccl-compile-expression): Don't generate
18181 invalid self-assignment code.
18182
18183 2000-03-14 Dave Love <fx@gnu.org>
18184
18185 * subr.el (replace-regexp-in-string): Renamed from
18186 replace-regexps-in-string. Doc fix.
18187
18188 2000-03-12 Dave Love <fx@gnu.org>
18189
18190 * cus-edit.el: Doc fixes.
18191 (customize-set-variable, customize-save-variable): Rename args for doc.
18192 (custom-variable-tag-face, custom-face-tag-face)
18193 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18194 style which user identify as hyperlink.
18195 (hook): Don't add undefined functions to the hook.
18196 (debug-ignored-errors): Transfer message from bindings.el.
18197
18198 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18199
18200 * recentf.el (recentf-keep-non-readable-files-p):
18201 Remove double/nested definition.
18202
18203 2000-03-12 Dave Love <fx@gnu.org>
18204
18205 * facemenu.el (facemenu-get-face): Use display-color-p.
18206 * enriched.el (enriched-decode-foreground): Likewise.
18207 (enriched-decode-background): Likewise.
18208 * isearch.el (isearch-highlight): Likewise.
18209 * info-look.el (info-lookup): Likewise.
18210 * simple.el (completion-setup-function): Likewise.
18211
18212 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18213 :options.
18214
18215 * bindings.el (mode-line-format): Fix line-number and
18216 column-number items. Add help-echo for the background.
18217 (mode-line-mule-info): Modify help-echo.
18218
18219 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18220
18221 * files.el (load-file): Allow completion to .elc.
18222
18223 * man.el: Doc fixes.
18224 (Man-init-defvars): Use display-color-p to set fontification.
18225
18226 * play/hanoi.el (hanoi-internal): Don't use oddp.
18227
18228 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18229
18230 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18231
18232 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18233
18234 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18235
18236 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18237 Fix comment.
18238
18239 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18240
18241 * font-lock.el (font-lock-keywords): Fix the doc now that
18242 regexp-opt-depth is unnecessary.
18243 (save-buffer-state): Set an edebug spec.
18244 (font-lock-fontify-anchored-keywords): Properly handle the case when
18245 the matcher goes past the limit.
18246
18247 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18248 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18249
18250 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18251 dll.el and cookie.el (from Elib) with heavy renaming and other
18252 massaging.
18253
18254 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18255 Autoload the functions used.
18256 (easy-mmode-define-syntax): Fix CL typo.
18257 (easy-mmode-define-derived-mode): Improve the docstring generation.
18258
18259 2000-03-10 Gerd Moellmann <gerd@gnu.org>
18260
18261 * textmodes/texinfo.el (texinfo-version): Variable and function
18262 removed.
18263
18264 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18265
18266 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18267 allow more flexibility.
18268 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
18269 (easy-mmode-defmap, easy-mmode-defsyntax)
18270 (easy-mmode-define-derived-mode): New macros.
18271
18272 2000-03-09 Didier Verna <didier@xemacs.org>
18273
18274 * rect.el (replace-rectangle): New function.
18275
18276 2000-03-09 Dave Love <fx@gnu.org>
18277
18278 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18279 (fortran-comment-line-start-skip): Don't match cpp stuff.
18280 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18281 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18282 (fortran-mode): Don't set fortran-comment-line-start-skip,
18283 fortran-comment-line-start here. Set comment-start,
18284 add-log-current-defun.
18285 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18286 (fortran-current-defun): New function.
18287
18288 2000-03-09 Gerd Moellmann <gerd@gnu.org>
18289
18290 * emacs-lisp/re-builder.el: New file.
18291
18292 * mouse.el (mouse-drag-region): Don't run up-event handler
18293 if hscroll has changed.
18294
18295 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18296 builtin operators, use `font-lock-builtin-face' for Emacs and
18297 `font-lock-preprocessor-face' otherwise.
18298
18299 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18300 `(defun (setf foo)' differently.
18301
18302 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18303
18304 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18305 (regexp-opt): Update comment and adapt the code the new meaning of
18306 the `paren' argument of regex-opt-group for shy-groups.
18307 (regexp-opt-depth): Handle shy groups as well as backslashed
18308 backslashes.
18309 (regexp-opt-group): Turn the leading comment into a docstring.
18310 Allow `paren' to be a string (the string to use to open a group).
18311 Remove open-presuf and close-presuf. Instead of checking for `all
18312 one-char' and then later on check for `several one-char', handle
18313 both cases close together. Also apply a more generic algorithm
18314 for suffixes (the mirror image of the algorithm used for
18315 prefixes). Use shy-groups. Use nreverse rather than reverse.
18316 (regexp-opt-try-suffix): Removed.
18317
18318 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18319 from comint-mode-map, so we can just inherit from it. Also, move
18320 the initialization into the `defvar' since there's no docstring
18321 anyway and it's fairly short.
18322 (inferior-scheme-mode): Define it as derived-mode: the code is
18323 shorter and this way we inherit from comint-mode-map rather than
18324 copying it.
18325
18326 * subr.el (replace-regexps-in-string): Properly handle the case
18327 where we match an empty string.
18328
18329 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18330 when the command has a directory component (such as "./testml").
18331 Also fix a typo in the comment.
18332
18333 2000-03-08 Gerd Moellmann <gerd@gnu.org>
18334
18335 * Makefile (compile-files): Compile files one by one because
18336 that's the only way to ensure a clean compilation environment for
18337 each individual file.
18338
18339 * frame.el (other-frame): Call x-focus-frame.
18340
18341 2000-03-07 Dave Love <fx@gnu.org>
18342
18343 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18344 :require to defcustom.
18345
18346 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18347
18348 * files.el (auto-mode-alist): Add configure.in.
18349
18350 * progmodes/autoconf.el: New file.
18351
18352 2000-03-07 Gerd Moellmann <gerd@gnu.org>
18353
18354 * mail/mh-e.el: Change maintainer to `none'.
18355
18356 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18357 to remove-hook and add-hook.
18358
18359 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18360
18361 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18362 it as the default.
18363 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18364 (sendmail-send-it): Conditionally add MIME headers specifying the
18365 used character set.
18366
18367 2000-03-07 Dave Love <fx@gnu.org>
18368
18369 * winner.el: Fix keywords, autoload cookies.
18370 Split eval-when-compile form to avoid compilation failure.
18371
18372 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18373
18374 * international/mule.el: Modify comment about coding system
18375 property `coding-category'.
18376 (make-coding-system): New argument EOL-TYPE. Pay attention to
18377 coding-category property of PROPERTIES.
18378
18379 * international/mule-conf.el (coding-category-utf-8)
18380 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18381 categories. Include them in the argument for set-coding-priority.
18382
18383 * international/mule-cmds.el (reset-language-environment):
18384 Include coding-category-utf-8, coding-category-utf-16-be, and
18385 coding-category-utf-16-le in the argument for set-coding-priority.
18386 (reset-language-environment): Initialize coding-category-utf-8,
18387 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18388
18389 2000-03-06 Karl Fogel <kfogel@red-bean.com>
18390
18391 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18392 code abstracted out of `bookmark-jump-noselect'. Now tries info
18393 extensions as well as compression extensions.
18394 (bookmark-jump-noselect): Use above new func.
18395
18396 2000-03-03 Gerd Moellmann <gerd@gnu.org>
18397
18398 * strokes.el: Change maintainer's mail address.
18399
18400 2000-03-03 Kenichi Handa <handa@etl.go.jp>
18401
18402 * international/mule-diag.el (list-character-sets): Make help-echo
18403 string by substitute-command-keys.
18404 (list-character-sets): Likewise.
18405 (sort-listed-character-sets): Call help-setup-xref.
18406
18407 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18408
18409 * time.el (display-time-mail-file): Add `none' to the list of choices.
18410
18411 2000-03-01 Dave Love <fx@gnu.org>
18412
18413 * help.el (help-xref-go-back): Don't try to set position.
18414
18415 * international/mule-diag.el (list-character-sets):
18416 Call help-setup-xref. Add help-echo to xrefs.
18417 (list-character-sets-1): Add help-echo to xrefs.
18418
18419 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18420
18421 * frame.el (blink-cursor-mode): Switch cursor on when turning
18422 the mode off.
18423
18424 * add-log.el (add-log-current-defun): Add support for
18425 Autoconf mode.
18426
18427 * mail/rmail.el (rmail-quit-hook): New variable.
18428
18429 2000-03-01 Dave Love <fx@gnu.org>
18430
18431 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18432
18433 * help.el (help-xref-button): Add help-echo arg.
18434 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18435
18436 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18437
18438 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18439
18440 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18441
18442 * image.el (defimage): Look for image files in load-path.
18443
18444 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18445
18446 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18447
18448 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18449
18450 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18451
18452 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18453 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18454 action to select/unselect a file.
18455 (recentf-edit-list): Code cleanup and improvement.
18456 (recentf-open-more-files-action): `recentf-open-more-files' button
18457 widget action to open a file.
18458 (recentf-open-more-files): No more use standard completion but widgets.
18459 (recentf-more-collection): Deleted.
18460 (recentf-more-history): Deleted.
18461 (recentf-setup-more-completion): Deleted.
18462
18463 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18464
18465 * recentf.el (recentf-mode): No more needs that Emacs is running
18466 under a window-system.
18467
18468 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18469
18470 * recentf.el (recentf-edit-list): New command to edit the recent
18471 list which allow the user to remove files.
18472 (recentf-edit-selected-items): New global variable, used by
18473 `recentf-edit-list' to hold the list of files to be removed from
18474 the recent list.
18475 (recentf-make-menu-items): Updated to display a "Edit list..."
18476 menu item. Minor code cleanup.
18477
18478 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18479
18480 * recentf.el (recentf-open-more-files): New command to open files
18481 that are not displayed in the menu.
18482 (recentf-more-collection): New global variable holding the set of
18483 permissible completions used by `recentf-open-more-files'.
18484 (recentf-more-history): New global variable holding the history list
18485 used by `recentf-open-more-files' completion.
18486 (recentf-setup-more-completion): New function to setup completion for
18487 `recentf-open-more-files'.
18488 (recentf-make-menu-items): Updated to display a "More..." menu item.
18489
18490 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18491
18492 * recentf.el (recentf-menu-action): Doc fixed.
18493
18494 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18495
18496 * recentf.el (recentf-menu-filter): Doc updated.
18497 (recentf-update-menu-hook): Allow menu filters to force menu update.
18498 (recentf-make-menu-items): New menu filter handling.
18499 (recentf-make-menu-item): New helper function.
18500 (recentf-menu-elements): New menu handling function.
18501 (recentf-sort-ascending): Updated to new menu filter handling.
18502 (recentf-sort-descending): Updated to new menu filter handling.
18503 (recentf-sort-basenames-ascending): New menu filter function.
18504 (recentf-sort-basenames-descending): New menu filter function.
18505 (recentf-show-basenames): New menu filter function.
18506 (recentf-show-basenames-ascending): New menu filter function.
18507 (recentf-show-basenames-descending): New menu filter function.
18508
18509 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18510
18511 * diary-lib.el (list-diary-entries): Don't try to go forward at
18512 the end of the buffer.
18513
18514 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18515
18516 * international/mule-diag.el (list-character-sets):
18517 Completely rewritten.
18518 (sort-listed-character-sets): New function.
18519 (list-character-sets-1): Completely rewritten.
18520 (list-character-sets-2): New function.
18521 (non-iso-charset-alist): New variable.
18522 (decode-codepage-char): New function.
18523 (charset-history): New variable.
18524 (read-charset) (list-block-of-chars)
18525 (list-iso-charset-chars)
18526 (list-non-iso-charset-chars)
18527 (list-charset-chars): New functions.
18528 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18529 (dump-charsets): Likewise.
18530
18531 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18532
18533 * dired-x.el (dired-filename-at-point): Add `@' to valid
18534 file name characters.
18535 (dired-filename-at-point): Handle ange-ftp file names.
18536
18537 * frame.el (frame-notice-user-settings): Use assq-delete-all
18538 instead of assoc-delete-all.
18539 (frame-notice-user-settings): Ditto.
18540
18541 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18542 Don't copy alist.
18543
18544 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18545
18546 * calculator.el (calculator-use-menu): New option.
18547 (calculator-initial-bindings): Changed some bindings to work as macros.
18548 (calculator-forced-input): Removed.
18549 (calculator-restart-other-mode): New variable.
18550 (calculator-mode-map): Set up menu.
18551
18552 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18553
18554 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18555
18556 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18557
18558 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18559 translate all ESC key sequences.
18560 (viper-goto-mark-subr): Restore markers for files for which
18561 they were saved.
18562 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18563 * viper-util.el (viper-set-replace-overlay-glyphs)
18564 (viper-set-replace-overlay): Always check if the replacement
18565 overlay is live.
18566 * viper.el (viper-vi-state-mode-list): Add major modes.
18567 * ediff-wind.el: Minor comment changes.
18568 * ediff.el: Copyright notice date fix.
18569
18570 2000-02-27 Jason Rumney <jasonr@gnu.org>
18571
18572 * faces.el (face-font-family-alternatives): Add arial to helv.
18573 (mode-line, header-line, tool-bar): Same default as x for w32.
18574 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18575 face-font-family-alternatives from working.
18576 * term/w32-win.el (mouse-set-font): Do not build fontset from
18577 chosen font.
18578
18579 2000-02-25 Sam Steingold <sds@goems.com>
18580
18581 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18582 properly.
18583
18584 2000-02-25 Richard M. Stallman <rms@gnu.org>
18585
18586 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18587
18588 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18589
18590 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18591
18592 * frame.el (busy-cursor-delay-seconds): New option.
18593
18594 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18595
18596 * frame.el (show-cursor-in-non-selected-windows): New option.
18597
18598 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18599
18600 * diary-lib.el (include-other-diary-files): Undo the selective
18601 display in any included file and don't kill it.
18602
18603 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18604
18605 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18606 Menu items converted to (menu-item format, help strings added.
18607 [downcase, upcase]: Don't enable on MS-DOS.
18608 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18609 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18610
18611 2000-02-23 Dave Love <fx@gnu.org>
18612
18613 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18614 (backward-kill-word): Revert addition of * to interactive spec --
18615 it's a feature.
18616
18617 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18618 (backward-kill-sentence, kill-sentence): Likewise.
18619
18620 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18621 scratch buffer name.
18622 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18623
18624 * term/w32-win.el (internal-face-interactive): Update prompt for
18625 new read-face-name.
18626
18627 * mail/footnote.el (footnote): Add :version to defgroup.
18628 (footnote-section-tag-regexp): Customize.
18629 (footnote-start-tag, footnote-end-tag): New option.
18630 (footnote-latin-regexp): New variable.
18631 (Footnote-latin): New function.
18632 (footnote-style-alist): Add element for latin style.
18633 (footnote-style): Moved.
18634 (Footnote-goto-footnote): Use eq to test arg.
18635
18636 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18637
18638 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18639 (byte-compile-trueconstp): Include keywords.
18640 (byte-optimize-quote, byte-optimize-lapcode):
18641 Use byte-compile-const-symbol-p.
18642 (byte-optimize-char-before): New optimization.
18643
18644 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18645 (byte-compile-const-symbol-p): New function.
18646 (byte-compile-constp, byte-compile-out-toplevel)
18647 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18648 Use it.
18649
18650 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18651
18652 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18653
18654 * international/encoded-kb.el: Be sure to update minor-mode-alist
18655 and minor-mode-map-alist.
18656 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18657 codes SS2 and SS3 correctly.
18658 (encoded-kbd-self-insert-ccl): New function.
18659 (encoded-kbd-setup-keymap): New function.
18660 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18661 by calling encoded-kbd-setup-keymap.
18662
18663 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18664 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18665
18666 2000-02-22 Dave Love <fx@gnu.org>
18667
18668 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18669 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18670 (lisp-mode-syntax-table): Set up for #|...|# comments.
18671 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18672 classes. Match `defface'.
18673 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18674 (eval-defun-1): Fix for defcustom.
18675 (lisp-indent-region): Doc fix.
18676
18677 * subr.el (when, unless, split-string): Doc fix.
18678 (read-passwd): Move call of clear-this-command-keys to the right place.
18679 (replace-regexps-in-string): New function.
18680
18681 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18682
18683 * help.el (describe-variable): Set syntax table to
18684 emacs-lisp-mode-syntax-table when moving forward over the
18685 symbol's name.
18686
18687 2000-02-22 Dave Love <fx@gnu.org>
18688
18689 * xt-mouse.el: Doc fixes.
18690 (xterm-mouse-position-function): New function, replacing advice of
18691 mouse-position.
18692 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18693
18694 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18695
18696 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18697
18698 * format.el (format-annotate-single-property-change):
18699 Handle properties.with dotted-list values.
18700 (format-proper-list-p): New function.
18701
18702 * enriched.el (enriched-face-ans): Handle '(foreground-color
18703 . COLOR) and (background-color . COLOR).
18704
18705 2000-02-20 Dave Love <fx@gnu.org>
18706
18707 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18708 and assignments to it.
18709 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18710 current local map.
18711 (make-flyspell-overlay): Use it.
18712 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18713
18714 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18715 (lm-get-header-re): Defun, not defsubst.
18716 (lm-get-package-name): Defun, not defsubst. Simplify.
18717 (lm-version): Doc fix. Simplify.
18718 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18719 (lm-crack-address, lm-last-modified-date, lm-commentary)
18720 (lm-verify, lm-synopsis): Simplify.
18721 (lm-report-bug): Require emacsbug. Use compose-mail.
18722
18723 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18724
18725 * dired.el (dired-mode): Call propertized-buffer-identification
18726 to set mode-line-buffer-identification to something having
18727 the right text properties.
18728
18729 * bindings.el (propertized-buffer-identification): New function.
18730
18731 2000-02-20 Dave Love <fx@gnu.org>
18732
18733 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18734 check for t-mouse too.
18735
18736 * cus-start.el: Make echo-keystrokes `number'.
18737
18738 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18739
18740 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18741 Don't call ring-empty-p unless tags-location-ring is bound.
18742 From Noah Friedman <friedman@splode.com>.
18743
18744 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18745
18746 * progmodes/hideshow.el (hs-flag-region): No longer use
18747 `intangible' overlay property.
18748
18749 (hs-toggle-hiding): New command.
18750 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18751
18752 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18753 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18754 and deactivation.
18755
18756 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18757
18758 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18759
18760 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18761
18762 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18763
18764 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18765 of `*' to handle `(* ... *)' comments.
18766
18767 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18768
18769 * faces.el (list-faces-display): Use display-mouse-p instead of
18770 window-system.
18771
18772 * menu-bar.el (global-map): Menu-bar items converted to the new
18773 format (menu-item..., rearranged for better CUA compliance, and
18774 their names changed for better clarity. Help strings added.
18775
18776 * international/mule-cmds.el (mule-menu-keymap)
18777 (describe-language-environment-map, set-coding-system-map)
18778 (setup-language-environment-map): Convert to new (menu-item...
18779 form, add help strings. Change names of menu items for better clarity.
18780 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18781
18782 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18783
18784 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18785 within the code.
18786
18787 2000-02-16 Dave Love <fx@gnu.org>
18788
18789 * faces.el: Don't require custom. Add more specific :groups to
18790 various deffaces.
18791 (set-face-attribute): Purecopy args.
18792 (read-face-name): Default to name at point and use it in prompt.
18793 Remove colon from arg in all callers.
18794 (list-faces-display): Hyperlink to face descriptions and customize
18795 buffers.
18796
18797 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18798
18799 * wid-edit.el (widget-match-inline): An atom never matches a list.
18800
18801 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18802
18803 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18804 at ':' characters by call to split-string.
18805
18806 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18807
18808 * textmodes/bibtex.el: Added RCS version identification.
18809
18810 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18811
18812 * textmodes/bibtex.el: Some temporary comments removed.
18813 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18814 (bibtex-field-const): Allow capital letters.
18815 (bibtex-start-of-string): Deleted because unused.
18816
18817 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18818 use the term 'reference' to describe a bibtex entry as a whole.
18819 Further, reference keys are no longer called 'labels'.
18820 (bibtex-keys): Renamed to bibtex-reference-keys.
18821 (bibtex-reformat-previous-labels): Renamed to
18822 bibtex-reformat-previous-reference-keys.
18823 (bibtex-reference-type): Renamed to bibtex-entry-type.
18824 (bibtex-reference-head): Renamed to bibtex-entry-head.
18825 (bibtex-reference-maybe-empty-head): Renamed to
18826 bibtex-entry-maybe-empty-head.
18827 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18828 (bibtex-search-reference): Renamed to bibtex-search-entry.
18829 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18830 bibtex-enclosing-entry-maybe-empty-head.
18831 (bibtex-entry-field-alist, bibtex-entry-head)
18832 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18833 (bibtex-map-entries, bibtex-search-entry)
18834 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18835 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18836 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18837 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18838 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18839 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18840 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18841
18842 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18843
18844 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18845 comment.
18846 (bibtex-format-field-delimiters): New function, functionality
18847 extracted from bibtex-format-entry.
18848 (bibtex-autokey-get-yearfield-digits): New function, functionality
18849 extracted from bibtex-autokey-get-yearfield.
18850
18851 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18852 entries in order to avoid stack overflow in the regexp matcher if
18853 field contents become large.
18854 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18855 (bibtex-field-string-part-not-braced)
18856 (bibtex-field-string-part-no-inner-braces)
18857 (bibtex-field-string-part-1-inner-brace)
18858 (bibtex-field-string-part-2-inner-braces)
18859 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18860 (bibtex-field-string-quoted, bibtex-field-string)
18861 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18862 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18863 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18864 Deleted as parsing is now performed by the following functions.
18865 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18866 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18867 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18868 (bibtex-parse-association, bibtex-field-name-for-parsing)
18869 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18870 (bibtex-search-forward-field, bibtex-search-backward-field)
18871 (bibtex-start-of-field, bibtex-end-of-field)
18872 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18873 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18874 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18875 (bibtex-parse-string, bibtex-search-forward-string)
18876 (bibtex-search-backward-string, bibtex-start-of-string)
18877 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18878 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18879 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18880 entries. Instead of reporting the results of the parsing by
18881 match-beginning or match-end, these functions return data structures
18882 that hold the corresponding positions.
18883 (bibtex-enclosing-field): Changed to also report field boundaries by
18884 return values rather than by match-beginning or match-end.
18885 The following functions have been adapted to use the new
18886 parsing functions.
18887 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18888 (bibtex-enclosing-field, bibtex-format-entry)
18889 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18890 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18891 (bibtex-print-help-message, bibtex-end-of-entry)
18892 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18893 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18894 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18895 Use the new method for parsing.
18896 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18897 (bibtex-map-entries, bibtex-flash-head)
18898 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18899 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18900 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18901 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18902 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18903 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18904 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18905 order to make the new binding of case-fold-search immediately visible.
18906
18907 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18908
18909 * textmodes/bibtex.el: Copyright notice is up to date.
18910 Added constant 'bibtex-maintainer-salutation.
18911
18912 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18913 than make-temp-name, use match-string-no-properties and eliminate
18914 a quadratic behavior when building bibtex-strings.
18915
18916 * bibtex.el (bibtex-reference-key): Accept string entries whose
18917 reference key contains upper case letters.
18918
18919 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18920
18921 * bibtex.el (bibtex-reference-head): Allow entries to start with
18922 a new line.
18923
18924 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18925
18926 * bibtex.el: Hiding of entry bodies is not longer provided by
18927 bibtex.el directly. Instead the hideshow package can be used.
18928 Added a special bibtex entry to hs-special-modes-alist.
18929 (bibtex-hs-forward-sexp): Added for hideshow.el.
18930
18931 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18932
18933 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18934 proceedings entry type (for cross referencing). Thanks to Wagner
18935 Toledo Correa for the suggestion.
18936
18937 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18938
18939 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18940
18941 * international/characters.el: Setup case table for Vietnamese.
18942
18943 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18944
18945 * uniquify.el (toplevel): Require CL at compile time.
18946 (uniquify-push): Removed.
18947
18948 * shadowfile.el (shadow-when): Removed.
18949
18950 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18951 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18952
18953 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18954 regexp for paragraph-start.
18955
18956 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18957 commas as well.
18958
18959 2000-02-10 Dave Love <fx@gnu.org>
18960
18961 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18962 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18963 Deleted.
18964 (widget-specify-field, widget-specify-button): Don't use
18965 widget-mouse-help as help-echo property.
18966 (default): Use #'ignore for :validate and :mouse-down-action.
18967 (checkbox): Add help-echo.
18968 (widget-sexp-validate): Rewritten to clarify error messages.
18969 (character): Use char-valid-p in :match function.
18970 (widget-color-complete): Use facemenu-color-alist.
18971 (widget-color-action): Use facemenu-read-color.
18972
18973 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18974 set up `caar' &c that we now have.
18975
18976 2000-02-09 Ray Blaak <blaak@gnu.org>
18977
18978 * delphi.el: Make resourcestring a declaration region, like const
18979 and var.
18980
18981 2000-02-09 Dave Love <fx@gnu.org>
18982
18983 * bindings.el (mode-line-input-method-map): New variable.
18984 (mode-line-mule-info): Use it; fix last change.
18985 (mode-line-mode-menu): Move definition.
18986 (mode-line-mouse-sensitive-p): Deleted.
18987 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18988 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18989
18990 * startup.el (command-line-1): Don't call
18991 make-mode-line-mouse-sensitive.
18992
18993 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18994
18995 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18996 before rmail-toggle-header, because the former toggles headers.
18997
18998 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18999
19000 * diff-mode.el (diff-kill-junk): New interactive function.
19001 (diff-reverse-direction): Use delete-and-extract-region.
19002 (diff-post-command-hook): Restrict the area so that the hook also works
19003 outside of any diff hunk. This is necessary for the minor-mode.
19004 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19005 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19006
19007 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19008 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19009 so that it can be used more easily in <foo>-mode-hook. Also make sure
19010 to avoid duplicate entries.
19011 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19012 (font-lock-remove-keywords): Just as was done for `add', allow it to
19013 work even if font-lock-mode is nil. Also make sure we don't modify
19014 any pre-existing list by forcing a copy-sequence. Finally rename
19015 `major-mode' to `mode'.
19016 (font-lock-fontify-syntactic-anchored-keywords)
19017 (font-lock-fontify-anchored-keywords)
19018 (font-lock-fontify-keywords-region): Use line-end-position.
19019 Don't make `font-lock-multiline' local (it's now done in
19020 font-lock-set-defaults).
19021 (font-lock-set-defaults): Make `font-lock-multiline' local.
19022 Move the `font-lock-fontified' creation to inside the `unless'.
19023
19024 2000-02-06 Andrew Innes <andrewi@gnu.org>
19025
19026 * term/w32-win.el (x-handle-args): Comment out call to message,
19027 which occurs before window system is initialized.
19028
19029 * makefile.nt: Add support for recompiling lisp code.
19030
19031 2000-02-04 Dave Love <fx@gnu.org>
19032
19033 * bindings.el (mode-line-mule-info): Fix/extend last change.
19034
19035 * completion.el: Replace completion-dolist with dolist.
19036
19037 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
19038
19039 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19040
19041 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
19042 environment names before they go into the section regexp.
19043
19044 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
19045 char class in regexp.
19046
19047 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19048 Bind `case-fold-search' to nil.
19049
19050 * progmodes/idlwave.el (idlwave-template):
19051 Respect `idlwave-abbrev-change-case'.
19052 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19053 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19054 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
19055 (idlwave-rw-case): New function.
19056 (idlwave-statement-match): Fixed problem with assignment regexp.
19057 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
19058 (idlwave-surround): New argument LENGTH to support padding of
19059 operators longer than 1 char.
19060
19061 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19062 idlwave-shell-expression-overlay. Implemented printing of
19063 expressions on higher levels of the calling stack.
19064 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
19065 (idlwave-retrieve-expression-from-level): New function.
19066 (idlwave-shell-last-calling-stack): Variable removed.
19067 (idlwave-shell-reset): Argument action reversed (`visible' to
19068 `hidden'). Also remove stop-line overlay.
19069 (idlwave-shell-calling-stack-routine): New variable.
19070 (idlwave-shell-parse-stack-and-display): Messages now display
19071 negative level numbers.
19072 (idlwave-shell-mode): Set `modeline-format'.
19073 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
19074 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
19075 (idlwave-shell-print-expression-function): New option.
19076
19077 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19078 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
19079 `tool-bar' instead of `toolbar'.
19080
19081 2000-02-02 Dave Love <fx@gnu.org>
19082
19083 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19084 emacs-lisp-mode-hook. Don't check for defalias being defined.
19085
19086 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
19087 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19088 Use the new builtins directly.
19089
19090 * whitespace.el (whitespace): Add :version to defgroup.
19091
19092 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19093 Doc fix.
19094
19095 * thingatpt.el (sexp-at-point, symbol-at-point)
19096 (number-at-point, list-at-point): Add autoload cookie.
19097
19098 * recentf.el (recentf): Add :version to defgroup.
19099
19100 * quickurl.el (quickurl): Add :version to defgroup.
19101
19102 * elide-head.el (elide-head): Use point-marker more.
19103
19104 * bs.el (bs): Add :version to defgroup.
19105
19106 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19107
19108 * progmodes/delphi.el (delphi): Add :version to defgroup.
19109
19110 2000-02-02 Gerd Moellmann <gerd@gnu.org>
19111
19112 * ange-ftp.el (ange-ftp-write-region): Handle case that
19113 succeeding process operation sets a different coding system.
19114
19115 * calculator.el: New file.
19116
19117 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19118
19119 * frame.el (frames-on-display-list, framep-on-display): New functions.
19120 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19121 (display-selections-p, display-screens, display-pixel-width)
19122 (display-pixel-height, display-mm-width, display-mm-height)
19123 (display-backing-store, display-save-under, display-planes)
19124 (display-color-cells, display-visual-class): New functions.
19125
19126 * term/tty-colors.el (tty-color-gray-shades): New function.
19127
19128 * faces.el (display-color-p): Use framep-on-display.
19129 (display-grayscale-p): New function.
19130
19131 2000-01-31 Dave Love <fx@gnu.org>
19132
19133 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19134 (create-fontset-from-x-resource): Don't concat integers.
19135
19136 2000-01-31 Inge Frick <inge@nada.kth.se>
19137
19138 * view.el: Some changes in documentation. Removed some trailing
19139 whitespace. Changed some parameter names to agree with documentation.
19140 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19141 window is not deleted. Modifies change 1998-04-26.
19142
19143 2000-01-31 Gerd Moellmann <gerd@gnu.org>
19144
19145 * windmove.el: New file.
19146
19147 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19148 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19149 progmodes/ebnf-yac.el: Update copyright and license info.
19150
19151 * jit-lock.el (jit-lock-function): Widen before calculating
19152 end position.
19153 (jit-lock-stealth-chunk-start): Rewritten.
19154
19155 * info.el (Info-title-face-alist): Removed.
19156 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
19157 (Info-fontify-node): Use these faces.
19158
19159 2000-01-30 Gerd Moellmann <gerd@gnu.org>
19160
19161 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19162 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19163 `&allow-other-keywords'.
19164
19165 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19166 the list of directories scanned heuristically.
19167
19168 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
19169
19170 2000-01-30 Jason Rumney <jasonr@gnu.org>
19171
19172 * w32-fns.el: Define w32-tty-standard-colors.
19173
19174 * startup.el (command-line): Use w32-tty-standard-colors when in
19175 w32 console mode.
19176
19177 2000-01-30 Dave Love <fx@gnu.org>
19178
19179 * jka-compr.el (jka-compr-load): Fix up load-history.
19180
19181 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19182
19183 * emacs-lisp/cl-macs.el: Revert previous change.
19184
19185 2000-01-29 Dave Love <fx@gnu.org>
19186
19187 * facemenu.el: Purecopy various strings.
19188
19189 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19190 years. Deal with three-digit years.
19191
19192 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19193 Use defconst, purecopy.
19194 (help-back-label): Purecopy it.
19195
19196 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19197
19198 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19199 variable. If non-nil, order the buffer list according to the
19200 currently selected frame.
19201 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19202 non-nil, pass the selected frame to function buffer-list.
19203
19204 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19205
19206 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19207
19208 2000-01-28 Dave Love <fx@gnu.org>
19209
19210 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19211
19212 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19213 Don't use lisp-indent-hook property.
19214 (cl-abs): Remove.
19215
19216 * subr.el: Move out indent and edebug specs for when and unless.
19217
19218 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19219 when, unless.
19220
19221 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19222 unless, when.
19223
19224 2000-01-28 Gerd Moellmann <gerd@gnu.org>
19225
19226 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19227 `collecting' as synonym for `collect'.
19228
19229 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19230 for the case it contains spaces.
19231
19232 * simple.el (what-cursor-position): Change formatting of messages.
19233
19234 * frame.el (delete-other-frames): New function.
19235 (toplevel): Bind it to C-x 5 1.
19236
19237 * sort.el (sort-numeric-base): New option.
19238 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19239 interpret it as octal or hexadecimal. Use sort-numeric-base
19240 as default base.
19241
19242 * progmodes/glasses.el: New file.
19243
19244 2000-01-27 Gerd Moellmann <gerd@gnu.org>
19245
19246 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19247 userids differently.
19248
19249 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19250 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19251 progmodes/ebnf-yac.el: New files.
19252
19253 2000-01-26 Dave Love <fx@gnu.org>
19254
19255 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19256 on a function with an empty body. [From Eric Ludlam.]
19257
19258 2000-01-25 Andre Spiegel <spiegel@gnu.org>
19259
19260 * vc.el (vc-version-diff): Make sure file name is expanded.
19261
19262 2000-01-25 Gerd Moellmann <gerd@gnu.org>
19263
19264 * scroll-bar.el (scroll-bar-timer): Variable removed.
19265 (scroll-bar-toolkit-scroll): Don't use a timer.
19266
19267 2000-01-25 Kenichi Handa <handa@etl.go.jp>
19268
19269 * language/thai-util.el (thai-composition-function):
19270 Delete superfluous `a'.
19271
19272 2000-01-24 Dave Love <fx@gnu.org>
19273
19274 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19275 end-of-defun-function.
19276
19277 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
19278
19279 2000-01-22 Jason Rumney <jasonr@gnu.org>
19280
19281 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19282 conflicts with new face support.
19283
19284 2000-01-22 Richard M. Stallman <rms@gnu.org>
19285
19286 * replace.el (query-replace): Rename last arg to DELIMITED.
19287 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19288 (query-replace-regexp): Likewise.
19289
19290 2000-01-20 Richard M. Stallman <rms@gnu.org>
19291
19292 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19293
19294 * emacs-lisp/lisp.el (beginning-of-defun-function):
19295 Variable renamed from beginning-of-defun.
19296 Do not call make-variable-buffer-local.
19297 (beginning-of-defun-raw): Use new variable name; doc fix.
19298 (beginning-of-defun): Doc fix.
19299 (end-of-defun-function): Variable renamed from end-of-defun.
19300 Do not call make-variable-buffer-local.
19301 (end-of-defun): Use new variable name; doc fix.
19302
19303 * subr.el (dolist, dotimes): Copied from cl-macs.el
19304 and made to work.
19305
19306 * mail/undigest.el (rmail-digest-end-regexps):
19307 Variable replaces rmail-digest-end-regexp.
19308 Allows multiple regexps for detecting the end line.
19309 (undigestify-rmail-message): Corresponding changes.
19310
19311 2000-01-19 Dave Love <fx@gnu.org>
19312
19313 * files.el (user-init-file): Don't declare here -- is primitive.
19314
19315 * startup.el (command-line): Check for compiled user-init-file and
19316 set to uncompiled version if necessary.
19317
19318 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19319
19320 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19321 (undigestify-rmail-message): Use it.
19322
19323 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19324
19325 2000-01-17 Gerd Moellmann <gerd@gnu.org>
19326
19327 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19328 of mini-buffer.
19329
19330 2000-01-14 Gerd Moellmann <gerd@gnu.org>
19331
19332 * emacs-lisp/copyright.el (copyright-update): Removed the
19333 requirement for a trailing space from `copyright-regexp', to
19334 support copyrights with owner specified on a separate line..
19335
19336 * align.el: New file.
19337
19338 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19339
19340 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19341
19342 2000-01-13 Dave Love <fx@gnu.org>
19343
19344 * ph.el: Removed. (Obsoleted by EUDC.)
19345
19346 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19347
19348 * net/eudc.el (toplevel): Remove autoloaded code installing
19349 menu with easymenu, because that causes build problems.
19350
19351 * frame.el (frame-notice-user-settings): New variable.
19352 (frame-notice-user-settings): Don't modify frame parameters
19353 if called a second time.
19354
19355 2000-01-13 Richard M. Stallman <rms@gnu.org>
19356
19357 * frame.el (frame-notice-user-settings):
19358 Notice default-frame-parameters even for non-window frames.
19359
19360 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19361
19362 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19363 for Emacs.
19364 (eudc-bob-can-display-inline-images): Extend for Emacs.
19365 (eudc-bob-toggle-inline-display): Ditto.
19366 (eudc-bob-display-jpeg): Ditto.
19367
19368 2000-01-12 Gerd Moellmann <gerd@gnu.org>
19369
19370 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19371 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19372 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19373
19374 * add-log.el (add-change-log-entry): Fix error trying an
19375 `(insert nil)'.
19376
19377 * subdirs.el: Add `net' directory.
19378
19379 * net: New directory.
19380
19381 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19382 eval-last-sexp. Don't bind debug-on-error here.
19383 (eval-last-sexp): New function. Bind debug-on-error if
19384 eval-expression-debug-on-error is non-nil.
19385 (eval-defun-2, eval-defun): Likewise.
19386
19387 * simple.el (eval-expression): Don't bind debug-on-error if
19388 eval-expression-debug-on-error is nil. Detect changed
19389 debug-on-error, and propagate new value to global binding, if
19390 eval-expression-debug-on-error is non-nil,
19391 (eval-expression-debug-on-error): Change doc string.
19392
19393 2000-01-11 Richard M. Stallman <rms@gnu.org>
19394
19395 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19396
19397 * emacs-lisp/lisp-mode.el (with-syntax-table):
19398 Set up lisp-indent-function property.
19399
19400 * subr.el (with-syntax-table): Moved from simple.el.
19401
19402 * simple.el (with-syntax-table): Moved to subr.el.
19403
19404 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19405
19406 * tmm.el (tmm-shortcut): Delete region after prompt instead
19407 of erasing buffer.
19408
19409 * textmodes/fill.el (fill-common-string-prefix): New function.
19410 (fill-context-prefix): Use the longest common prefix of first
19411 and second line fill prefix, if there is one.
19412
19413 2000-01-11 Richard M. Stallman <rms@gnu.org>
19414
19415 * array.el (array-mode): Don't use make-variable-buffer-local.
19416 Use make-local-variable for `truncate-lines'.
19417
19418 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19419
19420 * add-log.el (add-log-current-defun): Handle user-defined
19421 add-log-current-function returning nil,
19422
19423 * add-log.el (add-change-log-entry): Insert version number
19424 if having found a current function
19425
19426 * add-log.el (add-log-current-defun):
19427 Call `add-log-current-defun-function'. Try matches at level 0 and
19428 level 1. Strip whitespace from defun found.
19429
19430 2000-01-10 John Wiegley <johnw@gnu.org>
19431
19432 * allout.el (isearch-done/outline-provisions): Added `edit'
19433 argument to correspond with the current definition of `isearch-done'.
19434
19435 2000-01-10 Dave Love <fx@gnu.org>
19436
19437 * elide-head.el (elide-head): Use point-marker, not point.
19438
19439 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19440
19441 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19442 before and after the year 2000.
19443
19444 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19445 Add ispell- prefix.
19446
19447 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19448
19449 * ispell.el: Only define dictionaries in menus when they exist.
19450 (version18p): New variable.
19451 (version20p): New variable.
19452 (xemacsp): New variable.
19453 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19454 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19455 (ispell-dictionary-alist6): Russian command lines no longer accept
19456 run-together words.
19457 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19458 (ispell-dictionary-alist): Add koi8-r to customize definition.
19459 (check-ispell-version): Added documentation string. Return library
19460 path when called non-interactively.
19461 (ispell-menu-map-needed): Uses new variables.
19462 (ispell-library-path): New variable.
19463 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19464 (ispell-word): Improved documentation string. Test for valid
19465 character mappings. Correctly check typed in word changes that can
19466 result in single words split into multiple words.
19467 Return replacement word.
19468 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19469 replace in recursive query replace mode. Help message for
19470 recursive edit mode.
19471 (ispell-show-choices): Protect against bad framepop bindings.
19472 (ispell-help): Fix to work with XEmacs.
19473 (ispell-highlight-spelling-error): Use new variables.
19474 (ispell-overlay-window): Fix to work with XEmacs.
19475 (ispell-parse-output): Passed and returns location information
19476 tracking spelling corrections. Doesn't recheck same word on
19477 current line.
19478 (ispell-init-process): Protect against bogus XEmacs variable binding.
19479 Fix call to single argument in sleep-for. Use new variables.
19480 (ispell-region): Passed and returns location information tracking
19481 spelling corrections. Doesn't check same word on current line.
19482 Improved documentation string. Doesn't resend a line already
19483 checked to the ispell process - fixes bug in LaTeX parsing.
19484 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19485 (ispell-skip-region): No longer skips <TT> in SGML.
19486 (ispell-process-line): Tracks location information with spelling
19487 corrections. Added documentation string. Accounts for words
19488 already accepted on this line. Don't allow query-replace on line
19489 starting with math characters. Doesn't resend a line already sent
19490 to ispell process. Fixes alignment error bug.
19491
19492 2000-01-10 Richard M. Stallman <rms@gnu.org>
19493
19494 * dired-x.el (dired-guess-shell-alist-default):
19495 Suggest xloadimage, which is free, not xv, which isn't.
19496
19497 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19498 Don't ever include the host name or user name in the value.
19499
19500 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19501
19502 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19503 of a real newline.
19504
19505 2000-01-09 Stephen Eglen <stephen@gnu.org>
19506
19507 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19508 for .png files.
19509
19510 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19511
19512 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19513
19514 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19515
19516 * progmodes/cperl-mode.el: Replace ^F with ^L.
19517
19518 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19519 `require'ing rmail and mailalias to prevent infinite recursion.
19520
19521 2000-01-08 Dave Love <fx@gnu.org>
19522
19523 * emacs-lisp/backquote.el: Remove inappropriate customization
19524 (allowing custom.el to use backquote).
19525
19526 2000-01-07 Dave Love <fx@gnu.org>
19527
19528 * add-log.el (add-log-debugging): Deleted.
19529 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19530 file. Remove debugging code.
19531 (change-log-get-method-definition, change-log-name): Add doc.
19532 (change-log-sortable-date-at): New function.
19533 (change-log-merge): New command.
19534
19535 * time.el (display-time-string-forms): Make the Mail string active.
19536 (display-time-update): Provide help-echo for load average.
19537
19538 * bindings.el (make-mode-line-mouse2-map): New function.
19539 (mode-line-modified): Use it and simplify.
19540 (mode-line-mule-info): Provide help-echo info.
19541 (minor-mode-alist): Activate the strings.
19542 (make-mode-line-mouse-sensitive): Simplify for
19543 mode-line-buffer-identification.
19544
19545 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19546
19547 * play/pong.el: New file.
19548
19549 2000-01-06 Dave Love <fx@gnu.org>
19550
19551 * array.el: Assorted cleanups for compiler warnings, doc strings,
19552 `array-' prefix for symbols.
19553
19554 2000-01-05 Dave Love <fx@gnu.org>
19555
19556 * textmodes/outline.el (outline-mode-menu-bar-map):
19557 Add outline-headers-as-kill.
19558 (outline-mode): Define imenu-generic-expression.
19559 (outline-headers-as-kill): New command.
19560
19561 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19562 from paragraph-start.
19563 (paragraph-indent-minor-mode): New command.
19564
19565 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19566 M-C-e, M-C-h, C-j, C-xnd, TAB.
19567 (fortran-mode): Set beginning-of-defun, end-of-defun.
19568 (fortran-column-ruler): Simplify.
19569 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19570 (fortran-with-subprogram-narrowing): Likewise.
19571 (fortran-indent-subprogram): Call mark-defun.
19572 (fortran-check-for-matching-do): Change narrowing.
19573
19574 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19575 (cl-lucid-hash-tag): Delete.
19576 (cl-hash-table-p): Correct test for native table.
19577 (cl-hash-table-count): Use hash-table-count.
19578
19579 * browse-url.el (browse-url): Fix case of
19580 browse-url-browser-function being an alist.
19581
19582 2000-01-05 Carsten Dominik <cd@gnu.org>
19583
19584 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19585 (reftex-index-phrase-file-extension): New options.
19586
19587 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19588 Use new option `reftex-index-phrase-file-extension'.
19589
19590 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19591 `reftex-parse-file-extension'.
19592
19593 2000-01-05 Dave Love <fx@gnu.org>
19594
19595 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19596 (beginning-of-defun-raw): Use it.
19597 (end-of-defun): New variable.
19598 (end-of-defun): Use it.
19599 (check-parens): New command.
19600
19601 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19602
19603 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19604 (hs-show-block): Don't use `mapcar' when not accumulating.
19605
19606 Fix buglet in local variables initialization.
19607
19608 2000-01-05 Andreas Schwab <schwab@suse.de>
19609
19610 * hscroll.el (hscroll): Doc fix.
19611
19612 2000-01-05 Carsten Dominik <cd@gnu.org>
19613
19614 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19615 Require idlw-toolbar.
19616
19617 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19618 file idlw-rinfo.el.
19619 (idlwave-customize): Load must read file idlw-shell.el.
19620 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19621
19622 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19623
19624 * progmodes/idlw-shell.el: Also provide idlwave-shell
19625 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19626 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19627
19628 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19629 both reftex-dcr and reftex-vcr.
19630
19631 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19632
19633 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19634
19635 * ps-print.el: PostScript code now is in separate files, doc fix.
19636 (ps-print-version): New version number (5.0.3).
19637 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19638 local.
19639 (ps-spool-config): Initialization fix.
19640 (ps-print-prologue-1, ps-print-prologue-2)
19641 (ps-print-duplex-feature): PostScript code moved to separated file.
19642 (ps-background-image): Little code reformating.
19643 (ps-begin-file, ps-begin-job): Fix code.
19644 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19645 (ps-prologue-file): New fun.
19646
19647 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19648
19649 * ps-vars.el: Eliminated.
19650
19651 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19652 `;;;###autoload'.
19653
19654 * ps-print.el: ps-vars eliminated, doc fix.
19655 (ps-print-version): New version number (5.0.2).
19656 (ps-spool-config): Initialization fix.
19657 (ps-print-customize): New fun.
19658
19659 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19660
19661 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19662
19663 2000-01-04 Dave Love <fx@gnu.org>
19664
19665 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19666 menu items.
19667
19668 2000-01-03 Dave Love <fx@gnu.org>
19669
19670 * elide-head.el (elide-head) [defgroup]: Add :version.
19671
19672 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19673 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19674 Use `cl-hash-table-p', not `hash-table-p'.
19675 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19676
19677 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19678
19679 * faces.el (face-read-integer, read-face-attribute)
19680 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19681
19682 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19683
19684 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19685 at comment end, and re-insert them after filling.
19686
19687 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19688
19689 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19690 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19691 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19692
19693 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19694
19695 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19696 the new name of face-color-supported-p.
19697
19698 * term/w32-win.el (xw-defined-colors): Likewise.
19699
19700 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19701
19702 * simple.el (completion-setup-function): Count completion-size
19703 from minibuffer-prompt-end, not from point-min.
19704
19705 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19706
19707 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19708 Pass the frame to tty-color-* functions.
19709 (display-color-p, frame-set-background-mode): Pass the frame to
19710 tty-display-color-p.
19711
19712 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19713 tty-color-alist.
19714 (tty-color-alist, tty-modify-color-alist): New functions.
19715 (tty-color-define, tty-color-clear, tty-color-approximate)
19716 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19717 optional parameter FRAME.
19718
19719 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19720
19721 * image.el (create-image, defimage): Don't assume image data is
19722 a string.
19723
19724 * image.el (defimage): Handle specifications containing :data
19725 instead of :file.
19726 (image-type-from-data): New function.
19727 (image-type-from-file-header): Use it.
19728 (create-image): Add parameter DATA-P.
19729
19730 See ChangeLog.8 for earlier changes.
19731
19732 ;; Local Variables:
19733 ;; coding: iso-2022-7bit
19734 ;; End: