renamed `html-xhtml' to `sgml-xml' and generalized accordingly
[bpt/emacs.git] / lisp / ChangeLog
1 2001-10-27 Sam Steingold <sds@gnu.org>
2
3 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4 (sgml-xml-guess): Extracted from `html-mode' and generalized.
5 (sgml-mode-common): Call it.
6 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
7 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
8 (html-horizontal-rule, html-image, html-ordered-list):
9 (html-unordered-list, html-list-item, html-paragraph):
10 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
11 `html-xhtml'.
12
13 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
14
15 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
16 (ifnothtml): New alias.
17
18 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
19
20 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
21 (toggle-text-mode-auto-fill): Use derived-mode-p.
22
23 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
24
25 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
26 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
27
28 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
29
30 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
31 Add make-obsolete cookies, to follow faces.el.
32
33 These changes avoid warnings from the byte compiler in faces.el:
34
35 * faces.el (internal-get-face): Use facep instead of the obsolete
36 internal-find-face.
37 (internal-frob-font-weight, internal-frob-font-slant):
38 New defaliases for obsolete functions.
39 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
40 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
41 (x-make-font-bold-italic): Use internal-frob-font-weight and
42 internal-frob-font-slant aliases instead of the obsolete
43 x-frob-... functions.
44
45 2001-10-26 Sam Steingold <sds@gnu.org>
46
47 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
48 DOCTYPE; set `mode-name' based on it.
49 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
50 (sgml-tag): Close empty tags in XHTML.
51
52 2001-10-26 Jason Rumney <jasonr@gnu.org>
53
54 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
55 when UNICODE is not defined.
56
57 2001-10-26 Sam Steingold <sds@gnu.org>
58
59 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
60 be alone on the line.
61
62 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * button.el (button): Special face definition for MS-DOS terminals.
65
66 2001-10-26 Sam Steingold <sds@gnu.org>
67
68 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
69 Protect the /= test by checking that the args are non-nil.
70 (sh-font-lock-close-heredoc): Check eof for being non-nil.
71
72 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
73
74 * textmodes/artist.el (artist-version): 1.2.4.
75 (artist-butlast-fn): New variable.
76 (artist-butlast): New function.
77 (artist-ellipse-mirror-quadrant): Use it.
78 (artist-mouse-draw-poly): Use nil for `point-list'.
79 (artist-mouse-draw-poly): Check for point-list being nil.
80
81 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
82
83 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
84 lambda expression.
85 (ps-mode-menu-main): Submenu with options on/off was replaced with
86 a toggle button.
87 (ps-mode, ps-run-mode): Define with `define-derived-mode'
88 (ps-mode): Autoload cookie added on same line as comment
89 (ps-mode-tabkey, ps-mode-backward-delete-char):
90 (ps-mode-r-balance): Replace `delete-horizontal-space' and
91 `indent-to' with `indent-line-to'
92 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
93 instead of `eval'.
94 (ps-mode-print-region): Use `with-temp-buffer'.
95 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
96 (numerous places): Add back-tick and tick around names in
97 docstrings, fix punctuation in docstrings, remove trailing spaces.
98
99 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
100
101 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
102 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
103 (sgml-font-lock-syntactic-keywords): New var.
104 (sgml-mode-common): Drop the two args.
105 Don't make buffer-local variables that aren't used.
106 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
107 Don't set `before-string' props from sgml-display-text.
108 (sgml-mode): Use define-derived-mode.
109 (sgml-tags-invisible): Use sgml-display-text.
110 (sgml-quote): New command.
111 (html-tag-alist): Add args for `span'.
112 (html-mode): Use define-derived-mode.
113 Set sgml-display-text and sgml-tag-face-alist.
114
115 2001-10-25 Sam Steingold <sds@gnu.org>
116
117 * add-log.el (add-log-always-start-new-record): New user option.
118 (add-change-log-entry): Use it.
119
120 2001-10-25 Richard M. Stallman <rms@gnu.org>
121
122 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
123 bind case-fold-search if FROM is not all lower case.
124
125 2001-10-25 Gerd Moellmann <gerd@gnu.org>
126
127 * startup.el (normal-top-level): Check for frame-initial-frame
128 only if it's really used.
129
130 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
131
132 * progmodes/compile.el (compilation-parse-errors-filename-function):
133 New variable.
134 (compilation-parse-errors): Use it.
135
136 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
137
138 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
139 interactively so that C-u M-C-x still does edebug.
140 (checkdoc-sentencespace-region-engine): Don't force a double-space
141 after `.' if it doesn't look like an end-of-sentence.
142 (debug-ignored-errors): Add `disambiguate ...'.
143
144 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
145
146 * textmodes/texinfo.el (texinfo-environments)
147 (texinfo-environment-regexp): Hoist.
148 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
149 Only highlight the menu name in menu items.
150 Setup `@foo ... @end foo' as text clones.
151 (texinfo-clone-environment): New function.
152 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
153 (texinfo-insert-block): Simplify.
154 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
155 the command is repeated.
156 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
157 (texinfo-insert-@end): Simplify.
158
159 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
160 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
161 (texinfo-subsubsection-level-regexp)
162 (texinfo-update-menu-same-level-regexps)
163 (texinfo-update-menu-higher-regexps)
164 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
165
166 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
167 (derived-mode-p): Autoload.
168
169 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
170 New vars and functions.
171 (text-clone-maintain, text-clone-create): New functions.
172
173 2001-10-25 Miles Bader <miles@gnu.org>
174
175 * facemenu.el (facemenu-add-new-face): Fix variable names.
176
177 2001-10-24 Richard M. Stallman <rms@gnu.org>
178
179 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
180 of t and nil values.
181 (facemenu-set-face): Handle START and END interactively.
182 (facemenu-set-foreground): Don't use a face; specify color directly.
183 (facemenu-set-background): Likewise.
184 (facemenu-set-face-from-menu): Doc fix.
185 (facemenu-active-faces): Use face-attribute-vector
186 to handle bare attributes not in faces.
187 (facemenu-get-face): Don't handle face names fg:... and bg:...
188 specially.
189 (facemenu-add-new-face): New argument MENU.
190 New way to handle adding colors to the color menus.
191
192 * env.el (substitute-env-vars): Quote the arg to rx.
193
194 2001-10-24 Sam Steingold <sds@gnu.org>
195
196 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
197 Control" group.
198
199 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
200
201 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
202 Better handling of C++ template args to avoid confusion with `<'
203 and `>' used as operators in member init expressions.
204
205 2001-10-24 Gerd Moellmann <gerd@gnu.org>
206
207 * replace.el (perform-replace): Move START and END parameters
208 to the end of the argument list and make them optional.
209
210 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
211 perform-replace.
212
213 * international/fontset.el (x-must-resolve-font-name): New function.
214 (x-complement-fontset-spec): Use it.
215
216 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
217
218 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
219
220 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
221 Turn caadr into caar of cdr.
222
223 2001-10-23 Gerd Moellmann <gerd@gnu.org>
224
225 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
226 of mouse-{1,2} since dragging is on the down event.
227
228 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
229
230 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
231 if ARG is nil.
232
233 * desktop.el (desktop-last-buffer): New variable.
234 (desktop-create-buffer): Set it.
235 (desktop-read): Bind it and switch to that buffer.
236
237 2001-10-22 Gerd Moellmann <gerd@gnu.org>
238
239 * progmodes/compile.el (compilation-set-window-height):
240 Select old window only if it's still live.
241
242 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
243
244 * help-mode.el (help-buffer): Remove debugging code.
245 From Stefan Monnier <monnier@cs.yale.edu>.
246
247 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * files.el (file-name-sans-extension, file-name-extension):
250 Don't count the leading dots in file names as signaling an extension.
251
252 2001-10-22 Andre Spiegel <spiegel@gnu.org>
253
254 * vc.el (vc-diff-switches): Doc rewritten.
255
256 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
257
258 * tooltip.el (tooltip-set-param): Doc fix.
259
260 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
261 127 to sgml-maybe-name-self.
262 (sgml-name-8bit-mode): Doc fix.
263 (sgml-char-names-table): New variable.
264 (sgml-name-char): Support non-ASCII and mule-unicode-*
265 characters. Doc fix.
266 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
267
268 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
269 doc string the effect of `left' and `top' parameters in
270 tooltip-frame-parameters, the default values, and the units.
271 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
272 (tooltip-show): Mention in the doc string the `top' and `left'
273 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
274
275 2001-10-22 Andre Spiegel <spiegel@gnu.org>
276
277 Add autoscaling support for vc-annotate.
278 From J.D. Smith <jdsmith@astro.cornell.edu>.
279
280 * vc.el (vc-annotate-display-default): Accept colormap scaling
281 ratio (now deprecated).
282 (vc-annotate-display-autoscale): Added.
283 (vc-annotate-add-menu): New autoscaling menu options "Span to
284 Oldest" and "Span Oldest->Newest". Easymenu support added for
285 toggle menus driven by customize variable `vc-annotate-display-mode'.
286 (vc-annotate-display-select): Added.
287 (vc-annotate): Changed temp-buffer-show-function to
288 `vc-annotate-display-select'.
289 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
290 Added argument OFFSET. Instead of backend function, calls now
291 generic `vc-annotate-difference'.
292 (vc-annotate-difference): Added as generic function instead of
293 backend-specific function. No longer takes argument POINT, but
294 instead accepts a time OFFSET.
295 (vc-default-annotate-current-time): Added.
296
297 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
298 version in vc.el, with
299 (vc-cvs-annotate-current-time): Added, as override of default.
300 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
301 `vc-cvs-annotate-difference'.
302
303 2001-10-22 Gerd Moellmann <gerd@gnu.org>
304
305 * saveplace.el (save-place): Require `saveplace'.
306
307 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
308 Use `sexp' for :value-type instead of `face'.
309
310 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
311
312 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
313 regexps due to 5-digit message IDs.
314
315 2001-10-21 Jason Rumney <jasonr@gnu.org>
316
317 * term/w32-win.el (redisplay-dont-pause): Don't set.
318
319 2001-10-21 Miles Bader <miles@gnu.org>
320
321 * help-funs.el (help-manyarg-func-alist): Variable removed.
322
323 2001-10-21 Miles Bader <miles@gnu.org>
324
325 * help-funs.el (help-manyarg-func-alist): Remove entries for
326 `insert', `insert-and-inherit', `insert-before-markers',
327 `insert-before-markers-and-inherit', `message', `message-box',
328 `message-or-box', `propertize', `format', `encode-time', `append',
329 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
330 `insert-string', `ml-if', `ml-provide-prefix-argument', and
331 `ml-prefix-argument-loop'.
332
333 2001-10-21 Andre Spiegel <spiegel@gnu.org>
334
335 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
336 (vc-default-diff-tree): New functions.
337 (vc-version-diff): Use them. As a result, coding systems are now
338 set up properly for all sorts of diffs, and tree diffs can now
339 also be done locally.
340 (vc-diff): With a prefix argument, don't require that it's called
341 from a buffer under version control.
342 (diff-switches): Remove duplicate definition.
343
344 * vc-cvs.el (vc-cvs-diff-tree): New function.
345
346 2001-10-21 Miles Bader <miles@gnu.org>
347
348 * help-funs.el (help-manyarg-func-alist): Remove entries for
349 `list', `vector', `make-byte-code', `call-process',
350 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
351 `logand', `logior', and `logxor'.
352
353 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
354 image bits to compensate. Use `make-string' instead of
355 `make-bool-vector' (XBM apparently wants byte-aligned rows).
356
357 2001-10-20 Kim F. Storm <storm@cua.dk>
358
359 * simple.el (kill-ring-save): Don't show extent of copied region
360 if using transient-mark-mode and region is fully visible.
361
362 2001-10-20 Gerd Moellmann <gerd@gnu.org>
363
364 * (Version 21.1 released.)
365
366 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
367
368 * files.el (auto-mode-alist): Associate .indent.pro with
369 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
370
371 2001-10-18 Sam Steingold <sds@gnu.org>
372
373 Put the *Compile-Log* buffer in `compilation-mode'.
374 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
375 (byte-compile-log-1, byte-compile-log-file)
376 (displaying-byte-compile-warnings): Use it
377
378 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
379
380 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
381
382 * xml.el (xml-parse-tag): Use eq on char-after's return value.
383
384 2001-10-18 Gerd Moellmann <gerd@gnu.org>
385
386 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
387
388 * obsolete/hilit19.el (hilit-lookup-face-create):
389 Call set-face-font only if display-graphic-p.
390 (toplevel): Remove references to window-system.
391
392 2001-10-18 Miles Bader <miles@gnu.org>
393
394 * simple.el (what-line): Avoid problems with field properties.
395
396 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
397
398 * wid-edit.el (widget-field-face, widget-single-line-field-face):
399 Define special colors for a tty.
400
401 2001-10-17 Francesco Potorti` <pot@gnu.org>
402
403 * comint.el (comint-password-prompt-regexp): Make it less
404 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
405
406 2001-10-17 John Wiegley <johnw@gnu.org>
407
408 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
409 a regular file, before checking if it is a directory or symlink.
410 This avoids a call to eshell-file-attributes, which can be
411 expensive in some situations.
412
413 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
414 customization variable, to differentiate ls-in-dired from regular
415 uses of ls.
416
417 2001-10-17 Miles Bader <miles@gnu.org>
418
419 * custom.el (defface): Mention `:inherit' in doc-string.
420
421 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
422
423 * paren.el: Update the Commentary with installation instructions.
424
425 2001-10-15 Dave Love <fx@gnu.org>
426
427 * international/mule.el (set-auto-coding): Fix regexps for local
428 variables section not to eat newlines.
429
430 2001-10-15 Miles Bader <miles@gnu.org>
431
432 * simple.el (display-message-or-buffer): Pass the correct buffer
433 to `display-buffer'.
434
435 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
436
437 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
438 (executable-find): Use exec-suffixes.
439 (executable-set-magic): Don't use make-local-hook.
440
441 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
442
443 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
444
445 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
446 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
447 Add .so to the Unix and GNU branch.
448
449 * international/latin-1.el:
450 * international/latin-2.el:
451 * international/latin-3.el:
452 * international/latin-4.el:
453 * international/latin-5.el:
454 * international/latin-8.el:
455 * international/latin-9.el: Add no-byte-compile: t, since
456 Makefile.in instructs make-docfile to look at .el files.
457
458 2001-10-14 Miles Bader <miles@gnu.org>
459
460 * button.el (define-button-type): Allow supertype property to be
461 specified with a keyword `:supertype' too.
462 (button-put, make-text-button): Allow button type property to be
463 specified using the keyword `:type' too.
464 (button-type): New function.
465 (button): Add `button-category-symbol' property.
466
467 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
468
469 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
470 indent-new-comment-line from comment-indent-new-line.
471
472 * textmodes/refill.el (refill-mode):
473 Bind DEL to backward-delete-char-untabify.
474 Set backward-delete-char-untabify-method to `hungry'.
475
476 * textmodes/bib-mode.el (bib-mode):
477 * play/gomoku.el (gomoku-mode):
478 * textmodes/page-ext.el (pages-directory-mode):
479 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
480
481 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
482
483 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
484
485 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
486 Handle here-docs differently.
487 (sh-font-lock-heredoc): Remove.
488 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
489 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
490 (sh-font-lock-open-heredoc): New functions.
491 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
492 (sh-font-lock-keywords-1): Use regexp-opt.
493 (sh-in-comment-or-string): Use syntax-ppss.
494 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
495 (sh-select, sh-tmp-file): Add explicit terminating \n.
496
497 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
498 Use with-current-buffer.
499 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
500 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
501 filename), catch any error that occurs in `ange-ftp-cd'.
502 If an error happened, don't bother sending `cmd' at all.
503 Fix a parenthesis typo.
504 (ange-ftp-write-region): Don't blindly use binary if the remote host
505 is unix-like.
506
507 * play/pong.el (pong-init): Don't use make-local-hook.
508
509 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
510
511 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
512 (viper-get-ex-address-subr): More precise addr for the $ marker
513
514 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * version.el (emacs-version): Bump to 21.1.50.
517
518 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
519
520 * mail/mailalias.el (mail-directory-stream): Do not double
521 variables in the lambda-list.
522
523 * play/gomoku.el (gomoku-init-display): Ditto.
524
525 * play/landmark.el (lm-init-display): Ditto.
526
527 * delim-col.el (delimit-columns-rectangle-max): Ditto.
528 (delimit-columns-rectangle-line): Ditto.
529
530 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
531
532 * newcomment.el (comment-region-internal): Don't rebind
533 invisibility_spec now that the C routines handle it correctly.
534
535 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
536
537 * frame.el (special-display-popup-frame): Obey new specs `same-window'
538 and `same-frame'.
539
540 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
541
542 * simple.el (minibuffer-local*-map): Remove redundant bindings.
543
544 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
545 C-p and C-r. Remove redundant bindings from inheriting maps.
546
547 * progmodes/cperl-mode.el: Merged in changes from v4.32.
548 After 4.23 and: After 4.24:
549 (cperl-contract-levels): Restore position.
550 (cperl-beautify-level): Likewise.
551 (cperl-beautify-regexp): Likewise.
552 (cperl-commentify): Rudimental support for length=1 runs
553 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
554 After 4.25:
555 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
556 (imenu-example--create-perl-index): Was not enforcing
557 syntaxification-to-the-end.
558 (cperl-invert-if-unless): Allow `for', `foreach'.
559 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
560 Mark qw(), m()x as indentable.
561 (cperl-init-faces): Highlight `sysopen' too.
562 Highlight $var in `for my $var' too.
563 (cperl-invert-if-unless): Was leaving whitespace at end.
564 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
565 (cperl-calculate-indent): Remove old commented out code.
566 Support (primitive) indentation of qw(), m()x.
567 After 4.26:
568 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
569 q [] with intervening newlines.
570 (cperl-autoindent-on-semi): New customization variable.
571 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
572 (cperl-tips): Mention how to make CPerl the default mode.
573 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
574 (cperl-outline-level): New function.
575 (cperl-highlight-variables-indiscriminately): New customization var.
576 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
577 From Sean Kamath <kamath@pogo.wv.tek.com>.
578 (cperl-after-block-p): Support CHECK and INIT.
579 (cperl-init-faces, cperl-short-docs): Likewise and "our".
580 From Doug MacEachern <dougm@covalent.net>.
581 After 4.27:
582 (cperl-find-pods-heres): Recognize \"" as a string.
583 Mark whitespace between q and [] as `syntax-type' => `prestring'.
584 Allow whitespace between << and "FOO".
585 (cperl-problems): Remove \"" and q [] with intervening newlines.
586 Mention multiple <<EOF as unsupported.
587 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
588 (cperl-indent-parens-as-block): New configuration variable.
589 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
590 Use `cperl-indent-parens-as-block'.
591 (cperl-find-pods-heres): Test for =cut without empty line instead of
592 complaining about no =cut.
593 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
594 (cperl-find-pods-heres): Likewise.
595 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
596 POD could've been marked as comment already.
597 (cperl-unwind-to-safe): Unwind before start of POD too.
598 After 4.28:
599 (cperl-forward-re): Throw an error at proper moment REx unfinished.
600 After 4.29:
601 (x-color-defined-p): Make an extra case to peacify the warning.
602 Toplevel: `defvar' to peacify the warnings.
603 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
604 No -nw-compile time warnings now.
605 (cperl-find-tags): TAGS file had too short substring-to-search.
606 Be less verbose in non-interactive mode
607 (imenu-example--create-perl-index): Set index-marker after name
608 (cperl-outline-regexp): New variable.
609 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
610 (cperl-mode): Made use `cperl-outline-regexp'.
611 After 4.30:
612 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
613 (cperl-outline-level): Make start-of-file same level as `package'.
614 After 4.31:
615 (cperl-electric-pod): `head1' and `over' electric only if empty.
616 (cperl-unreadable-ok): New variable.
617 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
618 on an unreadable file.
619 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
620 on an unreadable directory.
621
622 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
623 Consider the text between two errors as belonging to the first error.
624 (compilation-goto-locus): Use pop-to-buffer rather than
625 switch-to-buffer-other-frame.
626
627 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
628 (awk-font-lock-syntactic-keywords): New var.
629 (awk-mode): Use it.
630
631 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
632
633 * faces.el (describe-face): Call help-setup-xref earlier.
634
635 * jka-compr.el (jka-compr-load-suffixes): New var.
636 (jka-compr-install): Add its content to load-suffixes.
637 (jka-compr-uninstall): Remove its content from load-suffixes.
638
639 2001-10-12 Sam Steingold <sds@gnu.org>
640
641 * bindings.el (completion-ignored-extensions): CL-related
642 extensions are platform-independent.
643
644 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
645 asynchronous multiple file copying.
646
647 2001-10-12 Gerd Moellmann <gerd@gnu.org>
648
649 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
650 Turn error for repeated variables into warning.
651
652 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
653 New function checking that lambda-list consists of non-constant
654 symbols, that &rest and &optional are followed by variable names,
655 that &rest VAR is the last element, and that variables aren't doubled.
656 (byte-compile-lambda): Use it.
657
658 2001-10-12 Eli Barzilay <eli@barzilay.org>
659
660 * calculator.el (calculator-eng-display): Don't call concat
661 with an integer argument.
662
663 2001-10-12 Miles Bader <miles@gnu.org>
664
665 * help-mode.el (help-customize-face): New button-type.
666
667 * faces.el (list-faces-display): Fix args to `help-xref-button'.
668 (describe-face): Fix args to `help-xref-button'.
669 Don't switch to help-buffer around call to `help-setup-xref'.
670 Use `help-buffer' instead of hard-wired "*Help*".
671 Require `help-mode'.
672
673 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
674
675 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
676
677 * help-mode.el (help-buffer): New function.
678 Returns the buffer-name to use for help output.
679 Change all the code to use it instead of hard-coding *Help*.
680 (help-mode-map): Put back the mouse-2 binding.
681 (help-xref-stack): Change the format and make buffer-local.
682 (help-xref-stack-item): Make buffer-local.
683 (help-setup-xref): Do the `push' here rather than in help-do-xref.
684 (help-xref-interned): Display the face doc as well.
685 (help-follow-mouse): Re-introduce.
686 (help-xref-go-back): Adapt to the new use of help-xref-stack.
687 (help-do-xref): Don't `push' any more.
688 (help-follow): Also follow face names.
689
690 * help-funs.el (describe-function-1): Remove unused `parens' arg.
691 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
692 Autoload and cleanup.
693 (describe-function): Call help-setup-xref.
694 (describe-variable): Call help-setup-xref earlier.
695
696 * help.el (describe-bindings-internal): New fun moved from keymap.c.
697 (view-lossage): Call help-setup-xref correctly and earlier.
698 (describe-bindings): Call help-setup-xref earlier.
699 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
700 (describe-mode): Don't autoload. Call help-setup-xref earlier.
701
702 2001-10-11 Gerd Moellmann <gerd@gnu.org>
703
704 * master.el (master-mode): Use define-minor-mode instead of
705 easy-mmode-define-minor-mode. Add autload cookie.
706 (Commentary): Remove the line showing how to autoload master-mode,
707 since it's always autoloaded.
708
709 * master.el: New file.
710
711 2001-10-11 Dave Love <fx@gnu.org>
712
713 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
714 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
715 <const-C varset-X const-C>: Fix car/cdr typo.
716
717 2001-10-11 Gerd Moellmann <gerd@gnu.org>
718
719 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
720 New function extracted from byte-compile-log-1.
721 (byte-compile-log-1): Change output to be more in line with
722 the output of other GNU tools.
723 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
724 (byte-compile-report-error): Downcase error message.
725 Use `error' instead of `!!' for error messages.
726 (byte-compile-print-syms): Treat non-interactive case specially.
727 (displaying-byte-compile-warnings): Use backquote.
728 (byte-compile-from-buffer): Bind byte-compile-last-line.
729 (batch-byte-compile): Remove `Done' message.
730
731 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
732
733 * emacs-lisp/copyright.el (copyright): Add final \n.
734
735 2001-10-11 Miles Bader <miles@gnu.org>
736
737 * diff.el (diff): Display default values in prompts as
738 `(default ...)', not `(...)'.
739
740 * info.el (Info-follow-reference): Likewise.
741
742 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
743
744 * emacs-lisp/autoload.el (doc-string-elt): Remove.
745
746 * newcomment.el (comment-indent): Be a little more robust in case
747 comment-indent-function does funny things.
748 (comment-normalize-vars): Autoload.
749 (comment-region-internal): Fiddle with the visibility spec.
750 (comment-valid-prefix): New function.
751 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
752 that would turn comment-text into non-comment-text.
753
754 * emacs-lisp/syntax.el: New file.
755
756 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
757 compatibility cruft.
758 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
759 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
760 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
761 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
762 tcl-submit-bug-report.
763 (tcl-mode-syntax-table): Leave \f alone.
764 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
765 tcl-end-of-defun, tcl-submit-bug-report.
766 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
767 (tcl-add-emacs-menu): Remove.
768 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
769 (tcl-keyword-list): Add `chain'.
770 (tcl-font-lock-syntactic-keywords): New variable.
771 (tcl-pps-has-arg-6): Remove.
772 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
773 (tcl-internal-mark-defun): Remove.
774 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
775 (tcl-mode): Use define-derived-mode. Simplify.
776 Set comment-indent-function.
777 (tcl-indent-command): Use line-beginning-position and comment-indent.
778 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
779 (tcl-indent-line): Use tcl-calculate-indent.
780 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
781 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
782 (tcl-filter): Use with-current-buffer, simplify.
783 (inferior-tcl-mode): Use define-derived-mode.
784 (tcl-hairy-in-comment): Renamed tcl-in-comment.
785 (tcl-simple-in-comment, tcl-in-comment): Removed.
786 (tcl-files-alist): New function.
787 (tcl-help-snarf-commands): Use it and return the result directly
788 rather than through a global variable.
789 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
790 (tcl-help-on-word): Provide the default value to completing-read.
791 (tcl-hilit): Remove.
792 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
793 (tcl-comment-indent): New function.
794 (tcl-submit-bug-report): Remove.
795 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
796 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
797 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
798
799 2001-10-10 Miles Bader <miles@gnu.org>
800
801 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
802 (Info-fontify-node): Don't fontify the node if it's already been done.
803
804 2001-10-10 Gerd Moellmann <gerd@gnu.org>
805
806 * international/iso-transl.el (iso-transl-e-caret)
807 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
808 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
809
810 * simple.el (end-of-buffer): Fix code scrolling specially
811 for the buffer end.
812
813 * startup.el (command-line-1): Bind tab-width to 8.
814
815 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
816
817 * emulation/tpu-edt.el: Use defalias instead of fset for
818 user-visible commands. From Rob Riepel
819 <riepel@Networking.Stanford.EDU>.
820
821 2001-10-09 Gerd Moellmann <gerd@gnu.org>
822
823 * ruler-mode.el: New file.
824
825 2001-10-09 Miles Bader <miles@gnu.org>
826
827 * apropos.el (button): New require.
828
829 * help-funs.el: New file, contents mostly from `help.el'.
830 (describe-variable): Use `condition-case' instead of `ignore-errors'.
831
832 * help-mode.el: New file, contents mostly from `help.el'.
833
834 * help.el: Don't require `view' when compiling.
835 (help-with-tutorial, describe-function, describe-function-1)
836 (variable-at-point, describe-variable, locate-library):
837 Functions moved into `help-funs.el'.
838 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
839 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
840 (help-setup-xref, help-xref-following, help-make-xrefs)
841 (help-xref-button, help-insert-xref-button, help-xref-interned)
842 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
843 (help-xref-on-pp): Functions moved into `help-mode.el'
844 (help-mode-map, help-xref-stack, help-xref-stack-item)
845 (help-highlight-p, help-highlight-face, help-back-label)
846 (help-xref-symbol-regexp, help-xref-mule-regexp)
847 (help-xref-info-regexp): Variables moved into `help-mode.el'.
848 (help-symbol, help-back, help-info, help-customize-variable)
849 (help-function-def, help-variable-def):
850 Button-types moved into `help-mode.el'.
851 (load-symbol-file-load-history, symbol-file):
852 Functions moved into `subr.el'.
853 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
854 (view-lossage): Call `help-setup-xref' instead of doing it manually.
855
856 * subr.el (symbol-file-load-history-loaded)
857 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
858
859 * loadup.el ("button"): Load removed.
860
861 * button.el (define-button-type): Respect any `supertype' property.
862 (button-type-subtype-p, button-has-type-p): New functions.
863
864 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
865 dollar-signs.
866
867 * comint.el (comint-insert-previous-argument): New function.
868 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
869 (comint-insert-previous-argument-last-start-pos)
870 (comint-insert-previous-argument-last-index): New variables.
871
872 * apropos.el (apropos-next-label-button): Use the presence of a
873 `apropos-label' property to detect label buttons.
874
875 2001-10-08 Miles Bader <miles@gnu.org>
876
877 * button.el (next-button, previous-button): Remove N and WRAP
878 parameters. Don't pay attention to `skip' properties.
879 (forward-button): Implement wrapping, iterating, and skipping here
880 instead.
881 (button-activate): USE-MOUSE-ACTION is optional.
882 (button-nop): Function removed.
883 (default-button): Use `ignore' as default button action.
884
885 * apropos.el (apropos-next-label-button): Update arguments to
886 `next-button'.
887 (apropos-symbol): Add `skip' property.
888 (apropos-function, apropos-macro, apropos-command)
889 (apropos-variable, apropos-face, apropos-group, apropos-widget)
890 (apropos-plist): New button types.
891 (apropos-label-properties): Variable removed.
892 (apropos-print): Pass button-type to apropos-print-doc, rather
893 than help function and label text.
894 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
895 Get button label from TYPE.
896
897 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
898
899 * help.el (help-mode): Use define-derived-mode.
900 (describe-mode): Add optional `buffer' arg.
901 Use it instead of going through help-xref-mode.
902 Avoid doubling the word `minor' when prettifying.
903 (describe-function-1): List the corresponding key bindings.
904 (describe-variable): Say if the var is automatically buffer-local.
905 If the source is `loaddefs.el', look for the real source.
906 (help-xref-mode): Remove.
907
908 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
909 the file says no-byte-compile.
910
911 2001-10-08 Miles Bader <miles@gnu.org>
912
913 * button.el (next-button, previous-button): Respect `skip' property.
914
915 2001-10-07 Miles Bader <miles@gnu.org>
916
917 * woman.el (woman-mode-map): Copy button-buffer-map instead of
918 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
919 `woman-follow-word' instead of `woman-mouse-2'.
920 (woman-follow-word): Renamed from `woman-mouse-2'.
921 Follow current unconditionally, since this function is now only
922 bound to M-mouse-2. Use accessor functions.
923 (WoMan-highlight-references): Use `make-text-button'.
924 (woman-xref): New button type.
925
926 * loadup.el ("faces"): Move load before loading "loaddefs.el".
927 ("button"): New load, just before "help" (which uses it).
928
929 * help.el (help-mode-map): Make button-buffer-map our parent.
930 Don't bind mouse events or tab/backtab.
931 (help-function, help-variable, help-face, help-coding-system)
932 (help-input-method, help-character-set, help-back, help-info)
933 (help-customize-variable, help-function-def, help-variable-def):
934 New button types.
935 (help-button-action): New function.
936 (describe-function-1): Pass help button-types to
937 `help-xref-button' rather than help function and help-echo string.
938 Don't put multiple help-function args in a list to pass them to
939 help-xref-button, just pass them as multiple arguments.
940 Use `help-insert-xref-button' to make [back]-button, rather than
941 `help-xref-button'.
942 (help-xref-button): Take a button-type TYPE as a parameter rather
943 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
944 and add a &rest parameter ARGS to serve the same purpose.
945 Use `make-text-button' to add the button.
946 (help-insert-xref-button): Use `insert-text-button' to add the button.
947 (help-follow-mouse, help-next-ref, help-previous-ref):
948 Functions removed.
949 (help-do-xref): New function.
950 (help-follow): Use `push-button' and `help-do-xref' to do most of
951 the work.
952
953 * apropos.el (apropos-symbol, apropos-label): New button types.
954 (apropos-symbol-button-display-help)
955 (apropos-label-button-display-help, apropos-next-label-button):
956 New functions.
957 (apropos-mode-map): Make button-buffer-map our parent.
958 Don't bind mouse events.
959 (apropos-print, apropos-print-doc): Create buttons instead of text
960 properties.
961 (apropos-mouse-follow): Function removed.
962 (apropos-follow): Use buttons.
963
964 * button.el: New file.
965
966 2001-10-07 Gerd Moellmann <gerd@gnu.org>
967
968 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
969 Remove.
970
971 2001-10-05 Richard M. Stallman <rms@gnu.org>
972
973 * add-log.el (add-change-log-entry): Skip copyright notice
974 and copying permission notice at start of file, if any.
975 Make use of terms "entry" and "item" accord with Emacs manual.
976 Simplify the logic for moving point while entering or creating
977 an entry and then an item.
978 (add-change-log-entry-other-window): Doc fix.
979
980 2001-10-06 Miles Bader <miles@gnu.org>
981
982 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
983 removed; they apparently don't work with faces.
984
985 2001-10-05 Sam Steingold <sds@gnu.org>
986
987 * textmodes/sgml-mode.el (html-xhtml): New user option.
988 (html-tag-alist, html-horizontal-rule, html-image, html-line)
989 (html-ordered-list, html-unordered-list, html-list-item)
990 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
991 (sgml-skip-close-p): New function.
992 (sgml-value): Use it.
993
994 2001-10-05 Sam Steingold <sds@gnu.org>
995
996 * calendar/diary-lib.el (diary-entry-compare): When times are
997 identical, compare the entries lexicographically.
998
999 2001-10-06 Miles Bader <miles@gnu.org>
1000
1001 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1002 Use `minibuffer-prompt-end'.
1003
1004 * simple.el (previous-matching-history-element): Fix misplaced
1005 parentheses.
1006
1007 2001-10-05 Miles Bader <miles@gnu.org>
1008
1009 * rfn-eshadow.el: New file.
1010
1011 2001-10-05 Miles Bader <miles@gnu.org>
1012
1013 * cus-face.el (custom-face-attributes): Make sure each attribute
1014 has a valid default value. Remove hacks that mapped `nil' to
1015 `off' and used nil to mean `unspecified'. Remove `unspecified'
1016 choices from all attributes (unspecified is handled by the parent
1017 checklist).
1018 * cus-edit.el (custom-face-edit-convert-widget)
1019 (custom-face-edit-deactivate, custom-face-edit-activate)
1020 (custom-face-edit-delete, custom-face-edit-attribute-tag):
1021 New functions.
1022 (custom-face-edit): Specify a custom :convert-widget.
1023 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
1024 Don't pass in default filters that map between `nil' and `off' and
1025 `unspecified' and `nil'.
1026
1027 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1028
1029 * progmodes/compile.el (compilation-buffer-name): New function.
1030 (compile-internal): Use it to determine the name of the
1031 compilation buffer.
1032
1033 2001-10-05 Miles Bader <miles@gnu.org>
1034
1035 * progmodes/compile.el (grep-use-null-device): New variable.
1036 (grep-command): Mention `grep-use-null-device'.
1037 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
1038 Make computation of `grep-command' respect `grep-use-null-device'.
1039 (grep): Respect `grep-use-null-device'.
1040 Call `grep-compute-defaults' even if grep-command is set, if
1041 grep-use-null-device is still tentative.
1042
1043 * subr.el (call-process-shell-command): New function.
1044
1045 2001-10-05 Miles Bader <miles@gnu.org>
1046
1047 * simple.el (previous-matching-history-element)
1048 (next-history-element, next-complete-history-element): Use
1049 `minibuffer-' functions instead of calling `field-' functions directly.
1050 (minibuffer-prompt-end, minibuffer-contents):
1051 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1052 Functions removed (now subrs).
1053 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
1054
1055 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
1056 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
1057 instead of calling `field-' functions directly.
1058 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
1059
1060 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1061
1062 * files.el (find-file-noselect): If file's read-only status has
1063 changed on disk, ask if buffer's read-only status should be
1064 changed, unless NOWARN is set.
1065
1066 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
1067 alias for define-setf-method.
1068
1069 * bindings.el: Remove no-byte-compile from file local variables
1070 to enable bootstrapping.
1071
1072 2001-10-04 Andrew Innes <andrewi@gnu.org>
1073
1074 * faces.el (face-font-registry-alternatives) [windows-nt]:
1075 Make gb2312 an alias for gb2312.1980.
1076
1077 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1078
1079 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
1080 (uniquify-reverse-components): Remove.
1081
1082 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1083 Make sure the file is readable.
1084 (byte-compile-file): Don't compile if `no-byte-compile' is set.
1085 (byte-compile-defvar): Update to reflect the change in Fdefvar.
1086 (batch-byte-recompile-directory): Pass arg=0.
1087
1088 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
1089 (perl-calculate-indent): Use it.
1090 (perl-backward-to-noncomment): Use forward-comment.
1091
1092 * derived.el (define-derived-mode, derived-mode-make-docstring):
1093 Allow `parent' to be nil.
1094
1095 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
1096 Use define-derived-mode.
1097 (nroff-mode-map, nroff-mode-syntax-table): Massage.
1098
1099 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
1100
1101 * emacs-lisp/lselect.el: Use facep iso find-face.
1102
1103 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1104 Use regexp-opt.
1105 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
1106 (lisp-font-lock-syntactic-face-function): New function.
1107 (lisp-mode-variables): Use it. Make arg optional.
1108 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
1109 (lisp-mode): Don't pass an arg to lisp-mode-variables.
1110 Set comment-start-skip.
1111
1112 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
1113
1114 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
1115 (ignore-errors): Don't bother using a `err' symbol.
1116
1117 * emacs-lisp/autoload.el (autoload-ensure-default-file)
1118 (autoload-insert-section-header, autoload-before-p)
1119 (autoload-remove-section): New functions.
1120 (generate-file-autoloads): Use them.
1121 (update-file-autoloads): Use them. Return FILE if there's no cookie.
1122 Make sure the autoload file is properly formatted when creating it.
1123 (update-autoloads-from-directories): Use them as well.
1124 Only update autoloads for files whose timestamp has changed.
1125 Add a dummy entry to remember the files which had no autoload cookies.
1126
1127 * timer.el (timer-relative-time): Fix computation for negative `micro'.
1128
1129 * subr.el (define-key-after): Allow `key' to be longer than 1.
1130 (make-local-hook): Make obsolete.
1131 (add-hook, remove-hook): Don't use make-local-hook any more.
1132 (make-syntax-table): Inherit all chars from s-s-t.
1133
1134 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1135
1136 This is a fix for a report saying that resuming a search with C-s
1137 C-s doesn't use the case-fold-search setting of the previous
1138 search (C-s ... M-c ... then C-s C-s).
1139
1140 * isearch.el (isearch-last-case-fold-search): New variable.
1141 (isearch-mode): Remember value of isearch-case-fold-search
1142 in isearch-last-case-fold-search.
1143 (isearch-done): Quote value of isearch-case-fold-search.
1144 (isearch-repeat): When resuming a search, restore
1145 isearch-case-fold-search from isearch-last-case-fold-search.
1146
1147 Added to NEWS.
1148
1149 * startup.el (inhibit-startup-buffer-menu): New user-option.
1150 (command-line-1): If inhibit-startup-buffer-menu is set, don't
1151 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
1152
1153 This allows upto 99999 messages in the summary without screwing up
1154 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
1155
1156 * mail/rmailsum.el (rmail-make-summary-line)
1157 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
1158 (rmail-summary-goto-msg, rmail-summary-goto-msg):
1159 Allow 5-digit message ids instead of 4.
1160
1161 This adds expansion of environment variables in the value
1162 specified with M-x setenv. Added to NEWS.
1163
1164 * env.el (substitute-env-vars): New function.
1165 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
1166 environment variables in VALUE. Return VALUE.
1167
1168 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1169
1170 * Branch for 21.1.
1171
1172 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
1173
1174 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
1175
1176 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1177
1178 * emulation/tpu-edt.el: Make messages match original TPU/edt
1179 editor. From riepel@Stanford.EDU (Rob Riepel).
1180
1181 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1182
1183 * rect.el: Update maintainer's email address.
1184
1185 2001-10-02 Andreas Schwab <schwab@suse.de>
1186
1187 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
1188 and Extended Passive Mode, resp.
1189
1190 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1191
1192 These changes add support for Calendar-related items in the
1193 menu bar on tty's as well:
1194
1195 * calendar/calendar.el (calendar-mode-map): Require cal-menu
1196 unconditionally.
1197 (calendar-mode): Set up activate-menubar-hook unconditionally.
1198
1199 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
1200 calls x-popup-menu only if popup menus are supported.
1201 (calendar-mouse-insert-hebrew-diary-entry)
1202 (calendar-mouse-insert-islamic-diary-entry)
1203 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1204 (calendar-mouse-view-other-diary-entries)
1205 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
1206 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1207 Call cal-menu-x-popup-menu instead of x-popup-menu.
1208
1209 2001-10-01 Gerd Moellmann <gerd@gnu.org>
1210
1211 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
1212
1213 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
1214
1215 * emacs-lisp/rx.el: New file.
1216
1217 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
1218
1219 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
1220
1221 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1222
1223 * frame.el (select-frame-by-name, other-frame): Doc fix.
1224
1225 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * play/snake.el (snake-score-file): Use temporary-file-directory
1228 instead of a literal "/tmp". Suggested by Robert
1229 <robert@chezmarshall.freeserve.co.uk>.
1230
1231 * play/tetris.el (tetris-score-file): Ditto.
1232
1233 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
1234
1235 * apropos.el (apropos-print): Make the directions inserted at the
1236 beginning of the *Apropos* buffer more clear.
1237
1238 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
1239
1240 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
1241 Added comments.
1242
1243 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1244
1245 * newcomment.el (comment-normalize-vars): Use " \t" rather than
1246 "\\s-" when defining comment-end-skip.
1247
1248 2001-09-27 Gerd Moellmann <gerd@gnu.org>
1249
1250 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
1251 Call get-buffer-window first second arg `visible'.
1252
1253 * international/mule-diag.el (list-input-methods-1):
1254 Output something that's independent of Emacs' version.
1255
1256 * tar-mode.el (tar-mode-write-file): Don't signal an error by
1257 calling byte-to-position with a nil tar-header-offset.
1258
1259 2001-09-27 Simon Josefsson <jas@extundo.com>
1260
1261 * mail/sendmail.el (send-mail-function): Doc fix.
1262 (mail-do-fcc): Error if header-end is not a marker.
1263 (mail-do-fcc): Add a comment.
1264 (mail-reply-to): Doc fix.
1265 (mail-signature): Make ATPOINT optional.
1266 (mail-yank-original): Use cond instead of nestled if.
1267
1268 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
1269
1270 * info.el (Info-on-current-buffer): Default arg to "Top".
1271
1272 2001-09-25 Eli Barzilay <eli@barzilay.org>
1273
1274 * calculator.el (calculator-copy-displayer): New user-option.
1275 (calculator-displayer-prev, calculator-displayer-next):
1276 Renamed from calculator-displayed-{left,right}.
1277 (calculator, calculator-standard-displayer)
1278 (calculator-num-to-string, calculator-update-display)
1279 (calculator-copy, calculator-put-value): Bug and display fixes.
1280
1281 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1282
1283 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
1284 (ebnf-version): New version (3.6.1).
1285
1286 * ebnf-bnf.el: Fix character range regexp. Doc fix.
1287 (ebnf-bnf-non-terminal-chars): New internal const.
1288 (ebnf-bnf-lex): Fix code.
1289
1290 * ebnf-iso.el: Fix character range regexp. Doc fix.
1291 (ebnf-iso-non-terminal-chars): New internal const.
1292 (ebnf-iso-lex): Fix code.
1293
1294 * ebnf-yac.el: Fix character range regexp. Doc fix.
1295 (ebnf-yac-skip-chars): New internal const.
1296 (ebnf-yac-skip-code): Fix code.
1297
1298 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
1299
1300 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
1301
1302 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
1303 passing it to VC.
1304
1305 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
1306 case where the file is relative.
1307
1308 2001-09-24 Gerd Moellmann <gerd@gnu.org>
1309
1310 * xml.el (xml-parse-attlist): Quotes around attributes must be the
1311 same on each side. Make sure we properly handle simple quotes.
1312 From Daiki Ueno <ueno@unixuser.org>.
1313
1314 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
1317 <jas@extundo.com>.
1318
1319 * menu-bar.el (top-level): Minor fixes for text of help-echo in
1320 some items of the Options menu.
1321
1322 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
1323
1324 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
1325
1326 * vc-hooks.el (vc-delete-automatic-version-backups):
1327 Don't fail if the directory doesn't exist.
1328
1329 * diff-mode.el (diff-default-read-only): New var.
1330 (diff-mode): Use it.
1331
1332 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
1335 Use make-keymap instead of copy-keymap, since copying the global
1336 keymap messes up the menu bar.
1337
1338 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
1339 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1340
1341 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
1342
1343 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
1344
1345 * dired-aux.el (dired-insert-subdir): Pass switches to
1346 dired-build-subdir-alist.
1347
1348 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1349
1350 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
1351 caused %#a and %#b to be mis-formatted.
1352
1353 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
1354
1355 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
1356 ccmode, emacs-mime, and eudc manuals.
1357
1358 2001-09-19 Sam Steingold <sds@gnu.org>
1359
1360 w32 find cannot be used with `grep-find'.
1361 * progmodes/compile.el (find-program): New variable.
1362 (grep-compute-defaults): Use it to set `grep-find-command'.
1363
1364 2001-09-19 Gerd Moellmann <gerd@gnu.org>
1365
1366 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
1367
1368 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1369
1370 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
1371 programming. Doc fix.
1372 (ebnf-version): New version (3.6).
1373 (ebnf-eps-begin): Data fix.
1374 (ebnf-begin-file): Code fix.
1375
1376 * ebnf-bnf.el: Doc fix.
1377 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
1378
1379 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
1380
1381 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1382
1383 * ps-print.el: Better face mapping for black/white PostScript printers.
1384 Check if mark is active when printing a region. Doc fix.
1385 (ps-print-version): New version number (6.5.5).
1386 (ps-print-color-p): Customization fix.
1387 (ps-black-white-faces): New option.
1388 (ps-black-white-faces-alist): New internal var.
1389 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
1390 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
1391 (ps-nb-pages-region): Interactive fix.
1392 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
1393 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
1394
1395 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
1396
1397 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
1398 numeric month value, and allow the Kanji character after the it to
1399 be missing (happens with ls-lisp's output on Japanese versions of
1400 MS-Windows).
1401
1402 2001-09-18 Miles Bader <miles@gnu.org>
1403
1404 * diff-mode.el (diff-mode): Don't make the buffer read-only if
1405 it's empty (and thus probably a new patch file about to be edited).
1406
1407 2001-09-17 Gerd Moellmann <gerd@gnu.org>
1408
1409 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1410 Check for '(' in column 0 of doc string.
1411
1412 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
1413 of `nth' so that using a vector as bounding-box works.
1414 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1415
1416 2001-09-17 Andre Spiegel <spiegel@gnu.org>
1417
1418 * vc.el (vc-annotate): Use current workfile version explicitly as
1419 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
1420
1421 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
1422
1423 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
1424 convert-standard-filename doesn't guarantee that the .el extension
1425 is preserved.
1426
1427 * dos-fns.el (convert-standard-filename): Replace invalid
1428 characters only after converting dash/underscore to a period.
1429 (original-make-auto-save-file-name): New.
1430 (make-auto-save-file-name): New function, overrides the definition
1431 on files.el and calls the original function via
1432 original-make-auto-save-file-name.
1433
1434 * mail/rmail.el (top-level): Require mule-utils when compiling.
1435 (rmail-decode-babyl-format): Use detect-coding-with-priority
1436 instead of detect-coding-region, to favor detection of emacs-mule
1437 encoded Babyl files written by rmailout.el etc. Suggested by
1438 Kenichi Handa <handa@etl.go.jp>.
1439
1440 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
1443 Use `equal', not `=', since the device number can be a cons cell.
1444
1445 2001-09-14 Gerd Moellmann <gerd@gnu.org>
1446
1447 * simple.el: Comment out change of 2001-09-13.
1448
1449 2001-09-13 Milan Zamazal <pdm@zamazal.org>
1450
1451 * progmodes/compile.el (grep-compute-defaults): Don't set
1452 grep-command/grep-find-command when it is already non-nil.
1453 (grep-command): Make it a user option.
1454 (grep-find-command): Likewise.
1455
1456 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
1457
1458 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
1459 inhibit quit.
1460
1461 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * files.el (make-auto-save-file-name): If long file names are not
1464 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
1465 generating an auto-save file name from it.
1466
1467 2001-09-13 Gerd Moellmann <gerd@gnu.org>
1468
1469 * ps-print.el (ps-print-region, ps-print-region-with-faces)
1470 (ps-nb-pages-region): Signal an error if called interactively
1471 and the mark is not active.
1472
1473 * simple.el (minibuffer-prompt-modification)
1474 (minibuffer-prompt-insertion): New functions.
1475 (minibuffer-prompt-properties): Use `modification-hooks' and
1476 `insert-in-front-hooks'.
1477
1478 2001-09-12 Richard M. Stallman <rms@gnu.org>
1479
1480 * textmodes/outline.el (outline-regexp): Doc fix.
1481 Initialize it in the defcustom, the usual way.
1482
1483 2001-09-12 Gerd Moellmann <gerd@gnu.org>
1484
1485 * ediff-mult.el (ediff-get-meta-info): Take into account that data
1486 from `ediff-meta-info' properties need not be an overlay.
1487 From David Ponce <dponce@voila.fr>.
1488
1489 * isearch.el (isearch-intersects-p): Fix end checks.
1490
1491 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
1492
1493 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
1494 `t' branch of `cond', since Irix 6.1 and up is a special case of
1495 the standard dbx interface.
1496
1497 2001-09-11 Miles Bader <miles@gnu.org>
1498
1499 * comint.el (comint-send-input): When waiting for echoed input,
1500 don't save the expected end position in `echo-end', so that things
1501 work properly even if the buffer is modified elsewhere at the same
1502 time [this happens if `comint-truncate-buffer' is used].
1503
1504 2001-09-11 Gerd Moellmann <gerd@gnu.org>
1505
1506 * textmodes/outline.el (outline-mode): Use `^' and a shy group
1507 when constructing imenu-generic-expression from outline-regexp.
1508
1509 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1510
1511 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
1512 `equal' instead of `=', since they can be cons cells. From Nils
1513 Goesche <cartan@cartan.de>.
1514
1515 2001-09-10 Andre Spiegel <spiegel@gnu.org>
1516
1517 * vc.el (vc-annotate): Rewrote doc string.
1518
1519 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * time-stamp.el: Update Stephen Gildea's email address.
1522
1523 2001-09-10 Gerd Moellmann <gerd@gnu.org>
1524
1525 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
1526 enable-multibyte-characters = nil. From Hallvard B Furuseth
1527 <h.b.furuseth@usit.uio.no>.
1528
1529 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
1530
1531 * ediff-init.el (ediff-highest-priority): Bug fix.
1532
1533 * viper-cmd.el (viper-special-read-and-insert-char): New function
1534 that reads a character and uses the current input method or
1535 iso-accents when appropriate.
1536
1537 * viper.el and all others: Corrections to the comment blocks at
1538 the top.
1539
1540 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1541
1542 * info.el (Info-goto-node): Doc fix.
1543
1544 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1545
1546 * isearch.el (isearch-intersects-p): New function.
1547 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1548 use isearch-intersects-p, and clean up.
1549
1550 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1551
1552 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1553 and "german8", for the new German orthography dictionaries,
1554 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1555 the entries, to keep the line length balanced for loaddefs.el.
1556
1557 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
1558
1559 * comint.el (comint-send-input): Handle comint-process-echoes
1560 differently.
1561
1562 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1563
1564 * locate.el (locate-insert-header): Remove unnecessary whitespace.
1565
1566 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1567
1568 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
1569
1570 2001-09-07 Gerd Moellmann <gerd@gnu.org>
1571
1572 * server.el (server-switch-buffer):
1573 * textmodes/refer.el (refer-find-entry-internal):
1574 * term/sup-mouse.el (sup-pos-to-window):
1575 * term/bg-mouse.el (bg-window-from-x-y):
1576 * emacs-lisp/edebug.el (edebug-window-live-p):
1577 Use get-window-with-predicate.
1578
1579 * window.el (get-window-with-predicate): Renamed from some-window.
1580 (some-window): Make it an alias.
1581
1582 2001-09-06 Gerd Moellmann <gerd@gnu.org>
1583
1584 * simple.el (undo): Remove positions from buffer-undo-list up to
1585 the next undo boundary only.
1586
1587 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1590 Kim <ryk@dspwiz.com>
1591
1592 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1593 the message "Creating customization items...done".
1594
1595 2001-09-05 Gerd Moellmann <gerd@gnu.org>
1596
1597 * font-lock.el (toplevel): Require `jit-lock' only if
1598 font-lock-support-mode is set to jit-lock-mode.
1599
1600 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1601
1602 * international/quail.el (quail-use-package, quail-inactivate)
1603 (quail-activate): Mention the hooks these functions run in their
1604 doc strings.
1605
1606 2001-09-05 Edward M. Reingold <reingold@iit.edu>
1607
1608 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1609 of file in header of menu.
1610
1611 2001-09-04 Gerd Moellmann <gerd@gnu.org>
1612
1613 * env.el (setenv): Interactively, if VARIABLE has a current value,
1614 add that to the front of the history, as the doc string says.
1615
1616 * comint.el (comint-send-input): Change help-echo.
1617 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
1618
1619 * bookmark.el (bookmark-write-file): Bind print-length and
1620 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1621
1622 * obsolete/uncompress.el: Moved there from lisp/.
1623
1624 * comint.el (comint-insert-clicked-input): Goto point-max before
1625 deleting previous input. From "Dr Francis J. Wright"
1626 <F.J.Wright@qmw.ac.uk>.
1627
1628 * simple.el (backward-word): Doc fix.
1629
1630 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1631
1632 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1633 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1634 * w32-fns.el: Add Keywords header.
1635
1636 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1637
1638 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1639 "Text Properties". Suggested by Simon Marshall
1640 <Simon.Marshall@midas-kapiti.com>.
1641
1642 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1643
1644 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1645 consulting the value of file-name-coding-system.
1646
1647 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1648
1649 * help.el (describe-function-1): Save precomputed `file-name' rather
1650 than recomputing it (incorrectly) with `symbol-file'.
1651
1652 2001-09-03 Gerd Moellmann <gerd@gnu.org>
1653
1654 * international/isearch-x.el (isearch-exit-recursive-edit):
1655 Take three parameters, since it's used as an after-change-function.
1656
1657 * emacs-lisp/backquote.el (backquote-backquote-symbol)
1658 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1659 from doc strings.
1660
1661 2001-09-02 Milan Zamazal <pdm@zamazal.org>
1662
1663 * progmodes/glasses.el (glasses-convert-to-unreadable):
1664 Consider underscores as in `glasses-make-readable'.
1665
1666 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1667
1668 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1669 MS-DOS, since cpp might not be available.
1670
1671 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1672 Mention "yank" in the help-echo text.
1673 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1674
1675 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1676
1677 * newcomment.el (comment-indent): Insert spaces more carefully.
1678
1679 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1680
1681 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1682 exists. From Andy Petrusenco <andy@int.spb.ru>.
1683
1684 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
1685 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1686 <andy@int.spb.ru>.
1687
1688 2001-08-31 Gerd Moellmann <gerd@gnu.org>
1689
1690 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1691 Instead of running mouse-yank-at-click, see what the event is
1692 bound to outside Isearch and run that.
1693
1694 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1695
1696 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1697 Fix the menu entry to mention transient-mark-mode.
1698
1699 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1700
1701 * simple.el (eval-expression-print-level): Fix last change.
1702
1703 * bindings.el (mode-line-coding-system-map): New variable.
1704 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1705
1706 * simple.el (eval-expression-print-level): Change the type
1707 of the defcustom to allow nil.
1708
1709 * emacs-lisp/find-gc.el: Moved here from lisp/.
1710
1711 * international/quail.el (quail-completion-1):
1712 Reverse the ((CHAR . DEFN) ...) list before processing it.
1713 From Kenichi Handa <handa@etl.go.jp>.
1714
1715 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1716 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1717
1718 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1721 aren't supported. This avoids the annoying gray strip drawn by
1722 the Windows version instead of the missing tool bar.
1723
1724 2001-08-29 Gerd Moellmann <gerd@gnu.org>
1725
1726 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1727 and tooltips more consistent. From "Marshall, Simon"
1728 <Simon.Marshall@midas-kapiti.com>.
1729
1730 * startup.el (fancy-splash-screens): Temporarily set
1731 minor-mode-map-alist to nil while displaying splash screens.
1732
1733 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1734
1735 * buff-menu.el: Add Keywords header.
1736 Doc fix (C-x C-b is bound to list-buffers).
1737
1738 * dired-x.el: Add keyword files to get listed in finder.
1739 Remove confusing notes about GNU Emacs 19.
1740
1741 * dired.el, dired-aux.el: Add Keywords header.
1742
1743 2001-08-28 Andre Spiegel <spiegel@gnu.org>
1744
1745 * vc.el (vc-revert-file): Call the backend even if the FILE's
1746 contents can be reverted locally; pass new arg CONTENTS-DONE
1747 down to the backend.
1748
1749 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
1750 optional arg CONTENTS-DONE.
1751
1752 2001-08-28 Andrew Innes <andrewi@gnu.org>
1753
1754 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1755
1756 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1757
1758 * makefile.nt (install): Copy more *.el files.
1759
1760 2001-08-28 Gerd Moellmann <gerd@gnu.org>
1761
1762 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1763 instead of `w' which is already in use.
1764
1765 * gs.el (gs-load-image): Use sleep-for.
1766 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1767
1768 2001-08-28 Miles Bader <miles@gnu.org>
1769
1770 * replace.el (query-replace-regexp-eval): Return args from
1771 `interactive' form in correct order.
1772
1773 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1774
1775 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1776 major modes, don't create panes for modes for which
1777 mouse-buffer-menu-alist returns an empty alist.
1778
1779 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
1780
1781 * progmodes/hideshow.el: Update first-line description.
1782 Sync comments w/ maintainer version 5.31.
1783
1784 (hs-isearch-open): Default value now `code'.
1785 Fix docstring to use "code blocks" vs "comment blocks",
1786 as opposed to "block" vs "comment".
1787 (hs-flag-region): Accept `hs-isearch-open' value
1788 of `block' as synonymous w/ `code'.
1789 (hs-hide-block-at-point): For code blocks, pass `code'
1790 to `hs-flag-region' instead of `block'.
1791
1792 2001-08-28 Miles Bader <miles@gnu.org>
1793
1794 * comint.el (comint-next-prompt): Don't loop infinitely if
1795 {next,previous}-single-char-property-change returns its input
1796 position when the search fails.
1797
1798 2001-08-27 Miles Bader <miles@gnu.org>
1799
1800 * comint.el (comint-get-old-input-default): Don't signal an error
1801 if point is not on an input field; instead, return the current
1802 line (using `comint-bol' to skip any prompt, in case we're not
1803 using fields at all).
1804
1805 * man.el (Man-mode-line-format): Variable removed.
1806 (Man-mode): Change `mode-line-buffer-identification' instead of
1807 `mode-line-format'.
1808
1809 2001-08-27 Gerd Moellmann <gerd@gnu.org>
1810
1811 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1812 From Simon Josefsson <jas@extundo.com>.
1813
1814 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1815
1816 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1817 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1818
1819 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1820 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1821
1822 * emacs-lisp/lselect.el: Ditto.
1823
1824 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1825 Remove periods from the end of error message strings.
1826 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1827
1828 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1829 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1830
1831 * net/telnet.el: Ditto.
1832
1833 2001-08-26 Gerd Moellmann <gerd@gnu.org>
1834
1835 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1836 KEYMAP to the call to define-minor-mode.
1837
1838 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1839
1840 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1841 Replace some of the undefined characters with emulations of bidi
1842 formatting characters and Niqud as per SI 1311-1.
1843 (IT-unicode-translations): Ditto.
1844 (IT-display-table-setup, IT-setup-unicode-display):
1845 Fill characters without translations with dos-unsupported-char-glyph.
1846
1847 2001-08-24 Simon Josefsson <jas@extundo.com>
1848
1849 * hl-line.el (hl-line-mode): Don't be a global mode.
1850 (global-hl-line-mode): New function.
1851
1852 2001-08-24 Gerd Moellmann <gerd@gnu.org>
1853
1854 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1855 being reset by Ghostscript. Don't kill the gs process.
1856 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1857
1858 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1859
1860 * term/mac-win.el: Require scroll-bar.
1861
1862 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1863
1864 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1865
1866 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1867
1868 * hexl.el (hexl-insert-multibyte-char) New function.
1869 (hexl-quoted-insert, hexl-self-insert-command)
1870 (hexl-insert-hex-char, hexl-insert-decimal-char)
1871 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1872 Fix the doc strings accordingly.
1873 (hexl-insert-char): Reject characters whose code is above 255.
1874 Doc fix.
1875 (hexl-mode-map): Copy the global keymap instead of creating a
1876 sparse keymap, and bind all self-inserting characters to
1877 hexl-self-insert-command.
1878
1879 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1880
1881 * wid-edit.el (text): Re-order docstring correctly.
1882
1883 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1884
1885 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1886
1887 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1888
1889 * simple.el (line-number-mode): Mention the variable
1890 line-number-display-limit-width in the doc string.
1891
1892 2001-08-22 Gerd Moellmann <gerd@gnu.org>
1893
1894 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1895 Temporarily select EVENT's window for switching buffers.
1896 (mode-line-bury-buffer): New function.
1897 (mode-line-buffer-identification-keymap): Use it instead of
1898 bury-buffer. Bind down-mouse events to prevent global down-mouse
1899 events from shining through.
1900
1901 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * newcomment.el (comment-beginning): Make sure the comment-start
1904 we found isn't a comment-end (in cases where confusion is possible).
1905
1906 2001-08-22 Miles Bader <miles@gnu.org>
1907
1908 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1909 before writing it, so that hard-links don't see new version.
1910
1911 2001-08-21 Gerd Moellmann <gerd@gnu.org>
1912
1913 * gs.el (gs-set-ghostview-colors-window-prop):
1914 Call x-change-window-property with 3rd arg FRAME.
1915 (gs-load-image): Wait for a previous Ghostscript process
1916 to complete before starting a new one.
1917
1918 * image.el (image-type-regexps): Make sure that the TIFF
1919 pattern is only matched at the beginning of a string.
1920 From Markus Rost <rost@math.ohio-state.edu>.
1921
1922 * international/swedish.el: Pre-Mule file removed. From Jonas
1923 Oberg <jonas@gnu.org>.
1924
1925 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1926
1927 * whitespace.el (whitespace-abort-on-error): Add custom variable
1928 to whitespace to abort a write-file if whitespace is detected in file.
1929
1930 * whitespace.el (whitespace-write-file-hook): Hook to be called
1931 when writing a file. If `whitespace-abort-on-error' is set, the
1932 write will abort on detecting whitespaces.
1933 If `whitespace-auto-cleanup' is set, the file will be cleaned
1934 automatically prior to writing.
1935
1936 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1937 whitespaces in the error output!
1938
1939 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1940 `indent-tabs-mode', since the latter notes user preferences on
1941 TABs anyway.
1942
1943 * whitespace.el (whitespace-version): 3.1. All of the above issues
1944 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1945
1946 2001-08-20 Gerd Moellmann <gerd@gnu.org>
1947
1948 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1949 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1950
1951 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1952
1953 2001-08-20 Alex Schroeder <alex@gnu.org>
1954
1955 * sql.el (sql-db2): Doc change.
1956
1957 2001-08-20 Alex Schroeder <alex@gnu.org>
1958
1959 * sql.el (sql-postgres): Add the database at the end of the
1960 parameters instead of at the beginning.
1961 (sql-postgres-options): Doc change.
1962
1963 2001-08-17 Gerd Moellmann <gerd@gnu.org>
1964
1965 * custom.el (defcustom): Doc fix.
1966
1967 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1968
1969 * ps-mule.el (find-composition): Check if (char-after POS)
1970 returns a valid character.
1971
1972 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1973
1974 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1975 original-point for extra CR characters that are added/removed when
1976 the buffer is written/read whose EOL type is -dos.
1977
1978 2001-08-16 Miles Bader <miles@gnu.org>
1979
1980 * simple.el (line-move): Undo previous change.
1981
1982 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
1983 property to input-terminating `boundary' overlays to avoid
1984 line-move wierdness.
1985
1986 2001-08-16 Gerd Moellmann <gerd@gnu.org>
1987
1988 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1989 buffer in a save-restriction. Under one test case with Ediff,
1990 window-scroll-functions are run with a window start that's
1991 temporarily outside of the restriction.
1992
1993 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1994
1995 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1996 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1997 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1998 (texinfo-update-menu-region-beginning)
1999 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
2000 command, @ifnottex, to regexps, so it is found.
2001
2002 2001-08-16 Andrew Innes <andrewi@gnu.org>
2003
2004 * makefile.nt (DONTCOMPILE): Omit bindings.el.
2005 (DONTCOMPILE): Omit sc.el.
2006
2007 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
2008 (DONTCOMPILE): Omit sc.el.
2009
2010 2001-08-16 Gerd Moellmann <gerd@gnu.org>
2011
2012 * replace.el (occur): Bind inhibit-read-only to t.
2013
2014 2001-08-16 Miles Bader <miles@gnu.org>
2015
2016 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
2017 calling `constrain-to-field', to avoid problems with comint prompts.
2018
2019 2001-08-15 Gerd Moellmann <gerd@gnu.org>
2020
2021 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
2022 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
2023
2024 * ediff-mult.el (ediff-get-meta-info): Fix the condition
2025 of a while-loop.
2026
2027 * Makefile.in (DONTCOMPILE): Remove sc.el.
2028
2029 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
2030 Don't include term/.
2031
2032 * mail/sc.el: Moved to obsolete/.
2033
2034 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2035
2036 * ps-print.el: Change error function arguments to follow Emacs
2037 message convention. Doc fix.
2038 (ps-print-version): New version number (6.5.4).
2039 (coding-system-for-write): Change declaration position to avoid
2040 XEmacs compilation gripes.
2041 (coding-system-for-read, buffer-file-coding-system):
2042 Declarations to avoid XEmacs compilation gripes.
2043
2044 * ps-mule.el: Doc fix.
2045 (ps-mule-encode-header-string): If STRING is not a string, replace
2046 STRING by empty string.
2047
2048 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
2049
2050 * frame.el (show-trailing-whitespace): Doc fix.
2051
2052 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
2053
2054 * desktop.el (desktop-save): Insert the coding: tag before
2055 desktop-header.
2056
2057 2001-08-13 Gerd Moellmann <gerd@gnu.org>
2058
2059 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
2060 its path from $els.
2061
2062 * image.el (image-jpeg-p): Fix call of substring.
2063
2064 2001-08-10 Gerd Moellmann <gerd@gnu.org>
2065
2066 * play/animate.el (animate-string): Doc fix. Use a buffer
2067 name with stars in it.
2068 (animate-sequence): New function.
2069 From Richard Stallman <rms@gnu.org>.
2070
2071 * frame.el (select-frame-set-input-focus): New function
2072 extracted from other-frame.
2073 (other-frame): Use it.
2074 (next-multiframe-window, previous-multiframe-window): Use it.
2075
2076 * isearch.el (isearch-other-meta-char): Don't switch to the
2077 buffer of a window clicked on, when the current buffer is
2078 in Isearch mode.
2079
2080 * image.el (image-jpeg-p): Test for APPn markers in the range
2081 #xe0..#xef.
2082
2083 2001-08-09 Gerd Moellmann <gerd@gnu.org>
2084
2085 * desktop.el (desktop-save): Don't use concat to form a file
2086 name, use expand-file-name.
2087
2088 * mouse.el (mouse-delete-window): Do nothing if frame has just
2089 one window.
2090
2091 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
2092 for the minor mode name.
2093
2094 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
2095 minor mode name.
2096
2097 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
2098 instead of make-mode-line-mouse2-map.
2099
2100 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
2101 the minor mode name.
2102
2103 * emacs-lisp/easy-mmode.el (define-minor-mode):
2104 Use mode-line-minor-mode-keymap for the minor mode name.
2105
2106 * calendar/calendar.el (calendar-mode-line-format):
2107 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2108
2109 * bindings.el (make-mode-line-mouse-map): Renamed from
2110 make-mode-line-mouse2-map. Take additional arg MOUSE.
2111 (mode-line-modified): Use mouse-3 instead of mouse-2.
2112 (mode-line-buffer-identification-keymap): Bind keys differently.
2113 (propertized-buffer-identification): Adapt help-echo to new bindings.
2114
2115 * bindings.el (mode-line-format): Specify help-echo for line
2116 number, column number and buffer-percent part of the mode-line.
2117
2118 * image.el (image-type-regexps): Allow whitespace at the start
2119 of the image data for XPM, XBM and Postscript, which are
2120 text files.
2121 (image-jpeg-p): Correct calculation of next field offset.
2122
2123 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2124
2125 * battery.el: Fix typo.
2126
2127 2001-08-08 Gerd Moellmann <gerd@gnu.org>
2128
2129 * image.el (image-type-regexps): Allow predicates. Change the way
2130 JPEG images are recognized.
2131 (image-jpeg-p): New function.
2132 (image-type-from-data): Handle predicates in image-type-regexps.
2133
2134 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
2135 #:, #x, #o, and similar constructs.
2136
2137 2001-08-07 Gerd Moellmann <gerd@gnu.org>
2138
2139 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
2140
2141 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
2142 instead of `progn'.
2143
2144 * tar-mode.el (tar-extract): Avoid generating a new buffer
2145 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
2146
2147 * textmodes/paragraphs.el (forward-sentence): Avoid building
2148 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
2149
2150 * progmodes/executable.el (executable-set-magic):
2151 If executable-find returns a quoted file name, unquote it before
2152 inserting it.
2153
2154 * image.el (image-type-regexps): For JPEG files, use a regexp
2155 derived from the JFIF spec.
2156
2157 * image.el (image-type-regexps): Use `\`' instead of `^' in
2158 most regular expressions.
2159
2160 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2161
2162 * play/animate.el: Re-insert a reference to re-inserted function.
2163
2164 2001-08-06 Gerd Moellmann <gerd@gnu.org>
2165
2166 * help.el (describe-function-1): Use find-function-search-for-symbol
2167 instead of find-function-noselect because the latter follows aliases.
2168
2169 * play/animate.el (animate-birthday-present): Re-insert.
2170
2171 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
2172 Handle old-style menu definitions.
2173
2174 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2175
2176 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
2177 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
2178
2179 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
2180 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
2181 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
2182
2183 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2184
2185 * textmodes/tildify.el: Milan Zamazal has new address.
2186
2187 2001-08-03 Gerd Moellmann <gerd@gnu.org>
2188
2189 * custom.el (custom-set-variables): Don't test `custom-requests'
2190 properties, check the third element of the options passed to
2191 custom-set-variables instead.
2192
2193 * info.el (info-insert-file-contents): Use info-file-exists-p
2194 instead of file-exists-p.
2195
2196 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
2197 the mode-line face is restored. Fix several bugs.
2198
2199 * replace.el (perform-replace): Doc fix.
2200
2201 2001-08-02 Francesco Potorti` <pot@gnu.org>
2202
2203 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
2204 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
2205 (uniquify-fix-item-base, uniquify-fix-item-filename)
2206 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
2207 Callers changed.
2208 (uniquify-set-proposed): Changed to work with a vector item.
2209 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
2210 the fix list, and a list of strings for the non-file buffer
2211 names. Both changes reduce consing.
2212 (uniquify-rationalize-a-list): Local variable renaming.
2213 (uniquify-rationalize-conflicting-sublist): Use member instead of
2214 assoc.
2215 (uniquify-rename-buffer): Use unless instead of if not.
2216
2217 2001-08-02 Gerd Moellmann <gerd@gnu.org>
2218
2219 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
2220
2221 * custom.el (custom-set-variables): Set options with :require
2222 clauses last.
2223
2224 * custom.el (defcustom): Doc fix.
2225
2226 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
2227
2228 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * man.el (man): Mention Man-switches in the doc string.
2231 (Man-switches): Mention -a in the doc string.
2232
2233 * textmodes/ispell.el (ispell-alternate-dictionary):
2234 Add /usr/share/lib/dict/words, for Irix.
2235
2236 * bindings.el: Bind shifted and control-shifted kp-* keys to the
2237 corresponding non-kp keys. Suggested by Stephen Gildea
2238 <gildea@stop.mail-abuse.org>.
2239
2240 2001-08-01 Francesco Potorti` <pot@gnu.org>
2241
2242 * uniquify.el: These changes correct a corner case that the old
2243 code managed correctly.
2244 (uniquify-fix-item-proposed): Renamed from
2245 uniquify-fix-item-min-proposed.
2246 (uniquify-set-proposed): New function.
2247 (uniquify-rationalize-file-buffer-names): Code reshuffled for
2248 clarity and speed.
2249 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
2250 This is equivalent to what the old code did.
2251 (uniquify-rationalize-a-list): Never recompute the proposed
2252 name. Sort the conflicting sublist before rationalising it: this
2253 is equivalent to what the old code did, but one directory element
2254 at a time, and only when necessary.
2255 (uniquify-rationalize-conflicting-sublist): Recompute here the
2256 proposed name.
2257
2258 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2259
2260 * play/animate.el: Add Keywords and Maintainer. Remove a
2261 reference to a removed function.
2262
2263 * play/animate.el (animate-string): Handle case that the string is
2264 longer than the window is wide.
2265
2266 2001-07-31 Gerd Moellmann <gerd@gnu.org>
2267
2268 * desktop.el (desktop-save): Bind coding-system-for-write to
2269 `emacs-mule' for write-region.
2270
2271 * delsel.el (delete-selection-pre-hook): Don't set this-command
2272 to `ignore' if the region is empty.
2273
2274 * international/mule.el (set-keyboard-coding-system):
2275 Set keyboard-coding-system.
2276
2277 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
2278 before accessing it.
2279
2280 2001-07-30 Andreas Schwab <schwab@suse.de>
2281
2282 * menu-bar.el (toggle-highlight-paren-mode):
2283 Use `(show-paren-mode)' as body.
2284
2285 2001-07-30 Andre Spiegel <spiegel@gnu.org>
2286
2287 * vc.el (vc-checkout-hook): New hook.
2288 (vc-checkout): Run it.
2289
2290 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * progmodes/make-mode.el (makefile-macroassign-regex):
2293 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
2294
2295 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2296
2297 * vc.el (vc-switch-backend): Fix autoload cookie.
2298
2299 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
2300 the desktop file.
2301
2302 2001-07-30 Simon Josefsson <jas@extundo.com>
2303
2304 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
2305 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2306
2307 2001-07-27 Gerd Moellmann <gerd@gnu.org>
2308
2309 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
2310 (last-sexp-toggle-display): Renamed from last-sexp-print.
2311 (last-sexp-toggle-display, eval-last-sexp-1):
2312 Use last-sexp-setup-props.
2313
2314 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2315 New user-options.
2316 (mouse-wheel-change-button): New function.
2317 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
2318 (mwheel-scroll): Ditto.
2319
2320 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2321
2322 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
2323 `...', compare with unabbreviated printed representation instead.
2324 (last-sexp-print): Bind print-length and print-level to nil.
2325
2326 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
2327 before assigning text properties. Make properties rear-nonsticky.
2328
2329 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
2330 (eval-last-sexp-1): Give printed text a `keymap' property and bind
2331 <mouse-2> and <RET> in that map to a function printing the
2332 unabbreviated value.
2333
2334 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
2335 is a buffer, put a text property `printed-value' on the printed
2336 representation, with the Lisp object printed as value.
2337
2338 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
2339
2340 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
2341 Mention the effect of eval-expression-print-length and
2342 eval-expression-print-level in the doc strings. Suggested by
2343 Kevin Gallagher <kevingal@onramp.net>.
2344
2345 2001-07-25 Gerd Moellmann <gerd@gnu.org>
2346
2347 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
2348 for buttons > 3.
2349 (xterm-mouse-translate): Handle the case that we don't get a
2350 down-event.
2351
2352 * emacs-lisp/find-func.el (find-function-regexp):
2353 Add easy-mmode-define-global-mode to the regexp. Allow newlines
2354 in front of the function name.
2355
2356 * isearch.el (isearch-other-meta-char): Fix last change.
2357
2358 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
2359 similar events for which fake prefix keys are generated. It's no
2360 longer necessary since read_key_sequence doesn't modify these
2361 events for internal purposes anymore.
2362
2363 * files.el (auto-mode-alist): Use nroff-mode for files ending
2364 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
2365
2366 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2367
2368 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
2369 tool-bar-lines parameter, behave as if its value were zero.
2370 (mouse-avoidance-set-pointer-shape): Don't do anything if
2371 x-pointer-shape is not boundp.
2372
2373 2001-07-23 Francesco Potorti` <pot@gnu.org>
2374
2375 * uniquify.el: Overall speedup changes when using many buffers.
2376 (uniquify-fix-item-base, uniquify-fix-item-filename)
2377 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
2378 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
2379 place in the item, but was never used.
2380 (uniquify-fix-item-min-proposed): New defalias: the fourth place
2381 in the item is now used as cache for the proposed name.
2382 (uniquify-rationalize-file-buffer-names): Move computation made on
2383 newbuffile out of the loop, in the newbuffile-nd local var.
2384 Use dolist (cosmetic change). Compute the proposed name for the most
2385 common case and cache it in the fourth place in the item.
2386 (uniquify-rationalize-file-buffer-names): Used to return a a list
2387 of buffer whose name was changed, but that return value was never used.
2388 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
2389 the cached proposed name, does much less consing and is quicker.
2390 (uniquify-filename-lessp): Deleted.
2391 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
2392 Do not bind locally the uniquify-possibly-resolvable flag. Use the
2393 cached proposed name is possible.
2394 (uniquify-get-proposed-name): Arguments changed, callers changed.
2395 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
2396 uniquify-possibly-resolvable flag, which is no more bound locally.
2397 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
2398 flag, which does not exist any more.
2399
2400 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2401
2402 * term/internal.el (IT-unicode-translations): Fix the appearance of
2403 "6`".
2404
2405 * progmodes/compile.el (compile-internal): If EMACS is already
2406 defined in the environment, don't override its value.
2407
2408 2001-07-23 Gerd Moellmann <gerd@gnu.org>
2409
2410 * play/fortune.el: Undo change of 2001-07-13.
2411 Fix autoload cookies. Add types to defcustoms.
2412 (fortune) <defgroup>: Add :link.
2413 (fortune-from-region): Use eq, not eql.
2414 From Dave Love <fx@gnu.org>.
2415
2416 * play/animate.el (animate-birthday-present): Function removed.
2417
2418 * play/animate.el: New file.
2419
2420 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
2421
2422 * startup.el (normal-top-level-add-subdirs-to-load-path):
2423 On Windows, put into normal-top-level-add-subdirs-inode-list the
2424 canonicalized names of the directories instead of inode numbers.
2425
2426 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2427
2428 * ediff-util.el: Copyright years.
2429 (ediff-choose-syntax-table): New function.
2430 (ediff-setup): Use ediff-choose-syntax-table.
2431 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
2432 vc-state is available.
2433 (ediff-make-temp-file): Use ediff-coding-system-for-write.
2434
2435 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2436 with-syntax-table.
2437 (ediff-coding-system-for-read): From ediff-diff.el
2438 (ediff-coding-system-for-write): New variable.
2439 (ediff-highest-priority): Fixed the bug having to do with disappearing
2440 overlays.
2441 (ediff-file-remote-p): Use file-remote-p, if available.
2442 (ediff-listable-file): New function.
2443 (ediff-file-attributes): Use ediff-listable-file.
2444
2445 * ediff-mult.el (ediff-meta-insert-file-info1):
2446 Use ediff-listable-file.
2447
2448 * ediff-ptch.el (ediff-prompt-for-patch-file):
2449 Use ediff-coding-system-for-read.
2450 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
2451
2452 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
2453 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
2454
2455 * ediff.el: Date of last update, copyright years.
2456
2457 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2458
2459 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2460 of Scott Bronson.
2461 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
2462 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2463 Deleted functions.
2464 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2465 ex-token-list.
2466 (viper-get-ex-address-subr): Convert registers to char data type.
2467
2468 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
2469 (viper-memq-char): Use viper-int-to-char.
2470 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
2471 vc-locking-state.
2472 (viper-read-key): Use viper-read-key-sequence.
2473
2474 * viper.el (viper-major-mode-modifier-list):
2475 Added inferior-emacs-lisp-mode.
2476 (this-major-mode-requires-vi-state): New function that uses simple
2477 heuristics to decide if vi state is appropriate.
2478 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
2479 (viper-non-hook-settings): Don't advise read-key-sequence.
2480 (viper-read-key-sequence): New function that replaces the
2481 previously used advice to read-key-sequence.
2482
2483 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
2484 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
2485 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
2486 (viper-open-line-at-point,viper-substitute,viper-overwrite)
2487 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
2488 Got rid of the negative character hack.
2489 (viper-escape-to-state,viper-replace-state-exit-cmd):
2490 Use viper-read-key-sequence.
2491 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
2492 (viper-minibuffer-standard-hook,viper-read-string-with-history):
2493 Don't override existing minibuffer-setup-hook.
2494 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
2495 Convert registers to char data type.
2496 (viper-autoindent): Use viper-indent-line.
2497
2498 * viper-keym.el: Use viper-exec-key-in-emacs.
2499
2500 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
2501
2502 * server.el (server-visit-files): Fix variable name typo.
2503
2504 2001-07-20 Gerd Moellmann <gerd@gnu.org>
2505
2506 * simple.el (delete-trailing-whitespace): Save match data
2507 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
2508
2509 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
2510
2511 * progmodes/compile.el (compilation-parse-errors): `linenum' might
2512 return a this-error using the alternative format (a pair of markers).
2513
2514 2001-07-19 Gerd Moellmann <gerd@gnu.org>
2515
2516 * font-lock.el (c++-keywords): Add Standard C++ operator names.
2517
2518 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
2519 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2520
2521 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2522
2523 * international/iso-transl.el: Fix typo in the header of the file.
2524
2525 * textmodes/picture.el (picture): Doc fix.
2526
2527 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
2528 follow coding conventions in generated files.
2529
2530 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2533 (tool-bar-add-item): Don't call image-related primitives if the
2534 display doesn't support images.
2535
2536 * frame.el (display-images-p): New function.
2537
2538 2001-07-17 Gerd Moellmann <gerd@gnu.org>
2539
2540 * server.el (server-visit-files): Handle the case the specified
2541 column number is <= 0.
2542
2543 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2544
2545 * startup.el (command-line-1): Add support for +LINE:COLUMN
2546 command line argument.
2547
2548 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2549
2550 * server.el (server-process-filter, server-visit-files):
2551 Add support for +LINE:COLUMN style emacsclient calls.
2552
2553 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2554
2555 * emacs-lisp/easy-mmode.el: Add Keywords header.
2556
2557 * play/pong.el: Author has new address.
2558
2559 * play/landmark.el: Author is no more reachable.
2560
2561 * play/handwrite.el: Author is no more reachable.
2562
2563 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2564
2565 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2566 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2567 Complete bindings for F<1..12> keys.
2568 (global-map): Remove `undo' binding (already in the default).
2569 Replace `t<n>' bindings with `f<n>' bindings.
2570
2571 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2572
2573 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2574 (tcl-mode): Use tcl-add-log-defun.
2575 (tcl-indent-line): Use tcl-calculate-indent.
2576 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2577 (tcl-indent-exp): Renamed from indent-tcl-exp.
2578 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2579 (tcl-indent-for-comment): Call comment-indent-function properly
2580 and handle the case where it returns nil.
2581
2582 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2583
2584 * calendar/cal-islam.el (calendar-goto-islamic-date):
2585 Remove autoload cookie.
2586
2587 * calendar/calendar.el (calendar-goto-islamic-date):
2588 Add call to autoload.
2589
2590 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2591
2592 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2593 Don't change compile-auto-highlight globally.
2594 Don't bother with `font-lock-defaults' property since XEmacs
2595 also understands the `font-lock-defaults' variable.
2596 Use make-local-variable rather than make-variable-buffer-local.
2597 Don't `defconst' comment-indent-function: keep the default.
2598 Call easy-menu-add unconditionally.
2599 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2600 (ada-create-menu): Use :included for Emacs as well.
2601
2602 * vc.el (vc-do-command): Autoload.
2603
2604 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2605
2606 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2607
2608 * ps-print.el: Fix Author: header.
2609
2610 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2611
2612 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2613 mouse-1 etc., bind them to `ignore'.
2614
2615 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2616 send-invisible, which is already defined in Comint.
2617 (eshell-watch-for-password-prompt): Use it.
2618
2619 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2620
2621 * which-func.el (which-func-mode): Doc fix.
2622
2623 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
2624 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2625 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2626 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2627 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2628 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2629 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2630 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2631 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2632 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2633 * emulation/edt-mapper.el, emulation/edt-pc.el,
2634 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2635 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2636 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2637 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2638 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2639 * international/isearch-x.el, international/iso-cvt.el,
2640 * international/ogonek.el, international/quail.el,
2641 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2642 * language/devanagari.el, language/ethio-util.el,
2643 * language/ethiopic.el, language/european.el, language/indian.el,
2644 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2645 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2646 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2647 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2648 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2649 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2650 * progmodes/autoconf.el, progmodes/cmacexp.el,
2651 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2652 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2653 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2654 * progmodes/ebnf2ps.el, progmodes/executable.el,
2655 * progmodes/fortran.el, progmodes/idlw-shell.el,
2656 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2657 * progmodes/m4-mode.el, progmodes/mantemp.el,
2658 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2659 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2660 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2661 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2662 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2663 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2664 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2665 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2666 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2667 * textmodes/two-column.el, time-stamp.el, timezone.el,
2668 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2669 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2670 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
2671 conventions.
2672
2673 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2674
2675 * simple.el (set-variable): Require 'cus-edit' instead of
2676 `wid-edit', so that the Custom widgets get defined.
2677
2678 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2679
2680 * allout.el: A fix to follow coding conventions.
2681
2682 * find-lisp.el: A fix to follow coding conventions.
2683
2684 * term/w32-win.el: A fix to follow coding conventions.
2685
2686 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2687
2688 * term/xterm.el: A fix to follow coding conventions.
2689
2690 * term/news.el: A fix to follow coding conventions.
2691
2692 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2693 header line fixed.
2694
2695 * sun-curs.el: Fix Maintainer: header line.
2696
2697 * emacs-lisp/easymenu.el: Address of the author added.
2698
2699 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2700
2701 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2702 property.
2703
2704 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2705
2706 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
2707 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
2708 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2709 Some fixes to follow coding conventions.
2710
2711 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2712
2713 * which-func.el (which-func-mode): Doc fix.
2714
2715 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2716
2717 * net/rcompile.el (remote-compile): Use make-local-variable.
2718
2719 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2720
2721 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2722
2723 * mail/reporter.el (reporter-submit-bug-report):
2724 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2725
2726 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2727
2728 * calendar/cal-china.el, calendar/cal-coptic.el,
2729 * calendar/cal-dst.el, calendar/cal-french.el,
2730 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2731 * calendar/cal-iso.el, calendar/cal-julian.el,
2732 * calendar/cal-mayan.el, calendar/cal-persia.el,
2733 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2734 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2735 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2736 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2737 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2738 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2739 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2740 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2741 * progmodes/ada-xref.el, progmodes/cc-align.el,
2742 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2743 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2744 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2745 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2746 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2747 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2748 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2749 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2750 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2751 * textmodes/reftex.el: Some fixes to follow coding
2752 conventions in Eshell files with known maintainers.
2753
2754 * emulation/viper.el: A fix to follow coding conventions.
2755
2756 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
2757 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2758 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2759 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2760 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2761 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2762 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2763 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2764 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2765 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
2766 conventions in Eshell files.
2767
2768 * composite.el, diff.el, emacs-lisp/levents.el,
2769 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2770 * emulation/pc-mode.el, emulation/viper-cmd.el,
2771 * emulation/viper-ex.el, emulation/viper-init.el,
2772 * emulation/viper-keym.el, emulation/viper-macs.el,
2773 * emulation/viper-mous.el, emulation/viper-util.el,
2774 * emulation/viper.el, forms-pass.el, international/ccl.el,
2775 * international/characters.el, international/encoded-kb.el,
2776 * international/fontset.el, international/ja-dic-cnv.el,
2777 * international/ja-dic-utl.el, international/kinsoku.el,
2778 * international/kkc.el, international/mule-cmds.el,
2779 * international/mule-diag.el, international/mule-util.el,
2780 * international/mule.el, international/titdic-cnv.el,
2781 * language/china-util.el, language/chinese.el,
2782 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2783 * language/greek.el, language/hebrew.el, language/japan-util.el,
2784 * language/japanese.el, language/korea-util.el, language/korean.el,
2785 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2786 * language/slovak.el, language/thai-util.el, language/thai.el,
2787 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2788 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2789 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2790 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2791 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2792 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2793 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2794 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2795 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2796 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
2797 to follow coding conventions in files without maintainer or in files
2798 with clear maintainer (but without Maintainer header stating so).
2799
2800 * emacs-lisp/elp.el: A fix to follow coding conventions.
2801
2802 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
2803 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2804 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2805 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2806 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2807 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2808 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2809 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2810 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2811 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2812 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2813 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
2814 conventions in files from Gnus.
2815
2816 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
2817 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2818 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2819 * echistory.el, electric.el, emacs-lisp/authors.el,
2820 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2821 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2822 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2823 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2824 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2825 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2826 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2827 * international/codepage.el, international/iso-ascii.el,
2828 * international/iso-insert.el, international/iso-transl.el,
2829 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2830 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2831 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2832 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2833 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2834 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2835 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2836 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2837 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2838 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2839 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2840 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2841 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2842 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2843 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2844 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2845 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2846 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2847 * textmodes/tex-mode.el, textmodes/text-mode.el,
2848 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2849 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2850 * vt100-led.el, window.el: Some fixes to follow coding conventions in
2851 files maintained by FSF.
2852
2853 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2854
2855 * arc-mode.el: A fix to follow coding conventions.
2856
2857 * bindings.el: Ditto.
2858
2859 * cdl.el: Ditto.
2860
2861 * comint.el: Ditto.
2862
2863 * cus-start.el: Ditto.
2864
2865 * shell.el: Ditto.
2866
2867 * skeleton.el: Ditto.
2868
2869 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2870
2871 * info.el (Info-build-node-completions):
2872 Make Info-current-file-completions buffer local.
2873
2874 2001-07-13 Gerd Moellmann <gerd@gnu.org>
2875
2876 * which-func.el (which-func-mode, which-func-ff-hook)
2877 (which-function-mode): Remove references to which-func-mode-global.
2878
2879 * calendar/cal-islam.el (calendar-goto-islamic-date):
2880 Add autoload cookie.
2881
2882 * play/fortune.el: Add types to defcustoms.
2883
2884 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2885
2886 * language/czech.el: A fix to follow coding conventions.
2887
2888 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2889
2890 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2891 to the extension list, for antlr-mode. From Christoph Wedler
2892 <Christoph.Wedler@sap.com>.
2893
2894 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2895
2896 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2897 (vc-dired-mode-map): Fix the madness.
2898
2899 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2900 (vc-prefix-map): Moved back from vc.el.
2901
2902 2001-07-11 Gerd Moellmann <gerd@gnu.org>
2903
2904 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2905 Increase the size of the obarray.
2906 (mail-extr-all-top-level-domains): Add more toplevel domains,
2907 add more long names.
2908 From: Per Starback <starback@ling.uu.se>.
2909
2910 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2911
2912 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2913 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2914
2915 * progmodes/ada-mode.el: Ditto.
2916
2917 * progmodes/ada-xref.el: Ditto.
2918
2919 2001-07-11 Miles Bader <miles@gnu.org>
2920
2921 * finder.el (finder-insert-at-column): Also move to the next line
2922 if exactly at COLUMN.
2923
2924 2001-07-10 Gerd Moellmann <gerd@gnu.org>
2925
2926 * help.el (describe-function-1): When printing FUNCTION's
2927 documentation, don't assume FUNCTION is a symbol.
2928
2929 * startup.el (normal-top-level): Don't operate on the initial
2930 frame if we failed to create one.
2931
2932 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2933
2934 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2935 itself, i.e. only indent the contents in it.
2936
2937 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
2938
2939 * mail/rmail.el (rmail-show-message): Show beginning of message in
2940 all windows containing it.
2941
2942 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2943
2944 * term/tty-colors.el: Fix the header line and copyright years.
2945
2946 2001-07-09 Gerd Moellmann <gerd@gnu.org>
2947
2948 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2949 original definition has an interactive form, but is Elp
2950 instrumented, use the interactive form of the function called by
2951 elp-wrapper.
2952
2953 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2954 configurations with compare-window-configuration; they aren't
2955 window configurations.
2956
2957 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2958 from the server for the format we expect. Don't use it if it
2959 doesn't look like what the Internet draft for FTP extensions specifies.
2960
2961 * toolbar/*.pbm: Cleaned up.
2962 From Luis Fernandes <elf@ee.ryerson.ca>.
2963
2964 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2965
2966 * cc-cmds.el: Extended the kludge to interoperate with the
2967 delsel and pending-del packages wrt to the new function
2968 `c-electric-delete-forward'.
2969
2970 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2971
2972 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2973 to delay the call to <mode> for global minor modes.
2974 (easy-mmode-define-navigation): Only recenter if interactive.
2975
2976 2001-07-06 Gerd Moellmann <gerd@gnu.org>
2977
2978 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2979 to lisp-indent-line.
2980
2981 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2982 from the server. Call encode-time only when we are sure that we
2983 got a 213 response.
2984
2985 2001-07-06 Simon Josefsson <jas@extundo.com>
2986
2987 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2988 (mail-envelope-from): New user option.
2989 (sendmail-send-it): Use it.
2990
2991 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2992
2993 * ps-print.el: Use locale dependant date to print date in header.
2994 Doc fix.
2995 (ps-print-version): New version number (6.5.3).
2996 (ps-right-header, ps-right-footer): Initialization and doc fix.
2997 (ps-time-stamp-locale-default): New fun.
2998
2999 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3000
3001 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
3002 field problem with MIME-mode.
3003
3004 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
3005
3006 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3007
3008 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
3009 MIME-mode.
3010
3011 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3012
3013 * bindings.el (mode-line-mule-info): Don't show the tip with
3014 buffer-file-coding-system if that is nil.
3015
3016 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3017
3018 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
3019 instead of kill-line.
3020
3021 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
3022 <Pavel@Janik.cz>.
3023
3024 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
3025 <Pavel@Janik.cz>.
3026
3027 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3028
3029 * font-lock.el (c-font-lock-keywords-3): When matching something
3030 like `struct X Y', finish with point after Y.
3031
3032 2001-07-04 Simon Josefsson <jas@extundo.com>
3033
3034 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
3035 in caller buffer.
3036
3037 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
3038
3039 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
3040 instead of string-match to find the basename of the file.
3041 From Pascal Obry <p.obry@wanadoo.fr>.
3042
3043 * net/browse-url.el (browse-url-default-windows-browser):
3044 Support the MS-DOS port when it runs on Windows.
3045 (browse-url-browser-function) [ms-dos]: Default to
3046 browse-url-default-windows-browser.
3047
3048 * help.el (locate-library): Enable code that looks for compressed
3049 libraries if auto-compression-mode is on.
3050
3051 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
3054
3055 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3056
3057 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
3058
3059 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
3060
3061 * allout.el: Fix the header line, so that finder.el recognizes it.
3062 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3063
3064 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
3065 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3066
3067 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3068
3069 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
3070
3071 * ps-bdf.el (bdf-directory-list): Use the value relative to
3072 installation-directory for MS-Windows as well.
3073
3074 2001-06-29 Richard M. Stallman <rms@gnu.org>
3075
3076 * wid-edit.el (widget-color-sample-face-get):
3077 Return ((foreground-color . COLOR)) instead of constructing a face.
3078
3079 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * faces.el (region): Change the background color for the
3082 light-background color display to lightgoldenrod2, to make it
3083 visible on some laptops.
3084
3085 2001-06-28 Richard M. Stallman <rms@gnu.org>
3086
3087 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
3088 (rmail-msg-restore-non-pruned-header): Likewise.
3089 If point was in the old pruned header, put it at the top.
3090 (rmail-msg-prune-header): If point was at the top, keep it there.
3091
3092 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
3093 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
3094
3095 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
3096
3097 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
3098
3099 2001-06-28 Karl Fogel <kfogel@red-bean.com>
3100
3101 * saveplace.el: Update maintainer email address.
3102
3103 2001-06-27 Francesco Potorti` <pot@gnu.org>
3104
3105 * uniquify.el: (uniquify-rationalize-file-buffer-names):
3106 Undo previous change.
3107
3108 2001-06-27 Francesco Potorti` <pot@gnu.org>
3109
3110 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
3111 preliminary quick reordering. Can speed things up dramatically.
3112
3113 2001-06-26 Richard M. Stallman <rms@gnu.org>
3114
3115 * dired.el (dired-get-filename): A file name starting with ~
3116 is not absolute in this context.
3117
3118 * which-func.el (which-func-maxout): Increase default to 500000.
3119 (which-function-mode): This is now the "real" name of the function.
3120 (which-func-mode): Now an alias.
3121 (which-func-mode-global): Name deleted.
3122
3123 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
3124 button-2, when binding hs-mouse-toggle-hiding.
3125
3126 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3127
3128 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
3129 (rmail-msg-prune-header): Likewise.
3130 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
3131 and `rmail-msg-prune-header'.
3132
3133 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
3134
3135 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
3136 back than LINEBEG.
3137
3138 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
3139
3140 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
3141 window where they clicked the mouse has a header line, adjust
3142 vertical movement by one.
3143
3144 2001-06-25 Milan Zamazal <pdm@zamazal.org>
3145
3146 * progmodes/glasses.el (glasses-make-readable): Consider underscores
3147 too when separating a parenthesis.
3148
3149 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
3150
3151 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3152 (bookmark-bmenu-hide-filenames): Add help-echo to
3153 mouse-highlighted text.
3154 (bookmark-bmenu-show-filenames): Remove help-echo property from
3155 the whitespace.
3156
3157 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3158
3159 * files.el (auto-mode-alist): Add configure.ac (autoconf).
3160 From Karl Eichwalder <ke@suse.de>.
3161
3162 2001-06-23 Richard M. Stallman <rms@gnu.org>
3163
3164 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
3165
3166 * progmodes/cc-styles.el (c-set-style): Don't specify initial
3167 contents for completing-read.
3168
3169 2001-06-22 Richard M. Stallman <rms@gnu.org>
3170
3171 * menu-bar.el (menu-bar-make-toggle): Construct the
3172 function's doc string from HELP, not DOC, and make it accurate by
3173 adding "Toggle whether to " at the front and downcasing the initial.
3174 Change the HELP arg in some calls to make it fit this usage.
3175
3176 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
3177 Undo previous change.
3178
3179 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
3180
3181 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
3182
3183 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
3184
3185 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
3188
3189 * dabbrev.el (dabbrev--select-buffers): Fix last change.
3190
3191 2001-06-20 Richard M. Stallman <rms@gnu.org>
3192
3193 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
3194 broken out from dabbrev--find-expansion. Handle minibuffer
3195 specially here.
3196 (dabbrev--find-expansion): Simplify code in various ways.
3197 Don't treat minibuffers specially.
3198 Call dabbrev--make-friend-buffer-list.
3199 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
3200 (dabbrev--scanning-message): Do nothing when minibuffer is current.
3201
3202 2001-06-19 John Wiegley <johnw@gnu.org>
3203
3204 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
3205 Also, added a comment describing how to greatly speedup Eshell
3206 loadup time, by concatenating together all of Eshell's .elc files.
3207
3208 2001-06-19 John Wiegley <johnw@gnu.org>
3209
3210 * eshell/esh-mode.el: Disabled a test that often yields false failures.
3211
3212 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
3213
3214 * woman.el (WoMan-highlight-references): Add help-echo to
3215 mouse-highlighted text.
3216
3217 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
3220
3221 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3222
3223 * international/quail.el (quail-start-conversion):
3224 Reset quail-translating to nil.
3225
3226 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
3227 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
3228
3229 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
3230
3231 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
3232 mouse-highlighted text.
3233
3234 * dired.el (dired-mark-pop-up): Fix last change.
3235
3236 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3237
3238 * calendar/calendar.el (generate-calendar-month): Add help-echo to
3239 mouse-highlighted text.
3240
3241 * net/quickurl.el (quickurl-url-file): Run through
3242 convert-standard-filename.
3243 (quickurl-list-populate-buffer): Add help-echo to
3244 mouse-highlighted text.
3245 (top-level): Update Dave's URL.
3246
3247 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
3248 mouse-highlighted text.
3249
3250 * textmodes/page-ext.el (pages-copy-header-and-position):
3251 Add help-echo to mouse-highlighted text.
3252
3253 * tar-mode.el (tar-header-block-summarize): Add help-echo to
3254 mouse-highlighted text.
3255
3256 * replace.el (occur): Add help-echo to mouse-highlighted text.
3257
3258 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
3259 mouse-highlighted text.
3260
3261 * progmodes/cpp.el (cpp-make-button): Add help-echo to
3262 mouse-highlighted text.
3263
3264 * progmodes/compile.el (compile-reinitialize-errors):
3265 Add help-echo to mouse-highlighted messages.
3266 (compilation-forget-errors): Remove help-echo property as well.
3267
3268 * play/landmark.el (lm-plot-square, lm-init-display):
3269 Add help-echo to mouse-highlighted text.
3270
3271 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
3272 Add help-echo to mouse-highlighted text.
3273
3274 * dired.el (dired-insert-set-properties): Add help-echo to
3275 mouse-highlighted text.
3276 (dired-mark-pop-up): Remove help-echo property from the file name.
3277
3278 * comint.el (comint-send-input): Add help-echo to
3279 mouse-highlighted text.
3280
3281 * buff-menu.el (list-buffers-noselect): Add help-echo to
3282 mouse-highlighted text.
3283
3284 * arc-mode.el (archive-summarize-files): Add help-echo to
3285 mouse-highlighted text.
3286
3287 * ffap.el (ffap-machine-p): Always return nil if
3288 open-network-stream is not fboundp.
3289
3290 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
3291
3292 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
3293 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
3294 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
3295 incorrectly binding chars between 128 and 256 to it.
3296 (sgml-maybe-name-self): Handle latin-1 chars properly.
3297 (sgml-tags-invisible): Bind buffer-file-name to nil.
3298 Use unwind-protect and restore-buffer-modified-p.
3299 (sgml-point-entered): Use buffer-substring-no-properties.
3300 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
3301 (html-mode): Don't force `imenu-sort-function'.
3302
3303 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3304
3305 * tar-mode.el: Fix the copyright notice.
3306
3307 * font-lock.el (font-lock-comment-face): For tty's with dark
3308 background, use "red1", since "lightred" is not one of the colors
3309 recognized by tty-colors.el.
3310
3311 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
3312 create a buffer for extracted file, in case there's more than one
3313 file by that name in an archive, possibly in different
3314 directories. From Kevin Rodgers <kevinr@ihs.com>.
3315
3316 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
3317 <alex@gnu.org>.
3318
3319 2001-06-15 Miles Bader <miles@gnu.org>
3320
3321 * textmodes/texinfmt.el (texinfo-format-syntax-table):
3322 Revert previous change.
3323
3324 2001-06-14 Richard M. Stallman <rms@gnu.org>
3325
3326 * replace.el (keep-lines-read-args): Return just a regexp.
3327 Provide nil for the region args.
3328 (keep-lines, flush-lines, how-many):
3329 Calculate the defaults for the region here, when args are nil.
3330
3331 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3332
3333 * rot13.el (rot13-other-window): Some more doc fix.
3334
3335 2001-06-14 Per Starback <starback@ling.uu.se>
3336
3337 * replace.el (case-replace, query-replace-from-history-variable)
3338 (query-replace-to-history-variable, keep-lines-read-args)
3339 (occur-revert-function, query-replace-help): Dox fix.
3340
3341 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
3342
3343 * rot13.el (rot13-other-window): Doc fix.
3344
3345 2001-06-14 Miles Bader <miles@gnu.org>
3346
3347 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
3348 of " and \ to "." (punctuation).
3349 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
3350
3351 2001-06-13 Richard M. Stallman <rms@gnu.org>
3352
3353 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
3354
3355 * simple.el (shell-command-on-region): Never kill the
3356 *Shell Command Output* buffer.
3357
3358 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
3359
3360 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
3361
3362 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3365 New var, to recognize ${ $' and PODs.
3366 (perl-font-lock-syntactic-face-function): New function.
3367 (perl-mode): Use them.
3368 (perl-continuation-line-p): New function, from perl-calculate-indent.
3369 (perl-calculate-indent): Use it, to properly handle continuation
3370 lines of continuation lines.
3371
3372 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
3373
3374 * server.el (server-process, server-buffer-clients): Doc fix.
3375 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3376
3377 2001-06-09 John Wiegley <johnw@gnu.org>
3378
3379 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
3380 test if the last command was Lisp or not.
3381 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
3382 B x C".
3383
3384 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
3385
3386 * dos-w32.el (grep-regexp-alist): Remove definition, since the
3387 general one on compile.el supports drive letters.
3388
3389 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
3390
3391 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
3392 key description.
3393
3394 * textmodes/reftex-sel.el (reftex-select-jump): New command.
3395
3396 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
3397 (reftex-toc-jump): New command.
3398
3399 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
3400 to parse international characters as well.
3401
3402 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
3403 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
3404
3405 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
3406
3407 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
3408 TAB to the key separators.
3409
3410 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3411
3412 * international/mule.el (auto-coding-alist): Remove redundant
3413 up-cased versions of the extensions (auto-coding-alist-lookup is
3414 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
3415 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
3416
3417 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3418
3419 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
3420
3421 2001-06-01 Richard M. Stallman <rms@gnu.org>
3422
3423 * help.el (describe-variable): Put value on same line
3424 with preceding text, if it is short enough to look good that way.
3425
3426 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * term/internal.el (IT-unicode-translations): New variable.
3429 (IT-setup-unicode-display): New function.
3430
3431 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3432
3433 * ps-print.el: Handle before-string and after-string overlay properties
3434 in ps-print-*-with-faces commands. Doc fix.
3435 (ps-print-version): New version number (6.5.2).
3436 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
3437 for XEmacs.
3438 (ps-prefix-quote): Doc fix.
3439 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
3440 (ps-basic-plot-str, ps-plot-string): New funs.
3441
3442 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
3443
3444 * progmodes/etags.el (tags-compression-info-list): Fix docstring
3445 and :type spec.
3446
3447 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3448
3449 * international/mule-cmds.el (inactivate-input-method):
3450 Set input-method-function to nil.
3451
3452 * xml.el (xml-parse-tag): The document may contain invalid characters.
3453 From ShengHuo ZHU <zsh@cs.rochester.edu>
3454
3455 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3456
3457 * mail/rmailsum.el (rmail-message-subject-p): Don't call
3458 `rmail-summary-line-decoder' if the message does not have
3459 a Subject: field.
3460
3461 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
3462
3463 * mail/rmail.el (rmail-insert-mime-resent-message-function):
3464 New variable.
3465 (rmail-resend): Modify to work in `rmail-view-buffer'; call
3466 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
3467 is non-nil.
3468
3469 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
3470
3471 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
3472
3473 2001-05-29 Sam Steingold <sds@gnu.org>
3474
3475 * faces.el (face-valid-attribute-values): Bind `valid' directly
3476 instead of using `setq'.
3477
3478 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
3479 Use `tex-shell-buf'.
3480 (tex-shell-proc): Use `tex-shell-running'.
3481 (tex-shell-buf-no-error): New function.
3482 (tex-send-tex-command): Use it.
3483 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
3484 (tex-kill-job): Check the process before calling `quit-process'.
3485
3486 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3487
3488 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
3489 UTF-8 sequences.
3490
3491 2001-05-28 Miles Bader <miles@gnu.org>
3492
3493 * comint.el (comint-carriage-motion): Renamed from
3494 `comint-cr-magic'. Operate on the buffer instead of the string
3495 (for use as a comint post-output filter, instead of as a
3496 pre-output filter). Handle backspaces too. Add to the
3497 `comint-output-filter-functions' hook instead of
3498 `comint-preoutput-filter-functions'.
3499
3500 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3501
3502 * language/japan-util.el (japanese-hankaku): Prefer the charset
3503 `jisx0201' when the optional argument `ascii-only' is not specified.
3504 (japanese-hankaku-region): Ditto.
3505 From Katsumi Yamaoka <yamaoka@jpl.org>
3506
3507 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
3508
3509 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
3510 (outline-invisible-p): New function.
3511 (hide-leaves): Save excursion.
3512 (hide-other): Stop looping when reaching bobp.
3513
3514 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
3515
3516 * cus-edit.el (custom-file): Fix last change.
3517
3518 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
3519
3520 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
3521 same definition in byte-compile-function-environment as `autoload'
3522 would put in `symbol-function'.
3523
3524 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
3525 patch to correct the error message as well.
3526
3527 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
3528
3529 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3530 unless ~/.emacs exists.
3531
3532 * novice.el (enable-command): If user-init-file is nil or does not
3533 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3534
3535 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3536
3537 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3538 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3539 Allow spaces around macro arguments.
3540 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3541 indent-for-tab-command.
3542 (latex-mode-map, plain-tex-mode-map): New keymaps.
3543 Inherit from tex-mode-map.
3544 (tex-common-initialization): Don't setup the keymap any more
3545 since it's now done right by define-derived-mode.
3546 (latex-mode): Set skeleton-end-hook to nil.
3547 (latex-skeleton-end-hook): Remove.
3548 (tex-latex-block, latex-insert-item): Simplify.
3549 (latex-syntax-after): Use following-char rather than char-after.
3550 (tex-discount-args-cmds, tex-count-words): New functions.
3551
3552 * textmodes/tildify.el (tildify-ignored-environments-alist):
3553 Recognize \verb* as well.
3554
3555 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3556 (perl-comment-indent): Simplify to let newcomment.el do its job.
3557 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3558 (perl-mark-function): Cleanup the namespace.
3559 (perl-calculate-indent): Don't be fooled by nested functions.
3560
3561 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3562
3563 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3564 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3565
3566 2001-05-25 Andrew Choi <akochoi@i-cable.com>
3567
3568 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3569 actually be `\\'.
3570 (ctlau-b5-converter): Likewise.
3571
3572 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3573
3574 * international/titdic-cnv.el (quail-misc-package-ext-info):
3575 Change CTLauB.el to CTLau-b5.el.
3576
3577 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3578
3579 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3580 rather than beginning-of-line to avoid problems with fields.
3581 (gud-perldb-massage-args): Use unless and push.
3582 (gud-chdir-before-run): New var.
3583 (gud-common-init): Use it.
3584
3585 2001-05-24 Andrew Choi <akochoi@i-cable.com>
3586
3587 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3588 delete entries for chinese-ctlau and chinese-ctlaub.
3589 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
3590 chinese-ctlaub.
3591 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3592 New functions.
3593
3594 2001-05-22 Gerd Moellmann <gerd@gnu.org>
3595
3596 * cus-edit.el (custom-comment-show): Remove debug code.
3597
3598 * language/japan-util.el (japanese-symbol-table): Fix handling of
3599 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3600
3601 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3602
3603 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3604 Renamed by removing the silly `-flag' suffix.
3605 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3606
3607 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3608
3609 * replace.el (keep-lines-read-args): Use `copy-marker'.
3610 (how-many): Save excursion properly.
3611 (occur-mode): Use define-derived-mode.
3612 (perform-replace): Use with-current-buffer.
3613
3614 2001-05-20 Richard M. Stallman <rms@gnu.org>
3615
3616 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3617
3618 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3619
3620 * info.el (Info-read-subfile): Widen before finding the
3621 desired node in the subfile.
3622
3623 * startup.el (command-line-1): When >2 files visited,
3624 leave the last one visible, and make that the selected window.
3625
3626 2001-05-20 Gerd Moellmann <gerd@gnu.org>
3627
3628 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3629
3630 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3631
3632 * international/ccl.el (define-ccl-program): Fix a typo.
3633 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3634
3635 * international/mule.el (decode-char): Fix a typo. From Pavel
3636 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3637
3638 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3639 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3640
3641 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3642 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3643
3644 2001-05-18 Sam Steingold <sds@gnu.org>
3645
3646 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
3647 and [RET] to `cvs-mode-find-file'.
3648
3649 2001-05-18 John Wiegley <johnw@gnu.org>
3650
3651 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3652 configuration variable, which determines the initial character
3653 that forces use of an external version of a command. The default
3654 is *, but may be set to \, for example.
3655
3656 * eshell/esh-ext.el (eshell-explicit-command):
3657 Use `eshell-explicit-command-char' instead of ?*.
3658
3659 * eshell/esh-cmd.el (eshell/which):
3660 Use `eshell-explicit-command-char' instead of ?*.
3661
3662 * eshell/em-cmpl.el (eshell-completion-command-name)
3663 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
3664 instead of ?*.
3665
3666 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3667
3668 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3669 subst-char-in-string.
3670 (ange-ftp-after-parse-ls-hook): New variable.
3671 (ange-ftp-ls): Run that hook.
3672 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3673
3674 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3675 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3676 text into *Completions*.
3677
3678 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3679 part of which look like email addresses.
3680
3681 2001-05-18 Andrew Innes <andrewi@gnu.org>
3682
3683 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3684 Use . instead of absolute path for lisp dir, to avoid bug in W2K
3685 cmd.exe's handling of FOR loops.
3686 (autoloads): Set find-file-suppress-same-file-warnings to t to
3687 avoid slew of spurious messages.
3688
3689 2001-05-18 Simon Josefsson <simon@josefsson.org>
3690
3691 * mail/smtpmail.el (maybe-append-domain): Renamed to
3692 `smtpmail-maybe-append-domain'.
3693 (smtpmail-via-smtp): Use the new name.
3694
3695 * net/browse-url.el (browse-url-browser-function): Add kde.
3696 (browse-url-kde-program, browse-url-kde-args): New variables.
3697 (browse-url-kde): New function.
3698
3699 2001-05-18 Miles Bader <miles@gnu.org>
3700
3701 * simple.el (delete-horizontal-space, just-one-space):
3702 Use `constrain-to-field' instead of `field-end'/`field-beginning',
3703 because it's more efficient for large files.
3704
3705 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3706
3707 * mail/rmail.el (rmail-require-mime-maybe): New function.
3708 (rmail): Use it.
3709 (rmail-mode): Handle the case of finding Rmail files.
3710
3711 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3712 functions.
3713
3714 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3715
3716 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3717 text-property after moving to the beginning of line and regardless
3718 of the value of font-lock-multiline.
3719
3720 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3721
3722 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3723
3724 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3725 last coding system used before calling set-buffer-modified-p
3726 because that function changes last-coding-system.
3727
3728 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * files.el (switch-to-buffer-other-window)
3731 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3732 the doc string.
3733
3734 2001-05-17 Gerd Moellmann <gerd@gnu.org>
3735
3736 * language/slovak.el, language/czech.el: New maintainer.
3737
3738 2001-05-16 Sam Steingold <sds@gnu.org>
3739
3740 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
3741 sub-form of `defgeneric' correctly.
3742
3743 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3744
3745 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3746 of `c'.
3747
3748 * textmodes/outline.el (outline-font-lock-level): Remove the
3749 condition-case, test what outline-level returns instead, to
3750 ease debugging.
3751
3752 * international/mule.el (auto-coding-regexp-alist): New user-option.
3753 (auto-coding-from-file-contents): New function.
3754 (set-auto-coding): Use it to determine a coding system.
3755
3756 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3757
3758 * mouse.el (mouse-delete-other-windows): Doc fix.
3759
3760 * emacs-lisp/lisp-mode.el (lisp-mode):
3761 Make font-lock-keywords-case-fold-search a buffer-local variable with
3762 make-local-variable before setting it.
3763
3764 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3765
3766 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3767 prefixes.
3768
3769 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3770
3771 * hexl.el (hexl-current-address): Print a message when called
3772 interactively.
3773
3774 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3775
3776 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3777
3778 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3779
3780 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3781
3782 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3783
3784 * startup.el (command-line): If parameters have been changed in
3785 the init files which influence font selection, clear the face
3786 cache so that faces get realized with the new parameters.
3787
3788 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
3789
3790 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3791
3792 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3793
3794 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3795
3796 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3797 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3798
3799 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3800
3801 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
3802 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
3803
3804 2001-05-09 John Wiegley <johnw@gnu.org>
3805
3806 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3807 Annotated the documentation string to tell users about
3808 `eshell-no-numeric-conversions'.
3809
3810 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3811 conversions if a Lisp function has the property
3812 `eshell-no-numeric-conversions' set to a non-nil value.
3813
3814 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3815 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3816 property `eshell-no-numeric-conversions' on the following
3817 functions (which all deal with filesystem entities, and never Lisp
3818 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3819 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3820 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3821 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3822 eshell/which, eshell/addpath.
3823
3824 2001-05-09 John Wiegley <johnw@gnu.org>
3825
3826 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3827 encountered as an argument, don't convert it right away, but tag
3828 the first character of the string with the text properties
3829 `number', which signifies to `eshell-lisp-command' that the
3830 argument should be passed through `string-to-number' if it is
3831 actually used in the call to a Lisp function.
3832
3833 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3834 function, convert any string arguments that have been tagged as
3835 "numbers", by calling string-to-number.
3836
3837 * eshell/esh-util.el (eshell-number-regexp): Now that number
3838 conversions only happen for Lisp function calls, the number regexp
3839 should now match all integer and floating point forms.
3840
3841 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3842 `eshell-continue-process', since they are both nonfunctional at
3843 the moment.
3844 (eshell-proc-initialize): Don't bind keys for
3845 `eshell-stop-process' or `eshell-continue-process'.
3846
3847 * eshell/em-unix.el (eshell-shuffle-files):
3848 Apply `directory-file-name' before calling `file-name-directory'.
3849
3850 * eshell/em-hist.el (eshell-add-to-history): Reference to
3851 `eshell-history-ring' needed to be `eshell-history-index'.
3852
3853 * calendar/timeclock.el (timeclock-find-discrep):
3854 Initialize `elapsed' to 0.
3855 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3856 it's still nil.
3857
3858 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3859
3860 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3861 (archive-mode): Use capitalize.
3862 (archive-unique-fname): Use make-temp-file.
3863
3864 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3865
3866 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3867
3868 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3869
3870 * tar-mode.el (tar-extract): Pay attention to the value of
3871 coding-system-for-read, if it is non-nil.
3872
3873 * calendar/holidays.el (holidays): Add an autoload cookie.
3874 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3875
3876 2001-05-08 John Wiegley <johnw@gnu.org>
3877
3878 * calendar/timeclock.el (timeclock-workday-remaining):
3879 Changed logic for determining how much time is remaining.
3880 (timeclock-workday-elapsed): Don't accept a "relative" argument
3881 for the current day's elapsed time. What could that have meant?
3882 (timeclock-workday-elapsed-string): No "relative" argument anymore.
3883 (timeclock-when-to-leave): Changed logic, similarly to what was
3884 done for `timeclock-workday-remaining'.
3885 (timeclock-find-discrep): Removed "today-only" argument, which had
3886 no meaning. Fixed some more math problems. The function now
3887 returns a three member list: (TOTAL-TIME-DISCREPANCY
3888 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3889
3890 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3891
3892 * w32-fns.el (convert-standard-filename): Start replacing slashes
3893 from the beginning of the file name, not from where the last
3894 invalid character was. From "Andrew Maguire (SWW)"
3895 <Andrew.Maguire@Smallworld.co.uk>
3896
3897 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3898
3899 The following changes are to provide infrastructure for handling
3900 MIME messages to rmail. They don't affect the original behaviour
3901 if rmail-enable-mime is nil.
3902
3903 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3904 (rmail-search-mime-message-function)
3905 (rmail-search-mime-header-function): New variables.
3906 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3907 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3908 `rmail-view-buffer' is hidden.
3909 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3910 call rmai-show-mime-function.
3911 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3912 mode-line-process of rmail-view-buffer.
3913 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3914 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3915 buffer.
3916 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3917 set-buffer to the Rmail buffer.
3918 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3919 rmail-search-mime-header-function.
3920 (rmail-search-message): New function.
3921 (rmail-search): Call rmail-search-message to check if a message
3922 matches REGEXP, lastly update point after calling
3923 rmail-show-message.
3924 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3925 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
3926 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3927 header region, refer to rmail-msgref-vector while setting the
3928 current buffer to rmail-buffer temporarily.
3929 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3930 If rmail-enable-mime is non-nil, call
3931 rmail-insert-mime-forwarded-message-function instead of inserting
3932 forwarded message by itself.
3933
3934 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3935 Rmail buffer.
3936 (rmail-set-label, rmail-next-labeled-message): Likewise.
3937
3938 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3939 set-buffer to the Rmail buffer.
3940 (rmail-output-to-rmail-file): Likewise.
3941 (rmail-output): Likewise.
3942
3943 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3944 of mail-fetch-field by rmail-summary-line-decoder.
3945 (rmail-new-summary): Be sure to go to the Rmail buffer.
3946 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
3947 rmail-view-buffer to nil.
3948 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3949 rmail-view-buffer.
3950 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3951 rmail-buffer.
3952 (rmail-summary-scroll-msg-down): Likewise.
3953 (rmail-summary-beginning-of-message): Likewise.
3954 (rmail-summary-wipe): Likewise.
3955 (rmail-summary-toggle-header): Use save-window-excursion, not
3956 save-excursion. Update point in rmail-view-buffer, not in
3957 rmail-buffer.
3958 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3959 rmail-view-buffer, not rmail-buffer.
3960
3961 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3962
3963 * cus-edit.el (custom-file): Signal an error if user-init-file is
3964 nil (running -q).
3965
3966 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3967
3968 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3969 Add :version.
3970
3971 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3972 New option.
3973 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3974 only if smtpmail-warn-about-unknown-extensions is set.
3975
3976 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3977 instead of rmail-sort-by-keywords.
3978
3979 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
3980 rmail-sort-by-keywords.
3981
3982 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3983 rmail-summary-sort-by-keywords. Doc fix.
3984 (rmail-summary-mode): Doc fix.
3985
3986 * mail/rmail.el (rmail-edit): New Custom group.
3987
3988 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3989 (rmail-edit-mode-hook): New user-option.
3990
3991 2001-05-05 Richard M. Stallman <rms@gnu.org>
3992
3993 * help.el (help-xref-symbol-regexp): Recognize "source of"
3994 and friends, meaning make a link to the source file.
3995 (help-make-xrefs): Handle "source of" and friends
3996 by constructing a link that visits the source file.
3997
3998 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3999
4000 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
4001
4002 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
4003 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
4004 Renamed from perl-font-lock-keywords to avoid clashes.
4005 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
4006 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
4007 Updated correspondingly.
4008
4009 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
4010 Typo `nonexistant' -> `nonexistent'.
4011
4012 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
4013
4014 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
4015 Split `c-electric-delete' into two functions where
4016 `c-electric-delete-forward' always deletes forward and
4017 `c-electric-delete' only contains the code necessary for XEmacs to
4018 choose between backward and forward deletion.
4019
4020 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
4021 get the electric behavior on that key too.
4022 (c-fill-paragraph): Fixed bogus direct use of
4023 c-comment-prefix-regexp, which caused an error when it's a list.
4024
4025 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4026
4027 * dired-aux.el (dired-diff): Doc fix.
4028
4029 * dired.el (dired-diff): Likewise.
4030
4031 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
4032
4033 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4034
4035 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
4036
4037 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
4038 if both the buffer and the file are read-only.
4039
4040 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4041 rather than font-lock-string-face.
4042 (sh-get-indent-info): Treat heredocs like strings.
4043
4044 2001-05-02 Gerd Moellmann <gerd@gnu.org>
4045
4046 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4047 a newline following `}'.
4048 (texinfo-format-email): New function.
4049 (toplevel): Use texinfo-format-email for @email.
4050 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
4051 Add `display'.
4052 (texinfo-sort-region): Goto point-min before sorting.
4053 (texinfo-set): Remove leading white space from value.
4054 From yagi@is.titech.ac.jp.
4055
4056 * replace.el (query-replace-regexp-eval): Doc fix.
4057
4058 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
4059
4060 * diff-mode.el (diff-nonexistant-face): New face.
4061 (diff-font-lock-keywords): Use it.
4062
4063 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * font-lock.el (font-lock-mode): Doc fix.
4066
4067 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
4068 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4069
4070 2001-04-30 Gerd Moellmann <gerd@gnu.org>
4071
4072 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
4073 backslash at the start of the here-document delimiter.
4074 (sh-font-lock-syntactic-keywords): Likewise.
4075
4076 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
4077
4078 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
4079
4080 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
4081 (tty-color-translate, tty-color-by-index, tty-color-values)
4082 (tty-color-desc): Doc fix.
4083
4084 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4085
4086 * dired-aux.el (dired-do-create-files, dired-do-copy)
4087 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
4088 Mention dired-dwim-target in the doc string.
4089
4090 2001-04-28 Miles Bader <miles@gnu.org>
4091
4092 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
4093 (dabbrev--find-expansion): Use it.
4094 (dabbrev--select-buffers): Don't select ignored buffers.
4095
4096 2001-04-27 Gerd Moellmann <gerd@gnu.org>
4097
4098 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
4099
4100 2001-04-26 Richard M. Stallman <rms@gnu.org>
4101
4102 * dabbrev.el: Add doc strings for some functions.
4103 (dabbrev--eliminate-newlines): New variable.
4104 (dabbrev--substitute-expansion): Convert newlines to spaces
4105 if dabbrev--eliminate-newlines is set.
4106 If abbrev and expansion are both all-lower-case,
4107 leave dabbrev--last-case-pattern nil.
4108
4109 2001-04-26 Gerd Moellmann <gerd@gnu.org>
4110
4111 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4112 if necessary, like in rmail-show-message.
4113
4114 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4115
4116 * ps-print.el: Color specified by number is forced to be float number.
4117 (ps-print-version): New version number (6.5.1.1).
4118 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
4119 initialization.
4120 (ps-prefix-quote): New internal var.
4121 (ps-print-quote): New fun.
4122 (ps-setup, ps-output-frame-properties, ps-float-format)
4123 (ps-format-color): Code fix.
4124 (ps-plot-region): Eliminate redundant foreground color text setting.
4125
4126 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
4127
4128 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
4129
4130 2001-04-25 Gerd Moellmann <gerd@gnu.org>
4131
4132 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
4133
4134 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4135
4136 * info.el (Info-additional-directory-list): Doc fix.
4137
4138 * find-lisp.el (find-lisp-find-dired-filter)
4139 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
4140 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4141
4142 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * progmodes/make-mode.el (makefile-font-lock-keywords):
4145 Rationalize the rules for includes and conditionals and use the
4146 keyword face for them.
4147
4148 * faces.el (modify-face): Add compatibility for non-interactive use.
4149
4150 2001-04-24 John Wiegley <johnw@gnu.org>
4151
4152 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4153 fix from last night, since it wasn't finding eshell/cd.
4154
4155 2001-04-24 Gerd Moellmann <gerd@gnu.org>
4156
4157 * rect.el (string-rectangle): Revert to 20.x behaviour.
4158 (replace-rectangle): Make it an alias for string-rectangle.
4159 (string-insert-rectangle): New function.
4160
4161 2001-04-23 John Wiegley <johnw@gnu.org>
4162
4163 * eshell/em-unix.el (eshell/diff): Fixed problems that were
4164 occurring with Emacs 21's diff.el/compile.el interaction layer.
4165
4166 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
4167
4168 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
4169 case where the function was defined in a file, but not part of an
4170 eshell module.
4171
4172 2001-04-23 John Wiegley <johnw@gnu.org>
4173
4174 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
4175 code to work around a redisplay problem I've been having.
4176
4177 2001-04-23 John Wiegley <johnw@gnu.org>
4178
4179 * calendar/timeclock.el (timeclock-day-required): If the time
4180 required for a particular day is not set, use `timeclock-workday'.
4181 (timeclock-find-discrep): Added some sample code in a comment.
4182
4183 * eshell/eshell.el (eshell-command): Made a few changes so that
4184 `eshell-command' could be called programmatically.
4185
4186 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
4187
4188 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
4189
4190 2001-04-23 John Wiegley <johnw@gnu.org>
4191
4192 * calendar/timeclock.el: Updated copyright.
4193 (timeclock-generate-report): Don't report the daily or two-week
4194 total, if no time has been worked in that period.
4195 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
4196 final computational form, which was unnecessary; corrected a
4197 parsing problem when timeclock-relative was nil.
4198
4199 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
4200
4201 * calendar/timeclock.el (timeclock-modeline-display): Check if
4202 `list-entry' is null.
4203 (timeclock-use-display-time): The first argument to `set-variable'
4204 must be a symbol.
4205
4206 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4207
4208 * calendar/calendar.el (diary-entry-marker)
4209 (calendar-today-marker, calendar-holiday-marker):
4210 Use display-color-p instead of window-system.
4211 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
4212 instead of window-system.
4213 (calendar-hide-window): Use display-multi-frame-p instead of
4214 window-system.
4215
4216 * calendar/cal-x.el (calendar-two-frame-setup)
4217 (calendar-only-one-frame-setup, calendar-one-frame-setup):
4218 Use display-multi-frame-p instead of window-system.
4219
4220 2001-04-23 Gerd Moellmann <gerd@gnu.org>
4221
4222 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
4223
4224 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
4225 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
4226
4227 2001-04-23 Alex Schroeder <alex@gnu.org>
4228
4229 * goto-addr.el: Instead of defining line-beginning-position and
4230 line-end-position a defalias is used for point-at-bol and point-at-eol.
4231
4232 2001-04-23 Alex Schroeder <alex@gnu.org>
4233
4234 * goto-addr.el: Added XEmacs compatibility code.
4235 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
4236
4237 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
4238
4239 * textmodes/paragraphs.el (sentence-end): Doc fix.
4240
4241 2001-04-20 Alex Schroeder <alex@gnu.org>
4242
4243 * sql.el (sql-escape-newlines-and-send): New function.
4244 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
4245
4246 2001-04-20 Alex Schroeder <alex@gnu.org>
4247
4248 * sql.el (sql-db2-program): New option.
4249 (sql-db2-options): New option.
4250 (sql-db2): New function.
4251
4252 2001-04-20 Alex Schroeder <alex@gnu.org>
4253
4254 * sql.el (sql-mode-menu): Added highlighting entries.
4255 (sql-highlight-oracle-keywords): New function.
4256 (sql-highlight-postgres-keywords): New function.
4257 (sql-highlight-ansi-keywords): New function.
4258
4259 2001-04-20 Alex Schroeder <alex@gnu.org>
4260
4261 * sql.el (sql-help): Doc change.
4262
4263 2001-04-19 Karl Fogel <kfogel@collab.net>
4264
4265 * saveplace.el (save-place-alist-to-file): Removed no-effect code
4266 that inserted file content only to delete it immediately.
4267 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
4268 <lektu@uol.com.br> for the patch.
4269
4270 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
4271
4272 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
4273
4274 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4275
4276 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
4277 for defmethod.
4278
4279 * comint.el (comint-cr-magic): New function.
4280 (toplevel): Add it to comint-preoutput-filter-functions.
4281
4282 2001-04-18 Andrew Innes <andrewi@gnu.org>
4283
4284 * makefile.w32-in (EMACSLOADPATH): Define.
4285 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
4286 (recompile): Remove stuff to set EMACSLOADPATH.
4287
4288 2001-04-18 Gerd Moellmann <gerd@gnu.org>
4289
4290 * language/slovak.el ("Slovak"): Add tutorial entry.
4291
4292 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4293 browse-url-new-window-p.
4294
4295 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4296
4297 * info.el (Info-menu-update): When there are no menus and/or no
4298 cross references in the node, make the respective items of the
4299 Info menu-bar menu inactive.
4300
4301 2001-04-17 Gerd Moellmann <gerd@gnu.org>
4302
4303 * indent.el (indent-for-tab-command): Call indent-line-function
4304 with no argument if PREFIX-ARG is non-nil.
4305
4306 * frame.el (delete-other-frames): Handle minibuffer-only frames.
4307
4308 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
4311 an async subprocess if start-process is unavailable. Suggested by
4312 Tim Van Holder <tim.van.holder@pandora.be>.
4313
4314 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4315
4316 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4317 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4318
4319 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4320
4321 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
4322 manual.
4323
4324 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
4325
4326 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
4327 (cvs-menu): Add a few entries.
4328
4329 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
4330 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
4331 lock file appears to be reachable from Emacs.
4332 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
4333 (cvs-mode-find-file): Look for cvs-header-face rather than
4334 cvs-dirname-face (which doesn't exist).
4335 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
4336
4337 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
4338
4339 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
4340
4341 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4342 normal-erase-is-backspace on a tty. Instead, bind some keys such
4343 as [delete] directly, like pc-select.el did before
4344 normal-erase-is-backspace was invented.
4345
4346 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4347
4348 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
4349
4350 2001-04-11 John Wiegley <johnw@gnu.org>
4351
4352 * eshell/em-ls.el (eshell-ls-insert-directory):
4353 Set font-lock-defaults to nil, to prevent fontification in dired
4354 buffers, if Eshell's ls is being used.
4355
4356 2001-04-11 John Wiegley <johnw@gnu.org>
4357
4358 * calendar/timeclock.el (timeclock-completing-read): New function.
4359 (timeclock-ask-for-project, timeclock-ask-for-reason):
4360 Call `timeclock-completing-read'.
4361
4362 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
4363 required where `member' was being used.
4364
4365 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
4366
4367 * eshell/em-hist.el (eshell-previous-matching-input):
4368 Don't display "History item" if the the minibuffer is active.
4369
4370 2001-04-11 Gerd Moellmann <gerd@gnu.org>
4371
4372 * startup.el (command-line): Output a newline after printing
4373 an error from loading the window system's init file.
4374
4375 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
4376
4377 * textmodes/texinfo.el (texinfo-font-lock-keywords):
4378 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
4379 @inforef. Add an OVERRIDE of `keep' to highlight specs of
4380 keywords whose arguments routinely include @@.
4381
4382 2001-04-10 Gerd Moellmann <gerd@gnu.org>
4383
4384 * emacs-lisp/advice.el (ad-make-advised-definition):
4385 Construct advice for subrs differently.
4386
4387 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4388 regexp in parentheses when building the regexp for searching backwards.
4389
4390 * simple.el (completion-list-mode-finish): New function.
4391 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
4392
4393 * language/european.el ("Polish"): Change sample text.
4394 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
4395
4396 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
4397 parameter.
4398
4399 * faces.el (menu): Doc fix.
4400
4401 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4402
4403 * ps-print.el: Footer implementation. Doc fix.
4404 (ps-print-version): New version number (6.5.1).
4405 (ps-header-frame-alist): New customization var for header frame
4406 properties.
4407 (ps-line-number-color): New customization var for line number color.
4408 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
4409 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
4410 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
4411 (ps-right-footer): New customization vars for footers.
4412 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
4413 footers.
4414 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
4415 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
4416 Code fix.
4417 (ps-prologue-file): Indentation fix.
4418 (ps-print-quote): Fun eliminated.
4419 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
4420 (ps-output-frame-properties): New fun.
4421 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4422 (ps-skip-newline): Replace defun by defsubst.
4423
4424 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
4425
4426 * eshell/eshell.el (eshell-command): Needed a "%s" format
4427 specifier, in case the buffer contains percent characters.
4428
4429 2001-04-10 John Wiegley <johnw@gnu.org>
4430
4431 * calendar/timeclock.el (timeclock-generate-report): Added a
4432 missing insert of the project name.
4433
4434 2001-04-09 Gerd Moellmann <gerd@gnu.org>
4435
4436 * obsolete/profile.el: Moved from emacs-lisp/.
4437
4438 * Makefile.in (nonobsolete_setwins): New macro.
4439 (finder-data): Use it instead of `setwins'.
4440 From: Dave Love <fx@gnu.org>.
4441
4442 * server.el (server-visit-files): Set server-existing-buffer correctly.
4443 (server-visit-files): Run server-visit-hook after going to
4444 line 1 so that the hook can set point as it sees fit.
4445
4446 * bindings.el (mode-line-modified): Unify help messages.
4447
4448 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
4449
4450 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4451 All callers changed.
4452
4453 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
4456 long file names aren't supported, truncate the file names in
4457 quail-misc-package-ext-info to 8+3 before matching them against
4458 FILENAME.
4459
4460 * dos-fns.el (dos-truncate-to-8+3): New function.
4461
4462 * progmodes/compile.el (grep-compute-defaults): Use null-device
4463 instead of literal /dev/null. Reported by Jens Schmidt
4464 <schmidt@mathematik.uni-kl.de>.
4465
4466 * simple.el (normal-erase-is-backspace-mode): Doc fix.
4467
4468 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
4469
4470 * textmodes/sgml-mode.el: Add unknown maintainer.
4471 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
4472 (html-mode-map): Use set-keymap-parent.
4473
4474 2001-04-06 Dave Love <fx@gnu.org>
4475
4476 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4477 Remove redundant string-to-list.
4478
4479 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
4480
4481 * composite.el (reference-point-alist): Doc fix.
4482
4483 2001-04-05 Sam Steingold <sds@gnu.org>
4484
4485 * font-lock.el (font-lock-keywords-case-fold-search):
4486 Make buffer-local. This fixes a very annoying bug when loading a Lisp
4487 file made font-lock case-insensitive.
4488
4489 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4490
4491 * faces.el (defface menu): Doc fix.
4492
4493 * wid-edit.el (widget-color-sample-face-get): Don't make
4494 faces for undefined colors.
4495
4496 * version.el (emacs-version): Include LessTif/Motif version info.
4497
4498 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4499
4500 * ps-mule.el: Eliminate cl package dependence.
4501 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
4502 if they aren't defined yet.
4503 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
4504 Eliminate cl package dependence.
4505
4506 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
4507
4508 * progmodes/cc-cmds.el (c-outline-level):
4509 Bind buffer-invisibility-spec. Originally from Dave Love, but
4510 got lost when incorporating version 5.26.
4511
4512 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
4513
4514 * emulation/pc-select.el (pc-selection-mode):
4515 Call normal-erase-is-backspace-mode instead of binding
4516 keys individually.
4517
4518 * cus-load.el (normal-erase-is-backspace): Use it instead of
4519 delete-key-deletes-forward.
4520
4521 * startup.el (command-line): Use normal-erase-is-backspace and
4522 normal-erase-is-backspace-mode.
4523
4524 * simple.el (normal-erase-is-backspace): Rename from
4525 delete-key-deletes-forward. Doc fix.
4526 (normal-erase-is-backspace-mode): Rename from
4527 delete-key-deletes-forward-mode. Doc fix.
4528 Run normal-erase-is-backspace-hook.
4529
4530 * dired.el (dired-move-to-filename-regexp): Support file sizes in
4531 ``human-readable'' format produced by GNU `ls'.
4532 (dired-move-to-filename-regexp): Recognize ISO format dates.
4533 From Paul Eggert <eggert@twinsun.com>.
4534
4535 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4536
4537 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4538 New functions.
4539 (lm-verify): Check keywords.
4540 From Eric M. Ludlam <eric@siege-engine.com>.
4541
4542 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4543
4544 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4545 `xemacs' feature instead of for the function `set-extent-property'.
4546
4547 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4548
4549 * mail/mh-utils.el (mh-folder-hist): New var.
4550 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4551
4552 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4553
4554 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4555 region, position point on the first or last 16-byte group.
4556 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4557 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4558 hexl-beginning-of-line.
4559
4560 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4561
4562 * icomplete.el (icomplete-mode): Treat an argument like other
4563 modes do.
4564
4565 * startup.el (fancy-splash-head): Use splash8.xpm for color
4566 depth 8.
4567
4568 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4569 Add an antry for ``converts''.
4570
4571 * language/slovak.el ("Slovak"): Add documentation string.
4572 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4573
4574 * language/czech.el ("Czech"): Add documentation string.
4575 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4576
4577 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4578 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4579
4580 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4581
4582 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4583 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4584 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4585 Use `defsubst' rather than a macro to ease debugging.
4586 (mail-extr-last): Remove (use `last' instead).
4587 (mail-extract-address-components): Properly reset the syntax-table
4588 after parsing an address. Use `last' rather than mail-extr-last.
4589 Make sure the end marker stays at the very end.
4590
4591 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4594 last change.
4595
4596 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4597
4598 * ps-print.el: Line and paragraph spacing feature. Region to cut
4599 out when printing. Doc fix.
4600 (ps-print-version): New version number (6.5).
4601 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4602 New vars. Line and paragraph spacing feature.
4603 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4604 out when printing.
4605 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4606 (ps-get-font-size, ps-begin-job, ps-continue-line)
4607 (ps-plot-region): Code fix.
4608 (ps-print-prologue-2): Var eliminated.
4609 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4610 New internal vars.
4611 (ps-get-size): New fun.
4612 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4613 (ps-next-line): Replace defun by defsubst.
4614 (ps-mule-plot-string): Autoload doc fix.
4615
4616 * ps-bdf.el: XEmacs compatibility. Doc fix.
4617 (installation-directory, coding-system-for-read): Declare vars if
4618 it's not declared yet.
4619 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4620
4621 * ps-mule.el: XEmacs compatibility. Doc fix.
4622 (leading-code-private-22): Declare var if it's not declared yet.
4623 (charset-bytes, charset-dimension, charset-id, charset-width)
4624 (find-charset-region, split-char, char-width, chars-in-region)
4625 (forward-point, decompose-composite-char, encode-coding-string)
4626 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4627 Define funs if not defined yet.
4628 (encode-composition-rule, find-composition): Define funs if not
4629 loaded yet.
4630 (ps-mule-prologue): PostScript code fix.
4631
4632 2001-04-02 Kenichi Handa <handa@etl.go.jp>
4633
4634 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4635 non-nil, generate font for the header strings.
4636 (ps-mule-prepare-font): Likewise.
4637 (ps-mule-generate-glyphs): Likewise.
4638 (ps-mule-string-encoding): Likewise.
4639 (ps-mule-header-charsets): New variable.
4640 (ps-mule-encode-header-string): New function.
4641 (ps-mule-header-string-charsets): New function.
4642 (ps-mule-begin-job): Check charsets in the header strings. If there
4643 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4644
4645 * ps-print.el (ps-generate-header-line): Encode the header string by
4646 ps-mule-encode-header-string.
4647 (ps-mule-encode-header-string): Declare autoload.
4648
4649 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4650
4651 * frame.el (cursor-in-non-selected-windows):
4652 Replaces show-cursor-in-non-selected-windows.
4653
4654 2001-03-31 Kenichi Handa <handa@etl.go.jp>
4655
4656 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4657 Delete entries for "chinese-py" and "chinese-ziranma".
4658 (quail-misc-package-ext-info): New variable.
4659 (tsang-quick-converter): New function.
4660 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4661 (quick-cns-converter, py-converter, ziranma-converter)
4662 (miscdic-convert, batch-miscdic-convert): New functions.
4663
4664 2001-03-30 Kenichi Handa <handa@etl.go.jp>
4665
4666 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4667 eight-bit-control chars.
4668
4669 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4670 Reduce making temporary vector (suggested by Dave Love).
4671
4672 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4673
4674 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4675 string as well.
4676
4677 2001-03-30 Andreas Schwab <schwab@suse.de>
4678
4679 * files.el (backup-directory-alist): Fix typo.
4680
4681 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4682
4683 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4684 <eggert@twinsun.com>.
4685
4686 2001-03-30 Dave Love <fx@gnu.org>
4687
4688 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4689
4690 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4691
4692 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4693
4694 2001-03-30 Miles Bader <miles@gnu.org>
4695
4696 * subr.el (interactive-form): Fix paren typo.
4697
4698 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4699
4700 * emacs-lisp/profile.el: Say that it's obsolete in the header
4701 line, so that finder.el puts that into its data-base.
4702 Suggested by Alex Schroeder <alex@gnu.org>.
4703
4704 2001-03-29 Paul Eggert <eggert@twinsun.com>
4705
4706 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4707 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4708
4709 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4710
4711 * generic.el (generic-mode-set-comments): Use "" rather than nil
4712 for comment-end.
4713
4714 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4715
4716 * emacs-lisp/advice.el (ad-make-advised-definition):
4717 Call interactive-form to obtain the interactive spec of subrs.
4718
4719 * subr.el (interactive-form): New function.
4720
4721 2001-03-29 Andre Spiegel <spiegel@gnu.org>
4722
4723 * vc-sccs.el (vc-sccs-register): Use relative file names.
4724
4725 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4726
4727 * bookmark.el (bookmark-get-bookmark): Handle case that
4728 BOOKMARK is not a string.
4729
4730 * image.el (image-type-regexps): Change type for PS files
4731 to `postscript'.
4732
4733 * subr.el (read-passwd): Clear command history after each
4734 character entered. From: Stephen Gildea
4735 <gildea@stop.mail-abuse.org>.
4736
4737 2001-03-27 Kenichi Handa <handa@etl.go.jp>
4738
4739 * international/kkc.el (kkc-save-init-file): Locally bind
4740 print-length to nil.
4741
4742 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4743
4744 * textmodes/flyspell.el: Some doc fixes.
4745 (flyspell-maybe-correct-transposition)
4746 (flyspell-maybe-correct-doubling): Use a temporary buffer
4747
4748 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4749
4750 * emacs-lisp/byte-opt.el (byte-optimize-while)
4751 (byte-optimize-form-code-walker): Diagnose too few arguments
4752 for `if' and `while'.
4753
4754 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4755
4756 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4757 Prepend `\' to "\<quail-translation-docstring>".
4758
4759 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4760
4761 * autorevert.el (global-auto-revert-non-file-buffers):
4762 Remove duplicate defcustom.
4763
4764 2001-03-26 Miles Bader <miles@gnu.org>
4765
4766 * international/latin1-disp.el (latin1-char-displayable-p):
4767 Add leading "-" for X font pattern.
4768
4769 2001-03-26 Kenichi Handa <handa@etl.go.jp>
4770
4771 * international/mule-diag.el (describe-coding-system):
4772 For raw-text and emacs-mule, don't add anymore text about what
4773 charsets they can encode.
4774
4775 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4776
4777 * help.el (view-lossage): Mention open-dribble-file in the doc
4778 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4779
4780 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4781
4782 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4783 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4784
4785 2001-03-23 Kenichi Handa <handa@etl.go.jp>
4786
4787 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4788 Call ccl-execute-on-string directly so that CCL program handling
4789 multibyte sequence can work correctly.
4790 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4791 property of the coding system.
4792
4793 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4796 Fix transcription typo.
4797
4798 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4799
4800 * whitespace.el: Add buffer local variables to toggle testing of
4801 whitespaces in buffers without affecting the default values.
4802 Bump version to 3.0 to account for a few other changes.
4803 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4804 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4805 (whitespace-toggle-spacetab-check): New functions.
4806
4807 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4808
4809 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4810
4811 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4812
4813 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4814 bs-cycle-configuration-name. From Juanma Barranquero
4815 <lektu@uol.com.br>.
4816
4817 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4818 and cc-vars.el.
4819
4820 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4821 headers. Always invoke sendmail with option -t.
4822
4823 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4824
4825 * Release of cc-mode 5.28.
4826
4827 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4828
4829 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4830 Removed the hardcoded switch to "java" style in Java mode.
4831 It's instead taken care of by the default value for c-default-style.
4832
4833 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4834
4835 * cc-align.el (c-lineup-math): Fix bug where lineup was
4836 triggered by equal signs in string literals.
4837
4838 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4839
4840 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4841 limit detection when at the ends of the buffer.
4842
4843 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4844 "for" statement clause in case 7F; a better one is done
4845 earlier in case 7D anyway.
4846
4847 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4848
4849 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4850 somewhat more and did a small optimization.
4851
4852 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4853
4854 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4855 Use the limit argument only to limit the syntactic context
4856 search, not to limit the actual movement.
4857
4858 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4859 inside multiline strings, just like in comments. Also various
4860 fixes to the paragraph and comment prefix recognition, block
4861 comment ender handling etc.
4862
4863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4864
4865 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4866 the relative position of the point.
4867
4868 * cc-cmds.el (c-electric-continued-statement): New function to
4869 use as abbrev hook to reindent for keywords such as "else"
4870 that continues an earlier statement.
4871
4872 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4873 like classes.
4874
4875 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4876 (pike-mode): Populate the default abbrev tables to reindent for
4877 keywords such as "else" that can continue earlier statements.
4878 Abbrev mode is therefore turned on by default now. (Note that
4879 this doesn't apply to idl-mode, since IDL afaik doesn't have
4880 statements at all.)
4881
4882 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4883
4884 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4885 bracelists where the declaration contains template arguments.
4886
4887 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4888
4889 * cc-cmds.el (c-comment-indent):
4890 Use `c-get-syntactic-indentation' to correctly calculate the
4891 syntactic indentation. Fixes bug with lineup functions that
4892 return vectors.
4893
4894 * cc-engine.el (c-get-syntactic-indentation): Split the
4895 indentation sum calculation from `c-indent-line' to a separate
4896 function.
4897
4898 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4899
4900 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4901 Fixed places where it was assumed that preprocessor directives
4902 have to start in column zero.
4903
4904 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4905 template arguments after a class identifier properly.
4906
4907 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4908 lists for `new Foo[]' constructs in Java as expressions and
4909 not top level definition brace lists on the top level, so that
4910 they'll get indented consistently with the same type of
4911 expression in a normal block.
4912
4913 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4914
4915 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4916 whether the adaptive filling package fails to keep the comment
4917 prefix is now kludged further to check for filladapt-mode
4918 which doesn't have that problem. This is really icky, but it's
4919 the only way that works with the current misfeatures/bugs in
4920 both adaptive-fill-mode and filladapt-mode.
4921
4922 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4923 around point is recognized more robust.
4924
4925 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4926
4927 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4928 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4929 (c-lit-type): Fixed all internal variables used dynamically so
4930 that they are always bound.
4931
4932 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4933 errors:
4934
4935 (c-indent-region): Fixed reporting of syntactic errors so that
4936 the region is fully reindented even when an error occurs.
4937 The last syntactic error is printed afterwards. Also cleanup up a
4938 whole lot of code that tried to optimize indentation of whole
4939 sexps but in reality accomplishes nothing.
4940
4941 (c-indent-sexp): Use c-indent-region.
4942
4943 (c-parsing-error): Changed this variable to hold the message
4944 for any syntactic error that is discovered.
4945
4946 (c-parse-state): Search backward from point instead of the bod
4947 position when the latter is invalid. This makes CC Mode
4948 recover faster when there are unbalanced close braces.
4949
4950 (c-backward-to-start-of-if): Use c-parsing-error to report
4951 dangling "else" clauses instead of throwing an error, and fall
4952 back to a reasonable position.
4953
4954 (c-indent-line): Added argument to avoid reporting syntactic errors.
4955
4956 (c-show-syntactic-information): Don't report any syntactic errors.
4957
4958 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4959
4960 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4961 paragraph recognition when moving by sentence in literals.
4962
4963 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4964 start regexp for javadoc to recognize javadoc markup in general instead
4965 of a specific set of keywords, to be more future-safe.
4966
4967 (c-Pike-pikedoc-paragraph-start)
4968 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4969 pikedoc markup.
4970
4971 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
4972
4973 (pike-mode): Initialize paragraph settings pikedoc recognition.
4974
4975 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4976
4977 (c-comment-prefix-regexp): Made it possible to use an
4978 association list on this to specify mode specific regexps.
4979 The default value now use a special regexp in Pike mode to
4980 recognize pikedoc markup.
4981
4982 (c-current-comment-prefix): New variable containing the actual
4983 regexp from c-comment-prefix-regexp for the current buffer.
4984
4985 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4986
4987 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4988 lists: We can't look at the syntax, since a brace list can get
4989 recognized as a plain statement-cont.
4990
4991 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4992 special brace list opener broken over two lines got recognized
4993 as a statement on the second line. Case 9A changed.
4994
4995 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4996
4997 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4998 adjustment after line is reindented.
4999
5000 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5001
5002 * cc-defs.el (c-point): Added optional argument for position
5003 to use instead of the current point.
5004
5005 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
5006 the in-expression block symbols when the construct starts at
5007 boi, to avoid the extra level of indentation in that case.
5008 Cases 4, 16A and 17E affected.
5009
5010 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5011
5012 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
5013 calls to `c-indent-line', to adhere better to Emacs conventions.
5014
5015 * cc-engine.el (c-indent-line): Use the syntax already bound
5016 to `c-syntactic-context', if there is any.
5017
5018 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5019
5020 * cc-engine.el (c-get-offset): Fixed bug where the indentation
5021 wasn't added up correctly when a lineup function returned nil.
5022
5023 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5024
5025 * cc-engine.el (c-collect-line-comments): Fixed bug where
5026 empty lines were ignored when collecting line comments backwards.
5027
5028 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5029
5030 * cc-align.el (c-lineup-dont-change): Return an absolute
5031 indentation column to work correctly in the case when several
5032 syntactic elements are processed for the same line.
5033
5034 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
5035 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
5036 (c-set-offset): Added absolute indentation column settings by
5037 using the vector type.
5038
5039 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5040
5041 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
5042 Implemented two new cleanups `space-before-funcall' and
5043 `compact-empty-funcall'.
5044
5045 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5046
5047 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
5048 helping building regexps.
5049
5050 * cc-engine.el (c-on-identifier): New function for detecting
5051 identifiers. It takes keywords into account.
5052
5053 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
5054 lists. `c-keywords' is set to a regexp matching all keywords
5055 in the current language.
5056
5057 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5058
5059 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
5060 list of characters to skip backwards over at the beginning of
5061 a statement, since it can precede string literals in Pike.
5062
5063 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5064
5065 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
5066 recognition when standing on the last line in a C++ comment
5067 with nothing but whitespace after the prefix.
5068
5069 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
5070 given no limit argument.
5071
5072 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5073
5074 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
5075 recognition for the `[]= operator symbol in Pike.
5076
5077 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5078
5079 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
5080 around a bug in `eval-when-compile' in the byte compiler.
5081
5082 * cc-engine.el (c-forward-token-1): Fixed bug with return
5083 value when count is zero and there's no token start within the limit.
5084
5085 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
5086 "prefix comments", i.e. comments which are followed by code on
5087 the same line.
5088
5089 * cc-mode-19.el: Fixes so that checks that must be done at
5090 compile time also are done then.
5091
5092 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5093
5094 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
5095 time and at runtime, and only when it's needed.
5096
5097 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5098
5099 Major cleanup for less error prone and more warning free
5100 compilation, including some fixes for bugs due to different
5101 compilation orders. Thanks to Martin Buchholz for providing
5102 the basis for all this.
5103
5104 * cc-bytecomp.el: New file that provides some byte compilation
5105 features: It ensures that files always are loaded from the
5106 current source directory during compilation, and it provides a
5107 set of macros to turn off specific compiler warnings for
5108 specific symbols. (It's not CC Mode specific in any way.)
5109
5110 Fixed a nearly acyclic dependency tree (both runtime and
5111 compile-time) between all files.
5112
5113 * cc-defs.el: Separated all macros before the inline functions,
5114 to ensure correct compilation.
5115
5116 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
5117 cc-defs.el to cc-engine.el and made it a function instead.
5118
5119 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
5120 about char-after.
5121
5122 * cc-vars.el: Cope even when there isn't a custom package
5123 containing defcustom available.
5124
5125 * cc-make.el: Removed since it's no longer necessary.
5126
5127 README: Updated installation instructions.
5128
5129 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5130
5131 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
5132 improve the modularity: Moved all mode init stuff from
5133 cc-langs.el to cc-mode.el, including the keymap
5134 initialization; cc-langs now only contains the various
5135 variables for configuring the language syntax.
5136
5137 * cc-engine.el, cc-styles.el (c-evaluate-offset)
5138 (c-get-offset): Moved from cc-styles to cc-engine since file
5139 dependency analysis suggests they belong there (which also
5140 makes more sense). Thanks to Martin Buchholz for doing the analysis.
5141
5142 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5143
5144 * cc-cmds.el (c-fn-region-is-active-p): New function that
5145 wraps the corresponding macro, for use in places that aren't
5146 compiled. Thanks to Martin Buchholz for pointing out this.
5147
5148 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
5149
5150 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
5151 add things to the bug report.
5152
5153 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5154
5155 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
5156 returned prefix could contain a newline when the search for a
5157 good prefix line failed.
5158
5159 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5160
5161 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
5162 (c-toggle-auto-hungry-state): Made the argument optional, as
5163 the documentation says it is.
5164
5165 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
5166
5167 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
5168 multiline string syntax, #"...", as a cpp macro.
5169
5170 2001-03-21 Paul Eggert <eggert@twinsun.com>
5171
5172 * international/mule-cmds.el (set-locale-environment):
5173 Set system-messages-locale and system-time-locale, but only if the
5174 caller specifies a non-nil locale name.
5175
5176 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5177
5178 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
5179 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
5180
5181 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5182
5183 * follow.el (follow-avoid-tail-recenter): Doc fix.
5184
5185 * custom.el (custom-set-variables): Avoid reversing the list
5186 of args needlessly.
5187
5188 * startup.el (fancy-splash-head): Don't change the colors of the
5189 XPM image on a dark background.
5190
5191 * comint.el (comint-exec-1): Set columns of the terminal to
5192 window-width instead of frame-width.
5193
5194 * info.el (Info-scroll-down): Add missing WINDOW arg for
5195 pos-visible-in-window-p.
5196
5197 * ehelp.el (electric-help-mode-hook): Add defcustom.
5198
5199 * mail/sendmail.el (mail-mode): Activate case-folding in
5200 font-lock-defaults.
5201
5202 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
5203
5204 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
5205 (completion-ignored-extensions): Remove duplicate ".class".
5206
5207 2001-03-19 Andreas Schwab <schwab@suse.de>
5208
5209 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
5210 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5211
5212 2001-03-19 Gerd Moellmann <gerd@gnu.org>
5213
5214 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
5215 methods since there are not prefix input methods.
5216
5217 2001-03-19 Kenichi Handa <handa@etl.go.jp>
5218
5219 * international/mule-cmds.el (read-input-method-name):
5220 Locally bind enable-recursive-minibuffers to t.
5221
5222 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
5223
5224 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
5225
5226 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
5227
5228 * ediff-util.el: Copyright years.
5229 (ediff-choose-syntax-table): New function.
5230 (ediff-setup): Use ediff-choose-syntax-table.
5231
5232 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5233 with-syntax-table.
5234
5235 * ediff.el: Date of last update, copyright years.
5236
5237 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5238
5239 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5240 of Scott Bronson.
5241 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
5242 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5243 Deleted functions.
5244 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5245 ex-token-list.
5246
5247 * viper-util.el: Spaces, indentation.
5248
5249 * viper.el: Changed version, modification time.
5250
5251 2001-03-16 John Wiegley <johnw@gnu.org>
5252
5253 * calendar/timeclock.el (timeclock-workday-remaining):
5254 Check whether `discrep' is non-null before using it.
5255
5256 2001-03-16 John Wiegley <johnw@gnu.org>
5257
5258 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
5259 first-time checkins.
5260 (timeclock-log-data): Fixed problem with reading timelog log file.
5261 Resulting data in the "day list" was incorrect.
5262 (timeclock-find-discrep): Check if `timeclock-file' is readable
5263 before opening it.
5264 (timeclock-time-less-p): New function.
5265 (timeclock-day-base): New function.
5266 (timeclock-geometric-mean): New function.
5267 (timeclock-generate-report): Generate a summary report based on
5268 the contents of the log file. This uses `timeclock-log-data', and
5269 is an example of writing a timelog manipulation function.
5270 (timeclock-visit-timelog): A quick command for opening the timelog
5271 file.
5272 (timeclock-log-data): Bound the variable event.
5273
5274 2001-03-16 Kenichi Handa <handa@etl.go.jp>
5275
5276 * international/mule-cmds.el (select-safe-coding-system):
5277 Fix typo: symbol-name -> symbol-value.
5278
5279 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
5280 before substitute-in-file-name to handle double slashes in FILE
5281 correctly.
5282
5283 2001-03-15 Gerd Moellmann <gerd@gnu.org>
5284
5285 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
5286 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5287
5288 2001-03-14 Gerd Moellmann <gerd@gnu.org>
5289
5290 * bindings.el (features): Add `md5' and `overlay' to the list.
5291
5292 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
5293 bound before using it. It's not bound when configured without X,
5294 for instance.
5295
5296 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
5297
5298 * progmodes/hideshow.el: Update copyright.
5299 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
5300 (hs-minor-mode-hook): Include `:version' in defcustom form.
5301
5302 2001-03-13 Gerd Moellmann <gerd@gnu.org>
5303
5304 * help.el (string-key-binding): Don't call event-start on
5305 a non-list.
5306
5307 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
5308
5309 * startup.el (fancy-splash-tail, command-line-1): Fix the
5310 copyright year.
5311
5312 2001-03-13 Kenichi Handa <handa@etl.go.jp>
5313
5314 * term.el: These changes are based on a patch sent from Yong Lu
5315 <lyongu@yahoo.com>.
5316 (term-set-escape-char): Bind M-x to execute-extended-command in
5317 term-raw-escape-map.
5318 (term-move-columns): Don't try to move to negagive column.
5319 (term-emulate-terminal): Insert a string before deleting a text to
5320 overwrite.
5321
5322 2001-03-12 Gerd Moellmann <gerd@gnu.org>
5323
5324 * play/life.el (life): Rearrange code so that all calls to
5325 life-display-generation are in a catch-form.
5326
5327 * progmodes/etags.el (tags-loop-continue): Don't change point in a
5328 file that isn't interesting. In an interesting file, push the old
5329 value of point on the mark ring.
5330
5331 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
5332 New function.
5333 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
5334 Use it.
5335
5336 * emacs-lisp/autoload.el (generate-file-autoloads):
5337 Remove warning about line lengths.
5338
5339 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5340
5341 * progmodes/etags.el (tags-compression-info-list): New variable.
5342 (find-tag-in-order): Use it to deal with compressed source files.
5343 (tag-file-name-match-p): New function.
5344 (etags-recognize-tags-table): Use it for better match of file names.
5345
5346 2001-03-12 Kenichi Handa <handa@etl.go.jp>
5347
5348 * international/mule-cmds.el (register-input-method): Doc fix.
5349
5350 * international/quail.el (quail-translate-key): Fix condition to
5351 check if there's another breaking point in the current key.
5352
5353 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
5354
5355 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
5356 Babyl header to the newly-created output file, bind
5357 coding-system-for-write to either rmail-file-coding-system or
5358 emacs-mule-unix.
5359
5360 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
5361
5362 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
5363 Fix the name and regexp used for subsubsections.
5364
5365 2001-03-10 Dave Love <fx@gnu.org>
5366
5367 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
5368 and save-buffer if buffer-file-name non-nil. From rms.
5369
5370 2001-03-10 Andre Spiegel <spiegel@gnu.org>
5371
5372 * vc.el (vc-do-command): If the destination buffer is already
5373 current, don't set it up and don't erase it. Updated doc string
5374 to reflect that.
5375 (vc-version-diff): When doing a single file diff, don't switch to the
5376 *vc-diff* buffer before the command. This is to preserve local
5377 variable bindings that might affect the diff command.
5378 (vc-print-log): Don't switch to the *vc* buffer before the
5379 command, so that local variable bindings are preserved.
5380
5381 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
5382 not the current buffer.
5383 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5384
5385 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
5386 make output go to buffer *vc*, not the current buffer.
5387
5388 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
5389
5390 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
5391 so ^, $, *, ? and + are interpreted correctly.
5392
5393 2001-03-09 Gerd Moellmann <gerd@gnu.org>
5394
5395 * help.el (string-key-binding): Renamed from
5396 mode-line-key-binding. Handle any event on a string.
5397 Check for `keymap' properties as well as `local-map' properties.
5398
5399 * comint.el (comint-insert-clicked-input): Use the last key
5400 from this-command-keys to lookup the global key definition.
5401
5402 2001-03-09 Kenichi Handa <handa@etl.go.jp>
5403
5404 * international/characters.el: Add category `j' for
5405 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
5406
5407 * international/mule-conf.el (no-conversion): Fix docstring.
5408 (raw-text): Fix docstring.
5409
5410 2001-03-08 Gerd Moellmann <gerd@gnu.org>
5411
5412 * simple.el (choose-completion-string): When not leaving the
5413 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
5414 is set.
5415
5416 * window.el (shrink-window-if-larger-than-buffer): Handle frame
5417 parameter `(minibuffer . t)'.
5418
5419 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5420
5421 * progmodes/sh-script.el (sh-st-symbol): New symbol.
5422 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
5423 (sh-mode): Remove `make-local-variable' for unused var
5424 `font-lock-unfontify-region-function'.
5425
5426 2001-03-07 Richard M. Stallman <rms@gnu.org>
5427
5428 * info.el (Info-scroll-down): Fix previous change.
5429
5430 * mail/rmail.el (rmail-toggle-header): Use a window which
5431 is showing the Rmail buffer, rather than the selected window.
5432
5433 2001-03-07 Dave Love <fx@gnu.org>
5434
5435 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
5436 now, to avoid problems with binding imenu directly to a mouse event.
5437
5438 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5439
5440 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
5441 second arg t.
5442
5443 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5444
5445 * log-edit.el (log-edit-common-indent): New var.
5446 (log-edit-set-common-indentation): Renamed from
5447 log-edit-delete-common-indentation. Use the new var.
5448 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
5449
5450 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
5451 (cvs-mode-add-change-log-entry-other-window):
5452 Don't presume change-log-default-name is defined.
5453
5454 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
5455
5456 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
5457 the "tree" operation as well.
5458
5459 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
5460
5461 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
5462 to match paragraph-start.
5463
5464 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
5465 comment-start-skip and set comment-end-skip as well.
5466 (sgml-comment-indent): Fix for new value of comment-start-skip.
5467 (html-autoview-mode): Don't bother using make-local-hook.
5468
5469 2001-03-07 Gerd Moellmann <gerd@gnu.org>
5470
5471 * cus-edit.el (custom-save-delete): Move in front of local
5472 variables, otherwise long Custom entries would make them ineffective.
5473
5474 * uniquify.el: Set maintainer to FSF.
5475
5476 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
5477
5478 * dired-aux.el (dired-do-shell-command): Doc fix.
5479
5480 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
5481
5482 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
5483
5484 * which-func.el (which-func-modes): Add cperl-mode.
5485 (which-func-mode-global): Use define-minor-mode.
5486
5487 * info-look.el: Docstring fixes and dead code eliminated.
5488 (cperl-mode): Add support.
5489 (emacs-lisp-mode): List all entries from elisp manual, whether
5490 or not they are currently (f)bound or not. Update regexp.
5491
5492 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
5493
5494 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
5495 so that C-h m shows the correct information.
5496 Use make-local-variable rather than make-variable-buffer-local.
5497 (cperl-info-buffer, cperl-setup-tmp-buf):
5498 Use make-local-variable rather than make-variable-buffer-local.
5499 (cperl-msb-fix, cperl-get-help-defer):
5500 Check major-mode for `cperl-mode' as well.
5501
5502 * progmodes/cperl-mode.el: Updated to author version 4.23.
5503 (cperl-electric-pod): SYNOPSIS was misspelled.
5504 (cperl-find-pods-heres): @if ? a : b was considered a REx.
5505 (cperl-after-expr-p): Make true after __END__.
5506
5507 2001-03-06 Gerd Moellmann <gerd@gnu.org>
5508
5509 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
5510 bookmark-completion-ignore-case is t.
5511
5512 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
5513 switch, like xterm, and concat resource strings, with a newline
5514 between them.
5515
5516 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
5517
5518 * international/codepage.el (cp770-decode-table)
5519 (cp773-decode-table, cp774-decode-table): New variables.
5520
5521 * man.el (Man-hyphenated-reference-regexp): New variable.
5522 (Man-build-references-alist): Use it to search for referenced
5523 manpages. If hyphenated is non-nil, record a concatenated word in
5524 Man-refpages-alist only if it matches Man-reference-regexp.
5525 Update word's length when it is concatenated. Reverse the list,
5526 to get the first manpage at the head.
5527 (Man-possibly-hyphenated-word): New function.
5528 (Man-follow-manual-reference): Use it instead of current-word to
5529 find a manpage at point, in a way that accounts for hyphenated
5530 references.
5531
5532 2001-03-06 Alex Schroeder <alex@gnu.org>
5533
5534 * sql.el (sql-interbase): New function.
5535 (sql-interbase-program): New option.
5536 (sql-interbase-options): New option.
5537 And some typos fixed: "customise" to "customize".
5538
5539 2001-03-06 Dave Love <fx@gnu.org>
5540
5541 * textmodes/flyspell.el (flyspell-region):
5542 Set up flyspell-local-mouse-map.
5543
5544 2001-03-05 Richard M. Stallman <rms@gnu.org>
5545
5546 * mail/rmail.el (rmail-retry-failure):
5547 Don't call rmail-beginning-of-message.
5548 Don't discard From: field. Do discard Received: field.
5549 Use unwind-protect to re-prune.
5550 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
5551
5552 2001-03-06 Kenichi Handa <handa@etl.go.jp>
5553
5554 * international/quail.el (quail-title): Add autoload cookie.
5555
5556 2001-03-05 Dave Love <fx@gnu.org>
5557
5558 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5559 new defs.
5560
5561 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5562
5563 * language/ethio-util.el (ethio-toggle-space):
5564 Update current-input-method-title if necessary.
5565 (ethio-toggle-punctuation): Likewise.
5566
5567 * international/quail.el (quail-title): Fix for the case that a
5568 title of an input method is specified by a list of the same form
5569 as used in mode-line-format.
5570
5571 * international/mule-cmds.el (activate-input-method):
5572 If current-input-method-title is set by activating INPUT-METHOD,
5573 respect that value.
5574
5575 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5576
5577 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5578
5579 2001-03-05 Alex Schroeder <alex@gnu.org>
5580
5581 * sql.el (sql-sybase): Fix typo (was: query user about server two
5582 times instead of server and database).
5583
5584 * sql.el (sql-sybase): Doc change.
5585 (sql-mysql): Doc change.
5586 (sql-postgres): Doc change.
5587
5588 2001-03-05 Kenichi Handa <handa@etl.go.jp>
5589
5590 * international/mule-conf.el (emacs-mule, raw-text):
5591 Docstring modified.
5592
5593 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 * term/internal.el: Update copyright notice.
5596
5597 * term/pc-win.el: Update copyright notice.
5598
5599 2001-03-02 Dave Love <fx@gnu.org>
5600
5601 * files.el (insert-file-contents-literally):
5602 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5603 not jka-compr-compression-info-list.
5604
5605 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5606
5607 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5608 spaces in default comment-start-skip settings rather than \s-.
5609
5610 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5613 default-frame-alist as well.
5614
5615 2001-03-01 Dave Love <fx@gnu.org>
5616
5617 * textmodes/reftex.el (defvar): Wrap some defvars in
5618 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5619
5620 * subr.el (event-basic-type): Doc fix.
5621
5622 * international/quail.el: Doc fixes.
5623
5624 * international/utf-8.el: Doc fixes.
5625
5626 * international/mule-cmds.el: Doc fixes.
5627 (leim-list-header): Fix header text.
5628
5629 * international/mule.el (coding-system-category): Doc fix.
5630
5631 * international/ccl.el (ccl-compile): Doc fix.
5632
5633 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5634
5635 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5636 rather than (before|after)-change-functions.
5637
5638 2001-03-01 Gerd Moellmann <gerd@gnu.org>
5639
5640 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5641 scroll-left and scroll-right being called interactively so that
5642 they set the window's min_hscroll.
5643
5644 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5645
5646 * info.el (info-insert-file-contents-1): Accept an additional
5647 argument `lfn': if it is non-nil, concatenate `filename' and
5648 `suffix'; otherwise use the complicated MS-DOS code.
5649 All callers changed.
5650 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5651 can access long file names, try the long file-name version of
5652 `info-insert-file-contents-1', then the short file-name version.
5653
5654 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
5655
5656 * language/ethio-util.el (setup-ethiopic-environment-internal):
5657 Change bindings of functions keys to conform to "Emacs Lisp Coding
5658 Convention".
5659
5660 * language/ethiopic.el ("Ethiopic"): Add documentation.
5661
5662 2001-02-28 Kenichi Handa <handa@etl.go.jp>
5663
5664 * international/utf-8.el (mule-utf-8): Set coding-category
5665 property to coding-category-utf-8.
5666
5667 2001-02-27 Richard M. Stallman <rms@gnu.org>
5668
5669 * lpr.el (lpr-page-header-switches, print-region-1):
5670 Undo 2000-07-06 change.
5671 (lpr-add-switches): Default to t on gnu/linux.
5672
5673 2001-02-27 Gerd Moellmann <gerd@gnu.org>
5674
5675 * bs.el (bs-attributes-list): Doc fix.
5676
5677 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5678
5679 * help.el (describe-project): Display the file THE-GNU-PROJECT.
5680
5681 * help.el (view-order-manuals): Use goto-address.
5682
5683 * startup.el (command-line-1): Add info about ordering manuals
5684 to the not so fancy splash screens.
5685
5686 2001-02-26 Andre Spiegel <spiegel@gnu.org>
5687
5688 * vc.el (vc-default-workfile-unchanged-p)
5689 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
5690
5691 2001-02-26 Gerd Moellmann <gerd@gnu.org>
5692
5693 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
5694 fontify in the right buffer.
5695
5696 * allout.el (outline-flag-region): Move macro in front of first
5697 use to avoid a run-time error.
5698
5699 2001-02-24 Andrew Innes <andrewi@gnu.org>
5700
5701 * makefile.w32-in: Fix copyright notice.
5702
5703 2001-02-24 Kenichi Handa <handa@etl.go.jp>
5704
5705 * international/utf-8.el (mule-utf-8): Set correct value for
5706 valid-codes property.
5707
5708 * international/fontset.el (x-complement-fontset-spec): In the
5709 case that we use ASCII font for the other charsets, use only
5710 family and registry part of it.
5711
5712 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5713
5714 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5715 (shrink-window-if-larger-than-buffer): Doc fix.
5716
5717 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5718
5719 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5720 predicate passed to completing-read.
5721
5722 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * startup.el (command-line): Fix last change.
5725
5726 2001-02-23 Jason Rumney <jasonr@gnu.org>
5727
5728 * startup.el (tool-bar-originally-present): New variable.
5729 (command-line): Set it if the tool-bar is switched on at startup.
5730
5731 * frame.el (frame-notice-user-settings): Only adjust frame height
5732 for no tool-bar case if tool-bar was originally switched on.
5733 From E. Jay Berkenbilt.
5734
5735 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5736
5737 * server.el (server-switch-buffer): Only switch window if the
5738 current one is dedicated.
5739
5740 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5741 rather than using (match-beginning 0) when searching for break point.
5742
5743 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5746 @ follows an accent command such as @'. Support optional braces
5747 in commands that insert accents, like makeinfo does.
5748
5749 2001-02-22 Gerd Moellmann <gerd@gnu.org>
5750
5751 * startup.el (fancy-splash-text): Add a line for ordering
5752 manuals. Reverse order of splash screens shown.
5753 (use-fancy-splash-screens-p): Adapt to the text line added.
5754
5755 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5756 manuals from the FSF.
5757
5758 * help.el (view-order-manuals): New function.
5759 (toplevel): Bind C-h C-m to this function.
5760
5761 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5762
5763 * newcomment.el (comment-forward): Skip the comment-start before
5764 searching for the comment-end.
5765
5766 2001-02-21 Dave Love <fx@gnu.org>
5767
5768 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5769
5770 * international/mule-cmds.el, international/mule.el: Doc fixes.
5771
5772 2001-02-21 Gerd Moellmann <gerd@gnu.org>
5773
5774 * startup.el (fancy-splash-screens): Use display-hourglass
5775 instead of display-busy-cursor.
5776
5777 * frame.el (display-hourglass): Renamed from busy-cursor.
5778 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5779 (show-cursor-in-non-selected-windows): Doc fix.
5780
5781 2001-02-20 Dave Love <fx@gnu.org>
5782
5783 * international/utf-8.el: Doc and commentary fixes.
5784
5785 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5786
5787 * ehelp.el (with-electric-help): Doc fix.
5788
5789 2001-02-20 Gerd Moellmann <gerd@gnu.org>
5790
5791 * msb.el (msb-mode): Call the update-buffers function explicitly
5792 with a FORCE argument.
5793
5794 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5795 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5796 returns nil.
5797
5798 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5799
5800 * ps-print.el: Timestamp package replacement. Some enhancements.
5801 Some XEmacs compatibility. Doc fix.
5802 (ps-print-version): New version number (6.4).
5803 (ps-printer-name): Initialization fix.
5804 (ps-zebra-stripe-follow): Funcionality enhancement.
5805 (ps-prologue-file): Code enhancement.
5806 (ps-right-header): Timestamp package replacement.
5807 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5808 (ps-get-page-dimensions)
5809 (ps-generate-header, ps-begin-file, ps-begin-job)
5810 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5811 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5812 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5813 (coding-system-for-write): Var declaration (XEmacs compatibility).
5814
5815 2001-02-20 Miles Bader <miles@gnu.org>
5816
5817 * image-file.el (image-file-name-extensions): Add "tif".
5818
5819 2001-02-19 Gerd Moellmann <gerd@gnu.org>
5820
5821 * wid-edit.el (widget-button-click): Save the selected window
5822 around the code handling clicks on buttons.
5823
5824 2001-02-18 Dave Love <fx@gnu.org>
5825
5826 * imenu.el (imenu--generic-function): Use mapc to iterate over
5827 syntax characters.
5828
5829 2001-02-17 Richard M. Stallman <rms@gnu.org>
5830
5831 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5832
5833 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5834
5835 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5836
5837 * mouse.el (mouse-save-then-kill): If the distance from the new
5838 point to the mark is equal to the distance of point from the new
5839 point, move point instead of the mark.
5840
5841 2001-02-16 Dave Love <fx@gnu.org>
5842
5843 * textmodes/flyspell.el (flyspell-get-word): Return string without
5844 properties.
5845
5846 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5847
5848 * generic.el (generic-find-file-regexp): Doc fix.
5849 (generic-ignore-files-regexp): New defcustom.
5850 (generic-mode-find-file-hook): If the file's name matches the
5851 regexp in `generic-ignore-files-regexp', don't enter
5852 default-generic-mode. Doc fix.
5853
5854 2001-02-16 Gerd Moellmann <gerd@gnu.org>
5855
5856 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
5857 Add autoload cookies.
5858
5859 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
5860 of cal-tex-24.
5861
5862 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5865
5866 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5867 the character class after the (optional) drive, to support file
5868 names with embedded blanks.
5869
5870 2001-02-15 Sam Steingold <sds@gnu.org>
5871
5872 * textmodes/tex-mode.el (tex-shell-running):
5873 Check the process buffer too.
5874
5875 2001-02-15 Dave Love <fx@gnu.org>
5876
5877 * battery.el (battery-status-function): Fix doc, :type.
5878
5879 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
5880
5881 2001-02-15 Gerd Moellmann <gerd@gnu.org>
5882
5883 * subr.el (read-passwd): Clear Lisp memory holding password.
5884
5885 2001-02-15 Miles Bader <miles@gnu.org>
5886
5887 * info.el (Info-copy-current-node-name): New function.
5888 (Info-mode-menu): Add it to the menu.
5889
5890 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5891
5892 * international/mule-cmds.el (toggle-input-method): Doc fix.
5893
5894 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5895
5896 * replace.el (occur): Stop at end of buffer.
5897
5898 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5899
5900 * international/mule-cmds.el (set-input-method): Another doc fix.
5901
5902 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5903
5904 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5905
5906 2001-02-13 Miles Bader <miles@gnu.org>
5907
5908 * faces.el (set-face-background, set-face-foreground)
5909 (set-face-stipple): Treat a value of nil as being `unspecified'.
5910
5911 2001-02-12 Dave Love <d.love@dl.ac.uk>
5912
5913 * international/latin1-disp.el: Doc fixes.
5914 (latin1-display) <defgroup>: Add :link.
5915 (latin1-display) <function>: Set variable latin1-display.
5916
5917 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5918
5919 * international/mule-cmds.el (set-input-method): Doc fix.
5920
5921 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5922
5923 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5924 (speedbar-line-file): Return nil if not a file.
5925 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5926
5927 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
5928
5929 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5930 for remote files.
5931 (ediff-coding-system-for-read): Replaced the no-conversion default
5932 with raw-text.
5933
5934 * ediff-init.el: Removed :version from defcustom vars.
5935
5936 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5937 Better handling of the diff mode.
5938
5939 * ediff.texi: Added ediff-coding-system-for-read.
5940
5941 * viper.texi: Fix typos.
5942
5943 2001-02-11 Dave Love <fx@gnu.org>
5944
5945 * shadowfile.el: Doc fixes.
5946 (shadow) <defgroup>: Add :link.
5947 (shadowfile-unload-hook): New function.
5948 (shadow-initialize): Use defalias, not fset.
5949 (shadow-define-cluster, shadow-define-literal-group)
5950 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
5951
5952 * international/mule.el: Doc and message fixes.
5953
5954 * international/ccl.el (define-ccl-program): Doc fix.
5955
5956 2001-02-11 Kenichi Handa <handa@etl.go.jp>
5957
5958 * faces.el (mode-line): Set :line-width property to -1.
5959
5960 2001-02-10 Richard M. Stallman <rms@gnu.org>
5961
5962 * complete.el (partial-completion-mode): Doc fix.
5963
5964 * simple.el (delete-key-deletes-forward-mode):
5965 Change `let' to `let*' to fix gross bug in last change.
5966
5967 * repeat.el (repeat): Don't let execute-kbd-macro alter
5968 real-last-command.
5969
5970 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5971
5972 * simple.el (eval-expression): Doc fix.
5973
5974 2001-02-09 Dave Love <fx@gnu.org>
5975
5976 * imenu.el (imenu-generic-expression): Doc fix.
5977
5978 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5979 From Juanma Barranquero.
5980
5981 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5982
5983 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5984
5985 * faces.el (set-face-attribute): Describe the case of a negative
5986 value specified for :line-width.
5987
5988 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5989
5990 * which-func.el (which-func-mode): Invert which-func-mode-global.
5991 From Juanma Barranquero <lektu@uol.com.br>.
5992
5993 2001-02-08 Dave Love <fx@gnu.org>
5994
5995 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5996 widget-plist-value-type.
5997 (widget-alist-convert-widget): Replace binding of
5998 widget-alist-value-type.
5999
6000 * textmodes/paragraphs.el (sentence-end): Doc fix.
6001
6002 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
6003 Remove `backward-line'.
6004
6005 * play/pong.el (pong-blank-color, pong-bat-color)
6006 (pong-ball-color, pong-border-color, pong-left-key)
6007 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
6008 (pong-pause-key, pong-resume-key, pong-timer-delay):
6009 * mail/mh-comp.el (mh-compose-letter-function):
6010 * eshell/esh-mode.el (eshell-skip-prompt-function):
6011 * emulation/viper-ex.el (ex-unix-type-shell-options):
6012 * recentf.el (recentf-menu-filter):
6013 * ps-print.el (ps-print-region-function):
6014 * lpr.el (print-region-function):
6015 * forms.el (forms-mode-hooks):
6016 * dirtrack.el (dirtrack-directory-change-hook):
6017 * cus-start.el (temp-buffer-show-function, display-buffer-function):
6018 * textmodes/spell.el (spell-filter):
6019 * textmodes/fill.el (adaptive-fill-function):
6020 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
6021 * progmodes/etags.el (find-tag-default-function):
6022 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
6023 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6024
6025 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
6026
6027 * emulation/viper-init.el (viper-fast-keyseq-timeout)
6028 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
6029 Meyering <jim@meyering.net>.
6030
6031 * loadup.el: Revert last change.
6032
6033 2001-02-07 Kenichi Handa <handa@etl.go.jp>
6034
6035 * international/mule.el (transform-make-coding-system-args):
6036 Make it work also for coding systems not using CCL.
6037
6038 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6039
6040 * simple.el (previous-matching-history-element)
6041 (next-matching-history-element): Doc fix.
6042
6043 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
6044 specific part.
6045
6046 2001-02-06 Dave Love <fx@gnu.org>
6047
6048 * add-log.el (add-log-current-defun-function)
6049 (add-log-buffer-file-name-function, add-log-file-name-function):
6050 Fix :type.
6051 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
6052
6053 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6054
6055 * info.el (info-initialize): Remove the test for system-type when
6056 invocation-directory is non-nil.
6057
6058 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
6059 of `font-lock-defaults' to `backward-paragraph' rather than nil.
6060
6061 2001-02-06 Andrew Innes <andrewi@gnu.org>
6062
6063 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6064 absolute.
6065
6066 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
6067
6068 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
6069 buffers. When hi-lock turned on rather than only checking current
6070 buffer for regexps, all buffers are checked. Moved activation of
6071 font-lock to hi-lock-refontify. When font-lock turned off rather
6072 than removing added highlighting just in current buffer, remove it
6073 in all buffers. Changed edit menu text from "Automatic
6074 Highlighting" to "Regexp Highlighting" Documentation for
6075 highlighting phrases, minor documentation changes.
6076 (hi-lock-set-file-patterns): Execute only if there are new or
6077 existing file patterns.
6078 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
6079 unfontify and, if a support mode is active, will not refontify the
6080 whole buffer. If necessary, turn on font lock. (Removed
6081 font-lock-unfontify and font-lock support-mode-specific calls,
6082 such as lazy-lock-fontify-window.)
6083 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
6084 patterns are found. Not useful now since find-file-hook is removed
6085 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
6086 (hi-lock-face-phrase-buffer): New function. Also added related
6087 menu item and keybinding.
6088 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
6089 (hi-lock-process-phrase): New function.
6090 (hi-lock-line-face-buffer): Doc fixes.
6091 (hi-lock-face-buffer): Doc fixes.
6092 (hi-lock-unface-buffer): Doc fixes.
6093
6094 2001-02-06 Gerd Moellmann <gerd@gnu.org>
6095
6096 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
6097 dabbrev-ignored-regexps.
6098
6099 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * simple.el (kill-line): Doc fix.
6102
6103 2001-02-05 Dave Love <fx@gnu.org>
6104
6105 * loadup.el: Revert last two changes -- bootstrapping works with
6106 regenerated loaddefs.
6107
6108 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * isearch.el (isearch-forward): Doc fix.
6111
6112 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
6113 of font-lock-defaults to backward-paragraph.
6114
6115 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6116
6117 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
6118 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
6119
6120 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6121
6122 * ebnf2ps.el: Eliminate time-stamp functions.
6123 (ebnf-version): New version (3.5).
6124 (ebnf-eps-finish-and-write): Replace time-stamp functions by
6125 format-time-string.
6126
6127 2001-02-05 Gerd Moellmann <gerd@gnu.org>
6128
6129 * simple.el (next-line): Goto end-of-line before inserting a newline.
6130
6131 2001-02-05 Miles Bader <miles@gnu.org>
6132
6133 * image-file.el (insert-image-file): When visiting an image, also
6134 set `truncate-lines' to t so that any fringe arrow looks correct.
6135
6136 2001-02-05 Kenichi Handa <handa@etl.go.jp>
6137
6138 * isearch.el (isearch-forward): Add description about input method
6139 in the docsting.
6140
6141 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
6142
6143 * skeleton.el (skeleton-internal-1): Always push the mark for @.
6144
6145 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * info.el (info-initialize): If installation-directory is nil, for
6148 DOS/Windows systems try looking in a sibling of invocation-directory.
6149
6150 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6151
6152 * wid-edit.el (widget-button-click): Fix last change.
6153
6154 * frame.el (frame-notice-user-settings): When resizing the initial
6155 frame because the tool bar is off, also change the frame's top
6156 position if a negative top position was specified.
6157
6158 2001-02-02 Miles Bader <miles@gnu.org>
6159
6160 * image-file.el (insert-image-file): When visiting an image,
6161 suppress the cursor in the image buffer.
6162
6163 2001-02-01 Dave Love <fx@gnu.org>
6164
6165 * progmodes/f90.el (f90-mode): Remove startup message.
6166
6167 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6168
6169 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6170
6171 * startup.el (command-line): Fix code determining whether or not
6172 to use delete-key-deletes-forward-mode.
6173
6174 2001-02-01 Andre Spiegel <spiegel@gnu.org>
6175
6176 * vc.el (vc-diff-switches): New user option.
6177 (vc-version-diff): Use it.
6178 (vc-diff-switches-list): New macro.
6179
6180 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
6181 New customization options.
6182 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
6183
6184 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
6185
6186 2001-02-01 Gerd Moellmann <gerd@gnu.org>
6187
6188 * msb.el (toplevel): Quote hook symbols.
6189
6190 2001-02-01 Kenichi Handa <handa@etl.go.jp>
6191
6192 * international/mule.el (make-coding-system): Add description
6193 about recognized properties in the docstring.
6194
6195 * international/mule-conf.el: Remove unused charsets
6196 mac-roman-lower and mac-roman-upper.
6197
6198 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6199
6200 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
6201 is in front of the left-margin, if any.
6202
6203 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
6204 like `delete'.
6205
6206 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
6207
6208 * term/w32-win.el (mouse-set-font): Doc fix.
6209
6210 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
6211
6212 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
6213 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
6214 on already.
6215
6216 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
6217
6218 * files.el (save-buffer): Don't give message if (buffer-file-name)
6219 returns nil.
6220
6221 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
6222
6223 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
6224
6225 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
6226 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
6227
6228 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
6229 display problems.
6230
6231 2001-01-31 Kenichi Handa <handa@etl.go.jp>
6232
6233 * international/mule.el (charset-info): Fix docstring.
6234
6235 * international/mule-diag.el (describe-character-set): Check final
6236 char valid before printing it.
6237
6238 2001-01-30 Gerd Moellmann <gerd@gnu.org>
6239
6240 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
6241
6242 * frame.el (frame-notice-user-settings): Do the tool-bar
6243 stuff only for graphical displays. Fix a braino.
6244
6245 * frame.el (frame-initialize): Create initial frame visible.
6246 (frame-notice-user-settings): When tool-bar has been switched off,
6247 correct the frame size and sync tool-bar-mode.
6248
6249 * startup.el (command-line): Remove manipulation of frame
6250 height for tool bars.
6251
6252 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6253
6254 * lpr.el: Compatibility with XEmacs and doc fixes.
6255 (lpr-windows-system, lpr-lp-system): New vars.
6256 (lpr-printer-switch): New defcustom.
6257 (printer-name, lpr-command): Customization fix.
6258 (print-region-1): Code fix.
6259 (print-region-new-buffer, printify-region): Indentation fix.
6260 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
6261 New functions.
6262
6263 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6264
6265 * msb.el (toplevel): Fix the eval-after-load.
6266
6267 2001-01-29 Dave Love <fx@gnu.org>
6268
6269 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
6270
6271 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
6272
6273 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
6274 (tcl-using-emacs-19-23): Consider Emacs 21+.
6275 (tcl-help-directory-list, tcl-command-switches): Fix :type.
6276 (tcl-add-emacs-menu): Supply menu name.
6277 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
6278
6279 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6280
6281 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
6282
6283 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
6284
6285 * pcvs.el (cvs-mark-fis-dead): New function.
6286 (cvs-mode-add): Use it.
6287 (cvs-mode-add-change-log-entry-other-window):
6288 Rebind change-log-default-name to itself rather than to nil.
6289
6290 2001-01-29 Sam Steingold <sds@gnu.org>
6291
6292 * vc-cvs.el: Replaced (require 'vc) with a bunch of
6293 `autoload' statements.
6294
6295 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
6296
6297 * files.el (confirm-kill-emacs): Doc fix.
6298
6299 * frame.el (frame-initialize): Doc fix.
6300
6301 * time-stamp.el (time-stamp-string): Doc fix.
6302
6303 * woman.el (WoMan-log-1): Make the log buffer writable.
6304 From Markus Rost <rost@math.ohio-state.edu>.
6305
6306 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6307
6308 * imenu.el (imenu-syntax-alist): Add autoload cookie for
6309 the `make-variable-buffer-local'.
6310
6311 2001-01-29 Dave Love <fx@gnu.org>
6312
6313 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
6314 (ansi-color-for-comint-mode-on, ansi-color-process-output):
6315 Add autoload cookie.
6316 (ansi-color-apply-sequence): Fix typo.
6317
6318 2001-01-29 Gerd Moellmann <gerd@gnu.org>
6319
6320 * menu-bar.el (menu-bar-files-menu): Add menu items for
6321 Postscript printing in black and white.
6322
6323 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
6324 X-Mailman-Version, Precedence, List-Help, List-Post,
6325 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6326 Content-Type, Content-Length.
6327
6328 2001-01-29 Dave Love <fx@gnu.org>
6329
6330 * elide-head.el (elide-head): Make overlay evaporate.
6331
6332 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
6333
6334 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6335
6336 * isearch.el (isearch-highlight): Don't punt if the display
6337 doesn't support colors, since isearch faces are defined for
6338 monochrome displays as well.
6339
6340 2001-01-27 Sam Steingold <sds@gnu.org>
6341
6342 * shell.el (shell-write-history-on-exit): Make sure that we are in
6343 the shell buffer (M-x tex-file RET inserted the error message into
6344 the TeX buffer).
6345
6346 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6347
6348 * simple.el (transient-mark-mode): Doc fix.
6349
6350 2001-01-27 Gerd Moellmann <gerd@gnu.org>
6351
6352 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
6353
6354 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6355
6356 * shell.el (shell-unquote-argument): If the shell is one of the
6357 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
6358 quote character.
6359 (shell-dumb-shell-regexp): Document that the shells which match
6360 this regexp are supposed to not treat a backslash as a quote character.
6361
6362 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
6363 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
6364
6365 2001-01-27 Richard M. Stallman <rms@gnu.org>
6366
6367 * dabbrev.el (dabbrev--substitute-expansion):
6368 Treat a one-capital-letter abbrev as "not all upper case",
6369 so as to force preservation of the expansion's pattern
6370 if the expansion starts with a capital letter.
6371
6372 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6373
6374 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
6375 Doc fix.
6376
6377 * simple.el (transient-mark-mode): Document the fact that many
6378 commands act on the region when mark is active.
6379
6380 2001-01-27 Kenichi Handa <handa@etl.go.jp>
6381
6382 * international/quail.el (quail-setup-completion-buf): Make the
6383 multibyteness of current buffer inherited to Quail completion buffer.
6384 (quail-show-guidance-buf): Make the multibyteness of current
6385 buffer inherited to Quail guidance buffer.
6386 (quail-help): Make the multibyteness of current buffer inherited
6387 to Quail help buffer.
6388
6389 2001-01-26 Dave Love <fx@gnu.org>
6390
6391 * time-stamp.el: Doc fixes.
6392
6393 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
6394 (delphi-keyword-face, delphi-other-face): Fix :type.
6395
6396 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
6397
6398 * mail/feedmail.el (feedmail): Add :link.
6399 (feedmail-send-it): Doc fix.
6400
6401 * mail/sendmail.el: Doc fixes.
6402 (sendmail-send-it): Fix the non-ASCII regexp and use
6403 rfc2047-encode-string.
6404
6405 * dired.el, dired-aux.el: Revert last change.
6406
6407 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6408
6409 * makefile.w32-in (DONTCOMPILE): Add various term files.
6410
6411 2001-01-26 Dave Love <fx@gnu.org>
6412
6413 * Makefile.in (DONTCOMPILE): Add various term files.
6414
6415 2001-01-26 Gerd Moellmann <gerd@gnu.org>
6416
6417 * man.el (Man-default-man-entry, Man-mode): Doc fix.
6418
6419 * startup.el (display-startup-echo-area-message): Make sure
6420 the echo area is resized to fit the size of the startup message.
6421
6422 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
6423 part of which is a constant.
6424
6425 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
6426
6427 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
6428
6429 2001-01-26 Richard M. Stallman <rms@gnu.org>
6430
6431 * simple.el (next-line): Don't let `newline' expand abbrevs.
6432 Simplify slightly.
6433 (open-line): Don't let `newline' expand abbrevs.
6434
6435 2001-01-25 John Wiegley <johnw@gnu.org>
6436
6437 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
6438 to `repeat' in the :type field.
6439
6440 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
6441 allow a choice of regexp or nil.
6442 (pcomplete-dir-ignore): Same.
6443
6444 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
6445 a command) to always fail.
6446
6447 2001-01-25 Gerd Moellmann <gerd@gnu.org>
6448
6449 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
6450 discard the result.
6451 (iswitchb-to-end): Likewise.
6452
6453 2001-01-25 Sam Steingold <sds@gnu.org>
6454
6455 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
6456 Require vc.
6457
6458 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
6459
6460 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
6461
6462 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
6463
6464 2001-01-25 Dave Love <fx@gnu.org>
6465
6466 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
6467 (describe-coding-system): Tweak the English text.
6468
6469 * loadup.el: Preload international/ccl for utf-8.
6470
6471 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
6472
6473 * mail/rmail.el (rmail-redecode-body): Doc fix.
6474
6475 2001-01-25 Kenichi Handa <handa@etl.go.jp>
6476
6477 * international/mule-cmds.el (reset-language-environment):
6478 Reset coding-category-utf-8 to mule-utf-8.
6479
6480 * international/mule-conf.el (coding-category-utf-8):
6481 Initialize to mule-utf-8.
6482
6483 * loadup.el: Preload international/utf-8.
6484
6485 * international/utf-8.el: New file.
6486
6487 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
6488
6489 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
6490
6491 2001-01-24 Sam Steingold <sds@gnu.org>
6492
6493 * dired.el (dired-replace-in-string): Removed.
6494 (dired-sort-toggle): Use `replace-regexps-in-string'
6495 instead of `dired-replace-in-string'.
6496
6497 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
6498 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
6499
6500 * gs.el (gs-replace-in-string): Removed.
6501 (gs-options): Use `replace-regexps-in-string'
6502 instead of `gs-replace-in-string'.
6503
6504 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
6505
6506 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
6507 bug report is mailed to an email list and posted to a news group.
6508
6509 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6510
6511 * comint.el (comint-replace-by-expanded-history-before-point):
6512 Fix change of 2000-08-03 to move point to the start of the line again.
6513
6514 * startup.el (tool-bar-images-pixel-height): New variable.
6515 (command-line): After loading the user's init file, when
6516 tool-bar-mode is on, increase the frame's size by some lines for
6517 the tool-bar.
6518
6519 * frame.el (frame-initialize): Create the initial frame invisible.
6520
6521 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
6522
6523 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
6524 (chinese-big5): MIME:Big5.
6525
6526 2001-01-24 Gerd Moellmann <gerd@gnu.org>
6527
6528 * international/mule-cmds.el (universal-coding-system-argument):
6529 Handle commands with prefix args.
6530
6531 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6532
6533 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6534 being a list of numbers.
6535 (diary-mail-entries): Rewritten.
6536
6537 2001-01-23 Dave Love <fx@gnu.org>
6538
6539 * international/mule.el (make-coding-system): Fix typo.
6540
6541 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6542 Add backward-paragraph as font-lock-beginning-of-syntax-function.
6543
6544 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6545
6546 * font-lock.el (font-lock-mode): Doc fix.
6547
6548 2001-01-23 Kenichi Handa <handa@etl.go.jp>
6549
6550 * international/mule.el (make-translation-table): Fix docstring.
6551
6552 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6553
6554 * mail/rmail.el (rmail-redecode-body): New function.
6555
6556 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6557
6558 2001-01-22 Gerd Moellmann <gerd@gnu.org>
6559
6560 * isearch.el (isearch-lazy-highlight-case-fold-search)
6561 (isearch-lazy-highlight-regexp): New variables.
6562 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6563 case-fold search or regexp search has been toggled.
6564
6565 * wid-edit.el (widget-button-click): Avoid a save-excursion
6566 around running a global binding.
6567
6568 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6569 to 0.25.
6570
6571 2001-01-20 Miles Bader <miles@gnu.org>
6572
6573 * cus-edit.el (custom-face-save): Do post-processing on the face's
6574 new value like `custom-face-set' does.
6575
6576 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6577
6578 * mail/emacsbug.el (report-emacs-bug): Report the value of
6579 LC_CTYPE, not LC_TYPE.
6580
6581 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6582 isearch-toggle-regexp and isearch-edit-string to doc string.
6583
6584 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6585
6586 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6587 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6588
6589 * jit-lock.el (jit-lock-fontify-now): Don't bind
6590 font-lock-beginning-of-syntax-function to nil.
6591
6592 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6593
6594 * mail/emacsbug.el (report-emacs-bug): Report values of
6595 locale-coding-system, default-enable-multibyte-characters, and the
6596 environment variables LC_ALL, LC_TYPE, and LANG.
6597
6598 2001-01-19 Gerd Moellmann <gerd@gnu.org>
6599
6600 * font-lock.el (font-lock-default-fontify-region): Fix last change.
6601
6602 * font-lock.el (font-lock-multiline): Default to nil.
6603 (font-lock-default-fontify-region): If font-lock-multiline is
6604 nil, don't check the property `font-lock-multiline'.
6605
6606 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6607 is nil, don't check the `font-lock-multiline' text property.
6608
6609 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6610
6611 * viper.el: Call initial-major-mode on startup.
6612
6613 * ediff.el (ediff-patch-file): Use better defaults.
6614
6615 * ediff-vers.el: Fix for 8+3 DOS file systems.
6616
6617 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
6618
6619 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6620 diff mode, if available.
6621
6622 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6623
6624 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
6625
6626 * ediff-init.el (subst-char-in-string): Define and use it, unless
6627 it's already defined.
6628
6629 2001-01-18 Gerd Moellmann <gerd@gnu.org>
6630
6631 * tooltip.el (tooltip-hide-delay): New user-option.
6632 (tooltip-show): Use tooltip-hide-delay instead of the default.
6633
6634 2001-01-18 Kenichi Handa <handa@etl.go.jp>
6635
6636 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6637 kill-local-variable doesn't work for enable-multibyte-characters.
6638
6639 2001-01-17 Dave Love <fx@gnu.org>
6640
6641 * ediff-init.el (ediff-before-setup-hook)
6642 (ediff-merge-filename-prefix): Add :version.
6643
6644 * international/latin1-disp.el: Require disp-table.
6645 (latin1-display): Fix :set.
6646
6647 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6648
6649 2001-01-17 Gerd Moellmann <gerd@gnu.org>
6650
6651 * isearch.el (isearch-lazy-highlight-initial-delay)
6652 (isearch-lazy-highlight-interval): Default to 0.
6653
6654 2001-01-17 Bob Glickstein <bobg@zanshin.com>
6655
6656 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6657 1 here rather than each time through
6658 isearch-lazy-highlight-new-loop.
6659 (isearch-lazy-highlight-max): Variable deleted.
6660 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6661 isearch-lazy-highlight-max but controls a single invocation of
6662 isearch-lazy-highlight-update.
6663 (isearch-lazy-highlight-wrapped): Variable recreated.
6664 (isearch-lazy-highlight-window-start): New variable.
6665 (isearch-lazy-highlight-cleanup): Restored to behavior of
6666 before 2-Jan.
6667 (isearch-lazy-highlight-remove-overlays): Function deleted;
6668 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6669 behavior removed.
6670 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6671 isearch-lazy-highlight-update in a loop rather than just once.
6672 Test isearch-invalid-regexp here and decide not to start a new
6673 loop, rather than testing it each time through
6674 isearch-lazy-highlight-update.
6675 (isearch-lazy-highlight-search): Function restored.
6676 (isearch-lazy-highlight-update): Get called in a timer loop again,
6677 but this time highlight more than one match each time through.
6678 Only highlight matches in the visible part of the window.
6679 Start at point, move in the direction of the search, and wrap around at
6680 the edge of the window. Use sit-for to force redisplay and ensure
6681 window-start is credible. "Face suppressing" behavior removed;
6682 overlay priorities should make it unnecessary, right?
6683 (isearch-highlight): Face suppressing behavior removed.
6684 (isearch-dehighlight): Face suppressing behavior removed.
6685 (isearch-set-lazy-highlight-faces-at): Removed.
6686
6687 2001-01-17 Kenichi Handa <handa@etl.go.jp>
6688
6689 * language/european.el ("Latin-1"): Make the format of description
6690 about additional language environments same as that of Latin-2.
6691
6692 2001-01-16 Dave Love <fx@gnu.org>
6693
6694 * isearch.el (isearch-lazy-highlight): Add :version.
6695
6696 * simple.el (backward-delete-char-untabify-method)
6697 (next-line-add-newlines): Add :version.
6698
6699 2001-01-16 Gerd Moellmann <gerd@gnu.org>
6700
6701 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6702 Don't bind <delete> otherwise.
6703
6704 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6705 and <delete> via function-key-map.
6706
6707 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6708 Subject line only if point is after the `Subject:'.
6709
6710 2001-01-16 Kenichi Handa <handa@etl.go.jp>
6711
6712 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6713 japanese-jisx0213-2 in `charset' property of this lang. env.
6714
6715 * language/european.el ("Latin-1"): Add description for Dutch and
6716 Spanish lang. env.
6717
6718 * international/mule.el (decode-char): Fix conditions.
6719 (encode-char): Handle eight-bit-control too.
6720 (transform-make-coding-system-args): New function.
6721 (make-coding-system): Accept XEmacs style arguments for CCL base
6722 coding system.
6723
6724 2001-01-15 Gerd Moellmann <gerd@gnu.org>
6725
6726 * progmodes/etags.el (find-tag-noselect): Save the value of
6727 tags-file-name before switching buffers, for the case it has a
6728 buffer-local value.
6729
6730 2001-01-15 Alex Schroeder <alex@gnu.org>
6731
6732 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6733 From Dave Love <fx@gnu.org>.
6734 (ansi-color-for-comint-mode): Fix :version.
6735
6736 2001-01-15 Alex Schroeder <alex@gnu.org>
6737
6738 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6739
6740 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6741
6742 * dired.el (dired-insert-directory): If file-system-info fails,
6743 remove the " free " part, but don't signal an error.
6744
6745 2001-01-12 Sam Steingold <sds@gnu.org>
6746
6747 * bookmark.el (bookmark-maybe-historicize-string):
6748 Use new backquote syntax.
6749
6750 2001-01-12 Richard M. Stallman <rms@gnu.org>
6751
6752 * subr.el (last): Handle a list that doesn't end in nil.
6753
6754 2001-01-12 Sam Steingold <sds@gnu.org>
6755
6756 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6757 to `backward-delete-char-untabify'.
6758
6759 2001-01-12 Dave Love <fx@gnu.org>
6760
6761 * cus-edit.el (customize-menu-create): Fix the :filter following
6762 easymenu change.
6763
6764 * wid-edit.el (function): Add :match-alternatives.
6765 (widget-color-action): Doc fix.
6766
6767 2001-01-12 Gerd Moellmann <gerd@gnu.org>
6768
6769 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6770
6771 2001-01-12 Kenichi Handa <handa@etl.go.jp>
6772
6773 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
6774
6775 * international/ccl.el (define-ccl-program): Fix docstring.
6776
6777 2001-01-11 Dave Love <fx@gnu.org>
6778
6779 * international/mule-cmds.el (standard-display-european-internal):
6780 Set display table for 2208 as for 160.
6781
6782 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6783
6784 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6785 entry for custom-menu-create change.
6786 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6787 don't cons it in the search loop.
6788
6789 * imenu.el (imenu--truncate-items): Revert last change.
6790
6791 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6792
6793 * info.el (Info-setup-header-line): If the node header includes
6794 either Next: or Prev: links, don't show the File: and Node: parts
6795 in the header line.
6796
6797 2001-01-11 Gerd Moellmann <gerd@gnu.org>
6798
6799 * comint.el (comint-goto-process-mark): Don't print a message
6800 when running in batch mode.
6801
6802 * isearch.el (isearch-search): In the condition-case handler for
6803 `error', set isearch-invalid-regexp to the whole error message.
6804
6805 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6806 ensure that eval-after-load works for files dumped with Emacs.
6807
6808 * help.el (load-symbol-file-load-history): New function extracted
6809 from function symbol-file.
6810 (symbol-file): Use it.
6811
6812 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
6813
6814 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6815
6816 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6817 behave as if there were no prefix argument.
6818 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6819 argument were nil.
6820
6821 2001-01-11 Richard M. Stallman <rms@gnu.org>
6822
6823 * isearch.el (isearch-lazy-highlight-update):
6824 Don't look for more potential matches once maximum is exceeded.
6825 Use overlays-in to check correctly for overlap with current match.
6826 Ignore empty matches.
6827
6828 2001-01-11 Miles Bader <miles@gnu.org>
6829
6830 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6831 (ispell-overlay-window, ispell-help, ispell-show-choices)
6832 (ispell-command-loop): Use it instead of `window-height'.
6833
6834 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6835
6836 * files.el (confirm-kill-emacs): New user-option.
6837 (save-buffers-kill-emacs): Ask for final confirmation before
6838 killing Emacs.
6839
6840 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6841 to nil.
6842
6843 2001-01-10 Dave Love <fx@gnu.org>
6844
6845 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6846
6847 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
6848
6849 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6850
6851 * calculator.el (calculator-number-digits): Fix :type.
6852
6853 * vc-cvs.el (vc-cvs-header): Fix :type.
6854 * vc-rcs.el (vc-rcs-header): Fix :type.
6855 * vc-sccs.el (vc-sccs-header): Fix :type.
6856
6857 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6858
6859 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6860
6861 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6862
6863 2001-01-10 Gerd Moellmann <gerd@gnu.org>
6864
6865 * simple.el (set-variable): Force a thorough redisplay for the
6866 case that the variable has an effect on the display, like
6867 `tab-width' has.
6868
6869 2001-01-10 Andre Spiegel <spiegel@gnu.org>
6870
6871 * vc.el: Add documentation for backend interface.
6872
6873 2001-01-10 Kenichi Handa <handa@etl.go.jp>
6874
6875 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6876
6877 * international/mule-conf.el (latin-extra-code-table): Set to t
6878 for \223 and \224.
6879
6880 2001-01-09 Kenichi Handa <handa@etl.go.jp>
6881
6882 * international/mule-cmds.el (locale-language-names): Map "es" to
6883 "Spanish" and "nl" to "Dutch".
6884
6885 2001-01-09 Gerd Moellmann <gerd@gnu.org>
6886
6887 * bindings.el (global-map): Bind <home> to beginning-of-line,
6888 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6889 C-<end> to end-of-buffer.
6890
6891 * language/european.el: Add Dutch and Spanish language info
6892 to be able to use the appropriate tutorials.
6893
6894 2001-01-09 Alex Schroeder <alex@gnu.org>
6895
6896 * ansi-color.el (ansi-color-process-output): Use markers instead
6897 of positions for start and end of region.
6898 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6899 Previously, occasional mistakes happend when fontifying many
6900 chunks of output (eg. ls --color=yes /dev). This happened
6901 whenever an overlay was created up to the end of the region, which
6902 coincided with the process-mark. New text would then be added
6903 within that overlay instead of after it.
6904 (ansi-color-make-extent): Overlays are created with the property
6905 `modification-hooks' set to '(ansi-color-freeze-overlay).
6906 (ansi-color-freeze-overlay): New function. When inserting text at
6907 the end of the overlay, the overlay will resize.
6908
6909 2000-01-09 Alex Schroeder <alex@gnu.org>
6910
6911 * ansi-color.el (ansi-color-process-output): Doc change.
6912 (ansi-color-unfontify-region): Doc change. No longer installed
6913 automatically in font-lock-unfontify-region-function.
6914 (ansi-color-apply): Doc change.
6915 (ansi-color-apply-on-region): Use extents or overlays instead of
6916 text-properties.
6917 (ansi-color-make-extent): New function.
6918 (ansi-color-set-extent-face): New function.
6919
6920 2000-01-09 Alex Schroeder <alex@gnu.org>
6921
6922 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6923 both use ansi-color-process-output, now.
6924 (ansi-color-process-output): Doesn't return string anymore. It is
6925 installed in comint-output-filter-functions for both Emacs and
6926 XEmacs, now.
6927 (ansi-color-unfontify-region): Simplified code removing variables
6928 pos and start-ansi.
6929 (ansi-color-apply): Put text-property ansi-color before putting
6930 text-property face because ansi-color-unfontify-region is called
6931 immediately after the call to put-text-property.
6932 (ansi-color-context-region): Doc change.
6933 (ansi-color-filter-region): Simplified code.
6934 (ansi-color-apply-on-region): Changed start to start-marker, using
6935 a marker explicitly. Put text-property ansi-color before putting
6936 text-property face because ansi-color-unfontify-region is called
6937 immediately after the call to put-text-property.
6938
6939 2000-01-09 Alex Schroeder <alex@gnu.org>
6940
6941 * ansi-color.el (ansi-color-faces-vector): Doc change.
6942 (ansi-color-for-comint-mode): Changed :type property to choice.
6943 (ansi-color-last-context): Removed.
6944 (ansi-color-process-output): Don't use ansi-color-last-context, as
6945 the main functions will store their context now.
6946 (ansi-color-context): Doc change.
6947 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6948 Uses ansi-color-context such that repeated calls will strip
6949 partial escape sequences, too.
6950 (ansi-color-apply): Simplified code. Colorize end of string if
6951 face is not null. Store context in new (FACE STRING) format, such
6952 that repeated calls will strip partial escape sequences, too.
6953 Append faces to face property using ansi-color-apply-sequence such
6954 that cumulative mode actually works.
6955 (ansi-color-context-region): New variable.
6956 (ansi-color-filter-region): Rewrote it based on
6957 ansi-color-apply-on-region. Uses ansi-color-context-region such
6958 that repeated calls will strip partial escape sequences, too.
6959 (ansi-color-apply-on-region): Simplified code. Colorize end of
6960 region if face is not null. Store context in new (FACE POS)
6961 format, such that repeated calls will strip partial escape
6962 sequences, too. Append faces to face property using
6963 ansi-color-apply-sequence such that cumulative mode actually works.
6964 (ansi-color-apply-sequence): New function.
6965 (ansi-color-get-face): When the default face is added to the list
6966 of faces, all previous settings are discarded and the list of
6967 faces is set to '(default).
6968
6969 2000-01-09 Alex Schroeder <alex@gnu.org>
6970
6971 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6972 face, such that ansi-color-apply and ansi-color-apply-on-region
6973 will do the right thing.
6974 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6975 returns nil, set the list of faces back to nil instead of
6976 appending the result of ansi-color-get-face to the front of the list.
6977
6978 2000-01-09 Alex Schroeder <alex@gnu.org>
6979
6980 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6981 (ansi-color-process): Doc change.
6982 (ansi-color-last-context): New buffer-local variable.
6983 (ansi-color-process-output): New function. It is automatically
6984 added to comint-output-filter-functions if this is XEmacs.
6985 (ansi-color-unfontify-region): New optional parameter for XEmacs
6986 compatibility. Check wether font-lock-syntactic-keywords is
6987 boundp before removing the syntax table text property, as XEmacs
6988 doesn't have it.
6989 (ansi-color-filter-region): Doc change.
6990 (ansi-color-apply-on-region): Doc change.
6991 (ansi-color-make-face): New function. Compatibility layer for
6992 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6993 (ansi-color-make-color-map): Use ansi-color-make-face.
6994 (ansi-color-get-face): Avoid face text property '(nil) as results
6995 in an errow for XEmacs.
6996
6997 2000-01-09 Alex Schroeder <alex@gnu.org>
6998
6999 * ansi-color.el (ansi-color-unfontify-region): New function.
7000 Uses text-property ansi-color in order to preserve fontification by
7001 ansi-color. When the package is loaded, a lambda expression is
7002 put onto font-lock-mode-hook. This lambda expression will check
7003 font-lock-unfontify-region-function and replace
7004 font-lock-default-unfontify-region with ansi-color-unfontify-region.
7005 (ansi-color-apply): Add text-property ansi-color in addition to
7006 text-property face.
7007 (ansi-color-apply-on-region): Add text-property ansi-color in
7008 addition to text-property face.
7009 (save-buffer-state): Copy of the macro that is also used by
7010 lazy-lock and font-lock.
7011
7012 (ansi-color-for-comint-mode): New option.
7013 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
7014 (ansi-color-for-comint-mode-off): Ditto.
7015 (ansi-color-for-comint-mode-filter): Ditto.
7016 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
7017 decide what to do. This function is added to
7018 comint-preoutput-filter-functions when the package is loaded.
7019
7020 (ansi-color-for-shell-mode-set): Removed.
7021 (ansi-color-for-shell-mode): Removed.
7022
7023 2000-01-09 Alex Schroeder <alex@gnu.org>
7024
7025 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
7026 the lambda expression from the ansi-color-for-shell-mode :set
7027 property. Additionally, modify shell-mode-hook to enable or
7028 disable font-lock-mode for future shell buffers.
7029 (ansi-color-for-shell-mode): The :set property calls
7030 ansi-color-for-shell-mode-set instead of a lambda expression.
7031
7032 2000-01-09 Alex Schroeder <alex@gnu.org>
7033
7034 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
7035 (ansi-color-context): New variable.
7036 (ansi-color-apply): Save context between calls.
7037
7038 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
7039
7040 * isearch.el (isearch, isearch-lazy-highlight-face):
7041 New definitions for face colors and attributes.
7042
7043 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
7044 of display-mouse-p.
7045
7046 2001-01-09 Kenichi Handa <handa@etl.go.jp>
7047
7048 * international/mule.el (make-coding-system): If the coding system
7049 accepts extra latin codes, register such codes as safe for the
7050 coding system.
7051
7052 2001-01-08 Richard M. Stallman <rms@gnu.org>
7053
7054 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
7055 don't mention the file name or the date here, because they are
7056 logged at the start of the file.
7057
7058 2001-01-08 Richard M. Stallman <rms@gnu.org>
7059
7060 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7061 Change screen-width to frame-width.
7062
7063 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7064
7065 * info.el (Info-search): Print the default as part of the prompt.
7066
7067 2001-01-08 Andre Spiegel <spiegel@gnu.org>
7068
7069 * vc.el (vc-default-latest-on-branch-p): New function, replaces
7070 constant implementations in backends.
7071
7072 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7073 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
7074
7075 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
7076 WRITABLE to EDITABLE.
7077
7078 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
7079 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
7080 to EDITABLE.
7081
7082 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7083
7084 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
7085 (copyright, copyright-update): Compute the current year at run time.
7086
7087 2001-01-08 Gerd Moellmann <gerd@gnu.org>
7088
7089 * isearch.el (isearch-old-signal-hook): Removed.
7090 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
7091 instead of setting signal-hook-function.
7092 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7093
7094 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
7095
7096 * emulation/edt.el: Update to version 4.0. Provide support for
7097 EDT scroll margins at top and bottom of the window. Provide an
7098 emulation of the EDT SUBS command (bound to GOLD-Enter, by
7099 default). Enhance edt-quit, bound to GOLD-q by default, to warn
7100 user when file-related buffer modifications exist.
7101 Provide support for running EDT Emulation in XEmacs.
7102 Provide customize access to some user updatable variables.
7103 Add Commentary section to file header.
7104 Fixed a few minor bugs and cleaned up some code.
7105
7106 * emulation/edt-mapper.el: Update to version 4.0. Provide support
7107 for detecting a keypress that generates an ASCII key sequence.
7108 (Previously, only a keypress that generates a vector was
7109 recognized.) Embed Window Manager name into name of the generated
7110 EDT Emulation initialization file since the initialization file is
7111 Window Manager specific. Add Commentary section to file header.
7112
7113 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
7114
7115 * mail/sendmail.el (mail-mode): Doc fix.
7116
7117 * info.el (Info-goto-emacs-command-node): Doc fix.
7118 (Info-goto-emacs-key-command-node): Doc fix.
7119
7120 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7121
7122 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
7123 systems without long file-name support.
7124
7125 2001-01-06 Andrew Innes <andrewi@gnu.org>
7126
7127 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
7128
7129 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
7130
7131 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
7132 (isearch-lazy-highlight-update): Doc fix.
7133
7134 * ffap.el (ffap-bindings): Doc fix.
7135
7136 * dired-x.el (dired-virtual-guess-dir): Doc fix.
7137
7138 2001-01-05 Dave Love <fx@gnu.org>
7139
7140 * emacs-lisp/cl-seq.el (remove, remq): Remove.
7141
7142 2001-01-05 Gerd Moellmann <gerd@gnu.org>
7143
7144 * mouse-drag.el (mouse-drag-safe-scroll):
7145 Bind scroll-preserve-screen-position to nil.
7146
7147 * isearch.el (isearch-old-signal-hook): New variable.
7148 (isearch-mode): Set signal-hook-function to isearch-done.
7149 (isearch-done): Restore old signal-hook-function.
7150
7151 * info.el (Info-fontify-node): Mark one more char as intangible.
7152
7153 2000-01-05 Kenichi Handa <handa@etl.go.jp>
7154
7155 * composite.el (compose-last-chars): New argument COMPONENTS.
7156 If it is non-nil, compose preceding characters by compose-region with
7157 COMPONENTS.
7158
7159 * international/quail.el (quail-input-string-to-events): New function.
7160 (quail-input-method): Convert input string to events here.
7161 (quail-start-translation): Return input string, not event list.
7162 (quail-start-conversion): Likewise.
7163
7164 2001-01-04 Gerd Moellmann <gerd@gnu.org>
7165
7166 * tooltip.el (tooltip-cancel-delayed-tip)
7167 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
7168 and tooltip-add-timeout.
7169 (tooltip-show): Set border color from faces's foreground.
7170 (tooltip-show-help-function): If called with the same help string
7171 as last time, do nothing.
7172 (tooltip-help-tips): Don't set tooltip-help-message to nil.
7173
7174 * startup.el (fancy-splash-screens): Don't bind show-help-function
7175 to nil.
7176
7177 * tooltip.el (tooltip-frame-parameters): Remove colors.
7178 (tooltip): New face
7179 (tooltip-set-param): New function.
7180 (tooltip-show): Set up color frame parameters from face `tooltip'.
7181 Display the tooltip text in face `tooltip'.
7182
7183 2001-01-04 Dave Love <fx@gnu.org>
7184
7185 * whitespace.el (whitespace-global-mode): Fix typo.
7186
7187 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
7188
7189 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7190
7191 * help.el (help-for-help): Fix a typo in a doc string.
7192 From kwzh@gnu.org (Karl Heuer).
7193
7194 2001-01-03 Dave Love <fx@gnu.org>
7195
7196 * dired-x.el: Doc fixes. Maintainer change.
7197 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
7198 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
7199 (dired-guess-shell-alist-user): Customize.
7200 (dired-x-help-address): Set to bug-gnu-emacs.
7201 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
7202 (dired-default-directory): Renamed from default-directory.
7203
7204 * hl-line.el (hl-line): Doc fix.
7205
7206 2001-01-03 Karl Fogel <kfogel@red-bean.com>
7207
7208 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
7209
7210 2001-01-02 Richard M. Stallman <rms@gnu.org>
7211
7212 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
7213 to remove all the current alternative-match highlighting.
7214 If nil, remove only what's outside the current window.
7215 (isearch-lazy-highlight-remove-overlays): Take optional
7216 region within which NOT to remove them.
7217 (isearch-lazy-highlight-new-loop): Greatly simplified.
7218 (isearch-lazy-highlight-update): Find all the other occurrences
7219 visible in the window, in just one call.
7220 (isearch-lazy-highlight-start): Now holds start of region to scan.
7221 (isearch-lazy-highlight-end): Now holds end of region to scan.
7222 (isearch-lazy-highlight-wrapped): Variable deleted.
7223 (isearch-lazy-highlight-search): Function deleted.
7224
7225 2000-01-02 Andrew Innes <andrewi@gnu.org>
7226
7227 * w32-fns.el (convert-standard-filename): Do length check on name
7228 before aref.
7229
7230 2001-01-02 Dave Love <fx@gnu.org>
7231
7232 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
7233 value.
7234 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
7235
7236 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
7237
7238 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
7239 read syntax.
7240
7241 * calendar/todo-mode.el (todo): Add :link, :version.
7242 (todo-save-top-priorities): Remove autoload cookie.
7243 (todo-add-category, todo-add-item-non-interactively)
7244 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
7245
7246 2001-01-02 Gerd Moellmann <gerd@gnu.org>
7247
7248 * comint.el (comint-input-history-ignore): New variable.
7249 (comint-read-input-ring): Ignore entries matching
7250 comint-input-history-ignore.
7251
7252 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
7253
7254 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
7255 (lm-copyright-mark): New function.
7256 (lm-crack-copyright): New function.
7257 (lm-verify): Check that the file has a copyright.
7258 Check that the file is copyright Free Software Foundation.
7259
7260 2000-12-30 Kenichi Handa <handa@etl.go.jp>
7261
7262 * international/mule-diag.el (print-fontset): Indent font name by
7263 24 columns, not 25.
7264
7265 2000-12-29 Gerd Moellmann <gerd@gnu.org>
7266
7267 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
7268 in Subject line.
7269
7270 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
7271 Use mail-mode-hook instead of mail-setup-hook.
7272 Otherwise continuing an interrupted message with C-u C-x m for
7273 instance, winds up in Mail mode without abbrevs.
7274
7275 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7276
7277 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
7278 non-nil. Adding almost all customization variables on ps-setup.
7279 Doc fix.
7280 (ps-print-version): New version number (6.3.3).
7281 (ps-end-with-control-d): Initialization fix.
7282 (ps-lines-printed): New var.
7283 (ps-skip-newline): New fun.
7284 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
7285 (ps-next-line, ps-continue-line, ps-plot-region)
7286 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
7287
7288 2000-12-29 Kenichi Handa <handa@etl.go.jp>
7289
7290 * international/fontset.el (x-complement-fontset-spec):
7291 Resolve ASCII font name so that the same family name is used for fonts
7292 registered in x-font-name-charset-alist.
7293 (create-fontset-from-fontset-spec): Adjusted for the above change.
7294 The name of fontset alias should be a unresolved ASCII font name.
7295
7296 2000-12-28 Gerd Moellmann <gerd@gnu.org>
7297
7298 * simple.el (delete-key-deletes-forward-mode): Bind backspace
7299 and delete in isearch-mode-map.
7300
7301 2000-12-28 Richard M. Stallman <rms@gnu.org>
7302
7303 * dired-x.el (dired-guess-shell-alist-default):
7304 Use xpdf instead of acroread.
7305
7306 2000-12-28 Kenichi Handa <handa@etl.go.jp>
7307
7308 * textmodes/artist.el (artist-butlast): Deleted.
7309 (artist-ellipse-mirror-quadrant): Use butlast instead of
7310 artist-butlast.
7311
7312 * subr.el (butlast, nbutlast): Moved from cl.el to here.
7313
7314 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
7315
7316 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7317
7318 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
7319
7320 * ls-lisp.el: Better support for the Mac and MS-Windows.
7321 (ls-lisp): New defgroup.
7322 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
7323 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
7324 (ls-lisp-support-shell-wildcards): New defcustoms.
7325 (ls-lisp-parse-symlink): New function.
7326 (insert-directory): Code to convert switches to a list and set up
7327 the wildcard argument copied from ls-lisp-insert-directory.
7328 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
7329 for -C and -R switches.
7330 (ls-lisp-column-format): New function.
7331 (ls-lisp-delete-matching, ls-lisp-handle-switches)
7332 (ls-lisp-format-time): Add doc strings.
7333 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
7334 Support ls-lisp-dirs-first.
7335 (ls-lisp-classify, ls-lisp-extension): New functions.
7336 (ls-lisp-format): Optionally support emulation of symlinks.
7337 Support -i, -s, and -G switches.
7338
7339 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7340
7341 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
7342
7343 * version.el (emacs-version): Print X scroll bar information.
7344
7345 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
7346 instead of x-toolkit-scroll-bars-p.
7347
7348 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
7349 of x-toolkit-scroll-bars-p.
7350
7351 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7352
7353 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
7354 (ffap-bindings): Doc fix, to reflect the above change.
7355
7356 2000-12-27 Kenichi Handa <handa@etl.go.jp>
7357
7358 * term.el (term-char-mode): Define all non-ascii self-inserting
7359 characters to 'term-send-raw in term-raw-map.
7360
7361 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
7362
7363 * viper-init (viper-restore-cursor-type): Added condition-case guard.
7364
7365 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7366 Changed initialization; use add-hook.
7367 (ediff-file-remote-p): Use file-local-copy.
7368
7369 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7370
7371 * ediff.el (ediff-patch-buffer): Bug fix.
7372 (ediff-revision): Allow selection of the file at the prompt.
7373
7374 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
7375
7376 * subr.el (combine-run-hooks): Remove.
7377
7378 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
7379 and remove the rogue second spec.
7380
7381 2000-12-23 Gerd Moellmann <gerd@gnu.org>
7382
7383 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
7384
7385 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
7386
7387 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
7388 Use minibuffer menu prompt for the `=' prefix.
7389 (smerge-command-prefix): Change default to C-^.
7390 (smerge-mode): Don't assume font-lock doesn't move point.
7391
7392 * skeleton.el (skeleton-internal-1): Make sure the first line of
7393 the region is also re-indented.
7394 (skeleton-end-newline): New var.
7395 (skeleton-end-hook): Use it.
7396
7397 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7398
7399 * comint.el (comint-password-prompt-regexp): Support CVS.
7400
7401 2000-12-22 Gerd Moellmann <gerd@gnu.org>
7402
7403 * simple.el (delete-key-deletes-forward-mode): Simplify.
7404 Also backspace key combinations, depending on
7405 delete-key-deletes-forward.
7406
7407 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
7408
7409 * simple.el (delete-key-deletes-forward): Doc fix.
7410
7411 2000-08-22 Emmanuel Briot <briot@gnat.com>
7412
7413 * xml.el (top level comment): Updated to reflect the fact that
7414 white spaces are relevant in the XML file.
7415 (xml-parse-file): Do not kill an existing Emacs buffer if the file
7416 to parse was already edited. This allows for on-the-fly analysis
7417 of XML files.
7418 (xml-parse-tag): Check that the casing is the same in the start
7419 tag and end tag, since XML is case-sensitive. Allows for spaces
7420 in the end tag, after the name of the tag.
7421 (xml-parse-attlist): Allow for the character '-' in the name of
7422 attributes, as in the standard http-equiv attribute Do not save
7423 the properties in the XML tree, since they are not relevant.
7424
7425 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
7426
7427 * generic.el (generic-read-type): Undo last change, inline into
7428 `generic-mode' and then remove.
7429 (generic-mode): Inline generic-read-type.
7430 (define-generic-mode): Push the symbol name rather than the symbol
7431 onto generic-mode-list.
7432
7433 2000-12-21 Gerd Moellmann <gerd@gnu.org>
7434
7435 * generic.el (generic-read-type): Build an alist for
7436 completing-read as in 20.7.
7437
7438 * play/landmark.el (lm): Use interactive spec `P'.
7439 (toplevel): Don't set debug-on-error.
7440
7441 * server.el (server-switch-buffer): Choose a window on a visible frame.
7442
7443 2000-12-21 Dave Pearson <davep@davep.org>
7444
7445 * quickurl.el: Commentry change, I've moved my web site.
7446
7447 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7448
7449 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
7450 ranges like \177-\237, but accepts the character sequence from \177 to
7451 \237. Doc fix.
7452 (ebnf-version): New version (3.4).
7453 (ebnf-setup): Code fix.
7454 (ebnf-range-regexp): New fun.
7455 (ebnf-8-bit-chars): Const fix.
7456
7457 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
7458 entry. Doc fix.
7459 (ebnf-bnf-lex): Code fix.
7460 (ebnf-bnf-comment-chars): Const fix.
7461
7462 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
7463 entry. Doc fix.
7464 (ebnf-iso-comment-chars): Const fix.
7465
7466 * ebnf-otz.el: Doc fix.
7467
7468 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
7469 entry. Doc fix.
7470 (ebnf-yac-skip-code): Code fix.
7471 (ebnf-yac-comment-chars): Const fix.
7472
7473 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7474
7475 * files.el (insert-directory-safely): New function.
7476 (recover-file): Use it instead of insert-directory.
7477 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7478
7479 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7480
7481 * international/mule-cmds.el (select-safe-coding-system):
7482 Check coding-category-list more rigidly. Improve help message.
7483
7484 * dired.el (dired-move-to-filename-regexp): Fix previous change.
7485
7486 2000-12-21 Miles Bader <miles@gnu.org>
7487
7488 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
7489
7490 2000-12-21 Kenichi Handa <handa@etl.go.jp>
7491
7492 * international/mule-diag.el (describe-char-after): Make *Help*
7493 buffer inherit multibyteness of the current buffer.
7494
7495 * international/mule.el (make-char): Docstring adjusted for the
7496 change of make-char-internal.
7497
7498 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
7499
7500 * international/iso-cvt.el: Docstrings fix.
7501
7502 2000-12-20 Dave Love <fx@gnu.org>
7503
7504 * subr.el (eval-after-load): Doc fix.
7505
7506 2000-12-20 Kenichi Handa <handa@etl.go.jp>
7507
7508 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
7509 for numbers.
7510
7511 2000-12-20 Miles Bader <miles@gnu.org>
7512
7513 * international/quail.el (quail-help): Resize the help window
7514 again after it has all its contents. Remove unneeded progn.
7515
7516 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7517
7518 * pcmpl-linux.el: Fix copy/paste error.
7519
7520 2000-12-19 Andrew Innes <andrewi@gnu.org>
7521
7522 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
7523
7524 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
7525
7526 * progmodes/idlw-rinfo.el: Fixed copyright notice.
7527
7528 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7529
7530 * progmodes/idlw-shell.el: Fixed copyright notice.
7531
7532 * progmodes/idlwave.el: Fixed copyright notice.
7533
7534 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
7535 TAB as key separators.
7536
7537 2000-12-19 Alex Schroeder <alex@gnu.org>
7538
7539 * sql.el (sql-sybase-options): New option.
7540 (sql-sybase): Use it. Add sql-database to the list of parameters
7541 provided for login. The options -w 2048 -n are not used any more.
7542 (sql-postgres-options): Changed default from "--pset" to "-P".
7543 (sql-mysql-options): Doc change.
7544 (sql-stop): Doc change.
7545
7546 2000-12-19 Kenichi Handa <handa@etl.go.jp>
7547
7548 * international/quail.el (quail-input-method): Always hide
7549 the guidance buffer on exiting.
7550
7551 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7552
7553 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7554 isn't fboundp.
7555
7556 * server.el (server-buffer-done): Bury the buffer before
7557 killing it.
7558
7559 * faces.el (face-spec-set): Interpret a nil in specs for
7560 foreground and background colors as `unspecified', for
7561 compatibility with 20.x.
7562
7563 2000-12-18 Dave Love <fx@gnu.org>
7564
7565 * simple.el (mail-user-agent): Doc fix.
7566 (input-mode-8-bit): Removed.
7567
7568 * international/mule.el (set-keyboard-coding-system): Doc fix.
7569 (keyboard-coding-system): New option.
7570
7571 * mail/sendmail.el (send-mail-function): Customize.
7572
7573 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7574
7575 * international/codepage.el (cp866-decode-table): New table.
7576
7577 2000-12-18 Gerd Moellmann <gerd@gnu.org>
7578
7579 * version.el (emacs-version): Remove `%a' from the time format
7580 because the weekday doesn't fit well into each locale.
7581
7582 2000-12-18 Miles Bader <miles@gnu.org>
7583
7584 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7585
7586 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
7587 Check that emacs-major-version is `=' to 20, not `>='.
7588 (artist-replace-chars): Use `make-string' instead of a loop.
7589
7590 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7591
7592 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7593 (cvs-execute-single-file): Don't change directory.
7594 Patch from Per Cederqvist.
7595
7596 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * textmodes/ispell.el (check-ispell-version):
7599 If `ispell-program-name' is "aspell", pass it the -v switch instead
7600 of -vv.
7601
7602 2000-12-16 Kenichi Handa <handa@etl.go.jp>
7603
7604 * international/mule-diag.el (mule-diag): Insert information about
7605 configure options, multibyte awareness, language env.
7606
7607 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7608 regexp to search for candidates.
7609
7610 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * info.el (Info-forward-node): If the node has an
7613 Info-header-line, widen the buffer before searching for "next:"
7614 and "up:" pointers, and set the search limit to stay in the
7615 current node.
7616
7617 2000-12-16 Miles Bader <miles@gnu.org>
7618
7619 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7620
7621 2000-12-15 Miles Bader <miles@gnu.org>
7622
7623 * comint.el (comint-send-string, comint-send-region): Also accept
7624 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7625 process-send-string/region.
7626
7627 2000-12-15 Gerd Moellmann <gerd@gnu.org>
7628
7629 * isearch.el (isearch-lazy-highlight-max): New user-option.
7630 (isearch-lazy-highlight-update): Don't highlight more than
7631 isearch-lazy-highlight-max matches.
7632
7633 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7634
7635 2000-12-15 Richard M. Stallman <rms@gnu.org>
7636
7637 * sort.el (sort-columns): Fix error message.
7638
7639 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7640 `upcase' or `downcase' or nil.
7641 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7642 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7643 (dabbrev--substitute-expansion): New arg record-case-pattern.
7644 If it is non-nil, set dabbrev--last-case-pattern.
7645 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7646
7647 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7648
7649 2000-12-15 Miles Bader <miles@gnu.org>
7650
7651 * paths.el (Info-default-directory-list): Don't delete
7652 configure-info-directory from the list of standard info
7653 directories when appending it to the end -- their order is important.
7654
7655 * faces.el (read-face-attribute): If there's no entry for the
7656 user's input in VALID, just use it as-is (this will often result
7657 in an error, but it may be OK for e.g. colors using hexadecimal
7658 notation, and at least will yield a better error message).
7659
7660 * window.el (mode-line-window-height-fudge): Function removed.
7661 (height-affecting-face-attributes, mode-line-window-height-fudge):
7662 Variables removed.
7663 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7664 window is really the right size. Use vertical-motion
7665 rather than forward-line.
7666 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7667 (ispell-command-loop, ispell-show-choices): Use the variable
7668 ispell-choices-win-default-height, rather than the function.
7669 (ispell-choices-win-default-height): Function removed.
7670 (ispell-mode-line-window-height-fudge): Function removed.
7671
7672 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7673
7674 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7675
7676 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7677
7678 * paths.el (Info-default-directory-list):
7679 If configure-info-directory is not one of the standard directories,
7680 put it first in the list; otherwise put it last. Doc string
7681 changed accordingly.
7682
7683 * info.el (Info-directory-list): Change doc string to reflect the
7684 change in Info-default-directory-list.
7685
7686 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7687 windows-nt as windowed environments, even under -nw.
7688
7689 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7690 if not fboundp. Switch delete-forward mode for the <delete> key
7691 on all PC platforms, even under -nw.
7692
7693 * term/internal.el ([M-delete]): Remap to M-d.
7694
7695 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7696
7697 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7698
7699 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7700
7701 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7702
7703 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7704
7705 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7706 if appropriate.
7707
7708 * simple.el (delete-key-deletes-forward): New user-option.
7709 (delete-key-deletes-forward-mode): New function.
7710
7711 * bindings.el: Bind `delete' to backward-delete-char.
7712
7713 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7714 Test if symbol is bound before getting its value.
7715
7716 * tooltip.el (tooltip-show): If an error is signaled in
7717 x-show-tip, display that error, and display the help in the
7718 echo area.
7719
7720 2000-12-14 Kenichi Handa <handa@etl.go.jp>
7721
7722 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7723 Show "... entries" messages for every 10000 entries, not 10.
7724
7725 2000-12-13 Karl Fogel <kfogel@red-bean.com>
7726
7727 * bookmark.el: Provide a generic exit hook, as suggested by
7728 Ovidiu Predescu <ovidiu@cup.hp.com>:
7729 (bookmark-exit-hook): New var.
7730 (bookmark-exit-hook-internal): New func, replaces
7731 old raw lambda form in `kill-emacs-hook', and runs new
7732 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7733 as logically that feature must have been provided if this function
7734 is running.
7735 Removed ;;;###autoload before the `add-hook' call.
7736
7737 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7738
7739 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7740 (easy-menu-current-active-maps): New function.
7741 (easy-menu-get-map): Use it.
7742 Make a proper menu entry when creating a new keymap.
7743
7744 2000-12-13 Kenichi Handa <handa@etl.go.jp>
7745
7746 * international/characters.el: Fix cases and syntaxes for
7747 mule-unicode-0100-24ff.
7748
7749 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7750 that a Japanese character is not appended after day and year.
7751
7752 * info.el (Info-suffix-list): Change format for a command that
7753 requires arguments.
7754 (info-insert-file-contents): Adjusted for the above change.
7755
7756 2000-12-12 Andreas Schwab <schwab@suse.de>
7757
7758 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7759 on the name of the tar buffer. Verify that the existing buffer is
7760 visiting the same subfile.
7761
7762 2000-12-12 Dave Love <fx@gnu.org>
7763
7764 * subdirs.el: Add obsolete.
7765
7766 2000-12-12 Gerd Moellmann <gerd@gnu.org>
7767
7768 * mail/rmailsum.el (rmail-summary-expunge)
7769 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7770 instead of rmail-confirm-expunge.
7771
7772 * replace.el (perform-replace): Don't use an empty match adjacent
7773 to a non-empty match when computing the next match before the
7774 replacement is performed.
7775
7776 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
7777
7778 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7779 definition (patch by Stefan Monnier).
7780 (glasses-mode): Use jit-lock instead of `after-change-functions'
7781 (patch by Stefan Monnier).
7782
7783 2000-12-12 Miles Bader <miles@gnu.org>
7784
7785 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7786 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7787
7788 2000-12-12 Andrew Choi <akochoi@i-cable.com>
7789
7790 * term/mac-win.el: Remove load for ls-lisp.
7791
7792 * loadup.el: Load ls-lisp for system-type `macos'.
7793
7794 2000-12-12 Miles Bader <miles@gnu.org>
7795
7796 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7797 Respect field end too.
7798 (just-one-space): Respect fields as `delete-horizontal-space'.
7799 (newline-and-indent, reindent-then-newline-and-indent):
7800 Use `delete-horizontal-space'.
7801
7802 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7803
7804 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7805 (so as to obey the field property in the minibuffer).
7806
7807 * obsolete/c-mode.el: Moved from lisp/progmodes.
7808 * obsolete/auto-show.el: Moved from lisp.
7809 * obsolete/ooutline.el: Moved from lisp/textmodes.
7810
7811 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7812
7813 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
7814 changes to list them here.
7815
7816 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7817 Too many changes to list them here.
7818
7819 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7820 Too many changes to list them here.
7821
7822 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7823
7824 2000-12-11 Gerd Moellmann <gerd@gnu.org>
7825
7826 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
7827
7828 * cus-edit.el (custom-save-variables, custom-save-faces):
7829 Comment fix.
7830
7831 * hscroll.el: Moved to `obsolete' subdir.
7832
7833 2000-12-11 Miles Bader <miles@gnu.org>
7834
7835 * window.el (window-text-height): Function removed (now in C).
7836
7837 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7838
7839 * log-edit.el (log-edit-parent-buffer): New var.
7840 (log-edit): Set it. Add BUFFER argument.
7841 (log-edit-done): Use char-before.
7842 Don't bother checking validity of vc-comment-ring.
7843 Only bury the buffer if log-edit popped it up.
7844
7845 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7846 (cvs-mode-diff-help): Remove.
7847 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
7848 (cvs-mode-marked): Set up the default for CMD manually.
7849
7850 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7851 Remove binding for ? now made unnecessary.
7852
7853 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7854
7855 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7856 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7857
7858 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7859 when master file is not open.
7860
7861 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7862
7863 * progmodes/ada-stmt.el: Update `maintainer'.
7864
7865 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
7866
7867 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7868 choices to match documentation string.
7869
7870 2000-12-09 Miles Bader <miles@gnu.org>
7871
7872 * minibuf-eldef.el: New file.
7873
7874 * window.el (fit-window-to-buffer): Don't pass last argument to
7875 pos-visible-in-window-p, now that its meaning is inverted.
7876
7877 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7878
7879 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7880 <ceder@lysator.liu.se>.
7881
7882 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7883
7884 * autoinsert.el (auto-insert-alist): Add missing final \n.
7885
7886 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7887 (cvs-menu-map): Remove.
7888 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7889 (cvs-mode-quit): Turn it back into a plain function.
7890
7891 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
7892 (texinfo-filter): Remove (move to texinfo.el).
7893
7894 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7895 file where it's more visible.
7896 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7897 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7898 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7899 (texinfo-inside-macro-p): Only catch `scan-error's.
7900 (texinfo-inside-env-p): Make better use of the match info.
7901 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7902 (texinfo-insert-@end): Slight re-organization.
7903 Also remove useless `looking-at' call.
7904
7905 2000-12-08 Andrew Innes <andrewi@gnu.org>
7906
7907 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7908 accessible in -nw mode.
7909
7910 * term/w32-win.el: Remove stuff about selection timeout, which is
7911 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7912 it is accessible in -nw mode.
7913
7914 2000-12-08 Dave Love <fx@gnu.org>
7915
7916 * emacs-lisp/lisp-mode.el (lisp-mode):
7917 Set font-lock-keywords-case-fold-search.
7918
7919 2000-12-08 Gerd Moellmann <gerd@gnu.org>
7920
7921 * textmodes/ispell.el (ispell): Doc fix.
7922
7923 2000-12-08 Kenichi Handa <handa@etl.go.jp>
7924
7925 * international/quail.el (quail-insert-decode-map): Check the
7926 frame width of a window displaying the current buffer, not that of
7927 the selected frame.
7928 (quail-help): Make sure that the help buffer has window before
7929 inserting text in it.
7930
7931 2000-12-07 Sam Steingold <sds@gnu.org>
7932
7933 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7934 Backquote is used in isearch.el, so autoloading saves nothing.
7935
7936 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7937
7938 * startup.el (normal-top-level-add-subdirs-to-load-path):
7939 Ignore the CVS and RCS subdirectories case-insensitively.
7940
7941 * dired.el (dired-insert-directory): If file-system-info is
7942 fboundp, call it instead of invoking dired-free-space-program.
7943
7944 2000-12-07 Gerd Moellmann <gerd@gnu.org>
7945
7946 * server.el (server-visit-files): Push files on file-name-history.
7947
7948 * progmodes/cc-langs.el: Update copyright.
7949
7950 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7951
7952 * bindings.el (mode-line-mode-menu): Add glasses-mode.
7953
7954 * bindings.el (mode-line-mode-menu): Reverse the order
7955 of define-keys so that the menu appears in alphabetical order.
7956
7957 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
7958
7959 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7960 of the function.
7961
7962 2000-12-07 Dave Love <fx@gnu.org>
7963
7964 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7965
7966 * facemenu.el (facemenu-unlisted-faces): Fix value.
7967
7968 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7969
7970 * font-lock.el (font-lock-default-fontify-region):
7971 Include the terminating \n (off-by-one error).
7972 (font-lock-set-defaults): Use dolist.
7973
7974 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7975
7976 2000-12-07 Kenichi Handa <handa@etl.go.jp>
7977
7978 * international/mule-cmds.el (describe-language-environment):
7979 Fix for the case that an input method title is not string but a list.
7980
7981 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7982 of wrong SIZE record.
7983
7984 2000-12-06 Dave Love <fx@gnu.org>
7985
7986 * newcomment.el (comment-region, comment-dwim): Doc fix.
7987
7988 * textmodes/texinfo.el: Require tex-mode when compiling.
7989 (texinfo-update-node): Doc fix.
7990 (texinfo-imenu-generic-expression): Add @anchor.
7991 (texinfo-font-lock-keywords): Add @uref.
7992 (texinfo-inside-macro-p): Don't use ignore-errors.
7993 (texinfo-insert-quote): Match more contexts.
7994
7995 * international/mule.el (decode-char, encode-char): Doc fix.
7996 (auto-coding-alist): Customize.
7997
7998 * files.el (load-file): Fix change of 2000-03-12.
7999
8000 * wid-edit.el (widget-text-keymap): Doc fix.
8001
8002 2000-12-06 Andrew Innes <andrewi@gnu.org>
8003
8004 * makefile.w32-in (lisp): Set to an absolute directory, namely
8005 $(CURDIR).
8006
8007 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
8008
8009 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
8010 read generated-autoload-file, and set buffer-file-coding-system to
8011 raw-text-unix after reading the file.
8012
8013 * international/mule-conf.el (file-coding-system-alist):
8014 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
8015
8016 2000-12-06 Gerd Moellmann <gerd@gnu.org>
8017
8018 * replace.el (occur): Make line-number-width 1 smaller for the
8019 colon following the line number.
8020
8021 * startup.el (fancy-splash-text, command-line-1):
8022 Use `File' for the menu name instead of `Files'.
8023
8024 * tmm.el: Update copyright.
8025
8026 * cus-start.el: Add entry for even-window-heights.
8027
8028 2000-12-06 Miles Bader <miles@gnu.org>
8029
8030 * faces.el (frame-set-background-mode): Avoid stomping on
8031 locally modified faces.
8032
8033 2000-12-06 Kenichi Handa <handa@etl.go.jp>
8034
8035 * international/fontset.el: Correct the font registries for
8036 japanese-jisx0213-1 and japanese-jisx0213-2.
8037
8038 2000-12-05 Gerd Moellmann <gerd@gnu.org>
8039
8040 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
8041
8042 * iswitchb.el: Update customization commentary.
8043
8044 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
8045
8046 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
8047 (tpu-search-highlight): Fixed comparison of overlay end positions.
8048 (tpu-trim-line-ends): Implemented trimming logic locally.
8049
8050 * emulation/tpu-extras.el (tpu-write-file-hook)
8051 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
8052
8053 2000-12-05 Kenichi Handa <handa@etl.go.jp>
8054
8055 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
8056 to cn-gb.
8057 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
8058
8059 2000-12-04 Dave Love <fx@gnu.org>
8060
8061 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
8062
8063 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8064
8065 * mail/rmailsum.el (rmail-summary-expunge)
8066 (rmail-summary-expunge-and-save): Ask for confirmation with
8067 rmail-expunge-confirmed.
8068
8069 * mail/rmail.el (rmail-expunge-confirmed): New function.
8070 (rmail-expunge): Use it.
8071
8072 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8073
8074 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
8075 (etags-recognize-tags-table, find-tag-in-order):
8076 New functionality: interpret file names as tags.
8077
8078 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
8079
8080 * info.el (Info-scroll-prefer-subnodes): New defcustom.
8081 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
8082 the first subnode until the bottom of the current node is visible.
8083
8084 2000-12-04 Gerd Moellmann <gerd@gnu.org>
8085
8086 * format.el (format-decode): Don't change buffer's undo list.
8087
8088 2000-12-04 Kenichi Handa <handa@etl.go.jp>
8089
8090 * faces.el (face-font-registry-alternatives): Add entries for CJK
8091 fonts. Doc-string adjusted for the actual usage of this data.
8092
8093 * international/fontset.el: Change the font registries for CJK
8094 fonts in the default fontset. Don't append '*' to registries.
8095
8096 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
8097
8098 * emacs-lisp/easy-mmode.el (define-derived-mode)
8099 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
8100
8101 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
8102 (derived-mode-p): New function.
8103 (derived-mode-make-docstring): Add `docstring' argument.
8104 Use it if available and complete it if necessary.
8105
8106 2000-12-03 Andreas Schwab <schwab@suse.de>
8107
8108 * type-break.el (type-break): Don't make parent of itself.
8109
8110 2000-12-03 Miles Bader <miles@gnu.org>
8111
8112 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
8113
8114 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
8115
8116 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
8117 (tex-main-file, tex-file): Simplify.
8118 (tex-generate-zap-file-name): Use subst-char-in-string.
8119 (tex-strip-dots): Remove.
8120
8121 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
8122
8123 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
8124 to check if the match succeeded.
8125
8126 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8127
8128 * startup.el (use-fancy-splash-screens-p): New function.
8129 (command-line-1): Use it to determine whether or not to use
8130 a fancy splash screen.
8131
8132 2000-12-02 Andreas Schwab <schwab@suse.de>
8133
8134 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
8135
8136 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8137
8138 * international/mule.el (make-char): Fix last change.
8139
8140 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8141 New defcustoms.
8142 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
8143 autoloading tex-mode; instead, do the same manually.
8144 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
8145 with numeric argument. Docstring fix.
8146 (toplevel): Require cl when compiling.
8147
8148 * international/mule.el (make-char): Doc fix.
8149
8150 2000-12-02 Jason Rumney <jasonr@gnu.org>
8151
8152 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
8153 the Emacs Lisp manual)
8154
8155 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8156
8157 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8158
8159 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
8160 the Emacs Lisp manual).
8161
8162 2000-12-02 Gerd Moellmann <gerd@gnu.org>
8163
8164 * simple.el (next-line-add-newlines): Change default to nil.
8165
8166 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
8167
8168 * files.el (revert-buffer, recover-file):
8169 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
8170
8171 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8172
8173 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8174
8175 2000-12-01 Miles Bader <miles@gnu.org>
8176
8177 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
8178
8179 2000-12-01 Kenichi Handa <handa@etl.go.jp>
8180
8181 * international/mule-diag.el (describe-char-after): Fix typo.
8182 (describe-character-set, non-iso-charset-alist): Fix typo.
8183
8184 2000-12-01 Miles Bader <miles@gnu.org>
8185
8186 * image-file.el (image-file-name-regexp): Automatically add
8187 upper-case variants of each filename extension in
8188 `image-file-name-extensions', since they seem to be common.
8189
8190 * simple.el (minibuffer-contents)
8191 (minibuffer-contents-no-properties, delete-minibuffer-contents):
8192 New functions.
8193 * filecache.el (file-cache-directory-name)
8194 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
8195
8196 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
8197
8198 * filecache.el (file-cache-minibuffer-complete): Don't try to
8199 delete the minibuffer prompt.
8200
8201 2000-11-30 Dave Love <fx@gnu.org>
8202
8203 * cus-start.el: Fix read-buffer-function type.
8204
8205 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8206
8207 * md5.el: Removed. There's a built-in function, now.
8208
8209 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
8210
8211 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
8212 as dummy 0-th char of rmail-deleted-vector.
8213
8214 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
8215
8216 * ps-print.el (ps-end-job): Bind case-fold-search only after
8217 switching to ps-spool-buffer.
8218
8219 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8220
8221 * ps-print.el: Line number font customization. PostScript: Lines and
8222 PageCount are initialized on each page. Doc Fix.
8223 (ps-print-version): New version number (6.3.2).
8224 (ps-lpr-switches, ps-font-info-database, ps-font-size)
8225 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
8226 (ps-right-header): Customization fix.
8227 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
8228 Fix code.
8229 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
8230 New vars.
8231
8232 2000-11-30 Gerd Moellmann <gerd@gnu.org>
8233
8234 * bs.el: Fix typos and spelling errors.
8235 (bs-appearance) <defgroup>: Renamed from bs-appearence.
8236 (bs-configuration): Doc fix.
8237
8238 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
8239
8240 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
8241
8242 * emulation/tpu-edt.el (tpu-version): New version.
8243 (tpu-search-overlay, tpu-replace-overlay): New initial range.
8244 (tpu-original-mode-line): Variable deleted.
8245 (tpu-mark-flag): New initial value.
8246 (tpu-set-mode-line): Don't redefine mode-line-format.
8247 Add tpu-mark-flag to minor-mode-alist.
8248 (tpu-update-mode-line): New mark flag logic.
8249 (tpu-get): Use find-file-wildcards.
8250 (tpu-search-highlight): Move overlay less, reset overlay properly.
8251 (tpu-unselect): Deactivate mark.
8252 (tpu-lm-replace): Reset overlay properly.
8253 (tpu-forward-line): Use forward-visible-line.
8254 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
8255
8256 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
8257
8258 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8259
8260 * cus-edit.el (custom-face-value-create): Always emphasize tag.
8261
8262 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8263
8264 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
8265 and skip whitespace and newlines.
8266
8267 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
8268
8269 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
8270
8271 2000-11-29 Gerd Moellmann <gerd@gnu.org>
8272
8273 * help.el (describe-function-1): Regexp-quote function name
8274 when used as part of a regexp.
8275
8276 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8277 Use face-attribute instead of face-foreground and face-background.
8278 (tool-bar-add-item): Likewise, and handle unspecified colors.
8279
8280 * enriched.el (enriched-face-ans): Use face-attribute instead
8281 of face-foreground and face-background.
8282
8283 * faces.el (face-foreground, face-background, face-stipple):
8284 Return nil if attribute is unspecified, for backward compatibility.
8285
8286 * files.el (auto-mode-alist): Add an entry for antlr-mode.
8287
8288 * play/5x5.el: Remove version info.
8289
8290 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
8291
8292 * frame.el (blink-cursor-mode): Doc fix.
8293
8294 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8295
8296 * antlr-mode.el: New commands to run ANTLR from within Emacs and
8297 to create Makefile rules.
8298 (antlr-tool-command): New user option.
8299 (antlr-ask-about-save): New user option.
8300 (antlr-makefile-specification): New user option.
8301 (antlr-file-formats-alist): New variable.
8302 (antlr-special-file-formats): New variable.
8303 (antlr-unknown-file-formats): New user option.
8304 (antlr-help-unknown-file-text): New variable.
8305 (antlr-help-rules-intro): New variable.
8306 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
8307 (antlr-mode-menu): Add entries.
8308 (antlr-file-dependencies): New function.
8309 (antlr-directory-dependencies): New function.
8310 (antlr-superclasses-glibs): New function.
8311 (antlr-run-tool): New command.
8312 (antlr-makefile-insert-variable): New function.
8313 (antlr-insert-makefile-rules): New function.
8314 (antlr-show-makefile-rules): New command.
8315
8316 * antlr-mode.el: More Emacs/XEmacs stuff.
8317 (antlr-no-action-keywords): New constant with value nil.
8318 (antlr-font-lock-keywords-alist): Use it. Old value would break
8319 syntax highlighting in Emacs-21.0.
8320 (antlr-default-directory): Emacs/XEmacs dependend function.
8321 (antlr-read-shell-command): Ditto.
8322 (antlr-with-displaying-help-buffer): Ditto.
8323
8324 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8325
8326 * antlr-mode.el: imenu, parsing and highlighting changes.
8327 (antlr-imenu-create-index-function): Don't create extra submenus
8328 for definitions in different grammar classes. It is not necessary
8329 for the menu and would make command `imenu' awkward to use.
8330 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
8331 header actions and more than one.
8332 (antlr-font-lock-tokendef-face): Changed color.
8333 (antlr-font-lock-tokenref-face): Changed color.
8334 (antlr-font-lock-additional-keywords): Also highlight lowercase.
8335 (antlr-mode-syntax-table): New variable.
8336 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
8337 (antlr-with-syntax-table): Don't copy syntax table.
8338
8339 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8340
8341 * antlr-mode.el: Minor changes: language setting.
8342 (antlr-language-alist): The value for file option "language" can
8343 be both an identifier and a string.
8344 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
8345 (antlr-language-limit-n-regexp): Change accordingly.
8346
8347 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
8348
8349 * antlr-mode.el: Minor changes: tabs, hiding.
8350 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
8351 (antlr-action-visibility): Also allow value nil to also hide the
8352 braces. Renamed from `antlr-tiny-action-length'.
8353 Suggested by Jay@aol.com.
8354 (antlr-hide-actions): Change accordingly. Hide line if completely
8355 hidden action is on a line of its own.
8356
8357 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8358
8359 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
8360
8361 * sort.el (sort-columns): Don't concat strings with numbers.
8362
8363 2000-11-29 Dave Love <fx@gnu.org>
8364
8365 * cus-edit.el (face): Fix :format.
8366
8367 * mail/feedmail.el: Require smtpmail when compiling.
8368 (mail-do-fcc): Autoload.
8369 (feedmail) <defgroup>: Fix :link.
8370 (feedmail-nuke-body-in-fcc): Fix :type.
8371 (feedmail-send-it): Add autoload cookie.
8372
8373 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
8374
8375 * newcomment.el (comment-indent): Save excursion around call to
8376 comment-indent-function.
8377
8378 2000-11-29 Miles Bader <miles@gnu.org>
8379
8380 * subr.el (member-ignore-case): Return the tail of the list who's
8381 car matches, like `member', not the matching element itself.
8382
8383 2000-11-29 Kenichi Handa <handa@etl.go.jp>
8384
8385 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
8386 should not contain `\n'.
8387
8388 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8389
8390 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
8391
8392 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
8393
8394 * dired-aux.el (dired-do-create-files): Construct default file
8395 name for dired-mark-read-file-name so that when the user enters
8396 just RET, the target file will end up in the target directory.
8397
8398 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
8399 local-abbrev-table before changing buffers because it might
8400 have a buffer-local binding.
8401
8402 2000-11-28 Miles Bader <miles@gnu.org>
8403
8404 * simple.el (delete-horizontal-space): Handle fields more generally.
8405
8406 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8407
8408 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
8409
8410 2000-11-28 Dave Love <fx@gnu.org>
8411
8412 * progmodes/ps-mode.el (ps-mode): Set comment-start and
8413 comment-start-skip locally.
8414
8415 * progmodes/fortran.el (fortran-mode): Don't set
8416 fortran-comment-line-start-skip. Set comment-start to
8417 fortran-comment-line-start.
8418 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
8419 (fortran-comment-line-start-skip): Simplify slightly.
8420
8421 2000-11-28 Gerd Moellmann <gerd@gnu.org>
8422
8423 * play/5x5.el: Remove RCS keyword.
8424
8425 * bs.el: Mistaken commit, undone 2000-11-30.
8426
8427 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
8428
8429 * textmodes/tildify.el (tildify-string-alist):
8430 Add `plain-tex-mode' here.
8431
8432 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
8433
8434 * chistory.el (Command-history-setup): Remove extraneous `keymap'
8435 reference.
8436
8437 2000-11-28 Miles Bader <miles@gnu.org>
8438
8439 * cus-face.el (custom-face-attributes): Add post-filter function
8440 for :box. Make pre-filter function for :box handle all cases.
8441
8442 * wid-edit.el (widget-choose): Make sure pop-up window is large
8443 enough to display all the choices, as there's no way to scroll it.
8444
8445 2000-11-28 Kenichi Handa <handa@etl.go.jp>
8446
8447 * international/mule-conf.el: Make the coding system no-conversion
8448 safe for all characters.
8449
8450 2000-11-27 Dave Love <fx@gnu.org>
8451
8452 * net/ldap.el (ldap) <defgroup>: Add :version.
8453
8454 * tooltip.el (tooltip-use-echo-area): Doc fix.
8455
8456 * cus-start.el <minibuffer-prompt-properties>: Add version.
8457 <read-buffer-function>: Add.
8458
8459 * apropos.el (apropos-print): Add help-echo to active text.
8460
8461 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
8462
8463 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8464
8465 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
8466 type, group and version.
8467
8468 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
8469
8470 * select.el (x-get-selection): Docstring fix.
8471
8472 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
8473
8474 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8475
8476 2000-11-27 Andrew Innes <andrewi@gnu.org>
8477
8478 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
8479
8480 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
8481
8482 2000-11-27 Miles Bader <miles@gnu.org>
8483
8484 * dired.el (dired-get-filename): Return filename verbatim if
8485 LOCALP is `verbatim'.
8486 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8487 `verbatim' so that we don't inadvertently delete a non-existant
8488 directory name.
8489
8490 2000-11-27 Kenichi Handa <handa@etl.go.jp>
8491
8492 * international/characters.el: Specify cases and syntaxes for
8493 mule-unicode-0100-24ff.
8494
8495 2000-11-27 Gerd Moellmann <gerd@gnu.org>
8496
8497 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
8498 that foreground and/or background colors of the face `tool-bar'
8499 are unspecified.
8500
8501 2000-11-27 Miles Bader <miles@gnu.org>
8502
8503 * wid-edit.el (widget-field-buffer, widget-field-start)
8504 (widget-field-end): Handle widget field `pseudo-overlays'.
8505 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
8506 if it's there instead of in `widget-field-list'.
8507
8508 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
8509 (help-make-xrefs): Delete extraneous newlines at the end of the
8510 docstring.
8511
8512 2000-11-25 Jason Rumney <jasonr@gnu.org>
8513
8514 * startup.el (command-line): Call set-locale-environment after
8515 Window System init file is read, as it can result in a call to
8516 redraw-frame.
8517
8518 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
8519
8520 * simple.el (shell-command): Mention the effect of the prefix
8521 argument in the doc string.
8522
8523 2000-11-25 Miles Bader <miles@gnu.org>
8524
8525 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
8526
8527 * wid-edit.el (widget-field-value-delete): Don't try to delete
8528 overlay when it's the `pseudo-overlay' that exists at some points.
8529
8530 2000-11-24 Jason Rumney <jasonr@gnu.org>
8531
8532 * international/mule-cmds.el (locale-language-names): Add "jp" as
8533 a non-standard alternative for Japanese.
8534
8535 2000-11-24 Andre Spiegel <spiegel@gnu.org>
8536
8537 * vc-hooks.el: Require 'cl during compilation.
8538
8539 2000-11-24 Gerd Moellmann <gerd@gnu.org>
8540
8541 * faces.el (face-set-after-frame-default): Let face attributes
8542 specified for new frames override frame parameters.
8543
8544 * startup.el (command-line): Fix computation of the source file
8545 for user-init-file when user-init-file is a compiled file.
8546
8547 2000-11-24 Miles Bader <miles@gnu.org>
8548
8549 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
8550 (custom-post-filter-face-spec): New functions.
8551 (custom-face-set, custom-face-value-create): Filter the face spec
8552 before and after customization.
8553 (custom-face-set): If VALUE specifies a null face, pass a
8554 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8555 * cus-face.el (custom-face-attributes): Remove SET and GET
8556 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8557 cases they're needed.
8558
8559 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8560 that it's distinguishable from the :off-glyph on dark-background
8561 displays. Set its background color too.
8562
8563 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8564 so that people can easily turn it off.
8565
8566 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
8567
8568 * ediff-diff.el: Moved variables around to have it compile under NT.
8569
8570 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
8571
8572 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
8573
8574 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
8575 redundant skip-small-frames test.
8576
8577 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
8578 (viper-downgrade-to-insert): Protect against errors in hooks.
8579
8580 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8581 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
8582 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8583 New functions.
8584
8585 * viper-util.el (viper-memq-char): Bug fixes.
8586
8587 * viper.el (viper-mode): Fix cursor handling.
8588
8589 2000-11-24 Kenichi Handa <handa@etl.go.jp>
8590
8591 * international/mule-diag.el (list-iso-charset-chars):
8592 For two-byte charset, fix the `while' condition.
8593 (list-non-iso-charset-chars): Fix the `while' condition.
8594
8595 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8596
8597 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8598 if the variable is make-variable-buffer-local.
8599
8600 * progmodes/ada-stmt.el (ada-template-map):
8601 Initialize and bind it to C-c t in ada-mode-map.
8602 (ada-stmt-mode-hook): New function extracted from old code.
8603 Only change the buffer-local side of skeleton-*.
8604 (ada-mode-hook): Use it.
8605
8606 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8607
8608 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8609 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8610 we expect to be returned by minibuffer-depth once we prompt the
8611 user in the minibuffer.
8612 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8613 as recorded in iswitchb-minibuf-depth, return non-nil.
8614
8615 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8616
8617 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8618 (hscroll-window-maybe): Docstring fix.
8619
8620 2000-11-23 Dave Love <fx@gnu.org>
8621
8622 * rect.el (string-rectangle): Don't test delete-selection-mode.
8623
8624 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8625
8626 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8627 is in the tool bar.
8628
8629 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
8630 with `no-dir'; we want the directory part to be able to remove it.
8631
8632 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8633
8634 * textmodes/outline.el (outline-flag-region):
8635 Don't bind inhibit-read-only since we don't modify the buffer.
8636 (outline-isearch-open-invisible): Don't jump to overlay-start
8637 since we're trying to unhide text around point.
8638 (outline-discard-overlays): Use dolist.
8639
8640 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8641
8642 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8643
8644 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
8645
8646 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8647
8648 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8649 Fix ARG regexp to skip quoted braces.
8650 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8651 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8652 are (correctly) handled separately).
8653 Remove `caption' and `footnote' from `citations': they contain text.
8654 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8655 (latex-skeleton-end-hook): New function.
8656 (latex-mode): Use it.
8657 (tex-start-tex-marker): Remove.
8658 (tex-send-tex-command): Don't set tex-start-tex-marker.
8659 (tex-error-parse-syntax-table): New var.
8660 (tex-compilation-parse-errors): Use it.
8661 Ignore tex-start-tex-marker. Don't bother with marker-position.
8662 (tex-validate-buffer): Don't bother with marker-position.
8663
8664 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
8665 (flyspell-generic-progmode-verify): Use it.
8666
8667 2000-11-22 Sam Steingold <sds@gnu.org>
8668
8669 * simple.el (delete-trailing-whitespace): New interactive function.
8670
8671 * progmodes/ada-mode.el (ada-mode): Use it instead of
8672 `ada-remove-trailing-spaces'.
8673 (ada-remove-trailing-spaces): Removed.
8674
8675 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
8676
8677 * textmodes/picture.el (picture-clean): Removed.
8678 (picture-mode-exit): Call it instead of `picture-clean'.
8679
8680 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8681
8682 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8683
8684 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8685 jit-lock-fontify-buffer; it should anyway be unneccessary to
8686 do anything special when jit-lock is active.
8687 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8688
8689 2000-11-22 Dave Love <fx@gnu.org>
8690
8691 * calendar/todo-mode.el (todo-top-priorities): Use
8692 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8693
8694 * language/chinese.el, language/cyrillic.el:
8695 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8696 * language/hebrew.el, language/indian.el, language/japanese.el:
8697 * language/korean.el, language/lao.el, language/misc-lang.el:
8698 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8699 Use provide.
8700
8701 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8702 (custom-variable-set): Improve validation error mesage.
8703
8704 * rect.el (string-rectangle): Revert last change.
8705 (string-rectangle-line): New arg DELETE.
8706 (string-rectangle): Check delete-selection-mode.
8707
8708 * emacs-lisp/edebug.el (edebug-version)
8709 (edebug-maintainer-address): Deleted.
8710 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8711 (edebug-read-function): Account for other `'#' read forms.
8712 (edebug-mode-menus): Make some items toggles.
8713 (edebug-outside-unread-command-event, unread-command-event):
8714 Remove these to avoid warnings.
8715
8716 2000-11-22 David Ponce <david@dponce.com>
8717
8718 * recentf.el (recentf-menu-items-for-commands)
8719 (recentf-make-menu-items, recentf-make-menu-item)
8720 (recentf-filter-changer): Added :help and :active menu-item properties.
8721
8722 (recentf-build-dir-rules, recentf-dump-variable)
8723 (recentf-edit-list, recentf-open-files-item)
8724 (recentf-open-files): Replaced unnecessary `mapcar' with new
8725 built-in `mapc'.
8726
8727 2000-11-23 Miles Bader <miles@gnu.org>
8728
8729 * faces.el (menu): Make inverse-video on ttys too.
8730
8731 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8732
8733 * simple.el (comment-line-break-function): Use the new name
8734 indent-new-comment-line -> comment-indent-new-line.
8735 (clone-indirect-buffer): Don't ignore NORECORD.
8736 (next-completion): Properly handle the case where items are adjacent.
8737
8738 * mouse.el (popup-menu): Stupid typo.
8739
8740 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8741
8742 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8743 maintainer, keywords tags.
8744
8745 * rect.el (replace-rectangle): Don't call string-rectangle-line
8746 with too many arguments.
8747
8748 2000-11-22 Andre Spiegel <spiegel@gnu.org>
8749
8750 * ediff-util.el (ediff-file-checked-out-p)
8751 (ediff-file-checked-in-p): Call vc-state instead of
8752 vc-locking-user, which no longer exists.
8753
8754 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8755
8756 2000-11-22 Dave Love <fx@gnu.org>
8757
8758 * md5.el (md5): Provide.
8759 (md5): Fix error call.
8760
8761 2000-11-22 Miles Bader <miles@gnu.org>
8762
8763 * textmodes/refill.el (refill-adjust-ignorable-overlay)
8764 (refill-fill-paragraph-at): Remove debugging code.
8765
8766 * calendar/calendar.el (generate-calendar-window): When we don't
8767 call `fit-window-to-buffer', make sure the top line is fully visible.
8768
8769 * image-file.el (insert-image-file): Don't make `read-only'
8770 property rear-nonsticky.
8771
8772 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8773 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8774 stashing away its original value.
8775 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8776 in the recursive edit.
8777 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8778 (isearch-done): Restore `minibuffer-message-timeout'.
8779
8780 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8781
8782 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8783
8784 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8785
8786 * find-lisp.el (find-lisp-find-files-internal):
8787 Use dolist, when and file-name-as-directory.
8788
8789 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
8790 (define-derived-mode, define-minor-mode): Add specs.
8791
8792 * window.el: General comment and spacing fixes.
8793 (save-selected-window): Use backquotes.
8794 (window-safely-shrinkable-p): New function.
8795 (shrink-window-if-larger-than-buffer): Use it.
8796
8797 * subr.el (make-local-hook): Docstring fix.
8798
8799 * shell.el (shell-mode): Use define-derived-mode.
8800
8801 * newcomment.el (comment-indent): Insert comment before calling
8802 comment-indent-function. Don't insert in column 0.
8803 (comment-dwim): Indent before inserting comment.
8804
8805 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8806 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8807 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8808 Use mapc rather than map.
8809
8810 * files.el (find-buffer-visiting): Compare all attributes before
8811 declaring two files identical (rather than just their inode-no).
8812 (auto-mode-alist): Use \' rather than $.
8813
8814 * which-func.el: Update maintainer line.
8815
8816 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8817 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8818 (uniquify-buffer-file-name): Use it.
8819
8820 2000-11-22 Miles Bader <miles@gnu.org>
8821
8822 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8823 * simple.el (minibuffer-avoid-prompt): New function.
8824
8825 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8826
8827 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8828
8829 2000-11-21 Miles Bader <miles@gnu.org>
8830
8831 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8832 inclusion of `track-mouse'.
8833
8834 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8835 (refill-adjust-ignorable-overlay): New function.
8836 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8837 only the paragraph's tail if possible.
8838 Update `refill-ignorable-overlay'.
8839 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8840
8841 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8842 point inside the fill-prefix.
8843
8844 * textmodes/refill.el (refill-post-command-function): Don't reset
8845 refill-doit in the case where a self-insertion command doesn't
8846 case a refill. Use `refill-fill-paragraph-at', getting position
8847 from `refill-doit'.
8848 (refill-after-change-function): Set `refill-doit' to END.
8849 (refill-fill-paragraph-at): New function, mostly from old
8850 refill-fill-paragraph.
8851 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8852 (refill-pre-command-function): New function.
8853 (refill-mode): Add it to `pre-command-hook'.
8854
8855 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8856
8857 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8858
8859 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8860 javadoc tags.
8861
8862 2000-11-20 Andre Spiegel <spiegel@gnu.org>
8863
8864 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8865 vc.el).
8866
8867 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
8868 require vc.
8869
8870 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
8871 checkouts.
8872
8873 2000-11-20 Dave Love <fx@gnu.org>
8874
8875 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8876
8877 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
8878
8879 * calculator.el (calculator-paste): Use `if' instead of `and'
8880 and `or'.
8881 (calculator-help): Don't use electric-describe-mode for XEmacs.
8882
8883 2000-11-19 Gerd Moellmann <gerd@gnu.org>
8884
8885 * info.el (info-menu-5): Doc fix.
8886
8887 * textmodes/artist.el: New file.
8888
8889 2000-11-19 Andre Spiegel <spiegel@gnu.org>
8890
8891 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
8892 and differentiate according to checkout model.
8893 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8894 since this function is only concerned with master state.
8895
8896 * vc-hooks.el (vc-workfile-unchanged-p)
8897 (vc-default-workfile-unchanged-p): Moved here from vc.el.
8898
8899 * vc.el (vc-workfile-unchanged-p)
8900 (vc-default-workfile-unchanged-p): See above.
8901
8902 2000-11-19 Miles Bader <miles@gnu.org>
8903
8904 * image-file.el (insert-image-file): Make `intangible' and
8905 `read-only' properties rear-nonsticky too.
8906
8907 2000-11-18 Gerd Moellmann <gerd@gnu.org>
8908
8909 * ps-print.el: Update copyright notice.
8910
8911 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8912 (tooltip-show): Use the offsets.
8913
8914 * bindings.el (mode-line-modified): Fix a typo.
8915 (mode-line-toggle-modified, mode-line-widen)
8916 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8917
8918 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8919
8920 * ps-print.el (toplevel): Test for find-coding-system being
8921 fboundp before calling ps-x-find-coding-system.
8922
8923 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8924
8925 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8926 (vc-version-backup-file): Docstring fix.
8927
8928 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8929
8930 * files.el (basic-save-buffer): Don't add a newline if
8931 find-file-literally is non-nil.
8932 (find-file-literally): Extend doc string.
8933
8934 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8935 sort(1) with the `-f' argument.
8936
8937 2000-11-16 Andre Spiegel <spiegel@gnu.org>
8938
8939 * vc.el: Updated backend documentation.
8940 (vc-default-check-headers): New function.
8941
8942 * vc-{cvs,rcs,sccs}.el: Functions reordered.
8943
8944 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8945 up-to-date.
8946 (vc-do-command): In the asynchronous case, output messages only if
8947 the minibuffer is not active.
8948
8949 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8950 `vc-cvs-use-edit' is on.
8951 (vc-cvs-checkout): When this is used for reverting the workfile,
8952 make a backup of the original contents and revert to that in case
8953 of error.
8954 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
8955 remote repositories.
8956
8957 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8958 for both version and ratio in the minibuffer.
8959
8960 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8961 Use vc-do-command to perform the annotation, not call-process.
8962
8963 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8964
8965 * international/quail.el (quail-start-translation): Don't call
8966 `message' before reading key sequence.
8967
8968 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8969
8970 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8971
8972 2000-11-16 Kenichi Handa <handa@etl.go.jp>
8973
8974 * window.el (fit-window-to-buffer): Be sure to acquire at least
8975 one text line even if the buffer is empty.
8976
8977 2000-11-16 Gerd Moellmann <gerd@gnu.org>
8978
8979 * net/ange-ftp.el (ange-ftp-file-writable-p)
8980 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8981 Bind ange-ftp-process-verbose to nil.
8982
8983 2000-11-15 Dave Love <fx@gnu.org>
8984
8985 * wid-edit.el (widget-specify-field, widget-specify-button):
8986 If :help-echo is a function, set help-echo of overlay to
8987 widget-mouse-help.
8988 (widget-mouse-help): New function.
8989 (widget-echo-help): Rewritten for :help-echo functions only taking
8990 a widget arg.
8991
8992 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8993 Use display-graphic-p.
8994 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8995 and that JPEG is available.
8996 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8997
8998 * international/mule-cmds.el (locale-charset-language-names):
8999 Match @euro.
9000
9001 2000-11-15 Gerd Moellmann <gerd@gnu.org>
9002
9003 * faces.el (face-set-after-frame-default):
9004 If `inhibit-default-face-x-resources' is bound, don't intialize the
9005 default face from X resources.
9006
9007 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9008
9009 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9010 Don't set EMACSLOADPATH.
9011
9012 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
9015 texinfo-insert-@url.
9016 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
9017 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
9018
9019 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9020
9021 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
9022 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
9023 (checkdoc-minor-keymap): Backward compatibility.
9024 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
9025 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
9026 (checkdoc-this-string-valid-engine): Be a bit more strict
9027 to avoid matching substrings of `...' quoted vars/funs.
9028 (checkdoc-defun-info): Only look for `interactive' if alone.
9029 (debug-ignored-errors): Add "arg doesn't appear in docstring".
9030
9031 * progmodes/compile.el (grep): `tag-default' can be nil.
9032
9033 * newcomment.el (comment-indent): Paren typo.
9034
9035 2000-11-14 Dave Love <fx@gnu.org>
9036
9037 * calculator.el: New maintainer version.
9038
9039 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
9040
9041 * cmuscheme.el: Doc fixes.
9042 (cmuscheme) <defgroup>: Use `scheme' as parent.
9043 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
9044
9045 * xscheme.el (scheme-program-name): Don't define here.
9046
9047 * progmodes/scheme.el (scheme-program-name): New variable
9048 (originally in cmuscheme).
9049
9050 2000-11-14 Miles Bader <miles@gnu.org>
9051
9052 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
9053 Handle header-lines. Don't loop forever if we can't enlarge the
9054 window anymore. Simplify a bit.
9055
9056 2000-11-14 Kenichi Handa <handa@etl.go.jp>
9057
9058 * window.el (fit-window-to-buffer): Don't check
9059 window-text-height. Assure that the last line is fully visible.
9060
9061 * international/quail.el (quail-show-guidance-buf):
9062 Call fit-window-to-buffer to assure the enough height of the guidance
9063 buffer.
9064 (quail-update-guidance): Avoid making the guidance buffer shorter.
9065
9066 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
9067
9068 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
9069 rather than `prepend' and add an interesting comment.
9070 (tex-math-face, tex-font-lock-syntactic-face-function):
9071 New face and function to use it.
9072 (tex-define-common-keys, tex-mode-map): Use menu-item rather
9073 than `menu-enable' symbol property.
9074 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
9075 (tex-mode): Add some latex-mode commands for auto-selection.
9076 Use tex-font-lock-syntactic-face-function.
9077 (tex-insert-quote): Simplify.
9078 (tex-shell): New mode.
9079 (tex-start-shell): Use it.
9080 (tex-shell-proc, tex-shell-buf): New functions.
9081 (tex-send-command): Use it.
9082 (tex-main-file): Fix the meaning of the new arg REALFILE.
9083 (tex-send-tex-command): New function split from `tex-start-tex'.
9084 Set compilation-last-buffer and compilation-parsing-end.
9085
9086 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
9087 when it follows non-comment text on the line.
9088
9089 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9090 Set font-lock-defaults.
9091 (lisp-mode-shared-map): Init inside the defvar.
9092 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
9093 Use define-derived-mode.
9094
9095 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
9096
9097 * faces.el (header-line): Use `:box nil' for color/gs displays too.
9098
9099 2000-11-14 Gerd Moellmann <gerd@gnu.org>
9100
9101 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
9102 Don't recursively optimize body because that can lead to infinite
9103 recursion; see comment there.
9104
9105 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
9106
9107 * faces.el (face-spec-set-match-display): Revert the change from
9108 2000-10-24. Add a FIXME for after v21.1.
9109
9110 2000-11-13 Miles Bader <miles@gnu.org>
9111
9112 * textmodes/fill.el (skip-line-prefix): New function.
9113 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
9114 (fill-paragraph): Don't leave point inside the fill-prefix.
9115 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
9116 point inside the fill-prefix.
9117
9118 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
9119
9120 * calendar/calendar.el (generate-calendar-window):
9121 Use `fit-window-to-buffer'.
9122
9123 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * gud.el (gud-minor-mode): New var.
9126 (gud-symbol, gud-val): New functions.
9127 (gud-find-file): Copy gud-minor-mode to the new buffer.
9128 (gud-menu-map): Include entries for commands that are not always
9129 available, using :enable to (de)activate them.
9130 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
9131 (gud-mode-map): New map.
9132 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
9133 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
9134 Don't set up gud's menu (it's done by the minor-mode).
9135 (gud-minibuffer-local-map): New.
9136 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
9137 (gud-query-cmdline): New function.
9138 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
9139 (gud-mode): Use define-derived-mode.
9140 Don't set up gud's menu (it's done by the minor-mode).
9141 (gud-chop-words): Remove.
9142 (gud-common-init): Use split-string instead.
9143 (gud-new-keymap, gud-make-debug-menu): Eradicate.
9144
9145 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9146 Add keyword arg :name.
9147
9148 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
9149 (diff-count-matches, diff-split-hunk): New functions.
9150 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
9151
9152 * pcvs-info.el (cvs-fi-conflict-face): New var.
9153
9154 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
9155 Make it into a simple syntax-table, shared among all submodes.
9156 (sh-heredoc-face): Re-introduce.
9157 (sh-font-lock-syntactic-face-function): New function.
9158 (sh-mode): Use it. Also use define-derived-mode.
9159 Remove old bogus setting of indent-region-function.
9160 (sh-set-shell): Don't set the syntax-table any more.
9161 (sh-mode-syntax-table) <defun>: Remove.
9162
9163 2000-11-12 Miles Bader <miles@gnu.org>
9164
9165 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9166 message if interactive.
9167
9168 2000-11-12 Dave Love <fx@gnu.org>
9169
9170 * mail/feedmail.el: Fix header,
9171 (feedmail) <defgroup>: Add :link.
9172
9173 * view.el: Use local-map property, not keymap on mode-line string.
9174
9175 * scroll-all.el (scroll-all-mode): Customize variable.
9176 Add autoload cookie to function.
9177
9178 * lazy-lock.el: Remove compatibility code.
9179
9180 * finder.el (finder-known-keywords): Add `files', remove `vms'.
9181 (finder-help-echo): New variable.
9182 (finder-mouse-face-on-line): Add help-echo stuff.
9183 (finder-list-keywords, finder-list-matches): Use mapc.
9184
9185 * faces.el (face-font-registry-alternatives): Add :version.
9186
9187 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
9188 tags-table-list.
9189
9190 * net/browse-url.el (browse-url-browser-function): Update :version.
9191
9192 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
9193 (mail-mode): Use [:alnum:] in some regexps.
9194
9195 2000-11-10 Dave Love <fx@gnu.org>
9196
9197 * ediff.el (ediff-regions-internal, ediff-documentation):
9198 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
9199 fundamental mode.
9200
9201 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
9202 buffer into fundamental mode.
9203 (ediff-set-difference): Use copy-sequence if available.
9204
9205 * ediff-ptch.el (ediff-dispatch-file-patching-job):
9206 Check ediff-patch-map non-nil.
9207 (ediff-fixup-patch-map, ediff-fixup-patch-map)
9208 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
9209 buffer into fundamental mode.
9210
9211 * ediff-merg.el (state-or-merge): Defvar when compiling.
9212
9213 2000-11-10 Jason Rumney <jasonr@gnu.org>
9214
9215 * w32-fns.el (w32-add-charset-info): New function.
9216 (w32-charset-info-alist): Use it.
9217
9218 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9219
9220 * faces.el (face-font-registry-alternatives): New user-option.
9221
9222 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
9223
9224 * textmodes/texinfo.el (texinfo-block-default): New var.
9225 (texinfo-insert-block): Use it. Insert a newline if needed.
9226
9227 * textmodes/fill.el (fill-indent-according-to-mode): New var.
9228 (fill-region-as-paragraph): Use it.
9229
9230 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
9231 (latex-mode): Tweak tex-*-(head|trail)er regexps.
9232 Tweak paragraph regexps to allow a leading [ \t]*.
9233 (tex-latex-block): Insert a newline if necessary.
9234 (latex-insert-item): Only insert a newline if necessary.
9235 (tex-guess-main-file): New function.
9236 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
9237 Set tex-main-file if TeX-master is provided.
9238 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
9239
9240 2000-11-10 Gerd Moellmann <gerd@gnu.org>
9241
9242 * startup.el (command-line): Set the default tooltip-mode
9243 to t for graphical displays which implement x-show-tip.
9244
9245 * tooltip.el (tooltip-mode): Add a comment about startup.el
9246 setting the default value of this user-option.
9247
9248 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
9249
9250 * font-lock.el (font-lock-*-face) <defvar>: Move.
9251 (font-lock-defaults-alist): Mark obsolete.
9252 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
9253 (font-lock-mode): Use define-minor-mode.
9254 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
9255 (font-lock-turn-off-thing-lock): Be more explicit.
9256 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
9257 (font-lock-syntactic-face-function): New var.
9258 (font-lock-fontify-syntactically-region): Use it.
9259 (font-lock-doc-face): New.
9260
9261 * pcvs.el (cvs-enabledp): Ignore errors.
9262 (cvs-commit-filelist): Never query.
9263 (cvs-mode-insert): Always add a terminating / in the initial prompt.
9264 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
9265 (cvs-do-removal): Use cvs-partition rather than delete-if.
9266 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9267 cvs-bury-buffer.
9268
9269 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9270 Allow `next' to jump to after the end of the last match.
9271
9272 2000-11-09 Gerd Moellmann <gerd@gnu.org>
9273
9274 * simple.el (byte-compiling-files-p): New function.
9275
9276 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
9277 if it is there.
9278
9279 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9280 nil again.
9281
9282 * textmodes/ispell.el (ispell-library-path): Don't call
9283 check-ispell-version when byte-compiling because that starts
9284 an ispell process, and ispell might not be installed.
9285 (toplevel): Don't set up a menu when byte-compiling.
9286
9287 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9288 it, so that a boundp test can be used to determine if we're
9289 currently byte-compiling.
9290
9291 2000-11-09 Dave Love <fx@gnu.org>
9292
9293 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
9294
9295 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9296
9297 * ps-print.el: Patch for variable initialization when spooling.
9298 Doc fix.
9299 (ps-output-list): Fun eliminated.
9300 (ps-begin-file, ps-begin-job): Code fix.
9301
9302 2000-11-08 Dave Love <fx@gnu.org>
9303
9304 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9305
9306 2000-11-08 Gerd Moellmann <gerd@gnu.org>
9307
9308 * simple.el (shell-command, display-message-or-buffer)
9309 (shell-command-on-region): Mention resize-mini-windows in the doc
9310 string.
9311 (display-message-or-buffer): Take the value of resize-mini-windows
9312 into account.
9313
9314 2000-11-07 Gerd Moellmann <gerd@gnu.org>
9315
9316 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
9317
9318 * dired.el (dired-between-files): Add `^. find' as an alternative
9319 to the regular expression, for find-dired.
9320
9321 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9322
9323 * textmodes/texnfo-upd.el: Require texinfo.
9324 (defmacro, defgroup): Remove.
9325 (texinfo-section-to-generic-alist): Remove.
9326 Use texinfo-section-list instead (i.e. level is changed string->int).
9327 (texinfo-filter): New function.
9328 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
9329 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
9330 Use it. And use regexp-opt.
9331 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
9332 (texinfo-update-menu-region-beginning)
9333 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
9334 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
9335 (texinfo-update-menu-same-level-regexps): Update.
9336 (texinfo-update-node, texinfo-every-node-update)
9337 (texinfo-sequential-node-update): Remove autoload cookie.
9338
9339 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
9340 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
9341 (texinfo-chapter-level-regexp): Remove.
9342 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
9343
9344 2000-11-06 Dave Love <fx@gnu.org>
9345
9346 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
9347
9348 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9349 Match defun*.
9350
9351 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9352
9353 * composite.el (composition-function-table): Variable declaration
9354 moved to src/composite.c.
9355 (compose-chars-after): New optional arg object.
9356
9357 2000-11-06 Gerd Moellmann <gerd@gnu.org>
9358
9359 * bindings.el (mode-line-toggle-read-only)
9360 (mode-line-toggle-modified, mode-line-widen)
9361 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
9362 (make-mode-line-mouse2-map): Rewritten.
9363 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
9364 functions so that C-h k can show something with a doc string.
9365
9366 * startup.el (fancy-splash-delay): Set to 10 seconds.
9367 (fancy-splash-max-time): New user-option.
9368 (fancy-splash-stop-time): New variable.
9369 (fancy-splash-screens): Set it. Catch `stop-splashing'.
9370 (fancy-splash-screens-1): Throw `stop-splashing' when current
9371 time is greater than fancy-splash-stop-time.
9372
9373 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
9374
9375 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
9376
9377 * pcvs.el (cvs-mode-marked): New arg `noquery'.
9378 Prompt user for a file rather than raising an error.
9379 (cvs-enabledp): Fix call to cvs-mode-marked.
9380 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9381 (cvs-mode-insert): Use it. Change the init prompt' value.
9382 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9383
9384 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
9385 Don't pass default arg to ewoc-locate.
9386 (ewoc-collect): Return result in the right order.
9387
9388 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
9389
9390 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
9391 (cvs-status-get-tags): Fix regexp.
9392 (cvs-status-trees, cvs-status-cvstrees):
9393 Combine after change hooks and don't sit-for.
9394 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
9395 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
9396 Use make-char rather than hard-coded cryptic data.
9397 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
9398
9399 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
9400
9401 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
9402 (cvs-insert-strings): New function.
9403
9404 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
9405
9406 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
9407 `mwheel-scroll-amount'.
9408 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
9409 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
9410 string-matching against the version string.
9411
9412 2000-11-06 Kenichi Handa <handa@etl.go.jp>
9413
9414 * language/thai.el ("Thai"): Set a lisp form that produces
9415 composed string in `sample-text' language info.
9416
9417 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
9418 composed string in `sample-text' language info.
9419
9420 * international/mule-cmds.el (describe-language-environment):
9421 Eval `sample-text' data and insert the result.
9422
9423 * international/mule-conf.el (compound-text): Define this coding
9424 system here. Make x-ctext and ctext aliases of it.
9425
9426 * language/european.el (compound-text, ctext): Moved to
9427 international/mule-conf.el.
9428
9429 2000-11-05 Andrew Innes <andrewi@gnu.org>
9430
9431 * w32-fns.el (w32-version): New function.
9432
9433 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * progmodes/awk-mode.el: Update copyright.
9436 (awk-mode-abbrev-table): Remove.
9437 (awk-font-lock-keywords): Use regexp-opt.
9438 (awk-mode): Use define-derived-mode.
9439
9440 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
9441 when extracting a suffix.
9442
9443 2000-11-04 Andre Spiegel <spiegel@gnu.org>
9444
9445 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
9446 auto-save-mode.
9447
9448 2000-11-04 Jason Rumney <jasonr@gnu.org>
9449
9450 * language/european.el (decode-mac-roman): Test against r1 not r0.
9451
9452 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
9453
9454 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
9455 (icon-mode): Define indent-line-function.
9456 (icon-comment-indent): Simplify.
9457 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
9458
9459 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9460
9461 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9462 Bind change-log-default-mode to defeat the caching done on it.
9463 Don't bother saving excursion any more.
9464
9465 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
9466
9467 * frame.el (after-setting-font-hook): Rename hooks -> hook.
9468 (set-frame-font): Use the new name (and the old for compatibility).
9469
9470 * toolbar/tool-bar.el (tool-bar-mode):
9471 * time.el (display-time-mode):
9472 * recentf.el (recentf-mode):
9473 * paren.el (show-paren-mode):
9474 * mwheel.el (mouse-wheel-mode):
9475 * msb.el (msb-mode):
9476 * jka-compr.el (auto-compression-mode):
9477 * image-file.el (auto-image-file-mode):
9478 * hl-line.el (hl-line-mode):
9479 * delsel.el (delete-selection-mode):
9480 * autoinsert.el (auto-insert-mode):
9481 * complete.el (partial-completion-mode): Drop unneeded positional args.
9482
9483 * info.el (Info-mode):
9484 * comint.el (comint-mode): Don't bother with make-local-hook.
9485
9486 * log-edit.el (log-edit-menu): New menu.
9487
9488 2000-11-03 Miles Bader <miles@gnu.org>
9489
9490 * wid-edit.el (widget-end-of-line): Reinstate, with a new
9491 definition, so that trailing spaces are handled properly.
9492 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
9493
9494 2000-11-03 Gerd Moellmann <gerd@gnu.org>
9495
9496 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
9497 tab character.
9498 (fancy-splash-screens): Set tab-width to 20.
9499
9500 2000-11-03 Dave Love <fx@gnu.org>
9501
9502 * comint.el (comint-completion-addsuffix): Fix custom type.
9503
9504 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
9505
9506 * font-lock.el (font-lock-buffers): Remove.
9507 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
9508 (font-lock-change-major-mode): Remove.
9509 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
9510 (font-lock-default-fontify-region): Extend the multiline
9511 fontification to whole lines.
9512 (font-lock-fontify-anchored-keywords)
9513 (font-lock-fontify-keywords-region): If matching just one
9514 line (with \n) only mark the \n as multiline.
9515
9516 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
9517 Correctly handle the case where several :group args are supplied.
9518 Allow :extra-args.
9519 (easy-mmode-define-global-mode): Allow :extra-args.
9520 Correctly handle the case where several :group args are supplied.
9521
9522 2000-11-02 Miles Bader <miles@gnu.org>
9523
9524 * calendar/calendar.el (diary-face, calendar-today-face)
9525 (holiday-face): Remove dependency on `window-system'.
9526
9527 2000-11-02 Ken Raeburn <raeburn@gnu.org>
9528
9529 * Makefile.in (emacs): Set EMACSLOADPATH always.
9530 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9531 (compile-files): Bomb out if compilation of a file fails.
9532
9533 2000-11-02 Dave Love <fx@gnu.org>
9534
9535 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9536
9537 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9538
9539 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9540 punctuation in the warning inserted into the *mail* buffer.
9541
9542 2000-11-02 Gerd Moellmann <gerd@gnu.org>
9543
9544 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9545 (authors-public-domain-p): New function.
9546 (authors-print): Use it.
9547
9548 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9549
9550 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9551
9552 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9553
9554 * ps-print.el: Extension for even/odd printing. Doc fix.
9555 (ps-print-version): New version number (6.3.1).
9556 (ps-even-or-odd-pages): Customization fix.
9557 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9558 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9559 (ps-page-count): Var replaced by `ps-page-column'.
9560 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9561 (ps-print-sheet-p): New fun.
9562
9563 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9564
9565 * tooltip.el (tooltip-gud-tips-setup): New function.
9566 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9567 (tooltip-mode): Call tooltip-gud-tips-setup.
9568 (tooltip-gud-tips): Use `gud-basic-call' instead of
9569 process-send-string, so the prompt gets frobbed appropriately.
9570 Handle nil return value from `tooltip-gud-print-command'.
9571
9572 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9573
9574 * comint.el (comint-add-to-input-history): New function.
9575 (comint-send-input): Use `comint-add-to-input-history'.
9576
9577 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9578
9579 * info.el (info-menu-header): New face.
9580 (Info-fontify-menu-headers): New function.
9581 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9582
9583 * info.el (Info-insert-dir): Don't include blank lines at
9584 beginning of additional dir files (one is added automatically).
9585
9586 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9587
9588 * emacs-lisp/easy-mmode.el (define-minor-mode):
9589 Revert the latest changes.
9590 Allow the three positional arguments to be skipped and replaced
9591 by keyword arguments.
9592 Add a :toggle argument to determine whether a nil arg means toggle
9593 or means turn-on. The default is unchanged.
9594 Add a call to force-mode-line-update.
9595
9596 2000-11-01 Dave Love <fx@gnu.org>
9597
9598 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
9599
9600 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9601
9602 * calendar/calendar.el (diary-face, holiday-face):
9603 Add dark-background variants.
9604
9605 2000-10-31 Sam Steingold <sds@gnu.org>
9606
9607 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9608 `tex-main-file' does not have directory in it.
9609
9610 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9611
9612 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9613
9614 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9615
9616 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9617 functional change.
9618
9619 2000-10-31 Gerd Moellmann <gerd@gnu.org>
9620
9621 * files.el (find-file-noselect): When we expand a wildcard, return
9622 a list of buffers, as we should do according to the doc string.
9623
9624 2000-10-31 Ken Raeburn <raeburn@gnu.org>
9625
9626 * loadup.el (top level): Adjust load path if program name is
9627 "../src/bootstrap-emacs", in case it's not dumped and thus the
9628 load path adjustment hasn't already been done.
9629
9630 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9631
9632 * ps-print.el: Fix bug on selected pages for printing.
9633 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
9634 is on. Try to avoid warning messages when compiling. Doc Fix.
9635 (ps-print-version): New version number (6.3).
9636 (ps-color-device): Use `color-values' to determine if device
9637 supports color.
9638 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9639 (ps-print-page-p): Changed from defsubst to defun.
9640 (ps-page-number): Changed from defmacro to defun.
9641 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9642 printing.
9643 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
9644 (ps-end-file, ps-dummy-page): Funs eliminated.
9645 (ps-print-color-scale): Changed default value.
9646 (ps-page-n-up, ps-print-page-p): New internal vars.
9647 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9648 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9649
9650 * delim-col.el: Little programming improvement.
9651 (delimit-columns-str): New macro.
9652 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9653
9654 2000-10-31 Kenichi Handa <handa@etl.go.jp>
9655
9656 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9657 Moved to european.el.
9658 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9659 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9660 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9661 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
9662
9663 2000-10-30 Dave Love <fx@gnu.org>
9664
9665 * progmodes/cc-menus.el (imenu-generic-expression)
9666 (imenu-progress-message): Only defvar when compiling.
9667
9668 * emacs-lisp/elp.el (elp-unload-hook): New function.
9669
9670 * loadhist.el (unload-feature): Call elp-restore-function,
9671 checking for symbols; don't use elp-restore-all.
9672 (loadhist-hook-functions): Doc fix.
9673
9674 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9675
9676 * log-edit.el (log-edit-confirm): Fix the default.
9677
9678 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9679
9680 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9681 delimit-columns-format.
9682 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9683
9684 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9685
9686 * comint.el (comint-replace-by-expanded-history): Don't use
9687 comint-get-old-input (we're not looking at *old* input).
9688 (comint-get-old-input-default): If using fields, signal an error
9689 when the point is not in an input field.
9690
9691 2000-10-30 Kenichi Handa <handa@etl.go.jp>
9692
9693 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9694 and mule-unicode-e000-ffff.
9695
9696 * international/mule.el (decode-char, encode-char): New functions.
9697 (make-coding-system): Accept a symbol of translation table as a
9698 value of property `safe-chars'.
9699
9700 * international/mule-cmds.el (encode-coding-char): Check property
9701 safe-chars instead of safe-charsets.
9702
9703 * international/fontset.el (fontset-default): Modified for
9704 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9705 (x-font-name-charset-alist): Likewise.
9706 (ccl-encode-unicode-font): New CCL program. Record it in
9707 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9708
9709 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9710 New translation tables.
9711 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9712 programs are modified and moved from mac-win.el.
9713 (mac-roman): Definition of this coding system is modified and
9714 moved from mac-win.el.
9715
9716 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9717
9718 * ediff-wind.el (ediff-setup-control-frame): Enclose
9719 face-attribute in condition-case to avoid errors in older emacsen.
9720
9721 2000-10-29 Miles Bader <miles@gnu.org>
9722
9723 * custom.el (custom-add-to-group): Allow multiple entries for a
9724 given value OPTION, as long as their widget types are different.
9725 * cus-edit.el (custom-face-value-create): If face name doesn't end
9726 with "face", add such here (similar to custom group widgets).
9727
9728 * comint.el (comint-highlight-prompt): Add :type.
9729
9730 2000-10-28 John Wiegley <johnw@gnu.org>
9731
9732 * calendar/timeclock.el (timeclock-log): Doc fix.
9733 (timeclock-last-event): Doc fix.
9734 (timeclock-log): Kill the timelog buffer after appending a new event.
9735 (timeclock-find-discrep): Use a temp buffer to read in the
9736 timelog, instead of visiting the file.
9737 (timeclock-log-data): A new function, along with a host of helper
9738 functions, for the purpose of making timelog data accessible to
9739 programmers.
9740
9741 * eshell/esh-mode.el (window-height test): Make certain that
9742 `eshell-stringify-t' is non-nil.
9743 (eshell-password-prompt-regexp): Changed to a much simpler
9744 password regexp.
9745 (eshell-send-input): If `eshell-invoke-directly' returns t,
9746 directly invoke the parsed command using `eval'. This improves
9747 turn-around time on simple commands by a factor of three or
9748 greater, such as cd, ls, pwd, etc. -- which get used very often.
9749 It also conserves thousands of cons cells per call (since
9750 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9751 in the Pacific Cookie Company).
9752
9753 * eshell/esh-test.el (eshell-test): Whitespace fix.
9754
9755 * eshell/em-ls.el (eshell-ls-insert-directory):
9756 Make `eshell-ls-initial-args' nil when inserting directory contents.
9757
9758 * eshell/em-script.el (eshell-script-initialize): Add names to
9759 `eshell-complex-commands, since `source' and `.' are complex.
9760
9761 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9762 (eshell-rewrite-while-command): Use `eshell-protect' instead of
9763 `eshell-copy-handles'.
9764 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9765 bodies.
9766 (eshell-separate-commands): Whitespace fix.
9767 (eshell-complex-commands): Added a new list of names, for
9768 determining whether a given command is as simple as it looks.
9769 (eshell-invoke-directly): New function. Returns t if a command
9770 should be invoked directly (using `eval'), rather than indirectly
9771 using `eshell-do-eval'.
9772 (eshell-do-eval): Whitespace fix.
9773
9774 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9775 which provides an emulation of the DOS shell behavior of assuming
9776 that cp/mv/ln should copy/move/link to the current directory.
9777 (eshell-remove-entries): Added a doc string.
9778 (eshell-shuffle-files): Removed the check for `target' being null.
9779 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9780 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9781 it to do a smarter check of whether a destination was provided.
9782 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9783 (eshell/ln): Enable `:preserve-args', and use
9784 `eshell-mvcpln-template' to implement the body of the function.
9785 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9786 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
9787 list after flattening it. This makes it possible to cat files
9788 with numerical names.
9789 (eshell-unix-initialize): Added several names to
9790 `eshell-complex-commands.
9791 (eshell-unix-command-complex-p): Return t if a given command name
9792 may result in external processes being invoked.
9793
9794 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9795 variable nil by default, since it slows down glob processing by a
9796 factor of two or more, and increases memory consumption.
9797
9798 * eshell/em-smart.el: Added a note about how memory consumptive
9799 smart display mode can be (at least this is true in Emacs 21).
9800 (eshell-smart-initialize): Whitespace fix.
9801 (eshell-refresh-windows): Use `if' instead of `when'.
9802 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9803 not necessary.
9804 (eshell-currently-handling-window): Added a missing global variable.
9805
9806 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9807 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9808 Whitespace fix.
9809 (eshell-ls-exclude-hidden): Added this variable in addition to
9810 `eshell-ls-exclude-regexp'. This one prevents files beginning
9811 with . from even being read, which can improve memory consumption
9812 quite a bit.
9813 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9814 read file entries beginning with a dot. In home directories with
9815 lots of hidden files, fully two-thirds of the time spent in ls is
9816 used to read directory entries that are immediately thrown away.
9817 (eshell-ls-initial-args): Added back this configuration variable,
9818 for specifying default initial arguments to every call to ls.
9819 Much faster than using an alias to do the same thing.
9820 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9821 (eshell-ls-dir): Whitespace change.
9822
9823 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9824
9825 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
9826 (eshell-stringify-t): Added a customization variable, to indicate
9827 whether `t' should be rendered as a string at all. If not, one
9828 can still determine if the result of an expression is true using
9829 "file-exists-p FILE && echo true".
9830 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9831 stringify t!
9832
9833 * eshell/esh-module.el: Whitespace fix.
9834
9835 * eshell/em-alias.el (eshell-alias-initialize):
9836 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
9837 (eshell-command-aliased-p): New function that returns t if a
9838 command name names an aliased.
9839
9840 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
9841
9842 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
9843 redrawing the screen when changing cursor color.
9844 (viper-insert-state-pre-command-sentinel)
9845 (viper-replace-state-pre-command-sentinel)
9846 (viper-replace-state-post-command-sentinel):
9847 Use viper-preserve-cursor-color.
9848 Many functions changed to use viper= instead of = when comparing
9849 characters.
9850 * viper-util.el (viper-memq-char,viper=): New functions for
9851 working with characters.
9852 (viper-change-cursor-color): Fixed buglet.
9853 Many functions changed to use viper= instead of = when comparing
9854 characters.
9855 * viper.el (viper-insert-state-mode-list): Added eshell.
9856
9857 * ediff-init.el (ediff-before-setup-hook): New hook.
9858 Several typos fixed in various docstrings.
9859 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
9860 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
9861 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9862 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9863 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9864 (ediff-get-selected-buffers): New function.
9865 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
9866 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9867 Use save-window-excursion.
9868 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
9869 termination check in while loop.
9870 * ediff.el (ediff-get-default-file-name): Better defaults when in
9871 dired buffer.
9872 (ediff-files,ediff-merge-files,ediff-files3)
9873 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
9874
9875 2000-10-28 Dave Love <fx@gnu.org>
9876
9877 * info.el (Info-fontify-node): Add help-echo for menu items.
9878
9879 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9880
9881 * startup.el (normal-top-level): If the value of $TERM indicates
9882 we are running from xterm or one of its work-alikes, default to a
9883 light background mode.
9884
9885 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9886 * faces.el (tty-handle-reverse-video): New function.
9887 (tty-create-frame-with-faces): Call it.
9888
9889 * frame.el (frame-notice-user-settings): Don't apply
9890 default-frame-alist and initial-frame-alist to MS-DOS frames.
9891 Call tty-handle-reverse-video, frame-set-background-mode, and
9892 face-set-after-frame-default for non-MS-DOS frames.
9893
9894 * startup.el (tty-long-option-alist): New variable.
9895 (tty-handle-args): New function.
9896 (command-line): Call tty-handle-args.
9897
9898 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9899 startup.el now does that for all character-terminal frames.
9900
9901 2000-10-28 Miles Bader <miles@gnu.org>
9902
9903 * emacs-lisp/easy-mmode.el (define-minor-mode):
9904 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9905 is global. If :global is followed by a non-nil but non-t value,
9906 make the mode buffer-local, but also generate a `global-MODE'
9907 version using `easy-mmode-define-global-mode'.
9908 Add :conditional-turn-on keyword argument.
9909
9910 2000-10-28 Dave Love <fx@gnu.org>
9911
9912 * international/latin1-disp.el (latin1-char-displayable-p):
9913 Don't use window-system.
9914
9915 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9916
9917 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9918 Don't call find-buffer-file-type-coding-system. Instead, just
9919 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9920 if the file is on an untranslated filesystem.
9921 (add-untranslated-filesystem): Use "D" instead of "f" inside
9922 interactive.
9923
9924 2000-10-27 Dave Love <fx@gnu.org>
9925
9926 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
9927 (refill-mode): Use it.
9928
9929 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9930
9931 * international/quail.el (quail-activate): Don't make-local-hook.
9932
9933 2000-10-27 Andre Spiegel <spiegel@gnu.org>
9934
9935 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
9936 manual backups and file.~<rev>.~ for automatic ones.
9937 (vc-make-version-backup): Don't do it on MS-DOS without long file
9938 names.
9939
9940 * vc.el (vc-version-other-window): If an automatic backup of the
9941 desired version exists, rename it instead of copying it.
9942
9943 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9944 after command. If there's an unexpected error, signal it instead
9945 of being silent.
9946 (vc-cvs-merge-news): Be prepared for no news at all.
9947
9948 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9949
9950 * shell.el (shell): Add BUFFER argument.
9951 * comint.el (make-comint-in-buffer): New function.
9952 (make-comint): Use it.
9953
9954 * faces.el (face-spec-choose): Change syntax so that the list of
9955 attribute-value pairs is now the cdr of each clause, not the cadr.
9956 Detect old-style entries, and handle them. Use pop.
9957
9958 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9959
9960 * cus-edit.el (custom-mode-map): Use a sparse map.
9961 (custom-mode): Don't bother with make-local-hook.
9962
9963 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9964
9965 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9966
9967 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9968
9969 * ps-print.el: Avoid compilation gripes.
9970 (ps-print-version): New version number (6.2.1).
9971
9972 2000-10-26 Dave Love <fx@gnu.org>
9973
9974 * menu-bar.el: Modify some menu item help strings.
9975 (menu-bar-help-menu): Add link to MORE.STUFF.
9976
9977 * cus-edit.el (custom-mode): Add `special' mode-class property.
9978
9979 * wid-browse.el (widget-browse-mode): Likewise.
9980
9981 * wid-edit.el (widget-specify-field): Revert to using local-map
9982 property, not keymap.
9983
9984 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9985
9986 * wid-edit.el (widget-field-end): When checking for a `boundary'
9987 field, do so in the correct buffer.
9988
9989 * simple.el (undo): Correctly distinguish between numeric and
9990 non-numeric prefix args in non-transient-mark-mode, as per the doc
9991 string. When in transient-mark-mode, treat all prefix-args as
9992 numeric.
9993
9994 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9995 Position point on match. Handle N == 0 correctly.
9996
9997 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9998 (comint-mode-map): Reverse order of `comint-write-output' and
9999 `comint-append-output-to-file'.
10000 (comint-append-output-to-file): Reinstate this function, for the
10001 benefit of the menu.
10002
10003 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
10004
10005 * vc.el (vc-version-other-window): Bind `file'.
10006
10007 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10008
10009 * Makefile.in (update-authors): New target for maintenance purposes.
10010
10011 * emacs-lisp/authors.el (batch-update-authors): New function.
10012 (authors-fixed-entries): New defconst.
10013 (authors-add-fixed-entries): New function.
10014 (authors): Call it.: Don't process lispref/.
10015
10016 2000-10-25 Jason Rumney <jasonr@gnu.org>
10017
10018 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10019 Merge x w32 and mac definitions.
10020
10021 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10022
10023 * menu-bar.el (menu-bar-options-menu): Add a help string for
10024 `uniquify'.
10025
10026 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
10027
10028 * time-stamp.el (time-stamp-string-preprocess):
10029 Fix a wrong type argument error.
10030
10031 2000-10-25 Miles Bader <miles@gnu.org>
10032
10033 * recentf.el (recentf-mode): Variable removed.
10034 (recentf-mode): Use `define-minor-mode'.
10035
10036 * mwheel.el (mouse-wheel-mode): New global minor mode.
10037 (mwheel-install): Use `mouse-wheel-mode'.
10038
10039 2000-10-25 Dave Love <fx@gnu.org>
10040
10041 * progmodes/cperl-mode.el (cperl-mode):
10042 Set normal-auto-fill-function correctly.
10043
10044 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10045 Don't inherit from global-map and don't nullify menu-bar and tool-bar
10046 bindings.
10047
10048 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
10049
10050 * wid-edit.el (widget-field-at): New function.
10051 (widget-at, widget-field-activate): Use it.
10052 (widget-tabable-at): Use `widget-at'.
10053 (widget-specify-field): If the terminating character of the widget
10054 field (which is read-only) is a newline, put it into a special
10055 `boundary' field so that C-n/C-p act more naturally.
10056 (widget-field-end): Also don't subtract one if a special
10057 `boundary' field has been added after the widget field.
10058
10059 * comint.el (comint-output-filter, comint-send-input):
10060 Don't bother adding stickiness fields to overlays to fool the field
10061 code, since it should notice the overlay insertion-types now.
10062
10063 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
10064 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
10065 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
10066
10067 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10068
10069 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
10070 (authors): Set file coding system to iso-2022-7bit.
10071 Add file-local variables to output buffer.
10072
10073 * files.el (after-find-file): Don't print any warnings if
10074 WARN is nil.
10075
10076 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10077
10078 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
10079
10080 * delim-col.el: Now there is a column formatting mechanism.
10081 Modified to customization mechanisms convention. Doc fix.
10082 (columns): New group for delim-col.
10083 (delimit-columns-before, delimit-columns-after)
10084 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10085 (delimit-columns-end): New vars.
10086 (delimit-columns-customize, delimit-columns-format): New funs.
10087 (delimit-columns-region, delimit-columns-rectangle)
10088 (delimit-columns-rectangle-line): Modified to support column
10089 formatting.
10090
10091 2000-10-24 Dave Love <fx@gnu.org>
10092
10093 * log-edit.el (log-edit): Add :version and a :group for vc.
10094
10095 2000-10-24 Gerd Moellmann <gerd@gnu.org>
10096
10097 * files.el (after-find-file): Don't print a message ``New file''
10098 if WARN is nil.
10099
10100 * wid-edit.el (widget-field-keymap, widget-text-keymap):
10101 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
10102 get duplicate tool-bar entries because we'll see the global ones
10103 on more than one path through keymaps.
10104
10105 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
10106
10107 * progmodes/cmacexp.el: Change Francesco's email address.
10108
10109 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10110
10111 * window.el (fit-window-to-buffer): Adjust point of the window
10112 buffer, not that of the current buffer.
10113
10114 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
10115
10116 * progmodes/cmacexp.el: Update the euthor's email address.
10117
10118 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10119
10120 * faces.el (face-spec-set-match-display): Add `graphic' display
10121 type (the inverse of `tty'). Use `display-graphic-p' instead of
10122 the window-system variable.
10123
10124 2000-10-24 Kenichi Handa <handa@etl.go.jp>
10125
10126 * international/isearch-x.el (isearch-with-input-method):
10127 Call input-method-function with the first event in
10128 unread-command-events.
10129
10130 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10131
10132 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
10133
10134 2000-10-24 Andrew Choi <akochoi@i-cable.com>
10135
10136 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
10137 New charsets.
10138
10139 * term/mac-win.el: Remove definitions of mac-roman-lower and
10140 mac-roman-upper, require dired, and define instead of set
10141 mac-ready-for-drag-n-drop to avoid compilation error.
10142
10143 2000-10-23 Andrew Innes <andrewi@gnu.org>
10144
10145 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
10146 Remove superfluous calls to subst-char-in-string; instead apply
10147 expand-file-name after convert-standard-filename to ensure
10148 expected directory separators are used.
10149
10150 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
10151
10152 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
10153
10154 2000-10-23 Dave Love <fx@gnu.org>
10155
10156 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
10157 (tool-bar-add-item): Set foreground and background for XBM icons.
10158
10159 * international/latin1-disp.el (latin1-char-displayable-p):
10160 New function (from Handa).
10161 (latin1-display-check-font): Use it.
10162
10163 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
10164 using :key-sequence, making it much more usable.
10165 Use nconc, not append.
10166 (imenu--create-keymap-1): Avoid append.
10167
10168 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
10169
10170 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10171
10172 [the following changes fix a bug where `define-minor-mode' didn't
10173 correctly generate :require clauses for defcustoms in compiled files]
10174 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
10175 (byte-compile-log-file, byte-compile-log-1): Don't set
10176 `byte-compile-current-file' to nil. Instead set
10177 `byte-compile-last-logged-file' to it. Test whether
10178 byte-compile-current-file equals byte-compile-last-logged-file
10179 instead of whether its nil.
10180 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
10181
10182 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
10183
10184 * textmodes/refill.el: Fix var names in doc.
10185 (refill-mode): Don't bother with make-local-hook anymore.
10186
10187 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
10188
10189 * faces.el (face-user-default-spec, face-default-spec): New functions.
10190 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
10191 (frame-set-background-mode, face-set-after-frame-default):
10192 Use `face-user-default-spec'. Simplify code slightly.
10193
10194 * woman.el (woman-italic-face, woman-bold-face)
10195 (woman-unknown-face): Add dark-background variants.
10196 (woman-default-faces): Renamed from `woman-colour-faces'.
10197 Set using the stored defaults, rather than using hard-wired colors.
10198 (woman-monochrome-faces): Renamed from `woman-black-faces'.
10199 Just make the foreground `unspecified' rather than "black".
10200 (woman-menu): Rename menu entries accordingly.
10201
10202 * faces.el (header-line): Make more reasonable on mono/grayscale
10203 displays.
10204
10205 2000-10-23 Andrew Choi <akochoi@i-cable.com>
10206
10207 * cus-edit.el (custom-button-face): Use 3D look for mac.
10208 (custom-button-pressed-face): Likewise.
10209
10210 * faces.el (set-face-attributes-from-resources): Handle mac frames
10211 in the same way as x and w32 frames.
10212 (face-valid-attribute-values): Likewise.
10213 (read-face-attribute): Likewise.
10214 (defined-colors): Likewise.
10215 (color-defined-p): Likewise.
10216 (color-values): Likewise.
10217 (display-grayscale-p): Likewise.
10218 (face-set-after-frame-default): Likewise.
10219 (mode-line): Same default face as for x and w32.
10220 (tool-bar): Likewise.
10221
10222 * frame.el: Remove call to frame-notice-user-settings at end of
10223 the file.
10224
10225 * info.el (Info-fontify-node): Make underlines invisible for mac
10226 as for x, pc, and w32 frame types.
10227
10228 * term/mac-win.el: New file.
10229
10230 2000-10-22 Dave Love <fx@gnu.org>
10231
10232 * textmodes/refill.el: New file.
10233
10234 2000-10-22 Andre Spiegel <spiegel@gnu.org>
10235
10236 * vc-hooks.el (vc-version-backup-file-name): New optional args
10237 MANUAL and REGEXP.
10238 (vc-delete-automatic-version-backups, vc-make-version-backup):
10239 New functions.
10240 (vc-before-save): Use the latter.
10241 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
10242 confusion.
10243
10244 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
10245 expected by vc[-hooks].el.
10246
10247 * vc.el (vc-checkout): Added `-p' suffix in call to
10248 vc-make-version-backups-p; use vc-make-version-backup to actually
10249 make the backup.
10250 (vc-version-other-window, vc-version-backup-file): Handle both
10251 automatic and manual backups.
10252 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
10253 of all of them.
10254
10255 2000-10-22 Miles Bader <miles@gnu.org>
10256
10257 * comint.el (comint-highlight-input, comint-highlight-prompt):
10258 Renamed, `-face' at end removed.
10259 (comint-send-input, comint-output-filter): Use renamed faces.
10260
10261 * window.el (fit-window-to-buffer): Change defaulting of
10262 MAX-HEIGHT slightly.
10263
10264 * faces.el (color-values, color-defined-p): Use `member', not
10265 `memq', because it works correctly for strings.
10266 (frame-set-background-mode): Actually, "unspecified-fg" and
10267 "unspecified-bg" *are* strings. Use `member', not `memq', and
10268 `equal', not `eq', when a string value is possible.
10269
10270 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
10271
10272 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
10273
10274 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
10275
10276 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
10277 sh-electric-rparen, sh-electric-less and sh-electric-hash.
10278 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
10279 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
10280 (sh-font-lock-syntactic-keywords): Use them.
10281 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
10282 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
10283 (sh-mode): Don't override font-lock-unfontify-region-function.
10284 Use a copy of sh-font-lock-syntactic-keywords.
10285 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
10286 Don't call sh-scan-buffer since font-lock does it on the fly.
10287 (sh-get-indent-info): Use `face' rather than `syntax-table'
10288 text-property to detect here-documents.
10289 Replace sh-special-syntax with sh-st-punc.
10290 (sh-prev-line): Use `face' rather than `syntax-table'
10291 text-property to skip over here-documents.
10292 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
10293 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
10294 (sh-electric-less, sh-set-here-doc-region)
10295 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
10296 (sh-scan-buffer, sh-rescan-buffer): Remove.
10297
10298 2000-10-21 Andrew Innes <andrewi@gnu.org>
10299
10300 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
10301 remote (ange-ftp) file names.
10302
10303 2000-10-21 Miles Bader <miles@gnu.org>
10304
10305 * window.el (fit-window-to-buffer): New function.
10306 (shrink-window-if-larger-than-buffer): Use it.
10307 (window-text-height): Don't expect minibuffers to have mode-lines.
10308
10309 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
10310 * international/quail.el (quail-update-guidance):
10311 Use `fit-window-to-buffer' instead of `set-window-text-height'.
10312
10313 * international/quail.el (quail-show-guidance-buf): Make sure
10314 guidance window really has enough room.
10315 (quail-update-guidance): If quail-guidance-win is already shown,
10316 make sure its height is OK.
10317
10318 * window.el (window-text-height, set-window-text-height):
10319 New functions.
10320 (shrink-window-if-larger-than-buffer): Use `window-text-height'
10321 instead of `window-height' & `mode-line-window-height-fudge'.
10322 (mode-line-window-height-fudge): Add FACE parameter.
10323 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
10324 instead of `enlarge-window' & `mode-line-window-height-fudge'.
10325
10326 2000-10-20 Miles Bader <miles@gnu.org>
10327
10328 * window.el (height-affecting-face-attributes): Use `defconst'.
10329
10330 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
10331 New function, conditionally aliased to `mode-line-window-height-fudge'.
10332 (ispell-help): Use it.
10333 (ispell-choices-win-default-height): Don't include mode-line fudge.
10334 (ispell-choices-win-default-height): New function.
10335 (ispell-show-choices, ispell-command-loop): Use function
10336 `ispell-choices-win-default-height' instead of variable.
10337
10338 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
10339
10340 * window.el (mode-line-window-height-fudge): New variable.
10341 (height-affecting-face-attributes): New variable.
10342 (mode-line-window-height-fudge): New function.
10343 (shrink-window-if-larger-than-buffer): Use it.
10344 * help.el (resize-temp-buffer-window): Likewise.
10345
10346 * info.el (Info-fontify-node): Add support for @subsubsection
10347 titles, which use `Info-title-4-face'.
10348 (Info-title-4-face): New face.
10349 (Info-title-3-face): Inherit from Info-title-4-face instead of
10350 variable-pitch.
10351
10352 2000-10-19 Jason Rumney <jasonr@gnu.org>
10353
10354 * dired.el (dired-insert-directory): Do not let errors signalled by
10355 attempt to run dired-free-space-program prevent dired from working.
10356
10357 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
10358
10359 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
10360
10361 2000-10-19 Gerd Moellmann <gerd@gnu.org>
10362
10363 * dirtrack.el (dirtrack): Fix call to run-hooks.
10364
10365 * cmuscheme.el (cmuscheme-program-name): Renamed from
10366 scheme-program-name because xscheme.el contains a defcustom with
10367 the same name. As a consequence, customizing group `cmuscheme'
10368 loaded `xscheme' which redefined run-scheme.
10369 (run-scheme): Use cmuscheme-program-name.
10370
10371 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
10372
10373 * play/doctor.el (doctor-death): Update the Samaritans'
10374 anonymous address, and add a website for Befrienders International.
10375
10376 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10377
10378 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
10379 Avoid compilation gripes. Doc fix.
10380 (ps-print-version): New version number (6.2).
10381 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
10382 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
10383 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
10384 (ps-x-extent-priority, ps-x-extent-start-position)
10385 (ps-x-face-font-instance, ps-x-find-coding-system)
10386 (ps-x-font-instance-properties, ps-x-make-color-instance)
10387 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
10388 avoid compilation gripes without defining functions.
10389 (ps-e-find-composition): Alias for function find-composition, to have a
10390 suitable function depending on Emacs version.
10391 (ps-color-device, ps-color-values, ps-face-foreground-name)
10392 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
10393 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
10394 (ps-print-ensure-fontified): Function definitions surrounded by
10395 `eval-and-compile' to avoid compilation gripes.
10396 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
10397 by symbol-value to avoid compilation gripes.
10398 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
10399 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
10400
10401 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10402
10403 * startup.el (normal-top-level): Call `frame-set-background-mode'
10404 after `frame-notice-user-settings' because the latter doesn't call
10405 the former on a tty.
10406
10407 * faces.el (frame-set-background-mode): `unspecified' &c are
10408 symbols, not strings.
10409
10410 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10411
10412 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
10413 why some "light*" colors are deliberately absent from the alist.
10414
10415 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
10416 Change colors for tty's, as suggested by Miles Bader.
10417
10418 2000-10-19 Kenichi Handa <handa@etl.go.jp>
10419
10420 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
10421 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
10422 for ISO10646-1 fonts.
10423 (x-font-name-charset-alist): Add an entry for "iso10646-1".
10424
10425 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
10426
10427 * faces.el (frame-set-background-mode): If a tty frame defines a
10428 background color, use that to compute the background mode, instead
10429 of always defaulting to "dark".
10430
10431 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
10432
10433 * comint.el (comint-write-output): New function.
10434 (comint-mode-map): Add it to the menu.
10435 Bind `C-c C-s' to comint-write-output.
10436
10437 2000-10-18 Gerd Moellmann <gerd@gnu.org>
10438
10439 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
10440 Use fancy-splash-delay.
10441
10442 2000-10-18 Alex Schroeder <alex@gnu.org>
10443
10444 * progmodes/sql.el (sql-sybase-options): New option.
10445 (sql-sybase): Use it. Add sql-database to the list of parameters
10446 provided for login. The options -w 2048 -n are not used any more.
10447
10448 * comint.el (comint-read-input-ring): Bugfix such that the first
10449 and the last entry of the input ring file are not lost.
10450
10451 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10452
10453 * ps-print.el: Internal variable changes to defcustom,
10454 make-local-hook changes to defvar. Doc fix.
10455 (ps-print-version): New version number (6.1).
10456 (ps-setup, ps-do-despool): Code fix.
10457 (ps-printer-name): Customization fix.
10458 (ps-printer-name-option): Now is a defcustom instead of an
10459 internal variable.
10460 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
10461 (ps-print-begin-column-hook): Now are defvar instead of
10462 make-local-hook.
10463
10464 2000-10-18 Miles Bader <miles@gnu.org>
10465
10466 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
10467 (comint-kill-output): Changed into an alias for `comint-delete-output',
10468 and made obsolete.
10469 (comint-mode-map): Rename references to comint-kill-output.
10470
10471 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
10472
10473 * diff-mode.el (diff-header-face, diff-file-header-face)
10474 (diff-changed-face): Add bold and italic attributes to tty faces.
10475 (diff-function-face): New face.
10476 (diff-font-lock-keywords): Use it.
10477
10478 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
10479
10480 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
10481 Remove commented-out call to force-mode-line-update.
10482 (comint-kill-output): Use `forward-line 0' instead of
10483 beginning-of-line to make sure we get past the prompt.
10484
10485 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
10486
10487 * diff-mode.el (diff-header-face, diff-file-header-face):
10488 Add specific setting for dark background.
10489 (diff-context-face): Renamed from diff-comment-face.
10490 Set explicitly rather than inheriting from font-lock-comment-face.
10491
10492 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10493
10494 * startup.el (command-line): Move the code which sets the default
10495 TTY colors to before before-init-hook.
10496
10497 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10498
10499 * jit-lock.el (jit-lock-stealth-time): Doc fix.
10500
10501 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10502
10503 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
10504 extensions, for MS-DOS.
10505
10506 * diff-mode.el (diff-header-face, diff-file-header-face)
10507 (diff-changed-face): Define tty-specific colors.
10508
10509 2000-10-17 Gerd Moellmann <gerd@gnu.org>
10510
10511 * startup.el (fancy-splash-text): Realign the text.
10512
10513 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10514
10515 * font-lock.el (font-lock-comment-face): Define a separate default
10516 for dark-background tty's.
10517
10518 2000-10-17 Miles Bader <miles@gnu.org>
10519
10520 * help.el (resize-temp-buffer-window): Add hack to avoid last line
10521 being obscured by whizzy mode-lines on graphics displays.
10522
10523 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
10524
10525 * info.el (Info-title-1-face, Info-title-2-face)
10526 (Info-title-3-face): Define colors for tty's.
10527 (info-header-node): Remove unneeded tty-specific definition.
10528
10529 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10530
10531 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10532 reverse from the frame parameters, and don't invert foreground and
10533 background colors.
10534
10535 2000-10-16 Miles Bader <miles@gnu.org>
10536
10537 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10538 string "*Info*". Call propertized-buffer-identification to spruce
10539 up the result.
10540
10541 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10542
10543 * help.el: Provide `help' for the sake of define-minor-mode
10544 which generates defcustoms with requires.
10545
10546 * jit-lock.el (jit-lock-after-change): If we're in text that
10547 matches a multi-line font-lock pattern, make sure the whole text
10548 will be redisplayed.
10549
10550 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10551 author's name is unknown.
10552
10553 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10554 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10555 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10556 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10557 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10558 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10559 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10560 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10561 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10562 Add author information.
10563
10564 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10565
10566 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10567 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10568 full-color version (using the Gimp) to eliminate dithering artifacts.
10569
10570 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10571
10572 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10573
10574 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10575
10576 2000-10-15 Dave Love <fx@gnu.org>
10577
10578 * progmodes/sh-script.el: Require skeleton and comint when compiling.
10579
10580 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10581
10582 * whitespace.el: Doc fixes.
10583 (top-level): Don't add hooks here.
10584 (whitespace-running-emacs): Deleted.
10585 (timer): Don't require.
10586 (whitespace): Add back :version conditional on xemacs test.
10587 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10588 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10589 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10590 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10591 Avoid specific xemacs test.
10592 (whitespace-global-mode): New option.
10593 (whitespace-global-mode): New command.
10594 (whitespace-unload-hook): New function.
10595
10596 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
10597 (Info-fontify-node, Info-goto-node, Info-mode-menu)
10598 (Info-fontify-node): `Goto' goes to `Go to'.
10599 (Info-fontify-node): Add help-echo to xref links.
10600
10601 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10602
10603 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10604
10605 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10606
10607 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10608 Use plist-get and allow :inherit.
10609
10610 * emacs-lisp/cl-macs.el (cl-do-arglist):
10611 Use plist-get and plist-member instead of memq.
10612
10613 * emacs-lisp/ewoc.el (ewoc-location): New function.
10614 (ewoc-enter-after, ewoc-enter-before): Document return value.
10615 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10616 Don't need make-local-hook any more.
10617 (cvs-addto-collection): Return the new tin.
10618 (cvs-mode-insert): Jump to the new line.
10619
10620 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10621
10622 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10623
10624 * font-lock.el (font-lock-syntactically-fontified): New var.
10625 (font-lock-fontify-syntactic-keywords-region): Use it.
10626 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10627
10628 * diff-mode.el (diff-find-file-name): Fix regexp.
10629
10630 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10631 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10632
10633 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10634 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10635 (sh-mode): Don't make all vars local here.
10636 (sh-kw): Reformat.
10637 (sh-set-shell): Use dolist. Don't set indent-region-function.
10638 (sh-mode-syntax-table): Use pop.
10639 (sh-remember-variable): Use push.
10640 (sh-help-string-for-variable): Use memq.
10641 (sh-safe-backward-sexp): Remove.
10642 (sh-safe-forward-sexp): Add ARG.
10643 (sh-get-indent-info, sh-prev-stmt): Use it.
10644 (sh-prev-line): Simplify by using forward-comment.
10645 (sh-this-is-a-continuation): Simplify.
10646 (sh-learn-buffer-indent): Use dolist.
10647 (sh-do-nothing): Remove.
10648 (sh-set-char-syntax, sh-set-here-doc-region):
10649 Use inhibit-modification-hooks.
10650 (sh-name-style): Use mapcar and push.
10651 (sh-load-style): Use dolist.
10652 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10653 (sh-case, sh-while-getopts): Use propertize directly rather
10654 than sh-electric-rparen.
10655
10656 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * textmodes/tex-mode.el: Require CL when compiling.
10659 (tex-mode-syntax-table): Init immediately.
10660 (tex-mode-map): Bind M-RET to latex-insert-item.
10661 (latex-mode): Set indent-line-function to latex-indent.
10662 (tex-common-initialization): Don't setup the syntax-table any more.
10663 (latex-insert-item): New skeleton.
10664 (tex-next-unmatched-end): Fix copy/paste braino.
10665 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
10666 (latex-indent, latex-find-indent): New functions.
10667 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
10668 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10669 (tex-compilation-parse-errors): Use with-syntax-table.
10670
10671 2000-10-15 Miles Bader <miles@gnu.org>
10672
10673 * font-lock.el (font-lock-comment-face): Change dark-background,
10674 color, non-tty, default to `chocolate1'.
10675
10676 2000-10-13 John Wiegley <johnw@gnu.org>
10677
10678 * eshell/esh-util.el (require): Added a missing `require' form,
10679 needed when compiling (for an ange-ftp macro definition).
10680
10681 2000-10-13 Dave Love <fx@gnu.org>
10682
10683 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10684
10685 2000-10-13 Gerd Moellmann <gerd@gnu.org>
10686
10687 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
10688
10689 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
10690 transparent -colors 8).
10691
10692 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
10693
10694 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10695 that breaks with old list format timestamps.
10696 (time-stamp-warn-inactive, time-stamp-old-format-warn)
10697 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
10698
10699 2000-10-13 John Wiegley <johnw@gnu.org>
10700
10701 * align.el, pcomplete.el, calendar/timeclock.el,
10702 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10703
10704 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
10705 faulty math, where holiday hours were being computing as seconds.
10706
10707 2000-10-13 John Wiegley <johnw@gnu.org>
10708
10709 * desktop.el (desktop-buffer-modes-to-save): Added a global for
10710 specifying what "other" kinds of buffers should be saved.
10711 This used to be hard-coded.
10712 (desktop-buffer-misc-functions): A global for specifying how
10713 auxiliary data should be determined for special buffer types.
10714 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10715 instead of hard-coding the special buffer types.
10716 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10717 auxiliary data, instead of hard-coding for Info buffers and dired.
10718 (desktop-buffer-info-misc-data): Aux function for determining Info
10719 buffer auxiliary info.
10720 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10721 (desktop-buffer-info): Changed this function to use the info
10722 gathered above.
10723 (desktop-create-buffer): Be a little more careful about what
10724 `minor-mode' means before calling it. This is important for some
10725 buffer types.
10726
10727 2000-10-13 John Wiegley <johnw@gnu.org>
10728
10729 * eshell/esh-util.el: Added a global form which declares an
10730 autoload for `parse-time-string', if that function is not already
10731 defined, and if parse-time.el is available on the user's system.
10732
10733 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10734 to be aware of ange-ftp user info.
10735 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
10736 (eshell-ls-annotate): Use `eshell-file-attributes'.
10737 (eshell-ls-file): Made the user-id printing code a bit smarter.
10738
10739 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10740 allow identification of alias user ids in remote directories.
10741 It's manual, but there's no other way to know when the current user
10742 on the local machine, is also the owning user on the remote machine.
10743 (fboundp): Bind `ange-cache'.
10744 (eshell-directory-files-and-attributes): Re-organized the logic a
10745 bit to use `eshell-file-attributes' instead of `file-attributes'.
10746 The former is more sensitive to directories that are read via FTP,
10747 and knows how to use ange-ftp to determine full attribute
10748 information, instead of just the name and last modtime.
10749 (eshell-current-ange-uids): Return the current user id when in a
10750 remote directory.
10751 (eshell-parse-ange-ls): Parse a full directory listing that has
10752 been returned by ange-ftp.
10753 (eshell-file-attributes): This beefed up version of
10754 `file-attributes' is only special if the user is currently in a
10755 remote directory, in which case it does a lot of work to find out
10756 what the real attributes of a file are, as they appear on the
10757 remote machine. This makes usage of remote directories (i.e.,
10758 ange-ftp pathnames) much more useful. You can now use Eshell as a
10759 full-fledged FTP client, with much more manipulation ability than
10760 most other clients.
10761
10762 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10763 variable, which means that Eshell's du should always be preferred
10764 in remote directories.
10765 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10766 just `file-attributes'.
10767 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10768 when reading remote directories. This is an Eshell-specific
10769 variable (not part of ange-ftp).
10770 (eshell/ln): Bind `ange-cache'.
10771 (eshell/du): Added some extra logic for determining when to use
10772 Eshell's du (which is slow), and when to use the external version
10773 (which may or may not exist).
10774
10775 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10776 Call `eshell-interactive-process', rather than using
10777 `get-buffer-process', since backgrounded processes don't count in
10778 the context of this function's logic.
10779
10780 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10781 `forward-char', so that null strings are parsed correctly.
10782
10783 2000-09-13 John Wiegley <johnw@gnu.org>
10784
10785 * eshell/em-pred.el (eshell-pred-file-type)
10786 (eshell-pred-file-links, eshell-pred-file-size):
10787 Use `eshell-file-attributes'. This is more correct over ange-ftp.
10788
10789 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10790 that remote file globbing is more efficient.
10791
10792 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10793 gathering the files and attributes within a directory.
10794
10795 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10796 the command line is a special file (not a regular file, directory
10797 or symlink), always attempt to call the external version of cat.
10798
10799 2000-09-13 John Wiegley <johnw@gnu.org>
10800
10801 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10802 Eshell-friendly version of find-tag.
10803
10804 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10805
10806 * image-file.el (image-file-name-extensions)
10807 (image-file-name-regexps): Add autoload cookies.
10808
10809 2000-10-13 Kenichi Handa <handa@etl.go.jp>
10810
10811 * international/mule-cmds.el (select-safe-coding-system): If FROM
10812 is string, show it in *Warning* buffer.
10813
10814 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10815
10816 * startup.el (normal-top-level): Use display-popup-menus-p instead
10817 of window-system.
10818 (command-line): Use display-graphic-p instead of window-system.
10819 (command-line-1): Use display-popup-menus-p and display-mouse-p
10820 instead of window-system.
10821
10822 2000-10-12 Sam Steingold <sds@gnu.org>
10823
10824 * tooltip.el (tooltip-use-echo-area): New user variable.
10825 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10826
10827 2000-10-12 Dave Love <fx@gnu.org>
10828
10829 * recentf.el: Maintainer's checkdoc fixes.
10830
10831 * startup.el (normal-top-level-add-subdirs-to-load-path):
10832 Use character class, not ASCII when matching file names.
10833 (fancy-splash-head): Add trailing slash to URL.
10834 (command-line): Don't require XPM support for toolbar.
10835
10836 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10837 (cperl-invalid-face): Revert last change.
10838 (cperl-init-faces): Quote cperl-invalid-face.
10839
10840 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10841
10842 * startup.el (fancy-splash-text): Remove superfluous quote.
10843
10844 2000-10-12 Gerd Moellmann <gerd@gnu.org>
10845
10846 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10847 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10848 (command-line-1): Don't use fancy-splash-pending-command.
10849 (fancy-splash-screens-1): Goto point-min after inserting text.
10850
10851 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10852
10853 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10854 instead of shared-lisp-mode-map.
10855
10856 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10857
10858 * faces.el (header-line): Change tty-variant to use underlining.
10859
10860 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10861 (isearch-highlight): Restore lazy-isearch face properties at old
10862 position, and suppress them at new position.
10863 (isearch-dehighlight): Restore lazy-isearch face properties.
10864 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10865 over the real isearch overlay, but in that case, don't give it a
10866 face property. Use `push'.
10867
10868 2000-10-12 Kenichi Handa <handa@etl.go.jp>
10869
10870 * man.el (Man-getpage-in-background): Fix previous change.
10871 Decode the process output only when we are in multibyte mode.
10872
10873 2000-10-11 Dave Love <fx@gnu.org>
10874
10875 * info.el (Info-mode-menu): Fix some help.
10876 (info-tool-bar-map): Add entry for Info-last.
10877
10878 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10879 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10880 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10881 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10882 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10883 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10884 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10885 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10886 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10887 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10888 Reduce colour requirements to 25 overall. (Probably wants
10889 revisiting from the originals to reduce further.)
10890
10891 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10892
10893 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10894 buffer-file-coding-system, instead of raw-text.
10895 (dehexlify-buffer): Bind coding-system-for-read to
10896 buffer-file-coding-system, instead of raw-text.
10897
10898 2000-10-11 Sam Steingold <sds@gnu.org>
10899
10900 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
10901 `underline' - fixes the bug introduced on 2000-09-21.
10902
10903 2000-10-11 Dave Love <fx@gnu.org>
10904
10905 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10906 Avoid compiler warnings.
10907 (scheme-mode): Doc fix.
10908 (scheme-font-lock-keywords-1): Match `define-syntax'.
10909
10910 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
10911
10912 * faces.el (frame-set-background-mode): Pay attention to saved
10913 face specs as well as default ones. Only do anything if the
10914 bg-mode or display-type has actually changed. Use `dolist'.
10915 (region): Make dark-background `region' face less in-your-face.
10916
10917 2000-10-10 Sam Steingold <sds@gnu.org>
10918
10919 * chistory.el, ielm.el, ledit.el:
10920 * progmodes/inf-lisp.el, progmodes/scheme.el:
10921 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10922
10923 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10924
10925 * textmodes/texinfo.el: Update copyright and fix typo.
10926
10927 * desktop.el (desktop-modes-not-to-save): New var.
10928 (desktop-save-buffer-p): Use it.
10929 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10930 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10931
10932 2000-10-10 Dave Love <fx@gnu.org>
10933
10934 * toolbar/tool-bar.el (tool-bar-add-item)
10935 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
10936
10937 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10938 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10939 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10940 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10941 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10942 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10943 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10944 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10945 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10946 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10947 the .xpms; probably need retouching.
10948
10949 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10950
10951 * subr.el (add-to-list): Add optional argument APPEND.
10952 * battery.el (display-battery): Use `add-to-list'.
10953
10954 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10955
10956 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10957 properties.
10958 (zone, zone-when-idle, zone-leave-me-alone)
10959 (zone-pgm-whack-chars): Use new symbol properties.
10960
10961 * battery.el (display-battery): Doc spelling fix.
10962
10963 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10964 property.
10965
10966 2000-10-09 Dave Love <fx@gnu.org>
10967
10968 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10969 has been initialized before calling tool-bar-setup.
10970 (tool-bar-add-item-from-menu): Add autoload cookie.
10971
10972 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10973
10974 * menu-bar.el (send-mail-item-name): New function.
10975 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10976 of mail-user-agent in the menu. Don't display the "Send Mail"
10977 item if mail-user-agent is nil or its value is ignore.
10978 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10979 if read-mail-command is nil or its value is ignore.
10980
10981 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10982
10983 2000-10-09 Miles Bader <miles@gnu.org>
10984
10985 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10986 Correct image size.
10987 * toolbar/left_arrow.xpm: Correct image size.
10988
10989 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10990 will be done by the definition of `auto-compression-mode' if
10991 necessary. Move code to uninstall existing file-name handler
10992 before definition of `auto-compression-mode'.
10993
10994 * image-file.el (auto-image-file-mode): Move to the end of the
10995 file, because `define-minor-mode' actually calls the mode-function
10996 if the associated variable is non-nil, which requires that all
10997 needed functions be already defined.
10998
10999 * mouse.el (popup-menu): Balance parens.
11000
11001 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
11002
11003 * mouse.el (popup-menu): Move the command call outside the loop
11004 so that popup-menu returns whatever the command returns.
11005
11006 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
11007 (initialize-new-tags-table): Use run-hook-with-args-until-success.
11008 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
11009 (tags-table-format-functions): Renamed from tags-table-format-hooks.
11010
11011 * vc.el (vc-version-diff): diff-switches can be a list.
11012 Use relative filenames for prettier output.
11013
11014 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
11015 (vc-post-command-functions): Remove old-VC compatibility code.
11016
11017 * newcomment.el (comment-indent-default): Autoload.
11018
11019 * font-lock.el (font-lock-defaults): Make buffer-local.
11020 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
11021 (font-lock-choose-keywords):
11022 Ignore LEVEL unless KEYWORDS is a list of syms.
11023 (c-keywords, c++-keywords, objc-keywords, java-keywords):
11024 Don't wrap regexp-opt things in \(...\) unnecessarily.
11025
11026 * jit-lock.el: Don't require font-lock any more.
11027 (jit-lock-functions): Make buffer-local.
11028 (jit-lock-saved-fontify-buffer-function): Remove.
11029 (jit-lock-mode): Remove autoload cookie.
11030 Remove font-lock specific code.
11031 (jit-lock-unregister): Don't bother handling complex hooks any more.
11032 (jit-lock-refontify): New function.
11033 (jit-lock-fontify-buffer): Use it.
11034 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
11035 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
11036 Add optional args START and END.
11037 Never call font-lock-fontify-region directly.
11038 (jit-lock-function, jit-lock-stealth-fontify): Use it.
11039
11040 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
11041
11042 2000-10-08 Dave Love <fx@gnu.org>
11043
11044 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
11045
11046 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
11047
11048 * play/studly.el (studlify-region, studlify-word): Add autoload
11049 cookie.
11050
11051 * play/morse.el (morse-region, unmorse-region): Add autoload
11052 cookie.
11053
11054 * play/spook.el (spook-phrases-file): Use expand-file-name, not
11055 concat.
11056
11057 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
11058 insist on symbols starting with word syntax.
11059 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
11060 (eval-defun-1): Doc fix.
11061 (indent-sexp): Use nconc to build up indent-stack.
11062
11063 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
11064 Gnus with little use.
11065 (mail-setup-hook): Add mail-abbrevs-setup to options.
11066
11067 * recentf.el: Doc fixes.
11068
11069 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
11070 Clean up remainder.
11071
11072 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
11073 without timezone and (8) with timezone to enforce some whitespace.
11074 Simplify code somewhat.
11075
11076 * options.el (list-options): Doc that you should use customize.
11077
11078 * iswitchb.el (iswitchb-mode): Add :require.
11079
11080 * info.el (Info-goto-node, Info-menu): Doc fix.
11081 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
11082 (info-tool-bar-map): New variable.
11083 (Info-mode): Use it.
11084 (Info-edit-map): Define all in defvar.
11085 (speedbar-attached-frame): Avoid compiler warning.
11086
11087 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
11088 (global-map): Bind [tool-bar] to a filtered map.
11089 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
11090 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
11091 Allow PBM icons.
11092 (tool-bar-setup): Adjust calls of tool-bar-add-item.
11093
11094 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
11095 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
11096 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
11097 icons, except up_arrow, which is left-arrow rotated.
11098
11099 * imenu.el (imenu-add-to-menubar): Fix last change.
11100
11101 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
11102
11103 * generic-x.el (rul-generic-mode): Remove eval-when-compile
11104 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
11105
11106 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11107
11108 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
11109 typos in doc strings.
11110
11111 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
11112 the doc strings how to customize Font Lock faces.
11113
11114 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
11115 computing growth when dragging the header line.
11116
11117 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
11118
11119 * simple.el (kill-line): Doc fix.
11120
11121 2000-10-08 Miles Bader <miles@gnu.org>
11122
11123 * faces.el (secondary-selection): Make foreground visible on tty.
11124
11125 * jka-compr.el (auto-compression-mode): Move to the end of the
11126 file, because `define-minor-mode' actually calls the mode-function
11127 if the associated variable is non-nil, which requires that all
11128 needed functions be already defined.
11129 (with-auto-compression-mode): Add autoload cookie.
11130
11131 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
11132
11133 * files.el (find-backup-file-name) [ms-dos]: If support for long
11134 file names is not available, behave as if version-control were set
11135 to never.
11136
11137 2000-10-07 Dave Love <fx@gnu.org>
11138
11139 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
11140 (browse-url-gnome-moz): New function.
11141 (browse-url-browser-function): Use it.
11142 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
11143
11144 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
11145
11146 * indent.el (tab-always-indent): New var.
11147 (indent-for-tab-command): Use it.
11148
11149 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
11150 raise an error. This way it can still default to a sane value.
11151
11152 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11153
11154 * startup.el (fancy-splash-screens): Use local rather than global map.
11155 Don't use `update-menu-bindings' any more.
11156 Get rid of assumptions about keymap representation.
11157
11158 2000-10-06 Dave Love <fx@gnu.org>
11159
11160 * textmodes/fill.el (sentence-end-double-space)
11161 (sentence-end-without-period): Doc fix.
11162 (adaptive-fill-regexp): Purecopy.
11163 (unjustify-current-line): Use line-end-position.
11164 (fill-individual-paragraphs-prefix): Use line-beginning-position.
11165
11166 * net/eudc-vars.el (eudc): Add :version, :link.
11167
11168 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
11169
11170 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
11171 Fix for define-minor-mode.
11172 (function-at-point): Alias to function-called-at-point.
11173
11174 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
11175
11176 * simple.el (backward-word): Doc fix.
11177
11178 * image-file.el (image-file-name-regexp): image-file-regexps ->
11179 image-file-name-regexps.
11180 (image-file-name-extensions): Add pbm.
11181
11182 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
11183
11184 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
11185 and add filename to the names so that diff-mode can jump to source.
11186
11187 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
11188 (tex-font-lock-keywords, tex-font-lock-keywords-2)
11189 (tex-font-lock-keywords-1): Remove.
11190 (font-lock-turn-on-thing-lock): Use jit-lock-register.
11191 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
11192 (font-lock-default-fontify-region):
11193 Expand beg..end correctly when just following a multiline region.
11194 (font-lock-fontify-anchored-keywords):
11195 Include the anchor text as part of the multiline.
11196
11197 2000-10-06 Gerd Moellmann <gerd@gnu.org>
11198
11199 * loadup.el (toplevel): Load `loaddefs' before `help' because the
11200 latter needs the autoloaded define-minor-mode macro during the
11201 bootstrap.
11202
11203 * startup.el (command-line): For now, activate tool-bar-mode only
11204 if XPM images are supported.
11205
11206 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11207 window by dragging a header-line at the top of the frame; that's
11208 confusing because the header-line doesn't move.
11209 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
11210 of treating the event as a list. Some cleanup.
11211
11212 2000-10-06 Miles Bader <miles@gnu.org>
11213
11214 * simple.el (display-message-or-buffer): New function.
11215 (shell-command-on-region): Use `display-message-or-buffer'.
11216
11217 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
11218 docstring parts.
11219
11220 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11221 (smbclient-prompt-regexp): Add usage note to doc string.
11222 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
11223 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
11224 Use add-hook for adding the comint filter function, and only do so
11225 if it's not already in the global hook list.
11226 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
11227 to `make-local-variable'.
11228 (nslookup-font-lock-keywords): Remove prompt entry.
11229 (nslookup): Don't set the process-filter.
11230 (finger): Exit the loop correctly when the regexps list runs out.
11231 (ftp, smbclient, smbclient-list-shares):
11232 Set the real major mode immediately, not after execing.
11233 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
11234
11235 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
11236
11237 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
11238
11239 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
11240
11241 * which-func.el (which-func-format): Remove spurious space.
11242 (which-func-mode): Don't make it permanent-local.
11243 (which-func-ff-hook): Allow which-func-maxout to be nil.
11244 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
11245 (which-func-mode): Simplify.
11246 Use post-command-idle-hook rather than post-command-hook.
11247 Go through all buffers and update their state.
11248 (which-function): Also try add-log-current-defun-function.
11249
11250 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
11251 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
11252 Update call to with-vc-properties accordingly.
11253 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
11254 (vc-revert-buffer): More careful about window selection and deletion.
11255 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
11256
11257 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
11258 (cvs-retrieve-revision): Reuse a pre-existing buffer.
11259 (cvs-dired-action): Change the default to quickdir.
11260
11261 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
11262 if comment-indent-function returns nil.
11263 (comment-indent-default): New function.
11264 (comment-indent-function): Use it and document the new semantics.
11265
11266 * image-file.el: Docstring fixes.
11267
11268 * help.el (help-xref-on-pp): Use match-string.
11269 (describe-variable): New arg BUFFER.
11270 Store the current buffer in the help-xref-stack.
11271 (temp-buffer-resize-mode): Use define-minor-mode.
11272
11273 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
11274 consistently with its docstring.
11275 Set jit-lock-first-unfontify-pos in an idempotent way.
11276 (jit-lock-register): Autoload and add arg CONTEXTUAL.
11277
11278 2000-10-05 Alex Schroeder <alex@gnu.org>
11279
11280 * sql.el (sql-mysql-options): New variable.
11281 (sql-mysql): Use it.
11282
11283 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
11284
11285 * image.el (image): New group.
11286
11287 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11288 (smerge-base-face, smerge-markers-face): Add dark-background variants.
11289
11290 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11291
11292 * net/net-utils.el (nslookup-font-lock-keywords)
11293 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11294 Ignore the value of wqindow-system; always define keywords
11295
11296 2000-10-05 Kenichi Handa <handa@etl.go.jp>
11297
11298 * startup.el (fancy-splash-screens): Remove the code for
11299 debugging; `(trace-to-stderr "EXITTT\n")'.
11300
11301 2000-10-05 Miles Bader <miles@gnu.org>
11302
11303 * diff-mode.el (diff-goto-source): Update call to
11304 `diff-hunk-status-msg' to reflect new REV variable.
11305
11306 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
11307
11308 * progmodes/icon.el (icon-mode):
11309 Don't gratuitously override the default for comment-column.
11310
11311 * vc-hooks.el (vc-mode-line): Fix interactive spec.
11312
11313 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
11314 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
11315 (jit-lock-functions): New var.
11316 (jit-lock-function-1): Use it if non-nil.
11317 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
11318 Set the `fontified' property before doing the fontification to avoid
11319 repeatedly going through the same error.
11320 Don't turn errors into messages.
11321 (jit-lock-register, jit-lock-unregister): New functions.
11322
11323 * dired.el (dired-mark-pop-up): Turn comment into docstring.
11324 Use with-current-buffer.
11325
11326 * dired-aux.el (dired-do-create-files, dired-kill-tree):
11327 Turn comment into docstring.
11328
11329 * apropos.el (apropos-mode): Use define-derived-mode.
11330
11331 2000-10-04 Gerd Moellmann <gerd@gnu.org>
11332
11333 * startup.el (fancy-splash-pending-command): New variable.
11334 (fancy-splash-pre-command): New function.
11335 (fancy-splash-screens): Rewritten.
11336 (command-line-1): If fancy-splash-pending-command is set, call it
11337 interactively.
11338
11339 2000-10-04 Dave Love <fx@gnu.org>
11340
11341 * toolbar/tool-bar.el (tool-bar-setup): New function.
11342 (tool-bar-mode): Use it.
11343
11344 * subr.el (substitute-key-definition): Doc fix.
11345 (play-sound-file): New command.
11346
11347 2000-10-04 Andre Spiegel <spiegel@gnu.org>
11348
11349 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
11350 vc-version-backup-file-name): New functions.
11351
11352 * files.el (basic-save-buffer): Call vc-before-save before saving.
11353
11354 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
11355 vc-cvs-stay-local-p.
11356
11357 * vc.el (vc-revert-buffer): Handle empty diff properly.
11358 (vc-version-backup-file): New function.
11359 (vc-checkout): Create a version backup if necessary.
11360 (vc-checkin): If a version backup file exists, delete it.
11361 (vc-version-diff): Diff locally using version backups, if available.
11362 (vc-revert-file): If there's a version backup, revert locally.
11363 (vc-transfer-file): Use version backup for base version, if
11364 available. If not, ask for confirmation whether to get it from the
11365 server. Update mode line before check-in.
11366
11367 2000-10-04 Dave Love <fx@gnu.org>
11368
11369 * toolbar/tool-bar.el (tool-bar-setup): New function.
11370 (tool-bar-mode): Use it.
11371
11372 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
11373
11374 * net/net-utils.el (nslookup-font-lock-keywords)
11375 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
11376 Only set if window-system is non-nil
11377 (net-utils-run-program): Returns buffer.
11378 (network-connection-reconnect): Added this function.
11379
11380 * generic.el:
11381 Incorporates extensive cleanup and docfixes by
11382 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
11383 Uses cl compile-time macros.
11384 (generic-mode-name, generic-comment-list)
11385 (generic-keywords-list, generic-font-lock-expressions)
11386 (generic-mode-function-list, generic-mode-syntax-table):
11387 Removed variables.
11388 (generic-mode-alist): Renamed to generic-mode-list.
11389 (generic-find-file-regexp): Default changed to "^#".
11390 (generic-read-type): Uses completing read on generic-mode-list.
11391 (generic-mode-sanity-check): removed this function.
11392 (generic-add-to-auto-mode): Removed this function
11393 (generic-mode-internal): Bind mode-specific definitions
11394 into function instead of putting them in alist.
11395 (generic-mode-set-comments): Reworked extensively.
11396 (generic-mode-find-file-hook): Simplified regexp searching
11397 (generic-make-keywords-list): Omit extra pair of parens
11398
11399 * find-lisp.el (find-lisp-find-files-internal):
11400 Make sure directory name ends with "/".
11401
11402 * generic-x.el (apache-conf-generic-mode):
11403 Regexp now allows leading whitespace.
11404 (rc-generic-mode): Added eval-when-compile
11405 around generic-make-keywords-list.
11406 Deleted duplicate regexp
11407 (rul-generic-mode): Added eval-when-compile
11408 around generic-make-keywords-list.
11409 (etc-fstab-generic-mode): New generic mode.
11410 (rul-generic-mode): Removed one eval-when-compile
11411 which caused a max-specpdl-size exceeded error.
11412
11413 2000-10-04 Miles Bader <miles@gnu.org>
11414
11415 * simple.el (minibuffer-temporary-goal-position): New variable.
11416 (next-history-element): Try to keep the position of point in the
11417 input string constant.
11418
11419 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
11420 (dired-do-create-files): If there's only one file, pass it in as
11421 the DEFAULT arg to dired-mark-read-file-name.
11422
11423 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
11424
11425 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
11426 (diff-goto-source): Be smarter when choosing REVERSE or not.
11427
11428 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
11429 (texinfo-mode-menu): Add an explicit shortcut for update all.
11430
11431 2000-10-03 Andre Spiegel <spiegel@gnu.org>
11432
11433 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
11434 factorize backend-specific code cleanly (this was essentially
11435 conceived by Stefan Monnier).
11436 (vc-unregister): Function removed.
11437 (vc-revert-file): New function.
11438 (vc-revert-buffer): Delegate some of the work to it.
11439
11440 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
11441 default branch unconditionally.
11442 (vc-rcs-set-default-branch): New function.
11443 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
11444 (vc-rcs-checkin): If an appropriate default branch has been set,
11445 force creation of that branch.
11446 (vc-rcs-receive-file): Rewritten to contain only backend-specific
11447 code (as suggested by Stefan Monnier).
11448
11449 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11450
11451 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
11452 highlighting overlay with a different face over the overlay
11453 isearch uses to highlight the current match because that can lead
11454 to bad face combinations.
11455
11456 * loadup.el (toplevel): Load faces before isearch.
11457
11458 * isearch.el (isearch-faces): New custom group.
11459 (isearch): New defface; was already tested for in the code.
11460 (isearch-lazy-highlight-face): Changed to defface from defcustom.
11461 (isearch-highlight): Always use face `isearch'.
11462
11463 2000-10-02 Dave Love <fx@gnu.org>
11464
11465 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
11466 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
11467 comparison of opcode with operand.
11468
11469 2000-10-03 Miles Bader <miles@gnu.org>
11470
11471 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
11472 buffer, since the echo area will now grow to accommodate them.
11473
11474 2000-10-02 Andre Spiegel <spiegel@gnu.org>
11475
11476 * vc-hooks.el (vc-registered): If FILE used to be registered under
11477 a certain backend, try that one first.
11478
11479 * vc.el (vc-responsible-backend): Undo the previous change in the
11480 argument list. Handle multiple backends correctly.
11481 (vc-find-new-backend): Function removed.
11482 (vc-register): Use vc-responsible-backend, as before.
11483 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11484
11485 2000-10-02 Gerd Moellmann <gerd@gnu.org>
11486
11487 * startup.el (fancy-splash-head): Change message below the
11488 logo.
11489
11490 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
11491
11492 * diff-mode.el (diff-goto-source): Emit a status message.
11493 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
11494 (diff-test-hunk): Fix doc string.
11495 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
11496 (diff-advance-after-apply-hunk): New variable.
11497 (diff-apply-hunk): Don't return a value.
11498
11499 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
11500
11501 * vc.el (vc-editable-p): Minor optimization.
11502 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
11503 (vc-find-new-backend): New function split from vc-responsible-backend.
11504 (vc-register): Use it.
11505 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
11506 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
11507 (vc-default-unregister, vc-revert-buffer): Docstring fix.
11508 (vc-clear-headers): Don't use find-file.
11509 (vc-revert-buffer): Use `and' again (must have been a braino).
11510 (vc-switch-backend): Only prompt if requested.
11511 Short circuit if nothing is to be done.
11512 Don't use vc-resynch-buffer which could lose unsaved editing.
11513 (vc-default-receive-file): Update call to vc-unregister.
11514 (with-vc-file, vc-next-action-on-file):
11515 Use vc-backend rather than vc-registered.
11516 (vc-next-action-on-file): Use intern-soft.
11517 Deal with read-only *vc-diff* buffer.
11518 (vc-transfer-file): Docstring fix.
11519
11520 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
11521 (vc-rcs-receive-file): Avoid with-vc-properties.
11522 Update call to vc-unregister.
11523 Use constant `RCS' rather than (dynamically bound) var `backend'.
11524
11525 2000-10-01 Andre Spiegel <spiegel@gnu.org>
11526
11527 * vc.el (vc-next-action-on-file): Update mode line only if file
11528 is visited.
11529 (vc-start-entry): New argument initial-contents. Don't visit the file
11530 if it isn't already visited. Brought documentation up-to-date.
11531 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11532 (vc-checkin): New optional arg initial-contents, which is passed to
11533 vc-start-entry.
11534 (vc-finish-logentry): Make sure to bury log buffer only if there
11535 really is one. Call `vc-resynch-buffer' on log-file, not
11536 buffer-file-name.
11537 (vc-default-comment-history, vc-default-wash-log): New functions.
11538 (vc-index-of): Removed.
11539 (vc-transfer-file): Make do without the above.
11540 (vc-default-receive-file): Call comment-history unconditionally. Pass
11541 the resulting string to vc-checkin, instead of inserting it into the
11542 comment ring.
11543
11544 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11545 unconditionally. Use the comments as initial contents of the log
11546 entry buffer. Document the trick to force branch creation with no
11547 changes.
11548
11549 2000-10-01 Miles Bader <miles@gnu.org>
11550
11551 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11552 `recenter' with an arg to prevent redrawing the display.
11553
11554 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11555
11556 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11557
11558 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11559
11560 * progmodes/c-mode.el (c-mode):
11561 Don't gratuitously override the default for comment-column.
11562
11563 * textmodes/tex-mode.el (latex-metasection-list): New var.
11564 (latex-imenu-create-index): Use it.
11565 Move the regexp construction outside loops (and use push).
11566 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11567 (tex-font-lock-keywords): Moved from font-lock.el.
11568 (tex-comment-indent): Remove.
11569 (tex-common-initialization): Don't set comment-indent-function.
11570 (latex-block-default): New var.
11571 (tex-latex-block): Use it to provide a default choice.
11572 Add any unknown choice to latex-block-names.
11573 Insert [...] after {...}.
11574 (tex-last-unended-begin): Simplify regexp.
11575 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11576 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11577 (latex-mode): Set forward-sexp-function.
11578
11579 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11580 Add regexp for @ignore ... @end ignore.
11581 (texinfo-heading-face): New face.
11582 (texinfo-font-lock-keywords): Use it.
11583 (texinfo-mode-menu): New menu.
11584 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11585 New functions.
11586 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11587 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11588 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11589 Remove declaration.
11590 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11591
11592 * delsel.el (delete-selection-mode): Use define-minor-mode.
11593
11594 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11595
11596 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11599
11600 2000-09-30 Gerd Moellmann <gerd@gnu.org>
11601
11602 * replace.el (keep-lines-read-args): New function.
11603 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11604 read arguments interactively. Add parameters RSTART and REND.
11605 Operate on the active region in Transient Mark mode.
11606
11607 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11608
11609 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11610 (authors-obsolete-files-regexps): New variable.
11611 (authors-add): Don't record changes in obsolete files.
11612
11613 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11614
11615 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11616
11617 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11618 (comment-indent): Make sure there's a space between code and comment.
11619 Shift comments left to avoid going past fill-column.
11620
11621 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11622
11623 * startup.el (startup-echo-area-message): New function.
11624 (display-startup-echo-area-message): Use it.
11625 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11626 (fancy-splash-default-action): New function.
11627 (fancy-splash-screens-1): New function.
11628 (fancy-splash-head): Put a help-echo and a keymap under the image.
11629
11630 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11631
11632 * diff-mode.el (diff-add-log-file-name): Remove.
11633 (diff-mode): Use add-log-buffer-file-name-function.
11634
11635 * add-log.el (find-change-log): New arg BUFFER-FILE.
11636 (add-log-file-name): Obey add-log-file-name-function.
11637 (add-log-buffer-file-name-function): New var.
11638 (add-change-log-entry): Use it.
11639
11640 2000-09-29 Miles Bader <miles@gnu.org>
11641
11642 * image-file.el (image-file-name-extensions): New variable.
11643 (image-file-name-regexps): Renamed from `image-file-regexps'.
11644 New default value is nil. Call `auto-image-file-mode'.
11645 (image-file-name-regexp): New function.
11646 (auto-image-file-mode): New minor mode.
11647 (insert-image-file): Don't make conditional on the image-file
11648 handler being enabled.
11649 (image-file-handler): Make the call here conditional instead.
11650 (set-image-file-handler-enabled, enable-image-file-handler)
11651 (disable-image-file-handler): Functions removed.
11652
11653 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11654 string.
11655
11656 2000-09-29 Gerd Moellmann <gerd@gnu.org>
11657
11658 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11659 it's a function from CL.
11660 (latex-imenu-create-index): Replace eval-when-compile with progn
11661 because latex-section-alist is not bound while compiling.
11662
11663 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11664
11665 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11666 (outline-mode): Use define-derived-mode.
11667
11668 * progmodes/perl-mode.el (perl-mode):
11669 * progmodes/awk-mode.el (awk-mode):
11670 * progmodes/asm-mode.el (asm-mode):
11671 Don't gratuitously override the default for comment-column.
11672
11673 * emacs-lisp/lisp.el (lisp-complete-symbol):
11674 Distinguish the let-binding case from the funcall case.
11675 (forward-sexp-function): New variable.
11676 (forward-sexp): Use it.
11677
11678 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11679 (easy-mmode-defmap): Remove the now useless autoload.
11680
11681 * time.el (display-time-mode): Use define-minor-mode.
11682
11683 * subr.el (add-minor-mode): Don't eval NAME.
11684 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11685 Use if rather than cond.
11686
11687 * simple.el (read-expression-map): Define more properly.
11688 (comment-indent-hook): Remove.
11689 (string-to-syntax): Bug fix.
11690
11691 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11692 (cvs-ediff-diff): Fix typo.
11693 (cvs-revert-if-needed): Don't bother preserving read-only.
11694
11695 * paren.el (show-paren-mode): Use define-minor-mode.
11696
11697 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11698 (toggle-auto-compression): Remove.
11699 (jka-compr-build-file-regexp): Remove useless grouping.
11700
11701 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11702 Avoid user-reserved bindings.
11703 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11704 (diff-header-face): Revert to grey85.
11705
11706 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11707
11708 * complete.el (partial-completion-mode) <defcustom>: Remove.
11709 (partial-completion-mode): Use define-minor-mode.
11710 (PC-do-completion): Understand `completion-auto-help = delay'
11711 to mean to popup the completion buffer only the second time.
11712 (PC-include-file-all-completions, PC-include-file-all-completions)
11713 (PC-include-file-all-completions): Don't quote lambda.
11714
11715 * comint.el (comint-mode-hook): Docstring fix.
11716 (comint-mode): Use define-derived-mode.
11717 (comint-mode-map): Remove obsolete comment.
11718 (make-comint): Minor stylistic change.
11719 (comint-insert-clicked-input): Be more careful to find the overlay.
11720 Use this-command-keys rather than hardcoding mouse-2.
11721
11722 * font-lock.el: Replace confusing (,@ with ,
11723 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11724 Don't use regexp-opt-depth. Spice up the regexp for args.
11725 Don't distinguish between cmds that can take an opt arg or not.
11726 Use `append' and `prepend' rather than `keep'.
11727
11728 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11729 (latex-outline-regexp): New var.
11730 (latex-outline-level): New fun.
11731 (latex-section-alist): New var.
11732 (latex-imenu-create-index): Use it. Use `push' as well.
11733 (tex-shell-map): Initialize it properly.
11734 (tex-mode): Minor stylistic change.
11735 (plain-tex-mode): Use define-derived-mode.
11736 (latex-mode): Use define-derived-mode.
11737 Construct the paragraph regexps in a more readable way.
11738 Set the buffer-local outline-{level,regexp} vars.
11739 (slitex-mode): Derive from latex-mode.
11740 (tex-common-initialization): Don't kill-all-vars anymore.
11741 Add setting for comment-add and font-lock-defaults.
11742 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11743 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11744 (tex-start-tex): New arg DIR (and send a chdir command for it).
11745 Also display the shell buffer and save it in tex-last-buffer-texed.
11746 (tex-region): Use expand-file-name rather than concat.
11747 Remove code made useless by changes in tex-start-tex.
11748 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11749
11750 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11751
11752 2000-09-28 Dave Love <fx@gnu.org>
11753
11754 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11755
11756 2000-09-28 Gerd Moellmann <gerd@gnu.org>
11757
11758 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11759 `append'.
11760
11761 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11762
11763 * info.el (Info-extract-pointer): Undo last change.
11764 Instead, fix the position of the `bound' arg to re-search-backward.
11765
11766 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11767
11768 * info.el (Info-extract-pointer):
11769 Widen more carefully, to avoid finding pointers in other nodes.
11770 (Info-index): Use push.
11771
11772 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11773
11774 * frame.el (set-frame-font): Remove call to obsolete function
11775 frame-update-faces.
11776 (set-foreground-color, set-background-color): Likewise for
11777 frame-update-face-colors.
11778
11779 2000-09-27 Miles Bader <miles@gnu.org>
11780
11781 * image-file.el: New file.
11782
11783 2000-09-27 Gerd Moellmann <gerd@gnu.org>
11784
11785 * frame.el (frame-notice-user-settings): Don't call
11786 frame-update-faces, which is a no-op now.
11787
11788 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11789 tool-bar-lines.
11790
11791 2000-09-27 Dave Love <fx@gnu.org>
11792
11793 * mouse.el: Fix last change.
11794
11795 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11796
11797 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11798
11799 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11800
11801 * international/quail.el (quail-help): The output message is
11802 improved.
11803
11804 2000-09-26 Dave Love <fx@gnu.org>
11805
11806 * mouse.el (popup-menu): If POSITION is nil, set it using
11807 mouse-position.
11808
11809 2000-09-25 Sam Steingold <sds@gnu.org>
11810
11811 * net/browse-url.el (browse-url-file-url): Check for null maps.
11812
11813 2000-09-26 Gerd Moellmann <gerd@gnu.org>
11814
11815 * frame.el (frame-notice-user-settings): Don't add a
11816 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11817
11818 * frame.el (frame-notice-user-settings):
11819 Make tool-bar-mode and default-frame-alist consistent.
11820
11821 * toolbar/tool-bar.el (tool-bar-help): New function.
11822
11823 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11824
11825 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11826 current-load-list in top-level forms. Else this leaks a cons cell
11827 every time a defun is called.
11828
11829 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11830
11831 2000-09-25 Dave Love <fx@gnu.org>
11832
11833 * startup.el (fancy-splash-head): Check XPM is available.
11834
11835 * autoinsert.el (auto-insert): Doc fix.
11836 (auto-insert-alist): Following GNU notices, don't say `copyright
11837 _by_'. Use line-beginning-position.
11838 (auto-insert): Check buffer-file-name is non-nil before use.
11839
11840 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11841
11842 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11843 starting with `@def' or `@multitable', in addition to ones
11844 specified by the user in auto-fill-inhibit-regexp.
11845
11846 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
11847
11848 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11849 rmail-dont-reply-to-names matches the empty string.
11850
11851 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11852
11853 * startup.el (command-line-1, fancy-splash-text): Change the
11854 text to sound more friendly.
11855
11856 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11857
11858 * progmodes/hideshow.el: Update author email address.
11859 Generally, sync w/ maintainer version 5.22.
11860 (hs-hide-all-non-comment-function): New var.
11861 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11862 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11863 (hs-show-region): Delete this command.
11864 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11865
11866 2000-09-22 Dave Love <fx@gnu.org>
11867
11868 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11869 (hl-line-highlight): Specify buffer when moving overlay.
11870
11871 * progmodes/fortran.el (fortran-mode): Locally set
11872 normal-auto-fill-function.
11873 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11874 (fortran-mode-map): Adjust auto-fill menu entry.
11875
11876 2000-09-22 Gerd Moellmann <gerd@gnu.org>
11877
11878 * vc-rcs.el (toplevel): Require `vc' when compiling.
11879
11880 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11881
11882 2000-09-22 Andre Spiegel <spiegel@gnu.org>
11883
11884 * vc.el (vc-switch-backend): Signal an error if the file is not
11885 registered under the new backend.
11886
11887 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11888 without explicit revision number.
11889
11890 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11891
11892 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11893 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11894 (diff-xor): New function.
11895 (diff-find-source-location): Use it. Fix a stupid name clash.
11896 (diff-hunk-status-msg): New function.
11897 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11898 (diff-test-hunk): Use diff-find-source-location.
11899 (diff-goto-source): Favor the `reverse'.
11900 (diff-hunk-text): Properly handle one-sided context diffs.
11901 (diff-apply-hunk): When done, advance to the next hunk.
11902
11903 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11904
11905 * startup.el (command-line): If frame was created with a non-zero
11906 tool-bar-lines parameter, switch tool-bar-mode on.
11907
11908 * add-log.el (change-log-date-face, change-log-name-face)
11909 (change-log-email-face, change-log-file-face)
11910 (change-log-list-face, change-log-conditionals-face)
11911 (change-log-function-face, change-log-acknowledgement-face):
11912 New faces, inheriting from font-lock faces.
11913 (change-log-font-lock-keywords): Use them.
11914
11915 2000-09-21 Dave Love <fx@gnu.org>
11916
11917 * progmodes/cperl-mode.el (top-level): Clean up
11918 `eval-when-compile's and assorted defvars.
11919 (cperl-invalid-face): Don't double-quote value. Change custom
11920 type.
11921 (cperl-mode): Set normal-auto-fill-function and don't zap
11922 auto-fill-function.
11923 (cperl-imenu--function-name-regexp-perl): Renamed from
11924 imenu-example--function-name-regexp-perl.
11925 (cperl-imenu--create-perl-index): Renamed from
11926 imenu-example--create-perl-index.
11927 (cperl-xsub-scan): Don't require cl.
11928
11929 * msb.el (msb-mode-map): Use substitute-key-definition.
11930 (msb-mode): Use msb-mode-map.
11931
11932 2000-09-21 Andre Spiegel <spiegel@gnu.org>
11933
11934 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11935 New functions.
11936 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11937 (vc-switch-backend): New function.
11938 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11939 (vc-register): Fix prompt.
11940 (vc-unregister, vc-default-unregister): New functions.
11941 (vc-version-diff): Handle empty buffer in sentinel.
11942
11943 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11944 (vc-rcs-state-heuristic): Use it to guess the state of files with
11945 non-strict locking.
11946 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11947 been set with -b, but not created yet.
11948 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11949 contents in order to find the state.
11950 (vc-rcs-checkin): Allow creation of branches with no changes.
11951 (vc-rcs-unregister, vc-rcs-receive-file)
11952 (vc-rcs-set-non-strict-locking): New functions.
11953
11954 * vc-hooks.el (vc-name): Force correct computation of the value
11955 in case it is missing.
11956
11957 2000-09-21 Gerd Moellmann <gerd@gnu.org>
11958
11959 * startup.el (fancy-splash-tail): Use a different foreground
11960 color on a dark frame background.
11961
11962 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11963
11964 * info.el: Use the correct capitalization when making Info-mode
11965 and Info-edit-mode `special' modes.
11966
11967 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11968
11969 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11970 (diff-mode): Add support for add-log.el.
11971 (diff-hunk-text): Use char offsets rather than line offsets.
11972 (diff-find-source-location): Replace LINE with line-offset (nil
11973 if not found) and always set POS to a meaningful position.
11974 Adapt to the new char-offsets.
11975 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11976 Adapt to the new diff-find-source-location.
11977 (diff-goto-source): Adapt to the new diff-find-source-location.
11978
11979 * add-log.el (add-log-file-name): New function (split out of
11980 add-change-log-entry).
11981 (add-change-log-entry): Use it.
11982 Call add-log-file-name-function with the changelog file name if
11983 the current buffer is not associated with any file.
11984 Avoid find-file if the selected window is dedicated.
11985
11986 * diff-mode.el (diff-find-source-location):
11987 Move code from diff-apply-hunk. Return buffer rather than file.
11988 (diff-apply-hunk): Use the new result from diff-find-source-location.
11989 (diff-goto-source): Use the new diff-find-source-location.
11990
11991 2000-09-20 Dave Love <fx@gnu.org>
11992
11993 * iswitchb.el: Some doc fixes.
11994 (iswitchb-mode-map): Define completely initially. Inherit
11995 minibuffer-local-map.
11996 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11997 fundamental-mode.
11998 (iswitchb-global-map): New variable.
11999 (iswitchb-summaries-to-end): Amalgamate regexps.
12000 (iswitchb-mode): New.
12001 (iswitchb-mode-hook): New variable.
12002 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
12003 `extensions'.
12004
12005 2000-09-20 Gerd Moellmann <gerd@gnu.org>
12006
12007 * ehelp.el (electric-help): New defgroup.
12008 (electric-help-shrink-window): New user-option.
12009 (with-electric-help): Use it.
12010
12011 * window.el (shrink-window-if-larger-than-buffer): If face
12012 `mode-line' has a :box, and we're on a graphical frame, add 1
12013 to the needed window height.
12014
12015 * frame.el (frame-notice-user-settings): Add a last parameter nil
12016 to a call to `append', because the last list passed to `append' is
12017 not copied, and so subsequent calls to assq-delete-all will modify
12018 default-frame-alist.
12019
12020 * startup.el (fancy-splash-image): Change :type.
12021 (fancy-splash-head): Use an XBM image if appropriate.
12022 (command-line-1): Show splash screens in more cases.
12023
12024 * startup.el (fancy-splash-text): Don't quote faces.
12025
12026 * dired.el (dired-font-lock-keywords): Undo last change.
12027 (dired-readin): Bind indent-tabs-mode to nil.
12028
12029 * startup.el (fancy-splash-head): If frame's background mode
12030 is `dark', change the black background of the image to gray.
12031 (fancy-splash-screens): Display startup echo area message.
12032 (display-startup-echo-area-message): New function.
12033
12034 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
12035
12036 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
12037
12038 * info.el (info-header-node): Tweak for color ttys.
12039
12040 * faces.el (face-valid-attribute-values): Make sure directories we
12041 search for stipples both exist and are readable before trying to
12042 search them.
12043
12044 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
12045 in the dry-run case.
12046
12047 * jka-compr.el (with-auto-compression-mode): New macro.
12048
12049 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
12050 (custom-group-tag-face, custom-variable-tag-face): Use relative
12051 :height and inherit from `variable-pitch' face instead of
12052 hardwiring :family.
12053 * hi-lock.el (hi-black-hb): Likewise.
12054
12055 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
12056 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
12057 toolbar-add-item, if image doesn't have a mask add a `:mask
12058 heuristic'.
12059
12060 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
12061
12062 * diff-mode.el: Docstring fixes.
12063 (diff-header-face, diff-comment-face): New faces.
12064 (diff-font-lock-keywords): Highlight a bit differently.
12065 (diff-find-source-location): Don't return SPAN any more.
12066 (diff-hunk-text): Don't bother erasing the temp buffer.
12067 (diff-find-text): Drop argument LINE.
12068 (diff-apply-hunk): Update calls to diff-find-text.
12069 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
12070
12071 * calendar/calendar.el: Docstring fixes.
12072 (calendar-make-alist): Don't quote lambda.
12073 (calendar-star-date): Use make-local-variable.
12074
12075 2000-09-19 Dave Love <fx@gnu.org>
12076
12077 * toolbar/tool-bar.el: Renamed from toolbar.el.
12078 Change `toolbar' to `tool-bar' generally in symbols.
12079 Make some items invisible in `special' major modes.
12080 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
12081 Add arg PROPS.
12082
12083 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
12084 Add :version here.
12085 (fancy-splash-delay, fancy-splash-image): Remove :version here.
12086
12087 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12088
12089 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
12090
12091 * files.el (find-file-suppress-same-file-warnings): New user-option.
12092 (find-file-noselect): Use it.
12093
12094 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
12095 (fancy-splash-screen): Defgroup.
12096
12097 * add-log.el (change-log-font-lock-keywords): Match names
12098 more exactly for the case that font-lock-constant-face is
12099 underlined.
12100
12101 2000-09-19 Richard M. Stallman <rms@gnu.org>
12102
12103 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
12104
12105 2000-09-19 Andre Spiegel <spiegel@gnu.org>
12106
12107 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
12108
12109 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12110
12111 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
12112 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
12113 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
12114 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
12115 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
12116 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
12117 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
12118 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
12119 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
12120 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
12121 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
12122 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
12123
12124 * startup.el (fancy-splash-text): New variable.
12125 (fancy-splash-delay, fancy-splash-image): New user-options.
12126 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
12127 (fancy-splash-screens): New functions.
12128 (command-line-1): If display has a `display' frame parameter, has
12129 colors, and we have XPM support, show more fancy splash screens.
12130
12131 2000-09-19 Dave Love <fx@gnu.org>
12132
12133 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
12134 with null `help'. Use modern backquote syntax.
12135
12136 2000-09-19 Gerd Moellmann <gerd@gnu.org>
12137
12138 * font-lock.el (font-lock-mode): Change message telling the user
12139 that ``the buffer is too big''.
12140
12141 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
12142 for instance for the case that tab-width is 2.
12143
12144 2000-09-18 Gerd Moellmann <gerd@gnu.org>
12145
12146 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
12147 toolbar-add-item, if image doesn't have a mask add a `:mask
12148 heuristic'.
12149
12150 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
12151
12152 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
12153 and return a cons if it's non-nil.
12154 (diff-apply-hunk): Try to jump to the line in the source text
12155 corresponding to the position of point in the in the hunk.
12156
12157 * info.el (Info-title-3-face, Info-title-2-face)
12158 (Info-title-1-face): Use face inheritance and relative sizes
12159 instead of hard-wiring things.
12160
12161 * faces.el (secondary-selection): Make dark-background variant sane.
12162
12163 2000-09-16 Andrew Innes <andrewi@gnu.org>
12164
12165 * makefile.w32-in (compile-files-CMD): No need to make .elc files
12166 read-only, since they aren't under VC now.
12167
12168 2000-09-17 Dave Love <fx@gnu.org>
12169
12170 * tmm.el: Replace mapcar with mapc in several places.
12171
12172 * loadhist.el (unload-feature): Maybe call elp-restore-list and
12173 ad-unadvise.
12174
12175 * international/latin1-disp.el: New file.
12176
12177 * calendar/cal-move.el (scroll-calendar-left)
12178 (scroll-calendar-right): Make arg optional (for active mode line).
12179
12180 * calendar/calendar.el (calendar-mode-line-format): Make fields
12181 mouse-sensitive.
12182 (calendar-read-date, calendar-read-date, calendar-window-list):
12183 Unquote lambda.
12184 (calendar-month-name): Use aref, not sref.
12185
12186 * view.el (minor-mode-alist): Propertize the string.
12187
12188 * international/characters.el (standard-case-table): Add entries
12189 for Greek.
12190
12191 2000-09-18 Miles Bader <miles@gnu.org>
12192
12193 * info.el (info-node, info-xref): Add dark-background variants.
12194
12195 * faces.el (header-line): Change defaults to be less confusing
12196 when mixed with mode-lines.
12197
12198 * info.el (Info-fontify-node): Make a few cleanups.
12199 Add extra `help-echo' and `local-map' props to node xrefs.
12200 Use header-specific faces for node-names & xrefs.
12201 (Info-use-header-line): New variable.
12202 (info-header-xref, info-header-node): New faces.
12203 (Info-setup-header-line): New function.
12204 (Info-select-node): Call Info-setup-header-line when enabled.
12205 (Info-extract-pointer): Work even if the header line is hidden.
12206 (Info-header-line): New variable.
12207
12208 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
12209
12210 * vms-patch.el (print-region-function): Don't quote lambda.
12211
12212 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
12213
12214 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
12215 (lm-get-header-re): Allow spaces between the header and the colon.
12216 (lm-header): Allow $ in non-RCS headers.
12217 (lm-header-multiline): Put the strings back into order.
12218 Stop at an empty line. Don't require two space chars if the
12219 line is clearly not another header line.
12220
12221 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
12222 (popup-menu-popup): Remove.
12223
12224 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12225
12226 * toolbar/toolbar.el (toolbar-add-item): Use the same image
12227 specification if or if not tool-bar item contains an `:enabled'
12228 property.
12229
12230 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
12231 current buffer has no file name.
12232
12233 2000-09-15 Dave Love <fx@gnu.org>
12234
12235 * strokes.el: Sync with maintainer's current version with changes
12236 for Emacs, but avoid runtime cl and levents.
12237 (toplevel): Change autoloads and compilation requires.
12238 (strokes-version, strokes-bug-address, strokes-lift): Values
12239 changed.
12240 (strokes-xpm-header, strokes-insinuated): New variable.
12241 (strokes): Add :link.
12242 (strokes-mode): Customized.
12243 (strokes-while-inhibiting-garbage-collector): New macro.
12244 (strokes-remassoc): Avoid remove-if.
12245 (strokes-fix-button2-command): Don't use ad-do-it.
12246 (strokes-insinuate): New function.
12247 (strokes-button-press-event-p, strokes-button-release-event-p):
12248 New functions, used instead of non-`strokes-' versions..
12249 (strokes-mouse-event-p): Rewritten.
12250 (strokes-event-closest-point): Avoid event-point.
12251 (strokes-get-grid-position): Avoid cdadr, caadr
12252 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
12253 functions.
12254 (strokes-help): Use with-output-to-temp-buffer.
12255 (strokes-window-configuration-changed-p): New function.
12256 (strokes-update-window-configuration): Use buffer-live-p,
12257 strokes-window-configuration-changed-p.
12258 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
12259 (strokes-char-face): New face.
12260 (strokes-char-table, strokes-base64-chars): New variable.
12261 (strokes-xpm-for-stroke, strokes-list-strokes)
12262 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
12263 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
12264 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12265 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
12266 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
12267 functions.
12268
12269 2000-09-15 Gerd Moellmann <gerd@gnu.org>
12270
12271 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
12272
12273 * image.el (create-image): Doc fix.
12274
12275 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
12276 instead of `:heuristic-mask t'.
12277
12278 2000-09-14 Andrew Innes <andrewi@gnu.org>
12279
12280 * makefile.w32-in: Revert to Unix line endings.
12281
12282 2000-09-14 Andrew Innes <andrewi@gnu.org>
12283
12284 * makefile.w32-in: Add bootstrap support. Also copy lisp source
12285 when installing.
12286
12287 * makefile.nt (DONTCOMPILE): Fix typo.
12288
12289 * shell.el (shell-write-history-on-exit): New function.
12290 (shell-dumb-shell-regexp): New custom variable.
12291 (shell-mode): Make shell-write-history-on-exit the process
12292 sentinel if shell name matches shell-dumb-shell-regexp.
12293
12294 * w32-fns.el: Comment out before-init-hook function which resets
12295 source-directory based; this breaks bootstrap.
12296
12297 2000-09-14 Dave Love <fx@gnu.org>
12298
12299 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
12300 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
12301 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
12302 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
12303 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
12304 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
12305 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
12306 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
12307 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
12308
12309 * toolbar/toolbar.el: New.
12310
12311 * subdirs.el: Add toolbar.
12312
12313 2000-09-14 Gerd Moellmann <gerd@gnu.org>
12314
12315 * indent.el (indent-for-tab-command): Doc fix.
12316
12317 2000-09-14 Alex Schroeder <alex@gnu.org>
12318
12319 * ansi-color.el (ansi-colors): Doc change.
12320 (ansi-color-get-face): Simplified regexp.
12321 (ansi-color-faces-vector): Added more faces, doc change.
12322 (ansi-color-names-vector): Doc change.
12323 (ansi-color-regexp): Simplified regexp.
12324 (ansi-color-parameter-regexp): New regexp.
12325 (ansi-color-filter-apply): Doc change.
12326 (ansi-color-filter-region): Doc change.
12327 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
12328 deal with zero length parameters.
12329 (ansi-color-apply-on-region): Doc change.
12330 (ansi-color-map): Doc change.
12331 (ansi-color-map-update): Removed debugging message.
12332 (ansi-color-get-face-1): Added condition-case to trap
12333 args-out-of-range errors.
12334 (ansi-color-get-face): Doc change.
12335 (ansi-color-make-face): Removed.
12336 (ansi-color-for-shell-mode): New option.
12337
12338 2000-09-13 Kenichi Handa <handa@etl.go.jp>
12339
12340 * international/quail.el (quail-start-translation): Translate KEY
12341 if necessary even if it doesn't have any mapping in the current
12342 input method.
12343 (quail-start-conversion): Likewise.
12344 (quail-help): The output message is improved.
12345
12346 2000-09-13 Miles Bader <miles@gnu.org>
12347
12348 * comint.el (comint-output-filter): Revert to using
12349 `insert-before-markers'. Add bletcherous hack to undo damage
12350 caused by `insert-before-markers'. Put `front-sticky' property on
12351 overlays created here so that the field code understands how the
12352 overlay works. Use a let when making comint-last-prompt-overlay,
12353 so that the code is easier to read.
12354
12355 2000-09-13 Dave Love <fx@gnu.org>
12356
12357 * wid-edit.el (widget-default-format-handler): DTRT when
12358 doc-property is a function.
12359
12360 2000-09-12 Francesco Potorti` <pot@gnu.org>
12361
12362 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
12363 filed name if it's not there.
12364
12365 2000-09-12 Dave Love <fx@gnu.org>
12366
12367 * simple.el (read-mail-command): Doc fix.
12368 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
12369
12370 * vc.el (vc-dired-listing-switches): Fix :version.
12371
12372 * vc-hooks.el: Doc fixes.
12373
12374 * subr.el (add-minor-mode): Use toggle-fun arg.
12375
12376 * speedbar.el: Add :version to several defcustoms.
12377
12378 * imenu.el (imenu--truncate-items, imenu--cleanup)
12379 (imenu--generic-function): Avoid mapcar.
12380 (imenu--replace-spaces): Function removed.
12381 (imenu--completion-buffer): Use subst-char-in-string.
12382 (imenu-add-to-menubar): Use keymap inheritance.
12383
12384 2000-09-12 Miles Bader <miles@gnu.org>
12385
12386 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
12387 (diff-mode-map): Bind `diff-test-hunk'.
12388 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
12389
12390 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12391
12392 * bytecomp.el (byte-compile-defvar): Undo last change
12393 because it breaks '(make-variable-buffer-local (defvar ...)'
12394 which is used at least in dired.
12395
12396 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12397
12398 * international/quail.el (quail-define-package): Docstring
12399 modified.
12400
12401 2000-09-12 Kenichi Handa <handa@etl.go.jp>
12402
12403 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
12404 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
12405 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
12406 docstring of "chinese-py".
12407
12408 * international/quail.el (quail-translation-docstring): New
12409 variable.
12410 (quail-show-keyboard-layout): Docstring modified.
12411 (quail-select-current): Likewise.
12412 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
12413 infinite recursive call.
12414 (quail-help): Check quail-translation-docstring. Format of the
12415 output changed.
12416 (quail-help-insert-keymap-description): Adjusted for the above
12417 change.
12418
12419 2000-09-11 Gerd Moellmann <gerd@gnu.org>
12420
12421 * bytecomp.el (byte-compile-defvar): Only cons onto
12422 current-load-list in top-level forms. Else this leaks a cons cell
12423 every time a defun is called.
12424
12425 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
12426
12427 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
12428 Now understands non-unified diffs. Some functionality moved into
12429 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
12430 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
12431 modify anything. Only reposition point in the patched file if the
12432 patch succeeds. Only pop up another window if POPUP is true.
12433 Emit a message describing what happened if successful, and at what
12434 line-offset. Automatically detect reversed hunks and do something
12435 appropriate.
12436 (diff-hunk-text, diff-find-text): New functions.
12437 (diff-filter-lines): Function removed.
12438 (diff-test-hunk): New function.
12439 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
12440
12441 2000-09-10 Dave Love <fx@gnu.org>
12442
12443 * textmodes/tildify.el: Minor doc/commentary fixes.
12444 (tildify) <defgroup>: Add :version.
12445
12446 * faces.el (face-x-resources): Make custom type more specific.
12447 (frame-background-mode): Use mapc.
12448 (region) <defcustom>: Add :version.
12449
12450 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
12451
12452 * vc-sccs.el (vc-sccs-register):
12453 * vc-rcs.el (vc-rcs-register):
12454 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
12455 * vc.el (vc-register): Clear file's properties.
12456
12457 2000-09-08 Gerd Moellmann <gerd@gnu.org>
12458
12459 * faces.el (face-spec-set): Only face-spec-reset-face when
12460 ATTRS is non-nil.
12461
12462 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12463
12464 * help.el (help-insert-xref-button): Fix a typo in doc string.
12465
12466 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
12467
12468 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12469 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
12470 methods.
12471
12472 * menu-bar.el (read-mail-item-name): New function.
12473 (menu-bar-tools-menu): Use it to compute and display the package
12474 used to read email.
12475 (menu-bar-tools-menu): Fix typo in GUD's help string.
12476
12477 2000-09-07 Dave Love <fx@gnu.org>
12478
12479 * diff-mode.el (diff-mouse-goto-source): New function.
12480
12481 * vc-sccs.el: Doc fixes.
12482 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
12483
12484 * vc-rcs.el: Doc fixes.
12485 (vc-rcs-register-switches, vc-rcs-checkin-switches)
12486 (vc-rcs-checkout-switches, vc-rcs-header)
12487 (vc-rcs-master-templates): Add or change :version.
12488
12489 * vc-cvs.el: Doc fixes.
12490 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
12491 (vc-cvs-stay-local): Add :version.
12492
12493 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
12494
12495 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12496
12497 * international/quail.el (quail-help): Fix previous change.
12498
12499 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12500
12501 * faces.el (color-values): Doc fix.
12502
12503 * faces.el (frame-set-background-mode): Use frame-parameter
12504 instead of frame-parameters.
12505
12506 * frame.el (filtered-frame-list): Reduce consing.
12507 (frames-on-display-list): Call frame-parameter instead of
12508 frame-parameters.
12509
12510 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12511
12512 * language/devan-util.el (devanagari-to-indian-region): In the
12513 loop, change the following char, not preceding char.
12514
12515 2000-09-07 Gerd Moellmann <gerd@gnu.org>
12516
12517 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
12518 instead of frame-parameters.
12519
12520 * faces.el (set-face-attribute): Simplify by calling
12521 internal-set-lisp-face-attribute with FRAME being 0.
12522
12523 * vc.el: Remove `Id' version control keyword.
12524
12525 2000-09-07 Kenichi Handa <handa@etl.go.jp>
12526
12527 * help.el (help-make-xrefs): Adjusted for the change of
12528 help-xref-mule-regexp.
12529 (help-insert-xref-button): New function.
12530
12531 * international/mule-cmds.el (help-xref-mule-regexp-template):
12532 Include the pattern for character set.
12533 (leim): New group.
12534
12535 * international/quail.el: Don't require face.
12536 (quail): New group.
12537 (quail-other-command): Dummy command to make quail-help work better.
12538 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12539 (quail-keyboard-layout-substitution): New variable.
12540 (quail-update-keyboard-layout): New function.
12541 (quail-keyboard-layout-type): New customizable variable.
12542 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12543 (quail-keyboard-translate): Pay attention to
12544 quail-keyboard-layout-substitution.
12545 (quail-insert-kbd-layout): New function.
12546 (quail-show-keyboard-layout): New function.
12547 (quail-get-translation): If the definition is a vector of length
12548 1, and the element is a string of length 1, return the character
12549 in that string.
12550 (quail-update-current-translations): Fix the case of
12551 relative-index out of range.
12552 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12553 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12554 Show key sequences for all available characters.
12555 (quail-help-insert-keymap-description): Don't show such verbose
12556 key bindings as quail-self-insert-command.
12557
12558 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12559 Format changed, and each element now have extra documentations.
12560 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12561 Adjusted for the change of quail-cxterm-package-ext-info.
12562
12563 2000-09-06 Gerd Moellmann <gerd@gnu.org>
12564
12565 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12566 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12567 during bootstrap.
12568
12569 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12570
12571 * vc.el: (toplevel): Don't require `dired' at run-time.
12572 (vc-dired-resynch-file): Remove autoload cookie.
12573
12574 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12575
12576 * vc.el: Made several backend functions optional.
12577 (vc-default-responsible-p): New function.
12578 (vc-merge): Use RET for first version to trigger merge-news, not
12579 prefix arg.
12580 (vc-annotate): Handle backends that do not support annotation.
12581 (vc-default-merge-news): Removed. The existence of a merge-news
12582 implementation is now checked on caller sites.
12583
12584 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12585 case.
12586
12587 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12588 special case that has been removed from the default in vc-hooks.el.
12589
12590 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12591
12592 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12593
12594 2000-09-05 Andre Spiegel <spiegel@gnu.org>
12595
12596 * vc-hooks.el: Require vc during compilation.
12597 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12598 macro `with-vc-properties' in vc.el.
12599 (vc-file-getprop): Doc fix.
12600 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12601
12602 * vc.el: Require dired-aux during compilation.
12603 (vc-name-assoc-file): Moved to vc-sccs.el.
12604 (with-vc-properties): New macro.
12605 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12606 vc-finish-steal): Use it.
12607 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12608 to the backend-specific function is now supposed to do the checkout,
12609 too.
12610 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12611
12612 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12613 set file properties; that gets done in the generic code now.
12614
12615 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12616 Changed parameter list, added code from vc.el that does the
12617 checkout, possibly with a double-take.
12618
12619 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12620 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12621 the above under the new name.
12622 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12623 parameter list, added checkout command.
12624 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12625 properties; that gets done in the generic code now.
12626
12627 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12628
12629 * vc.el: Docstring fixes (courtesy of checkdoc).
12630
12631 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12632
12633 * vc.el (vc-checkout-writable-buffer-hook)
12634 (vc-checkout-writable-buffer): Remove.
12635 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12636 (vc-log-mode): Make it into a clean derived major mode.
12637 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12638 vc-log-mode if log-edit is not available.
12639 (vc-dired-mode-map): Don't set-keymap-parent yet.
12640 (vc-dired-mode): Do set-keymap-parent here.
12641 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12642
12643 2000-09-05 Gerd Moellmann <gerd@gnu.org>
12644
12645 * faces.el (set-face-attribute, face-spec-reset-face)
12646 (face-spec-set): Avoid consing by removing calls to `apply'.
12647
12648 * frame.el (frame-parameter): Move to C code.
12649
12650 2000-09-05 Dave Love <fx@gnu.org>
12651
12652 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12653 insert-before-markers-and-inherit. Now checked systematically!
12654
12655 2000-09-05 Alex Schroeder <alex@gnu.org>
12656
12657 * sql.el (sql-postgres): Use sql-postgres-options.
12658 (sql-postgres-options): New variable.
12659
12660 2000-09-05 Alex Schroeder <alex@gnu.org>
12661
12662 * sql.el (sql-mode-menu): Work around missing variable mark-active
12663 in XEmacs.
12664 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12665 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12666 compatibility.
12667
12668 2000-09-04 Gerd Moellmann <gerd@gnu.org>
12669
12670 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12671
12672 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12673
12674 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12675
12676 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12677
12678 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12679 don't support anything else under SCCS yet.
12680
12681 * vc-hooks.el: Minor doc fixes.
12682
12683 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12684
12685 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12686 not necessary. If verbose in state `needs-patch', do the same as
12687 under `up-to-date'. When NOT verbose and `needs-patch', check out
12688 latest version instead of `merge-news'.
12689 (vc-next-action-dired): Don't mess with default-directory here; it
12690 breaks other parts of dired. It is the job of the
12691 backend-specific functions to adjust it temporarily if they need it.
12692 (vc-next-action): Remove a special CVS case.
12693 (vc-clear-headers): New optional arg FILE.
12694 (vc-checkin, vc-checkout): Set properties vc-state and
12695 vc-checkout-time properly.
12696 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12697 (vc-print-log): Use new backend function `show-log-entry'.
12698 (vc-cancel-version): Do the checks in a different order. Added a
12699 FIXME concerning RCS-only code.
12700
12701 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12702 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12703
12704 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12705
12706 * vc-hooks.el (vc-default-mode-line-string): Show state
12707 `needs-patch' as a `-' too.
12708
12709 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12710
12711 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12712 (vc-default-could-register): New function.
12713 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12714 (vc-resynch-buffer): Call vc-dired-resynch-file.
12715 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12716 vc-resynch-buffer instead of vc-resynch-window.
12717 (vc-next-action-dired): Don't redisplay here, that gets done as a
12718 result of the individual file operations.
12719 (vc-retrieve-snapshot): Corrected prompt order.
12720
12721 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12722
12723 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12724 as well.
12725 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12726 hostname regexps. Updated all callers.
12727 (vc-cvs-responsible-p): Handle directories as well.
12728 (vc-cvs-could-register): New function.
12729 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12730 properties up-to-date.
12731
12732 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12733 user whether to create one.
12734
12735 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12736
12737 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12738 check out a non-existing file.
12739
12740 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12741 workfile does not exist.
12742
12743 * vc.el (vc-version-diff): Use `require' to check for existence of
12744 diff-mode.
12745
12746 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12747
12748 * vc-cvs.el (vc-cvs-registered): Use new function
12749 vc-cvs-parse-entry to do the actual work.
12750
12751 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12752
12753 * vc-hooks.el (vc-find-backend-function): If function doesn't
12754 exist, return nil instead of error.
12755 (vc-call-backend): Doc fix.
12756
12757 * vc.el (vc-do-command): Doc fix.
12758 (vc-finish-logentry): When checking in from vc-dired, choose the
12759 right backend for logentry check.
12760 (vc-dired-mode-map): Inherit from dired-mode-map.
12761 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12762 simplified.
12763 (vc-dired-state-info): Removed, updated caller.
12764 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12765 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12766 (vc-dired-listing-switches): New variable.
12767 (vc-directory): Use it, instead of dired-listing-switches.
12768
12769 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12770 (vc-cvs-dir-state): New function.
12771 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12772 (vc-cvs-parse-entry): New function, also to be used in
12773 vc-cvs-registered.
12774
12775 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12776
12777 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12778 *or* single-window-frames.
12779
12780 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12781
12782 * vc.el (vc-update-changelog): Split into generic part and default
12783 implementation. Doc string adapted.
12784 (vc-default-update-changelog): New function. Call the `rcs2log'
12785 script in exec-directory, to fix a long-standing nuisance.
12786
12787 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12788 simply signals an error.
12789
12790 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12791
12792 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12793 control-flow more clear and to avoid running `cvs' twice.
12794
12795 * vc.el (vc-next-action-on-file): Doc fix.
12796 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12797 (vc-print-log): Eval `file' before constructing the continuation.
12798
12799 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12800
12801 * vc.el (vc-next-action-on-file): Corrected several messages.
12802 (vc-merge): Add prefix arg `merge-news'; handle it.
12803
12804 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12805 is not reached. It is.
12806 (vc-cvs-merge): Set state to 'edited after merge.
12807 (vc-cvs-merge-news): Set workfile version to nil if not known.
12808 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12809
12810 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12811 via stdout. (Merge from main line.)
12812
12813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12814
12815 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12816 detection.
12817
12818 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12819
12820 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12821 against kill-all-local-variables.
12822 (vc-log-edit): Don't save vc-parent-buffer any more.
12823 (vc-last-comment-match): Initialize to an empty string.
12824 (vc-post-command-functions): New hook.
12825 (vc-do-command): Run it.
12826 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12827 (vc-finish-logentry): Only add the comment to the ring if it's
12828 different from the last comment entered.
12829 (vc-new-comment-index): New function.
12830 (vc-previous-comment): Use it. Make the minibuffer message
12831 slightly less terse.
12832 (vc-comment-search-reverse): Make it work forward as well. Don't
12833 set vc-comment-ring-index if no match is found. Use
12834 vc-new-comment-index.
12835 (vc-comment-search-forward): Use vc-comment-search-reverse.
12836 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12837 define-derived-mode will do it for us. Bind `v' to a keymap that
12838 inherits from vc-prefix-map so that we can bind `vt' without
12839 binding C-x v t.
12840 (vc-retrieve-snapshot): Parenthesis typo.
12841
12842 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12843 to 1. Make sure to switch to *vc* before looking for an error
12844 message. Use vc-parse-buffer.
12845
12846 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12847
12848 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12849 and NAME.
12850 (vc-retrieve-snapshot): Split into two parts.
12851 (vc-default-retrieve-snapshot): New function.
12852
12853 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12854 (vc-cvs-retrieve-snapshot): New function (untested).
12855 (vc-cvs-stay-local): Default to t.
12856 (vc-cvs-remote-p): New function and property.
12857 (vc-cvs-state): Stay local only if the above is t.
12858 (vc-handle-cvs): Removed.
12859 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12860 done via vc-handled-backends now.
12861 (vc-cvs-header): Escape Id.
12862
12863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12864
12865 * vc.el (vc-do-command): Remove unused commands.
12866 (vc-version-diff): Make sure default-directory ends with a slash.
12867 Move the window commands into a vc-exec-after.
12868 (vc-print-log): Move more of the code into the `vc-exec-after'.
12869
12870 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12871
12872 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12873 (vc-print-log): Search current revision from beginning of buffer.
12874 (vc-revert-buffer): Clear echo area after the diff is finished.
12875 (vc-prefix-map): Removed definition of "t" for terse display in vc
12876 dired.
12877 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12878 definition of "vt" for terse display.
12879 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12880
12881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12882
12883 * vc.el (vc-exec-after): Avoid caddr.
12884
12885 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12886
12887 * vc.el (vc-exec-after): New function.
12888 (vc-do-command): Use it to add a termination message for async
12889 procs.
12890 (vc-checkout): Try to handle a missing-backend situation.
12891 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12892 of a directory with a backend using async diffs.
12893 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12894 present.
12895
12896 * vc-sccs.el (vc-sccs-state-heuristic): Use
12897 file-ownership-preserved-p.
12898
12899 * vc-rcs.el (vc-rcs-state-heuristic): Use
12900 file-ownership-preserved-p.
12901 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12902
12903 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12904
12905 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12906 vc-do-command.
12907
12908 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12909 when there are no changes.
12910
12911 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12912
12913 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12914
12915 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12916
12917 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12920
12921 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12922 the `fset' outside of the defvar so that it works even if
12923 vc-prefix-map was already defined.
12924 (vc-setup-buffer): New function, split out of vc-do-command.
12925 (vc-do-command): Allow BUFFER to be t to mean `just use the
12926 current buffer without any fuss'.
12927 (vc-version-diff): Change the `diff' backend operation to just put
12928 the diff in the current buffer without erasing it. Always use
12929 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12930 shrink-window-if-larger-than-buffer.
12931 (vc-print-log): Change the `print-log' backend operation to just
12932 put the log in the current buffer without erasing it. Protect
12933 shrink-window-if-larger-than-buffer.
12934 (vc-update-change-log): Fix setd typo.
12935
12936 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12937 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12938
12939 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12940 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12941 CMP.
12942
12943 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12944 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12945 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12946
12947 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12948
12949 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12950 not possible, use vc-BACKEND-workfile-unchanged-p.
12951 (vc-default-workfile-unchanged-p): New function. Delegates to a
12952 full vc-BACKEND-diff.
12953
12954 * vc-hooks.el (vc-simple-command): Removed.
12955
12956 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12957 instead of vc-simple-command.
12958 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12959 avoid doing a diff when opening a file.
12960 (vc-rcs-state): Added check for unlocked-changes.
12961 (vc-rcs-header): Escape Id.
12962 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12963 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12964 version.
12965
12966 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12967 (vc-sccs-diff): Remove optional arg CMP.
12968 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12969 SCCS-specific function.
12970
12971 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12972 vc-simple-command.
12973
12974 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12975
12976 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12977 (with-vc-file, vc-merge): Use vc-editable-p.
12978 (vc-do-command): Remove unused var vc-file and fix the
12979 doubly-defined `status' var. Add a user message when starting an
12980 async command.
12981 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12982 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12983 Use with-current-buffer.
12984 (vc-buffer-sync): Use unless.
12985 (vc-next-action-on-file): If the file is 'edited by read-only,
12986 make it read-write instead of trying to commit.
12987 (vc-version-diff, vc-update-change-log): Use `setq
12988 default-directory' rather than `cd'.
12989 (vc-log-edit): Don't forget to set default-directory in the
12990 buffer.
12991
12992 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12993 (vc-sccs-state-heuristic): Use file-writable-p instead of
12994 comparing userids.
12995 (vc-sccs-checkout): Use `unless'.
12996
12997 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12998 of comparing userids.
12999 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
13000 Simplify the logic by eliminating unreachable code.
13001 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
13002 just do a recursive call if we need to retry.
13003 (vc-rcs-checkout): Handle the case where rcs is missing by making
13004 the buffer read-write if requested and re-signalling the error.
13005
13006 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
13007
13008 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13009
13010 * vc-hooks.el (vc-handled-backends): Docstring change.
13011 (vc-ignore-vc-files): Mark obsolete.
13012 (vc-registered): Check vc-ignore-vc-files.
13013 (vc-find-file-hook, vc-file-not-found-hook): Don't check
13014 vc-ignore-vc-files.
13015
13016 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
13017
13018 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13019
13020 * vc.el (vc-checkout): Don't do anything special for ange-ftp
13021 files since ange-ftp already has vc-registered return nil.
13022
13023 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
13024 (vc-sccs-workfile-version): Use with-temp-buffer and new
13025 vc-parse-buffer and don't bother setting the property.
13026 (vc-sccs-add-triple): Use with-current-buffer and
13027 find-file-noselect.
13028 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
13029
13030 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
13031 derives from the old vc-parse-buffer but uses the revision number
13032 rather than the date (much easier to compare robustly).
13033 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
13034 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
13035 locking-user more directly. Check strict locking and set
13036 checkout-model appropriately.
13037 (vc-rcs-parse-locks): Remove.
13038 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
13039 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
13040 (vc-rcs-system-release): Use with-current-buffer and
13041 vc-parse-buffer.
13042 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
13043
13044 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
13045 (vc-simple-command): Docstring fix.
13046 (vc-registered): Align the way the file-handler is called with the
13047 way the function itself works.
13048 (vc-file-owner): Remove.
13049
13050 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
13051 extraction of fields and call to file-attributes because of a
13052 temporary bug in rcp.el.
13053 (vc-cvs-fetch-status): Use with-current-buffer.
13054
13055 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13056
13057 * vc.el (vc-do-command): Use file-relative-name.
13058 (vc-responsible-backend): Use vc-backend if possible.
13059 (vc-create-snapshot): Improve the `interactive' spec. Add support
13060 for branches and dispatch to backend-specific `create-snapshot'.
13061 (vc-default-create-snapshot): New function, containing the bulk of
13062 the old vc-create-snapshot.
13063 (vc-retrieve-snapshot): Improve the interactive spec.
13064
13065 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
13066 (vc-backend-hook-functions): Remove.
13067 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
13068 (vc-backend): Reintroduce the test for `file = nil' now that I
13069 know why it was there (and added a comment to better remember).
13070
13071 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
13072 code from vc-sccs-hooks.el.
13073 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
13074 'vc anymore.
13075 (vc-sccs-responsible-p): Use expand-file-name instead of concat
13076 and file-directory-p instead of file-exists-p.
13077 (vc-sccs-check-headers): Simplify the regexp.
13078
13079 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
13080 from vc-rcs-hooks.el. Don't require 'vc anymore.
13081 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
13082 file-directory-p instead of file-exists-p.
13083
13084 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
13085 from vc-cvs-hooks.el.
13086 (proto vc-cvs-registered): Require 'vc-cvs instead of
13087 'vc-cvs-hooks. Don't require 'vc anymore.
13088 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
13089 file-directory-p instead of file-exists-p.
13090 (vc-cvs-create-snapshot): New function, replacing
13091 vc-cvs-assign-name.
13092 (vc-cvs-assign-name): Remove.
13093
13094 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13095
13096 * vc-cvs.el (vc-cvs-header): New var.
13097
13098 * vc-rcs.el (vc-rcs-exists): Remove.
13099 (vc-rcs-header): New var.
13100
13101 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
13102 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
13103 (vc-sccs-header): New var.
13104
13105 * vc.el (vc-do-command): Get rid of the `last' argument.
13106 (vc-header-alist): Remove, replaced by vc-X-header.
13107 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
13108 (vc-dired-hook): Use expand-file-name instead of concat.
13109 (vc-directory): Use file-name-as-directory.
13110 (vc-snapshot-precondition, vc-create-snapshot)
13111 (vc-retrieve-snapshot): Allow the command to operate on any
13112 directory.
13113
13114 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
13115 just removing the 'WORKFILE argument or by removing the 'MASTER
13116 argument and replacing `file' with (vc-name file).
13117
13118 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13119
13120 * vc.el: Update Copyright and add a crude list of backend funs.
13121 (vc-writable-p): New function.
13122 (with-vc-file): Use vc-writable-p.
13123 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
13124 (vc-register): Avoid vc-name.
13125 (vc-locking-user): Remove.
13126 (vc-steal-lock): Make the `owner' arg non-optional.
13127 (vc-merge): Use vc-writable-p instead of vc-locking-user and
13128 vc-checkout-model.
13129 (vc-default-dired-state-info): Use vc-state instead of
13130 vc-locking-user and return special strings for special states.
13131 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
13132 and get rid of one of the special CVS cases.
13133 (vc-cancel-version): prettify error message with \\[...].
13134 (vc-rename-master): New function.
13135 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
13136 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
13137 the CVS special case generic.
13138 (vc-default-record-rename): Remove.
13139 (vc-file-tree-walk-internal): Only call FUNC for files that are
13140 under control of some VC backend and replace `concat' with
13141 expand-file-name.
13142 (vc-file-tree-walk): Update docstring.
13143 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
13144 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
13145
13146 * vc-sccs.el (vc-sccs-rename-file): Renamed from
13147 vc-sccs-record-rename. Use `find-file-noselect' rather than
13148 `find-file' and call `vc-rename-master' to do the actual move.
13149 (vc-sccs-diff): Remove unused `backend' variable.
13150
13151 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
13152 to delay loading of vc-sccs until it is really used.
13153 (vc-sccs-master-templates): Preload.
13154 (vc-sccs-state): Update call to vc-sccs-parse-locks.
13155 (vc-sccs-project-dir): Remove (merged into
13156 vc-sccs-search-project-dir).
13157 (vc-sccs-search-project-dir): Rewrite using file name handling ops
13158 rather than `concat', make sure it is preloaded and don't bother
13159 to check that the file actually exists.
13160 (vc-sccs-parse-locks): Remove unused `file' argument, remove
13161 `locks' argument (use buffer's content instead) and eliminate n^2
13162 behavior.
13163
13164 * vc-rcs.el: Update Copyright.
13165 (vc-rcs-rename-file): New function.
13166 (vc-rcs-diff): Remove unused `backend' variable.
13167
13168 * vc-hooks.el: Update Copyright.
13169 (vc-backend): Don't accept a nil argument any more.
13170 (vc-up-to-date-p): Turn into a defsubst.
13171 (vc-possible-master): New function.
13172 (vc-check-master-templates): Use `vc-possible-master' and allow
13173 funs in vc-X-master-templates to return a non-existent file.
13174
13175 * vc-cvs.el: Update Copyright.
13176 (vc-cvs-diff): Remove unused `backend' variable.
13177 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
13178
13179 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
13180
13181 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13182
13183 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
13184 since it can be called from vc-rcs.el.
13185 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
13186
13187 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13188
13189 * vc.el (vc-version-diff): Expand file name read from the
13190 minibuffer. Handle the case when a previous version number can't
13191 be guessed. Give suitable messages when there were no differences
13192 found.
13193 (vc-clear-headers): Call backend-specific implementation, if one
13194 exists.
13195 (vc-cancel-version): Made error checks generic. When done, clear
13196 headers generically, too.
13197
13198 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
13199 from vc-clear-headers in vc.el.
13200
13201 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
13202 correctly.
13203 (vc-rcs-latest-on-branch-p): Made second argument VERSION
13204 optional. Handle the case when it's not there.
13205
13206 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13207
13208 * vc.el (vc-locking-user): Moved from vc-hooks.el.
13209
13210 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13211
13212 * vc-hooks.el (vc-loadup): Remove.
13213 (vc-find-backend-function): Use `require'. Also, handle the case
13214 where vc-BACKEND-hooks.el doesn't exist.
13215 (vc-call-backend): Cleanup.
13216
13217 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13218
13219 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
13220 vc-rcs-grab-templates)
13221 (vc-rcs-registered): Remove. The default function works as well.
13222 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
13223 vc-sccs-grab-templates)
13224 (vc-sccs-registered): Remove. The default function works as well.
13225
13226 * vc.el (vc-version-diff): Left out a vc- in call to
13227 vc-call-backend.
13228 (vc-default-dired-state-info, vc-default-record-rename)
13229 (vc-default-merge-news): Update for the new backend argument.
13230
13231 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
13232 using the default function.
13233 (vc-call-backend): If calling the default function, pass it the
13234 backend as first argument. Update the docstring accordingly.
13235 (vc-default-state-heuristic, vc-default-mode-line-string): Update
13236 for the new backend argument.
13237 (vc-make-backend-sym): Renamed from vc-make-backend-function.
13238 (vc-find-backend-function): Use the new name.
13239 (vc-default-registered): New function.
13240
13241 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13242
13243 * vc.el (vc-merge): Use vc-find-backend-function.
13244
13245 * vc-hooks.el (vc-backend-functions): Remove.
13246 (vc-loadup): Don't setup 'vc-functions.
13247 (vc-find-backend-function): New function.
13248 (vc-call-backend): Use above fun and populate 'vc-functions
13249 lazily.
13250 (vc-backend-defines): Remove.
13251
13252 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13253
13254 * vc.el (vc-register): Put a FIXME note for a newly found bug.
13255 Call vc-call-backend without the leading vc-.
13256 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
13257 (vc-check-headers): Call vc-call-backend without the leading vc-.
13258 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
13259 (vc-annotate-display): Replace confusing use of `cond' with `or'.
13260 Call vc-call-backend without the leading vc-.
13261
13262 * vc-cvs.el (tail): Provide vc-cvs.
13263 * vc-sccs.el (tail): Provide vc-sccs.
13264 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
13265
13266 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
13267 (vc-make-backend-function, vc-call): Pass names without leading
13268 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
13269 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
13270 (vc-call-backend): Always try to load vc-X-hooks.
13271 (vc-registered): Remove vc- in call to vc-call-backend.
13272
13273 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13274
13275 * vc.el (vc-process-filter): New function.
13276 (vc-do-command): Setup `vc-process-filter' for the async process.
13277 (vc-maybe-resolve-conflicts): New function to reduce
13278 code-duplication. Additionally, it puts the buffer in
13279 `smerge-mode' if applicable.
13280 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
13281 calling `merge-news'.
13282 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
13283 (vc-log-edit): New function. Replacement for `vc-log-mode' by
13284 interfacing to log-edit.el.
13285 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
13286 log-edit is available.
13287 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
13288
13289 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13290
13291 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
13292 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
13293 defvar and the initialization.
13294 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
13295
13296 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
13297 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
13298
13299 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
13300
13301 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13302
13303 * vc.el (vc-file-clear-masterprops): Removed.
13304 (vc-checkin, vc-revert-buffer): Removed calls to the above.
13305 (vc-version-diff): Use buffer-size without argument.
13306 (vc-register): Heed vc-initial-comment.
13307
13308 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
13309 default branch.
13310
13311 * vc-rcs.el (vc-rcs-register): Parse command output to find master
13312 file name and workfile version.
13313 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
13314
13315 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
13316 vc-file-clear-masterprops.
13317
13318 * vc-sccs.el (vc-sccs-checkout): Removed call to
13319 vc-file-clear-masterprops. If writable, set vc-state to 'edited
13320 rather than user login name.
13321
13322
13323 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13324
13325 * vc.el (vc-workfile-unchanged-p): Remove unused argument
13326 `want-differences-if-changed' and simplify.
13327 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
13328 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
13329 output (which is invalid for async vc-diff) to decide whether to
13330 do the revert silently or not.
13331
13332 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13333
13334 * vc-hooks.el (vc-loadup): Load files quietly.
13335 (vc-call-backend): Oops, brain fart.
13336
13337 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13338
13339 * vc-cvs.el (vc-cvs-state): Typo.
13340 (vc-cvs-merge-news): Return the status code rather than the error msg.
13341
13342 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13343
13344 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
13345 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
13346 vc-state or vc-up-to-date-p.
13347 (vc-merge): Use vc-backend-defines to check whether merging is
13348 possible. Set state to 'edited after successful merge.
13349
13350 * vc-hooks.el (vc-locking-user): If locked by the calling user,
13351 return that name. Redocumented.
13352
13353 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13354
13355 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
13356 new `vc-state' semantics.
13357 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
13358 'vc-locking-user to the current user.
13359 (vc-merge): Inline vc-backend-merge. Comment out code that I
13360 don't understand and hence can't adapt to the new `vc-state' and
13361 `vc-locking-user' semantics.
13362 (vc-backend-merge): Remove.
13363
13364 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
13365 rather than 'vc-locking-user.
13366
13367 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
13368
13369 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
13370 (vc-state): Don't use 'reserved any more. Just use the same
13371 convention as the one used for vc-<backend>-state where the
13372 locking user (as a string) is returned.
13373 (vc-locking-user): Update, based on the above convention. The
13374 'vc-locking-user property has disappeared.
13375 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
13376
13377 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
13378 with a heuristic one.
13379 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
13380 (vc-cvs-checkin): Do a trivial parse to set the state in case of
13381 error. That allows us to get to 'needs-merge even in the
13382 stay-local case. There's still no way to detect 'needs-patch in
13383 such a setup (or to force an update for that matter).
13384 (vc-cvs-logentry-check): Remove, the default works as well.
13385
13386 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13387
13388 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
13389
13390 * vc.el (vc-do-command): kill-all-local-variables, to reset any
13391 major-mode in which the buffer might have been put earlier. Use
13392 `remove' and `when'. Allow `okstatus' to be `async' and use
13393 `start-process' in this case.
13394 (vc-version-diff): Handle the case where the diff looks empty
13395 because of the use of an async process.
13396
13397 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13398
13399 * vc.el (vc-next-action-on-file): Removed optional parameter
13400 `simple'. Recompute state unconditionally.
13401 (vc-default-toggle-read-only): Removed.
13402
13403 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
13404 (vc-toggle-read-only): Undid prev change.
13405
13406 * vc-cvs.el (vc-cvs-stay-local): Renamed from
13407 vc-cvs-simple-toggle. Redocumented.
13408 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
13409 (vc-cvs-toggle-read-only): Removed.
13410
13411 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13412
13413 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
13414 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
13415 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
13416 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
13417 still is. So maybe it should be removed.
13418 (vc-head-version, vc-find-binary): Remove.
13419 (vc-recompute-state): Move from vc-hooks.el.
13420 (vc-next-action-on-file): Add a `simple' argument to allow
13421 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
13422 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
13423 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
13424 (vc-dired-mode-map): Properly defvar it.
13425 (vc-print-log): Call log-view-mode if available.
13426 (small-temporary-file-directory): defvar instead of use boundp.
13427 (vc-merge-news): Moved to vc-cvs.el.
13428 (vc-default-merge-news): New function.
13429
13430 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
13431 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
13432 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
13433 unknown `vc-latest-version' function. It should probably refer to
13434 vc-workfile-version or somesuch, but it's very unclear to me and I
13435 don't have SCCS to test things.
13436
13437 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
13438 (vc-sccs-state-heuristic): Fix typo.
13439 (vc-sccs-workfile-unchanged-p): Add missing argument.
13440
13441 * vc-rcs.el: Require vc and vc-rcs-hooks.
13442 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
13443 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
13444 (vc-release-greater-or-equal-p): Move from vc.
13445 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
13446 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
13447 (vc-rcs-checkout): Add a missing `new-version' argument in the
13448 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
13449
13450 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
13451 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
13452 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
13453 than the apparently unbound `workfile-version'.
13454
13455 * vc-hooks.el (vc-master-templates): Def the obsolete var.
13456 (vc-file-prop-obarray): Use `make-vector'.
13457 (vc-backend-functions): Add new hookable functions
13458 vc-toggle-read-only, vc-record-rename and vc-merge-news.
13459 (vc-loadup): If neither backend nor default functions exist, use
13460 the backend function rather than nil.
13461 (vc-call-backend): If the function if not bound yet, try to load
13462 the non-hook file to see if it provides it.
13463 (vc-call): New macro plus use it wherever possible.
13464 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
13465 nor `vc-find-binary' since it's only called from
13466 vc-mistrust-permission which is only used once the backend is known.
13467 (vc-checkout-model): Fix parenthesis.
13468 (vc-recompute-state, vc-prefix-map): Move to vc.el.
13469
13470 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
13471 (vc-cvs-release, vc-cvs-system-release): Remove.
13472 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
13473 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
13474 status symbols.
13475 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
13476 (vc-cvs-toggle-read-only): First cut at a function to allow a
13477 cvs-status-free vc-toggle-read-only.
13478 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
13479 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
13480 vc-cvs-status. Also set vc-state rather than vc-locking-user.
13481 (vc-cvs-checkout): Modify access rights directly if the user
13482 requested not to use `cvs edit'. And refresh the mode line.
13483
13484 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
13485 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
13486
13487 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
13488
13489 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
13490 workfile' that got lost when the code was extracted from vc.el.
13491 And merged the tail with the rest of the code (not possible in the
13492 old vc.el where the tail was shared among all backends). And
13493 explicitly set the state to 'edited if `writable' is set.
13494
13495 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
13496 (vc-cvs-state): Be careful to return the value from
13497 vc-cvs-parse-state.
13498 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
13499 property but return it instead. Also be careful to handle a nil
13500 or "" `rev' when workfile is non-nil (it was handled properly when
13501 workfile was nil).
13502
13503 * vc.el: Removed those pesky unnecessary `(function' quotes.
13504 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
13505 directly in the defvar.
13506 (vc-do-command): Bind inhibit-read-only so as to properly handle
13507 the case where the destination buffer has been made read-only.
13508 (vc-diff): Delegate to vc-version-diff in all cases.
13509 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
13510 (vc-annotate-mode-variables): Removed (code moved partly to
13511 defvars and partly to vc-annotate-add-menu).
13512 (vc-annotate-mode): Turned into a derived-mode.
13513 (vc-annotate-add-menu): Moved in code in
13514 vc-annotate-mode-variables.
13515 (vc-update-change-log): Use make-temp-file if available.
13516
13517 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
13518
13519 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
13520 `vc-checkout-model' updated to `vc-cvs-update-model'.
13521
13522 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13523
13524 * vc.el (vc-next-action-on-file): Added handling of state
13525 `unlocked-changes'.
13526 (vc-checkout-carefully): Is now practically obsolete, unless the
13527 above is too slow to be enabled unconditionally.
13528 (vc-update-change-log): Fixed typo.
13529
13530 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13531
13532 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13533 Now handles state `unlocked-changes'.
13534 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13535
13536 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13537
13538 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13539 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13540 `unlocked-changes'.
13541 (vc-rcs-workfile-unchanged-p): Renamed from
13542 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13543 function yet, but supposed to become one soon.
13544
13545 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13546 `vc-steal-lock'.
13547 (vc-call-backend): Changed error message.
13548 (vc-state): Added description of state `unlocked-changes'.
13549
13550 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13551
13552 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13553 always return t in CVS-controlled directories.
13554
13555 * vc.el (vc-responsible-backend): New function.
13556 (vc-register): Largely rewritten.
13557 (vc-admin): Removed (implementation moved into vc-register).
13558 (vc-checkin): Redocumented.
13559 (vc-finish-logentry): If no backend defined yet (because we are in
13560 the process of registering), use the responsible backend.
13561
13562 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13563 Updated function lists.
13564 (vc-call-backend): Fixed typo.
13565
13566 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13567 New functions.
13568 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13569 Removed query option. Redocumented.
13570
13571 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13572
13573 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13574
13575 * vc.el: Updated callers of `vc-checkout-required' to use
13576 `vc-checkout-model'.
13577
13578 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13579
13580 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13581 stuff updated to reference this function instead of the old
13582 `vc-backend-release-p'.
13583
13584 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13585
13586 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13587 vc-checkout-model. Return appropriate values. Updated callers.
13588
13589 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13590
13591 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13592 (vc-backend-revert): Function moved into `vc-revert';
13593 `vc-next-action' must be updated to accomodate this change.
13594 (vc-backend-steal): Function moved into `vc-finish-steal'.
13595 (vc-backend-logentry-check): Function moved into
13596 `vc-finish-logentry'.
13597 (vc-backend-printlog): Function moved into `vc-print-log'.
13598 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13599 (vc-backend-assign-name): Function moved into
13600 `vc-create-snapshot'.
13601
13602 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13603
13604 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13605 Rename to vc-checkout-model. Return appropriate values.
13606 Update callers.
13607
13608 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13609 to vc-checkout-model.
13610 (vc-checkout-required): Rename to vc-checkout-model.
13611 Re-implement and re-comment.
13612 (vc-after-save): Use vc-checkout-model.
13613
13614 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13615
13616 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13617 Update to use the vc-BACKEND-diff functions instead.
13618 `vc-diff' is now working.
13619
13620 * vc-rcs.el (vc-rcs-logentry-check): New function.
13621
13622 * vc-cvs.el (vc-cvs-logentry-check): New function.
13623
13624 * vc-sccs.el (vc-sccs-diff): Function changed name from
13625 `vc-backend-diff'. This makes `vc-diff' work.
13626
13627 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13628 of functions possibly implemented in a vc-BACKEND library.
13629 (vc-checkout-required): Fix bug that caused an error to be
13630 signaled during `vc-after-save'.
13631
13632 * vc.el: Fix typo.
13633 This checkin is made with our new VC code base for the very first time.
13634 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13635
13636 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13637 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13638
13639 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13640 updated to `vc-uses-locking'.
13641 (vc-checkout-required): Call to backend function.
13642 `vc-checkout-required' updated to `vc-uses-locking' instead.
13643
13644 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13645 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13646
13647 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13648 to match the split into various backends.
13649 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13650 (vc-retrieve-snapshot): Bug fix.
13651
13652 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13653
13654 * vc-sccs.el (vc-sccs-release): Doc fix.
13655
13656 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13657
13658 * vc.el (vc-next-action-on-file): Bug found and fixed.
13659 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13660 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13661
13662 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13663 (vc-rcs-checkout): Name space cleaned up. No more revision number
13664 crunching function names that are not prefixed with vc-rcs.
13665 (vc-rcs-checkout-model): Function added. References to
13666 `vc-checkout-model' replaced.
13667
13668 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13669
13670 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13671 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13672 still need to be split, and implemented for RCS).
13673
13674 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13675
13676 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13677
13678 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13679 required by the vc.el file.
13680
13681 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13682 required by the vc.el file.
13683 (vc-rcs-exists): Function added.
13684
13685 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13686 required by the vc.el file.
13687
13688 * vc.el (vc-admin): Updated to handle selection of appropriate
13689 backend. Current implementation is crufty and need re-thinking.
13690
13691 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13692
13693 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13694
13695 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13696 beginning of annotate buffers correctly.
13697
13698 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13699 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13700 functionality updated quite a lot to support multiple backends.
13701 Variables `vc-annotate-mode', `vc-annotate-buffers',
13702 `vc-annotate-backend' added.
13703
13704 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13705 `vc-annotate-difference' added to supported backend functions.
13706
13707 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13708
13709 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13710 Use with-temp-file instead of /bin/sh. Merged from mainline
13711
13712 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13713
13714 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13715
13716 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13717
13718 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13719
13720 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13721
13722 * vc-hooks.el: vc-state-heuristic added to
13723 vc-backend-hook-functions.
13724
13725 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13726
13727 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13728
13729 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13730 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13731 state to `reserved'.
13732
13733 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13734 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13735
13736 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13737
13738 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13739 untouched.
13740
13741 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13742
13743 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13744 if defined. (Merged from main line, slightly adapted.)
13745
13746 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13747 millenium problem (merged from mainline).
13748
13749 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13750
13751 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13752 part and moved the non-BACKEND stuff to vc.el.
13753
13754 * vc.el: Split the annotate feature into a BACKEND specific part
13755 and moved it from the vc-cvs.el file to this one.
13756
13757 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13758
13759 * vc-hooks.el: Implement new state model.
13760 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13761 (vc-locking-user): Simplify. Now only needed if the file is
13762 locked by somebody else.
13763 (vc-lock-from-permissions): Remove. Functionality is in
13764 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13765 (vc-mode-line-string): New name for former vc-status. Adapted.
13766 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13767
13768 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13769 Various simplifications and adaptations all over the place.
13770
13771 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13772 Simplify and adapt the rest.
13773
13774 * vc.el (vc-resynch-window): Add TODO comment: check for
13775 interaction with view mode according to recent RCS change.
13776 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13777
13778 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13779
13780 * vc.el: Convert the remaining function comments to docstrings.
13781
13782 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13783
13784 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13785 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13786 (vc-minor-part, vc-previous-version): Functions that operate and
13787 compare revision numbers got proper documentation. Comments added
13788 about their possible removal.
13789
13790 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13791
13792 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13793 the vc-backend.el files.
13794
13795 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13796
13797 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13798 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13799 (vc-rcs-previous-version): Functions added.
13800
13801 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13802
13803 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13804
13805 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13806
13807 * vc-hooks.el (vc-master-templates): Is really obsolete.
13808 Comment out the definition for now. What is the right procedure
13809 to get rid of it?
13810 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13811 rewritten.
13812 (vc-default-registered): Remove.
13813 (vc-check-master-templates): New function; does mostly what the
13814 above did before.
13815 (vc-locking-user): Don't rely on the backend to set the property.
13816
13817 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13818 Rewrite documentation.
13819 (vc-rcs-templates-grabbed): New variable.
13820 (vc-rcs-grab-templates): New function.
13821 (vc-rcs-registered): Rewrite to use above mechanism.
13822
13823 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13824 Rewrite documentation.
13825 (vc-sccs-templates-grabbed): New variable.
13826 (vc-sccs-grab-templates): New function.
13827 (vc-sccs-registered): Rewrite to use above mechanism.
13828 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13829 Don't throw the result, simply return it.
13830
13831 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13832 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13833 (vc-cvs-registered): Does the check itself now. Simplify.
13834
13835 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13836 from main line.
13837
13838 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13839
13840 * vc-cvs.el (vc-cvs-diff): New function.
13841
13842 * vc-sccs.el (vc-sccs-diff): New function.
13843
13844 * vc-rcs.el (vc-rcs-diff): New function.
13845 (vc-rcs-checkout): Bug (typo) found and fixed.
13846 (vc-rcs-register-switches): New variable.
13847
13848 * vc.el (vc-backend-diff): Function removed and placed in the
13849 backend files.
13850
13851 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13852
13853 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13854
13855 * vc.el (vc-backend-checkout): Function removed and replaced in
13856 the vc-backend.el files.
13857
13858 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13859
13860 * vc.el (vc-backend-admin): Removed and replaced in the
13861 vc-backend.el files.
13862
13863 * vc.el (Martin): Removed all the annotate functionality since it
13864 is CVS backend specific.
13865
13866 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13867
13868 * spec.txt: Added specification of vc-state.
13869
13870 * vc-sccs-hooks.el (vc-sccs-master-properties):
13871 Remove handling of vc-latest-version and
13872 vc-your-latest-version. What used to be vc-latest-version, is now
13873 returned as vc-workfile-version.
13874 (vc-sccs-workfile-version): Adapt.
13875
13876 2000-09-04 Dave Love <fx@gnu.org>
13877
13878 * vc.el: [Merged from mainline.]
13879 (vc-dired-mode): Make the dired-move-to-filename-regexp
13880 regexp match the date, to avoid treating date as file size.
13881 Add YYYY S option to WESTERN/
13882
13883 2000-09-04 Dave Love <fx@gnu.org>
13884
13885 * vc.el: Require `compile' when compiling.
13886 (vc-logentry-check-hook): New option.
13887 (vc-steal-lock): Use compose-mail.
13888 (vc-dired-mode-map): Defvar when compiling.
13889 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13890 vc-sccs.el and renamed. Callers changed.
13891 (vc-backend-checkout, vc-backend-logentry-check)
13892 (vc-backend-merge-news): Doc fix.
13893 (vc-default-logentry-check): New function.
13894 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13895 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13896 (vc-backend-merge): Doc fix. Use backend functions.
13897 (vc-check-headers): Use backend functions.
13898
13899 * vc-cvs.el: Require vc when compiling.
13900 (vc-cvs-register-switches): Doc fix.
13901 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13902 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13903 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13904 New functions (code from vc.el).
13905 (vc-annotate-display-default): Fix interactive spec.
13906 (vc-annotate-time-span): Doc fix.
13907
13908 * vc-rcs.el: Require vc when compiling.
13909 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13910 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13911 (vc-rcs-checkin): New functions (code from vc.el).
13912 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13913 Doc fix.
13914 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13915
13916 * vc-sccs.el: Require vc when compiling.
13917 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13918 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13919 (vc-sccs-revert)
13920 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13921 from vc.el).
13922 (vc-sccs-add-triple, vc-sccs-record-rename)
13923 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13924 (vc-sccs-admin): Doc fix.
13925
13926 2000-09-04 Martin Lorentzson <martinl@gnu.org>
13927
13928 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13929 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13930 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13931 from vc.el.
13932
13933 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13934
13935 * vc-cvs.el: Moved the annotate functionality from vc.el.
13936 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13937
13938 2000-09-04 Dave Love <fx@gnu.org>
13939
13940 * vc.el (vc-backend-release): Call vc-system-release.
13941
13942 * vc-sccs.el (vc-sccs-system-release):
13943 Renamed from vc-sccs-backend-release.
13944
13945 * vc-rcs.el (vc-rcs-system-release):
13946 Renamed from vc-rcs-backend-release.
13947
13948 * vc-cvs.el (vc-cvs-system-release):
13949 Renamed from vc-cvs-backend-release.
13950
13951 2000-09-04 Dave Love <fx@gnu.org>
13952
13953 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13954 backend files.
13955 (vc-backend-release): Dispatch to backend functions.
13956 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13957 probably needs attention.]
13958
13959 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13960 (vc-sccs-backend-release): New function.
13961
13962 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13963 (vc-cvs-backend-release): New function.
13964
13965 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13966 Doc fix.
13967 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13968 (vc-default-dired-state-info): New function.
13969 (vc-dired-state-info): Dispatch to backends.
13970 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13971
13972 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13973 from vc.el and renamed.
13974
13975 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13976
13977 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13978 (vc-version-other-window, vc-backend-assign-name): Removed
13979 references to vc-latest-version; sometimes changed into
13980 vc-workfile-version.
13981
13982 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13983 vc-rcs-master-workfile-version.
13984 (vc-rcs-workfile-version): Use the above. Don't call
13985 vc-latest-version (that was unreachable code, anyway).
13986 (vc-rcs-fetch-master-properties): Doc fix.
13987
13988 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13989 (vc-backend-hook-functions): Removed them from this list, too.
13990 (vc-fetch-properties): Removed.
13991 (vc-workfile-version): Doc fix.
13992
13993 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13994 (vc-rcs-workfile-version, vc-rcs-locking-user)
13995 (vc-rcs-uses-locking): Use it.
13996
13997 * vc-hooks.el (vc-consult-rcs-headers):
13998 Moved into vc-rcs-hooks.el, under the name
13999 vc-rcs-consult-headers.
14000
14001 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
14002 headers.
14003 (vc-cvs-find-master): Use this name only; correct different
14004 versions of the name.
14005
14006 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
14007 New functions.
14008 (vc-sccs-locking-user): Use the latter.
14009
14010 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
14011 New functions.
14012
14013 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
14014 Moved into both
14015 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
14016 functions are implementation details of those two backends.
14017
14018 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14019
14020 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
14021 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
14022
14023 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
14024 (vc-sccs-parse-locks): SCCS-specific code moved here from
14025 vc-hooks.
14026
14027 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
14028 code moved here from vc-hooks.
14029
14030 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
14031 into back-end specific parts and removed. Callers not updated
14032 yet; because I guess these callers will disappear into back-end
14033 specific files anyway.
14034
14035 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14036
14037 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
14038 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
14039 `vc-uses-locking'.
14040
14041 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
14042 Store yes/no in the property, and return t/nil. Updated all
14043 callers.
14044
14045 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
14046 vc-sccs-uses-locking. Don't set property.
14047 (vc-sccs-locking-user): Don't set property.
14048
14049 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
14050 vc-cvs-uses-locking. Don't set property here; leave that to
14051 vc-hooks.
14052 (vc-cvs-locking-user): Reflect above change. Streamlined.
14053
14054 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
14055 vc-rcs-uses-locking.
14056 (vc-rcs-locking-user): Reflect above change.
14057
14058 2000-09-04 Dave Love <fx@gnu.org>
14059
14060 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
14061
14062 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
14063
14064 * vc-hooks.el (vc-checkout-model): Punt to backends.
14065
14066 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
14067
14068 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
14069
14070 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
14071 New functions.
14072
14073 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
14074 New functions.
14075
14076 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
14077 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
14078
14079 * vc-hooks.el (vc-default-locking-user): New function.
14080 (vc-locking-user, vc-workfile-version): Punt to backends.
14081
14082 2000-09-04 Dave Love <fx@gnu.org>
14083
14084 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
14085 (vc-master-workfile-version): Moved from vc-hooks.
14086
14087 * vc-rcs-hooks.el: Fix duplicate code in last change.
14088
14089 * vc-rcs-hooks.el: Require vc-hooks when compiling.
14090 (vc-rcs-master-templates): Improve :type.
14091 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
14092 vc-master-workfile-version): Moved from vc-hooks.
14093
14094 * vc-sccs-hooks.el: Require vc-hooks when compiling.
14095 (vc-sccs-master-templates): Improve :type.
14096 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
14097
14098 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
14099
14100 * vc-cvs-hooks.el: Require vc-hooks when compiling.
14101 (vc-cvs-master-templates): Improve :type. Use
14102 vc-cvs-find-cvs-master.
14103 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
14104 from vc-hooks.
14105 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
14106
14107 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
14108 Moved to vc-cvs-hooks.
14109
14110 * vc-hooks.el: Add doc strings in various places. Simplify the
14111 minor mode setup.
14112 (vc-handled-backends): New user variable.
14113 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
14114 simplification.
14115
14116 2000-09-04 Dave Love <fx@gnu.org>
14117
14118 * vc.el: Some doc fixes for autoloaded and interactive functions.
14119 Fix compilation warnings from ediff stuff.
14120 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
14121
14122 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
14123
14124 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
14125
14126 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
14127
14128 2000-09-04 Dave Love <fx@gnu.org>
14129
14130 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14131 New variable.
14132 (vc-make-backend-function, vc-loadup, vc-call-backend)
14133 (vc-backend-defines): New functions.
14134
14135 * vc-hooks.el: Various doc fixes.
14136 (vc-default-back-end, vc-follow-symlinks): Custom fix.
14137 (vc-match-substring): Function removed. Callers changed to use
14138 match-string.
14139 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
14140 Simplify.
14141
14142 2000-09-04 Dave Love <fx@gnu.org>
14143
14144 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
14145 type.
14146 (vc-sccs-project-dir, vc-search-sccs-project-dir)
14147 (vc-sccs-registered): Doc fix.
14148
14149 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
14150 (vc-cvs-registered): Doc fix.
14151
14152 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
14153 (vc-rcs-registered): Doc fix.
14154
14155 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14156
14157 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
14158
14159 * vc-hooks.el: vc-registered has been renamed
14160 vc-default-registered. Some functions have been moved to the
14161 backend specific files. they all support the
14162 vc-BACKEND-registered functions.
14163
14164 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14165
14166 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
14167
14168 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
14169
14170 2000-09-04 Dave Love <fx@gnu.org>
14171
14172 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
14173 menu-bar-update-hook.
14174
14175 * help.el (help-manyarg-func-alist): Add
14176 find-operation-coding-system.
14177
14178 * wid-edit.el (widget-sexp-validate): Fix garbled code.
14179
14180 * custom.el (custom-set-variables): Print message about errors in
14181 setting.
14182
14183 2000-09-03 Andrew Innes <andrewi@gnu.org>
14184
14185 * makefile.w32-in: Change to DOS line endings.
14186
14187 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14188
14189 * mouse.el (mouse-popup-menubar): Supply the prompt string for
14190 minor-mode keymaps, if they don't have one.
14191
14192 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14193
14194 * eshell/esh-module.el (eval-when-compile): Don't lose if
14195 esh-module.el's file name is truncated to DOS 8+3 limits.
14196
14197 2000-09-01 John Wiegley <johnw@gnu.org>
14198
14199 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
14200 predicate, which caused entries in the completion list to be
14201 doubled.
14202
14203 2000-08-30 John Wiegley <johnw@gnu.org>
14204
14205 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
14206 sending to subprocesses. Also, hook pre-command-hook if
14207 `eshell-send-direct-to-subprocesses' is non-nil.
14208 (eshell-send-direct-to-subprocesses): New config variable. If t,
14209 subprocess input is send immediately.
14210 (eshell-toggle-direct-send): New function.
14211 (eshell-self-insert-command): New function.
14212 (eshell-intercept-commands): New function.
14213 (eshell-send-input): If direct subprocess sending is enabled,
14214 don't echo any input to the Eshell buffer. Let the subprocess
14215 handle that. This requires "stty echo" in bash, for example.
14216
14217 2000-08-28 John Wiegley <johnw@gnu.org>
14218
14219 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
14220 completion function for Eshell's implementation of `unset'.
14221
14222 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
14223
14224 * info.el (Info-directory-list): Doc fix.
14225
14226 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
14227
14228 * filecache.el (file-cache-add-directory-using-find): Don't quote
14229 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
14230
14231 2000-08-31 Kenichi Handa <handa@etl.go.jp>
14232
14233 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
14234 coding systems.
14235
14236 2000-08-30 Andrew Innes <andrewi@gnu.org>
14237
14238 * timer.el (run-with-idle-timer): Undo last change, so that timer
14239 is not activated immediately if Emacs is already idle. Some
14240 existing code relies on this behaviour.
14241
14242 2000-08-30 Miles Bader <miles@gnu.org>
14243
14244 * frame.el (set-frame-font): Do completion of font-name for
14245 interactive use.
14246
14247 2000-08-30 Kenichi Handa <handa@etl.go.jp>
14248
14249 * international/quail.el (quail-start-translation): Bind locally
14250 last-command-event, last-command, and this-command.
14251 (quail-start-conversion): Likewise.
14252 (quail-self-insert-command): Fix docstring.
14253
14254 2000-08-29 Gerd Moellmann <gerd@gnu.org>
14255
14256 * progmodes/executable.el
14257 (executable-make-buffer-file-executable-if-script-p): Check that
14258 buffer contains at least 2 characters.
14259
14260 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
14261
14262 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
14263
14264 2000-08-29 Dave Love <fx@gnu.org>
14265
14266 * diff-mode.el (diff-mode) <defgroup>: Add :version.
14267 (diff-mode-shared-map): Bind mouse-2.
14268 (diff-imenu-generic-expression): New variable.
14269 (diff-mode): Use it.
14270
14271 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
14272 (mouse-popup-menubar): Add minor mode menus.
14273 (popup-menu): Check for lookup-key returning number.
14274
14275 2000-08-29 Miles Bader <miles@gnu.org>
14276
14277 * comint.el (comint-send-input): Create overlays using the proper
14278 front/read-advance arguments.
14279
14280 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14281
14282 * ps-print.el: Even/odd pages printing. Doc fix.
14283 (ps-print-version): New version number (6.0).
14284 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
14285 (ps-background, ps-begin-file, ps-begin-job): Code fix.
14286 (ps-print-duplex-feature): Variable eliminated.
14287 (ps-even-or-odd-pages): New variable.
14288
14289 * progmodes/ebnf2ps.el: Doc fix.
14290 (ebnf-version): New version (3.3).
14291 (ebnf-user-arrow): Change variable customization to sexp.
14292 (ebnf-user-arrow): Function eliminated.
14293 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
14294
14295 2000-08-29 Kenichi Handa <handa@etl.go.jp>
14296
14297 * help.el (help-xref-mule-regexp): New variable.
14298 (help-make-xrefs): Handle help-xref-mule-regexp.
14299
14300 * international/mule-cmds.el (help-xref-mule-regexp-template): New
14301 variable.
14302 (describe-input-method): Temporarily activate the specfied input
14303 method to display the information.
14304 (describe-language-environment): Hyperlinks to mule related items.
14305
14306 * international/mule-diag.el (charset-multibyte-form-string): New
14307 function.
14308 (list-character-sets-1): Use charset-multibyte-form-string.
14309 (describe-character-set): New function.
14310 (describe-coding-system): Hyperlinks to safe character sets.
14311
14312 * international/quail.el (quail-help): New arg PACKAGE.
14313 Hyperlinks to mule related items.
14314 (quail-help-insert-keymap-description): Use
14315 substitute-command-keys instead of describe-bindings.
14316 (quail-translation-help): Hyperlinks to mule related items.
14317
14318 2000-08-28 John Wiegley <johnw@gnu.org>
14319
14320 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
14321 have a defsubst call itself. Made `eshell-flatten-list' back into
14322 a function again.
14323
14324 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
14325 catch, in case re-centering point at bottom messes up the display.
14326 This happens frequently in Emacs 21, due I believe to variable
14327 line heights.
14328
14329 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
14330 to call `find-tag-interactive'.
14331
14332 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
14333 the list of remember directories.
14334
14335 2000-08-28 John Wiegley <johnw@gnu.org>
14336
14337 * align.el: Test align-region-separate to see if it's a symbol.
14338
14339 2000-08-28 John Wiegley <johnw@gnu.org>
14340
14341 * eshell/esh-util.el (eshell-flatten-list): Made this function
14342 into a defsubst form. It gets used very frequently, although
14343 calls don't occur all that often.
14344
14345 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
14346 examining it.
14347
14348 * eshell/esh-cmd.el (eshell-rewrite-while-command):
14349 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
14350 `eshell-protect'.
14351 (eshell-copy-handles): Created a new macro for duplicating the
14352 current set of open handles. This is needed by the looping
14353 functions.
14354 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
14355 is not incorrectly stomped on.
14356
14357 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
14358 declaration for pcomplete-use-paring.
14359 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
14360 value of eshell-cmpl-use-paring.
14361 * pcomplete.el (pcomplete-use-paring): New config variable, to
14362 indicate whether paring should be used.
14363 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
14364 completion alternatives that have already been used.
14365
14366 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
14367 bound to C-c C-y, which will repeat the previous N arguments
14368 (based on prefix argument).
14369 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
14370
14371 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
14372 if there is no *Help* buffer. This is for XEmacs, which renames
14373 its help buffers uniquely. TODO: Find out what the current buffer
14374 name to delete is.
14375
14376 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
14377 first entry that correlates to a passwd/group number. Later
14378 entries (used for group/user name aliasing to multiple IDs) are
14379 ignored.
14380
14381 * eshell/em-xtra.el (eshell/expr):
14382 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
14383 (eshell-grep, eshell/diff, eshell/locate):
14384 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
14385 argument list, before passing it to the system command.
14386
14387 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
14388 `find-tag' for use at final position in Eshell buffers (which
14389 otherwise triggers an error on Emacs 21).
14390 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
14391 buffer, if it is currently bound to `find-tag'.
14392
14393 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
14394 in the list of matched Makefile names.
14395 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
14396 directory, prefer its contents to Makefile.
14397
14398 * eshell/em-dirs.el (eshell/cd): cd commands that look up
14399 directory parts (like "cd old new", or "cd =regexp"), are now case
14400 sensitive on non-Windows/DOS platforms.
14401
14402 * eshell/esh-mode.el (eshell-parse-command-input): When a user
14403 types RET after an open delimiter (like "), display a message
14404 indicating that Eshell is waiting for the closing delimiter.
14405
14406 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
14407 environment variables.
14408
14409 * eshell/em-unix.el (eshell/diff): Added logic to fail more
14410 gracefully if the user enters incorrect arguments.
14411
14412 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
14413 Eshell buffers.
14414
14415 * eshell/esh-var.el (eshell-interpolate-variable):
14416 * eshell/esh-mode.el (eshell-move-argument):
14417 * eshell/em-unix.el (eshell-du-sum-directory):
14418 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14419 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
14420 (not (= ...)).
14421
14422 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
14423 to ensure the `preserve' flag gets propagated when doing recursive
14424 directory copies.
14425
14426 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
14427
14428 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
14429 Don't convert \n into \0177 in memory.
14430 (eshell-read-history, eshell-write-history): Convert \n to \0177,
14431 and back again, when reading and writing.
14432
14433 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
14434
14435 * eshell/esh-util.el (eshell-processp): Added to relieve constant
14436 testing of `fboundp' on `processp'.
14437
14438 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
14439 (eshell/jobs): Don't call process-list if it is not bound.
14440 (eshell-gather-process-output): Support systems where async
14441 subprocesses aren't supported.
14442 (eshell-scratch-buffer, eshell-last-sync-output-start): New
14443 variables.
14444
14445 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
14446 eshell-do-eval returns t.
14447 (eshell-do-pipelines-synchronously): New defmacro.
14448 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
14449 when async subprocesses aren't supported.
14450 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
14451 if async subprocesses aren't supported.
14452 (eshell-resume-command): Don't assume STATUS is a string.
14453
14454 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
14455
14456 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
14457 (eshell-close-target, eshell-get-target): Use eshell-processp.
14458 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
14459 fix.
14460 (eshell-get-target, eshell-create-handles): Doc fix.
14461
14462 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
14463
14464 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
14465 criterion to include commands that output something, as long as it
14466 leaves both the command and the end-of-buffer visible when the
14467 command has exited.
14468 (eshell-review-quick-commands): Adjust the help doc string
14469 accordingly.
14470
14471 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
14472
14473 * locate.el (locate): Cleaned up locate command's interactive prompting
14474 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
14475
14476 * filecache.el (file-cache-case-fold-search): New variable
14477 (file-cache-assoc-function): New variable
14478 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
14479 Use file-cache-case-fold-search variable
14480 (file-cache-add-file): Use file-cache-assoc-function
14481 (file-cache-delete-file): likewise
14482 (file-cache-directory-name): likewise
14483 (file-cache-debug-read-from-minibuffer): likewise
14484
14485 2000-08-28 Gerd Moellmann <gerd@gnu.org>
14486
14487 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
14488 (abbrev-table-name): New function.
14489 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
14490 If non-nil list local abbrev, only.
14491
14492 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
14493
14494 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
14495 from Gnus support code, and use special article copy buffer
14496 `(gnus-original-article-buffer)' instead. This allows to get rid
14497 of article-hide-headers usage (which breaks in the latest Gnus
14498 version). Thanks to Detlev Zundel.
14499
14500 2000-08-28 Kenichi Handa <handa@etl.go.jp>
14501
14502 * international/quail.el (quail-use-package): Hide "... loaded"
14503 message.
14504 (quail-start-translation, quail-start-conversion): Likewise.
14505
14506 * international/kkc.el (kkc-region): Hide "... loaded" message.
14507
14508 2000-08-27 Dave Love <fx@gnu.org>
14509
14510 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
14511
14512 2000-08-27 Miles Bader <miles@gnu.org>
14513
14514 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
14515
14516 2000-08-27 Kenichi Handa <handa@etl.go.jp>
14517
14518 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
14519 'ja-dic-cnv), not (require 'skkdic-cnv).
14520
14521 2000-08-26 Miles Bader <miles@gnu.org>
14522
14523 * faces.el (face-x-resources): Add entry for :inherit.
14524 * cus-face.el (custom-face-attributes): Add support for :inherit
14525 attribute. Add support for relative face heights.
14526 (custom-face-attributes-get): Treat `nil' as being a default value
14527 for :inherit (as well as `unspecified').
14528
14529 * faces.el (set-face-attribute): Update doc string.
14530 (face-attribute-name-alist): Add :inherit.
14531 (face-valid-attribute-values): Handle :inherit.
14532 (face-read-string): Rephrase prompt to be less confusing.
14533 Assume that DEFAULT is a string, since we must return a string.
14534 (face-read-integer): Use `format' to turn DEFAULT into an
14535 acceptable default for face-read-string. Match NEW-VALUE against
14536 the string "unspecified", not the symbol `unspecified', since
14537 that's what face-read-string returns.
14538 (read-face-attribute): Lookup a name for old-value in valid, and
14539 use it as a default if we find one. Treat all values from
14540 face-read-string as strings. If the default is used, don't do any
14541 more processing on the value, just use the old value directly.
14542 (read-face-and-attribute, modify-face): Tweak prompt.
14543 (read-face-name): Don't assume prompt ends with a space.
14544
14545 * faces.el (describe-face): Add support for :inherit attribute.
14546
14547 2000-08-25 Kenichi Handa <handa@etl.go.jp>
14548
14549 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14550 concat doesn't accept interger.
14551
14552 * international/kkc.el: Remove SKK from Keywords. Require
14553 ja-dic-utl instead of skkdic-utl.
14554
14555 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14556 Provide ja-dic-cnv instead of skkdic-cnv.
14557 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14558 (iso-2022-7bit-short): Add safe-charsets property.
14559 (skkdic-convert-postfix): Search Japanese chou-on character in
14560 addition to Hiragana character.
14561 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14562 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14563 (batch-skkdic-convert): Likewise.
14564
14565 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14566 Provide ja-dic-utl instead of skkdic-utl.
14567 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14568
14569 2000-08-24 Dave Love <fx@gnu.org>
14570
14571 * disp-table.el (standard-display-default): Make the test of `l'
14572 useful.
14573
14574 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14575 mod sample text.
14576
14577 * international/iso-ascii.el: Make pilcrow convenient string
14578 consistent with section.
14579 (iso-ascii-display): Set up multibyte characters as well as
14580 unibyte.
14581
14582 2000-08-24 Kenichi Handa <handa@etl.go.jp>
14583
14584 * international/mule-cmds.el (reset-language-environment): Set
14585 default-process-coding-system to '(undecided . iso-latin-1), which
14586 makes process I/O almost consistent with file I/O. Call this
14587 function when mule-cmds.el[c] is loaded.
14588
14589 2000-08-22 Andrew Innes <andrewi@gnu.org>
14590
14591 * makefile.w32-in: New file.
14592
14593 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14594
14595 * comint.el (comint-output-filter): Compare end of
14596 comint-last-output-overlay with the start of the newly inserted
14597 text, not the end, when deciding whether to extend it.
14598 Set saved-point's insertion type to advance after insertion.
14599
14600 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14601 since this is now done independently of font-lock mode.
14602
14603 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14604
14605 * server.el (server-kill-new-buffers): New user option.
14606 (server-existing-buffer): New buffer-local variable.
14607 (server-visit-files): When using an existing buffer, set
14608 server-existing-buffer to t.
14609 (server-buffer-done): If server-kill-new-buffers is t, kill the
14610 buffer, unless it was already present before visiting it with
14611 Emacs server.
14612
14613 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14614
14615 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14616 even if the display doesn't support colors: some displays will
14617 support bold/underline faces.
14618
14619 2000-08-21 Gerd Moellmann <gerd@gnu.org>
14620
14621 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14622
14623 * startup.el (command-line): If user's init file had an error,
14624 add explanatory text to *Messages*.
14625
14626 2000-08-21 Kenichi Handa <handa@etl.go.jp>
14627
14628 * man.el (Man-getpage-in-background): Decode the process output by
14629 the system locale coding system.
14630
14631 2000-08-20 Dave Love <fx@gnu.org>
14632
14633 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14634 Don't test x-popup-menu.
14635 (function) <complete-function>: Complete only fbound symbols.
14636 <validate, value>: New.
14637 (variable) <complete-function>: Complete only bound symbols.
14638 (coding-system): Add :base-only, :complete-function, :validate,
14639 :value, :prompt-match.
14640 (widget-coding-system-prompt-value): Use read-coding-system and
14641 act on :base-only.
14642 (editable-field): Add :help-echo.
14643 (widget-push-button-gui, widget-push-button-cache)
14644 (widget-gui-action, widget-editable-list-gui): COmment out, along
14645 with uses.
14646 (widget-at): Make arg optional.
14647 (widget-echo-help): Adjust for current help-echo calling sequence.
14648 (widget-specify-field, widget-specify-button)
14649 (widget-specify-insert, widget-get-sibling, widget-image-find)
14650 (widget-convert, widget-insert, widget-leave-text)
14651 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14652 (widget-setup, widget-field-find, widget-before-change)
14653 (widget-after-change, widget-default-complete)
14654 (widget-default-create, widget-default-delete)
14655 (widget-push-button-value-create, editable-field)
14656 (widget-field-prompt-value, widget-field-validate)
14657 (widget-choice-value-create, widget-choice-action)
14658 (widget-choice-validate, widget-checklist-add-item)
14659 (widget-radio-add-item, widget-radio-chosen)
14660 (widget-radio-value-inline, widget-editable-list-value-create)
14661 (widget-editable-list-entry-create)
14662 (widget-documentation-link-add)
14663 (widget-documentation-string-value-create)
14664 (widget-regexp-validate, widget-file-complete)
14665 (widget-sexp-validate, widget-plist-convert-widget)
14666 (widget-plist-convert-widget, widget-alist-convert-widget)
14667 (widget-alist-convert-widget, widget-color-complete): Simplify,
14668 particularly to avoid bindings which aren't optimized out.
14669
14670 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14671 Doc fix.
14672 (down-list, backward-up-list, up-list, kill-sexp)
14673 (backward-kill-sexp, mark-sexp): Make arg optional.
14674 (lisp-complete-symbol): Add optional arg PREDICATE.
14675
14676 * cus-start.el: Add display-buffer-reuse-frames,
14677 file-coding-system-alist.
14678
14679 2000-08-20 Gerd Moellmann <gerd@gnu.org>
14680
14681 * startup.el (command-line): Clear realized faces after
14682 modifying TTY color mappings.
14683
14684 2000-08-20 Miles Bader <miles@gnu.org>
14685
14686 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14687 merely a subset of FACE's attributes.
14688
14689 2000-08-19 Miles Bader <miles@gnu.org>
14690
14691 * comint.el (comint-output-filter): Save the point with a marker,
14692 not just a buffer position.
14693
14694 * international/mule.el (set-buffer-process-coding-system): Make
14695 interactive prompt less confusing.
14696
14697 2000-08-19 Gerd Moellmann <gerd@gnu.org>
14698
14699 * hilit-chg.el: General cleanup of doc strings, comments and
14700 code formatting.
14701
14702 2000-08-19 Miles Bader <miles@gnu.org>
14703
14704 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14705 Compiler macro removed; beginning-of-line is no longer always
14706 equivalent to forward-line, in the presence of fields.
14707
14708 * comint.el (comint-output-filter): Remove ad-hoc saving of
14709 restriction, and just use save-restriction, now that it works
14710 correctly. Don't adjust comint-last-input-start to account for
14711 our insertion; it shouldn't have moved because we don't use
14712 insert-before-markers anymore. Comment out call to
14713 `force-mode-line-update'; why is it here?
14714
14715 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14716 while checking for prompt to delete. Use `forward-line 0'
14717 instead of beginning-of-line.
14718 (gud-filter): Temporarily widen gud comint buffer while
14719 examining output.
14720
14721 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14722
14723 * progmodes/sh-script.el: Big bag of typos.
14724
14725 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14726 check since ispell-process is not bound when ispell is not yet loaded.
14727
14728 2000-08-18 Dave Love <fx@gnu.org>
14729
14730 * image.el (find-image): Copy `spec' before using plist-put.
14731
14732 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14733
14734 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14735 `portugues'.
14736
14737 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14738 backward-kill-sexp, analogous to kill-sexp.
14739
14740 * progmodes/icon.el (icon-indent-line)
14741 (icon-is-continuation-line): Handle comments specially.
14742
14743 2000-08-17 Ken Stevens <k.stevens@ieee.org>
14744
14745 * ispell.el: Set to standard author/maintainer/keyword fields.
14746 Fine tuning to menu map appearance and operation, and added help.
14747 Remove `start' and `end' error messages when compiling.
14748 (ispell-choices-win-default-height): Fixed comment string.
14749 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14750 castellano8 dictionaries.
14751 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14752 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14753 dictionary, added italiano dictionary.
14754 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14755 word character
14756 (ispell-tex-skip-alists): Added psfig support.
14757 (ispell-skip-html): Renamed from ispell-skip-sgml.
14758 (ispell-begin-skip-region-regexp, ispell-skip-region)
14759 (ispell-minor-check): Improved html skipping support to skip across
14760 code, and recognize `&' commands without propper `;' syntax;
14761 (ispell-process-line): Fix alignment error when manually
14762 correcting spelling.
14763 (ispell): Fix comment string.
14764 (ispell-add-per-file-word-list): Always put word list on new line.
14765
14766 2000-08-17 Gerd Moellmann <gerd@gnu.org>
14767
14768 * format.el (format-encode-run-method): Fix error message to say
14769 `encode' instead of `decode'. Use save-window-excursion around
14770 shell-command-on-region as in format-decode-run-method because
14771 shell-command-on-region can display a buffer with error output.
14772 (format-decode): Don't record undo information for the decoding.
14773 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14774 that number part of the temporary buffer name so that more than
14775 one decoding using a temporary buffer can happen safely.
14776
14777 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14778 of `A-z' in the regexp.
14779
14780 * hilit-chg.el: Fix typos in commentary.
14781
14782 * help.el (view-emacs-news): Rewritten for new naming scheme
14783 for old NEWS files.
14784
14785 * startup.el (command-line): Pop to *Messages* in case an error
14786 is signaled while loading user-init-file.
14787
14788 2000-08-17 Andreas Schwab <schwab@suse.de>
14789
14790 * files.el (insert-directory): Don't lose original file name,
14791 undoing an undocumented change.
14792
14793 2000-08-17 Alex Schroeder <alex@gnu.org>
14794
14795 * sql.el (sql-magic-go): Use comint-bol.
14796 (sql-copy-column): Use comint-line-beginning-position.
14797 (comint-line-beginning-position): Define a replacement for
14798 comint-line-beginning-position if it is not fboundp.
14799
14800 2000-08-17 Alex Schroeder <alex@gnu.org>
14801
14802 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14803 it didn't have any effect anyway.
14804
14805 2000-08-17 Alex Schroeder <alex@gnu.org>
14806
14807 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14808 --pset and pager=off instead of sending \\o|cat at the beginning
14809 of the session.
14810
14811 2000-08-17 Miles Bader <miles@gnu.org>
14812
14813 * progmodes/octave-inf.el: Add compatibility definition of
14814 comint-line-beginning-position.
14815
14816 2000-08-17 Kenichi Handa <handa@etl.go.jp>
14817
14818 * startup.el (normal-top-level): Look in each dir in load-path for
14819 a leim-list.el file too. This assures of loading leim-list.el
14820 that is created at Emacs installation time even if a user have his
14821 own leim-list.el.
14822
14823 2000-08-17 Miles Bader <miles@gnu.org>
14824
14825 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14826 foreground color to black if the background is dark.
14827
14828 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14829
14830 * loadhist.el (unload-feature): Typo.
14831
14832 * finder.el (finder-compile-keywords):
14833 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14834 to the generated file.
14835
14836 * mail/mh-e.el (mh-make-local-vars):
14837 Replace make-variable-buffer-local with make-local-variable.
14838
14839 * play/landmark.el:
14840 * options.el (Edit-options-{set,toggle,t,nil}):
14841 * mail/mailabbrev.el (mail-abbrevs-mode):
14842 * textmodes/tex-mode.el (tex-expand-files):
14843 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14844
14845 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14846
14847 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14848 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14849 Allow going past the last element.
14850 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14851 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14852 (cvs-mouse-toggle-mark): Don't move point.
14853 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14854
14855 * progmodes/compile.el (grep): Provide a default set of files.
14856 (next-error): Docstring fix.
14857 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14858
14859 * emacs-lisp/easy-mmode.el (define-minor-mode):
14860 Use `symbol-value' to keep the byte-compiler quiet.
14861
14862 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14863 (diff-find-source-location): New fun, extracted from diff-goto-source.
14864 (diff-goto-source): Use it.
14865 (diff-next-complex-hunk, diff-filter-lines): New function.
14866 (diff-apply-hunk): New command.
14867
14868 * smerge-mode.el (smerge-mode-menu): Doc fix.
14869
14870 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14871
14872 2000-08-16 Dave Love <fx@gnu.org>
14873
14874 * windmove.el (windmove) <defgroup>: Add :version.
14875
14876 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14877 (goto-address-fontify-p, goto-address-highlight-p)
14878 (goto-address-url-face, goto-address-url-mouse-face)
14879 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14880 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14881 (goto-address-fontify, goto-address-at-mouse): Simplify,
14882 (goto-address-at-point): browse-url-url-at-point,
14883 goto-address-find-address-at-point can return nil.
14884 (goto-address-find-address-at-point): Return nil on failure.
14885
14886 * align.el (align) <defgroup>: Add :version.
14887
14888 * calculator.el (calculator): Add :version.
14889 (calculator): Use two lines for calculator window if `modeline'
14890 face is boxed.
14891
14892 * play/5x5.el: Doc fixes.
14893 (5x5) <defgroup>: Add :version.
14894
14895 * play/fortune.el (fortune) <defgroup>: Add :version.
14896 (fortune-append): Fix error message.
14897 (fortune-from-region): Doc fix.
14898
14899 * play/pong.el (pong): Doc fix.
14900
14901 * play/morse.el: Keywords, commentary, autoloads.
14902
14903 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14904
14905 * desktop.el (desktop-save): Don't look at symbol-value of a
14906 member of minor-mode-alist, unless it is boundp.
14907
14908 2000-08-16 Sam Steingold <sds@gnu.org>
14909
14910 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14911 `while'; use `with-current-buffer' instead of `save-excursion'.
14912 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14913
14914 2000-08-16 Kenichi Handa <handa@etl.go.jp>
14915
14916 * international/ccl.el (declare-ccl-program): Docstring modified.
14917 (ccl-execute-with-args): Likewise.
14918
14919 2000-08-16 Miles Bader <miles@gnu.org>
14920
14921 * progmodes/sql.el: Add compatibility definition of
14922 comint-line-beginning-position.
14923
14924 2000-08-15 Gerd Moellmann <gerd@gnu.org>
14925
14926 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14927 'buffer-menu' property.
14928 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14929 fails.
14930 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14931 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14932 wasn't killed.
14933
14934 * buff-menu.el (list-buffers-noselect): Don't display the
14935 *Buffer List* buffer.
14936
14937 * font-lock.el: Require jit-lock to prevent a very late
14938 `Loading jit-lock' message.
14939
14940 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14941 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14942 mail address.
14943
14944 2000-08-15 Miles Bader <miles@gnu.org>
14945
14946 * textmodes/ispell.el (ispell-graphic-p): New constant.
14947 (ispell-choices-win-default-height, ispell-help): Use
14948 `ispell-graphic-p' instead of `xemacsp'.
14949
14950 2000-08-15 Dave Love <fx@gnu.org>
14951
14952 * simple.el: Autoload widget-convert when compiling.
14953 (mail-user-agent): Doc fix.
14954
14955 * help.el (function-called-at-point, variable-at-point): Use
14956 with-syntax-table.
14957 (help-manyarg-func-alist): Add insert-and-inherit.
14958
14959 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14960
14961 * delsel.el (delsel-unload-hook): New function.
14962
14963 * find-file.el: Doc fixes. Move provide to end.
14964 (ff) <defgroup>: Add :link.
14965 (ff-goto-click): Deleted.
14966 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14967 Use mouse-set-point.
14968
14969 * textmodes/tildify.el: Doc fixes.
14970 (tildify) <defgroup>: Add:version.
14971
14972 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14973 (glasses-custom-set): Use set-default, not set.
14974 (minor-mode-alist): Propertize the lighter.
14975 (glasses-mode): Provide optional arg.
14976
14977 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14978 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14979 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14980 option. Provide :type.
14981 (cwarn-configuration): Provide :type.
14982 (cwarn-mode): Doc fix.
14983
14984 * add-log.el (change-log-merge): Doc fix.
14985 (change-log-redate): New command.
14986
14987 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14988 Doze and Dog.
14989 (browse-url): Use dolist, not mapcar.
14990 (browse-url-at-point): Check for null url.
14991 (browse-url-event-buffer, browse-url-event-point): Functions
14992 deleted.
14993 (browse-url-at-mouse, browse-url-netscape): Simplify.
14994
14995 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14996 modes.
14997 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14998 Fix previous change to mapcan.
14999 (msb--init-file-alist, msb--add-separators)
15000 (msb--make-keymap-menu): Simplify.
15001 (msb--choose-file-menu): Use copy-sequence.
15002 (msb-mode-map): Add title to keymap.
15003 (msb-unload-hook): New function.
15004
15005 * bs.el: Fix indentation.
15006 (bs) <defgroup>: Add :links.
15007 (bs-show): Doc fix.
15008 (bs-apply-sort-faces): Don't use window-system.
15009 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
15010
15011 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
15012
15013 * calendar/timeclock.el (timeclock-file): Run .timelog through
15014 convert-standard-filename.
15015
15016 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15017
15018 * emacs-lisp/authors.el: New file.
15019
15020 * paren.el (show-paren-priority): New user option.
15021 (show-paren-function): Set overlay priorities to
15022 show-paren-priority.
15023
15024 2000-08-14 Miles Bader <miles@gnu.org>
15025
15026 * comint.el (comint-bol): Use `forward-line 0' instead of calling
15027 beginning-of-line with inhibit-field-text-motion bound.
15028
15029 2000-08-14 Gerd Moellmann <gerd@gnu.org>
15030
15031 * calendar/timeclock.el: New file.
15032
15033 2000-08-14 David Ponce <david@dponce.com>
15034
15035 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
15036 `widget-button-click'. so that one can use left mouse button to
15037 click on dialog buttons.
15038
15039 2000-08-14 Emmanuel Briot <briot@gnat.com>
15040
15041 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
15042 identifiers, since XML is case sensitive
15043
15044 2000-08-12 Miles Bader <miles@gnu.org>
15045
15046 * comint.el (comint-output-filter): Don't bother frobbing
15047 window-start, it doesn't seem to be necessary.
15048
15049 * comint.el (comint-send-string, comint-send-region): Make into
15050 real functions. Snapshot the prompt before sending.
15051
15052 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15053
15054 * info.el (Info-find-emacs-command-nodes): Rewrite to use
15055 technique similar to Info-index, instead of relying on specific
15056 names of relevant Index nodes.
15057 (Info-goto-emacs-command-node): Bind Info-history to nil when
15058 going to the first node found by Info-find-emacs-command-nodes.
15059
15060 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
15061
15062 * menu-bar.el (menu-bar-help-menu): Add a :help string.
15063
15064 2000-08-10 Miles Bader <miles@gnu.org>
15065
15066 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
15067
15068 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15069
15070 * info.el (Info-file-list-for-emacs): More elements for the
15071 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
15072 and woman manuals.
15073
15074 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
15075
15076 * comint.el (comint-send-input): Make the newline boundary overlay
15077 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
15078 (comint-output-filter): Use `insert' instead of
15079 `insert-before-markers'. Extend comint-last-output-overlay when
15080 necessary since we can't rely on insert-before-markers to do it.
15081 * gud.el (gud-filter): Use `with-current-buffer' instead of
15082 save-excursion when inserting the output, so that point gets
15083 updated correctly; the old method relied on a rather dodgy
15084 side-effect of comint-output-filter to avoid the effect of
15085 save-excursion.
15086
15087 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
15088
15089 * files.el (recover-file): Call insert-directory instead of
15090 invoking `ls' directly.
15091
15092 2000-08-10 Miles Bader <miles@gnu.org>
15093
15094 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
15095 (comint-last-prompt-overlay): New variables.
15096 (comint-output-filter): Implement prompt highlighting.
15097 (comint-snapshot-last-prompt): New function.
15098 (comint-send-input): Snapshot the last prompt.
15099 Use comint-highlight-input-face.
15100 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
15101 Use defface instead of defcustom.
15102 (send-invisible, comint-send-eof): Snapshot the last prompt.
15103 (comint-delchar-or-maybe-eof): Use comint-send-eof.
15104 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
15105
15106 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
15107
15108 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
15109 (regexp-opt-group): Use a list of chars for `letters'.
15110 (regexp-opt-charset): `chars' is now a list of chars.
15111 Use a char-table rather than a vector so it works for multibyte chars.
15112
15113 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
15114 Set cvs-minor-current-files to the selected fileinfo.
15115 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
15116 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
15117
15118 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
15119
15120 * files.el (insert-directory): Don't call access-file on
15121 directories on DOS and Windows.
15122
15123 2000-08-09 Kenichi Handa <handa@etl.go.jp>
15124
15125 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
15126 longer if necessary.
15127 (ccl-embed-code): Call ccl-embed-data to store CODE in
15128 ccl-program-vector.
15129
15130 2000-08-09 Miles Bader <miles@gnu.org>
15131
15132 * comint.el (comint-output-filter): Properly handle the case where
15133 the text surrounded by comint-last-output-overlay was deleted.
15134
15135 2000-08-08 Gerd Moellmann <gerd@gnu.org>
15136
15137 * info.el (Info-insert-dir): Use Info-additional-directory-list if
15138 non-nil.
15139 (Info-file-list-for-emacs): Remove "info" from the list because
15140 that leads to trying to use the documentation from file `info'
15141 in various situations where it isn't appropriate, for instance
15142 C-h C-k C-h i.
15143
15144 * ffap.el (ffap-read-file-or-url-internal): Handle case that
15145 DIR and/or STRING are nil.
15146
15147 * progmodes/compile.el (compilation-setup): Make variable
15148 compilation-error-screen-columns buffer-local, as some comment
15149 in the code suggests it should be.
15150
15151 * files.el (auto-mode-interpreter-regexp): New variable.
15152 (set-auto-mode): Use it.
15153
15154 * indent.el (indent-for-tab-command): Doc fix.
15155
15156 * mouse-sel.el (mouse-sel-mode): Doc fix.
15157
15158 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
15159 labels.
15160
15161 * help.el (print-help-return-message): When
15162 display-buffer-reuse-frames is set, let the help window been quit,
15163 instead of deleting it, which might delete a reused frame.
15164
15165 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
15166
15167 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
15168 rename a directory to a name that differs only by its letter case.
15169
15170 2000-08-08 Kenichi Handa <handa@etl.go.jp>
15171
15172 * international/quail.el (quail-define-rules): Handle Quail decode
15173 map correctly. Add code for supporting annotations.
15174 (quail-install-decode-map): New function.
15175 (quail-defrule-internal): New optional arguments decode-map and
15176 props.
15177 (quail-advice): New function.
15178
15179 2000-08-07 Sam Steingold <sds@gnu.org>
15180
15181 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
15182 `defconst', `define-condition', `with-slots'.
15183 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
15184
15185 2000-08-03 Miles Bader <miles@gnu.org>
15186
15187 * comint.el (comint-use-prompt-regexp-instead-of-fields):
15188 New variable.
15189 (comint-prompt-regexp, comint-get-old-input): Document dependence on
15190 comint-use-prompt-regexp-instead-of-fields.
15191 (comint-send-input): Add `input' field property to stuff we send to
15192 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
15193 (comint-output-filter): Add `output' field property to process
15194 output, if comint-use-prompt-regexp-instead-of-fields is nil.
15195 (comint-replace-by-expanded-history)
15196 (comint-get-old-input-default, comint-show-output)
15197 (comint-backward-matching-input, comint-forward-matching-input)
15198 (comint-next-prompt, comint-previous-prompt): Use field
15199 properties if comint-use-prompt-regexp-instead-of-fields is nil.
15200 (comint-line-beginning-position): New function.
15201 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
15202 (comint-replace-by-expanded-history-before-point): Use
15203 comint-line-beginning-position and line-end-position.
15204 (comint-last-output-overlay): New variable.
15205 (comint-mode): Make `comint-last-output-overlay' buffer-local.
15206
15207 * shell.el (shell-prompt-pattern): Doc change.
15208 (shell-backward-command): Use line-beginning-position.
15209
15210 * gud.el (gud-gdb-complete-command): Use
15211 comint-line-beginning-position.
15212
15213 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
15214 comint-bol doesn't actually go to the beginning of the line.
15215
15216 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
15217 if comint-use-prompt-regexp-instead-of-fields is non-nil.
15218 (try-expand-line-all-buffers): Likewise.
15219
15220 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
15221 explicitly matching comint-prompt-regexp.
15222 (sql-copy-column): Use comint-line-beginning-position instead of
15223 explicitly matching comint-prompt-regexp.
15224
15225 * progmodes/octave-inf.el (inferior-octave-complete): Use
15226 comint-line-beginning-position.
15227
15228 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
15229
15230 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
15231 looking for a prompt, use `forward-line 0' instead of
15232 `beginning-of-line', to avoid getting caught by an input field.
15233
15234 2000-08-07 Gerd Moellmann <gerd@gnu.org>
15235
15236 * files.el (shell-quote-wildcard-pattern): Make sure to return
15237 PATTERN, in the Unix case.
15238
15239 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
15240
15241 * play/zone.el (zone): Discard any pending input before running
15242 the randomly-chosen pgm.
15243
15244 2000-08-07 Kenichi Handa <handa@etl.go.jp>
15245
15246 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
15247 checking the existence of any multibyte characters.
15248
15249 2000-08-06 Gerd Moellmann <gerd@gnu.org>
15250
15251 * help.el (describe-mode): Test minor-mode symbol for being
15252 bound before testing its value for being nil.
15253
15254 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
15255 `first', `second', and `third'.
15256
15257 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
15258 (second): Make it an alias for `cadr'.
15259
15260 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
15261
15262 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
15263 types of display support faces now.
15264
15265 2000-08-05 Gerd Moellmann <gerd@gnu.org>
15266
15267 * pcvs.el (require): Require `cl' during compilation, only.
15268
15269 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
15270 (toplevel): Remove `remq' and `remove' from autoloads.
15271 (cl-fake-autoloads): New variable. If set, arrange for an error
15272 when CL functions etc. are autoloaded.
15273
15274 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
15275
15276 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
15277
15278 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
15279 popped up, but the user clicks outside the menu, return an empty
15280 regexp (that causes unhighlight-regexp to have no effect).
15281
15282 * menu-bar.el (menu-bar-games-menu): Add Zone.
15283
15284 * hi-lock.el (toplevel): Require font-lock.
15285
15286 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15287
15288 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
15289 (ebnf-8-bit-chars): New var for bug fix.
15290 (ebnf-string): Bug fix.
15291
15292 2000-08-03 Sam Steingold <sds@gnu.org>
15293
15294 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
15295 instead of `buffer-string'.
15296 (require 'cl): Always, not just when compiling.
15297 `ignore-errors' in `interactive', `list*', `defun*' &c make this
15298 necessary.
15299
15300 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
15301
15302 * international/mule-cmds.el (select-safe-coding-system): Make
15303 the message text about selecting a safe coding system more clear.
15304
15305 2000-08-02 Gerd Moellmann <gerd@gnu.org>
15306
15307 * hi-lock.el: New file.
15308
15309 * play/zone.el: New file.
15310
15311 * replace.el (occur): Set tab-width in the *Occur* buffer to the
15312 value of tab-width in the original buffer. Choose a line number
15313 format that's a multiple of the original buffer's tab width, so
15314 that lines appear right.
15315
15316 * textmodes/ispell.el (ispell): New function, replacing an alias.
15317 Spell-check active region if in transient-mark-mode and mark
15318 is active; otherwise spell-check buffer.
15319
15320 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15321
15322 * ps-mule.el: Fix a customization problem on
15323 ps-mule-font-info-database-default.
15324
15325 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
15326
15327 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
15328 display-mouse-p instead of window-system.
15329 (ebrowse-member-mode-map): Ditto.
15330
15331 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15332
15333 * progmodes/ebnf2ps.el: Update ps-print functions call.
15334 Indentation fix. Doc fix.
15335 (ebnf-version): New version number (3.2).
15336 (ebnf-format-color, ebnf-begin-job): Code fix.
15337
15338 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
15339
15340 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
15341 font lock support on window-system.
15342 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
15343
15344 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
15345 display-color-p, if fboundp, instead of window-system.
15346
15347 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
15348
15349 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
15350 instead of window-system.
15351
15352 * wid-edit.el (widget-choose): Use display-mouse-p instead of
15353 window-system.
15354 (widget-choice-mouse-down-action): Use display-popup-menus-p
15355 instead of window-system.
15356
15357 * strokes.el (strokes-file): Run the file name through
15358 convert-standard-filename.
15359 (strokes-mode): Call display-mouse-p instead of looking at
15360 window-system. Change the error message accordingly.
15361
15362 * progmodes/cpp.el (toplevel): Support faces on tty's.
15363
15364 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
15365 (lm-plot-square, lm-init-display): Don't use window-system.
15366
15367 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
15368 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
15369
15370 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
15371 instead of looking at window-system.
15372
15373 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15374
15375 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
15376 of testing if iswitchb-prepost-hooks is bound, because the
15377 latter will always be true when invoking a recursive minibuffer
15378 from an active Iswitchb buffer.
15379
15380 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
15381
15382 * files.el (shell-quote-wildcard-pattern): New function.
15383 (insert-directory): Call it. Only prepend "\" to command on Unix
15384 and GNU/Linux systems.
15385
15386 2000-07-30 Gerd Moellmann <gerd@gnu.org>
15387
15388 * eshell/esh-groups.el: Change custom :link file names
15389 from `eshell.info' to `eshell'.
15390
15391 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
15392
15393 * dired.el (dired-build-subdir-alist): Expand subdirectory names
15394 correctly in recursive ange-ftp listings.
15395
15396 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15397
15398 * ps-print.el: Fix bug 1: if ps-font-size-internal,
15399 ps-header-font-size-internal and
15400 ps-header-title-font-size-internal variables are not set,
15401 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
15402 face text property is (foreground-color . COLOR) or
15403 `(background-color . COLOR)', ps-print crashes. Doc fix.
15404 (ps-print-version): New version number (5.2.4).
15405 (ps-plot-region): Code fix.
15406 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
15407 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
15408 Bug fix 2.
15409
15410 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
15411
15412 * glasses.el (glasses-make-readable): Fix uncapitalization of
15413 identifiers like `myXMLDocument'.
15414
15415 2000-07-28 Karl Fogel <kfogel@red-bean.com>
15416
15417 * mail/mail-hist.el (mail-hist-previous-input)
15418 (mail-hist-next-input): Do the obvious code factorization.
15419 (mail-hist-retrieve-and-insert): New func, contains common
15420 code of above two.
15421 If inserting a message body, leave point at top.
15422
15423 2000-07-28 Sam Steingold <sds@gnu.org>
15424
15425 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
15426 Use `<=', not `<' to compare times!
15427 (ange-ftp-ls): Remove.
15428
15429 2000-07-27 Gerd Moellmann <gerd@gnu.org>
15430
15431 * play/cookie1.el: Add explanation of how to make cookie.el
15432 compatible with strfile(1) to comment.
15433
15434 * subr.el (remove, remq): New functions.
15435
15436 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
15437 escape `*' in regexps.
15438 (midnight-find): Reverse order of arguments in the funcall of
15439 TEST.
15440
15441 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
15442 and `.class'.
15443
15444 * play/meese.el: Add Commentary section.
15445
15446 2000-07-27 Alex Schroeder <alex@gnu.org>
15447
15448 * sql.el (sql-ms): Added autoload cookie.
15449 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
15450 (sql-oracle): Ditto.
15451 (sql-help): Doc change.
15452
15453 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
15454 types and exceptions.
15455
15456 2000-07-27 Alex Schroeder <alex@gnu.org>
15457
15458 * sql.el (sql-placeholder-history): New variable.
15459 (sql-query-placeholders-and-send): New function that will query
15460 the user and replace placeholders with user input.
15461 (sql-oracle): If running on NT, set comint-input-sender to
15462 sql-query-placeholders-and-send.
15463
15464 (sql-stop): If in the SQLi buffer, insert stop notification, else
15465 present it as a message.
15466
15467 2000-07-27 Alex Schroeder <alex@gnu.org>
15468
15469 * sql.el (sql-input-ring-separator): Doc change.
15470 (sql-input-ring-file-name): Doc change.
15471 (sql-interactive-mode): Use `sql-input-ring-separator' and
15472 `sql-input-ring-file-name' to set the comint-mode equivalents
15473 without making them local variables.
15474 (sql-stop): Don't bind `sql-input-ring-separator' and
15475 `sql-input-ring-file-name' dynamically to their comint-mode
15476 equivalents.
15477
15478 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15479
15480 * international/mule.el (register-char-codings): New function.
15481 (make-coding-system): Handle `safe-chars' specification in the arg
15482 PROPERTY.
15483
15484 * international/mule-cmds.el
15485 (find-coding-systems-region-subset-p): This function deleted.
15486 (sort-coding-systems-predicate): New variable.
15487 (sort-coding-systems): New function.
15488 (find-coding-systems-region): Use
15489 find-coding-systems-region-internal.
15490 (find-coding-systems-string): Use find-coding-systems-region.
15491 (find-coding-systems-for-charsets): Check
15492 char-coding-system-table.
15493 (select-safe-coding-system-accept-default-p): New variable.
15494 (select-safe-coding-system): Mostly rewritten. New argument
15495 ACCEPT-DEFAULT-P.
15496 (select-message-coding-system): Call select-safe-coding-system
15497 with ACCEPT-DEFAULT-P arg.
15498 (reset-language-environment): Reset default-sendmail-coding-system
15499 to the default value iso-latin-1.
15500 (set-language-environment): Don't set the obsolete variable
15501 charset-origin-alist.
15502
15503 * international/codepage.el (cp-coding-system-for-codepage-1):
15504 Give `safe-chars' property to make-coding-system.
15505
15506 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
15507 calling select-message-coding-system twice.
15508
15509 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
15510 instead of `safe-charsets'.
15511 (cyrillic-alternativnyj): Likewise.
15512 (ccl-encode-alternativnyj): Don't check the charset
15513 cyrillic-iso8859-5.
15514
15515 2000-07-27 Kenichi Handa <handa@etl.go.jp>
15516
15517 * composite.el (compose-chars-after): Preserve match data.
15518
15519 2000-07-26 Sam Steingold <sds@gnu.org>
15520
15521 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
15522 (ange-ftp-real-file-newer-than-file-p): New function.
15523 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
15524 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
15525
15526 * tooltip.el (tooltip-float-time): Removed (use `float-time').
15527 * midnight.el (midnight-float-time): Ditto.
15528
15529 2000-07-26 Andreas Schwab <schwab@suse.de>
15530
15531 * files.el (normal-backup-enable-predicate): Correct
15532 interpretation of the return value of compare-strings.
15533
15534 2000-07-26 Gerd Moellmann <gerd@gnu.org>
15535
15536 * isearch.el (isearch-resume): New function.
15537 (isearch-done): Add something to command-history to resume
15538 the search.
15539 (isearch-yank-line, isearch-yank-word): Use
15540 buffer-substring-no-properties instead of buffer-substring.
15541
15542 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15543 of flyspell-mouse-map.
15544
15545 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15546 duplicate definition.
15547 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15548
15549 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15550 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15551
15552 2000-07-25 Sam Steingold <sds@gnu.org>
15553
15554 * net/ange-ftp.el: Get modtime over the net.
15555 (ange-ftp-file-modtime): New function.
15556 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15557 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15558 Use it.
15559 (ange-ftp-dot-to-slash): New function.
15560 (ange-ftp-fix-name-for-vms): Use it.
15561
15562 * midnight.el (midnight-buffer-display-time): Use
15563 `with-current-buffer'.
15564
15565 2000-07-25 Gerd Moellmann <gerd@gnu.org>
15566
15567 * find-dired.el: Update copyright notice.
15568 (find-dired): Offer to kill a running `find'.
15569
15570 * enriched.el (enriched-face-ans): For a `foreground-color'
15571 property, return '(("x-color" COLOR))' so that COLOR will be
15572 output as a parameter of the x-color annotation. Likewise for the
15573 `background-color' property. In the case of normal face
15574 properties, don't return annotations for unspecified foreground
15575 and background face attributes.
15576
15577 2000-07-25 Kenichi Handa <handa@etl.go.jp>
15578
15579 * language/japan-util.el (japanese-katakana-region): Fix handling
15580 HANKAKU argument.
15581
15582 2000-07-25 Miles Bader <miles@gnu.org>
15583
15584 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15585 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15586 constrain-to-field.
15587
15588 2000-07-24 Andrew Innes <andrewi@gnu.org>
15589
15590 * timer.el (timer-activate-when-idle): Add optional parameter
15591 DONT-WAIT. Update docstring.
15592 (run-with-idle-timer): Specify extra parameter to
15593 timer-activate-when-idle, so that timer will be activated
15594 immediately if Emacs is already idle.
15595
15596 * w32-fns.el (w32-using-nt): Fix docstring.
15597
15598 2000-07-24 Dave Love <fx@gnu.org>
15599
15600 * mouse.el (popup-menu): Set last-command-event.
15601 (mouse-major-mode-menu-prefix): Declare.
15602
15603 2000-07-24 Gerd Moellmann <gerd@gnu.org>
15604
15605 * textmodes/flyspell.el: Update to author's version 1.5d.
15606
15607 * progmodes/hideshow.el: Update copyright notice.
15608
15609 * vcursor.el: Set maintainer to FSF, since author cannot
15610 be reached.
15611
15612 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15613
15614 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15615 the prompt.
15616
15617 * mouse.el (popup-menu): Run the keymap through indirect-function,
15618 in case it was defined with define-prefix-key. If the menu is a
15619 list of keymaps, look up the binding of user's choice in each one
15620 of the keymaps.
15621 (mouse-popup-menubar): If the global and local menu-bar keymaps
15622 don't have a prompt string, create one and insert it into the
15623 keymap. Don't barf if current-local-map returns nil.
15624
15625 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15626
15627 * dired.el (dired-sort-R-check): Added to allow recursive listing
15628 to be undone.
15629 (dired-sort-other): Use it.
15630
15631 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15632
15633 * Release of cc-mode 5.27
15634
15635 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15636
15637 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15638 c-beginning-of-statement-1 that caused a bad case of recursion
15639 which could consume a lot of CPU in large classes in languages
15640 that have in-expression classes (i.e. Java and Pike).
15641
15642 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15643 statements before top level constructs (i.e. case 6 is moved
15644 before case 5 and is now case 4) to catch in-expression
15645 classes in top level expressions correctly.
15646
15647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15648
15649 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15650 objc-method-intro. Case 4 removed and case 5I added.
15651
15652 * cc-langs.el (c-append-paragraph-start): New variable used by
15653 c-common-init to get paragraph-start correct.
15654 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15655 initialize paragraph-start to make it correct both with and
15656 without the javadoc special case.
15657
15658 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15659 initialize paragraph-start for javadoc markup.
15660
15661 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15662 change by defaulting this to t. It's motivated by the
15663 confusing behavior that otherwise arise from the style system
15664 when editing both java and non-java files at the same time
15665 (see the comments about style setting in c-common-init).
15666
15667 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15668
15669 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15670 similar to the one in c-fill-paragraph to check the fill
15671 prefix from the adaptive fill function for sanity.
15672
15673 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15674
15675 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15676 defun block.
15677
15678 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15679
15680 * cc-align.el (c-lineup-multi-inher): Handle lines with
15681 leading comma nicely. Extended to handle member initializers
15682 too.
15683
15684 * cc-engine.el: (c-beginning-of-inheritance-list,
15685 c-guess-basic-syntax): Fixed recognition of inheritance lists
15686 when the lines begins with a comma.
15687
15688 * cc-vars.el (c-offsets-alist): Changed default for
15689 member-init-cont to c-lineup-multi-inher since it now handles
15690 member initializers and indents better for leading commas.
15691
15692 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15693
15694 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15695 handling that caused class open lines to be recognized as
15696 statement-conts in some cases.
15697
15698 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15699 guessed by the adaptive fill function unless point is on the
15700 first line of a block comment.
15701
15702 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15703 when the buffer ends with a macro continuation char.
15704
15705 * cc-engine.el (c-guess-basic-syntax): Added support for
15706 function definitions as statements in Pike. The first
15707 statement in a lambda block is now labeled defun-block-intro
15708 instead of statement-block-intro.
15709
15710 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15711 so that the class surrounding point is selected, not the one
15712 innermost in the state.
15713
15714 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15715 recognition of switch labels having hanging multiline
15716 statements.
15717
15718 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15719 some code in c-guess-basic-syntax to a separate function.
15720 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15721 recognition of member inits with multiple line arglists.
15722 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15723 member-init-cont when the commas are in funny places.
15724
15725 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15726
15727 * cc-defs.el (c-auto-newline): Removed this macro since it's
15728 not used anymore.
15729
15730 * cc-engine.el (c-looking-at-bos): New helper function.
15731 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15732 inexpr and toplevel classes apart in Pike.
15733
15734 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15735 of case 9A.
15736
15737 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15738 constant, since "class" can introduce an in-expression class
15739 in Pike nowadays.
15740
15741 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15742
15743 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15744 indentation on cpp-macro lines.
15745
15746 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15747 a syntax modifier like comment-intro, to make it possible to
15748 get syntactic indentation for preprocessor directives. It's
15749 incompatible wrt to lineup functions on cpp-macro, but it has
15750 no observable effect in the 99.9% common case where cpp-macro
15751 is set to -1000.
15752
15753 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15754
15755 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15756 member-init-cont when the preceding arglist is several lines.
15757
15758 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15759
15760 * cc-styles.el (c-style-alist): The basic offset for the BSD
15761 style corrected to 8.
15762
15763 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15764
15765 * cc-styles.el (c-style-alist): Adjusted the indentation of
15766 brace list openers in the gnu style.
15767
15768 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15769
15770 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15771
15772 * cc-cmds.el (c-electric-brace, c-electric-slash,
15773 c-electric-star, c-electric-semi&comma, c-electric-colon,
15774 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15775 when c-syntactic-indentation is nil.
15776
15777 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15778 we were left at comments preceding the first statement when
15779 reaching the beginning of the buffer.
15780
15781 * cc-vars.el (c-syntactic-indentation): New variable to turn
15782 off all syntactic indentation.
15783
15784 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15785
15786 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15787 between the text and the block comment ender when it hangs,
15788 depending on how many there are before the fill.
15789
15790 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15791
15792 * cc-engine.el (c-beginning-of-closest-statement): New helper
15793 function to go back to the closest preceding statement start,
15794 which could be inside a conditional statement.
15795 * cc-engine.el (c-guess-basic-syntax): Use
15796 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15797
15798 * cc-engine.el (c-guess-basic-syntax): Better handling of
15799 arglist-intro, arglist-cont-nonempty and arglist-close when
15800 the arglist is nested inside parens. Cases 7A, 7C and 7F
15801 changed.
15802
15803 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15804 up-to-date with javadoc 1.2.
15805
15806 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15807
15808 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15809 multiline Pike type decls.
15810
15811 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15812
15813 * cc-cmds.el (c-indent-new-comment-line): Always break
15814 multiline comments in multiline mode, regardless of
15815 comment-multi-line.
15816
15817 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15818
15819 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15820 fully::qualified::names in C++ member init lists. Preamble in
15821 case 5D changed.
15822
15823 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15824
15825 * cc-langs.el (c-common-init): Handling of obsolete variables
15826 moved to c-initialize-cc-mode. More compatible style override
15827 when using global style variables.
15828 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15829 variables moved here.
15830
15831 * cc-styles.el (c-make-styles-buffer-local): Flag style
15832 variable localness in c-style-variables-are-local-p to make
15833 the compatibility measure in c-common-init work well.
15834
15835 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15836 longer contain set-from-style.
15837 * cc-styles.el (c-initialize-builtin-style): Don't check for
15838 set-from-style on c-special-indent-hook.
15839 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15840 copy-alist is sufficient now.
15841
15842 * cc-styles.el (c-set-style, c-set-style-1,
15843 c-get-style-variables): Fixes to variable initialization so
15844 that duplicate entries in styles have the same effect
15845 regardless of DONT-OVERRIDE.
15846
15847 * cc-styles.el (c-set-style-2): Fixed bug where the
15848 initialization of inheriting styles failed when the
15849 dont-override flag is set.
15850
15851 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15852 on this.
15853
15854 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15855
15856 * cc-defs.el (c-forward-comment): Removed the workaround
15857 introduced in 5.38 since it had worse side-effects. If a line
15858 contains the string "//\"", it regarded the // as a comment
15859 start since the \ temporarily doesn't have escape syntax.
15860
15861 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
15862
15863 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15864 ada-xref.el before ada-prj.el, so that the Project menu is created
15865 when ada-prj tries to add to it.
15866 (ada-activate-keys-for-case): Suppress the characters that are not
15867 part of the Ada syntax. Better compatibility with else-mode
15868 (ada-adjust-case-interactive): When auto-casing is not active,
15869 correctly insert newlines (used to insert only ^M). Prevent the
15870 syntax table from being changed in case of an error
15871 (or '_' becomes part of a word and some commands are confused).
15872 Do nothing if ada-auto-case is nil.
15873 (ada-after-keyword-p): Ignore keywords that are also attributes
15874 (ada-batch-reformat): Update usage comment
15875 (ada-call-from-contextual-menu): New function
15876 (ada-case-read-exceptions): Reinitialize the casing exception list
15877 first to nil first, so that the casing exception file can be
15878 shared.
15879 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15880 files.
15881 (ada-compile-goto-error): Fix regexp used to detect a file:line
15882 anywhere in the error message
15883 (ada-contextual-menu-last-point): New variable
15884 (ada-create-keymap): If the variable delete-key-deletes-forward is
15885 t on XEmacs, it means that DEL should delete one character
15886 forward.
15887 (ada-create-menu): Use :included instead of :visible for XEmacs.
15888 New submenu "Options".
15889 (ada-end-stmt-re): Correctly indent "select ... then abort"
15890 statements.
15891 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15892 even if they don't match ada-fill-comment-prefix Fix handling of
15893 paragraphs on the first or last line of a file.
15894 (ada-format-paramlist): Fix handling of default parameter values.
15895 (ada-get-body-name): New function.
15896 (ada-get-current-indent): Optimized by searchling directly for an
15897 existing generic part or a statement outside of it. Handle
15898 ada-indent-align-comments when indenting comments Replaced some
15899 regexps by testing directly the next character. This results in a
15900 huge speedup on some files. New indentation scheme for renames
15901 statements. Stop looking for the 'while' or 'for' associated with
15902 a 'loop' at the first semicolon encountered. A "return" can also
15903 match an anonymous access subprogram declaration.
15904 (ada-get-indent-noindent): Ignore strings and comments when
15905 looking for the keywords "record" and "private".
15906 (ada-goto-matching-decl-start): When matching "if", make sure we
15907 are not in fact seeing "end if". Ignore "when" statements except
15908 when initial keyword was "begin". Fix handling of nested
15909 procedures. Add a recursive call to this function to skip over
15910 other 'end' statmts. Fix indentation for "when .. => begin"
15911 (ada-in-open-paren-p): Fix indentation for complex boolean
15912 expressions, where 'and then', 'or else' and parenthesis
15913 statements are mixed up.
15914 (ada-in-paramlist-p): Skip comments while searching for the
15915 beginning Fix handling of operator declarations.
15916 (ada-indent-align-comments): New variable
15917 (ada-indent-current): Change the syntax table only in the
15918 protected section, so that we are sure it is restored correctly.
15919 (ada-indent-on-previous-lines): Use ada-use-indent and
15920 ada-with-indent Correctly indent "select ... then"
15921 (ada-indent-region): Slight speedup.
15922 (ada-indent-renames): New variable.
15923 (ada-last-which-function-subprog, ada-last-which-function-line):
15924 New variables
15925 (ada-looking-at-semi-private): Correctly indent the 'private'
15926 keyword when it is the first word in a package declaration.
15927 (ada-loose-case-word): Stop searching if at the end of the buffer.
15928 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15929 even if point is not initially at the end of the word.
15930 (ada-matching-decl-start-re): Add "when".
15931 (ada-mode): Add support for abbrev-mode, outline-mode and
15932 which-func-mode Override the old find-file.el entry in
15933 ff-special-constructs since it is using the obsolete
15934 ada-spec-suffix variable
15935 (ada-no-auto-case): New function
15936 (ada-scan-paramlist): When parsing the argument type, accept
15937 spaces (as in "X 'Class", generated by Rational Rose).
15938 (ada-other-file-name): No longer loads the other file.
15939 (ada-popup-menu): Save and restore the current buffer and cursor
15940 position before and after displaying the menu.
15941 (ada-search-ignore-complex-boolean): New function.
15942 (ada-uncomment-region): Emacs21 already knows how to delete
15943 comments not starting in the first column.
15944 (ada-use-indent): New variable
15945 (ada-which-function): New function.
15946 (ada-with-indent): New variable
15947 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15948 can be batch-compiled from the command line.
15949
15950 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15951 Add to the menu when the file is loaded, not in ada-mode-hook.
15952 Add -toolbar to the default ddd command Switches moved from
15953 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15954 ada-prj-default-comp-opt
15955 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15956 Reference Manual to the menu
15957 (ada-check-current): rewritten as a call to ada-compile-current
15958 (ada-compile): Removed.
15959 (ada-compile-application, ada-compile-current, ada-check-current):
15960 Set the compilation-search-path so that compile.el automatically
15961 finds the sources in src_dir. Automatic scrollong of the
15962 compilation buffer. C-uC-cC-c asks for confirmation before
15963 compiling
15964 (ada-compile-current): New parameter, prj-field
15965 (ada-complete-identifier): Load the .ali file before doing
15966 processing
15967 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15968 conform to gnatmake's behavior.
15969 (ada-find-file-in-dir): New function
15970 (ada-find-references): Set the environment variables for gnatfind
15971 (ada-find-src-file-in-dir): New function.
15972 (ada-first-non-nil): Removed
15973 (ada-gdb-application): Add support for jdb, the java debugger.
15974 (ada-get-ada-file-name): Load the original-file first if not done
15975 yet.
15976 (ada-get-all-references): Handles the new ali syntax (parent types
15977 are found between <>).
15978 (ada-initialize-runtime-library): New function
15979 (ada-mode-hook): Always load a project file when a file is opened,
15980 so that the casing exceptions are correctly read.
15981 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15982 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15983 to open the project file, since the latter does not work with
15984 speedbar Get default values before loading the prj file, or the
15985 default executable file name is wrong. Use the absolute value of
15986 src_dir to initialize ada-search-directories and
15987 compilation-search-path,... Add the standard runtime library to
15988 the search path for find-file.
15989 (ada-prj-default-debugger): Was missing an opening '{'
15990 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15991 variables.
15992 (ada-prj-default-gnatmake-opt): New variable
15993 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15994 buffers, the project file is the default one Save the windows
15995 configuration before displaying the menu.
15996 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15997 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15998 ...) regexp-quote identifiers names to support operators +,
15999 -,... in regexps.
16000 (ada-remote): New function.
16001 (ada-run-application): Erase the output buffer before starting the
16002 run Support remote execution of the application. Use
16003 call-process, or the arguments are incorrectly parsed
16004 (ada-set-default-project-file): Reread the content of the active
16005 project file, not the one from the current buffer When a project
16006 file is set as the default project, all directories are
16007 automatically associated with it.
16008 (ada-set-environment): New function
16009 (ada-treat-cmd-string): New special variable ${current}
16010 (ada-treat-cmd-string): Revised. The substitution is now done for
16011 any ${...} substring
16012 (ada-xref-current): If no body was found, compiles the spec
16013 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
16014 compiler to get rid of command line length limitations.
16015 (ada-xref-get-project-field): New function
16016 (ada-xref-project-files): New variable
16017 (ada-xref-runtime-library-specs-path)
16018 (ada-xref-runtime-library-ali-path): New variables
16019 (ada-xref-set-default-prj-values): Default run command now does a
16020 cd to the build directory. New field: main_unit Provide a default
16021 file name even if the current buffer has no prj file.
16022
16023 * ada-prj.el:
16024 Rewritten to show a tabbed-dialog.
16025 (ada-prj-add-ada-menu): Remove the map and name parameters.
16026 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
16027 New function
16028 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
16029 (ada-prj-load-from-file): New function
16030 (ada-prj-save): Always save fields that depend on the current buffer
16031 (ada-prj-show-value): New function
16032
16033 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
16034 Ada mode. This will allow us to display the Ada menu in any buffer
16035 we want (for project items).
16036 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
16037 number of spaces in the header.
16038
16039 2000-07-24 Dave Love <fx@gnu.org>
16040
16041 * ediff-init.el (ediff-region-help-echo): Bind face-help.
16042
16043 2000-07-23 Noah Friedman <friedman@splode.com>
16044
16045 * type-break.el (type-break): perform autosave.
16046 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
16047 (type-break-do-query): Cancel query schedule while performing
16048 actual query, to avoid possibility of a second query being made
16049 while first one is already in progress.
16050 (type-break-time-stamp-format): New variable.
16051 (type-break-time-stamp): New function.
16052 (type-break-time-warning): Use it.
16053 (type-break-keystroke-warning): Use it.
16054 (type-break-noninteractive-query): Use it.
16055
16056 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
16057 cookie.
16058 Use add-minor-mode to set minor-mode-alist, if available.
16059 (eldoc-echo-area-use-multiline-p): New user option.
16060 (eldoc-echo-area-multiline-supported-p): New variable.
16061 (eldoc-docstring-format-sym-doc): Use them.
16062 (eldoc-mode): If not using idle timers, append to local post and
16063 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
16064 (eldoc-display-message-no-interference-p): Don't interfere with
16065 edebug.
16066 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
16067 (eldoc-function-arglist): New function.
16068 (eldoc-function-argstring): Use it.
16069
16070 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
16071 auto save directory exists before calling directory-files.
16072
16073 2000-07-23 Dave Love <fx@gnu.org>
16074
16075 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
16076 ^o, ^u.
16077
16078 2000-07-21 Dave Love <fx@gnu.org>
16079
16080 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
16081 now passed to the function. It now works properly.
16082
16083 * smerge-mode.el (smerge-mode-menu): Fill it out.
16084
16085 2000-07-20 Gerd Moellmann <gerd@gnu.org>
16086
16087 * info-look.el (info-lookup): If *info* is shown in another frame
16088 on the same display, select that frame, instead of switching to
16089 the Info buffer in another window of the selected frame.
16090
16091 * simple.el (universal-argument-map): Bind numeric keypad keys
16092 kp-0 to kp-9 and kp-subtract.
16093 (digit-argument): Handle these keys.
16094
16095 2000-07-20 Dave Love <fx@gnu.org>
16096
16097 * net/goto-addr.el (goto-address-fontify): Don't bother with
16098 buffer-modified and read-only stuff -- irrelevant with overlays.
16099 Put an extra property on the overlays and use it to clean up in
16100 case goto-address is re-run.
16101
16102 2000-07-19 Richard M. Stallman <rms@gnu.org>
16103
16104 * timer.el (run-with-idle-timer): Doc fix.
16105
16106 * mail/mail-utils.el (mail-strip-quoted-names):
16107 Handle case where <...> appears inside "...".
16108 Use replace-match to edit the string more simply.
16109 (rmail-dont-reply-to): Cope with an unmatched ".
16110
16111 2000-07-19 Dave Love <fx@gnu.org>
16112
16113 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
16114 implementation.
16115
16116 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
16117 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
16118 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
16119
16120 2000-07-19 Gerd Moellmann <gerd@gnu.org>
16121
16122 * textmodes/refer.el: Correct maintainer's email address.
16123
16124 * progmodes/hideif.el: Correct author's email address.
16125 Fix typo in comment.
16126
16127 * xml.el: New file.
16128
16129 * mail/mailheader.el: Correct author's mail address.
16130
16131 * gnus/parse-time.el: Correct author's mail address.
16132
16133 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
16134
16135 * comint.el (comint-highlight-input, comint-highlight-face):
16136 New user options.
16137 (comint-input-ring-file-name): Change custom type.
16138 (comint-mode-map): Bind mouse-2.
16139 (comint-insert-clicked-input): New function.
16140 (comint-send-input): Handle input highlighting.
16141
16142 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
16143
16144 * mouse.el (popup-menu): New function.
16145 (mouse-major-mode-menu): Use it.
16146
16147 2000-07-18 Dave Love <fx@gnu.org>
16148
16149 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
16150 improvements.
16151
16152 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16153
16154 * faces.el (face-font-selection-order)
16155 (face-font-family-alternatives): Add custom type.
16156
16157 2000-07-18 Dave Love <fx@gnu.org>
16158
16159 * cus-edit.el (custom-variable-reset-saved)
16160 (custom-variable-reset-standard): Remove unused bindings.
16161
16162 * rect.el (open-rectangle-line): Remove unused let.
16163
16164 * hl-line.el (hl-line-highlight): Check hl-line-mode.
16165
16166 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16167
16168 * cdl.el: Fix `Maintainer' keyword.
16169
16170 * play/pong.el: Add author's email address.
16171
16172 2000-07-17 Sam Steingold <sds@gnu.org>
16173
16174 * files.el (insert-directory): Call `split-string' instead of
16175 re-implementing it.
16176
16177 2000-07-18 Gerd Moellmann <gerd@gnu.org>
16178
16179 * mail/vms-pmail.el: Change maintainer to FSF.
16180
16181 * net/goto-addr.el: Change maintainer to FSF.
16182
16183 * info.el (Info-title-face-alist): Removed.
16184
16185 2000-07-18 David Ponce <david@dponce.com>
16186
16187 * recentf.el (recentf-open-files): New command that works like
16188 `recentf-open-more-files', but shows the whole list of files (not just
16189 those omitted from the menu). Useful if you don't use a menu-bar!
16190 (recentf-open-more-files) Modified to use `recentf-open-files'.
16191
16192 (recentf-open-files, recentf-open-more-files)
16193 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
16194
16195 (recentf-dialog-mode): New mode for dialogs. You can now just type
16196 "q" to cancel the dialogs.
16197
16198 2000-07-18 David Ponce <david@dponce.com>
16199
16200 * recentf.el: This is a major update of recentf.el. It adds new
16201 features to better organize the recentf menu and "More..." buffer.
16202
16203 Using new provided menu filtering functions you can now organize the
16204 recent files list:
16205
16206 - by major modes
16207 - by directories
16208 - by user defined rules
16209
16210 Finally, with the new `recentf-filter-changer' customizable filter you
16211 can define a ring of filters and dynamically (via the menu) cycle on
16212 each menu organization in the ring (a la msb).
16213
16214 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
16215
16216 * eshell/eshell.el (eshell): Replace links to eshell.info with
16217 links to eshell, to avoid problems on systems where the manual is
16218 installed as `eshell'.
16219 * eshell/esh-cmd.el (eshell-cmd): Ditto.
16220 * eshell/em-smart.el (eshell-smart): Ditto.
16221 * eshell/em-banner.el (eshell-banner): Ditto.
16222 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
16223
16224 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
16225 same-file check in the MS-DOS version (it does support inodes).
16226
16227 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16228
16229 * eshell/eshell.el (eshell-directory-name):
16230 Run default directory name through convert-standard-filename.
16231
16232 2000-07-18 Kenichi Handa <handa@etl.go.jp>
16233
16234 * international/mule-cmds.el (select-safe-coding-system):
16235 Fix typo in the comment.
16236
16237 * language/european.el (compound-text):
16238 Force katakana-jisx0201 to be designated to G1.
16239
16240 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
16241 Don't translate some national variant characters of latin-jisx0201.
16242 (x-ctext): Force katakana-jisx0201 to be designated to G1.
16243
16244 * international/kkc.el (kkc-after-update-conversion-functions):
16245 New variable.
16246 (kkc-update-conversion): Run functions in it at the tail.
16247
16248 2000-07-16 John Wiegley <johnw@gnu.org>
16249
16250 * lisp/align.el (align-newline-and-indent):
16251 Adding new function. for auto-aligning blocks of code on RET.
16252 (align-region): Fixed badly formatted minibuffer message.
16253
16254 2000-07-17 Kenichi Handa <handa@etl.go.jp>
16255
16256 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
16257 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
16258 the conversion list at first if appropriate.
16259 (kkc-next): Don't update kkc-next-count here.
16260 (kkc-prev): Don't update kkc-prev-count here.
16261 (kkc-show-conversion-list-update): Fix setting up of conversion
16262 list message.
16263
16264 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
16265
16266 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
16267
16268 2000-07-16 Dave Love <fx@gnu.org>
16269
16270 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
16271 function to be more specific.
16272
16273 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
16274 non-string help-echo.
16275 (widget-types-convert-widget): Defsubst it.
16276 (widget-echo-help): Try to cope with a help-echo function of two
16277 possible sorts.
16278
16279 2000-07-15 Jason Rumney <jasonr@gnu.org>
16280
16281 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
16282 Declare as obsolete.
16283
16284 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
16285
16286 2000-07-14 Gerd Moellmann <gerd@gnu.org>
16287
16288 * hilit-chg.el: Fix typo.
16289
16290 2000-07-14 Dave Love <fx@gnu.org>
16291
16292 * info.el (Info-mode-menu): Fix use of :help, :enable.
16293
16294 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
16295
16296 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
16297
16298 2000-07-13 Dave Love <fx@gnu.org>
16299
16300 * emacs-lisp/easymenu.el: Doc fixes.
16301 (easy-menu-remove): Defalias to ignore.
16302
16303 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
16304 Call throw correctly.
16305
16306 2000-07-13 Gerd Moellmann <gerd@gnu.org>
16307
16308 * faces.el (frame-background-mode): Doc fix.
16309
16310 * simple.el (eval-expression-print-length): Change custom type to
16311 allow entering nil as value.
16312
16313 2000-07-13 Dave Love <fx@gnu.org>
16314
16315 * progmodes/fortran.el (fortran-imenu-generic-expression):
16316 Change definition layout.
16317 (fortran-mode-menu): Reinstate customize entries.
16318
16319 * cus-edit.el (custom-group-menu-create, customize-menu-create):
16320 Use :filter, per old XEmacs code.
16321
16322 2000-07-12 Gerd Moellmann <gerd@gnu.org>
16323
16324 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
16325 event when deciding what to send to the terminal.
16326
16327 2000-07-12 Dave Love <fx@gnu.org>
16328
16329 * cus-start.el: Add optional version as 4th element of specs and
16330 use it for several things new in v21. Remove load-path. Fix type
16331 of line-number-display-limit.
16332
16333 2000-07-11 Dave Love <fx@gnu.org>
16334
16335 * progmodes/fortran.el: Don't require easymenu.
16336 Use repeat counts in various regexps.
16337 (fortran-mode-syntax-table): Defvar directly.
16338 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
16339 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
16340 Use defvar, not defconst.
16341 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
16342 (fortran-mode): Set fortran-comment-line-start-skip,
16343 fortran-comment-line-start-skip, dabbrev-case-fold-search.
16344 (fortran-comment-indent): Use defsubst.
16345 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
16346 Use fortran-comment-indent, not fortran-comment-indent-function.
16347 (fortran-comment-region, fortran-electric-line-number): Simplify.
16348 (fortran-auto-fill): New function.
16349 (fortran-do-auto-fill): Deleted.
16350 (fortran-find-comment-start-skip):
16351 Check for non-null comment-start-skip.
16352 (fortran-auto-fill-mode, fortran-fill-statement):
16353 Use fortran-auto-fill.
16354 (fortran-fill): Use fortran-auto-fill. Check for null
16355 comment-start-skip. Simplify final clause and use end-of-line finally.
16356
16357 * widget.el (widget-plist-member): New alias.
16358
16359 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
16360
16361 * eshell/esh-module.el (toplevel): Reference
16362 byte-compile-current-file only if it is bound.
16363
16364 2000-07-10 Gerd Moellmann <gerd@gnu.org>
16365
16366 * dired.el: Don't require `dired-aux'.
16367
16368 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
16369
16370 * dired-aux.el (dired-show-file-type): New function.
16371 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
16372 (dired-show-file-type): Add autoload.
16373
16374 2000-07-10 Kenichi Handa <handa@etl.go.jp>
16375
16376 * international/mule-diag.el (describe-font): Adjusted for the
16377 change of fontset-info.
16378 (print-fontset): Likewise.
16379
16380 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
16381
16382 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16383
16384 2000-07-07 Gerd Moellmann <gerd@gnu.org>
16385
16386 * bindings.el: Bind `[delete]' to delete-char.
16387
16388 * dired.el (dired-find-alternate-file): New function.
16389 (dired-mode-map): Bind `a' to dired-find-alternate-file.
16390 (toplevel): Require dired-aux when compiling.
16391 (dired-buffers): Move defvar within file to avoid compiler warning.
16392
16393 * info.el (Info-last-search): Variable removed.
16394 (Info-search-history): New variable.
16395 (Info-search): New Info-search-history.
16396
16397 * battery.el, info-look.el: Change author's mail address.
16398
16399 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
16400
16401 * mail/rmail.el (rmail-clear-headers): Don't throw an error
16402 if rmail-ignored-headers is nil.
16403 (rmail-retry-failure): Bind rmail-ignored-headers and
16404 rmail-displayed-headers to nil.
16405
16406 2000-07-06 Gerd Moellmann <gerd@gnu.org>
16407
16408 * lpr.el (lpr-page-header-switches): Add `-h' switch.
16409 (print-region-1): Don't hard code `-h' here.
16410
16411 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
16412
16413 2000-07-01 Francesco Potorti` <pot@gnu.org>
16414
16415 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
16416 exim can use "your message" instead of "the message".
16417
16418 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
16419
16420 * facemenu.el: Docstrings fixes.
16421 (facemenu-get-face): Don't use internal-find-face.
16422 (facemenu-iterate): Rename arg to match the docstring.
16423
16424 * newcomment.el (uncomment-region): Be more careful when skipping
16425 backwards over `=' not to bump into BOBP.
16426
16427 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
16428
16429 * ediff-diff.el (ediff-wordify): Use syntax table.
16430 * ediff-init.el (ediff-has-face-support-p): Use
16431 ediff-color-display-p.
16432 (ediff-color-display-p): Use display-color-p, changed to defun
16433 from defsubst.
16434 Got rid of special cases for NeXT and OS/2.
16435 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
16436 face.
16437
16438 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16439
16440 * emacs-lisp/lucid.el: Require CL.
16441 (copy-tree, remprop): Remove, it's provided by CL.
16442 (map-keymap): Define in terms of cl-map-keymap.
16443 (extent-property, set-extent-end-glyph): New functions.
16444
16445 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
16446
16447 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16448
16449 * Makefile.in (DONTCOMPILE): Add comment that the name may
16450 not be changed without changing the make-dist script.
16451
16452 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
16453 (cl-mapc): Use mapc instead of cl-old-mapc.
16454
16455 2000-07-05 Andrew Innes <andrewi@gnu.org>
16456
16457 * makefile.nt: Add support for `bootstrap' and related targets.
16458
16459 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
16460
16461 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
16462 (easy-menu-do-define): Use `menu-item' format.
16463 Handle case where easy-menu-create-menu returns a symbol.
16464 Manually call the potential top-level filter in the function binding.
16465 (easy-menu-filter-return): New arg NAME.
16466 Convert to a keymap if MENU is an XEmacs menu.
16467 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
16468 (easy-menu-converted-items-table, easy-menu-convert-item):
16469 New var and fun to memoize easy-menu-convert-item-1.
16470 (easy-menu-do-add-item): Use it.
16471 (easy-menu-create-menu): Use easy-menu-convert-item.
16472 Wrap easy-menu-filter-return around any :filter specification.
16473 Don't convert the menu if a filter was specified.
16474 Tell easy-menu-make-symbol not to check for MENU being an expression.
16475 (easy-menu-make-symbol): New arg NOEXP.
16476
16477 2000-07-05 Gerd Moellmann <gerd@gnu.org>
16478
16479 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
16480 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
16481 (eval-defun): If called with prefix arg, instrument code for
16482 Edebug.
16483
16484 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
16485 similar to that of eval-defun.
16486
16487 2000-07-04 Dave Love <fx@gnu.org>
16488
16489 * hl-line.el (hl-line-overlay): Make it permanent-local.
16490
16491 * calendar/todo-mode.el: Replaced with a working version, based on
16492 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
16493
16494 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
16495
16496 * paths.el (prune-directory-list): New function.
16497 (Info-default-directory-list): Rewritten to more methodically
16498 enumerate a big list of possible info directories (based on the
16499 list used by the standalone info reader).
16500
16501 * info.el (info-initialize): Use prune-directory-list to remove
16502 non-existent directories from Info-directory-list.
16503
16504 * paths.el (Info-default-directory-list): Try a list of possible
16505 info-directories instead of a single one. Add the possible
16506 info directory "/usr/share/info".
16507
16508 * woman.el (woman-man.conf-path): Explicitly include the debian
16509 man-db config file "/etc/manpath.config".
16510 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
16511 are present in `manpath.config'.
16512 (woman-manpath): Include "/usr/share/man".
16513
16514 2000-07-03 Gerd Moellmann <gerd@gnu.org>
16515
16516 * frame.el (blink-cursor-mode): Don't hide cursor initially.
16517
16518 * startup.el (command-line): Initialize blink-cursor based
16519 on window-system.
16520
16521 * frame.el (blink-cursor): Default to nil if not running under
16522 a window-system.
16523
16524 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
16525 (face-x-resources): Remove duplicate entry for :font.
16526
16527 * textmodes/refer.el (refer-find-entry-internal): Use some-window
16528 instead of cycling through windows with next-window.
16529
16530 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16531 of cycling through windows with next-window.
16532
16533 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16534 of cycling through windows with next-window.
16535
16536 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16537 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16538 instead of cycling through windows with next-window.
16539
16540 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16541 instead of cycling through windows with next-window.
16542
16543 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16544 of cycling through windows with next-window.
16545
16546 * terminal.el (te-process-output): Use walk-windows instead of
16547 cycling through windows with next-window.
16548
16549 * server.el (server-switch-buffer): Use some-window instead of
16550 cycling through windows with next-window.
16551
16552 * window.el (some-window): New function.
16553 (walk-windows): Remove reference to walk-windows-start.
16554
16555 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16556
16557 2000-07-03 Richard Stallman <rms@gnu.org>
16558
16559 * window.el (walk-windows): Guarantee termination by keeping a list
16560 of all the windows already handled.
16561
16562 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16563
16564 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16565 window-system.
16566
16567 * man.el (Man-notify-when-ready): Don't use window-system. If
16568 Man-notify-method is newframe, and the display is not
16569 multi-frame, select the frame created for the man page.
16570 (Man-init-defvars): Doc fix.
16571
16572 2000-06-28 Gerd Moellmann <gerd@gnu.org>
16573
16574 * faces.el (region): Change background color for light background.
16575
16576 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16577 attribute from mode-line face of Ediff control frame.
16578
16579 * replace.el (query-replace-map): Bind `e' like `E'.
16580
16581 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16582
16583 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16584 Change name to "Select All".
16585
16586 * dos-fns.el (convert-standard-filename): Fix last change.
16587
16588 2000-06-27 Gerd Moellmann <gerd@gnu.org>
16589
16590 * help.el (describe-variable): Don't insert a second `'s' in front
16591 of the string `value is shown below'. Since the syntax-table is
16592 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16593 an existing `'s', so that this won't be deleted.
16594
16595 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16596 * pcmpl-unix.el: New files.
16597
16598 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16599
16600 * wid-edit.el (widget-member): Use the new plist-member.
16601
16602 2000-06-26 Gerd Moellmann <gerd@gnu.org>
16603
16604 * replace.el (perform-replace): Undo change of 2000-04-04.
16605 Instead, move backward 1 character at the end of the loop when
16606 necessary.
16607
16608 * faces.el (fringe): Change face for different backgrounds.
16609
16610 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16611 patch from John.
16612
16613 * eshell/*.el: Change spelling of the Free Software Foundation.
16614
16615 * eshell/esh-toggle.el: Removed.
16616
16617 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16618
16619 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16620 interactively.
16621
16622 2000-06-26 Alex Schroeder <alex@gnu.org>
16623
16624 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16625 `define-key'; instead of checking `(emacs-version)' check for
16626 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16627 for `;' and `o' which might be electric.
16628
16629 (sql-electric-stuff): New user option.
16630 (sql-magic-go): New function which uses `sql-electric-stuff'.
16631 (sql-magic-semicolon): New function which uses
16632 `sql-electric-stuff'.
16633
16634 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16635 is not fboundp.
16636
16637 (sql-oracle-options): New variable.
16638 (sql-oracle): Use it.
16639
16640 (sql-imenu-generic-expression): Doc change.
16641 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16642 is used.
16643
16644 (sql-informix): Added command line parameter "-" to force
16645 sql-informix-program to use stdout.
16646
16647 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16648
16649 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16650 (cp864-decode-table): Doc fix.
16651 (cp720-decode-table): New variable, supports the Arabic OEM
16652 codepage used by Windows.
16653 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16654
16655 2000-06-23 Dave Love <fx@gnu.org>
16656
16657 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16658 (font-lock-fontify-anchored-keywords): Use
16659 line-beginning-position.
16660 (global-font-lock-mode): Use mapc.
16661
16662 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16663
16664 * eshell/esh-module.el: Require CL when compiling.
16665
16666 2000-06-23 Gerd Moellmann <gerd@gnu.org>
16667
16668 * comint.el (comint-substitute-in-file-name): Call replace-match
16669 with second and third arg t.
16670
16671 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16672 Specify foreground color.
16673
16674 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16675 color.
16676
16677 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16678
16679 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16680 cddr instead of cdddr.
16681
16682 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16683 instead of copy-list.
16684
16685 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16686 of copy-list.
16687
16688 * subdirs.el: Add eshell subdirectory.
16689
16690 * eshell: New subdirectory containing the Eshell package.
16691
16692 * pcomplete.el: New file.
16693
16694 2000-06-23 Paul Eggert <eggert@twinsun.com>
16695
16696 * mail/mailpost.el (post-mail-send-it): Make sure file has
16697 proper permissions from birth.
16698
16699 * files.el (basic-save-buffer-2): When temporarily setting
16700 file modes, set them to current modes plus 0200, not to 0777.
16701
16702 * emerge.el (emerge-make-temp-file): Make sure file has proper
16703 permissions from birth.
16704
16705 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16706
16707 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16708 backup file name through convert-standard-filename.
16709
16710 * dos-fns.el (convert-standard-filename): Convert leading
16711 directories as well. When long file names are supported, convert
16712 characters that are invalid in Windows file names.
16713
16714 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16715
16716 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16717 ps-print crashes. New feature: page selection for printing. Create
16718 raw-text-unix coding system for XEmacs. Doc fix.
16719 (ps-print-version): New version number (5.2.3).
16720 (ps-plot-region): Bug fix.
16721 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16722 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16723 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16724 funs.
16725 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16726 (ps-last-page): New vars.
16727
16728 2000-06-21 Gerd Moellmann <gerd@gnu.org>
16729
16730 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16731 empty option string.
16732
16733 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16734
16735 * man.el (man): Doc fix.
16736
16737 2000-06-21 Kenichi Handa <handa@etl.go.jp>
16738
16739 * international/mule-cmds.el (set-language-info-alist): Docstring
16740 fixed.
16741
16742 2000-06-20 Gerd Moellmann <gerd@gnu.org>
16743
16744 * version.el (emacs-version): Use ISO date format.
16745
16746 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16747 instead of `M-backspace'.
16748
16749 * simple.el (turn-off-auto-fill): New function.
16750
16751 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16752
16753 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16754 Renamed from with-buffer-prepared-for-font-lock and use
16755 inhibit-modification-hooks rather than setting *-change-functions.
16756 Update all functions to use the new name.
16757 (jit-lock-first-unfontify-pos): New semantics (and doc).
16758 (jit-lock-mode): Make non-interactive.
16759 Don't automatically turn on font-lock.
16760 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16761 Always use jit-lock-after-change.
16762 Remove and restore font-lock-after-change-function.
16763 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16764 (jit-lock-after-unfontify-buffer): Remove.
16765 (jit-lock-stealth-fontify):
16766 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16767 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16768
16769 2000-06-20 Sam Steingold <sds@gnu.org>
16770
16771 * emacs-lisp/cl-indent.el (toplevel): Indent
16772 `print-unreadable-object' properly. Untabify.
16773
16774 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16775
16776 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16777 Support for bibentry.
16778 (reftex-compile-variables): Fixed problem with end of section-re.
16779
16780 * texmodes/reftex-dcr.el (reftex-view-crossref,
16781 reftex-view-crossref-from-bibtex):
16782 Deal with changed `reftex-find-citation-regexp-format'.
16783 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16784 Replaced `remprop' with `put'.
16785 (reftex-view-crossref, reftex-view-crossref-when-idle):
16786 Support for bibentry.
16787
16788 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16789 New entry for bibentry package.
16790
16791 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16792 Regexp also matches "\nobibliography".
16793
16794 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16795 Call `reftex-ensure-write-access' before doing anything.
16796 (reftex-ensure-write-access): New function.
16797
16798 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16799
16800 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16801
16802 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16803
16804 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16805
16806 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16807
16808
16809 2000-06-20 Dave Love <fx@gnu.org>
16810
16811 * faces.el (frame-background-mode): Use set-default, not set, in
16812 setter.
16813 (frame-update-faces, frame-update-face-colors): Define with
16814 defalias.
16815
16816 * enriched.el (enriched-decode-foreground)
16817 (enriched-decode-background): Don't use internal-find-face.
16818
16819 * apropos.el: Doc fixes.
16820
16821 * cus-edit.el (customize-changed-options): Check arg.
16822 (customize-version-lessp): Don't require decimal point.
16823
16824 * custom.el (defcustom, defgroup): Doc fix.
16825
16826 * newcomment.el (comment) <defgroup>: Add :version.
16827 (comment-multi-line): Doc fix.
16828
16829 * emulation/mlsupport.el (define-hooked-local-abbrev,
16830 define-hooked-global-abbrev): Fix, using define-abbrev.
16831
16832 2000-06-19 Gerd Moellmann <gerd@gnu.org>
16833
16834 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16835 the whole buffer.
16836
16837 2000-06-19 Dave Love <fx@gnu.org>
16838
16839 * menu-bar.el (menu-bar-options-save): New function.
16840 (menu-bar-options-menu): Use it.
16841 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16842 Simplify.
16843
16844 2000-06-19 Andreas Schwab <schwab@suse.de>
16845
16846 * progmodes/etags.el (tags-query-replace): Put new parameters
16847 START and END at the end, for backward compatibility.
16848
16849 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16850
16851 * international/codepage.el:
16852 (cp-coding-system-for-codepage-1): Delete special codes for
16853 generating xxx-dos coding system because now a CCL based coding
16854 system can handle EOL conversion by default.
16855
16856 * international/mule.el (make-coding-system): Generate subsidiary
16857 coding systems for EOL handling variants even for a CCL based
16858 coding system.
16859
16860 2000-06-19 Kenichi Handa <handa@etl.go.jp>
16861
16862 * international/isearch-x.el (isearch-minibuffer-input-method)
16863 (isearch-minibuffer-input-method-function): These variables
16864 deleted.
16865 (isearch-with-input-method): Don't use the above variables.
16866 (isearch-process-search-multibyte-characters): Likewise. Call
16867 read-string with the arg INHERIT-INPUT-METHOD t.
16868
16869 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16870
16871 * font-lock.el (font-lock-after-fontify-buffer)
16872 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16873
16874 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16875 Use consistent make-local-variable style for font-lock-fontified.
16876 (jit-lock-fontify-buffer):
16877 Don't bother checking for font-lock-mode and jit-lock-mode.
16878
16879 * time.el: Remove trailing ^M that prevent CVS-merging.
16880
16881 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16882
16883 * Makefile.in (distclean): New target.
16884
16885 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16886
16887 * Makefile.in (srcdir): Define for update-subdirs.
16888
16889 2000-06-16 Gerd Moellmann <gerd@gnu.org>
16890
16891 * find-lisp.el: New file.
16892
16893 2000-06-16 Andrew Innes <andrewi@gnu.org>
16894
16895 * time.el (display-time-mail-function): New variable, to allow
16896 external packages to indicate when new mail is available.
16897 (display-time-update): Use it.
16898
16899 2000-06-16 Kenichi Handa <handa@etl.go.jp>
16900
16901 * international/mule.el (mule-version): Change version name to
16902 SAKAKI. AOI has already been used by Meadow.
16903
16904 * international/quail.el (quail-show-guidance-buf): To find the
16905 bottom window (but minibuffer), pay attention to the height of
16906 minibuffer.
16907
16908 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16909
16910 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16911 menu-bar menus. Add help strings. Don't remove the Edit menu
16912 from the menu bar, as the menu bar has enough space now.
16913
16914 * Makefile.in (SHELL): Make sure /bin/sh is used.
16915
16916 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16917 characters, which use series of two ^H characters instead of one.
16918
16919 2000-06-15 Gerd Moellmann <gerd@gnu.org>
16920
16921 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16922 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16923 functions.
16924 (Info-find-node-2): Try a case-sensitive search first, then
16925 do a case-insensitive search.
16926
16927 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16928 tutorials.
16929
16930 * complete.el (PC-env-vars-alist): New variable.
16931 (PC-complete-as-file-name): New function.
16932 (partial-completion-mode): Initialize PC-env-vars-alist from
16933 process-environment.
16934 (PC-do-completion): Handle completion of env vars.
16935
16936 * info.el (Info-set-mode-line): Show file name in mode line,
16937 use `*Info*' instead of `Info:'.
16938
16939 * startup.el (command-line-1): Change copyright messages to year
16940 2000.
16941
16942 2000-06-15 Dave Love <fx@gnu.org>
16943
16944 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16945 not local-map.
16946
16947 2000-06-15 Kenichi Handa <handa@etl.go.jp>
16948
16949 * international/mule.el (set-buffer-file-coding-system): Almost
16950 rewritten to handle `undecided' as no-op.
16951
16952 2000-06-14 Gerd Moellmann <gerd@gnu.org>
16953
16954 * Makefile.in: New file.
16955
16956 * Makefile: Removed.
16957
16958 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16959 (goto-address-highlight-keymap): Bind C-c RET.
16960
16961 2000-06-14 Kenichi Handa <handa@etl.go.jp>
16962
16963 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16964 inherits buffer-file-coding-system of the current buffer.
16965
16966 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16967 0. Give correct argument to set-auto-coding-function.
16968 (tar-expunge): For goto-char, use (point-min), not 0.
16969 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16970 (tar-subfile-save-buffer): Likewize.
16971
16972 * international/mule.el
16973 (after-insert-file-set-buffer-file-coding-system): Call
16974 set-buffer-file-coding-system with the arg FORCE t.
16975
16976 2000-06-13 Gerd Moellmann <gerd@gnu.org>
16977
16978 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16979 nil. Contemporary sendmails issue an X-Authentication-Warning if
16980 the sender is set with `-f'.
16981
16982 2000-06-13 Dave Love <fx@gnu.org>
16983
16984 * help.el (describe-function-1): Kluge around cases of functions
16985 fset to subrs whose doc doesn't match their symbol-name.
16986
16987 * image.el (insert-image): Default STRING to a space.
16988
16989 * info.el Doc fixes.
16990 (Info-build-node-completions): Match Ref tags.
16991
16992 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16993
16994 * frame.el (display-multi-frame-p, display-multi-font-p): New
16995 defaliases for display-graphic-p.
16996
16997 * hl-line.el: Fixed a typo in commentary.
16998
16999 2000-06-13 Kenichi Handa <handa@etl.go.jp>
17000
17001 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
17002 fixed.
17003
17004 2000-06-12 Dave Love <fx@gnu.org>
17005
17006 * image.el (insert-image): Save a little consing.
17007
17008 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17009
17010 * language/tibet-util.el: Convert all tibetan-1-column characters
17011 to the corresponding tibetan characters.
17012 (tibetan-add-components): Delete code for the special treatment of
17013 'a chung.
17014
17015 * language/tibetan.el (tibetan-composable-pattern): Fix previous
17016 change.
17017 (tibetan-vowel-transcription-alist): More rules added.
17018 (tibetan-composite-vowel-alist): New variable.
17019 (tibetan-precomposition-rule-alist): More rules added.
17020
17021 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
17022
17023 * startup.el (command-line): Only call menu-bar-mode if interactive.
17024
17025 * thingatpt.el (toplevel symbol-properties):
17026 * textmodes/makeinfo.el (makeinfo-compile):
17027 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
17028 * progmodes/hideif.el (hif-compress-define-list)
17029 (hide-ifdef-use-define-alist):
17030 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
17031 (ange-ftp-vms-add-file-entry):
17032 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
17033 * man.el (Man-build-man-command):
17034 * mail/rnewspost.el (news-reply-header-hook):
17035 * info.el (Info-insert-dir):
17036 * emulation/mlconvert.el (backward-word, forward-word, setq):
17037 * emacs-lisp/gulp.el (gulp-send-requests):
17038 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
17039 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
17040 (byte-optimize-apply, end of file):
17041 * emacs-lisp/advice.el (ad-advice-class-completion-table)
17042 (ad-make-freeze-definition):
17043 * startup.el (command-line, command-line-1): Don't quote lambdas.
17044
17045 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
17046 (cvs-cleanup-removed): New function.
17047 (cvs-cleanup-functions): New var.
17048 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
17049 some flexibility in specifying additional entries to auto-cleanup.
17050 (cvs-quickdir): New function.
17051 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
17052 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
17053 (cvs-mode-find-file): Check that we are on a filename or dirname
17054 when invoked through a mouse-click.
17055 (cvs-full-path): Remove.
17056 (cvs-dired-action): Re-introduced.
17057 (cvs-dired-noselect): Use it.
17058 (vc-post-command-functions): use this new hook if available.
17059
17060 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
17061 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
17062 (cvs-filename-map, cvs-dirname-map): Remove.
17063 (cvs-default-action): Remove.
17064 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
17065 if the arg is really a keymap.
17066 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
17067 Don't hardcode the mapping from state (aka type) to face, but check
17068 the var cvs-fi-<type>-face instead.
17069 (cvs-fileinfo-from-entries): New function.
17070
17071 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
17072 Docstring fix.
17073 (cvs-find-file-and-jump): Change default to be safer.
17074 (cvs-mode-diff-map): Define it as a function as well.
17075 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
17076 Bind mouse-2 in this global map rather than with text-properties.
17077
17078 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
17079 file to resolve the ambiguity between C(conflict) and C(need-merge).
17080
17081 2000-06-12 Kenichi Handa <handa@etl.go.jp>
17082
17083 * international/mule.el (set-buffer-file-coding-system): If
17084 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
17085 unconditionally.
17086
17087 2000-06-12 Dave Love <fx@gnu.org>
17088
17089 * wid-edit.el (widget-specify-button): Really suppress the face if
17090 required.
17091
17092 2000-06-11 Gerd Moellmann <gerd@gnu.org>
17093
17094 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
17095
17096 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
17097
17098 * imenu.el (imenu-generic-expression): Docstring fix.
17099
17100 * composite.el (composition-function-table): Move the `put'
17101 below the autoload cookie so we can load the file before loaddefs.
17102
17103 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
17104
17105 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
17106 Handle easy-mmode-define-global-mode.
17107 For complex macros like define-minor-mode that can generate
17108 several autoload entries, try to autoload entries in the
17109 macroexpanded code.
17110
17111 * emacs-lisp/easy-mmode.el (define-minor-mode):
17112 If KEYMAP is a symbol, just use it.
17113 Use byte-compile-current-file and load-file-name to infer the
17114 proper :require to pass to defcustom.
17115 Wrap the hook var into `progn' so as not to autoload it.
17116 Add a :autoload-end cookie.
17117 Be more careful about the evaluation of KEYMAP.
17118 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
17119 (define-derived-mode): Move define-abbrev-table outside of defvar.
17120
17121 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
17122
17123 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
17124 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
17125 (backup-compiled-files): Ignore errors during `tar'.
17126 (bootstrap): Make autoloads before elc files.
17127
17128 2000-06-10 Kenichi Handa <handa@etl.go.jp>
17129
17130 * international/mule.el (set-buffer-file-coding-system): If one of
17131 undecided-XXX is specified, change only EOL conversion.
17132
17133 * international/mule-conf.el (unix): New alias for the coding
17134 system undecided-unix.
17135
17136 2000-06-09 Dave Love <fx@gnu.org>
17137
17138 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
17139
17140 * progmodes/executable.el: Byte compile dynamic.
17141 (executable-insert): Change custom type.
17142 (executable-find): Add autoload cookie.
17143 (executable-make-buffer-file-executable-if-script-p): New
17144 function. After Noah Friedman.
17145
17146 * files.el (after-save-hook): Customize, with
17147 executable-make-buffer-file-executable-if-script-p as an option.
17148
17149 2000-06-09 Kenichi Handa <handa@etl.go.jp>
17150
17151 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
17152 "tib24p-mule.bdf" for Tibetan.
17153
17154 * composite.el (decompose-composite-char): Declare it as obsolete.
17155
17156 * man.el (Man-fontify-manpage): Pay attention to underline and
17157 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
17158
17159 2000-06-08 Gerd Moellmann <gerd@gnu.org>
17160
17161 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
17162 Set maintainer to FSF since author isn't reachable.
17163
17164 2000-06-08 Dave Love <fx@gnu.org>
17165
17166 * international/mule-cmds.el (select-safe-coding-system): If
17167 DEFAULT-CODING-SYSTEM is not specified, also check the most
17168 preferred coding-system if buffer-file-coding-system is
17169 `undecided'. From Handa.
17170
17171 2000-06-08 Kenichi Handa <handa@etl.go.jp>
17172
17173 * international/mule.el
17174 (after-insert-file-set-buffer-file-coding-system): If the buffer
17175 size is greater than INSERTED, judget that we are not visiting.
17176
17177 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
17178
17179 * whitespace.el (defgroup whitespace): Comment out `:version'.
17180 XEmacs 20.4 has problems defining the group with this present.
17181 We'll have this commented out till get resolve the problem.
17182
17183 2000-06-07 John Wiegley <johnw@gnu.org>
17184
17185 * align.el (align-dq-string-modes, align-sq-string-modes)
17186 (align-open-comment-modes): Add pyhton-mode.
17187 (align-rules-list): Use get-text-property instead of
17188 text-properties-at.
17189 (align-rules-list): Add python-assignment.
17190 (align-rules-list): Change perl-comma-delimiter to
17191 basic-comma-delimiter. Use if for Perl modes and python-mode.
17192 (align-rules-list): Add python-chain-logic and
17193 basic-line-continuation.
17194
17195 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
17196
17197 * apropos.el (apropos-mode-hook): New user variable.
17198 (apropos-mode): Run apropos-mode-hook.
17199
17200 2000-06-07 David Ponce <david@dponce.com>
17201
17202 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
17203 commands. Require `wid-edit' at run-time.
17204
17205 2000-06-07 David Ponce <david@dponce.com>
17206
17207 * recentf.el: Added some "Commentary".
17208 (recentf-open-more-files, recentf-edit-list): Minor changes to
17209 move the point at the top of the file list. This behaviour is
17210 consistent with the menu one when the list contains a lot of
17211 files.
17212 (recentf-cleanup): Now displays the number of items removed from
17213 the list.
17214 (recentf-relative-filter) New menu filter to show filenames
17215 relative to `default-directory'.
17216
17217 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17218
17219 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
17220 with/without giving an error if PostScript printer doesn't have this
17221 kind of page size. Zebra Stripe continues or restarts on next page.
17222 Manual/automatic paper feeding. Switch or not the header.
17223 (ps-print-version): New version number (5.2.2).
17224 (ps-windows-system): Include emx as a Windows system.
17225 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
17226 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
17227 (ps-background-text): Code fix.
17228 (ps-error-handler-message, ps-user-defined-prologue)
17229 (ps-print-prologue-header, ps-printer-name)
17230 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
17231 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
17232 (ps-use-face-background): Customization fix.
17233 (ps-n-up-database): Data fix.
17234 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
17235 (ps-switch-header): New vars.
17236 (ps-xemacs-color-name, ps-face-foreground-name)
17237 (ps-face-background-name, ps-boolean-constant): New funs.
17238
17239 2000-06-07 Dave Love <fx@gnu.org>
17240
17241 * allout.el: New version from Manheimer.
17242
17243 2000-06-07 Kenichi Handa <handa@etl.go.jp>
17244
17245 * textmodes/fill.el (fill-find-break-point): Check the validity of
17246 charset.
17247
17248 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17249
17250 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17251 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17252 Call display-color-p and display-mouse-p instead of looking at
17253 window-system.
17254
17255 2000-06-06 Dave Love <fx@gnu.org>
17256
17257 * image.el (find-image): Doc fix. Return nil if image not found.
17258 (put-image, insert-image): Make STRING arg optional.
17259
17260 2000-06-06 Kenichi Handa <handa@etl.go.jp>
17261
17262 * language/vietnamese.el: Remove eval-when-compile.
17263 (viet-viscii-nonascii-translation-table): Define it as a
17264 translation table made from viet-viscii-decode-table.
17265 (viet-viscii-encode-table): Define it as a translation table made
17266 from the reverse map of above.
17267 (viet-vscii-nonascii-translation-table): Define it as a
17268 translation table made from viet-vscii-decode-table.
17269 (viet-vscii-encode-table): Define it as a translation table made
17270 from the reverse map of above.
17271 (ccl-decode-viscii): Use translate-character.
17272 (ccl-encode-viscii, ccl-encode-viscii-font)
17273 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
17274 Likewize.
17275
17276 * language/cyrillic.el: Remove eval-when-compile.
17277 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
17278 translation table made from cyrillic-koi8-r-decode-table.
17279 (cyrillic-koi8-r-encode-table): Define it as a translation table
17280 made from the reverse map of above.
17281 (ccl-decode-koi8): Use translate-character.
17282 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
17283 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
17284 a translation table made from cyrillic-alternativnyj-decode-table.
17285 (cyrillic-alternativnyj-encode-table): Define it as a translation
17286 table made from the reverse map of above.
17287 (ccl-decode-alternativnyj): Use translate-character.
17288 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
17289 Likewize
17290
17291 * international/mule-diag.el (non-iso-charset-alist): Specify
17292 translation table symbol instead of translation table itself.
17293 (list-block-of-chars): CHARSET may be a translation table symbol.
17294
17295 * international/mule.el (make-coding-system): If CODING-SYSTEM
17296 already exists, override it.
17297
17298 * international/fontset.el: Use family `proportional' for Tibetan
17299 fonts.
17300
17301 * international/ccl.el (ccl-compile-translate-character): Don't
17302 check if Rrr has property translation-table.
17303 (ccl-compile-map-multiple): Modified to avoid compiler warning.
17304
17305 2000-06-05 Gerd Moellmann <gerd@gnu.org>
17306
17307 * info.el: Bind case-fold-search to t when searching in case
17308 a user sets it to nil in a hook.
17309
17310 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
17311
17312 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17313 * hl-line.el (hl-line-mode): Use the new :global key argument.
17314
17315 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
17316 (tar-clip-time-string): Prepend a space.
17317 (tar-grind-file-mode): Construct a string rather than modifying one.
17318 (tar-header-block-summarize): Fix docstring.
17319 Use `format' rather than an error-prone set of copy-loops.
17320
17321 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
17322 (diff-goto-source, diff-unified->context, diff-context->unified)
17323 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
17324 understand the format output by the `-p' argument to diff.
17325
17326 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
17327 (sh-re-done): Use defconst.
17328 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
17329 (sh-help-string-for-variable, sh-guess-basic-offset):
17330 Don't quote lambdas.
17331 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
17332 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
17333
17334 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
17335 (mh-letter-mode): Derive from text-mode.
17336 This implicitly means that it now calls kill-all-local-variables.
17337 Also remove the Emacs-18 compatibility code.
17338
17339 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
17340 Make use of symbol-property doc-string-elt.
17341 Use memq rather than a sequence of eq.
17342 (doc-string-elt): Fix the wrong or missing previously unused values.
17343 (autoload-print-form): New function extracted from
17344 generate-file-autoloads to allow recursion when handling progn
17345 so that defvar's and defun's docstrings are properly printed.
17346 (generate-file-autoloads): Use it.
17347
17348 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
17349 Use find-file-hooks in the minor-mode function.
17350 Be careful not to loop indefinitely in the post-command-hook function.
17351
17352 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
17353
17354 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
17355 tty's.
17356 * ediff-diff.el (ediff-exec-process): Use --binary for fine
17357 differences whenever appropriate.
17358 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
17359 * viper.el (find-file, find-file-other-window): Get viper to do
17360 wildcards.
17361
17362 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
17363
17364 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
17365 (jit-lock-fontify-buffer): New function for JIT refontification.
17366 (jit-lock-mode): Fix docstring.
17367 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
17368 Remove jit-lock-after-change from the _local_ hook.
17369 (jit-lock-function-1): Fix docstring.
17370
17371 * info.el (Info-on-current-buffer): Initialize info.
17372
17373 * newcomment.el (comment-indent): Ignore comment-indent-hook.
17374
17375 * progmodes/tcl.el (tcl-indent-for-comment):
17376 Ignore comment-indent-hook.
17377
17378 * emacs-lisp/easy-mmode.el: Require CL during compilation.
17379 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
17380 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
17381 and improve to use the lighter to guess the capitalization.
17382 (define-minor-mode): Inline code from easy-mmode-define-toggle.
17383 Add keyword arguments to specify global-ness or the custom group.
17384 Add local-map and help-echo properties to the lighter.
17385 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
17386 (easy-mmode-define-global-mode): New macro.
17387
17388 2000-06-02 Dave Love <fx@gnu.org>
17389
17390 * wid-edit.el: byte-compile-dynamic since we typically don't use
17391 all the widgets. Don't require cl or widget. Remove
17392 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
17393 (widget-read-event): Removed. Callers changed to use read-event.
17394 (widget-button-release-event-p): Renamed from
17395 button-release-event-p.
17396 (widget-field-add-space, widget-field-use-before-change):
17397 Uncustomize.
17398 (widget-specify-field): Use keymap property, not local-map.
17399 (widget-specify-button): Obey :suppress-face.
17400 (widget-specify-insert): Use modern backquote syntax.
17401 (widget-image-directory): Renamed from widget-glyph-directory.
17402 (widget-image-enable): Renamed from widget-glyph-enable.
17403 (widget-image-find): Replaces widget-glyph-find.
17404 (widget-button-pressed-face): Move defvar.
17405 (widget-image-insert): Replaces widget-glyph-insert.
17406 (widget-convert): Use keywordp.
17407 (widget-leave-text, widget-children-value-delete): Use mapc.
17408 (widget-keymap): Remove XEmacs stuff.
17409 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
17410 (widget-button-click): Don't set point at the click, but re-centre
17411 if we scroll out of window. Rewritten for images v. glyphs &c.
17412 (widget-tabable-at): Use POS arg, not point.
17413 (widget-beginning-of-line, widget-end-of-line)
17414 (widget-item-value-create, widget-sublist, widget-princ-to-string)
17415 (widget-sexp-prompt-value, widget-echo-help): Simplify.
17416 (widget-default-create): Use widget-image-insert; some rewriting.
17417 (widget-visibility-value-create)
17418 (widget-push-button-value-create, widget-toggle-value-create): Use
17419 widget-image-insert.
17420 (checkbox): Create on and off images dynamically.
17421 (documentation-link): Change :help-echo.
17422 (widget-documentation-link-echo-help): Remove.
17423
17424 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
17425
17426 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
17427
17428 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
17429 (easy-mmode-define-toggle, define-minor-mode): Use it.
17430 (easy-mmode-define-keymap): Docstring fix.
17431 (define-derived-mode): Default PARENT to fundamental-mode.
17432 Add the derived-mode-parent symbol-property.
17433 (easy-mmode-derived-mode-p): New function.
17434
17435 2000-06-02 Dave Love <fx@gnu.org>
17436
17437 * files.el (convert-standard-filename): Doc fix.
17438 (normal-backup-enable-predicate): New function.
17439 (backup-enable-predicate): Use it to replace the lambda form.
17440
17441 * calendar/todo-mode.el: [This needs more work on the outline
17442 stuff.] Doc fixes.
17443 (todo) <defgroup>: Add :version.
17444 (todo-add-category): Don't use pushnew.
17445 (todo-cmd-raise): Fix typo.
17446 (todo-top-priorities): Change temp buffer name.
17447 (todo-category-alist): Avoid redundant lambda.
17448 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
17449 Use outline-next-heading.
17450
17451 * autoarg.el: Rewritten to use define-minor-mode.
17452 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
17453 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
17454
17455 2000-06-02 Kenichi Handa <handa@etl.go.jp>
17456
17457 * isearch.el (isearch-other-meta-char): Fix previous change.
17458
17459 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17460
17461 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
17462 (log-edit-done): Only add the comment to the ring if it's different
17463 from the last comment entered.
17464
17465 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
17466
17467 2000-06-01 Dave Love <fx@gnu.org>
17468
17469 * hl-line.el: Rewritten using define-minor-mode.
17470
17471 * help.el (describe-function-1): Distinguish special form from
17472 builtin function. Sanity-check presence of arglist for builtins.
17473
17474 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17475
17476 * international/characters.el: Fix syntax/category setting of
17477 Tibetan characters.
17478
17479 * language/tibet-util.el (tibetan-add-components): Fixes for new
17480 encoding of Tibetan characters.
17481 (tibetan-decompose-precomposition-alist): New variable.
17482 (tibetan-decompose-region): Convert precomposed characters to
17483 non-precomposed characters.
17484 (tibetan-decompose-string): Likewise.
17485 (tibetan-composition-function): Fix args to
17486 thibetan-compose-string.
17487
17488 * language/tibetan.el (tibetan-composable-pattern): More
17489 characters included.
17490 (tibetan-consonant-transcription-alist): Rule for "R" added.
17491 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
17492 "+R" added.
17493 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
17494
17495 * language/lao-util.el (lao-composition-function): Fix args to
17496 compose-string.
17497
17498 * language/thai-util.el (thai-composition-function): Fix args to
17499 compose-string.
17500
17501 * isearch.el (isearch-update): Set disable-point-adjustment to t
17502 to prevent the point moving to the end of a composition when a
17503 part of a composition is searched.
17504 (isearch-other-meta-char): If the key invoking this command can be
17505 mapped by function-key-map to a printing char, call
17506 isearch-process-search-char directly.
17507
17508 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
17509
17510 * emacs-lisp/bytecomp.el:
17511 * frame.el:
17512 * international/mule-cmds.el:
17513 * international/mule-util.el:
17514 * international/mule.el:
17515 * mouse.el:
17516 * subr.el:
17517 * faces.el: Update calls to make-obsolete with a WHEN argument.
17518
17519 * byte-run.el (make-obsolete, make-obsolete-variable):
17520 Add an optional WHEN argument and change the format of the
17521 symbol-property information.
17522 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
17523 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
17524 new obsolete-symbol-property format and print WHEN if it is provided.
17525
17526 2000-05-31 Dave Love <fx@gnu.org>
17527
17528 * loadhist.el (loadhist-hook-functions): Remove
17529 before-change-function, after-change-function.
17530 (unload-feature): Deal with symbols which are both bound and
17531 fbound.
17532
17533 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17534 before-change-function, after-change-function.
17535
17536 * simple.el (newline): Don't bind before-change-function,
17537 after-change-function.
17538
17539 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17540
17541 * whitespace.el (whitespace-rescan-timer-time): Update interval
17542 set to 600 seconds (10 minutes) instead of 60 seconds since
17543 a large number of whitespace buffers causes emacs to `freeze'
17544 for a considerable amount of time.
17545
17546 * whitespace.el: Updated email address
17547
17548 2000-05-31 Dave Love <fx@gnu.org>
17549
17550 * add-log.el (change-log-font-lock-keywords) <function>: Add
17551 pattern for function of change.
17552 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17553 acknowledgements patterns.
17554
17555 2000-05-31 Kenichi Handa <handa@etl.go.jp>
17556
17557 * isearch.el (isearch-printing-char): If keyboard coding system is
17558 being used, call isearch-process-search-multibyte-characters.
17559
17560 * international/isearch-x.el: Mostly rewritten.
17561
17562 * international/quail.el (quail-start-conversion): Don't include
17563 unhandled events in the returned events, but set them in
17564 unread-command-events. Exit if all inputs are deleted.
17565
17566 2000-05-30 Jason Rumney <jasonr@gnu.org>
17567
17568 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17569
17570 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17571 Reenable code to create initial fontsets.
17572 Use set-fontset-font in place of put-charset-property.
17573
17574 2000-05-30 Gerd Moellmann <gerd@gnu.org>
17575
17576 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17577 label, ensure that the first colon isn't followed by another.
17578
17579 * paths.el (Info-default-directory-list): Doc fix.
17580
17581 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17582 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17583 send a query containing USER only, not USER@HOST.
17584
17585 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17586 and rmail-msgend to compute the restriction at the end, instead of
17587 computing it.
17588
17589 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17590
17591 * dabbrev.el (dabbrev-expand): Don't display messages in the
17592 echo area if the minibuffer window is active.
17593
17594 * jit-lock.el (jit-lock-mode): Add after change function to
17595 local hook.
17596
17597 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17598
17599 * antlr-mode.el: New commands: hide/unhide actions,
17600 upcase/downcase literals.
17601 (antlr-tiny-action-length): New user option.
17602 (antlr-hide-actions): New command. Suggested by
17603 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17604 (antlr-mode-map): New binding [C-c C-v].
17605 (antlr-mode-menu): New entries.
17606 (antlr-downcase-literals): New command.
17607 (antlr-upcase-literals): Ditto.
17608
17609 * antlr-mode.el: Minor changes: indendation, mode-name.
17610 (antlr-indent-line): Indent cpp directive at column 0.
17611 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17612
17613 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17614 (antlr-font-lock-additional-keywords): Workaround for intentional
17615 bug in XEmacs version of font-lock.
17616 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17617 be used by a smarter version of `buffers-menu-grouping-function'.
17618
17619 2000-05-29 Gerd Moellmann <gerd@gnu.org>
17620
17621 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17622 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17623
17624 2000-05-29 Kenichi Handa <handa@etl.go.jp>
17625
17626 * international/encoded-kb.el
17627 (encoded-kbd-iso2022-designation-map): Pay attention to that
17628 charset-iso-final-char return -1 for eight-bit-control and
17629 eight-bit-graphic.
17630
17631 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17632
17633 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17634 (speedbar-easymenu-definition-base): Use display-graphic-p where
17635 available, instead of window-system.
17636
17637 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17638
17639 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17640 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17641 coding systems.
17642
17643 2000-05-26 Dave Love <fx@gnu.org>
17644
17645 * disp-table.el (standard-display-underline): Don't use
17646 internal-find-face.
17647
17648 * mail/reporter.el: Maintainer change. Doc fixes.
17649 (reporter-version): Deleted.
17650
17651 * emacs-lisp/elp.el: Maintainer change.
17652 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17653
17654 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17655
17656 * add-log.el (add-change-log-entry): Merge the current entry with the
17657 previous one if the previous one is empty.
17658
17659 2000-05-26 Dave Love <fx@gnu.org>
17660
17661 * loadhist.el (unload-feature): Fix interactive spec [from
17662 lijnzaad@ebi.ac.uk].
17663
17664 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17665 subr-arity to check primitives.
17666 (byte-compile-flush-pending, byte-compile-file-form-progn)
17667 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17668 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17669 mapcar.
17670
17671 2000-05-26 Kenichi Handa <handa@etl.go.jp>
17672
17673 * international/fontset.el: Set family names of non-latin charsets
17674 in default fontset to "*".
17675
17676 * international/mule-diag.el (print-fontset): Combine family part
17677 and registry part of the fontname by "-*-" instead of "-".
17678
17679 * international/mule-cmds.el (encode-coding-char): Make strings
17680 multibyte before calling encode-coding-string.
17681
17682 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17683
17684 * derived.el: Fix keywords.
17685 (define-derived-mode): Only define if needed.
17686
17687 * simple.el (fill-comment, comment-column, comment-start)
17688 (comment-start-skip, comment-end, comment-indent-function)
17689 (block-comment-start, block-comment-end, indent-for-comment)
17690 (set-comment-column, kill-comment, comment-padding, comment-region)
17691 (comment-multi-line, indent-new-comment-line): Remove.
17692
17693 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17694 function names for comment operations.
17695
17696 * newcomment.el: Add abundant autoload cookies.
17697 (comment-style): Don't depend on runtime data at compile-time.
17698 (comment-indent-hook): Remove.
17699 (comment-indent): Check if comment-indent-hook is bound.
17700 (comment-region): Docstring fix.
17701
17702 2000-05-25 Dave Love <fx@gnu.org>
17703
17704 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17705 byte-code-function-p.
17706
17707 * mail/rmailsum.el: Add provide.
17708
17709 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17710
17711 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17712 defcustom.
17713
17714 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17715
17716 * ediff-diff.el (ediff-exec-process): delete --binary option from
17717 non-buffer ediff jobs.
17718
17719 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17720
17721 * hilit-chg.el (highlight-changes-mode): Ask about color or
17722 grayscale support, not about window-system.
17723
17724 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17725 window-system.
17726 (ffap-highlight): Always default to t.
17727
17728 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17729 display-popup-menus-p instead of looking at window-system.
17730
17731 * disp-table.el (standard-display-g1, standard-display-graphic):
17732 Only refuse to use string glyphs on X and MS-Windows.
17733
17734 * avoid.el: Remove window-system from commentary, suggest to use
17735 display-*-p instead.
17736
17737 * apropos.el (apropos-print): Use display-mouse-p instead of
17738 window-system.
17739
17740 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17741
17742 * international/codepage.el (cp-decoding-vector-for-codepage):
17743 Fill up unsupported characters with their own codes. From Kenichi
17744 Handa.
17745
17746 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17747
17748 * international/mule-diag.el (describe-char-after): Use
17749 display-graphic-p instead of window-system, so that this function
17750 works on MS-DOS.
17751
17752 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17753
17754 * international/codepage.el (cp-make-coding-systems-for-codepage):
17755 Remove the eight-bit-graphic and eight-bit-control charsets from
17756 the list of charsets which we convert into `?'.
17757
17758 2000-05-25 Kenichi Handa <handa@etl.go.jp>
17759
17760 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17761 private charsets.
17762 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17763 japanese-jisx0213-2): New charsets.
17764
17765 * international/fontset.el: Setup default fontset for new charsets.
17766
17767 2000-05-24 Dave Love <fx@gnu.org>
17768
17769 * info.el (Info-find-node-2): Restructure [following "Vadim
17770 S. Solomin" <sovs@uic.nnov.ru>].
17771
17772 * icomplete.el: Fix header for Finder.
17773
17774 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17775
17776 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17777 STAY.
17778
17779 * rmail.el (rmail-automatic-folder-directives): New user variable.
17780 (rmail-show-message): Add call to `rmail-auto-file' during
17781 display.
17782 (rmail-auto-file): New function.
17783
17784 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17785
17786 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17787 account.
17788 (ediff-test-utility,ediff-diff-mandatory-option)
17789 (ediff-reset-diff-options): Utilities for proper initialization of
17790 ediff-diff-options and ediff-diff3-options on Windows.
17791
17792 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17793 variable.
17794
17795 * ediff-mult.el (ediff-filegroup-action): Use
17796 ediff-merge-filename-prefix.
17797
17798 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17799
17800 * viper-ex.el (ex-write): Set selective display to nil.
17801
17802 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17803
17804 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17805 aliases for hebrew-iso-8bit.
17806
17807 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17808
17809 * woman.el: New version from Francis J. Wright
17810 <F.J.Wright@Maths.QMW.ac.uk>.
17811 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17812 names in environment variables regardless of the path separator.
17813 (woman-topic-all-completions-1): Don't call file-name-directory-p
17814 on all files, since woman-file-regexp already filters out any
17815 directories.
17816
17817 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17818
17819 * international/quail.el (quail-start-translation): Don't change
17820 modified-p of the current buffer.
17821 (quail-start-conversion): Likewise.
17822
17823 * international/kkc.el (kkc-region): Don't change modified-p of
17824 the current buffer.
17825
17826 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17827 conform to RFC1468.
17828 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17829
17830 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17831
17832 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17833 (speedbar-insert-button): Invisible text property fix.
17834 (speedbar-directory-plus): Renamed from speedbar-directory-+
17835 (speedbar-directory-minus): Renamed from speedbar-directory--
17836 (speedbar-page-plus): Renamed from speedbar-file-+
17837 (speedbar-page-minus): Renamed from speedbar-file--
17838 (speedbar-page): Renamed from speedbar-file-
17839 (speedbar-tag): Renamed from speedbar-tag-
17840 (speedbar-tag-plus): Renamed from speedbar-tag-+
17841 (speedbar-tag-minus): Renamed from speedbar-tag--
17842 (speedbar-expand-image-button-alist): Use above renames.
17843
17844 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17845 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17846 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17847 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17848 * sb-pg.xpm: Renamed from sb-file.xpm
17849 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17850 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17851
17852 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17853
17854 * international/quail.el (quail-show-guidance-buf): Set
17855 current-input-method of the guidance buffer to the name of the
17856 curren input method.
17857
17858 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17859
17860 * progmodes/compile.el (compile-internal): Style typo.
17861
17862 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17863 quote vars and functions in the docstring.
17864
17865 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17866
17867 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17868 Don't quote lambdas.
17869
17870 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17871
17872 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17873
17874 * startup.el (command-line): Determine source file of compiled
17875 user init file differently. Warn if compiled user init file
17876 is older than its source file.
17877
17878 * ffap.el (ffap-url-regexp): Add `https'.
17879
17880 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17881
17882 * files.el (make-backup-file-name-1): Replace slashes with `!'
17883 rather than `|' (which is not allowed on Windows). Replace the
17884 drive letters with a string "drive_X".
17885
17886 2000-05-23 Gerd Moellmann <gerd@gnu.org>
17887
17888 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17889
17890 * files.el (interpreter-mode-alist): Add `bash2'.
17891
17892 2000-05-22 Dave Love <fx@gnu.org>
17893
17894 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17895 mapc.
17896 (feature-file): Avoid calling symbol-name. Doc fix.
17897 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17898 (loadhist-hook-functions): Add mouse-position-function.
17899 (unload-feature): Change uses of mapcar.
17900
17901 * files.el (parse-colon-path): Doc fix.
17902 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17903 (set-auto-mode): Use mapc.
17904
17905 * complete.el (PC-look-for-include-file): Use :alnum: character
17906 class.
17907 (partial-completion-mode): Add autoload cookie.
17908
17909 2000-05-22 Sam Steingold <sds@gnu.org>
17910
17911 * info.el (Info-fontify-node): Fixed the call to
17912 `add-text-properties' (bug introduced on 2000-05-18).
17913
17914 2000-05-22 Dave Love <fx@gnu.org>
17915
17916 * bindings.el: Remove debug-ignored-errors set in other files.
17917
17918 * progmodes/etags.el: Add to debug-ignored-errors.
17919 (visit-tags-table-buffer): Clear out buffers holding old tables
17920 when making a new list.
17921 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17922 mapc.
17923
17924 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17925 quote keywords.
17926 (cmpl-string-case-type): Use character classes.
17927
17928 * comint.el:
17929 * textmodes/ispell.el:
17930 * imenu.el:
17931 * mail/mh-e.el:
17932 * progmodes/compile.el: Add to debug-ignored-errors.
17933
17934 * dabbrev.el: Add to debug-ignored-errors.
17935 (dabbrev-completion): Use mapc.
17936
17937 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17938
17939 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17940 (woman-mapcan, woman-parse-man.conf)
17941 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17942 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17943 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17944 path syntax better.
17945 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17946 (woman-manpath): Call woman-parse-man.conf.
17947 (woman-emulation): New defcustom, defaults to nroff.
17948 (woman-font-support): New defconst.
17949 (woman-use-symbol-font): New defcustom.
17950 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17951 "Emulation".
17952 Many functions: Doc fix.
17953
17954 2000-05-22 Kenichi Handa <handa@etl.go.jp>
17955
17956 * international/quail.el (quail-simple-translation-keymap): Map
17957 128..255 to quail-self-insert-command.
17958 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17959
17960 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17961
17962 * help.el (help-manyarg-func-alist): Typo.
17963
17964 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17965 intervals which makes it heaps simpler.
17966
17967 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17968 the nested comment markers.
17969
17970 * subr.el (remove-hook): Don't turn the hook's value into a list.
17971
17972 2000-05-21 Dave Love <fx@gnu.org>
17973
17974 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17975 are invalid characters.
17976
17977 * international/mule-util.el (detect-coding-with-priority): Use
17978 mapc. Remove redundant lambda.
17979
17980 * international/mule-diag.el (list-non-iso-charset-chars)
17981 (describe-fontset): Remove redundant lambda.
17982
17983 * emulation/crisp.el (brief-mode): New alias.
17984
17985 * emacs-lisp/ring.el (ring-elements): New function.
17986
17987 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17988 (easy-menu-do-add-item): Use keywordp.
17989
17990 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17991
17992 * replace.el: Doc and error message fixes.
17993 (replace-highlight): Use facep, not internal-find-face.
17994
17995 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17996
17997 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17998
17999 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
18000 (log-edit-insert-changelog): Drop `:' as well.
18001
18002 * log-view.el: Fix file description.
18003 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
18004 available.
18005 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
18006 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
18007
18008 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
18009 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
18010 Print a status message if the toggle is called interactively.
18011 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18012 for global minor modes and use `defcustom' for them.
18013 Use add-minor-mode.
18014 (easy-mmode-define-derived-mode): Remove.
18015 (define-derived-mode): Fancier default docstring.
18016 (easy-mmode-define-navigation): Signal an error rather than (ding).
18017
18018 * newcomment.el (comment-styles): New `box-multi'.
18019 (comment-normalize-vars): Better default for comment-continue to
18020 avoid whitespace-only continuations.
18021 (comment-search-forward): Always move even in the no-syntax case.
18022 (comment-padright): Only obey N if it's only obeyed for padleft.
18023 (comment-make-extra-lines): Better handling of empty continuations.
18024 Use `=' for the filler if comment-start has only one character.
18025 (uncomment-region): Try handling the special `=' filler.
18026 (comment-region): Allow LINES even if MULTI is nil.
18027 (comment-box): Choose box style based on comment-style.
18028
18029 2000-05-20 Kenichi Handa <handa@etl.go.jp>
18030
18031 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
18032 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
18033
18034 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
18035
18036 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
18037 and insert, not subst-char-in-region.
18038
18039 * international/mule-diag.el (list-character-sets-1): Handle
18040 charsets eight-bit-control and eight-bit-graphic.
18041 (list-iso-charset-chars): Likewise.
18042 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
18043 charactes as is. Use indent-to to align characters.
18044
18045 * international/mule-cmds.el (find-multibyte-characters): Never
18046 exclude charsets eight-bit-control and eight-bit-graphic.
18047
18048 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18049
18050 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
18051 Don't quote lambdas.
18052
18053 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
18054
18055 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18056
18057 * gud.el (gud-jdb-directories): Doc fix.
18058
18059 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
18060
18061 * newcomment.el: New file.
18062
18063 2000-05-19 Gerd Moellmann <gerd@gnu.org>
18064
18065 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
18066
18067 2000-05-18 Andreas Schwab <schwab@suse.de>
18068
18069 * dired.el (dired-between-files): Also skip lines beginning with
18070 `used'.
18071
18072 2000-05-18 Gerd Moellmann <gerd@gnu.org>
18073
18074 * msb.el (msb-menu-cond): Add choice `user'.
18075
18076 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18077
18078 * ps-print.el: Compatibility, customization and doc fix.
18079 (ps-printer-name-option): Replace defconst by defvar.
18080 (ps-postscript-code-directory): XEmacs compatibility.
18081 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
18082 fix.
18083 (ps-user-defined-prologue, ps-print-prologue-header)
18084 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
18085 compatibility and code fix.
18086 (ps-print-background-image, ps-print-background-text):
18087 Customization fix.
18088 (ps-line-number-start, ps-n-up-on): New vars.
18089
18090 2000-05-18 Espen Skoglund <esk@ira.uka.de>
18091
18092 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
18093 the indent-comment function to just return the appropriate indent.
18094
18095 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
18096
18097 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
18098 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
18099 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
18100
18101 2000-05-18 Dave Love <fx@gnu.org>
18102
18103 * info.el (Info-fontify-node): Add intangible property as well as
18104 invisible.
18105
18106 * calendar/appt.el (appt-make-list): Match all lines of entry.
18107 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
18108
18109 2000-05-18 Kenichi Handa <handa@etl.go.jp>
18110
18111 * international/mule-diag.el (describe-char-after): Call
18112 internal-char-font, not char-font. If internal-char-font returns
18113 nil, display "-- none --".
18114
18115 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18116
18117 * image.el (image-type-available-p): Don't reference image-types
18118 if it isn't bound.
18119
18120 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
18121
18122 * autoarg.el (autoarg-mode): Typo in the :set argument.
18123
18124 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
18125
18126 * startup.el (command-line-1): Don't signal an error if the
18127 directory for auto-save-list files does not yet exist.
18128
18129 2000-05-17 Kenichi Handa <handa@etl.go.jp>
18130
18131 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
18132
18133 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
18134
18135 * subr.el (remove-hook): `setq' hook-value, not `set'.
18136
18137 2000-05-16 Sam Steingold <sds@gnu.org>
18138
18139 * info.el (debug-ignored-errors): More errors to ignore.
18140
18141 2000-05-16 Dave Love <fx@gnu.org>
18142
18143 * cus-edit.el: Don't require cl or easymenu.
18144 (custom-variable-prompt): Test standard-value property, not
18145 user-variable-p.
18146
18147 2000-05-16 Sam Steingold <sds@gnu.org>
18148
18149 * subr.el (add-hook): `setq' hook-value, not `set'.
18150
18151 2000-05-16 Gerd Moellmann <gerd@gnu.org>
18152
18153 * startup.el (command-line-1): Mention the FAQ in the startup
18154 message.
18155
18156 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
18157
18158 * progmodes/compile.el (compilation-parse-errors): Collect
18159 `nomessage' regexps last.
18160
18161 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
18162
18163 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
18164 to the function name.
18165
18166 2000-05-15 Dave Love <fx@gnu.org>
18167
18168 * speedbar.el (speedbar-recenter): Typo.
18169 (speedbar-expand-line): Make arg optional.
18170 (speedbar-mode): Avoid a compiler warning.
18171
18172 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18173
18174 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
18175 user-specified option string is empty.
18176
18177 * mouse.el (mouse-yank-at-click): Doc fix.
18178
18179 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
18180
18181 * term/internal.el (IT-character-translations): More updates of
18182 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
18183 documents.
18184
18185 2000-05-15 Gerd Moellmann <gerd@gnu.org>
18186
18187 * env.el (getenv): New function, interactively callable.
18188 (setenv, getenv): Remove autoload cookies.
18189
18190 * loadup.el: Load `env'.
18191
18192 * progmodes/f90.el: Change author's mail address.
18193
18194 2000-05-14 Dave Love <fx@gnu.org>
18195
18196 * mail/rmail.el (rmail-show-message-hook): Customize and offer
18197 goto-addr as an option.
18198
18199 * help.el (help-xref-stack): Doc fix.
18200 (help-xref-following): New variable.
18201 (help-make-xrefs): Use it.
18202 (help-xref-go-back): Use position information from stack element.
18203 (help-follow): Make position in stack element a pair. Use
18204 help-xref-following.
18205
18206 * autoarg.el: New file.
18207
18208 * faces.el: Declare more functions obsolete.
18209
18210 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
18211 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
18212 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
18213 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
18214 Remove all the setup-...-environment functions.
18215
18216 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
18217
18218 * speedbar.el: Updated the commentary section. xemacs20p now uses
18219 >= when detecting. Require `defimage' safely.
18220 (speedbar-easymenu-definition-base): Add toggle for images.
18221 (speedbar-easymenu-definition-special): Add flush cache & expand.
18222 (speedbar-visiting-tag-hook): Set new defaults. Added options.
18223 (speedbar-reconfigure-keymaps-hook): New variable.
18224 (speedbar-frame-parameters): Updated documentation.
18225 (speedbar-use-imenu-flag): Updated custom tag
18226 (speedbar-dynamic-tags-function-list): New variable.
18227 (speedbar-tag-hierarchy-method): Updated doc & custom.
18228 (speedbar-indentation-width, speedbar-indentation-width) New
18229 variables.
18230 (speedbar-hide-button-brackets-flag): Customizable.
18231 (speedbar-vc-indicator): Doc update.
18232 (speedbar-ignored-path-expressions): Updated default value.
18233 (speedbar-supported-extension-expressions): Updated default value.
18234 (speedbar-syntax-table): Remove {} paren status.
18235 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
18236 as "+". Added overlay aliases.
18237 (speedbar-mode): Use `speedbar-mode-line-update' instead of
18238 `force-mode-line-update'.
18239 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
18240 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
18241 `mouse-set-point'
18242 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
18243 (speedbar-item-info-tag-helper): Revamped to handle a wider range
18244 of arbitrary text, and new helper functions.
18245 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
18246 filename finder.
18247 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
18248 (speedbar-directory-buttons): Update path search/expansion.
18249 (speedbar-make-tag-line): Pay attention to
18250 `speedbar-indentation-width'. Use more care w/ invisible
18251 properties.
18252 (speedbar-change-expand-button-char): Call
18253 `speedbar-insert-image-button-maybe'.
18254 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
18255 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
18256 (speedbar-trim-words-tag-hierarchy)
18257 (speedbar-simple-group-tag-hierarchy): New functions
18258 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
18259 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
18260 functions.
18261 (speedbar-mouse-set-point): New function
18262 (speedbar-power-click): Updated documentation.
18263 (speedbar-line-token, speedbar-goto-this-file): Handle more types
18264 of tag prefix text.
18265 (speedbar-expand-line, speedbar-contract-line): Make more robust
18266 to strange text.
18267 (speedbar-expand-line): Takes universal argument to flush the
18268 cache.
18269 (speedbar-flush-expand-line): New function.
18270 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
18271 Use new generator insertion method.
18272 (speedbar-fetch-dynamic-tags): New function.
18273 (speedbar-fetch-dynamic-imenu): Removed code now handled in
18274 `speedbar-fetch-dynamic-imenu'.
18275 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
18276 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
18277 "Revert Buffer" menu items.
18278 (speedbar-buffer-buttons-engine): Be smarter when creating a
18279 filename tag (for expansion purposes.).
18280 (speedbar-highlight-one-tag-line,
18281 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
18282 (speedbar-recenter): New functions.
18283 (defimage-speedbar): Image loading abstraction.
18284 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
18285 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
18286 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
18287 (speedbar-tag-type, speedbar-tag-mail): New images.
18288 (speedbar-expand-image-button-alist): New variable.
18289 (speedbar-insert-image-button-maybe): Insert an image over some
18290 buttons.
18291
18292 2000-05-13 Kenichi Handa <handa@etl.go.jp>
18293
18294 * international/mule-cmds.el (encode-coding-char): An ASCII
18295 character is always encodable.
18296
18297 * international/mule-conf.el: Add more information in descriptions
18298 of character sets.
18299
18300 * international/mule-diag.el (describe-char-after): New function.
18301 (describe-font-internal): Adjusted for the change of font-info.
18302 (describe-font): Likewise.
18303 (print-fontset): Rewritten for the new fontset implementation.
18304 (describe-fontset): Include fontset alias names in completion.
18305 (list-fontsets): Adjusted for the change of print-fontset.
18306
18307 * simple.el (what-cursor-position): If DETAIL is non-nil, call
18308 describe-char-after instead of displaying the detail in the echo
18309 area.
18310 (syntax-code-table): Format changed.
18311 (string-to-syntax): Adjusted for the above change.
18312
18313 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
18314
18315 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
18316
18317 2000-05-12 Dave Love <fx@gnu.org>
18318
18319 * calendar/todo-mode.el: Remove some compatibility stuff and CL
18320 dependence. Use line-{beginning,end}-position, not
18321 point-at{b,e}ol. Some doc fixes.
18322 (todo-position): New function. Fix callers of position to use it.
18323 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
18324
18325 2000-05-12 Gerd Moellmann <gerd@gnu.org>
18326
18327 * time.el (display-time-mail-icon): Use `:ascent center'.
18328
18329 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
18330 handling FTP security extensions.
18331
18332 2000-05-11 Dave Love <fx@gnu.org>
18333
18334 * calendar/todo-mode.el: New file.
18335
18336 2000-05-11 Gerd Moellmann <gerd@gnu.org>
18337
18338 * comint.el (comint-read-input-ring): Move reference to
18339 comint-input-ring-size outside of the save-excursion. It was
18340 causing the default value to be the only one ever seen.
18341
18342 * font-lock.el: Update copyright. Remove Simon Marshall's email
18343 address on request from him.
18344
18345 * subr.el (substitute-key-definition): Add comment describing
18346 the meaning of PREFIX.
18347
18348 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
18349
18350 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
18351
18352 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
18353 (add-minor-mode): Don't make the variable buffer-local and add a
18354 reference to define-minor-mode in the docstring.
18355
18356 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
18357 HEADER/FOOTER and fix bug with trailing empty directory.
18358 (cvs-append-to-ignore): Use vc-editable-p if available.
18359 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
18360 (vc-do-command): Tweak advice to handle the new VC.
18361
18362 * log-view.el (log-view-goto-rev): New function for the new VC.
18363 (log-view-minor-wrap): Use mark-active.
18364
18365 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
18366 (log-edit-changelog-full-paragraphs): New var.
18367 (log-edit-insert-changelog): Remove a lonely leading `* file'.
18368 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
18369 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
18370 (log-edit-changelog-ours-p, log-edit-changelog-entries)
18371 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
18372 Replace the `cvs' prefix with `log-edit'.
18373
18374 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
18375
18376 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
18377 (diff-font-lock-defaults): Explicitly turn off multiline.
18378 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
18379 (diff-ediff-patch): Fix call to ediff-patch-file.
18380 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
18381 Handle comments.
18382
18383 * frame.el (automatic-hscrolling): Typo.
18384
18385 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
18386
18387 2000-05-09 Sam Steingold <sds@goems.com>
18388
18389 * apropos.el (apropos-print): use `describe-face' instead of
18390 `customize-face-other-window'.
18391
18392 2000-05-09 Dave Love <fx@gnu.org>
18393
18394 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
18395
18396 * help.el (describe-variable): Have customize button pop the
18397 help-xref stack when invoked.
18398 (help-xref-symbol-regexp): Add `face'.
18399 (help-make-xrefs): Check for quoted face names and adapt regexp
18400 submatch numbers to cope.
18401 (help-xref-interned): Maybe insert face doc too. Separate
18402 sections with a line of hyphens.
18403
18404 * faces.el: Some doc fixes. Declare some functions obsolete.
18405 (describe-face): Add customize button. Return the help
18406 text. Fix prompt.
18407
18408 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
18409
18410 * term/internal.el (IT-character-translations): Fix last change.
18411
18412 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18413
18414 * woman.el: New file
18415 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
18416
18417 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
18418
18419 * term/internal.el (IT-character-translations): Update ASCII
18420 simulations for greek-iso8859-7, add latin-iso8859-14 and
18421 latin-iso8859-15.
18422
18423 * international/mule-cmds.el (set-language-info-alist): Call
18424 define-prefix-command with 3 arguments, to make the map suitable
18425 for a menu.
18426
18427 2000-05-07 Dave Love <fx@gnu.org>
18428
18429 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
18430
18431 2000-05-05 Dave Love <fx@gnu.org>
18432
18433 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
18434 list in doc string. Don't quote keyword symbols.
18435 * emacs-lisp/cl.el: Likewise
18436 * emacs-lisp/cl-seq.el: Likewise
18437
18438 2000-05-05 Gerd Moellmann <gerd@gnu.org>
18439
18440 * abbrev.el (abbrev-mode): Make ARG optional.
18441
18442 2000-05-04 Gerd Moellmann <gerd@gnu.org>
18443
18444 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
18445
18446 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
18447
18448 * subr.el (substitute-key-definition): Clarify documentation.
18449
18450 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
18451
18452 * glasses.el (glasses-convert-to-unreadable): Use
18453 `glasses-separator' instead of the hard-wired "_".
18454 (glasses-mode): Call `glasses-make-unreadable' only in a single
18455 place.
18456
18457 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
18458
18459 * term/internal.el (cjk-codepages-alist): Add associations for
18460 Chinese and Korean codepages. Remove FIXME comment.
18461
18462 2000-05-03 Dave Love <fx@gnu.org>
18463
18464 * time.el (display-time-mail-face, display-time-use-mail-icon):
18465 New option.
18466 (display-time-mail-icon): New variable.
18467 (display-time-string-forms): Use the above. Fix the local-map.
18468
18469 2000-05-03 Gerd Moellmann <gerd@gnu.org>
18470
18471 * replace.el (query-replace-map): Add binding for `E'.
18472 (query-replace-help): Extend help text.
18473 (perform-replace): Allow editing the replacement string.
18474
18475 * make-mode.el (makefile-mode-abbrev-table): New variable.
18476 (makefile-mode): Set local abbrev table to
18477 makefile-mode-abbrev-table.
18478 (makefile-font-lock-keywords): Fontify includes and conditionals.
18479
18480 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
18481 set TOGGLE's value.
18482
18483 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
18484 mail-interactive-insert-alias.
18485 (mail-abbrev-complete-alias): New command.
18486 (mail-mode-map): Bind it to `M-TAB'.
18487
18488 2000-05-03 Kenichi Handa <handa@etl.go.jp>
18489
18490 * language/lao-util.el (lao-compose-region): New function.
18491
18492 2000-05-02 Gerd Moellmann <gerd@gnu.org>
18493
18494 * files.el (recover-session): Make directories as necessary
18495 if they don't exist yet.
18496
18497 * calendar/cal-french.el
18498 (french-calendar-multibyte-special-days-array)
18499 (french-calendar-special-days-array): Change French text.
18500 (calendar-french-date-string): Change output.
18501 (calendar-goto-french-date): Likewise.
18502
18503 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
18504
18505 * wid-edit.el (widget-default-active): Obey `:always-active'.
18506 (widget-documentation-string-value-create): Set `:always-active'.
18507
18508 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18509
18510 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
18511 default prefix to `~/_emacs.d/auto-save.list/_s'.
18512 (normal-top-level): Create the directory for auto-save files, if
18513 it doesn't already exist (in the ms-dos case only).
18514
18515 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18516
18517 * international/mule-cmds.el (set-language-environment): Don't
18518 concat an integer (dos-codepage), use format instead.
18519
18520 2000-05-02 Dave Love <fx@gnu.org>
18521
18522 * help.el (help-xref-on-pp): Check for constant symbols.
18523
18524 2000-04-29 Gerd Moellmann <gerd@gnu.org>
18525
18526 * startup.el (normal-top-level): Put a condition-case around
18527 the code loading subdirs.el.
18528
18529 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18530
18531 * ps-print.el: Upside-down and face background color printing,
18532 line number step, doc fix.
18533 (ps-print-version): New version number (5.2).
18534 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18535 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18536 (ps-spool-config): Var fix.
18537 (ps-printer-name-option): Const fix.
18538 (ps-print-upside-down, ps-use-face-background)
18539 (ps-line-number-step): New vars.
18540 (ps-window-system, ps-lp-system): New consts.
18541 (ps-face-background): New fun.
18542
18543 2000-04-28 Richard Stallman <rms@gnu.org>
18544
18545 * files.el (make-auto-save-file-name):
18546 Apply auto-save-file-name-transforms to visited file name
18547 before generating auto save file name.
18548 (auto-save-file-name-transforms): New variable.
18549
18550 * files.el (backup-enable-predicate):
18551 Correctly test for a file under a temporary directory.
18552
18553 2000-04-28 Gerd Moellmann <gerd@gnu.org>
18554
18555 * subr.el (add-minor-mode): Rewritten.
18556
18557 2000-04-28 Kenichi Handa <handa@etl.go.jp>
18558
18559 * mail/sendmail.el (sendmail-send-it): Set
18560 buffer-file-coding-system to the selected coding system for MIME
18561 header.
18562
18563 2000-04-27 Gerd Moellmann <gerd@gnu.org>
18564
18565 * dired.el (dired-move-to-filename-regexp): Allow format where
18566 YYYY is followed by two spaces.
18567
18568 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18569 in the second character class of the regexp.
18570
18571 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18572 mh-etc, too.
18573
18574 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18575 nil.
18576
18577 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18578
18579 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18580 argument.
18581
18582 2000-04-27 Sen Nagata <sen@eccosys.com>
18583
18584 * emacs-lisp/crm.el (crm-completion-table): New variable.
18585 (crm-collection-fn, crm-test-completion)
18586 (completing-read-multiple): Use it.
18587
18588 2000-04-27 Dave Love <fx@gnu.org>
18589
18590 * help.el (locate-library): Use mapc.
18591 (help-manyarg-func-alist): Add call-process-region.
18592
18593 2000-04-26 Gerd Moellmann <gerd@gnu.org>
18594
18595 * subr.el (add-minor-mode): Make argument MAP optional.
18596
18597 * desktop.el (desktop-save): Save list of minor modes.
18598 (desktop-create-buffer): Restore minor modes.
18599 (desktop-minor-mode-table): New user-option.
18600
18601 * subr.el (add-minor-mode): New function.
18602
18603 * image.el (find-image): New function.
18604 (defimage): Rewritten to find image at load time.
18605
18606 * startup.el (normal-top-level-add-to-load-path): Handle
18607 case that the default directory is not in load-path.
18608
18609 * help.el: Old patch from Stefan Monnier.
18610 (help-xref-on-pp): New function.
18611 (describe-variable): Use it to display xrefs in a symbol's value.
18612
18613 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18614
18615 * cus-edit.el (custom-face): Fix parenthesis.
18616
18617 2000-04-26 Kenichi Handa <handa@etl.go.jp>
18618
18619 * mail/rmail.el (rmail-expunge): When there are no deleted
18620 messages, do nothing.
18621
18622 2000-04-26 Dave Love <fx@gnu.org>
18623
18624 * international/mule-cmds.el (locale-translation-file-name):
18625 Defvar to nil.
18626 (set-locale-environment): Set it here (at runtime).
18627
18628 2000-04-25 Gerd Moellmann <gerd@gnu.org>
18629
18630 * replace.el (perform-replace): Add parameters START and END. Use
18631 them instead of the check for a region in Transient Mark mode.
18632 (query-replace-read-args): Return two more list elements for the
18633 start and end of the region in Transient Mark mode.
18634 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18635 (map-query-replace-regexp, replace-string, replace-regexp): Add
18636 optional last arguments START and END and pass them to
18637 perform-replace.
18638
18639 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18640 form with additional arguments for perform-replace.
18641
18642 * progmodes/etags.el (tags-query-replace): Add parameters START
18643 and END. Construct a form with additional arguments for
18644 perform-replace.
18645
18646 * simple.el (shell-command): Set default directory for "*Shell
18647 Command Output" buffer.
18648
18649 * language/european.el (iso-latin-4): Fix typo.
18650
18651 * emacs-lisp/crm.el: New file.
18652
18653 2000-04-24 Dave Love <fx@gnu.org>
18654
18655 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18656 (Custom-reset-saved, Custom-reset-standard)
18657 (custom-group-value-create, custom-group-set, custom-group-save)
18658 (custom-group-reset-current, custom-group-reset-saved)
18659 (custom-group-reset-standard): Use mapc.
18660 (custom-buffer-create-internal): Disable undo when creating items.
18661 Use mapc.
18662 (custom-face): Avoid redundant lambda.
18663
18664 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18665
18666 * startup.el (auto-save-list-file-prefix): Set default to
18667 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18668
18669 2000-04-24 Sam Steingold <sds@gnu.org>
18670
18671 * time-stamp.el (time-stamp-string-preprocess): Always convert
18672 `field-result' to a string.
18673
18674 2000-04-24 Gerd Moellmann <gerd@gnu.org>
18675
18676 * frame.el (scrolling): New group.
18677 (automatic-hscrolling): New user-option.
18678
18679 * startup.el (command-line-x-option-alist): Add `-lsp' and
18680 `--line-spacing'.
18681
18682 2000-04-19 Dave Love <fx@gnu.org>
18683
18684 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18685 (cl-mapc): Rename from mapc. Fix the funcall.
18686
18687 2000-04-19 Gerd Moellmann <gerd@gnu.org>
18688
18689 * simple.el (clone-indirect-buffer-other-window): New command.
18690 (clone-indirect-buffer): Add optional arg NORECROD.
18691 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18692
18693 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18694
18695 * window.el (count-screen-lines): New function.
18696 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18697 instead of window-buffer-height.
18698
18699 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18700 non-existing variable comint-input-sentinel.
18701 (inferior-lisp-args-to-list): Removed.
18702 (inferior-lisp): Use split-string instead of
18703 inferior-lisp-args-to-list.
18704
18705 * hexl.el (hexl-insert-hex-string): New command.
18706
18707 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18708 instead of concat.
18709
18710 2000-04-18 Gerd Moellmann <gerd@gnu.org>
18711
18712 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18713 at the start of an existing but empty folder.
18714
18715 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18716
18717 * ps-mule.el: Customization fix, doc fix.
18718 (ps-multibyte-buffer): Customization fix.
18719
18720 2000-04-17 Richard M. Stallman <rms@gnu.org>
18721
18722 * subr.el (read-passwd): Use read-char-exclusive.
18723
18724 2000-04-17 Gerd Moellmann <gerd@gnu.org>
18725
18726 * textmodes/texinfo.el (texinfo-insert-@email)
18727 (texinfo-insert-@emph, texinfo-insert-@quotation)
18728 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18729 (texinfo-mode-map): Add key bindings for them.
18730
18731 * files.el (basic-save-buffer-2): Use a template with `$'
18732 instead of `#' for VMS.
18733
18734 * simple.el (clone-indirect-buffer): New function.
18735
18736 2000-04-16 Stephen Eglen <stephen@gnu.org>
18737
18738 * iswitchb.el (iswitchb-case): New function. If the user input
18739 contains any upper-case characters, the search is made
18740 case-sensitive.
18741
18742 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18743
18744 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18745 comment-end.
18746 (texinfo-font-lock-syntactic-keywords): New var.
18747 (texinfo-font-lock-keywords): Remove comment regexp.
18748 (texinfo-insert-block): New function.
18749 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18750 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18751 and font-lock-defaults. Use regexp-opt for outline-regexp.
18752 (texinfo-environments): New var.
18753 (texinfo-environment-regexp): Use regexp-opt and
18754 texinfo-environments.
18755
18756 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18757 ispell-process is bound since this might be eval'd before ispell
18758 is loaded.
18759 (ispell-message): Use a tiny bit less magic and a bit more hard
18760 data to figure out what kind of sc-cite-regexp to use.
18761
18762 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18763
18764 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18765 (insert-cyclic-diary-entry): Unquote the lambda.
18766
18767 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18768
18769 * files.el (backup-enable-predicate): Unquote the lambda.
18770
18771 * cus-edit.el (custom-face, face): Unquote the lambda.
18772
18773 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18774
18775 * ps-print.el: Check for line-beginning-position definition.
18776
18777 * ps-print.el: Fix counting lines in a region.
18778 (ps-print-version): New version number (5.1.5).
18779 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18780 (ps-printing-region): Fun code fix.
18781
18782 2000-04-15 Gerd Moellmann <gerd@gnu.org>
18783
18784 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18785 to file-directory-p.
18786
18787 2000-04-14 Gerd Moellmann <gerd@gnu.org>
18788
18789 * gud.el (gud-jdb-build-source-files-list): Check that directory
18790 exists before calling directory-files.
18791
18792 2000-04-13 Dave Love <fx@gnu.org>
18793
18794 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18795 syntax.
18796
18797 * emacs-lisp/cl-specs.el: Remove when, unless.
18798
18799 * emacs-lisp/cl-extra.el: Don't quote keywords.
18800 (cl-old-mapc): New variable.
18801 (mapc): Use it.
18802 (cl-map-intervals): Use with-current-buffer. Don't check for
18803 next-property-change.
18804 (cl-map-overlays): Use with-current-buffer.
18805 (cl-expt): Remove.
18806 (copy-tree, remprop): Define unconditionally.
18807
18808 * emacs-lisp/cl-compat.el (keywordp): Remove.
18809
18810 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18811 to use keywordp.
18812 (edebug-spec): Enable keywordp.
18813
18814 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18815 string-lessp.
18816
18817 * cus-start.el: Use keywordp.
18818
18819 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18820
18821 * diary-lib.el (include-other-diary-files): Fix the fix of
18822 2000-02-18 by doing a save-excursion.
18823
18824 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18825
18826 * ps-print.el: Customization fix, doc fix.
18827 (ps-print-version): New version number (5.1.4).
18828 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18829 (ps-print-preprint): Adjust code.
18830 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18831 (ps-print-prologue-header, ps-print-control-characters)
18832 (ps-spool-config): Customization fix.
18833
18834 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18835
18836 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18837 converted to the new menu-item format, names silightly changed,
18838 help strings added.
18839
18840 Support for spelling without async subprocesses:
18841
18842 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18843 (ispell-session-buffer): New variables.
18844 (ispell-start-process, ispell-process-status,
18845 ispell-accept-output, ispell-send-string): New functions, for
18846 Ispell invocation when async subprocesses aren't supported.
18847 (ispell-word, ispell-pdict-save, ispell-command-loop,
18848 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18849 to process-send-string with calls to ispell-send-string, and
18850 accept-process-output with ispell-accept-output.
18851 (ispell-init-process): Call ispell-process-status instead of
18852 process-status with.
18853 (ispell-init-process): Call ispell-start-process. Call
18854 ispell-accept-output and ispell-send-string. Don't call
18855 process-kill-without-query and kill-process if they are unbound.
18856 (ispell-async-processp): New function.
18857
18858 2000-04-12 Dave Love <fx@gnu.org>
18859
18860 * info.el: Add debug-ignored-errors.
18861 (Info-mode-menu): Add some items.
18862 (Info-directory): Add autoload cookie.
18863
18864 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18865 Modify `truncate-lines'. Make `describe-language-environment'
18866 always visible and add help. Modify `describe-key' help. Invoke
18867 Info-directory from `info'. New entry `emacs-manual'.
18868
18869 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18870
18871 * progmodes/ebrowse.el (ebrowse-tree-mode):
18872 Use propertized-buffer-identification.
18873 (ebrowse-update-member-buffer-mode-line): Likewise.
18874 (ebrowse--mode-strings): Removed.
18875 (ebrowse--mode-line-props): Removed.
18876
18877 * files.el (auto-mode-alist): Add `EBROWSE'.
18878
18879 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18880 space before testing for end of buffer.
18881 (ebrowse-load): Removed.
18882 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18883 (ebrowse-create-tree-buffer): Rewritten.
18884 (ebrowse-tree-mode): Read tree from buffer.
18885
18886 * progmodes/ebrowse-ffh.el: Removed.
18887
18888 2000-04-10 Kenichi Handa <handa@etl.go.jp>
18889
18890 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18891
18892 2000-04-10 Gerd Moellmann <gerd@gnu.org>
18893
18894 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18895 at the wrong place.
18896
18897 2000-04-09 Dave Love <fx@gnu.org>
18898
18899 * files.el (backup-enable-predicate):
18900 Use temporary-file-directory, small-temporary-file-directory.
18901 (make-backup-file-name-function, backup-directory-alist): New vars.
18902 (make-backup-file-name-1): New function.
18903 (make-backup-file-name): Use it.
18904 (find-backup-file-name): Likewise. Use format for clarity, not concat.
18905 (file-newest-backup): Use make-backup-file-name.
18906
18907 2000-04-09 Gerd Moellmann <gerd@gnu.org>
18908
18909 * progmodes/ebrowse-ffh.el: New file.
18910
18911 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18912 Moved to ebrowse-ffh.el.
18913 (ebrowse-load): Add autoload.
18914
18915 * finder.el (finder-commentary): Add autoload cookie.
18916
18917 * mail/rfc2368.el: Correct author's email address.
18918
18919 * progmodes/ebrowse.el: New file.
18920
18921 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18922 item help string.
18923 (easy-menu-do-add-item): Ditto.
18924 (easy-menu-define): Extend doc string.
18925
18926 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
18927 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18928 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18929 with-buffer-unmodified.
18930
18931 2000-04-08 Dave Love <fx@gnu.org>
18932
18933 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18934 unless, when.
18935
18936 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18937
18938 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18939 (viper-flash-search-pattern): No operation when using Emacs
18940 doesn't support face.
18941 Use `viper-put-on-search-overlay'.
18942
18943 2000-04-04 Gerd Moellmann <gerd@gnu.org>
18944
18945 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18946 like C-r.
18947
18948 * progmodes/make-mode.el: Some doc fixes.
18949 (makefile-mode-abbrev-table): New variable.
18950 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18951 (makefile-font-lock-keywords): Fontify includes and conditionals.
18952 (toplevel): Require `dabbrev' and `add-log' when compiling.
18953
18954 * replace.el (perform-replace): Don't move forward one char
18955 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18956 to do that because it leaves point 1 position after the last
18957 replacement, after everything has been replaced.
18958
18959 * jit-lock.el (with-buffer-unmodified): New macro.
18960 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18961 modified state.
18962 (jit-lock-function-1): Extracted from jit-lock-function; not
18963 preserving buffer's modified state.
18964 (jit-lock-function, jit-lock-stealth-fontify):
18965 Call jit-lock-function-1.
18966
18967 * mail/rfc2368.el: Remove supernumerary copyright line.
18968
18969 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
18970
18971 * glasses.el: Provide facilities for inserting space before left
18972 parentheses and uncapitalization of identifiers.
18973 (glasses-mode): Try to remove old overlays in all cases.
18974
18975 2000-04-03 Gerd Moellmann <gerd@gnu.org>
18976
18977 * progmodes/compile.el (compile-internal): Display the compilation
18978 buffer in a different frame, if it's already displayed there.
18979
18980 * mail/rfc2368.el: New file.
18981
18982 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18983 header and insert its value as mail body.
18984
18985 * subr.el (member-ignore-case): New function.
18986
18987 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18988 (dabbrev--find-expansion): Ignore buffers matching a regexp
18989 from dabbrev-ignored-regexps.
18990
18991 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18992 to extensions handled by gzip.
18993
18994 2000-04-03 Richard M. Stallman <rms@gnu.org>
18995
18996 * files.el (insert-directory): List the total free space
18997 along with the used space.
18998
18999 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
19000 line is followed by one that matches CITATION-REGEXP, end the
19001 paragraph.
19002
19003 2000-04-03 Markus Rost <rost@delysid.gnu.org>
19004
19005 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
19006 (rmail-make-basic-summary-line): Use that option.
19007
19008 2000-04-03 Kenichi Handa <handa@etl.go.jp>
19009
19010 * international/mule-cmds.el (encoded-string-description):
19011 Rewritten. Try pretty description for ISO 2022 escape sequences
19012 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
19013 for hexadecimal format.
19014
19015 2000-04-01 Dave Love <fx@gnu.org>
19016
19017 * cpp.el: Change customization group to `c' from `C'.
19018
19019 * vcursor.el (vcursor-move): Use display-color-p.
19020
19021 * international/mule-util.el: Provide mule-utils.
19022 (string-to-sequence): Simplify and speed up.
19023
19024 * international/mule.el (make-coding-system): Purecopy doc-string.
19025
19026 * international/mule-cmds.el: Various menu changes.
19027 (describe-specified-language-support): Handle `Default'.
19028 (set-language-info): Purecopy `info'.
19029
19030 2000-03-31 Andrew Innes <andrewi@gnu.org>
19031
19032 * vc.el (vc-backend-diff): Return the correct status if we had to
19033 retry the rcsdiff command without the --brief option.
19034
19035 2000-03-31 Dave Love <fx@gnu.org>
19036
19037 * help.el (help-manyarg-func-alist): Correct several omissions.
19038
19039 * add-log.el: Don't require cl, fortran.
19040 (add-log-current-defun-function): Doc fix.
19041 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
19042 (change-log-version-rcs): Function deleted.
19043 (change-log-version-number-search): Doc fix.
19044 Use vc-workfile-version. Avoid CL dolist.
19045 (add-change-log-entry): Just call add-log-current-defun to get
19046 defun. Simplify somewhat.
19047 (change-log-get-method-definition-1): Likewise.
19048 (add-log-current-defun): Return nil if calling
19049 add-log-current-defun-function does so. Move Fortran stuff to
19050 fortran.el. Return string without properties.
19051
19052 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
19053 and :alpha: char classes.
19054
19055 * mail/supercite.el: Defvar curline when compiling.
19056 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
19057 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
19058 rather than a-zA-Z0-9 to allow non-ASCII characters.
19059
19060 2000-03-31 Gerd Moellmann <gerd@gnu.org>
19061
19062 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
19063
19064 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19065 Re-enable new code.
19066
19067 * lpr.el (print-region-1): Use -d to specify printer name for
19068 systems `usg-unix-v*, `dgux', `hpux', `irix'.
19069
19070 2000-03-31 Dave Love <fx@gnu.org>
19071
19072 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
19073 Look for function definition in symbol's function value slot first
19074 instead of first consulting byte-compile-function-environment.
19075
19076 2000-03-31 Kenichi Handa <handa@etl.go.jp>
19077
19078 * language/european.el ("Polish"): New language environment.
19079 (setup-polish-environment): New function.
19080
19081 2000-03-30 Gerd Moellmann <gerd@gnu.org>
19082
19083 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19084 Disable new code.
19085
19086 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
19087 trying to `load' the symbol of an autoload instead of the file
19088 recorded in the autoload. Fix error messages.
19089
19090 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19091
19092 * ps-print.el: PostScript programming fix for ghostview, doc fix.
19093 (ps-print-version): New version number (5.1.3).
19094 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
19095 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
19096 (ps-generate-postscript-with-faces): Code fix.
19097 (ps-color-values): XEmacs compatibility.
19098 (ps-print-background-image, ps-print-background-text, ps-printer-name)
19099 (ps-default-fg, ps-default-bg): Adjust customization.
19100 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
19101 (ps-color-scale): Renaming old ps-color-value fun.
19102 (ps-print-headers): Replace ps-print-header group to avoid conflict
19103 with ps-print-header variable.
19104 (ps-print-miscellany): New group.
19105 (ps-format-color, ps-rgb-color): New funs.
19106 (ps-default-foreground): New var.
19107 (ps-printer-name-option): New const.
19108
19109 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
19110
19111 * net/net-utils.el:
19112 (network-connection-host, network-connection-service): New variables
19113 (network-connection-mode): New mode, derived from comint-mode
19114 (network-connection-mode-setup): New function, saves host and
19115 service information in local variables.
19116
19117 * lisp/locate.el:
19118 (locate-word-at-point): Added this function
19119 (locate): Default to using locate-word-at-point as input
19120 Run dired-mode-hook
19121
19122 2000-03-29 Dave Love <fx@gnu.org>
19123
19124 * calendar/appt.el: Doc fixes.
19125 (appt-check): Convert min-to-app to a string before passing to
19126 appt-disp-window-function or concat.
19127 (appt-delete-window): Remove test for frame-root-window.
19128 (appt-select-lowest-window, appt-convert-time): Simplify.
19129
19130 * emacs-lisp/bytecomp.el: Doc fixes.
19131 (byte-compile-file-form-autoload):
19132 Update byte-compile-function-environment.
19133
19134 2000-03-29 Andreas Schwab <schwab@suse.de>
19135
19136 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
19137
19138 * dired.el (dired-insert-directory): If dired-free-space-program
19139 failed just delete its output.
19140
19141 2000-03-29 Dave Love <fx@gnu.org>
19142
19143 * international/iso-cvt.el: Move provide to end. Doc fixes.
19144 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
19145 (iso-iso2sgml, iso-sgml2iso): New functions.
19146 (iso-cvt-define-menu): Fix some entries and use backquote for
19147 clarity.
19148
19149 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
19150
19151 2000-03-28 Gerd Moellmann <gerd@gnu.org>
19152
19153 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
19154 ISO-DATE. If non-nil, return date in ISO 8601 format.
19155
19156 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
19157
19158 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
19159 if it ever becomes used.
19160 (log-edit-mode-hook): Default to vc-log-mode-hook.
19161 (log-edit-mode): Fix the docstring.
19162
19163 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
19164 the code.
19165
19166 2000-03-26 Dave Love <fx@gnu.org>
19167
19168 * net/browse-url.el (browse-url): Re-fix case of
19169 browse-url-browser-function being an alist.
19170 (browse-url): Add :link to defgroup.
19171
19172 * files.el: Doc fixes.
19173 (file-truename): Include `[' in wildcard characters.
19174 (automount-dir-prefix): Customize.
19175 (find-file-wildcards): Add :version.
19176 (find-file-noselect): Simplify a mapcar call.
19177
19178 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19179 compatible with inf-lisp version.
19180 (eval-defun-1): Fix custom-declare-variable case.
19181
19182 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
19183
19184 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
19185
19186 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19187
19188 * Makefile (COMPILE_FIRST): New macro.
19189 (compile-files): Compile files from COMPILE_FIRST first.
19190
19191 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
19192
19193 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
19194 matching open parenthesis in column 0 to defun-prompt-regexp
19195 only if open-paren-in-column-0-is-defun-start is set.
19196
19197 * sun-curs.el: Require CL at compile-time only.
19198
19199 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
19200 instead of copy-list which is a function from CL.
19201 (msb--choose-menu, msb--mode-menu-cond)
19202 (msb--create-buffer-menu-2): Use dolist instead of mapc.
19203 (msb--init-file-alist): Use mapcar instead of mapcan.
19204 (msb--aggregate-alist): Use mapcar instead of mapcan.
19205 Fix `(' in column 0 in doc string.
19206 (msb--add-separators): Use mapcar instead of mapcan.
19207
19208 * cus-dep.el: Require CL at compile-time only.
19209
19210 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
19211
19212 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
19213 (byte-compile-warnings): New warning `noruntime'.
19214 (byte-compile-constants, byte-compile-variables): Fix docstring.
19215 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
19216 execute `eval-whenc-compile's body.
19217 (byte-compile-unresolved-functions): Fix docstring.
19218 (byte-compile-eval): New function.
19219 (byte-compile-callargs-warn): Check if the function will be available
19220 at runtime (via property `byte-compile-noruntime').
19221 (byte-compile-print-syms): New function.
19222 (byte-compile-warn-about-unresolved-functions): Also warn about
19223 `noruntime' functions (and use `byte-compile-print-syms').
19224 (byte-compile-file): Capitalize the message.
19225
19226 2000-03-24 Gerd Moellmann <gerd@gnu.org>
19227
19228 * mail/rmail.el (rmail-confirm-expunge): New user-option.
19229 (rmail-expunge): Ask for confirmation depending on the setting
19230 of rmail-confirm-expunge.
19231
19232 2000-03-23 Gerd Moellmann <gerd@gnu.org>
19233
19234 * Makefile (bootstrap-clean): If $(emacs) exists, build
19235 loaddefs.el first. A loaddefs.el that's not up-to-date might
19236 cause a bootstrap failure because things don't autoload as expected.
19237
19238 2000-03-23 Dave Love <fx@gnu.org>
19239
19240 * net/browse-url.el: Restore previous use of
19241 browse-url-maybe-new-window.
19242
19243 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19244
19245 * ps-print.el: Skip banner page fix.
19246 (ps-print-version): New version number (5.1.2).
19247 (ps-begin-file, ps-end-file, ps-generate): Code fix.
19248
19249 2000-03-23 Dave Pearson <davep@davep.org>
19250
19251 * net/quickurl.el Changed the type of parameter passed to the
19252 function defined by `quickurl-format-function'. Before only the
19253 text of the URL was passed. Now the whole URL structure is passed
19254 and the function is responsible for extracting the parts it requires.
19255 Changed the default of `quickurl-format-function' accordingly.
19256 (quickurl-insert): Changed the `funcall' of
19257 `quickurl-format-function' to match the above change.
19258 (quickurl-list-insert): Changed the `url' case so that it makes
19259 use of `quickurl-format-function', previous to this the format was
19260 hard wired.
19261
19262 2000-03-22 Gerd Moellmann <gerd@gnu.org>
19263
19264 * startup.el: Change some spellings for the X Window System.
19265
19266 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
19267
19268 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
19269 Clean up the code and the regexp and make sure the cursor is
19270 temporarily moved to the suspicious line while querying the user.
19271
19272 2000-03-22 Jason Rumney <jasonr@gnu.org>
19273
19274 * w32-fns.el (w32-charset-info-alist): Initialize.
19275
19276 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19277
19278 * ps-print.el: N-up last page fix.
19279 (ps-print-version): New version number (5.1.1).
19280 (ps-end-file, ps-end-job, ps-generate): Code fix.
19281
19282 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19283
19284 * files.el (find-file-run-dired): Update docstring.
19285 (find-directory-functions): New hook.
19286 (find-file-noselect): Run find-directory-functions rather than
19287 calling dired directly.
19288
19289 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
19290
19291 * pcvs.el: Add a minimal leading commentary.
19292 (cvs-make-cvs-buffer): Change the header part by removing the startup
19293 message and adding a `Module' entry. Also replace the FOOTER and
19294 HEADER special fileinfos with the new support in ewoc for updating
19295 its own footer and header.
19296 (cvs-update-header): Update to use the header/footer of the ewoc.
19297 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
19298 (cvs-is-within-p): New function.
19299 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
19300 to only examine some subset of the buffers.
19301
19302 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
19303 `format' instead of our own ad-hoc functions.
19304 Remove HEADER and FOOTER cases, now handled in the EWOC.
19305 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
19306
19307 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
19308 output to avoid scaring the user.
19309 (cvs-parse-table): Catch message for non-up-to-date commits.
19310
19311 * pcvs-defs.el (cvs-startup-message): Remove.
19312 (cvs-global-menu): New autoloaded menu.
19313
19314 * pcvs-util.el (cvs-string-fill): Remove.
19315
19316 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
19317 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
19318 PP part of it and also make it work for footers and headers.
19319 (ewoc-create): Drop POS and BUFFER arguments.
19320 Use the DLL's dummy node to store the end-of-footer position.
19321 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
19322 (ewoc-refresh): Remove unused `header' variable.
19323 (ewoc-(get|set)-hf): New functions.
19324
19325 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
19326 log-view-*-(message|file) and use easy-mmode-define-navigation.
19327 (log-view-message-re): Match SCCS format as well.
19328 And match the revision line rather than the dashed separator line.
19329 (log-view-mode): Use the new define-derived-mode.
19330 (log-view-current-tag): Fill in with an actual implementation.
19331
19332 * cvs-status.el (cvs-status-(prev|next)): Rename from
19333 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
19334 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
19335 to let the output "breathe" a little more (more readable).
19336 (cvs-status-mode): Use the new define-derived-mode.
19337
19338 * smerge-mode.el (smerge-auto-leave): New function and variable.
19339 (smerge-basic-map): Rename from smerge-basic-keymap.
19340 Change the bindings for smerge-diff-*.
19341 (smerge-*-map): Use easy-mmode-defmap.
19342 (smerge-(next|prev)): Use easy-mmode-define-navigation.
19343 (smerge-keep-*): Use smerge-auto-leave.
19344
19345 2000-03-21 Jason Rumney <jasonr@gnu.org>
19346
19347 * cus-edit.el (custom-button-face): Use 3D look for w32.
19348 (custom-button-pressed-face): Likewise.
19349
19350 2000-03-21 Gerd Moellmann <gerd@gnu.org>
19351
19352 * progmodes/etags.el (tags-case-fold-search): New user-option.
19353 (tags-loop-eval): New function. Bind case-fold-search around eval
19354 depending on the value of tags-case-fold-search.
19355 (tags-loop-continue): Use tags-loop-eval.
19356 (find-tag-in-order): Bind case-fold-search depending on the value
19357 of tags-case-fold-search.
19358
19359 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
19360
19361 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
19362 (diff-end-of-hunk): Return the end position for use in
19363 `easy-mmode-define-navigation'.
19364 (diff-recenter): Remove.
19365 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
19366 of `easy-mmode-define-navigation'.
19367 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
19368 previous renaming) and fix to use new names.
19369 (diff-merge-strings): Use \n as separator: simpler, faster.
19370 (diff-mode): Use `define-derived-mode'.
19371
19372 * derived.el (define-derived-mode): Don't autoload anymore.
19373 Prefer the macro-only version provided by easy-mmode.el.
19374
19375 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
19376 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
19377 (easy-mmode-define-navigation): New macro.
19378
19379 * subr.el (combine-run-hooks): New function.
19380
19381 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
19382
19383 * term/x-win.el: Fontsets related initialization is simplified.
19384
19385 * international/mule-diag.el (describe-font): Don't refer to
19386 global-fontset-alist, instead call font-list.
19387 (describe-fontset, list-fontsets, mule-diag): Likewise.
19388 (print-fontset): Adjusted for the change of fontset implementation.
19389
19390 * international/fontset.el (x-charset-registries): Variable removed,
19391 instead the corresponding data is stored in the default fontset.
19392 (register-alternate-fontnames): Function removed.
19393 (resolved-ascii-font): Variable removed.
19394 (x-compose-font-name): Ignore the second argument REDOCE.
19395 (x-complement-fontset-spec): Complement only an ASCII font and
19396 element for those charsets than can use that ASCII font.
19397 (generate-fontset-menu): Don't refer to global-fontset-alist,
19398 instead call fontset-list.
19399 (uninstantiated-fontset-alist): Variable removed.
19400 (x-style-funcs-alist): Likewise.
19401 (fontset-default-styles): Likewise.
19402 (x-modify-font-name): Function removed.
19403 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19404 (create-fontset-from-ascii-font): Docsting adjusted for the above
19405 change.
19406 (instantiate-fontset, resolve-fontset-name): Functions removed.
19407 (fontset-list): Now implemented by C code.
19408
19409 * faces.el (read-face-font): Fix TABLE arg to completing-read.
19410 (describe-face): Include `font' attribute in the description.
19411
19412 2000-03-21 Kenichi Handa <handa@etl.go.jp>
19413
19414 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
19415
19416 2000-03-20 Gerd Moellmann <gerd@gnu.org>
19417
19418 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
19419 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
19420 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
19421
19422 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
19423 about behavior of set-buffer-modified-p wrt redisplay.
19424
19425 2000-03-19 Richard M. Stallman <rms@gnu.org>
19426
19427 * view.el (view-mode-disable): Kill local binding of view-read-only.
19428
19429 2000-03-18 Gerd Moellmann <gerd@gnu.org>
19430
19431 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
19432 is a string, convert it to a syntax cell using string-to-syntax.
19433
19434 * simple.el (syntax-code-table, syntax-flag-table): New variables.
19435 (string-to-syntax): New function.
19436
19437 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
19438 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
19439 try to use passive ftp mode.
19440
19441 2000-03-17 Gerd Moellmann <gerd@gnu.org>
19442
19443 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
19444
19445 * simple.el (append-to-buffer): Update point of windows after
19446 insertion.
19447
19448 * abbrev.el (inverse-add-abbrev): Identify word by first moving
19449 forward then moving backward. Reindent.
19450
19451 * frame.el (other-frame): Call x-focus-frame only if
19452 focus-follows-mouse is off.
19453
19454 2000-03-17 Dave Love <fx@gnu.org>
19455
19456 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
19457
19458 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
19459
19460 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
19461 regexp for labels cannot span several lines.
19462
19463 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
19464 `(setq :<key> ':<key>)' to the macro expansion.
19465
19466 2000-03-16 Dave Love <fx@gnu.org>
19467
19468 * progmodes/f90.el (f90): Put custom group under `languages', not
19469 `fortran'.
19470 (f90-mode-hook): Customize.
19471 (f90-mode): Set add-log-current-defun-function.
19472 (f90-current-defun): New function.
19473
19474 2000-03-16 Gerd Moellmann <gerd@gnu.org>
19475
19476 * cus-edit.el (custom-variable-tag-face): Handle case that
19477 default face's height is not a number.
19478 (custom-face-tag-face, custom-group-tag-face-1)
19479 (custom-group-tag-face): Ditto.
19480 (custom-group-tag-face-1): Add :group.
19481
19482 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
19483
19484 2000-03-15 Gerd Moellmann <gerd@gnu.org>
19485
19486 * pcvs-defs.el (toplevel): Remove autoload cookie for form
19487 requiring easymenu.
19488
19489 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19490
19491 * ps-print.el: PostScript user-defined prologue, PostScript error
19492 handler, doc fix.
19493 (ps-print-version): New version number (5.1).
19494 (ps-user-defined-prologue, ps-error-handler-message)
19495 (ps-print-prologue-0, ps-error-handler-alist): New vars.
19496 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
19497 (ps-insert-string): New function.
19498
19499 2000-03-15 Kenichi Handa <handa@etl.go.jp>
19500
19501 * international/ccl.el (ccl-compile-expression): Don't generate
19502 invalid self-assignment code.
19503
19504 2000-03-14 Dave Love <fx@gnu.org>
19505
19506 * subr.el (replace-regexp-in-string): Renamed from
19507 replace-regexps-in-string. Doc fix.
19508
19509 2000-03-12 Dave Love <fx@gnu.org>
19510
19511 * cus-edit.el: Doc fixes.
19512 (customize-set-variable, customize-save-variable): Rename args for doc.
19513 (custom-variable-tag-face, custom-face-tag-face)
19514 (custom-group-tag-face-1, custom-group-tag-face): Modify from
19515 style which user identify as hyperlink.
19516 (hook): Don't add undefined functions to the hook.
19517 (debug-ignored-errors): Transfer message from bindings.el.
19518
19519 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19520
19521 * recentf.el (recentf-keep-non-readable-files-p):
19522 Remove double/nested definition.
19523
19524 2000-03-12 Dave Love <fx@gnu.org>
19525
19526 * facemenu.el (facemenu-get-face): Use display-color-p.
19527 * enriched.el (enriched-decode-foreground): Likewise.
19528 (enriched-decode-background): Likewise.
19529 * isearch.el (isearch-highlight): Likewise.
19530 * info-look.el (info-lookup): Likewise.
19531 * simple.el (completion-setup-function): Likewise.
19532
19533 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19534 :options.
19535
19536 * bindings.el (mode-line-format): Fix line-number and
19537 column-number items. Add help-echo for the background.
19538 (mode-line-mule-info): Modify help-echo.
19539
19540 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19541
19542 * files.el (load-file): Allow completion to .elc.
19543
19544 * man.el: Doc fixes.
19545 (Man-init-defvars): Use display-color-p to set fontification.
19546
19547 * play/hanoi.el (hanoi-internal): Don't use oddp.
19548
19549 2000-03-12 Gerd Moellmann <gerd@gnu.org>
19550
19551 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19552
19553 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19554
19555 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19556
19557 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19558 Fix comment.
19559
19560 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19561
19562 * font-lock.el (font-lock-keywords): Fix the doc now that
19563 regexp-opt-depth is unnecessary.
19564 (save-buffer-state): Set an edebug spec.
19565 (font-lock-fontify-anchored-keywords): Properly handle the case when
19566 the matcher goes past the limit.
19567
19568 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19569 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19570
19571 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19572 dll.el and cookie.el (from Elib) with heavy renaming and other
19573 massaging.
19574
19575 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19576 Autoload the functions used.
19577 (easy-mmode-define-syntax): Fix CL typo.
19578 (easy-mmode-define-derived-mode): Improve the docstring generation.
19579
19580 2000-03-10 Gerd Moellmann <gerd@gnu.org>
19581
19582 * textmodes/texinfo.el (texinfo-version): Variable and function
19583 removed.
19584
19585 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19586
19587 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19588 allow more flexibility.
19589 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
19590 (easy-mmode-defmap, easy-mmode-defsyntax)
19591 (easy-mmode-define-derived-mode): New macros.
19592
19593 2000-03-09 Didier Verna <didier@xemacs.org>
19594
19595 * rect.el (replace-rectangle): New function.
19596
19597 2000-03-09 Dave Love <fx@gnu.org>
19598
19599 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
19600 (fortran-comment-line-start-skip): Don't match cpp stuff.
19601 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19602 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19603 (fortran-mode): Don't set fortran-comment-line-start-skip,
19604 fortran-comment-line-start here. Set comment-start,
19605 add-log-current-defun.
19606 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19607 (fortran-current-defun): New function.
19608
19609 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19610
19611 * emacs-lisp/re-builder.el: New file.
19612
19613 * mouse.el (mouse-drag-region): Don't run up-event handler
19614 if hscroll has changed.
19615
19616 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19617 builtin operators, use `font-lock-builtin-face' for Emacs and
19618 `font-lock-preprocessor-face' otherwise.
19619
19620 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19621 `(defun (setf foo)' differently.
19622
19623 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19624
19625 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19626 (regexp-opt): Update comment and adapt the code the new meaning of
19627 the `paren' argument of regex-opt-group for shy-groups.
19628 (regexp-opt-depth): Handle shy groups as well as backslashed
19629 backslashes.
19630 (regexp-opt-group): Turn the leading comment into a docstring.
19631 Allow `paren' to be a string (the string to use to open a group).
19632 Remove open-presuf and close-presuf. Instead of checking for `all
19633 one-char' and then later on check for `several one-char', handle
19634 both cases close together. Also apply a more generic algorithm
19635 for suffixes (the mirror image of the algorithm used for
19636 prefixes). Use shy-groups. Use nreverse rather than reverse.
19637 (regexp-opt-try-suffix): Removed.
19638
19639 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19640 from comint-mode-map, so we can just inherit from it. Also, move
19641 the initialization into the `defvar' since there's no docstring
19642 anyway and it's fairly short.
19643 (inferior-scheme-mode): Define it as derived-mode: the code is
19644 shorter and this way we inherit from comint-mode-map rather than
19645 copying it.
19646
19647 * subr.el (replace-regexps-in-string): Properly handle the case
19648 where we match an empty string.
19649
19650 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19651 when the command has a directory component (such as "./testml").
19652 Also fix a typo in the comment.
19653
19654 2000-03-08 Gerd Moellmann <gerd@gnu.org>
19655
19656 * Makefile (compile-files): Compile files one by one because
19657 that's the only way to ensure a clean compilation environment for
19658 each individual file.
19659
19660 * frame.el (other-frame): Call x-focus-frame.
19661
19662 2000-03-07 Dave Love <fx@gnu.org>
19663
19664 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19665 :require to defcustom.
19666
19667 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
19668
19669 * files.el (auto-mode-alist): Add configure.in.
19670
19671 * progmodes/autoconf.el: New file.
19672
19673 2000-03-07 Gerd Moellmann <gerd@gnu.org>
19674
19675 * mail/mh-e.el: Change maintainer to `none'.
19676
19677 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19678 to remove-hook and add-hook.
19679
19680 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19681
19682 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19683 it as the default.
19684 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19685 (sendmail-send-it): Conditionally add MIME headers specifying the
19686 used character set.
19687
19688 2000-03-07 Dave Love <fx@gnu.org>
19689
19690 * winner.el: Fix keywords, autoload cookies.
19691 Split eval-when-compile form to avoid compilation failure.
19692
19693 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19694
19695 * international/mule.el: Modify comment about coding system
19696 property `coding-category'.
19697 (make-coding-system): New argument EOL-TYPE. Pay attention to
19698 coding-category property of PROPERTIES.
19699
19700 * international/mule-conf.el (coding-category-utf-8)
19701 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
19702 categories. Include them in the argument for set-coding-priority.
19703
19704 * international/mule-cmds.el (reset-language-environment):
19705 Include coding-category-utf-8, coding-category-utf-16-be, and
19706 coding-category-utf-16-le in the argument for set-coding-priority.
19707 (reset-language-environment): Initialize coding-category-utf-8,
19708 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19709
19710 2000-03-06 Karl Fogel <kfogel@red-bean.com>
19711
19712 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19713 code abstracted out of `bookmark-jump-noselect'. Now tries info
19714 extensions as well as compression extensions.
19715 (bookmark-jump-noselect): Use above new func.
19716
19717 2000-03-03 Gerd Moellmann <gerd@gnu.org>
19718
19719 * strokes.el: Change maintainer's mail address.
19720
19721 2000-03-03 Kenichi Handa <handa@etl.go.jp>
19722
19723 * international/mule-diag.el (list-character-sets): Make help-echo
19724 string by substitute-command-keys.
19725 (list-character-sets): Likewise.
19726 (sort-listed-character-sets): Call help-setup-xref.
19727
19728 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19729
19730 * time.el (display-time-mail-file): Add `none' to the list of choices.
19731
19732 2000-03-01 Dave Love <fx@gnu.org>
19733
19734 * help.el (help-xref-go-back): Don't try to set position.
19735
19736 * international/mule-diag.el (list-character-sets):
19737 Call help-setup-xref. Add help-echo to xrefs.
19738 (list-character-sets-1): Add help-echo to xrefs.
19739
19740 2000-03-02 Gerd Moellmann <gerd@gnu.org>
19741
19742 * frame.el (blink-cursor-mode): Switch cursor on when turning
19743 the mode off.
19744
19745 * add-log.el (add-log-current-defun): Add support for
19746 Autoconf mode.
19747
19748 * mail/rmail.el (rmail-quit-hook): New variable.
19749
19750 2000-03-01 Dave Love <fx@gnu.org>
19751
19752 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19753
19754 * help.el (help-xref-button): Add help-echo arg.
19755 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19756
19757 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
19758
19759 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
19760
19761 2000-03-01 Gerd Moellmann <gerd@gnu.org>
19762
19763 * image.el (defimage): Look for image files in load-path.
19764
19765 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
19766
19767 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19768
19769 * recentf.el (recentf): Added version tag to the defgroup of recentf.
19770
19771 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19772
19773 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
19774 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19775 action to select/unselect a file.
19776 (recentf-edit-list): Code cleanup and improvement.
19777 (recentf-open-more-files-action): `recentf-open-more-files' button
19778 widget action to open a file.
19779 (recentf-open-more-files): No more use standard completion but widgets.
19780 (recentf-more-collection): Deleted.
19781 (recentf-more-history): Deleted.
19782 (recentf-setup-more-completion): Deleted.
19783
19784 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19785
19786 * recentf.el (recentf-mode): No more needs that Emacs is running
19787 under a window-system.
19788
19789 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19790
19791 * recentf.el (recentf-edit-list): New command to edit the recent
19792 list which allow the user to remove files.
19793 (recentf-edit-selected-items): New global variable, used by
19794 `recentf-edit-list' to hold the list of files to be removed from
19795 the recent list.
19796 (recentf-make-menu-items): Updated to display a "Edit list..."
19797 menu item. Minor code cleanup.
19798
19799 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19800
19801 * recentf.el (recentf-open-more-files): New command to open files
19802 that are not displayed in the menu.
19803 (recentf-more-collection): New global variable holding the set of
19804 permissible completions used by `recentf-open-more-files'.
19805 (recentf-more-history): New global variable holding the history list
19806 used by `recentf-open-more-files' completion.
19807 (recentf-setup-more-completion): New function to setup completion for
19808 `recentf-open-more-files'.
19809 (recentf-make-menu-items): Updated to display a "More..." menu item.
19810
19811 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19812
19813 * recentf.el (recentf-menu-action): Doc fixed.
19814
19815 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
19816
19817 * recentf.el (recentf-menu-filter): Doc updated.
19818 (recentf-update-menu-hook): Allow menu filters to force menu update.
19819 (recentf-make-menu-items): New menu filter handling.
19820 (recentf-make-menu-item): New helper function.
19821 (recentf-menu-elements): New menu handling function.
19822 (recentf-sort-ascending): Updated to new menu filter handling.
19823 (recentf-sort-descending): Updated to new menu filter handling.
19824 (recentf-sort-basenames-ascending): New menu filter function.
19825 (recentf-sort-basenames-descending): New menu filter function.
19826 (recentf-show-basenames): New menu filter function.
19827 (recentf-show-basenames-ascending): New menu filter function.
19828 (recentf-show-basenames-descending): New menu filter function.
19829
19830 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19831
19832 * diary-lib.el (list-diary-entries): Don't try to go forward at
19833 the end of the buffer.
19834
19835 2000-02-29 Kenichi Handa <handa@etl.go.jp>
19836
19837 * international/mule-diag.el (list-character-sets):
19838 Completely rewritten.
19839 (sort-listed-character-sets): New function.
19840 (list-character-sets-1): Completely rewritten.
19841 (list-character-sets-2): New function.
19842 (non-iso-charset-alist): New variable.
19843 (decode-codepage-char): New function.
19844 (charset-history): New variable.
19845 (read-charset) (list-block-of-chars)
19846 (list-iso-charset-chars)
19847 (list-non-iso-charset-chars)
19848 (list-charset-chars): New functions.
19849 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
19850 (dump-charsets): Likewise.
19851
19852 2000-02-29 Gerd Moellmann <gerd@gnu.org>
19853
19854 * dired-x.el (dired-filename-at-point): Add `@' to valid
19855 file name characters.
19856 (dired-filename-at-point): Handle ange-ftp file names.
19857
19858 * frame.el (frame-notice-user-settings): Use assq-delete-all
19859 instead of assoc-delete-all.
19860 (frame-notice-user-settings): Ditto.
19861
19862 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19863 Don't copy alist.
19864
19865 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19866
19867 * calculator.el (calculator-use-menu): New option.
19868 (calculator-initial-bindings): Changed some bindings to work as macros.
19869 (calculator-forced-input): Removed.
19870 (calculator-restart-other-mode): New variable.
19871 (calculator-mode-map): Set up menu.
19872
19873 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19874
19875 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
19876
19877 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19878
19879 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
19880 translate all ESC key sequences.
19881 (viper-goto-mark-subr): Restore markers for files for which
19882 they were saved.
19883 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19884 * viper-util.el (viper-set-replace-overlay-glyphs)
19885 (viper-set-replace-overlay): Always check if the replacement
19886 overlay is live.
19887 * viper.el (viper-vi-state-mode-list): Add major modes.
19888 * ediff-wind.el: Minor comment changes.
19889 * ediff.el: Copyright notice date fix.
19890
19891 2000-02-27 Jason Rumney <jasonr@gnu.org>
19892
19893 * faces.el (face-font-family-alternatives): Add arial to helv.
19894 (mode-line, header-line, tool-bar): Same default as x for w32.
19895 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19896 face-font-family-alternatives from working.
19897 * term/w32-win.el (mouse-set-font): Do not build fontset from
19898 chosen font.
19899
19900 2000-02-25 Sam Steingold <sds@goems.com>
19901
19902 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19903 properly.
19904
19905 2000-02-25 Richard M. Stallman <rms@gnu.org>
19906
19907 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19908
19909 2000-02-25 Gerd Moellmann <gerd@gnu.org>
19910
19911 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
19912
19913 * frame.el (busy-cursor-delay-seconds): New option.
19914
19915 2000-02-24 Gerd Moellmann <gerd@gnu.org>
19916
19917 * frame.el (show-cursor-in-non-selected-windows): New option.
19918
19919 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19920
19921 * diary-lib.el (include-other-diary-files): Undo the selective
19922 display in any included file and don't kill it.
19923
19924 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19925
19926 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19927 Menu items converted to (menu-item format, help strings added.
19928 [downcase, upcase]: Don't enable on MS-DOS.
19929 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
19930 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19931
19932 2000-02-23 Dave Love <fx@gnu.org>
19933
19934 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19935 (backward-kill-word): Revert addition of * to interactive spec --
19936 it's a feature.
19937
19938 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19939 (backward-kill-sentence, kill-sentence): Likewise.
19940
19941 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19942 scratch buffer name.
19943 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
19944
19945 * term/w32-win.el (internal-face-interactive): Update prompt for
19946 new read-face-name.
19947
19948 * mail/footnote.el (footnote): Add :version to defgroup.
19949 (footnote-section-tag-regexp): Customize.
19950 (footnote-start-tag, footnote-end-tag): New option.
19951 (footnote-latin-regexp): New variable.
19952 (Footnote-latin): New function.
19953 (footnote-style-alist): Add element for latin style.
19954 (footnote-style): Moved.
19955 (Footnote-goto-footnote): Use eq to test arg.
19956
19957 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19958
19959 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19960 (byte-compile-trueconstp): Include keywords.
19961 (byte-optimize-quote, byte-optimize-lapcode):
19962 Use byte-compile-const-symbol-p.
19963 (byte-optimize-char-before): New optimization.
19964
19965 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19966 (byte-compile-const-symbol-p): New function.
19967 (byte-compile-constp, byte-compile-out-toplevel)
19968 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19969 Use it.
19970
19971 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19972
19973 2000-02-23 Kenichi Handa <handa@etl.go.jp>
19974
19975 * international/encoded-kb.el: Be sure to update minor-mode-alist
19976 and minor-mode-map-alist.
19977 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19978 codes SS2 and SS3 correctly.
19979 (encoded-kbd-self-insert-ccl): New function.
19980 (encoded-kbd-setup-keymap): New function.
19981 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19982 by calling encoded-kbd-setup-keymap.
19983
19984 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19985 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
19986
19987 2000-02-22 Dave Love <fx@gnu.org>
19988
19989 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
19990 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
19991 (lisp-mode-syntax-table): Set up for #|...|# comments.
19992 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19993 classes. Match `defface'.
19994 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19995 (eval-defun-1): Fix for defcustom.
19996 (lisp-indent-region): Doc fix.
19997
19998 * subr.el (when, unless, split-string): Doc fix.
19999 (read-passwd): Move call of clear-this-command-keys to the right place.
20000 (replace-regexps-in-string): New function.
20001
20002 2000-02-22 Gerd Moellmann <gerd@gnu.org>
20003
20004 * help.el (describe-variable): Set syntax table to
20005 emacs-lisp-mode-syntax-table when moving forward over the
20006 symbol's name.
20007
20008 2000-02-22 Dave Love <fx@gnu.org>
20009
20010 * xt-mouse.el: Doc fixes.
20011 (xterm-mouse-position-function): New function, replacing advice of
20012 mouse-position.
20013 (xterm-mouse-mode): Use it. Don't turn on under a window system.
20014
20015 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
20016
20017 2000-02-21 Gerd Moellmann <gerd@gnu.org>
20018
20019 * format.el (format-annotate-single-property-change):
20020 Handle properties.with dotted-list values.
20021 (format-proper-list-p): New function.
20022
20023 * enriched.el (enriched-face-ans): Handle '(foreground-color
20024 . COLOR) and (background-color . COLOR).
20025
20026 2000-02-20 Dave Love <fx@gnu.org>
20027
20028 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
20029 and assignments to it.
20030 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
20031 current local map.
20032 (make-flyspell-overlay): Use it.
20033 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
20034
20035 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
20036 (lm-get-header-re): Defun, not defsubst.
20037 (lm-get-package-name): Defun, not defsubst. Simplify.
20038 (lm-version): Doc fix. Simplify.
20039 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
20040 (lm-crack-address, lm-last-modified-date, lm-commentary)
20041 (lm-verify, lm-synopsis): Simplify.
20042 (lm-report-bug): Require emacsbug. Use compose-mail.
20043
20044 2000-02-20 Gerd Moellmann <gerd@gnu.org>
20045
20046 * dired.el (dired-mode): Call propertized-buffer-identification
20047 to set mode-line-buffer-identification to something having
20048 the right text properties.
20049
20050 * bindings.el (propertized-buffer-identification): New function.
20051
20052 2000-02-20 Dave Love <fx@gnu.org>
20053
20054 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
20055 check for t-mouse too.
20056
20057 * cus-start.el: Make echo-keystrokes `number'.
20058
20059 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
20060
20061 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
20062 Don't call ring-empty-p unless tags-location-ring is bound.
20063 From Noah Friedman <friedman@splode.com>.
20064
20065 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
20066
20067 * progmodes/hideshow.el (hs-flag-region): No longer use
20068 `intangible' overlay property.
20069
20070 (hs-toggle-hiding): New command.
20071 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
20072
20073 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
20074 Fix omission bug: Run `hs-minor-mode-hook' for both activation
20075 and deactivation.
20076
20077 2000-02-18 Gerd Moellmann <gerd@gnu.org>
20078
20079 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
20080
20081 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20082
20083 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
20084
20085 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
20086 of `*' to handle `(* ... *)' comments.
20087
20088 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20089
20090 * faces.el (list-faces-display): Use display-mouse-p instead of
20091 window-system.
20092
20093 * menu-bar.el (global-map): Menu-bar items converted to the new
20094 format (menu-item..., rearranged for better CUA compliance, and
20095 their names changed for better clarity. Help strings added.
20096
20097 * international/mule-cmds.el (mule-menu-keymap)
20098 (describe-language-environment-map, set-coding-system-map)
20099 (setup-language-environment-map): Convert to new (menu-item...
20100 form, add help strings. Change names of menu items for better clarity.
20101 "Mule" menu-bar item removed (it's now in the "Options" submenu).
20102
20103 2000-02-17 Gerd Moellmann <gerd@gnu.org>
20104
20105 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
20106 within the code.
20107
20108 2000-02-16 Dave Love <fx@gnu.org>
20109
20110 * faces.el: Don't require custom. Add more specific :groups to
20111 various deffaces.
20112 (set-face-attribute): Purecopy args.
20113 (read-face-name): Default to name at point and use it in prompt.
20114 Remove colon from arg in all callers.
20115 (list-faces-display): Hyperlink to face descriptions and customize
20116 buffers.
20117
20118 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
20119
20120 * wid-edit.el (widget-match-inline): An atom never matches a list.
20121
20122 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20123
20124 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
20125 at ':' characters by call to split-string.
20126
20127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20128
20129 * textmodes/bibtex.el: Added RCS version identification.
20130
20131 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20132
20133 * textmodes/bibtex.el: Some temporary comments removed.
20134 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
20135 (bibtex-field-const): Allow capital letters.
20136 (bibtex-start-of-string): Deleted because unused.
20137
20138 * textmodes/bibtex.el: Unified some nomenclature. We no longer
20139 use the term 'reference' to describe a bibtex entry as a whole.
20140 Further, reference keys are no longer called 'labels'.
20141 (bibtex-keys): Renamed to bibtex-reference-keys.
20142 (bibtex-reformat-previous-labels): Renamed to
20143 bibtex-reformat-previous-reference-keys.
20144 (bibtex-reference-type): Renamed to bibtex-entry-type.
20145 (bibtex-reference-head): Renamed to bibtex-entry-head.
20146 (bibtex-reference-maybe-empty-head): Renamed to
20147 bibtex-entry-maybe-empty-head.
20148 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
20149 (bibtex-search-reference): Renamed to bibtex-search-entry.
20150 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
20151 bibtex-enclosing-entry-maybe-empty-head.
20152 (bibtex-entry-field-alist, bibtex-entry-head)
20153 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
20154 (bibtex-map-entries, bibtex-search-entry)
20155 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
20156 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20157 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
20158 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
20159 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
20160 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
20161 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
20162
20163 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20164
20165 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
20166 comment.
20167 (bibtex-format-field-delimiters): New function, functionality
20168 extracted from bibtex-format-entry.
20169 (bibtex-autokey-get-yearfield-digits): New function, functionality
20170 extracted from bibtex-autokey-get-yearfield.
20171
20172 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
20173 entries in order to avoid stack overflow in the regexp matcher if
20174 field contents become large.
20175 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
20176 (bibtex-field-string-part-not-braced)
20177 (bibtex-field-string-part-no-inner-braces)
20178 (bibtex-field-string-part-1-inner-brace)
20179 (bibtex-field-string-part-2-inner-braces)
20180 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
20181 (bibtex-field-string-quoted, bibtex-field-string)
20182 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
20183 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
20184 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
20185 Deleted as parsing is now performed by the following functions.
20186 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
20187 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
20188 (bibtex-parse-field-string, bibtex-search-forward-field-string)
20189 (bibtex-parse-association, bibtex-field-name-for-parsing)
20190 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
20191 (bibtex-search-forward-field, bibtex-search-backward-field)
20192 (bibtex-start-of-field, bibtex-end-of-field)
20193 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
20194 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20195 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
20196 (bibtex-parse-string, bibtex-search-forward-string)
20197 (bibtex-search-backward-string, bibtex-start-of-string)
20198 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
20199 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
20200 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
20201 entries. Instead of reporting the results of the parsing by
20202 match-beginning or match-end, these functions return data structures
20203 that hold the corresponding positions.
20204 (bibtex-enclosing-field): Changed to also report field boundaries by
20205 return values rather than by match-beginning or match-end.
20206 The following functions have been adapted to use the new
20207 parsing functions.
20208 (bibtex-skip-to-valid-entry, bibtex-search-reference)
20209 (bibtex-enclosing-field, bibtex-format-entry)
20210 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
20211 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
20212 (bibtex-print-help-message, bibtex-end-of-entry)
20213 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
20214 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20215 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
20216 Use the new method for parsing.
20217 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
20218 (bibtex-map-entries, bibtex-flash-head)
20219 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
20220 (bibtex-autokey-change, bibtex-autokey-get-namefield)
20221 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
20222 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
20223 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
20224 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
20225 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
20226 order to make the new binding of case-fold-search immediately visible.
20227
20228 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20229
20230 * textmodes/bibtex.el: Copyright notice is up to date.
20231 Added constant 'bibtex-maintainer-salutation.
20232
20233 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
20234 than make-temp-name, use match-string-no-properties and eliminate
20235 a quadratic behavior when building bibtex-strings.
20236
20237 * bibtex.el (bibtex-reference-key): Accept string entries whose
20238 reference key contains upper case letters.
20239
20240 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20241
20242 * bibtex.el (bibtex-reference-head): Allow entries to start with
20243 a new line.
20244
20245 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20246
20247 * bibtex.el: Hiding of entry bodies is not longer provided by
20248 bibtex.el directly. Instead the hideshow package can be used.
20249 Added a special bibtex entry to hs-special-modes-alist.
20250 (bibtex-hs-forward-sexp): Added for hideshow.el.
20251
20252 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
20253
20254 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
20255 proceedings entry type (for cross referencing). Thanks to Wagner
20256 Toledo Correa for the suggestion.
20257
20258 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
20259
20260 2000-02-14 Kenichi Handa <handa@etl.go.jp>
20261
20262 * international/characters.el: Setup case table for Vietnamese.
20263
20264 2000-02-12 Gerd Moellmann <gerd@gnu.org>
20265
20266 * uniquify.el (toplevel): Require CL at compile time.
20267 (uniquify-push): Removed.
20268
20269 * shadowfile.el (shadow-when): Removed.
20270
20271 * tempo.el (tempo-dolist, tempo-mapc): Removed.
20272 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
20273
20274 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
20275 regexp for paragraph-start.
20276
20277 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
20278 commas as well.
20279
20280 2000-02-10 Dave Love <fx@gnu.org>
20281
20282 * wid-edit.el: (widgets) [defgroup]: Remove url link.
20283 (widget-color-choice-list, widget-color-history, widget-mouse-help):
20284 Deleted.
20285 (widget-specify-field, widget-specify-button): Don't use
20286 widget-mouse-help as help-echo property.
20287 (default): Use #'ignore for :validate and :mouse-down-action.
20288 (checkbox): Add help-echo.
20289 (widget-sexp-validate): Rewritten to clarify error messages.
20290 (character): Use char-valid-p in :match function.
20291 (widget-color-complete): Use facemenu-color-alist.
20292 (widget-color-action): Use facemenu-read-color.
20293
20294 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
20295 set up `caar' &c that we now have.
20296
20297 2000-02-09 Ray Blaak <blaak@gnu.org>
20298
20299 * delphi.el: Make resourcestring a declaration region, like const
20300 and var.
20301
20302 2000-02-09 Dave Love <fx@gnu.org>
20303
20304 * bindings.el (mode-line-input-method-map): New variable.
20305 (mode-line-mule-info): Use it; fix last change.
20306 (mode-line-mode-menu): Move definition.
20307 (mode-line-mouse-sensitive-p): Deleted.
20308 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
20309 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
20310
20311 * startup.el (command-line-1): Don't call
20312 make-mode-line-mouse-sensitive.
20313
20314 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20315
20316 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
20317 before rmail-toggle-header, because the former toggles headers.
20318
20319 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
20320
20321 * diff-mode.el (diff-kill-junk): New interactive function.
20322 (diff-reverse-direction): Use delete-and-extract-region.
20323 (diff-post-command-hook): Restrict the area so that the hook also works
20324 outside of any diff hunk. This is necessary for the minor-mode.
20325 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
20326 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
20327
20328 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
20329 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
20330 so that it can be used more easily in <foo>-mode-hook. Also make sure
20331 to avoid duplicate entries.
20332 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
20333 (font-lock-remove-keywords): Just as was done for `add', allow it to
20334 work even if font-lock-mode is nil. Also make sure we don't modify
20335 any pre-existing list by forcing a copy-sequence. Finally rename
20336 `major-mode' to `mode'.
20337 (font-lock-fontify-syntactic-anchored-keywords)
20338 (font-lock-fontify-anchored-keywords)
20339 (font-lock-fontify-keywords-region): Use line-end-position.
20340 Don't make `font-lock-multiline' local (it's now done in
20341 font-lock-set-defaults).
20342 (font-lock-set-defaults): Make `font-lock-multiline' local.
20343 Move the `font-lock-fontified' creation to inside the `unless'.
20344
20345 2000-02-06 Andrew Innes <andrewi@gnu.org>
20346
20347 * term/w32-win.el (x-handle-args): Comment out call to message,
20348 which occurs before window system is initialized.
20349
20350 * makefile.nt: Add support for recompiling lisp code.
20351
20352 2000-02-04 Dave Love <fx@gnu.org>
20353
20354 * bindings.el (mode-line-mule-info): Fix/extend last change.
20355
20356 * completion.el: Replace completion-dolist with dolist.
20357
20358 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
20359
20360 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
20361
20362 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
20363 environment names before they go into the section regexp.
20364
20365 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
20366 char class in regexp.
20367
20368 * textmodes/reftex-parse.el (reftex-with-special-syntax):
20369 Bind `case-fold-search' to nil.
20370
20371 * progmodes/idlwave.el (idlwave-template):
20372 Respect `idlwave-abbrev-change-case'.
20373 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
20374 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
20375 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
20376 (idlwave-rw-case): New function.
20377 (idlwave-statement-match): Fixed problem with assignment regexp.
20378 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
20379 (idlwave-surround): New argument LENGTH to support padding of
20380 operators longer than 1 char.
20381
20382 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
20383 idlwave-shell-expression-overlay. Implemented printing of
20384 expressions on higher levels of the calling stack.
20385 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
20386 (idlwave-retrieve-expression-from-level): New function.
20387 (idlwave-shell-last-calling-stack): Variable removed.
20388 (idlwave-shell-reset): Argument action reversed (`visible' to
20389 `hidden'). Also remove stop-line overlay.
20390 (idlwave-shell-calling-stack-routine): New variable.
20391 (idlwave-shell-parse-stack-and-display): Messages now display
20392 negative level numbers.
20393 (idlwave-shell-mode): Set `modeline-format'.
20394 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
20395 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
20396 (idlwave-shell-print-expression-function): New option.
20397
20398 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
20399 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
20400 `tool-bar' instead of `toolbar'.
20401
20402 2000-02-02 Dave Love <fx@gnu.org>
20403
20404 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
20405 emacs-lisp-mode-hook. Don't check for defalias being defined.
20406
20407 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
20408 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
20409 Use the new builtins directly.
20410
20411 * whitespace.el (whitespace): Add :version to defgroup.
20412
20413 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
20414 Doc fix.
20415
20416 * thingatpt.el (sexp-at-point, symbol-at-point)
20417 (number-at-point, list-at-point): Add autoload cookie.
20418
20419 * recentf.el (recentf): Add :version to defgroup.
20420
20421 * quickurl.el (quickurl): Add :version to defgroup.
20422
20423 * elide-head.el (elide-head): Use point-marker more.
20424
20425 * bs.el (bs): Add :version to defgroup.
20426
20427 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
20428
20429 * progmodes/delphi.el (delphi): Add :version to defgroup.
20430
20431 2000-02-02 Gerd Moellmann <gerd@gnu.org>
20432
20433 * ange-ftp.el (ange-ftp-write-region): Handle case that
20434 succeeding process operation sets a different coding system.
20435
20436 * calculator.el: New file.
20437
20438 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20439
20440 * frame.el (frames-on-display-list, framep-on-display): New functions.
20441 (display-mouse-p, display-popup-menus-p, display-graphic-p)
20442 (display-selections-p, display-screens, display-pixel-width)
20443 (display-pixel-height, display-mm-width, display-mm-height)
20444 (display-backing-store, display-save-under, display-planes)
20445 (display-color-cells, display-visual-class): New functions.
20446
20447 * term/tty-colors.el (tty-color-gray-shades): New function.
20448
20449 * faces.el (display-color-p): Use framep-on-display.
20450 (display-grayscale-p): New function.
20451
20452 2000-01-31 Dave Love <fx@gnu.org>
20453
20454 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
20455 (create-fontset-from-x-resource): Don't concat integers.
20456
20457 2000-01-31 Inge Frick <inge@nada.kth.se>
20458
20459 * view.el: Some changes in documentation. Removed some trailing
20460 whitespace. Changed some parameter names to agree with documentation.
20461 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
20462 window is not deleted. Modifies change 1998-04-26.
20463
20464 2000-01-31 Gerd Moellmann <gerd@gnu.org>
20465
20466 * windmove.el: New file.
20467
20468 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20469 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20470 progmodes/ebnf-yac.el: Update copyright and license info.
20471
20472 * jit-lock.el (jit-lock-function): Widen before calculating
20473 end position.
20474 (jit-lock-stealth-chunk-start): Rewritten.
20475
20476 * info.el (Info-title-face-alist): Removed.
20477 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
20478 (Info-fontify-node): Use these faces.
20479
20480 2000-01-30 Gerd Moellmann <gerd@gnu.org>
20481
20482 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
20483 (cl-macro-list1): Recognize `&allow-other-keys' instead of
20484 `&allow-other-keywords'.
20485
20486 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
20487 the list of directories scanned heuristically.
20488
20489 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
20490
20491 2000-01-30 Jason Rumney <jasonr@gnu.org>
20492
20493 * w32-fns.el: Define w32-tty-standard-colors.
20494
20495 * startup.el (command-line): Use w32-tty-standard-colors when in
20496 w32 console mode.
20497
20498 2000-01-30 Dave Love <fx@gnu.org>
20499
20500 * jka-compr.el (jka-compr-load): Fix up load-history.
20501
20502 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
20503
20504 * emacs-lisp/cl-macs.el: Revert previous change.
20505
20506 2000-01-29 Dave Love <fx@gnu.org>
20507
20508 * facemenu.el: Purecopy various strings.
20509
20510 * timezone.el (timezone-fix-time): Window against 69 for two-digit
20511 years. Deal with three-digit years.
20512
20513 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
20514 Use defconst, purecopy.
20515 (help-back-label): Purecopy it.
20516
20517 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20518
20519 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
20520 variable. If non-nil, order the buffer list according to the
20521 currently selected frame.
20522 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
20523 non-nil, pass the selected frame to function buffer-list.
20524
20525 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20526
20527 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
20528
20529 2000-01-28 Dave Love <fx@gnu.org>
20530
20531 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20532
20533 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20534 Don't use lisp-indent-hook property.
20535 (cl-abs): Remove.
20536
20537 * subr.el: Move out indent and edebug specs for when and unless.
20538
20539 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20540 when, unless.
20541
20542 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20543 unless, when.
20544
20545 2000-01-28 Gerd Moellmann <gerd@gnu.org>
20546
20547 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20548 `collecting' as synonym for `collect'.
20549
20550 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20551 for the case it contains spaces.
20552
20553 * simple.el (what-cursor-position): Change formatting of messages.
20554
20555 * frame.el (delete-other-frames): New function.
20556 (toplevel): Bind it to C-x 5 1.
20557
20558 * sort.el (sort-numeric-base): New option.
20559 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20560 interpret it as octal or hexadecimal. Use sort-numeric-base
20561 as default base.
20562
20563 * progmodes/glasses.el: New file.
20564
20565 2000-01-27 Gerd Moellmann <gerd@gnu.org>
20566
20567 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20568 userids differently.
20569
20570 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20571 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20572 progmodes/ebnf-yac.el: New files.
20573
20574 2000-01-26 Dave Love <fx@gnu.org>
20575
20576 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20577 on a function with an empty body. [From Eric Ludlam.]
20578
20579 2000-01-25 Andre Spiegel <spiegel@gnu.org>
20580
20581 * vc.el (vc-version-diff): Make sure file name is expanded.
20582
20583 2000-01-25 Gerd Moellmann <gerd@gnu.org>
20584
20585 * scroll-bar.el (scroll-bar-timer): Variable removed.
20586 (scroll-bar-toolkit-scroll): Don't use a timer.
20587
20588 2000-01-25 Kenichi Handa <handa@etl.go.jp>
20589
20590 * language/thai-util.el (thai-composition-function):
20591 Delete superfluous `a'.
20592
20593 2000-01-24 Dave Love <fx@gnu.org>
20594
20595 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20596 end-of-defun-function.
20597
20598 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
20599
20600 2000-01-22 Jason Rumney <jasonr@gnu.org>
20601
20602 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20603 conflicts with new face support.
20604
20605 2000-01-22 Richard M. Stallman <rms@gnu.org>
20606
20607 * replace.el (query-replace): Rename last arg to DELIMITED.
20608 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20609 (query-replace-regexp): Likewise.
20610
20611 2000-01-20 Richard M. Stallman <rms@gnu.org>
20612
20613 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20614
20615 * emacs-lisp/lisp.el (beginning-of-defun-function):
20616 Variable renamed from beginning-of-defun.
20617 Do not call make-variable-buffer-local.
20618 (beginning-of-defun-raw): Use new variable name; doc fix.
20619 (beginning-of-defun): Doc fix.
20620 (end-of-defun-function): Variable renamed from end-of-defun.
20621 Do not call make-variable-buffer-local.
20622 (end-of-defun): Use new variable name; doc fix.
20623
20624 * subr.el (dolist, dotimes): Copied from cl-macs.el
20625 and made to work.
20626
20627 * mail/undigest.el (rmail-digest-end-regexps):
20628 Variable replaces rmail-digest-end-regexp.
20629 Allows multiple regexps for detecting the end line.
20630 (undigestify-rmail-message): Corresponding changes.
20631
20632 2000-01-19 Dave Love <fx@gnu.org>
20633
20634 * files.el (user-init-file): Don't declare here -- is primitive.
20635
20636 * startup.el (command-line): Check for compiled user-init-file and
20637 set to uncompiled version if necessary.
20638
20639 2000-01-18 Gerd Moellmann <gerd@gnu.org>
20640
20641 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20642 (undigestify-rmail-message): Use it.
20643
20644 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20645
20646 2000-01-17 Gerd Moellmann <gerd@gnu.org>
20647
20648 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20649 of mini-buffer.
20650
20651 2000-01-14 Gerd Moellmann <gerd@gnu.org>
20652
20653 * emacs-lisp/copyright.el (copyright-update): Removed the
20654 requirement for a trailing space from `copyright-regexp', to
20655 support copyrights with owner specified on a separate line..
20656
20657 * align.el: New file.
20658
20659 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20660
20661 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20662
20663 2000-01-13 Dave Love <fx@gnu.org>
20664
20665 * ph.el: Removed. (Obsoleted by EUDC.)
20666
20667 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20668
20669 * net/eudc.el (toplevel): Remove autoloaded code installing
20670 menu with easymenu, because that causes build problems.
20671
20672 * frame.el (frame-notice-user-settings): New variable.
20673 (frame-notice-user-settings): Don't modify frame parameters
20674 if called a second time.
20675
20676 2000-01-13 Richard M. Stallman <rms@gnu.org>
20677
20678 * frame.el (frame-notice-user-settings):
20679 Notice default-frame-parameters even for non-window frames.
20680
20681 2000-01-13 Gerd Moellmann <gerd@gnu.org>
20682
20683 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20684 for Emacs.
20685 (eudc-bob-can-display-inline-images): Extend for Emacs.
20686 (eudc-bob-toggle-inline-display): Ditto.
20687 (eudc-bob-display-jpeg): Ditto.
20688
20689 2000-01-12 Gerd Moellmann <gerd@gnu.org>
20690
20691 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20692 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20693 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20694
20695 * add-log.el (add-change-log-entry): Fix error trying an
20696 `(insert nil)'.
20697
20698 * subdirs.el: Add `net' directory.
20699
20700 * net: New directory.
20701
20702 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20703 eval-last-sexp. Don't bind debug-on-error here.
20704 (eval-last-sexp): New function. Bind debug-on-error if
20705 eval-expression-debug-on-error is non-nil.
20706 (eval-defun-2, eval-defun): Likewise.
20707
20708 * simple.el (eval-expression): Don't bind debug-on-error if
20709 eval-expression-debug-on-error is nil. Detect changed
20710 debug-on-error, and propagate new value to global binding, if
20711 eval-expression-debug-on-error is non-nil,
20712 (eval-expression-debug-on-error): Change doc string.
20713
20714 2000-01-11 Richard M. Stallman <rms@gnu.org>
20715
20716 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20717
20718 * emacs-lisp/lisp-mode.el (with-syntax-table):
20719 Set up lisp-indent-function property.
20720
20721 * subr.el (with-syntax-table): Moved from simple.el.
20722
20723 * simple.el (with-syntax-table): Moved to subr.el.
20724
20725 2000-01-11 Gerd Moellmann <gerd@gnu.org>
20726
20727 * tmm.el (tmm-shortcut): Delete region after prompt instead
20728 of erasing buffer.
20729
20730 * textmodes/fill.el (fill-common-string-prefix): New function.
20731 (fill-context-prefix): Use the longest common prefix of first
20732 and second line fill prefix, if there is one.
20733
20734 2000-01-11 Richard M. Stallman <rms@gnu.org>
20735
20736 * array.el (array-mode): Don't use make-variable-buffer-local.
20737 Use make-local-variable for `truncate-lines'.
20738
20739 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20740
20741 * add-log.el (add-log-current-defun): Handle user-defined
20742 add-log-current-function returning nil,
20743
20744 * add-log.el (add-change-log-entry): Insert version number
20745 if having found a current function
20746
20747 * add-log.el (add-log-current-defun):
20748 Call `add-log-current-defun-function'. Try matches at level 0 and
20749 level 1. Strip whitespace from defun found.
20750
20751 2000-01-10 John Wiegley <johnw@gnu.org>
20752
20753 * allout.el (isearch-done/outline-provisions): Added `edit'
20754 argument to correspond with the current definition of `isearch-done'.
20755
20756 2000-01-10 Dave Love <fx@gnu.org>
20757
20758 * elide-head.el (elide-head): Use point-marker, not point.
20759
20760 2000-01-10 Gerd Moellmann <gerd@gnu.org>
20761
20762 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20763 before and after the year 2000.
20764
20765 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20766 Add ispell- prefix.
20767
20768 2000-01-10 Ken Stevens <k.stevens@ieee.org>
20769
20770 * ispell.el: Only define dictionaries in menus when they exist.
20771 (version18p): New variable.
20772 (version20p): New variable.
20773 (xemacsp): New variable.
20774 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20775 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20776 (ispell-dictionary-alist6): Russian command lines no longer accept
20777 run-together words.
20778 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20779 (ispell-dictionary-alist): Add koi8-r to customize definition.
20780 (check-ispell-version): Added documentation string. Return library
20781 path when called non-interactively.
20782 (ispell-menu-map-needed): Uses new variables.
20783 (ispell-library-path): New variable.
20784 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20785 (ispell-word): Improved documentation string. Test for valid
20786 character mappings. Correctly check typed in word changes that can
20787 result in single words split into multiple words.
20788 Return replacement word.
20789 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20790 replace in recursive query replace mode. Help message for
20791 recursive edit mode.
20792 (ispell-show-choices): Protect against bad framepop bindings.
20793 (ispell-help): Fix to work with XEmacs.
20794 (ispell-highlight-spelling-error): Use new variables.
20795 (ispell-overlay-window): Fix to work with XEmacs.
20796 (ispell-parse-output): Passed and returns location information
20797 tracking spelling corrections. Doesn't recheck same word on
20798 current line.
20799 (ispell-init-process): Protect against bogus XEmacs variable binding.
20800 Fix call to single argument in sleep-for. Use new variables.
20801 (ispell-region): Passed and returns location information tracking
20802 spelling corrections. Doesn't check same word on current line.
20803 Improved documentation string. Doesn't resend a line already
20804 checked to the ispell process - fixes bug in LaTeX parsing.
20805 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20806 (ispell-skip-region): No longer skips <TT> in SGML.
20807 (ispell-process-line): Tracks location information with spelling
20808 corrections. Added documentation string. Accounts for words
20809 already accepted on this line. Don't allow query-replace on line
20810 starting with math characters. Doesn't resend a line already sent
20811 to ispell process. Fixes alignment error bug.
20812
20813 2000-01-10 Richard M. Stallman <rms@gnu.org>
20814
20815 * dired-x.el (dired-guess-shell-alist-default):
20816 Suggest xloadimage, which is free, not xv, which isn't.
20817
20818 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20819 Don't ever include the host name or user name in the value.
20820
20821 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20822
20823 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20824 of a real newline.
20825
20826 2000-01-09 Stephen Eglen <stephen@gnu.org>
20827
20828 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20829 for .png files.
20830
20831 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20832
20833 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20834
20835 2000-01-09 Gerd Moellmann <gerd@gnu.org>
20836
20837 * progmodes/cperl-mode.el: Replace ^F with ^L.
20838
20839 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20840 `require'ing rmail and mailalias to prevent infinite recursion.
20841
20842 2000-01-08 Dave Love <fx@gnu.org>
20843
20844 * emacs-lisp/backquote.el: Remove inappropriate customization
20845 (allowing custom.el to use backquote).
20846
20847 2000-01-07 Dave Love <fx@gnu.org>
20848
20849 * add-log.el (add-log-debugging): Deleted.
20850 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20851 file. Remove debugging code.
20852 (change-log-get-method-definition, change-log-name): Add doc.
20853 (change-log-sortable-date-at): New function.
20854 (change-log-merge): New command.
20855
20856 * time.el (display-time-string-forms): Make the Mail string active.
20857 (display-time-update): Provide help-echo for load average.
20858
20859 * bindings.el (make-mode-line-mouse2-map): New function.
20860 (mode-line-modified): Use it and simplify.
20861 (mode-line-mule-info): Provide help-echo info.
20862 (minor-mode-alist): Activate the strings.
20863 (make-mode-line-mouse-sensitive): Simplify for
20864 mode-line-buffer-identification.
20865
20866 2000-01-07 Gerd Moellmann <gerd@gnu.org>
20867
20868 * play/pong.el: New file.
20869
20870 2000-01-06 Dave Love <fx@gnu.org>
20871
20872 * array.el: Assorted cleanups for compiler warnings, doc strings,
20873 `array-' prefix for symbols.
20874
20875 2000-01-05 Dave Love <fx@gnu.org>
20876
20877 * textmodes/outline.el (outline-mode-menu-bar-map):
20878 Add outline-headers-as-kill.
20879 (outline-mode): Define imenu-generic-expression.
20880 (outline-headers-as-kill): New command.
20881
20882 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20883 from paragraph-start.
20884 (paragraph-indent-minor-mode): New command.
20885
20886 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20887 M-C-e, M-C-h, C-j, C-xnd, TAB.
20888 (fortran-mode): Set beginning-of-defun, end-of-defun.
20889 (fortran-column-ruler): Simplify.
20890 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20891 (fortran-with-subprogram-narrowing): Likewise.
20892 (fortran-indent-subprogram): Call mark-defun.
20893 (fortran-check-for-matching-do): Change narrowing.
20894
20895 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20896 (cl-lucid-hash-tag): Delete.
20897 (cl-hash-table-p): Correct test for native table.
20898 (cl-hash-table-count): Use hash-table-count.
20899
20900 * browse-url.el (browse-url): Fix case of
20901 browse-url-browser-function being an alist.
20902
20903 2000-01-05 Carsten Dominik <cd@gnu.org>
20904
20905 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20906 (reftex-index-phrase-file-extension): New options.
20907
20908 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20909 Use new option `reftex-index-phrase-file-extension'.
20910
20911 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20912 `reftex-parse-file-extension'.
20913
20914 2000-01-05 Dave Love <fx@gnu.org>
20915
20916 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20917 (beginning-of-defun-raw): Use it.
20918 (end-of-defun): New variable.
20919 (end-of-defun): Use it.
20920 (check-parens): New command.
20921
20922 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20923
20924 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20925 (hs-show-block): Don't use `mapcar' when not accumulating.
20926
20927 Fix buglet in local variables initialization.
20928
20929 2000-01-05 Andreas Schwab <schwab@suse.de>
20930
20931 * hscroll.el (hscroll): Doc fix.
20932
20933 2000-01-05 Carsten Dominik <cd@gnu.org>
20934
20935 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20936 Require idlw-toolbar.
20937
20938 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
20939 file idlw-rinfo.el.
20940 (idlwave-customize): Load must read file idlw-shell.el.
20941 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
20942
20943 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20944
20945 * progmodes/idlw-shell.el: Also provide idlwave-shell
20946 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20947 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20948
20949 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
20950 both reftex-dcr and reftex-vcr.
20951
20952 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20953
20954 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20955
20956 * ps-print.el: PostScript code now is in separate files, doc fix.
20957 (ps-print-version): New version number (5.0.3).
20958 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20959 local.
20960 (ps-spool-config): Initialization fix.
20961 (ps-print-prologue-1, ps-print-prologue-2)
20962 (ps-print-duplex-feature): PostScript code moved to separated file.
20963 (ps-background-image): Little code reformating.
20964 (ps-begin-file, ps-begin-job): Fix code.
20965 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20966 (ps-prologue-file): New fun.
20967
20968 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20969
20970 * ps-vars.el: Eliminated.
20971
20972 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20973 `;;;###autoload'.
20974
20975 * ps-print.el: ps-vars eliminated, doc fix.
20976 (ps-print-version): New version number (5.0.2).
20977 (ps-spool-config): Initialization fix.
20978 (ps-print-customize): New fun.
20979
20980 2000-01-04 Gerd Moellmann <gerd@gnu.org>
20981
20982 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
20983
20984 2000-01-04 Dave Love <fx@gnu.org>
20985
20986 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20987 menu items.
20988
20989 2000-01-03 Dave Love <fx@gnu.org>
20990
20991 * elide-head.el (elide-head) [defgroup]: Add :version.
20992
20993 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
20994 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20995 Use `cl-hash-table-p', not `hash-table-p'.
20996 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20997
20998 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20999
21000 * faces.el (face-read-integer, read-face-attribute)
21001 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
21002
21003 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21004
21005 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
21006 at comment end, and re-insert them after filling.
21007
21008 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21009
21010 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
21011 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
21012 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
21013
21014 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21015
21016 * term/x-win.el (xw-defined-colors): Call color-supported-p,
21017 the new name of face-color-supported-p.
21018
21019 * term/w32-win.el (xw-defined-colors): Likewise.
21020
21021 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21022
21023 * simple.el (completion-setup-function): Count completion-size
21024 from minibuffer-prompt-end, not from point-min.
21025
21026 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21027
21028 * faces.el (read-face-attribute, defined-colors, color-defined-p):
21029 Pass the frame to tty-color-* functions.
21030 (display-color-p, frame-set-background-mode): Pass the frame to
21031 tty-display-color-p.
21032
21033 * term/tty-colors.el (tty-defined-color-alist): Renamed from
21034 tty-color-alist.
21035 (tty-color-alist, tty-modify-color-alist): New functions.
21036 (tty-color-define, tty-color-clear, tty-color-approximate)
21037 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
21038 optional parameter FRAME.
21039
21040 2000-01-01 Gerd Moellmann <gerd@gnu.org>
21041
21042 * image.el (create-image, defimage): Don't assume image data is
21043 a string.
21044
21045 * image.el (defimage): Handle specifications containing :data
21046 instead of :file.
21047 (image-type-from-data): New function.
21048 (image-type-from-file-header): Use it.
21049 (create-image): Add parameter DATA-P.
21050
21051 See ChangeLog.8 for earlier changes.
21052
21053 ;; Local Variables:
21054 ;; coding: iso-2022-7bit
21055 ;; End:
21056
21057 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
21058 Copying and distribution of this file, with or without modification,
21059 are permitted provided the copyright notice and this notice are preserved.