1 2003-01-29 John Paul Wallington <jpw@gnu.org>
3 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
5 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
6 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
7 `define-ibuffer-sorter'.
8 (lisp-imenu-generic-expression): Add `deftheme' to types.
10 * custom.el (customize-mark-to-save, customize-mark-as-set)
11 (custom-remove-theme): Doc fixes.
13 2003-01-29 Didier Verna <didier@xemacs.org>
15 * cus-edit.el (custom-save-variables): also save non theme'd ones.
16 * cus-edit.el (custom-save-faces): ditto.
18 2003-01-29 Juanma Barranquero <lektu@terra.es>
20 * composite.el (decompose-composite-char): Fix docstring.
22 * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp'
23 instead of `substring'.
25 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
26 file name if no other master file is located.
28 * progmodes/cperl-mode.el (cperl-beautify-level)
29 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
30 (cperl-calculate-indent): Fix typo.
32 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
34 * arc-mode.el (archive-lzh-summarize): Fix previous change.
36 2003-01-29 Kim F. Storm <storm@cua.dk>
38 * emacs-lisp/authors.el: New format of AUTHORS file; list each
39 author name once followed by contributed and changed files.
40 Improve selection of entries to include in list, and generate list
41 of unrecognized entries indicating syntax errors in ChangeLog files.
42 (authors-coding-system): New variable.
43 (authors-many-files): Update doc string.
44 (authors-aliases): Change format. Now one entry with multiple
46 (authors-valid-file-names, authors-renamed-files-alist)
47 (authors-renamed-files-regexps): New variables.
48 (authors-canonical-file-name): New function. Validates that file
49 exists or occurs in one of the above lists. Record unrecognized
50 file names in global authors-invalid-file-names list.
51 (authors-add): Change to record per-change counts.
52 (authors-canonical-author-name): Handle new format of
54 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
55 Change doc string to describe new entry format.
56 Only add author entries for valid file names.
57 (authors-print): Replace by authors-add-to-author-list.
58 (authors-add-to-author-list): New function which reorders
59 per-file entries and adds them to global authors-author-list.
60 (authors): Instead of authors-print to insert in *Authors* buffer,
61 use authors-add-to-author-list to reorder the list and then
62 insert result in *Authors* buffer with new format.
63 Generate *Authors Errors* compilation-mode buffer listing
64 unrecognized ChangeLog entries.
66 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
68 * term/mac-win.el: Add entries in function-key-map for
69 [tab], [backspace], [escape].
71 2003-01-28 Kim F. Storm <storm@cua.dk>
73 * info.el (Info-extract-menu-node-name): Another fix for
74 2003-01-24 change. Also stop search if : is followed by TAB.
76 2003-01-28 John Paul Wallington <jpw@gnu.org>
78 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
79 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
81 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
83 * progmodes/cc-vars.el, progmodes/cc-mode.el
84 (c-require-final-newline): Made this variable an alist to
85 specify a value for each language. The default value causes
86 `require-final-newline' to be set to t only in languages where
87 the standard requires a final newline.
89 2003-01-27 Kim F. Storm <storm@cua.dk>
91 * simple.el (kill-new): Improve doc string for yank-handler.
92 Signal args-out-of-range error if yank-handler is specified for
95 * subr.el (insert-for-yank): Remove COMMAND element from yank
98 2003-01-27 Dave Love <fx@gnu.org>
100 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
102 * thingatpt.el (thing-at-point-file-name-chars): Include
103 non-ASCII again and re-write the filename ops.
105 2003-01-27 David Ponce <david@dponce.com>
107 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
109 2003-01-27 Juanma Barranquero <lektu@terra.es>
111 * filesets.el (filesets-file-open): Fix typo.
113 * vcursor.el (vcursor-disable): Likewise.
115 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
117 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
119 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
121 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
123 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
125 * progmodes/cc-vars.el, progmodes/cc-mode.el
126 (c-require-final-newline): Added a variable to make the
127 initialization of `require-final-newline' more configurable.
129 2003-01-26 Jan D. <jan.h.d@swipnet.se>
131 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
132 Set iso-2022-7bit coding: cookie.
134 2003-01-26 Kim F. Storm <storm@cua.dk>
136 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
137 Don't search for next colon if current colon is followed by
138 one of ".", ",", ";", or ")".
139 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
140 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
142 2003-01-26 Richard M. Stallman <rms@gnu.org>
144 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
146 2003-01-25 Bill Wohler <wohler@newt.com>
148 * mh-e: Created directory. ChangeLog will appear in a week when we
151 * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
152 lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
153 lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
154 lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
155 lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
156 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
157 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
158 and reply2.xpm, which were created by the MH-E package, were left
159 in mail since they can probably be used by other mail packages.
161 * makefile.w32-in (WINS): Added mh-e.
163 * makefile.nt (WINS): Added mh-e.
165 2003-01-25 Richard M. Stallman <rms@gnu.org>
167 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
168 Compile any lambda-expressions among the args.
170 * view.el (view-mode): Doc fix.
172 * ido.el: Many doc fixes.
173 (ido-complete): Fix message.
175 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
177 * arc-mode.el (archive-unixdate): Corrected the date field string.
178 (archive-lzh-summarize): Extended it to allow the LZH level 2 header
179 type (which is most prevalent now), in addition to the already
180 supported level 0 and 1 header types.
182 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
184 * international/mule-cmds.el (set-language-info)
185 (current-language-environment): Simplify setting the type of
186 current-language-environment.
188 2003-01-25 Kim F. Storm <storm@cua.dk>
190 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
191 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
192 only needed when the region is active. This also makes the output
193 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
195 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
197 * ediff.el (ediff-revision): better defaults.
199 * ediff-vers.el (ediff-vc-latest-version): new function.
200 (ediff-vc-internal): use latest version instead of working version.
202 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
204 * info.el (Info-extract-menu-node-name): When looking for end of menu
205 item, don't stop at first ":"; instead, continue until trailing
206 context is either a space or newline.
207 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
208 (Info-menu): Likewise, for regexp used in backwards search.
209 (Info-try-follow-nearest-node): Remove case added in previous edit.
210 Change regexp in the following case to allow ":" in menu item.
211 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
212 point-max as "hasn't already been done".
214 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
216 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
217 terminated by ": " as an index entry.
219 2003-01-24 Juanma Barranquero <lektu@terra.es>
221 * isearch.el (isearch-forward): Fix typo.
223 2003-01-24 Kenichi Handa <handa@m17n.org>
225 * international/mule.el (decode-coding-inserted-region): Renamed
226 from decode-coding-region-as-inserted-from-file to make it fit
227 well in the Lisp manual.
229 * jka-compr.el (jka-compr-insert-file-contents): Call
230 docode-coding-inserted-region.
232 2003-01-24 John Paul Wallington <jpw@gnu.org>
234 * ibuffer.el (ibuffer-window-list): Remove.
235 (ibuffer-confirm-operation-on): Use `window-list' instead.
236 (ibuffer-load-hook): New customizable variable.
238 (ibuffer-customize): New command.
239 (ibuffer-mode-map): Bind it.
240 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
241 (ibuffer-mode): Tidy.
242 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
243 (ibuffer-default-directory, ibuffer-default-sorting-mode)
244 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
245 (ibuffer-map-lines): Doc fixes.
247 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
248 filenames. Use `kill-new'.
250 2003-01-23 Dave Love <fx@gnu.org>
252 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
255 2003-01-23 Masatake YAMATO <jet@gyve.org>
257 * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
260 2003-01-23 Kenichi Handa <handa@m17n.org>
262 * files.el (insert-directory): Read the output of "ls" by
263 no-conversion, and decode it later while preserving
264 `dired-filename' property.
266 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
268 * descr-text.el (describe-text-mode-hook): Add a group.
270 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
272 * term/mac-win.el (interprogram-paste-function): Handle empty
275 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
277 * info.el (Info-index): Change pattern so that index entries with
278 colons can be read properly; also, require at least one space
279 after the colons, which makeinfo puts in.
281 2003-01-22 Andreas Schwab <schwab@suse.de>
283 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
286 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
288 * Makefile.in (bootstrap-after): New target.
289 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
291 2003-01-22 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
293 * info.el (Info-index-next): Use "(`,' tries to find next)" for
294 more matches for consistency with standalone info browser.
296 2003-01-22 Kenichi Handa <handa@m17n.org>
298 * international/mule.el
299 (decode-coding-region-as-inserted-from-file): New function.
301 * jka-compr.el (jka-compr-insert-file-contents): Read a process
302 output without decoding. Decode the result by
303 decode-coding-region-as-inserted-from-file.
305 2003-01-22 Kim F. Storm <storm@cua.dk>
307 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
308 visited directories to end of list; it's the wrong thing to do if
309 we want to find a file or directory in such directories.
311 * simple.el: Doc fixes.
312 * subr.el: Doc fixes.
314 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
316 * gud.el (gud-display-line): If the current file is newer than its
317 buffer, offer to reread the file.
318 (gud-keep-buffer): New buffer local variable. Ensures offer to
319 reread file is made just once.
321 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
323 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
324 Fix the docstring instead.
326 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
328 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
330 2003-01-20 Richard M. Stallman <rms@gnu.org>
332 * simple.el (completion-setup-function): Set default-directory
333 in the minibuffer, so it'll be copied into the completion list buffer.
335 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
337 * loadup.el (load-path): Rename `path' local var.
339 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
340 to C-c C-i. Duplicate its bindings with last char a ctl char.
341 Also change C-c f to C-c C-f.
343 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
345 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
346 value system dependent.
347 (ls-lisp-support-shell-wildcards): Add autoload cookie.
349 2003-01-19 Kim F. Storm <storm@cua.dk>
351 * msb.el: Use `dir' instead of `path' everywhere.
353 2003-01-18 Kim F. Storm <storm@cua.dk>
355 * simple.el (kill-new, kill-append, kill-region): New
356 optional parameter yank-handler.
357 (yank-excluded-properties): Add yank-handler to list.
358 (yank-undo-function): New variable.
359 (yank): Use it to undo previous yank or yank-pop command.
360 Allow insert-for-yank to override this-command.
362 * subr.el (insert-for-yank): Arg list changed; now only accepts one
363 string rather than any number of strings; no callers needed change.
364 Use yank-handler text property on the arg string.
365 Set yank-undo-function variable appropriately for yank-pop.
367 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
369 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
370 regexp-concatenation.
372 * add-log.el (add-change-log-entry): Don't leave space at eol.
373 (add-log-current-defun): Perl functions names can't have (or {.
375 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
376 (sh-non-closing-paren): New const.
377 (sh-case, sh-while-getopts): Use it to make props non-sticky.
378 (sh-add-completer): Use test-completion.
380 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
382 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
384 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
386 * cus-edit.el (customize-changed-options): Undo last doc change.
388 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
390 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
391 Don't treat \n specially in sub-skeletons.
393 2003-01-17 Dave Love <fx@gnu.org>
395 * international/ucs-tables.el: Redo 8859-6 change in the right place.
397 2003-01-17 Kenichi Handa <handa@m17n.org>
399 * international/fontset.el: Don't setup the default fontset and
400 font-encoding-alist at the top level.
401 (setup-default-fontset): New function.
402 (create-fontset-from-fontset-spec): Delete autoload cookie.
404 * term/x-win.el: Require fontset unconditionally again.
405 Call setup-default-fontset at the top level.
407 * term/w32-win.el: Call setup-default-fontset.
409 * term/mac-win.el: Require fontset and call setup-default-fontset.
411 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
413 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
414 property until end-of-paragraph.
416 2003-01-16 Kenichi Handa <handa@m17n.org>
418 * international/ucs-tables.el: Undo the last change.
420 2003-01-15 Dave Love <fx@gnu.org>
422 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
423 and use documented treatment of -.
425 * dired-x.el (dired-filename-at-point): Fix filename-chars.
427 * international/ucs-tables.el: Set up tables for 8859-6.
429 * server.el (server-window): Customize.
431 (server-unload-hook): Call server-start.
433 2003-01-15 John Wiegley <johnw@gnu.org>
435 * eshell/em-hist.el (eshell-save-history-on-exit):
436 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
437 because the former name is somewhat unrelated to the variables'
440 2003-01-15 Deepak Goel <deego@gnufans.org>
442 * calc/README: Add new maintainer.
446 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
448 2003-01-15 Andrew Innes <andrewi@gnu.org>
450 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
451 using appropriate rule for build environment.
452 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
453 of autoloads and defvars, sufficient to dump bootstrap emacs.
454 (update-subdirs-SH): Use hard-coded list of top-level lisp
455 subdirs, because find program on Windows is not compatible with
457 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
458 Explicitly load loaddefs.el so that bootstrap emacs can compile
460 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
461 minimal stub sufficient for dumping bootstrap emacs is available.
463 * loadup.el: Include lisp/textmodes in load-path for bootstrap
464 emacs, to resolve ispell menu reference.
466 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
468 * international/mule.el (optimize-char-coding-system-table):
471 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
473 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
475 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
476 occasional use of "05" rather than " 5" for day-of-month.
478 * log-view.el (log-view-message-re): The rev might be locked.
480 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
482 * gdb-ui.el: Improve commentary.
483 (gdb-window-height, gdb-window-width, gdb-display-number-end):
484 Customize the dimensions of frames for displayed expressions.
485 (gdb-error-begin): Comment out because it is not used because of
486 bug/quirk in annotations.
487 (gdb-reset): Use with-current-buffer.
489 2003-01-14 Kim F. Storm <storm@cua.dk>
491 * ido.el (ido-read-internal, ido-file-internal)
492 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
493 Don't use `path' as name of local variables holding a file name.
495 * arc-mode.el (archive-arc-rename-entry): Fix error message.
496 (archive-lzh-summarize): Rename local var `path' to `dir'.
497 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
499 * dired.el: Doc fixes.
500 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
501 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
502 * dired-x.el: Doc fixes.
504 * fast-lock.el (fast-lock-cache-name): Doc fix.
506 * net/browse-url.el (browse-url-filename-alist): Doc fix.
508 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
510 * apropos.el (apropos): Restore autoload cookie. Fix typo in
511 "error retrieving function documentation" output.
513 2003-01-14 Kim F. Storm <storm@cua.dk>
515 * subr.el (process-put, process-get): New functions.
517 * simple.el (clone-process): Copy process' plist to new process.
519 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
521 * cus-dep.el (custom-make-dependencies): Don't set standard-value
522 and version numbers for variables. Handle faces.
524 * cus-edit.el (customize-changed-options): Doc addition. Load the
525 version deps earlier. Use other tests for groups and variables.
528 2003-01-14 Kim F. Storm <storm@cua.dk>
531 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
532 (ido-rewrite-file-prompt-functions): Rename from
533 ido-make-file-prompt-hook. Directory name is now in dynamic
534 variable `dirname' (instead of `path').
535 (ido-rewrite-file-prompt-rules): Rename from
536 ido-rewrite-prompt-path-rules.
537 (ido-make-prompt): Directory name now in `dirname' var.
538 (ido-complete): Fix error message.
540 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
542 * server.el (server-process-filter): Use `minibufferp' to test
543 whether we are inside a minibuffer.
544 (server-process, server-kill-new-buffers): Doc fixes.
546 2003-01-13 Dave Love <fx@gnu.org>
548 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
549 Remove pre-write-conversion.
551 2003-01-13 Kim F. Storm <storm@cua.dk>
553 * hexl.el (hexl-mode-map): Don't quote remapped command names.
555 2003-01-13 David Ponce <david@dponce.com>
557 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
558 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
560 2003-01-13 Masatake YAMATO <jet@gyve.org>
562 * ruler-mode.el (ruler-mode-comment-column-char)
563 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
564 (ruler-mode-mouse-current-grab-object): New variables.
565 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
567 (ruler-mode-mouse-set-fill-column): Removed.
568 (ruler-mode-mouse-grab-any-column)
569 (ruler-mode-mouse-drag-any-column-iteration)
570 (ruler-mode-mouse-drag-any-column): New functions.
571 (ruler-mode-map): [header-line down-mouse-2] Bound to
572 `ruler-mode-mouse-grab-any-column' instead of
573 `ruler-mode-mouse-set-fill-column'.
574 (ruler-mode-ruler-help-echo): Update its value.
575 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
576 when goal-column is already set.
577 (ruler-mode-ruler-help-echo-tab): Rename to...
578 (ruler-mode-ruler-help-echo-when-tab-stops): New.
579 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
580 (ruler-mode-goal-column-help-echo): New help strings.
581 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
582 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
583 Show `comment-column' and `goal-column'. Echo the different help
584 string for each *-column characters on the ruler.
586 2003-01-13 Richard M. Stallman <rms@gnu.org>
588 * apropos.el (apropos-documentation-property): New function.
589 (apropos): Use apropos-documentation-property.
591 * files.el (mode-line-process): Mark as risky.
593 * help.el (where-is): Catch errors in indirect-function.
595 * server.el (server-process-filter): Comment out -eval.
596 Don't switch buffers if inside isearch or minibuffer.
598 * progmodes/compile.el (compilation-revert-buffer):
599 If buffer has a file, revert it in the normal way.
601 * term/x-win.el: Require fontset conditionally again.
603 2003-01-13 Kim F. Storm <storm@cua.dk>
605 * ido.el (ido-enable-tramp-completion): New defcustom.
606 (ido-enter-single-matching-directory): Change default to 'slash.
607 (ido-is-tramp-root): New defun.
608 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
609 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
610 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
611 Handle tramp completion.
612 (ido-file-name-all-completions1): New defun for tramp completion.
613 (ido-file-name-all-completions): Use it.
614 (ido-set-matches1): Relax matching of text with trailing slash.
615 (ido-exhibit): Handle tramp completion.
616 Simplified code using nested cond forms using new `refresh' var.
617 Fixed handling of /~user/ paths.
619 2003-01-12 Andreas Schwab <schwab@suse.de>
621 * arc-mode.el (archive-mode-map): Use command remapping instead of
622 substitute-key-definition.
623 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
624 * msb.el (msb-mode-map): Likewise.
625 * forms.el (forms--change-commands): Likewise.
626 * hexl.el (hexl-mode-map): Likewise.
627 * mail/mailabbrev.el (Commentary): Likewise.
628 * play/decipher.el (decipher-mode-map): Likewise.
629 * play/gomoku.el (gomoku-mode-map): Likewise.
630 * play/landmark.el (lm-mode-map): Likewise.
631 * play/solitaire.el (solitaire-mode-map): Likewise.
632 * progmodes/sh-script.el (sh-mode-map): Likewise.
633 * textmodes/picture.el (picture-substitute): Likewise.
635 * ielm.el (inferior-emacs-lisp-mode):
636 Bind comint-dynamic-complete-functions locally.
638 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
640 2003-01-11 Andreas Schwab <schwab@suse.de>
642 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
643 merge with existing fontification.
645 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
647 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
648 (gud-reset): New function. Reset environment at end of debugging.
649 (gud-sentinel): Call gud-reset or gdb-reset.
650 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
652 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
653 to find out if variable shuld be dereferenced.
654 (gud-display1): Exit if there is `No symbol'.
655 (gdb-expressions-mode-map): Correction to key-binding.
656 (gdb-reset): New function. Reset environment at end of debugging.
659 2003-01-10 Dave Love <fx@gnu.org>
661 * international/code-pages.el (cp-make-coding-system): Fix last change.
663 2003-01-10 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
665 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
666 use regexp-opt for readability.
668 2003-01-10 Mark A. Hershberger <mah@everybody.org>
670 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
671 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
674 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
676 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
679 2003-01-09 John Wiegley <johnw@gnu.org>
681 * pcomplete.el (pcomplete-termination-string): Add a variable
682 for modifying the string which is inserted after a completion or
683 expansion using pcomplete.
685 2003-01-09 Karl Berry <karl@gnu.org>
687 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
688 so that we don't fail if no records match record-regexp.
690 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
692 * cus-edit.el (customize-group, customize-group-other-window):
693 Remove unnecessary calls to custom-load-symbol.
694 (custom-group-value-create):
695 Load widget deps if state is not hidden. If widget deps are
696 loaded, load them in advance.
697 (custom-menu-create): If widget deps are loaded, load them earlier.
699 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
701 * language/ethio-util.el (ethio-gemination)
702 (exit-ethiopic-environment): Doc fixes.
704 * language/viet-util.el (viet-encode-viqr-region)
705 (viet-decode-viqr-region, viet-encode-viqr-buffer)
706 (viet-decode-viqr-buffer): Doc fixes.
708 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
710 * paths.el: Remove gnus-startup-file.
712 2003-01-08 Bill Wohler <wohler@newt.com>
714 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
715 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
717 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
718 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
719 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
720 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
722 2003-01-08 Kim F. Storm <storm@cua.dk>
724 * mail/undigest.el (unforward-rmail-message): Don't use global
727 2003-01-08 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
729 * mail/undigest.el (unforward-rmail-message): Simplified.
730 No functional change.
732 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
734 * custom.el (custom-autoload, custom-variable-p): New functions.
736 * emacs-lisp/autoload.el (make-autoload):
737 Generate custom-autoload for autoloaded defcustoms.
739 * help-fns.el (describe-variable): Use custom-variable-p.
741 * simple.el (set-variable): Load deps of custom variables without type.
743 * cus-edit.el (custom-variable-prompt): Doc change.
744 Use custom-variable-p.
745 (customize-option): Remove search in loaddefs.el.
746 (customize-apropos): Use custom-variable-p.
747 (custom-save-variables): Use custom-variable-p to detect
750 2003-01-07 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
752 * mail/undigest.el (unforward-rmail-message): Skip all newlines
753 after the initial separator.
754 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
755 instead of Forwarded-from: and Forwarded-date:.
757 2003-01-07 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
759 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
762 2003-01-07 Andre Spiegel <spiegel@gnu.org>
764 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
767 2003-01-06 Dave Love <fx@gnu.org>
769 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
771 * language/chinese.el ("Chinese-EUC-TW"): New.
773 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
775 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
777 2003-01-05 Richard M. Stallman <rms@gnu.org>
779 * obsolete/uncompress.el: Display message that this pkg is obsolete.
781 * isearch.el (isearch-repeat): Error if try to repeat search and
782 there was no previous search.
784 * dired.el (dired-recursive-deletes): Fix custom type.
786 * dabbrev.el (dabbrev--substitute-expansion):
787 Convert all whitespace to single spaces,
788 except when it's carried over from the existing text.
790 * simple.el (split-line): Clean up implementation.
792 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
794 (rmail-variables): Specify case-insensitive matching for font-lock.
796 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
798 * mail/sendmail.el (mail-font-lock-keywords):
799 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
802 2003-01-05 Mark A. Hershberger <mah@everybody.org>
804 * xml.el (xml-substitute-special): Check for & last.
806 2003-01-05 Dave Love <fx@gnu.org>
808 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
810 2003-01-05 Dave Love <fx@gnu.org>
812 * international/mule-diag.el (non-iso-charset-alist):
815 * international/mule-cmds.el (locale-language-names):
816 Use Croatian, Swedish.
818 2003-01-05 Andreas Schwab <schwab@suse.de>
820 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
822 2003-01-05 Dave Love <fx@gnu.org>
824 * language/european.el ("Latin-6", "Croatian"): New.
825 ("Latin-7"): Fix nonascii-translation. Add input method.
826 ("Lithuanian", "Latvian"): Add nonascii-translation.
827 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
828 Fix nonascii-translation.
830 * language/georgian.el ("Georgian"): Fix nonascii-translation.
832 * international/mule-cmds.el (set-locale-environment):
833 Ignore empty values of environment variables.
835 * emacs-lisp/byte-opt.el (byte-optimize-nth)
836 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
838 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
840 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
841 Use let construction to bind buffer-read-only to nil.
842 (gdba): 'set height 0' in GDB.
843 (gdb-display-end, gdb-frame-handler): Corrections to forming
844 full expression name for header-line in display frame.
845 (gdb-info-breakpoints-custom): Highlight breakpoints since
846 they may be clicked on with mouse-2.
847 (gdb-quit): Delete frames of displayed expressions when quitting.
848 (gdb-delete-frames): New function.
849 (gdb-source-info): Don't create stack buffer automatically.
851 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
853 * xml.el (xml-substitute-special): Move "&" -> "&" last.
855 2003-01-04 Kim F. Storm <storm@cua.dk>
857 * simple.el (split-line): If present, copy fill-prefix from
858 current line to new line. Don't copy if prefix arg.
859 From Lisp, arg may be an alternative prefix string to copy.
860 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
862 * mail/sendmail.el (mail-split-line): New function.
863 (mail-mode-map): Remap split-line to mail-split-line.
865 2003-01-03 Dave Love <fx@gnu.org>
867 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
868 with new load-history format.
870 * international/mule-cmds.el (sort-coding-systems):
871 Adjust priority of utf-16 and x-ctext.
873 * international/utf-8.el (utf-translate-cjk):
874 Call optimize-char-coding-system-table.
876 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
877 Call optimize-char-coding-system-table.
879 * international/mule.el (register-char-codings): Don't call
880 optimize-char-coding-system-table here.
881 (keyboard-coding-system): Doc fix. Update :version.
883 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
884 (nroff-imenu-expression): New.
885 (nroff-mode): Use it.
887 * autoinsert.el (auto-insert-alist): Add man page skeleton.
889 2003-01-03 Andre Spiegel <spiegel@gnu.org>
891 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
894 2003-01-03 Kim F. Storm <storm@cua.dk>
896 * emulation/cua-base.el (cua--pre-command-handler):
897 Corrected handling of delete-selection properties.
899 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
901 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
902 documentation string when `sym' is non-nil.
904 2003-01-02 Steven Tamm <steventamm@mac.com>
906 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
907 Have scroll bars correctly default to being on the right for Mac
908 Carbon port by testing "mac-carbon" feature, not window-system.
910 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
912 * cus-edit.el (customize-group, customize-group-other-window):
913 Call custom-load-symbol unconditionally.
914 (customize-face, customize-face-other-window): Fix format arg.
916 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
918 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
921 2003-01-01 Richard M. Stallman <rms@gnu.org>
923 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
925 * files.el (backup-buffer): Cope if file-modes returns nil.
927 2002-12-30 Steven Tamm <steventamm@mac.com>
929 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
930 Have scroll bars correctly default to being on the right for Mac
933 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
935 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
936 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
937 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
938 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
939 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
940 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
941 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
942 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
943 (gdb-frames-mouse-select): Simplify.
944 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
945 consistent with other modes in emacs.
946 (gdb-display-source-buffer): Return window of source buffer
947 for (gud-display-line).
949 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
951 * button.el (defface button): Add group.
953 * cus-edit.el (customize-browse): Call `widget-setup'.
955 2002-12-29 Andreas Schwab <schwab@suse.de>
957 * Makefile.in: Generate cus-load.el and finder-inf.el in the
958 source directory. Change dependencies on lisp files to explicitly
960 (compile-calc): Fix command substitution.
961 * cus-dep.el (generated-custom-dependencies-file): New variable.
962 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
963 * finder.el (generated-finder-keywords-file): New variable.
964 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
966 2002-12-28 Richard M. Stallman <rms@gnu.org>
968 * info-look.el (info-lookup): Fix error message typo.
970 * comint.el (comint-mode): Locally set scroll-conservatively.
971 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
972 is active only when point is at end.
974 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
977 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
979 * simple.el (repeat-complex-command): Signal real error on failure.
981 2002-12-28 Andreas Schwab <schwab@suse.de>
983 * progmodes/make-mode.el (makefile-font-lock-keywords):
984 Highlight automatic variable references enclosed in parens and
985 optionally suffixed by F or D.
987 2002-12-27 Miles Bader <miles@gnu.org>
989 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
990 buffer-local variable.
992 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
994 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
995 the same way as `custom-buffer-create-other-window'.
996 (customize-variable-other-window, customize-option-other-window):
997 Definitions moved up.
999 2002-12-26 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1001 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
1002 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
1003 tramp.el. From Michael Albinus.
1004 * net/tramp-smb.el: New file for using smbclient to access
1005 Windows shares with Tramp. From Michael Albinus.
1007 2002-12-26 Andreas Schwab <schwab@suse.de>
1009 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
1011 2002-12-26 Andre Spiegel <spiegel@gnu.org>
1013 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
1014 order to get the latest version on the current branch.
1015 Update documentation of vc-BACKEND-checkout to explain this.
1017 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
1018 (vc-rcs-checkin): By default, specify the current workfile
1019 branch as the check-in revision.
1021 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
1023 * vc-sccs.el (vc-sccs-checkout): Likewise.
1025 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
1027 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
1028 of displayed expressions are deleted when the displayed expressions
1030 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
1031 deletion is handled by gdb-info-display-custom now.
1032 (gdb-source-info): Undo earlier change (do create display buffer
1035 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
1037 * cus-edit.el (custom-save-faces): Fix typo.
1039 2002-12-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1041 * mail/undigest.el (unforward-rmail-message): Do not assume that
1042 the forwarded message's Date: header comes after From:. Use a
1043 Forwarded-from: rather than a Forwarded-by: header. Add a
1044 Forwarded-date: header.
1046 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
1048 * gdb-ui.el (gdb-display-number-end): Make auto-display of
1049 expressions in GDB work on text-only terminals.
1050 (gdb-post-prompt): Compute current frame properly.
1051 (gdb-get-current-frame, gdb-frame-handler): New functions.
1052 (gdb-source-info): Move last statement into if clause.
1053 Tidy, improve documentation.
1055 2002-12-23 Richard M. Stallman <rms@gnu.org>
1057 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
1059 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
1060 (easy-menu-define): Doc fix, say SYMBOL can be nil.
1062 * window.el (save-selected-window): Save and restore
1063 selected windows of all frames.
1065 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
1066 Update custom types.
1068 2002-12-23 Alex Schroeder <alex@emacswiki.org>
1070 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
1071 Alex Schroeder's adaptation of Jan Vroonhof
1072 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
1074 * cus-edit.el (customize-save-variable): Take themes into account.
1075 (custom-variable-save): Take themes into account.
1076 (custom-variable-reset-saved): Add comment-widget.
1077 (custom-variable-reset-standard): Add comment-widget.
1078 (custom-variable-reset-standard): Take themes into account.
1079 (custom-face-save): Take themes into account.
1080 (custom-face-reset-standard): Take themes into account.
1081 (custom-save-variables): Take themes into account.
1082 (custom-save-faces): Take themes into account.
1083 (custom-save-resets): New function.
1084 (custom-save-loaded-themes): New function.
1085 (customize-save-customized): Take themes into account.
1087 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
1088 (custom-theme-set-faces): New function.
1089 (custom-theme-face-value): New function.
1090 (custom-theme-reset-internal-face): New function.
1091 (custom-theme-reset-faces): New function.
1092 (custom-reset-faces): New function.
1094 * custom.el (custom-known-themes): New variable.
1095 (custom-declare-theme): New function.
1096 (deftheme): New macro.
1097 (custom-make-theme-feature): New function.
1098 (custom-theme-p): New function.
1099 (custom-check-theme): New function.
1100 (custom-push-theme): New function.
1101 (custom-theme-set-variables): Take themes into account.
1102 (custom-loaded-themes): New variable.
1103 (custom-theme-loaded-p): New function.
1104 (provide-theme): New function.
1105 (require-theme): New function.
1106 (custom-remove-theme): New function.
1107 (custom-do-theme-reset): New function.
1108 (custom-theme-load-themes): New function.
1109 (custom-load-themes): New function.
1110 (custom-theme-value): New function.
1111 (custom-theme-variable-value): New function.
1112 (custom-theme-reset-internal): New function.
1113 (custom-theme-reset-variables): New function.
1114 (custom-reset-variables): New function.
1116 * cus-theme.el: New file.
1118 2002-12-23 Matthew Swift <swift@alum.mit.edu>
1120 * emacs-lisp/rx.el (rx-and): Generate a shy group.
1121 Specify `no-group' when calling rx-to-string.
1122 (rx-submatch): Specify `no-group' when calling rx-to-string.
1123 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
1124 (rx-atomic-p): New function.
1126 2002-12-23 Kevin Ryde <user42@zip.com.au>
1128 * info-look.el (info-lookup): For ease of use try item
1129 case-insensitive if not found case-sensitive.
1130 Do case sensitive search in index nodes, so items differing only in
1131 case go correctly to their respective nodes.
1133 2002-12-22 Richard M. Stallman <rms@gnu.org>
1135 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
1137 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
1140 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
1143 * textmodes/outline.el (outline-next-visible-heading):
1144 When going forward, test outline-invisible-p at start of header.
1146 2002-12-22 Kevin Ryde <user42@zip.com.au>
1148 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
1150 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
1152 (makeinfo-compile): Add a sentinel parameter.
1153 (makeinfo-compilation-sentinel-region): Renamed from
1154 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
1155 (makeinfo-region): Use this.
1156 * info.el (Info-revert-find-node): New function.
1158 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
1160 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
1161 process filter (gdba in gdb-ui.el only).
1162 (gdb-tooltip-print): New function.
1163 (tooltip-gud-process-output): Undo previous change.
1164 (tooltip-strip-annotations): Remove.
1166 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
1168 * gud.el (gud-menu-map): Add jdb support for "run".
1169 (gud-jdb-find-source-using-classpath): Use 'identity.
1170 (gud-jdb-marker-filter): Marker regexp and filename filtering
1171 change to support a backwards-incompatible change in Sun's jdb
1172 line number display in SDK versions 1.4.
1173 (gud-format-command): gud-find-class now requires two
1174 parameters (file and linenumber).
1175 (gud-find-class): Bulk of the change related to using c-syntactic
1176 symbols to locate nested class declarations in java sources
1177 visited by java-mode (cc-mode).
1179 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
1181 * gdb-ui.el: Remove the concept of an instance. This means that
1182 a lot of functions have been renamed. Accessors are prefixed with
1183 gdb-get, setters with gdb-set and the word instance has been
1184 removed from many function and variable names.
1185 (gdb-display-buffer): Protect source buffer as well
1186 as GUD buffer when requesting new buffers.
1187 (gdb-source-info): Two changes : Don't create display buffer
1188 automatically, compute source window correctly.
1190 2002-12-21 Richard M. Stallman <rms@gnu.org>
1192 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
1194 * ls-lisp.el (original-insert-directory): Make this a variable,
1195 don't set its function definition.
1196 (insert-directory): Use funcall to call that function.
1198 * bindings.el (help-echo): Change tooltip string.
1200 * chistory.el (command-history-map): Move definition up.
1202 * faces.el (help-xref-stack): Add defvar to avoid warning.
1204 2002-12-21 Andreas Schwab <schwab@suse.de>
1206 * dired.el (dired-insert-directory): Preserve text properties
1209 2002-12-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1211 * mail/undigest.el (rmail-mail-separator): Renamed from
1212 rmail-digest-mail-separator. All users changed.
1213 (unforward-rmail-message): Rewritten to be more robust and to
1214 additionally account for the common style of forwarding messages
1215 by citing them entirely with headers.
1217 2002-12-18 Dave Love <fx@gnu.org>
1219 * international/utf-8-subst.el: Deleted.
1221 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
1222 char-coding-system-table elements destructively.
1223 Use optimize-char-coding-system-table.
1225 * international/mule.el (optimize-char-coding-system-table): New.
1226 (register-char-codings): Use it.
1228 * international/utf-8.el (ucs-mule-cjk-to-unicode)
1229 (ucs-unicode-to-mule-cjk): Revert last change.
1230 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
1231 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
1232 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
1233 char-coding-system-table elements destructively.
1234 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
1235 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
1237 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
1239 * info.el (Info-dir-remove-duplicates): Avoid infloop when
1240 deleting last entry.
1242 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
1244 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
1245 rename gud-gdba-marker-filter.
1246 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
1247 (gdb-make-instance): Remove (put into gdba).
1248 Use gdb-instance-enqueue-input instead of
1249 gdb-instance-enqueue-idle-input for user functions.
1250 (gdb-instance-target-string): Simplify.
1251 (in-gdb-instance-context): Remove.
1254 2002-12-17 Kenichi Handa <handa@m17n.org>
1256 * international/mule.el (set-file-name-coding-system): New function.
1258 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
1259 Add bindings for set-file-name-coding-system.
1261 2002-12-17 Kenichi Handa <handa@m17n.org>
1263 * international/mule-cmds.el (universal-coding-system-argument):
1264 Bind coding-system-require-warning to t.
1265 (select-safe-coding-system): Handle t in the arg
1266 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
1267 coding-system to allow users to specify unsafe coding system on
1270 2002-12-16 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1272 * mail/undigest.el (rmail-digest-methods)
1273 (rmail-digest-mail-separator): New variables.
1274 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
1275 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
1276 (rmail-digest-parse-rfc934): New functions.
1277 (undigestify-rmail-message): Completely rewritten.
1279 2002-12-16 Kim F. Storm <storm@cua.dk>
1281 * ido.el (ido-read-file-name): Remove debug message.
1283 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
1285 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
1286 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
1287 (Buffer-menu-mode-width): New customization.
1288 (Buffer-menu-sort-column): New var.
1289 (Buffer-menu-no-header): New function for not changing header line and
1290 recognizing swapped M&R columns, used by modifying commands in Buffer
1292 (Buffer-menu-buffer+size): New function for variable width buffer name.
1293 (list-buffers-noselect): Rewritten for nicer menu.
1295 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
1297 * filesets.el (filesets-build-menu-now): Don't clear messages.
1299 * allout.el: Avoid name conflicts with outline.el.
1300 Replace globally string "outline-" with string "allout-".
1301 Replaced 1446 occurrences; there was no string "allout-" before the
1302 change and there seems to be no dependency on outline.el.
1303 Put `quotes' around many function and variable names.
1304 Doc changes to adjust to the change to prefix "allout-".
1305 Don't provide `outline'. Use " Allout" as mode line string,
1306 not " Outl". Put group `allout' in group `editing'.
1307 Update Copyright notice. Autoload `allout-init'.
1308 (allout-init): Give report also in case auto-activation was inhibited.
1309 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
1311 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
1313 * xml.el (xml-parse-tag): Allow spaces between / and >.
1315 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
1317 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1318 Insert missing space in file end comment.
1320 2002-12-15 Simon Josefsson <jas@extundo.com>
1322 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
1323 user-mail-address as sender.
1325 2002-12-15 Dave Love <fx@gnu.org>
1327 * international/mule-cmds.el (standard-keyboard-coding-systems):
1329 (set-locale-environment): Don't use it.
1331 * international/utf-8.el (ucs-mule-cjk-to-unicode)
1332 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
1333 (utf-subst-table-for-decode): Specify :size, :rehash-size.
1334 (utf-translate-cjk): :set rewritten to load subst-... files.
1336 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
1338 2002-12-15 Gustav H
\e,Ae
\e(Bllberg <gustav@virtutech.se> (tiny change)
1340 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
1341 buffer as modified unless it really is.
1343 2002-12-14 Andreas Schwab <schwab@suse.de>
1345 * wid-edit.el (widget-move): Don't loop infinitely when there is
1348 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
1350 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
1351 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
1352 Undo 2002/09/27 change because kill-buffer-hook is not
1355 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1356 Optimize the remaining part of for-effect and/or expressions.
1358 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
1360 * emacs-lisp/easy-mmode.el (define-minor-mode):
1361 Use `custom-current-group'. Pass all groups to the hook.
1362 (easy-mmode-define-global-mode): Use `custom-current-group'.
1364 * international/mule-cmds.el (current-language-environment):
1365 Set type according to `language-info-alist' also here.
1367 * progmodes/compile.el (compilation-menu-map):
1368 Use `kill-compilation' to stop compilation.
1370 2002-12-13 Kenichi Handa <handa@m17n.org>
1372 * language/european.el (encode-mac-roman): Fix last change.
1374 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1375 (ccl-encode-alternativnyj): Fix last change.
1377 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
1379 * gdb-ui.el: Improve documentation strings.
1380 (gdb-many-windows): Set default value to nil.
1382 2002-12-12 Dave Love <fx@gnu.org>
1384 * international/subst-big5.el, international/subst-gb2312.el:
1385 * international/subst-jis.el, international/subst-ksc.el: New.
1387 * custom.el (defcustom, custom-set-variables): Doc fix.
1389 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
1390 things protected by `(if (fboundp ...' or `(if (boundp ...'.
1392 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
1394 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1396 * progmodes/fortran.el (fortran-mode-abbrev-table):
1397 Handle `define-abbrev' with either 5 or 6 arguments.
1399 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
1401 * international/mule-cmds.el (set-language-info):
1402 Update custom-type of `current-language-environment'.
1403 (current-language-environment): Fix custom type.
1405 2002-12-11 Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>
1407 * progmodes/antlr-mode.el (antlr): New URL.
1409 2002-12-10 R. Bernstein <rocky@panix.com>
1411 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
1412 Fix erroneous print expression command, and fix typos.
1413 (perldb): Undo previous change in prompt regexp.
1415 2002-12-10 Steven Tamm <steventamm@mac.com>
1417 * generic-x.el (javascript-generic-mode): Added C style block
1418 comments as used in ECMA-262 standard.
1420 2002-12-10 Kenichi Handa <handa@m17n.org>
1422 * language/european.el ("Swedish"): Change tutorial file name to
1423 TUTORIAL.sv in this langauge environment..
1425 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
1427 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
1428 disable it buffer-locally.
1429 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
1430 `eventpt' and point.
1432 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
1433 (ibuffer-set-filter-groups-by-mode): Use it instead of
1434 `delete-duplicates' so we don't require cl library at runtime.
1435 (ibuffer-insert-filter-group-before): Don't use `position' so we
1436 don't require cl library at runtime.
1438 * chistory.el (command-history-mode): Add interactive spec.
1441 2002-12-09 Richard M. Stallman <rms@gnu.org>
1443 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
1445 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
1447 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
1448 customize type 'float is now defined.
1450 2002-12-09 Dave Love <fx@gnu.org>
1452 * international/code-pages.el (mik, pt154): New coding systems.
1454 * international/ucs-tables.el: Fix properly.
1456 2002-12-09 Andreas Schwab <schwab@suse.de>
1458 * international/ucs-tables.el: Fix last change.
1460 2002-12-09 Kenichi Handa <handa@m17n.org>
1462 * international/titdic-cnv.el (titdic-convert): Process the
1463 header part in multibyte mode.
1465 2002-12-08 Dave Love <fx@gnu.org>
1467 * international/code-pages.el (mule-diag): Move where it's required.
1469 * international/ucs-tables.el: Add latin-jisx0201 characters.
1470 Fix translation-table-for-input for lao, thai, tibetan.
1472 2002-12-08 Andreas Schwab <schwab@suse.de>
1474 * files.el (insert-directory): Insert free space only when
1475 listing a full directory.
1477 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
1479 * gdb-ui.el : Remove inappropriate key-bindings.
1480 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
1481 Parse correctly when breakpoint has no line number.
1482 (def-gdb-auto-update-handler, gdb-info-locals-handler),
1483 (gdb-display-end): Avoid using insert-buffer.
1484 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
1486 2002-12-07 Richard M. Stallman <rms@gnu.org>
1488 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
1489 (compilation-leave-directory-regexp-alist): Match byte compiler output.
1491 * emacs-lisp/cl-macs.el: Add local variable list
1492 to turn off cl-function warnings.
1494 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
1495 elements in load-history.
1496 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
1497 and cl-struct-setf-expander.
1499 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
1501 (autoload-print-form): Use autoload-print-form-outbuf.
1502 (generate-file-autoloads): Bind autoload-print-form-outbuf.
1504 * calendar/calendar.el (calendar-day-name): Move defn down.
1506 * speedbar.el (speedbar-directory-buttons-follow):
1507 Don't use directory-sep-char.
1509 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
1511 * register.el (describe-register-1): Use window-width
1512 to truncate string in a register. Check whether the string
1513 in a register is an empty string or a sequence of white spaces.
1515 2002-12-07 Andreas Schwab <schwab@suse.de>
1517 * faces.el (face-font-selection-order)
1518 (face-font-family-alternatives, face-font-registry-alternatives):
1519 Remove period from :tag value.
1521 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
1524 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
1526 * wid-edit.el (define-widget number): Clarify doc and error message.
1527 (define-widget float): New widget.
1529 2002-12-07 Andreas Schwab <schwab@suse.de>
1531 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
1533 * files.el (find-file-read-args): Reenable wildcard processing
1536 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
1538 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
1539 functions for copyright notice and copying permissions.
1540 (texinfo-copying, texinfo-insertcopying): New functions.
1542 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
1544 * textmodes/texinfmt.el (texinfo-format-ifxml)
1545 (texinfo-format-xml): New function.
1546 (ifxml, ifnotxml): New aliases.
1548 2002-12-06 Dave Love <fx@gnu.org>
1550 * international/utf-8-subst.el: Revert last change.
1552 2002-12-06 Miles Bader <miles@gnu.org>
1554 * info.el (Info-insert-dir): Make dir-node-cache variables
1555 buffer-local, so that killing the *info* buffer forces the
1556 dir-node to be rebuilt.
1558 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
1560 * finder.el (finder-compile-keywords): Don't insert a keyword to
1563 2002-12-05 Andreas Schwab <schwab@suse.de>
1565 * speedbar.el (speedbar-highlight-face): Fix face spec.
1567 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
1569 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
1570 gdb-proc with gud-comint-buffer instead.
1572 (def-gdb-var): Simplify.
1573 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
1574 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
1575 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
1576 (gdb-info-locals-handler): Avoid replace-regexp.
1578 * calendar/calendar.el (facemenu-unlisted-faces): Only update
1579 after facemenu is loaded.
1580 (calendar-font-lock-keywords): Accept non-ASCII month names.
1583 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
1584 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
1585 (gdba): Call `gdb' and then make modifications.
1586 Always call gdb-clear-inferior-io rather than just "the first time".
1587 (gud-break, gud-remove): Definitions moved to inside gdba.
1588 (gdb-target-name): Remove. Use gud-target-name instead.
1589 (gdba-complete-filter, gdba-common-init): Remove.
1590 The changes were integrated into the generic code.
1592 * gud.el: Use match-string.
1593 (gud-menu-map): Re-fix gdb-running to gud-running.
1594 Activate up/down and finish for pdb.
1595 (gud-def): Use backquotes.
1596 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
1597 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
1598 (gud-gdb-complete-break, gud-gdb-complete-list):
1599 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
1600 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
1601 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
1602 Add a `filter' argument and run it on `string'.
1603 (gud-gdb-run-command-fetch-lines): Use it instead of
1604 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
1605 Return the fetched lines.
1606 (gud-gdb-complete-command): Use it instead of cooking up
1607 something by hand using gud-gdb-complete-filter.
1608 (gud-gdb-get-stackframe): Use the new calling convention of
1609 gud-gdb-run-command-fetch-lines.
1610 (gud-gdb-fetched-stack-frame-list): Remove.
1611 (gud-gdb-speedbar-stack-filter): Remove.
1612 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
1613 (gud-bashdb-command-name): Add "--debugger" argument here.
1614 (bashdb): Use default gud-find-file and don't bother with
1615 a massage-args function now that --debugger is make explicit.
1616 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
1617 (bashdb): Don't provide.
1618 (gud-target-name): New var.
1619 (gud-common-init): Set it.
1620 Also reset gud-running and gud-last-last-frame.
1622 2002-12-05 Dave Love <fx@gnu.org>
1624 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
1625 mule-utf-16-le, mule-utf-16-be.
1627 2002-12-05 Richard M. Stallman <rms@gnu.org>
1629 * textmodes/outline.el (outline-mode): Doc fix.
1631 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
1633 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
1635 2002-12-05 Kenichi Handa <handa@m17n.org>
1637 * international/titdic-cnv.el (quail-misc-package-ext-info):
1638 Remove duplicate entry for chinese-b5-quick.
1639 (batch-miscdic-convert): Don't try to call miscdic-convert on
1640 files in the directory just following the arg "-dir".
1642 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
1644 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
1645 corresponding defvar.
1646 (gdb-inferior-io-mode-map): New var.
1647 Add bindings to it rather than to comint-mode-map.
1648 (gdb-display-number-end): Use dolist. Remove always-true test.
1649 (gdb-delete-line): Move and simplify.
1650 (gdb-display-end): Don't bother going to beg-of-line since we're there.
1651 (gdb-array-format1): Use dolist.
1652 (gdb-make-windows-menu, gdb-make-frames-menu):
1653 Move to top-level code. Move the menus to within the GUD menu.
1654 Make the menus only appear in gdba mode.
1656 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
1657 (gdb-inferior-io-mode): Use define-minor-mode.
1658 (gdb-source-info): Don't burp if there's no source file.
1659 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
1660 (gdb-inferior-io-stop, gdb-inferior-io-eof)
1661 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
1662 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
1663 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
1664 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
1665 (gdb-display-display-buffer, gdb-frame-display-buffer)
1666 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
1667 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1668 Remove the spurious left over arg from the "big reorg".
1670 2002-12-04 Richard M. Stallman <rms@gnu.org>
1672 * gud.el (gud-menu-map): Update for bashdb.
1673 (perldb): Change prompt regexp.
1674 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
1675 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
1677 * progmodes/cc-vars.el: Simply require wid-edit and custom
1678 in eval-when-compile.
1680 * progmodes/cc-menus.el: Don't require imenu.
1682 * progmodes/cc-langs.el: Don't require cl.
1683 (c-delete-duplicates): New function. Use instead of delete-duplicates.
1685 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
1686 Add an else-clause to the if to avoid confused compiler warning.
1688 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
1690 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
1692 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
1694 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
1695 Update gdb-running -> gud-running.
1696 (gdba): Use the default for gud-find-file.
1697 (def-gdb-variable): Remove: fold into def-gdb-var.
1698 (def-gdb-var): Use buffer-local-value and with-current-buffer.
1700 * gud.el (gud-running): Rename from gdb-running. Update uses.
1701 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
1702 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
1703 which fails if tool-bar.el is loaded in the mean time.
1704 (gud-file-name): New fun.
1705 (gud-find-file): Use it as default value for gud-find-file.
1706 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
1708 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
1709 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
1710 (gud-pdb-find-file, gud-jdb-find-file): Remove.
1711 (gud-query-cmdline): Don't stuff the whole cwd in the command.
1712 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
1713 (gud-mipsdbx-massage-args): Remove.
1714 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
1715 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
1716 (gud-jdb-command-name): New var.
1717 (gud-common-init): Re-instate RMS code of 11/13.
1719 2002-12-03 Dave Love <fx@gnu.org>
1721 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
1722 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
1723 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
1725 2002-12-03 Andreas Schwab <schwab@suse.de>
1727 * cus-edit.el (custom-display): Add checkbox for type mac.
1729 * whitespace.el (whitespace-highlight-face): Fix face spec.
1731 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
1733 * simple.el (completion-setup-function): Fix last change to use
1734 minibuffer-completing-file-name instead.
1736 * add-log.el (change-log-mode): Set indent-line-function explicitly
1737 to what it was before indent-line-function's default was changed.
1739 2002-12-02 Richard M. Stallman <rms@gnu.org>
1741 * textmodes/ispell.el (ispell-dict-map): Move specific
1742 dictionary selection into a submenu.
1744 * textmodes/fill.el (fill-indent-to-left-margin): New function.
1745 (fill-newline, fill-region-as-paragraph): Use that.
1747 * simple.el (completion-setup-function):
1748 Handle ffap-read-file-or-url-internal specially like
1749 read-file-name-internal.
1751 2002-12-02 Simon Marshall <marshals@perth>
1753 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
1755 2002-12-02 Fran
\e,Ag
\e(Bois Pinard <pinard@iro.umontreal.ca>
1757 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
1758 more make keywords: defined, endef, override, export, unexport
1761 2002-12-02 Dave Love <fx@gnu.org>
1763 * autoarg.el (autoarg-kp-mode): Give it a :group.
1765 2002-12-02 Noah Friedman <friedman@splode.com>
1767 * complete.el (PC-do-completion): Do not add wildcards to pattern
1768 unless filename is non-nil.
1770 2002-12-02 Andreas Schwab <schwab@suse.de>
1772 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
1774 * paren.el (show-paren-mismatch-face): Fix face spec.
1776 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
1778 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
1779 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
1781 * tooltip.el (tooltip-gud-process-output): Handle annotations that
1782 are output with gdba in gdb-ui.el.
1783 (tooltip-strip-annotations): New function.
1785 2002-12-29 Dave Love <fx@gnu.org>
1787 * autoarg.el (autoarg-mode): Give it a :group.
1789 2002-11-29 Bill Wohler <wohler@newt.com>
1791 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1792 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
1793 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
1796 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
1797 searches and speedbar support in MH-E version 7.0.
1799 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
1800 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
1801 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
1804 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
1806 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
1808 2002-11-29 Richard M. Stallman <rms@gnu.org>
1810 * mail/rmail.el (rmail-convert-to-babyl-format):
1811 Make search for message delimiter case-sensitive.
1813 * simple.el (yank-window-start): New variable.
1814 (yank): Record yank-window-start
1815 (yank-pop): Use yank-window-start.
1817 * info.el (Info-additional-directory-list): Doc fix.
1819 * indent.el (indent-according-to-mode, indent-region): Doc fix.
1821 * tooltip.el (tooltip-gud-tips-p): Doc fix.
1823 * eshell/em-script.el: Require eshell.
1825 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
1827 2002-11-29 Kim F. Storm <storm@cua.dk>
1829 * mwheel.el: Avoid accidental yanking of text while scrolling with
1830 the mouse wheel. This adds a short period after each mouse wheel
1831 scroll event where a click on the mouse wheel button is ignored.
1832 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
1833 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
1834 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
1835 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
1836 Start mwheel-inhibit-click-event-timer with timeout handler
1837 mwheel-inhibit-click-timeout.
1839 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
1841 * tooltip.el (tooltip-gud-tips-setup): Remove.
1842 (tooltip-gud-debugger): Remove.
1843 (tooltip-gud-print-command): Use gud-minor mode instead of
1844 tooltip-gud-tips-setup and tooltip-gud-debugger.
1846 * gdb-ui.el (gdb-starting): Set gdb-running to t.
1847 (gdb-stopped): Set gdb-running to nil.
1848 (gdb-quit): Reset some variables including tool-bar-map.
1850 * gud.el (gdb-running): New variable.
1851 (gud-menu-map): Use gdb-running to grey out toolbar buttons
1852 with gdba in gdb-ui.el.
1853 (gud-tool-bar-map): Move to avoid byte compiler warning.
1855 2002-11-27 Jason Rumney <jasonr@gnu.org>
1857 * files.el (file-truename): Canonicalize non-existent names on w32.
1859 2002-11-28 Kim F. Storm <storm@cua.dk>
1861 * ido.el (ido-xemacs): Remove defvar. All uses changed to
1862 check (featurep 'xemacs) instead.
1863 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
1865 2002-11-27 Dave Love <fx@gnu.org>
1867 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
1868 forms' block to top (before uses).
1869 (help-fns): Don't require at top level. (Recursively.)
1870 (cl-transform-lambda): Require help-fns.
1872 2002-11-26 Dave Love <fx@gnu.org>
1874 * language/european.el (encode-mac-roman): Deal with unencodable
1877 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1878 (ccl-encode-alternativnyj): Deal with unencodable characters.
1880 * international/code-pages.el (cp-make-coding-system): Deal with
1881 unencodable characters.
1883 2002-11-24 Richard M. Stallman <rms@gnu.org>
1885 * mail/sendmail.el (mail-signature): Handle case where
1886 value of mail-signature is a string.
1888 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
1890 * faces.el (face-set-after-frame-default): Ignore errors
1891 in face-spec-face-set.
1893 * cus-face.el (custom-declare-face): Add face-defface-spec
1894 prop after applying the face spec.
1896 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
1898 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
1899 print command for gdb to keep it out of the command history.
1901 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
1902 code to allow only one gdb process.
1904 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
1906 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
1909 2002-11-22 Simon Marshall <marshals@perth>
1911 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
1913 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
1915 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
1917 2002-11-20 Simon Josefsson <jas@extundo.com>
1919 * play/morse.el (morse-code): Add non-ASCII characters, according
1920 to table at http://www.soton.ac.uk/~scp93ch/morse/.
1922 2002-11-21 Richard M. Stallman <rms@gnu.org>
1924 * dired.el (dired-sort-inhibit): New variable.
1925 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
1927 * find-dired.el (find-dired): Set dired-sort-inhibit to t
1930 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
1932 * progmodes/sql.el: Added LINTER support.
1933 (sql-linter-program): New variable.
1934 (sql-linter-options): New variable.
1935 (sql-mode-menu): Added Linter keywords.
1936 (sql-mode-linter-font-lock-keywords): New variable.
1937 (sql-highlight-linter-keywords): New function.
1938 (sql-linter): New function.
1939 (sql-ms-options): New variable.
1942 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
1944 * ibuffer.el (ibuffer-formats): Change default value; bump width
1945 of size column in first format to 7.
1947 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
1949 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
1950 load-history since `defvar' now uses this format.
1952 * custom.el (custom-declare-variable): Use push.
1953 Use the (defvar . <sym>) format in load-history like `defvar' does.
1955 * subr.el (symbol-file): Accept a non-atomic `function' arg.
1956 (with-local-quit): Add debug and indentation info.
1958 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
1960 * subr.el (symbol-file): Remove unused variable `functions'.
1962 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
1964 * Makefile.in (setwins_almost): Renamed from finder_setwins.
1965 (custom-deps): Use it.
1966 (finder-data): Adjust to that name change.
1968 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
1970 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1971 Turn errors into messages so they don't get ignored.
1972 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
1973 (eldoc-beginning-of-sexp): Simplify.
1974 (eldoc-function-arglist): Remove.
1975 (eldoc-function-argstring): Use help-function-arglist instead.
1976 (eldoc-function-argstring-from-docstring-method-table)
1977 (eldoc-function-argstring-from-docstring): Remove.
1979 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1981 2002-11-19 Dave Love <fx@gnu.org>
1983 * emacs-lisp/bytecomp.el (maphash, map-char-table):
1984 Use byte-compile-funarg.
1986 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
1988 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
1990 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
1991 members here rather than with custom-add-to-group. This is the
1992 intended way of using defgroup and also lets
1993 custom-make-dependencies do its job.
1994 (defgroup vhdl-highlight-faces): Ditto.
1996 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
1997 Previous group name shadow is used in shadowfile.el.
1998 (shadows-compare-text-p): Use group lisp-shadow.
2000 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2002 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2004 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
2006 * register.el (describe-register-1): Don't assign to val the value
2007 returned by `remove-list-of-text-properties'.
2009 2002-11-18 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2011 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
2012 Grok month numbers, too.
2014 2002-11-18 Juanma Barranquero <lektu@terra.es>
2016 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
2018 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
2020 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
2022 * textmodes/refill.el (defgroup refill): New group.
2024 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
2026 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
2028 * textmodes/paragraphs.el (use-hard-newlines): Add group.
2030 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
2031 (compilation-minor-mode): Add group.
2033 * reveal.el (global-reveal-mode): Add group.
2035 * bookmark.el (bookmark-menu-length): Fix group name.
2037 2002-11-17 Richard M. Stallman <rms@gnu.org>
2039 * mail/rmail.el (rmail-ignored-headers): Add more headers.
2041 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
2042 (parse-time-val): Var renamed from `val'. All uses changed.
2044 * files.el (parse-time-rules): Mark it as risky.
2046 * finder.el (finder-commentary): Use buffer *Finder-package*.
2048 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
2050 * simple.el (indicate-unused-lines)
2051 (default-indicate-unused-lines): New variable aliases.
2053 2002-11-18 Kenichi Handa <handa@m17n.org>
2055 * progmodes/cc-vars.el: Undo previous change.
2057 2002-11-18 Kenichi Handa <handa@m17n.org>
2059 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
2061 * language/european.el (iso-latin-1): Make it safe.
2062 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
2063 (iso-latin-9): Likewise.
2065 * language/greek.el (greek-iso-8bit): Make it safe.
2067 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
2069 * language/lao.el (lao): Make it safe.
2071 * language/thai.el (thai-tis620): Make it safe.
2073 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
2075 * speedbar.el (defgroup speedbar): Use group 'etags instead of
2076 nonexisting group 'tags.
2078 * emacs-lisp/re-builder.el: Add provide call.
2080 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
2081 (feedmail-fiddle-plex-user-list): Fix typo in group name.
2083 * progmodes/make-mode.el (makefile-space-face): Fix group name.
2085 * textmodes/ispell.el (defgroup ispell): Arrange that definition
2086 starts at beginning of line.
2088 * textmodes/table.el (defgroup table-hooks): New group.
2089 (table-cell-map-hook): Fix typo in group name.
2091 * calendar/diary-lib.el (diary-button-face): Add group and version
2094 * warnings.el (defgroup warnings): New group.
2096 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
2098 * emacs-lisp/autoload.el (update-autoloads-from-directories):
2099 Sort the list of files with no autoloads.
2101 2002-11-16 Alan Shutko <ats@acm.org>
2103 * calendar/diary-lib.el (list-diary-entries): Pass a marker
2104 indicating source of entry to add-to-diary-list.
2105 (diary-button-face, diary-entry, diary-goto-entry): New, to
2106 support click to diary file.
2107 (fancy-diary-display): Buttonize diary entries.
2108 (list-sexp-diary-entries): Pass a marker indicating source of
2109 entry to add-to-diary-list.
2110 (diary-date): Return mark as well as entry.
2112 * calendar/calendar.el (diary-face): New.
2113 (european-calendar-display-form, describe-calendar-mode)
2114 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
2115 (calendar-make-alist): New.
2116 (calendar-mode): Set up font-lock mode.
2117 (generate-calendar-window): Fontify if font-lock-mode is on.
2119 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
2121 * international/codepage.el (cp866-decode-table): Fix the
2124 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2126 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
2127 caused existing function definitions to be overridden by
2128 phonies when the bytecomp environment is restored.
2130 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
2132 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
2133 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
2134 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
2135 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
2136 Icons for debugger (pbm files).
2138 2002-11-15 Richard M. Stallman <rms@gnu.org>
2140 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
2142 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
2144 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
2145 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
2146 (ibuffer-mode-hooks): Remove spurious defvar.
2147 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
2148 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
2149 `ibuffer-mode-hooks'.
2151 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
2153 * mail/rmailedit.el: Add provide call.
2155 * play/bruce.el: Add provide call.
2157 * emacs-lisp/gulp.el: Add provide call.
2159 2002-11-14 Richard M. Stallman <rms@gnu.org>
2161 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
2163 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
2165 * custom.el (custom-declare-group): Remove unnecessary line of code.
2167 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
2169 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
2171 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
2172 at end of diary file.
2174 2002-11-14 Kim F. Storm <storm@cua.dk>
2176 * files.el (mode-name): Mark it as risky-local-variable like the
2177 other mode-line elements (moved from bindings.el).
2179 * bindings.el (mode-name): Moved mark as risky-local-variable to
2182 2002-11-14 Juanma Barranquero <lektu@terra.es>
2184 * gud.el: Fix feature name in `provide'.
2186 * gdb-ui.el: Fix feature name in `require'.
2188 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2190 * progmodes/etags.el (find-tag-default): Copy text at point without
2193 2002-11-14 Kenichi Handa <handa@m17n.org>
2195 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
2197 2002-11-14 Kim F. Storm <storm@cua.dk>
2199 * textmodes/fill.el (fill-nobreak-invisible): New var.
2200 (fill-nobreak-p): Test it; return t if set and point invisible.
2201 (fill-newline): Test it; remove invisible prop on newline if set.
2203 * info.el (Info-fontify-node): New local list paragraph-markers.
2204 Record markers for mangled *note references on that list.
2205 When done, go back through those markers and fill each mangled
2206 paragraph with `fill-nobreak-invisible' let-bound to t.
2207 Don't use `display' property; insert "see" directly in buffer.
2209 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
2211 * gdb-ui.el: New file, User Interface for running GDB
2213 * gud.el:(gud-find-file): Set up GDB tool bar.
2214 (gud-menu-map): New commands: run, goto.
2215 Enable some commands for gdba.
2216 (gud-query-cmdline): Pass default directory to gdba.
2217 (gdb): Defune gud-goto and gud-run.
2218 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
2219 (gud-mode): Set up local tool bar.
2220 (gud-display-line): For gdba, call gdb-display-source-buffer.
2221 (gud-basic-call): For gdba, maybe delete the current prompt.
2222 (gud-tool-bar-map): New variable.
2223 (gud-read-address): Correction.
2225 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
2226 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
2227 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
2228 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
2231 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
2233 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
2235 2002-11-13 Andre Spiegel <spiegel@gnu.org>
2237 * vc-rcs.el (vc-rcs-registered): Improve comment.
2239 * vc-sccs.el (vc-sccs-registered): Improve comment.
2241 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2243 * progmodes/compile.el (compilation-error-regexp-alist):
2244 Don't include colon and space after a file name as part of the name.
2246 2002-11-13 Richard M. Stallman <rms@gnu.org>
2248 * gud.el (gdb): Undo 10-26 change.
2250 2002-11-13 Kenichi Handa <handa@m17n.org>
2252 * replace.el (occur-engine): Set buffer-file-coding-system of
2253 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
2255 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
2257 * custom.el (custom-handle-all-keywords): Fix arg passed to
2258 custom-add-to-group.
2260 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
2262 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
2263 (cvs-minor-mode-map): Add e binding in log-view-mode.
2265 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
2266 (perl-indent-line): Look at the open-paren to indent a close-paren.
2267 (perl-calculate-indent): Try to better indent args after hanging paren.
2268 Remove special code for open-paren-in-column-0.
2270 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
2271 (sgml-name-char): Use it.
2272 (sgml-tag-last, sgml-tag-history): New vars.
2273 (sgml-tag): Use them.
2274 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
2275 (sgml-delete-tag): Remove resulting empty lines.
2276 (sgml-tag) <symbol-plist>: Don't make intangible.
2277 (sgml-parse-tag-backward): Add limit argument.
2278 (html-autoview-mode): Use define-minor-mode.
2280 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
2282 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
2283 that the definition is found by `find-function-search-for-symbol'
2286 * vc-sccs.el (vc-sccs-registered): Ditto.
2288 * emulation/edt.el (defgroup edt): Arrange that definition starts
2289 at beginning of line.
2291 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
2293 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
2294 Remove autoload cookie.
2296 * newcomment.el (defgroup comment): Remove autoload cookie.
2298 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
2300 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2301 Declare with defvar, not with defcustom.
2303 * cus-dep.el: Don't require 'autoload.
2304 (custom-make-dependencies): Handle :version also for autoloaded
2307 * winner.el (defgroup winner): Arrange that definition starts at
2310 * emulation/edt.el: Simplify Emacs 19 compatibility.
2312 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
2314 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
2315 escape any format-like sequences it could contain.
2317 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
2319 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
2321 2002-11-11 Juanma Barranquero <lektu@terra.es>
2323 * bindings.el (mode-name): Mark it as risky-local-variable.
2325 2002-11-09 Dave Love <fx@gnu.org>
2327 * international/mule-cmds.el (current-language-environment):
2330 * international/ucs-tables.el: Revert to using
2331 translation-table-for-input instead of keyboard-translate-table.
2333 * international/quail.el (quail-input-string-to-events):
2336 * simple.el (quoted-insert): Bind translation-table-for-input,
2337 not keyboard-translate-table.
2339 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
2341 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
2343 * complete.el (PC-do-completion): Make partial-completion work
2344 with incomplete directory names.
2346 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
2347 standard-latex-block-names.
2348 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
2349 and renewtheorem. Highlight \it and \bf separately since they
2351 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
2352 (tex-font-lock-keywords-3, tex-verbatim-environments)
2353 (tex-font-lock-syntactic-keywords): New vars.
2354 (superscript, subscript, tex-verbatim-face): New faces.
2355 (tex-font-lock-syntactic-face-function): Handle \verb construct.
2356 (tex-common-initialization): Update font-lock-defaults setting.
2357 (tex-insert-braces): Make it into a skeleton.
2358 (latex-fill-nobreak-predicate): Don't break after \.
2359 (latex-insert-block): Rename from tex-latex-block.
2360 (latex-down-list): Use tex-mode-syntax-table when skipping parens
2361 rather than the indentation syntax-table.
2362 (latex-close-block): Rename from tex-close-latex-block.
2363 (latex-split-block): New fun.
2364 (latex-indent): Don't indent inside a verbatim block.
2365 (latex-find-indent): Stick \begin{verbatim} to the margin.
2367 2002-11-08 John Wiegley <johnw@gnu.org>
2369 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
2370 well as memq to find `global-mode-string' within
2371 `mode-line-format'. The structure of that variable has changed in
2374 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2376 * format.el (format-decode): Be careful with the order in `format'.
2378 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
2380 * eshell/em-glob.el: Require esh-util.
2381 (eshell-glob-initialize): Don't assume
2382 eshell-special-chars-outside-quoting is available.
2384 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
2385 a paragraph starter when filling non-comments.
2386 (fill-comment-paragraph): Don't narrow while doing the fill.
2387 Recognize paragraph starters and separators within comments.
2388 Use adaptive-fill-prefix when it works. Use comment-search-forward.
2390 * progmodes/compile.el (grep-default-command): New fun.
2392 (compilation-menu-map): New var.
2393 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
2394 (compilation-mode-map): Simplify.
2395 (compilation-shell-minor-mode, compilation-minor-mode):
2396 Use define-minor-mode.
2398 * elide-head.el (elide-head): Don't make intangible.
2400 * help.el (where-is): Rename map to defs (a list of syms is not a map).
2401 Test fboundp first, to speed things up. Use push.
2403 * isearch.el (isearch-hidden): New var.
2404 (isearch-search-and-update): Test it.
2405 (isearch-range-invisible): Set it.
2407 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
2408 paragraph-separate, comment-column, and fill-paragraph-function.
2409 Simplify outline-regexp.
2410 (tcl-do-fill-paragraph): Remove.
2412 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
2414 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
2416 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
2417 Definition moved down.
2418 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
2419 Do not declare :get property.
2420 (grep-use-null-device): Fix type. Do not declare :get property.
2422 * emacs-lisp/checkdoc.el (checkdoc-find-error):
2423 Use get-file-buffer instead of get-buffer.
2425 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
2428 2002-11-07 Juanma Barranquero <lektu@terra.es>
2430 * help.el (where-is): Report also aliases of the passed command.
2432 2002-11-06 Dave Love <fx@gnu.org>
2434 * simple.el (quoted-insert): Bind keyboard-translate-table around
2437 * international/ucs-tables.el: Use keyboard-translate-table coding
2438 system property, not translation-table-for-input, for
2439 vietnamese-viscii & al.
2440 (translation-table-for-input): Set,
2441 don't defvar, and make permanent-local.
2442 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
2443 set-buffer-major-mode-hook, not quail-activate-hook.
2444 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
2445 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
2446 Setup keyboard-translate-table, not translation-table-for-input.
2447 Modify set-buffer-major-mode-hook, not quail-activate-hook.
2448 (ucs-fragment-8859): Don't use translation-table-for-input coding
2450 (ucs-quail-activate): Deleted.
2451 (ucs-set-table-for-input): New.
2452 (ucs-minibuffer-setup): Use it.
2454 * international/quail.el (quail-input-string-to-events):
2455 Use keyboard-translate-table, not translation-table-for-input.
2457 * files.el (normal-mode): Call ucs-set-table-for-input.
2459 * international/mule.el (set-buffer-file-coding-system):
2460 Call ucs-set-table-for-input.
2462 2002-11-06 Richard M. Stallman <rms@gnu.org>
2464 * replace.el (query-replace, query-replace-regexp): Doc fixes.
2466 * emacs-lisp/bytecomp.el (byte-compile-lambda):
2467 Handle progn like let, inside interactive spec.
2469 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
2470 Initialize to a suitable sexp.
2471 (tex-view): Evaluate tex-dvi-view-command and use the value.
2473 2002-11-06 Kenichi Handa <handa@m17n.org>
2475 * international/mule.el (coding-system-eol-type-mnemonic):
2476 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
2478 2002-11-06 Kim F. Storm <storm@cua.dk>
2480 * info.el (Info-fontify-node): Fixed hiding of *note references
2481 with embedded file names like (xxx.yyy).
2482 Avoid making any lines visibly longer if hiding newlines inside
2483 note references by wrapping line after references if it contained
2484 a newline (unfortunaly this makes more lines appear "shorter").
2485 Properly reindent multi-line menu entry descriptions.
2487 2002-11-05 Juanma Barranquero <lektu@terra.es>
2489 * language/cyrillic.el ("Bulgarian"): Fix typo.
2491 * international/mule.el (coding-system-eol-type-mnemonic):
2492 Move from mule-util.el.
2494 * international/mule-util.el (coding-system-eol-type-mnemonic):
2497 2002-11-04 Juanma Barranquero <lektu@terra.es>
2499 * files.el (find-buffer-visiting): Accept new optional PREDICATE
2500 argument to return only a buffer that satisfies the predicate.
2501 (insert-file-1): New function.
2502 (insert-file-literally): Use it.
2503 (insert-file): Use it.
2505 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
2507 * desktop.el (desktop-relative-file-names): New variable.
2508 (desktop-save): Use it.
2510 2002-11-03 Andre Spiegel <spiegel@gnu.org>
2512 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
2513 its current version in dired.el.
2515 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
2517 * emacs-lisp/autoload.el (generate-file-autoloads)
2518 (update-file-autoloads): Strip .gz and other such extensions.
2519 (update-autoloads-from-directories): Also consider compressed files.
2521 * info.el (Info-streamline-headings): New var.
2522 (Info-dir-remove-duplicates): New fun.
2523 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
2524 (Info-select-node): Simplify handling of Info-header-line.
2525 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
2526 (Info-mode): Set header-line-format once and for all.
2527 (Info-fontify-node): Accept bogus first line with `File:' missing.
2528 Only make first line invisible if Info-use-header-line.
2529 Don't use `intangible': it's evil. Use inhibit-read-only.
2530 (Info-follow-reference, Info-next-reference, Info-prev-reference)
2531 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
2532 since we don't use intangible any more.
2534 * image.el (insert-image): Don't make intangible since
2535 adjust_point_for_property should be sufficient by default.
2537 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2539 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
2540 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
2541 (fill-paragraph): Use them.
2543 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2544 Use fill-comment-paragraph.
2546 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2548 * bindings.el (mode-line-change-eol)
2549 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
2550 (mode-line-mule-info): Use them for the EOL part of the modeline.
2552 * server.el (server-sentinel): Kill buffers if applicable.
2553 (server-temp-file-p): Make arg optional.
2554 (server-done): Use it to simplify.
2555 (server-switch-buffer): If server-window is a function, use it.
2557 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
2558 (undigestify-rmail-message): Fix paren-bug and simplify.
2560 2002-11-02 Kim F. Storm <storm@cua.dk>
2562 * info.el (Info-hide-note-references): nil value now does no
2563 reformatting at all. New choice 'tag reformats tag but shows
2564 the section reference.
2565 (Info-fontify-node): Use it.
2567 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
2569 * textmodes/tex-mode.el (tex-common-initialization):
2570 comment-start-skip shouldn't match on the next line.
2572 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
2573 Don't bother making paragraph-start a superset of paragraph-separate.
2574 Use line-beginning-position.
2576 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
2577 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
2579 2002-11-01 Kim F. Storm <storm@cua.dk>
2581 * info.el (Info-hide-note-references): New defcustom.
2582 (Info-fontify-node): Use it.
2584 2002-10-31 Kim F. Storm <storm@cua.dk>
2586 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
2587 --noediting option; added run-time check to exclude it.
2589 * info.el (Info-follow-reference, Info-next-reference)
2590 (Info-prev-reference, Info-try-follow-nearest-node):
2591 Bind inhibit-point-motion-hooks to t while parsing reference.
2592 (Info-fontify-node): When font-lock-mode is enabled, display
2593 "*note" and "* menu" references in a more user friendly format.
2595 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
2597 * textmodes/fill.el (fill-move-to-break-point): Skip white space
2598 _before_ checking to see if we're hitting the margin.
2599 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
2600 it's now done by the C primitives. Don't use narrowing.
2601 Reorganize the line-breaking part of the code to simplify the control
2602 flow and make it work in the absence of narrowing.
2603 (fill-region): Don't use narrowing.
2605 2002-10-30 Dave Love <fx@gnu.org>
2607 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2608 (po-find-charset): Doc fix. Remove interactive spec.
2610 (po-find-file-coding-system-guts): Re-written to use
2611 coding-system-alist, and code-pages, not codepage stuff.
2613 * term/x-win.el: Remove some ancient compatibility code.
2614 Populate x-keysym-table.
2616 2002-10-30 Andreas Schwab <schwab@suse.de>
2618 * subr.el (replace-regexp-in-string): Doc fix.
2620 2002-10-29 Dave Love <fx@gnu.org>
2622 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
2624 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
2626 * international/mule-conf.el: Doc fixes.
2628 2002-10-29 Richard M. Stallman <rms@gnu.org>
2630 * server.el (server-switch-buffer): Say when no server buffers remain.
2632 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
2634 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2636 * progmodes/make-mode.el (makefile-warn-continuations):
2637 Call re-search-forward with NOERROR t.
2639 2002-10-29 Kim F. Storm <storm@cua.dk>
2641 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
2642 incomplete list of matches to be returned.
2644 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2646 * textmodes/texinfo.el (texinfo-environments): Add environment;
2647 copying, documentdescription, ifplaintext, ifnotplaintext, and
2650 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
2651 (ifplaintext, ifnotplaintext)
2652 (afourpaper, afivepaper, afourlatex, afourwide)
2653 (documentlanguage, documentencoding): New aliases.
2655 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
2657 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
2658 up filter groups menu. Preserve point unless a menu command has
2659 moved it from point clicked.
2661 2002-10-29 David Kastrup <dak@lola.goethe.zz>
2663 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
2664 calc-refresh-evaltos appears to need this.
2666 2002-10-28 Dave Love <fx@gnu.org>
2668 * international/mule-diag.el (non-iso-charset-alist): Move to
2669 avoid compilation warning.
2670 (mule-diag): Provide.
2672 * international/code-pages.el (cp-make-coding-system):
2673 Use utf-translation-table-for-decode, not
2674 utf-8-translation-table-for-decode.
2675 (mule-diag): Require.
2677 * language/thai-util.el (thai-composition-function): Don't use prog1.
2679 * language/lao-util.el (lao-composition-function): Don't use prog1.
2681 * language/european.el (diacritic-composition-function):
2682 Modify confused prog1 form.
2684 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
2685 (quail-keyboard-layout): Customize.
2686 Move after quail-keyboard-layout-alist.
2688 2002-10-28 Miles Bader <miles@gnu.org>
2690 * progmodes/make-mode.el (makefile-warn-continuations):
2691 Don't barf when there _aren't_ any suspicious continuations.
2693 2002-10-28 Matthew Swift <swift@alum.mit.edu>
2695 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
2697 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
2699 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
2701 2002-10-27 Andreas Schwab <schwab@suse.de>
2703 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
2704 end-of-comment syntax.
2706 2002-10-27 Kim F. Storm <storm@cua.dk>
2708 * ido.el (ido-cannot-complete-command): New defcustom, default to
2709 ido-completion-help (similar to iswitchb-cannot-complete-hook).
2710 (ido-complete): Call value of ido-cannot-complete-command rather
2711 than ido-completion-help when no common completion.
2713 2002-10-27 Dave Love <fx@gnu.org>
2715 * international/code-pages.el (iso-8859-11): New.
2717 2002-10-27 Kim F. Storm <storm@cua.dk>
2719 * pcvs.el (cvs-checkout): Use read-directory-name.
2720 (cvs-query-directory): Likewise.
2722 2002-10-26 Richard M. Stallman <rms@gnu.org>
2724 * progmodes/make-mode.el (makefile-cleanup-continuations):
2725 Default for variable is nil.
2726 (makefile-warn-continuations): New function.
2727 (makefile-mode): Put it on write-file-functions.
2729 * international/mule-cmds.el (select-safe-coding-system):
2730 Delete debugging setq.
2732 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
2735 * startup.el (command-line): Look for .emacs under ~/.emacs.d
2738 * simple.el (toggle-truncate-lines): When turning off truncation,
2739 clear out the hscroll value in this buffer's windows.
2741 * simple.el (display-message-or-buffer): Don't display empty
2742 output in the echo area.
2744 * man.el (Man-default-man-entry): Don't look for all word chars,
2745 look only for characters that are normally part of a shell command.
2747 * gud.el (gdb): Pass default-directory to GDB via -cd option.
2749 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
2751 * find-file.el (ff-find-related-file): Fix autoload cookie.
2753 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
2754 risky-local-variable-p.
2756 * files.el (risky-local-variable-p): VAL=nil has special meaning.
2758 * Makefile.in (compile-always): Avoid error in old Bash versions.
2760 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
2762 * textmodes/picture.el (picture-mouse-set-point): New command.
2763 (picture-mode-map): Bind it.
2764 (picture-motion-reverse): Doc fix.
2766 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
2768 * textmodes/outline.el (outline-next-heading): Make sure the match-data
2769 is really correct where returning.
2771 2002-10-24 Matthew Swift <swift@alum.mit.edu>
2773 * textmodes/outline.el (outline-minor-mode): Add customization group.
2775 2002-10-23 Richard M. Stallman <rms@gnu.org>
2777 * files.el (risky-local-variable-p): New arg VAL.
2778 (compile-command): Use `stringp' for `safe-local-variable' prop.
2779 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
2781 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2783 * woman.el (woman-version): Update to 0.551 (beta).
2784 (woman-parse-colon-path): Add support for current Cygwin mount
2786 (woman-Cyg-to-Win): New function to convert absolute filename from
2787 Cygwin to Windows form by executing external program cygpath if
2789 (woman-man.conf-path): Update default to current common locations
2790 and to support Cygwin; update documentation.
2791 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
2792 match possible names of man.conf file; tidy code and documentation.
2793 (woman-manpath): Simplify default and documentation; essentially
2794 move code that was here into `woman-parse-colon-path'.
2795 (woman-default-indent): Change Linux to GNU in documentation.
2796 (woman-addition-face): Make documentation consistent with other
2798 (woman-emulate-tbl): New variable, determines whether tbl
2799 emulation is required.
2800 (woman-decode-region): Add check for preprocessor requests.
2801 (woman0-process-escapes, woman-special-characters)
2802 (woman-get-next-char, woman-parse-numeric-value): Add support for
2803 long groff names of the form [xxx].
2804 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
2805 (woman2-PD, woman2-na): Doc fix.
2806 (woman-match-name): New function.
2807 (woman2-TS): New function.
2808 (woman2-TE): New alias for `woman2-fi'.
2810 2002-10-23 Kim F. Storm <storm@cua.dk>
2812 * ido.el (ido-restrict-to-matches): New command.
2813 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
2815 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
2817 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
2818 multiple redirection can work.
2820 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
2822 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
2823 Don't hardcode point-min == 1.
2825 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
2826 (hexl-mode, hexl-current-address, hexl-address-to-marker)
2827 (hexl-insert-char): Don't hardcode point-min == 1.
2828 (hexl-isearch-search-function): New fun.
2829 (hexl-mode-old-isearch-search-fun-function): New var.
2830 (hexl-mode): Use them.
2831 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
2832 Use write-contents-functions rather then write-contents-hooks.
2834 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
2835 (paragraph-indent-text-mode-abbrev-table)
2836 (paragraph-indent-text-mode-syntax-table): Remove.
2837 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2839 2002-10-21 Juanma Barranquero <lektu@terra.es>
2841 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
2842 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
2844 2002-10-20 Andreas Schwab <schwab@suse.de>
2846 * apropos.el (apropos-group): Use customize-group-other-window.
2848 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
2850 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
2851 to just "/" instead of "/ p".
2852 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
2854 2002-10-18 Juanma Barranquero <lektu@terra.es>
2856 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
2857 ELSE expression on IF.
2859 2002-10-17 Juanma Barranquero <lektu@terra.es>
2861 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
2863 * subr.el (remq): Likewise.
2865 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
2867 * vc-hooks.el (vc-insert-file): Likewise.
2869 * vcursor.el (vcursor-other-window): Likewise.
2871 * wid-edit.el (widget-choose): Likewise.
2873 * calendar/diary-lib.el (diary-name-pattern): Likewise.
2875 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
2877 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
2879 * emulation/edt-mapper.el (top-level): Likewise.
2881 * eshell/esh-var.el (eshell/define): Likewise.
2883 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
2884 (feedmail-queue-draft-directory): Likewise.
2886 * net/netrc.el (netrc-parse): Likewise.
2888 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
2890 * progmodes/ebrowse.el (ebrowse-ts)
2891 (ebrowse-view/find-file-and-search-pattern)
2892 (ebrowse-draw-file-member-info): Likewise.
2894 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
2896 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
2898 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
2900 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
2902 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
2904 2002-10-17 Dave Love <fx@gnu.org>
2906 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
2908 * international/code-pages.el (cp-make-translation-table): Use
2909 ucs-mule-to-mule-unicode.
2910 (cp-fix-safe-chars): Fix typo.
2911 (non-iso-charset-alist): Don't define.
2912 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
2913 Define translation-table-for-input.
2915 (alternativnj): Don't define alias.
2918 * language/european.el ("Slovenian"): Use slovenian input-method.
2919 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
2921 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
2923 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
2924 (cp866): Delete this alias.
2925 ("Bulgarian"): Fix the value of `input-method'.
2927 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
2929 * dired-aux.el (dired-add-entry): Put point in correct position
2930 before inserting marker char.
2932 2002-10-16 Andreas Schwab <schwab@suse.de>
2934 * dired.el (dired-readin-insert): Expand dired-directory.
2936 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
2938 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
2940 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
2941 reftex.el. Move the provide call to end of file.
2943 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
2945 2002-10-15 Dave Love <fx@gnu.org>
2947 * man.el (Man-getpage-in-background): Set width in environment.
2949 2002-10-15 Kenichi Handa <handa@m17n.org>
2951 * mail/sendmail.el (sendmail-send-it): Call
2952 select-message-coding-system before changing the current bufer to
2955 2002-10-14 Andre Spiegel <spiegel@gnu.org>
2957 * files.el (insert-directory): Handle //SUBDIRED// lines in
2958 recursive listings from ls --dired.
2960 * vc.el (vc-dired-reformat-line): Simplified. Handles text
2961 properties correctly now.
2963 2002-10-14 Juanma Barranquero <lektu@terra.es>
2965 * international/mule.el (set-selection-coding-system): Fix spacing.
2967 2002-10-13 Richard M. Stallman <rms@gnu.org>
2969 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2970 Treat `ignore' specially--prevent warnings about functions
2971 called for effect, in its args.
2972 Don't warn when `pop' is used for effect.
2974 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
2976 * uniquify.el (uniquify-get-proposed-name):
2977 Don't use directory-sep-char.
2979 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
2981 * find-file.el (ff-related-file-alist): New alias.
2982 (ff-find-related-file): New alias.
2984 2002-10-13 Andreas Schwab <schwab@suse.de>
2986 * dired.el (dired-insert-directory): When looking for existing
2987 indentation, goto OPOINT instead of beginning of buffer.
2989 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
2991 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
2993 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
2995 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
2997 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
2999 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
3000 frame from frame of selected window.
3001 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
3002 changing selected windows.
3003 (ediff-setup-control-frame): Make sure auto-rase is properly set for
3006 2002-10-10 Simon Josefsson <jas@extundo.com>
3008 * browse-url.el (browse-url-mozilla): Doc fix.
3010 2002-10-10 Steve Youngs <youngs@xemacs.org>
3012 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
3013 (browse-url-mozilla): Use it.
3015 2002-10-11 Miles Bader <miles@gnu.org>
3017 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
3018 files contains an invalid timestamp.
3020 2002-10-11 Simon Josefsson <jas@extundo.com>
3022 * mail/sendmail.el (mail-envelope-from): New option `header' to
3023 use RFC 2822 From: header as the envelope address.
3024 (mail-envelope-from): New function, this should be used instead of
3025 looking at the `mail-envelope-from' variable.
3026 (sendmail-send-it): Use it.
3028 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
3030 2002-10-11 Andre Spiegel <spiegel@gnu.org>
3032 * dired.el (dired-insert-directory): Fix check for indentation
3035 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
3036 properties from the reformatted line.
3038 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
3040 * textmodes/paragraphs.el (forward-paragraph): Keep track of
3041 remaining paragraphs to skip more carefully.
3043 * add-log.el (add-change-log-entry): Don't call find-file at all
3044 if we're already in the proper buffer.
3045 (change-log-resolve-conflict): New fun.
3046 (change-log-mode): Use it and use define-derived-mode.
3047 (change-log-merge): Allow other-log to be a buffer.
3048 Don't add a \n if there are already enough \n's.
3050 * finder-inf.el, subdirs.el, cus-load.el: Remove.
3052 * finder.el ("finder-inf"): Don't fail if the file is absent.
3054 * cus-dep.el (custom-make-dependencies): Don't use find-file.
3055 Use feature names rather than file names if applicable.
3057 * cus-edit.el (customize-mode): New command.
3059 * custom.el (custom-group-of-mode): New fun.
3060 (custom-load-symbol): Don't use preloaded-file-list now that
3061 load-history is always complete. Don't look up the expanded file
3062 name in load-history (looked like an XEmacsism).
3064 * smerge-mode.el (smerge-ediff): Autoload.
3065 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
3066 (smerge-resolve-function): New var.
3067 (smerge-resolve): New command.
3068 (smerge-basic-map): Bind it.
3070 2002-10-10 Andre Spiegel <spiegel@gnu.org>
3072 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
3073 CVS/Entries, rather than comparing it textually.
3075 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
3077 * international/encoded-kb.el: Add `provide' call.
3079 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
3081 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
3082 ln(-1) should be i*pi, not pi.
3084 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
3086 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
3087 instead of require to avoid loops when loaddefs.el is loaded after
3090 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
3091 (Custom-reset-saved): Don't test for saved-value.
3093 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
3095 * vc.el (vc-find-version): Use the new backend op `find-version'.
3096 (vc-default-find-version): Provide the new backend op `find-version'
3097 in terms of the old `checkout' op.
3099 * vc-rcs.el (vc-rcs-find-version): New fun.
3100 (vc-rcs-checkout): Remove `workfile' arg and simplify.
3102 * vc-sccs.el (vc-sccs-find-version): New fun.
3103 (vc-sccs-checkout): Remove `workfile' arg and simplify.
3105 * vc-cvs.el (vc-cvs-find-version): New fun.
3107 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
3109 * info.el (Info-next-menu-item, Info-last-menu-item)
3110 (info-emacs-manual): Add docstrings.
3111 (Info-index): Use `string-to-number' instead of `string-to-int'.
3113 2002-10-08 Kenichi Handa <handa@m17n.org>
3115 * international/ucs-tables.el (ucs-translation-table-for-decode):
3116 Define it as a translation-table.
3118 2002-10-07 Richard M. Stallman <rms@gnu.org>
3120 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3122 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
3123 properties of the variables being initialized.
3125 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
3127 2002-10-07 Kim F. Storm <storm@cua.dk>
3129 * emulation/cua-base.el (cua-normal-cursor-color):
3130 Fixed initialization to make "Erase Customization" work.
3132 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
3134 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
3135 in case some other package redefined it.
3136 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
3138 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
3139 forward-paragraph to make sure its return value is meaningful.
3141 2002-10-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3143 * net/tramp.el: Version 2.0.25 released.
3144 (tramp-handle-file-truename): If it's a directory,
3145 append slash only if result doesn't end in a slash already.
3146 (tramp-handle-file-truename): Restructure logic. If list of steps
3147 is nil, return "/" as the real name.
3148 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
3149 `match-string' doesn't make sense. From Michael Albinus.
3150 (tramp-host-with-port-regexp): New defcustom. Equal to previous
3151 `tramp-host-regexp'. From Michael Albinus.
3152 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
3153 scanning files like .rhosts would take comments as host names.
3154 From Michael Albinus.
3155 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
3156 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
3157 From Michael Albinus.
3158 (tramp-action-terminal): New function.
3159 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
3160 (tramp-actions-before-shell): Use them.
3161 (tramp-handle-shell-command): Logic error. From Ivan
3162 Zakharyaschev <imz@altlinux.org>.
3164 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
3166 * thingatpt.el (thing-at-point-uri-schemes): New variable.
3167 (thing-at-point-url-regexp): Use it.
3169 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3171 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
3174 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
3176 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
3177 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
3178 (vc-print-log): Don't check log-view-mode.
3179 (vc-default-show-log-entry): Don't check log-view-goto-rev.
3180 (vc-log-mode): Remove.
3181 (vc-log-edit): Don't check log-edit.
3183 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
3185 * vc-cvs.el (vc-cvs-show-log-entry):
3186 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
3188 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
3190 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
3192 * vc.el (vc-default-show-log-entry): Fix typo.
3194 2002-10-04 Steven Tamm <steventamm@mac.com>
3196 * term/mac-win.el: Add lines to handle the new [return] event.
3198 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
3200 * textmodes/fill.el (fill-paragraph): Give up if there's no
3201 paragraph at or after point.
3203 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
3205 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
3206 (vc-default-show-log-entry): New fun.
3208 * subr.el (read-key-auxiliary-map, read-key): Remove.
3209 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
3211 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
3213 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
3214 menu pseudo-keys generated by easymenu which are lowercase in
3217 * progmodes/ada-xref.el
3218 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
3220 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
3222 * frame.el (delete-frame-hook): Variable alias for
3223 `delete-frame-functions'. Mark obsolete.
3225 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
3227 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
3228 (outline-5, outline-6, outline-7, outline-8): New faces.
3229 (outline-font-lock-faces, outline-font-lock-levels): New vars.
3230 (outline-font-lock-face): New fun.
3231 (outline-font-lock-keywords): Use it.
3232 (outline-font-lock-level): Remove.
3233 (outline-mode, outline-next-preface, outline-next-heading)
3234 (outline-previous-heading, outline-next-visible-heading):
3236 (outline-level) <var>: Update calling convention.
3237 (outline-level) <fun>: Take advantage of it.
3238 (outline-demote): Don't assume the match-data is still uptodate.
3239 (outline-up-heading): Simplify and make sure the match data is
3240 properly set at the end.
3242 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
3244 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
3247 * startup.el (normal-top-level): Reset standard-value property of
3248 `user-full-name' here.
3250 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
3252 * wid-edit.el (widget-default-get): Change to return external
3254 (widget-choice-action): Update caller.
3255 (widget-editable-list-entry-create): Update caller.
3257 * wid-edit.el (widget-types-copy): New function.
3258 (default): Added :copy keyword.
3259 (menu-choice): Ditto.
3261 (radio-button-choice): Ditto.
3262 (editable-list): Ditto.
3264 (widget-copy): New function.
3265 (widget-create-child): Use it.
3266 (widget-create-child-value): Use it.
3268 2002-10-01 Bill Wohler <wohler@newt.com>
3270 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3271 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
3272 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
3273 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
3274 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
3275 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
3276 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
3277 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
3278 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
3279 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
3280 There were no user-visible changes in 6.1.1 from 6.1--only the
3281 section of the Makefile that installs the files into Emacs was changed.
3283 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
3285 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
3286 works when font-lock is turned off.
3288 * jit-lock.el (jit-lock-fontify-now): Don't widen.
3289 Let the jit-lock-functions do it if they want to.
3291 2002-10-01 Juanma Barranquero <lektu@terra.es>
3293 * eshell/esh-module.el (eshell-load-defgroups):
3294 Add "no-byte-compile: t" to subdirs.el.
3296 * makefile.w32-in (update-subdirs-CMD): Likewise.
3304 * international/mule-conf.el:
3305 * language/czech.el:
3306 * language/devanagari.el:
3307 * language/english.el:
3308 * language/georgian.el:
3309 * language/greek.el:
3310 * language/hebrew.el:
3311 * language/japanese.el:
3312 * language/korean.el:
3314 * language/misc-lang.el:
3315 * language/romanian.el:
3316 * language/slovak.el:
3318 * language/utf-8-lang.el:
3319 * emacs-lisp/cl-specs.el:
3320 * eshell/esh-maint.el:
3321 * mail/blessmail.el:
3327 * term/iris-ansi.el:
3342 * term/wyse50.el: Add "no-byte-compile: t" in first line.
3344 2002-10-01 Kenichi Handa <handa@m17n.org>
3346 * international/utf-16.el: Don't provide utf-16.
3348 * international/utf-8.el (ccl-decode-mule-utf-8):
3349 Remove unnecessary line.
3351 2002-09-30 Kenichi Handa <handa@m17n.org>
3353 * language/thai.el (thai-tis620): Add `mime-charset' property.
3355 * language/indian.el: Don't register "ISO10646.*-1" in
3356 font-ccl-encoder-alist.
3358 * language/cyrillic.el (ccl-decode-koi8): Refer to
3359 ucs-translation-table-for-decode.
3360 (ccl-decode-koi8-u): Likewise.
3361 (ccl-decode-alternativnyj): Likewise.
3362 (cyrillic-koi8): Put `dependency' property.
3364 (cyrillic-alternativnyj): Likewise.
3366 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
3367 this translation-table name here.
3368 (utf-translation-table-for-encode): New translation-table name.
3369 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
3370 (utf-defragmentation-table): New variable.
3371 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
3372 (utf-subst-table-for-encode): New translation-table name.
3373 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
3374 (utf-subst-table-for-decode): New translation-table name.
3375 (utf-fragment-on-decoding): Renamed from
3376 utf-8-fragment-on-decoding. Correctly handle the case that
3377 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
3379 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
3380 Handle mule-utf-16-le and mule-utf-16-be too.
3381 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
3382 and utf-subst-table-for-decode.
3383 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
3384 and utf-subst-table-for-encode.
3385 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
3387 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
3388 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
3389 utf-8-subst-rev-table.
3391 * international/utf-16.el (utf-16-decode-ucs): Look up
3392 utf-subst-table-for-decode. Fix for the case that the looking up
3394 (ccl-decode-mule-utf-16-le): Translate characters by
3395 utf-translation-table-for-decode.
3396 (ccl-decode-mule-utf-16-be): Likewise.
3397 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
3398 at first. Translate characters by utf-translation-table-for-encode.
3399 (ccl-encode-mule-utf-16-be): Likewise.
3400 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
3402 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
3404 * international/ucs-tables.el: Don't bind
3405 utf-8-translation-table-for-decode while setting up
3406 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
3407 iso-8859-* coding systems.
3408 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
3409 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
3410 populate the translation table named
3411 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
3412 ucs-mule-to-mule-unicode populates the translation table named
3413 utf-translation-table-for-encode. Call register-char-codings for
3414 mule-utf-16-be and mule-utf-16-le too.
3415 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
3416 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
3417 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
3418 non-nil, make a proper char-table populates the translation table
3419 name utf-translation-table-for-encode. Call register-char-codings
3420 for all mule-utf-* to to reset their status to the origianl.
3421 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
3422 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
3423 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
3424 (ccl-encode-unicode-font): Delete.
3425 (ucs-tables-unload-hook): Delete.
3427 * international/mule.el (decode-char): Refer to the translation
3428 hash table named utf-subst-table-for-decode. Refer to the
3429 translation table named utf-translation-table-for-decode instead
3430 of utf-8-translation-table-for-decode.
3431 (encode-char): Refer to the translation hash table named
3432 utf-subst-table-for-encode. Refer to the translation table named
3433 utf-translation-table-for-encode instead of
3434 utf-8-translation-table-for-encode.
3436 * international/mule-diag.el (describe-coding-system):
3437 Describe `dependency' property.
3439 * international/mule-conf.el (emacs-mule): Add property `composition'.
3441 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
3442 translation table name here.
3443 (ucs-mule-cjk-to-unicode): New translation table name.
3444 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
3445 (font-ccl-encoder-alist): Change the font registry pattern to
3448 2002-09-30 Colin Walters <walters@gnu.org>
3450 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
3453 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
3454 `executing-kbd-macro' and `defining-kbd-macro'.
3456 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
3457 Call `calc-flush-caches' with inhibit-msg arg.
3458 (calc-change-mode): Remove extra arg for `calc-save-modes'.
3460 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
3461 Don't bind `executing-kbd-macro'.
3463 2002-09-29 Noah Friedman <friedman@splode.com>
3465 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
3467 2002-09-29 Richard M. Stallman <rms@gnu.org>
3469 * startup.el (user-mail-address): Initialize to a useful value
3470 once Emacs is started up; initialize to "" at loadup time.
3471 (command-line): "", not nil, means user-mail-address not set yet.
3473 2002-09-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3475 * net/tramp.el: Version 2.0.24 released.
3476 (tramp-methods, tramp-completion-function-alist):
3477 Rename "*-old" methods to "*_old". From Michael Albinus.
3478 (tramp-completion-function-alist):
3479 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
3480 From Michael Albinus.
3481 (tramp-default-method-alist): Use "su" for "root@localhost".
3482 (tramp-host-regexp): Allow "#" for "host#port" kludge.
3483 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
3484 default method. Require additional args USER and HOST for this.
3486 (tramp-handle-file-local-copy): More local bindings. Bind results
3487 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
3488 "are you awake" problem.
3489 (tramp-action-password): Protect against clobbered match data.
3490 (tramp-open-connection-setup-interactive-shell): Explicitly set
3491 tramp-last-cmd-time before invoking tramp-send-command the first
3492 time. Otherwise, tramp-send-command would issue "echo are you
3493 awake" right at the first time, which is not what we want.
3494 Reported by Douglas Gray Stephens.
3495 (tramp-find-inline-encoding): Don't redirect stdout to
3496 /dev/null to avoid "chmode go-rwx" operation from "mimencode
3497 >/dev/null" as root(!), and to check the output of the decoding
3499 (tramp-maybe-open-connection): Don't send "are you awake" if
3502 2002-09-29 Colin Walters <walters@gnu.org>
3504 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
3506 2002-09-29 Mike Williams <mdub@bigfoot.com>
3508 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
3510 2002-09-29 Richard M. Stallman <rms@gnu.org>
3512 * custom.el (defcustom): Doc fix.
3514 2002-09-28 Richard M. Stallman <rms@gnu.org>
3516 * loadhist.el (unload-feature): When undefining a variable,
3517 delete its buffer-local bindings.
3519 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3521 * subr.el (remove-yank-excluded-properties): Fix bugs in
3522 handling of category properties.
3524 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3526 * ps-print.el (ps-print-emacs-type): Error if ps-print is
3527 activated in Epoch, inLucid or in Emacs v19 or lesser.
3528 Value can no longer be `lucid'.
3529 (ps-print-version): New version number (6.5.8).
3530 (faces): Never do (require 'faces).
3532 2002-09-28 Simon Josefsson <jas@extundo.com>
3534 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
3535 streams that were opened using starttls.
3537 2002-09-28 Paul Reilly <pmr@pajato.com>
3539 * files.el (auto-mode-alist): Add support for Java Enterprise
3540 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
3542 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
3544 * progmodes/m4-mode.el (m4-font-lock-keywords)
3545 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
3546 (m4-m4-region): Doc fixes.
3548 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
3550 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
3551 (cl-push, cl-pop): Remove.
3552 Use pop and push throughout the file instead.
3553 (cl-transform-lambda): Add usage info to docstring if the arglist
3556 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
3557 (autoload-print-form): Also quote open-[-in-column 0.
3559 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
3560 (help-split-fundoc): Don't support old syntax any more.
3561 (help-add-fundoc-usage): New fun.
3563 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
3564 Use pop and push throughout the file instead.
3565 (cl-hash-lookup): Remove.
3566 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
3567 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
3569 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
3570 Use pop and push throughout the file instead.
3572 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
3573 loading since the current keymaps might be all weird.
3575 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
3576 to the name since they're added by mode-line-format already.
3577 (define-minor-mode): Run (,mode -1) when needed.
3579 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
3580 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
3581 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
3582 Don't hardcode 1 == point-min.
3584 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
3586 * subr.el (read-key-auxiliary-map): New var.
3588 (make-temp-file): Make the file have mode 600.
3589 (add-minor-mode): Don't add properties to the name since it's
3590 added by mode-line-format already.
3591 Be more careful with the mode-line-menu entry name.
3593 * userlock.el (ask-user-about-supersession-threat): Don't abort
3594 when the user hits mouse-2.
3596 * register.el (set-register): Use push.
3597 (point-to-register): Set kill-buffer-hook in this buffer.
3598 (register-swap-out): Use dolist.
3599 (kill-buffer-hook): Don't change globally.
3601 * server.el (server-select-display): New function.
3602 (server-process-filter): Add support for `-display' and `-eval' args.
3603 (server-visit-files): Use save-current-buffer, push, and dolist.
3604 Add server-kill-buffer to kill-buffer-hook.
3605 (kill-buffer-hook): Don't modify globally.
3606 (server-switch-buffer): Be a bit more careful with multiple displays.
3607 (server-socket-name): Always use /tmp and non-qualified hostname.
3609 * uniquify.el (uniquify-rationalize-file-buffer-names):
3610 Add to kill-buffer-hook for buffers with conflict.
3611 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
3612 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
3613 (kill-buffer-hook): Don't change globally.
3615 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
3617 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
3618 (calc-stack-top, calc-always-load-extensions)
3619 (calc-line-numbering, calc-line-breaking, calc-display-just)
3620 (calc-display-origin, calc-number-radix, calc-leading-zeros)
3621 (calc-group-digits, calc-group-char, calc-point-char)
3622 (calc-frac-format, calc-prefer-frac, calc-hms-format)
3623 (calc-date-format, calc-float-format, calc-complex-format)
3624 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
3625 (calc-display-strings, calc-matrix-just, calc-break-vectors)
3626 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
3627 (calc-vector-brackets, calc-matrix-brackets, calc-language)
3628 (calc-language-option, calc-function-open, calc-function-open)
3629 (calc-function-close, calc-language-output-filter)
3630 (calc-language-input-filter, calc-radix-formatter)
3631 (calc-left-label, calc-right-label, calc-word-size)
3632 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3633 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
3634 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
3635 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3636 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3637 (calc-window-height, calc-display-trail, calc-show-selections)
3638 (calc-use-selections, calc-assoc-selections)
3639 (calc-display-working-message, calc-auto-why, calc-timing)
3640 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
3641 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
3642 Make into real defvars.
3643 (calc-mode-var-list): Delete.
3644 (calc-mode-save-mode, calc-standard-date-formats)
3645 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3646 (calc-user-parse-tables, calc-gnuplot-default-device)
3647 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3648 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3649 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3650 (calc-invocation-macro, calc-show-banner): Make into defvars,
3651 taken from `calc-mode-var-list'.
3652 (calc-emacs-type-epoch, calc-emacs-type-19)
3653 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
3654 (calc-version, calc-version-date, calc-trail-pointer)
3655 (calc-trail-overlay, calc-undo-list, calc-redo-list)
3656 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
3657 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
3658 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
3659 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3660 (calc-said-hello, calc-executing-macro, calc-any-selections)
3661 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3662 (calc-display-dirty, calc-prepared-composition)
3663 (calc-selection-cache-default-entry, calc-embedded-info)
3664 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
3665 (math-eval-rules-cache-tag, math-radix-explicit-format)
3666 (math-expr-function-mapping, math-expr-variable-mapping)
3667 (math-read-expr-quotes, math-working-step, math-working-step-2)
3668 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
3669 defvars, from toplevel setq.
3670 (calc-mode-map): Set up keymap in more modern fashion.
3671 (calc-dispatch-map): Ditto.
3672 (calc-command-flags, calc-final-point-line)
3673 (calc-final-point-column): Defvar.
3674 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
3676 (calc-any-evaltos): Ditto.
3677 (calc-buffer, calc-prev-char, calc-prev-prev-char)
3678 (calc-digit-value): Ditto.
3679 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
3680 (math-sub-bignum): Bind `diff'.
3681 (calc-selection-cache-entry): Defvar.
3682 (calc-count-lines): Reference `pos' instead of `newpos'.
3684 2002-09-27 Simon Josefsson <jas@extundo.com>
3686 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
3688 2002-09-26 Richard M. Stallman <rms@gnu.org>
3690 * mail/unrmail.el (unrmail): Do the work directly,
3691 without actually selecting the messages in the from file.
3692 (unrmail-unprune): New subroutine.
3694 * files.el (backup-buffer): Bind local var MODES.
3695 Don't use renaming for a suid or sgid file.
3696 Use backup-buffer-copy to do copying.
3697 (backup-buffer-copy): New subroutine.
3698 Clear suid and sgid bits for the copy.
3700 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
3702 * calendar/solar.el (solar-equinoxes-solstices):
3703 Use time properly adjusted for DST in the result.
3705 2002-09-26 Richard M. Stallman <rms@gnu.org>
3707 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
3708 Bind inhibit-read-only; don't mess with buffer-read-only.
3710 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
3712 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
3714 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
3715 output, if comint-use-prompt-regexp-instead-of-fields is nil.
3717 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
3719 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
3720 instead of within `with-current-buffer'.
3722 2002-09-26 Stephen Eglen <stephen@gnu.org>
3724 * iswitchb.el (iswitchb-completions): Test that
3725 iswitchb-common-match-string is a string, before printing common
3728 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
3730 * server.el: Use built-in network primitives.
3731 (server-program, server-previous-string): Remove.
3732 (server-previous-strings): New var.
3733 (server-socket-name): New var.
3734 (server-log): Minor change to the output format.
3735 (server-sentinel): Clean up global state when a client disconnects.
3736 (server-unquote-arg): New fun.
3737 (server-start): Use server-socket-name and make-network-process.
3738 (server-process-filter): Now talks to the clients directly.
3739 Normalize file name after unquoting and decoding.
3740 (server-buffer-done): Just close the connection.
3741 (server-switch-buffer): Handle the case where all windows are
3742 dedicated or minibuffers.
3744 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
3745 Don't bind them variables.
3746 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
3747 (font-lock-after-unfontify-buffer): Check that the vars are bound.
3748 (font-lock-dont-widen): New var.
3749 (font-lock-default-fontify-region): Use it.
3751 * emacs-lisp/find-func.el (find-library-name):
3752 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
3754 2002-09-25 Kenichi Handa <handa@etl.go.jp>
3756 * international/mule-cmds.el (select-safe-coding-system):
3757 Handle safe but rejected default coding systems and unsafe default
3758 coding systems differently.
3760 * international/mule-diag.el (list-character-sets): Use the buffer
3761 name "*Character Set List*", not "*Help*". List also indirectly
3762 supported character sets.
3763 (list-charset-chars): Use the buffer name "*Character List*", not
3764 "*Help*". Display the current charset name in the modeline.
3765 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
3766 (sort-listed-character-sets): Don't alter the region showing
3767 indirectly supported charsets.
3769 2002-09-24 Simon Josefsson <jas@extundo.com>
3771 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
3772 (mail-extract-address-components): Doc fix.
3774 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
3776 * simple.el (edit-and-eval-command): Protect command-history.
3777 (repeat-complex-command): Protect command-history.
3779 2002-09-24 Juanma Barranquero <lektu@terra.es>
3781 * replace.el (occur-find-match): New function.
3782 (occur-next, occur-prev): Use it.
3784 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
3785 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
3786 instead of 'occur and 'occur-point.
3788 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
3789 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
3791 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
3793 * descr-text.el (describe-text-category): Use *Help*.
3795 (describe-text-properties, describe-char):
3796 Delay self-inspection test. Use *Help*.
3797 Use syntax-after. Use `pos' rather than (point).
3798 Distinguish the before/after part of a composition.
3800 2002-09-23 Kenichi Handa <handa@etl.go.jp>
3802 * international/quail.el (quail-completion): Be sure to scroll
3803 quail-completion-buf.
3805 2002-09-23 Richard M. Stallman <rms@gnu.org>
3807 * ielm.el (*1): Fix previous change.
3809 2002-09-23 Juanma Barranquero <lektu@terra.es>
3811 * net/tramp.el (tramp-unified-filenames): Autoload it.
3813 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
3815 * ediff-init.el (ediff-get-next-window): Bug fix.
3817 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
3819 * play/gamegrid.el (gamegrid-face): New variable to emulate a
3820 buffer-local default face.
3821 (gamegrid-xbm): New variable; XBM image as a replacement for
3822 `gamegrid-xpm' on Emacsen compiled without XPM-support.
3823 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
3825 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
3826 convert XEmacs-type image descriptors.
3827 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
3828 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
3830 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
3831 functions to check for display capabilities. Fix the recognition
3832 of image-support in Emacs 21 by this way.
3833 (gamegrid-hide-cursor): Removed.
3834 (gamegrid-setup-default-font): Ported the code from XEmacs to
3835 Emacs: create a new face and assign the variable `gamegrid-face'
3836 to it. Make sure that the face is not higher than the smallest
3837 image used by the game.
3838 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
3839 instead of `gamegrid-hide-cursor'.
3840 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
3841 image in the buffer, instead of applying a face. [This is because
3842 Emacs display-tables are not as capable as the display-tables in
3843 XEmacs. Maybe this function should be renamed to reflect the change?]
3844 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
3845 the face held by `gamegrid-face' in an overlay over the whole
3846 buffer to emulate a buffer-local default-face.
3848 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
3850 * play/doctor.el (doctor-doc): Add 2 question words.
3851 (doctor-getnoun): Parse and save the complete object phrase.
3853 2002-09-22 Richard M. Stallman <rms@gnu.org>
3855 * international/mule-cmds.el (select-safe-coding-system): Cope if
3856 default-coding-system gives nil which was then used in `min'.
3858 * mail/sendmail.el (sendmail-send-it): If user's buffer
3859 is unibyte, make tembuf unibyte.
3861 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3863 * net/tramp.el: Version 2.0.22 released.
3864 (tramp-parse-rhosts, tramp-parse-shosts)
3865 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
3866 `add-to-list' for performance reasons.
3867 (tramp-get-completion-user-host): Return `nil' in case both `user'
3868 and 'host' are empty (not necessarily `nil'.
3869 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
3870 (tramp-user-regexp): " \t" are not user regexp characters.
3871 (tramp-completion-handle-file-name-all-completions):
3872 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
3873 completely, and it returns local completions as well.
3874 (tramp-completion-function-alist-ftp): New constant.
3875 (tramp-completion-function-alist): Add completion function for "ftp".
3876 From Michael Albinus <Michael.Albinus@alcatel.de>.
3878 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3880 * net/tramp.el: Version 2.0.21 released.
3881 (tramp-handle-file-newer-than-file-p): If mtime of both files is
3882 known, return a useful result. Better error message in case one
3883 is a Tramp file and one isn't.
3884 (tramp-handle-file-local-copy, tramp-handle-write-region)
3885 (tramp-find-shell, tramp-open-connection-telnet)
3886 (tramp-open-connection-rsh, tramp-open-connection-su)
3887 (tramp-open-connection-setup-interactive-shell)
3888 (tramp-post-connection, tramp-maybe-open-connection)
3889 (tramp-method-out-of-band-p): Correct number of args for
3890 `tramp-get-rsh-program' and similar functions.
3892 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3894 * net/tramp.el: Version 2.0.20 released.
3896 2002-09-20 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3898 * net/tramp.el (tramp-completion-function-alist): Escape open
3900 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
3901 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
3902 instead of tramp-message.
3903 (tramp-open-connection-rsh): Handle empty string as user name.
3904 (tramp-open-connection-su): Handle empty string as host name.
3905 Handle nil user name.
3906 (tramp-handle-file-local-copy, tramp-handle-write-region)
3907 (tramp-completion-handle-file-name-all-completions)
3908 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3909 (tramp-open-connection-su, tramp-post-connection)
3910 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
3911 (tramp-get-connection-function, tramp-get-remote-sh)
3912 (tramp-get-rsh-program, tramp-get-rsh-args)
3913 (tramp-get-rcp-program, tramp-get-rcp-args)
3914 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
3915 (tramp-get-su-args, tramp-get-telnet-program)
3916 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
3917 additional args USER, HOST.
3918 (tramp-action-password, tramp-open-connection-telnet)
3919 (tramp-open-connection-su, tramp-open-connection-multi)
3920 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
3921 takes USER and HOST arguments, to be able to use
3922 `tramp-find-method'. Update callers.
3923 (tramp-find-method): New function.
3925 2002-09-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3927 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3928 in SWITCHES (by removing it).
3930 2002-09-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3932 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
3934 2002-09-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3936 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
3938 2002-09-16 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3940 * net/tramp.el (tramp-bug): Add tramp-methods.
3942 2002-09-16 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3944 * net/tramp.el (tramp-methods): Update docstring:
3945 tramp-encoding-command, tramp-decoding-command,
3946 tramp-encoding-function and tramp-decoding-function are not
3948 (tramp-uuencode-region): Autoload it.
3950 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3952 Version 2.0.19 released.
3954 * net/tramp-uu.el: New file, implements uuencode in Lisp.
3956 * net/tramp.el (tramp-coding-commands):
3957 Use `tramp-uuencode-region' as local encoder for the uuencode based
3960 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3962 * net/tramp.el (tramp-handle-write-region): Wrong parens.
3964 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3966 Version 2.0.18 released.
3968 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
3969 older versions of Perl. Now tested with 5.004. Suggestion from
3972 2002-09-12 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3974 * net/tramp.el (tramp-find-inline-encoding):
3975 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
3976 (tramp-call-local-coding-command): OUTPUT equals nil means to
3977 discard the output. INPUT equals nil means /dev/null.
3979 2002-09-12 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3981 * net/tramp.el (tramp-encoding-shell): Default to environment
3982 variable COMSPEC on Windows.
3983 (tramp-handle-write-region): More debugging output.
3984 (tramp-find-inline-encoding): Ditto.
3986 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
3988 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3990 (tramp-parse-hosts-group): Discard IPv6 entries.
3992 2002-09-11 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3994 * net/tramp.el (tramp-post-connection): Only send Perl
3995 mime-encode/decode implementations when using inline method.
3996 (tramp-handle-file-local-copy)
3997 (tramp-handle-write-region, tramp-post-connection)
3998 (tramp-coding-commands, tramp-find-inline-encoding): For the
3999 inline encodings, distinguish between local and remote commands,
4000 instead of between commands and functions. (The local commands
4001 can be functions, too.) If the local host is a Windows machine,
4002 we can't expect the same commands to work there as on the remote host.
4003 (tramp-call-local-coding-command): New function for calling local
4004 encoding and decoding commands.
4005 (tramp-set-remote-encoding, tramp-get-remote-encoding)
4006 (tramp-set-remote-decoding, tramp-get-remote-decoding)
4007 (tramp-set-local-encoding, tramp-get-local-encoding)
4008 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
4009 (tramp-get-encoding-command, tramp-set-encoding-command)
4010 (tramp-get-decoding-command, tramp-set-decoding-command)
4011 (tramp-get-encoding-function, tramp-set-encoding-function)
4012 (tramp-get-decoding-function, tramp-set-decoding-function):
4013 Old functions, removed.
4015 2002-09-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4017 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4018 Change command to invoke /bin/sh slightly to make it compatible
4019 with the `rc' shell. Suggested by Daniel Pittman.
4021 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
4023 * net/tramp.el (tramp-handle-write-region): Added missing
4024 `)'. Hope it's the right place.
4026 2002-09-09 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4028 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4029 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
4030 order to get a sane shell prompt. If people have ${CWD}, say, in
4031 their shell prompt, then the default login shell might display
4032 something harmless, but the /bin/sh will display a dollar sign
4033 which confused the subsequent prompt recognition.
4034 (tramp-multi-action-password): More debugging output.
4035 (tramp-encoding-shell): Renamed from tramp-sh-program.
4036 More documentation. Default to cmd.exe on Windows NT.
4037 (tramp-encoding-command-switch): New variable. Use instead of
4038 hard-wired "-c" which is only good for /bin/sh.
4039 (tramp-encoding-reads-stdin): New variable. If t, commands are
4040 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4041 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
4042 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4043 (tramp-handle-file-local-copy, tramp-handle-write-region):
4044 Respect tramp-encoding-shell and friends.
4045 (tramp-find-inline-encoding): Use new-style calls for checking if
4046 the local commands work.
4048 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
4050 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4051 entries. They are handled now by `tramp-completion-function-alist'.
4052 (tramp-completion-function): Defvar removed. I've never used
4054 (tramp-get-completion-function)
4055 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4056 (tramp-get-completion-telnet, tramp-get-completion-su):
4057 Functions removed as well. Not necessary any longer due to extended
4058 customization means.
4059 (tramp-completion-function-alist): New defcustom. Holds all
4060 FUNCTION FILE pairs used for user and host name completion
4061 relevant for METHOD.
4062 (tramp-completion-function-alist-rsh)
4063 (tramp-completion-function-alist-ssh)
4064 (tramp-completion-function-alist-telnet)
4065 (tramp-completion-function-alist-su): Defconst for initializing
4066 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
4067 values are known for me until now. Needs to be completed for at
4068 least VMS++ like operating systems.
4069 (tramp-set-completion-function)
4070 (tramp-get-completion-function): New functions for configuration
4071 of `tramp-completion-function-alist'. The old definition of
4072 `tramp-get-completion-function' has been discarded.
4073 (tramp-completion-handle-file-name-all-completions):
4074 Change function call for user/host completion according to definition
4075 in `tramp-completion-function-alist'.
4076 (tramp-parse-passwd): Added exception handling for "root", because
4077 `tramp-get-completion-su' (the previous place for this stuff)
4078 doesn't exist any longer.
4080 2002-09-07 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4082 * net/tramp.el (tramp-enter-password):
4083 Use `tramp-password-end-of-line' to terminate the line.
4084 (tramp-bug): Include new variable `tramp-password-end-of-line'.
4085 (tramp-password-end-of-line): New variable. People who use plink
4086 under Windows might have to issue "\r\n" after the password, but
4087 they need to send just "\n" after the other commands. So this
4088 variable was introduced to complement `tramp-rsh-end-of-line'.
4089 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
4090 of line of the output delimiter.
4092 2002-09-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4094 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
4095 (tramp-open-connection-setup-interactive-shell): Add some comments
4096 about Douglas Grey Stephen's suggestions to make Tramp work better
4097 with plink under Windows. I'm not sure what to think of them, but
4098 now I have a guinea pig to try it out on. Said guinea pig is
4099 having other problems, though... Also remove some commented-out code.
4101 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
4103 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
4105 (tramp-get-completion-user-host): Accept user names as they are if
4107 (tramp-completion-mode): Replace `last-input-char' by modern
4108 `last-input-event'. Check for `event-modifiers'.
4110 2002-09-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4112 * net/tramp.el (file-expand-wildcards): Corrected check to see if
4113 advising is necessary.
4115 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
4117 * net/tramp.el (tramp-postfix-single-method-format)
4118 (tramp-postfix-multi-method-format)
4119 (tramp-postfix-multi-hop-format)
4120 (tramp-postfix-user-format): New format strings.
4121 (tramp-postfix-single-method-regexp)
4122 (tramp-postfix-multi-method-regexp)
4123 (tramp-postfix-multi-hop-regexp)
4124 (tramp-postfix-user-regexp)
4125 (tramp-make-multi-tramp-file-format)
4126 (tramp-make-tramp-file-name): Apply them.
4127 (tramp-completion-handle-file-name-all-completions): Fix for
4128 invoking ange-ftp in case of "/ftp:xxx" file names.
4130 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
4132 * net/tramp.el (tramp-prefix-format)
4133 (tramp-postfix-host-format): New format strings.
4134 (tramp-prefix-regexp, tramp-method-regexp)
4135 (tramp-postfix-single-method-regexp)
4136 (tramp-postfix-multi-method-regexp)
4137 (tramp-postfix-multi-hop-regexp)
4138 (tramp-user-regexp, tramp-postfix-user-regexp)
4139 (tramp-host-regexp, tramp-postfix-host-regexp)
4140 (tramp-path-regexp): New atomar regular expressions.
4141 If corresponding format strings exist, derived from them.
4142 (tramp-file-name-structure)
4143 (tramp-multi-file-name-structure)
4144 (tramp-multi-file-name-hop-structure)
4145 (tramp-make-multi-tramp-file-format)
4146 (tramp-completion-mode)
4147 (tramp-completion-dissect-file-name)
4148 (tramp-parse-rhosts-group)
4149 (tramp-parse-shosts-group)
4150 (tramp-parse-hosts-group)
4151 (tramp-parse-passwd-group): Apply these expressions.
4152 (tramp-file-name-structure-unified)
4153 (tramp-file-name-structure-separate)
4154 (tramp-make-tramp-file-format-unified)
4155 (tramp-make-tramp-file-format-separate)
4156 (tramp-make-tramp-file-format)
4157 (tramp-make-tramp-file-user-nil-format-unified)
4158 (tramp-make-tramp-file-user-nil-format-separate)
4159 (tramp-make-tramp-file-user-nil-format)
4160 (tramp-multi-file-name-structure-unified)
4161 (tramp-multi-file-name-structure-separate)
4162 (tramp-multi-file-name-hop-structure-unified)
4163 (tramp-multi-file-name-hop-structure-separate)
4164 (tramp-make-multi-tramp-file-format-unified)
4165 (tramp-make-multi-tramp-file-format-separate): Removed.
4166 (tramp-make-tramp-file-name): Allow partial tramp file
4167 names. Generate tramp file format on-the-fly depending on
4168 parameters. Apply atomar format strings resp expressions.
4169 (tramp-get-completion-methods)
4170 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
4171 (tramp-parse-hosts-group): Take all host names and IP addresses
4173 (tramp-bug): Remove `tramp-make-tramp-file-format'.
4175 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
4177 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
4178 for "su" and "sudo".
4179 (tramp-get-completion-telnet): Implement it.
4181 (tramp-parse-hosts-group)
4182 (tramp-get-completion-su)
4183 (tramp-parse-passwd)
4184 (tramp-parse-passwd-group): New functions.
4186 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
4188 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
4189 (tramp-completion-file-name-handler-alist): Add handler for
4191 (tramp-completion-handle-file-exists-p): New function.
4192 (tramp-completion-handle-file-name-completion): Simplified.
4193 (tramp-completion-dissect-file-name): Regexp's reorganised.
4194 (tramp-completion-handle-file-name-all-completions):
4195 Call completion-function only if `user' or `host' is given.
4196 (tramp-get-completion-user-host): New function.
4197 (tramp-get-completion-rsh)
4198 (tramp-get-completion-ssh): Apply it.
4200 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
4202 * net/tramp.el (tramp-completion-file-name-handler-alist):
4203 Add handler for `expand-file-name'.
4204 (tramp-completion-handle-expand-file-name): New function.
4206 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
4208 * net/tramp.el (tramp-completion-mode): New function.
4209 (tramp-completion-handle-file-name-directory)
4210 (tramp-completion-handle-file-name-all-completions): Apply it.
4211 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
4212 (tramp-point-at-eol): New defalias.
4213 (tramp-parse-rhosts-group)
4214 (tramp-parse-shosts-group):: Apply it.
4216 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
4218 * net/tramp.el (tramp-get-completion-methods)
4219 (tramp-get-completion-rsh)
4220 (tramp-get-completion-ssh): Add "[" for Xemacs.
4221 (tramp-completion-file-name-regexp-separate): Expression adapted.
4222 (tramp-completion-file-name-handler-alist): Add handler for
4223 `file-name-directory' and `file-name-nondirectory'.
4224 (tramp-completion-handle-file-name-directory)
4225 (tramp-completion-handle-file-name-nondirectory)
4226 (tramp-completion-run-real-handler): New functions.
4227 (tramp-completion-file-name-handler)
4228 (tramp-completion-handle-file-name-all-completions):
4229 Apply `tramp-completion-run-real-handler'.
4230 (tramp-parse-rhosts)
4231 (tramp-parse-shosts): Use `with-temp-buffer'. `result
\e$,1!=
\e(B renamed to
4232 `res' (otherwise side effects in XEmacs).
4234 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
4236 * net/tramp.el (tramp-completion-file-name-regexp)
4237 (tramp-completion-file-name-handler-alist)
4238 (tramp-flatten-list)
4239 (tramp-completion-dissect-file-name)
4240 (tramp-get-completion-rsh)
4241 (tramp-parse-rhosts)
4242 (tramp-parse-rhosts-group)
4243 (tramp-get-completion-ssh): Doc string tuned.
4244 (tramp-methods): Doc string and custom type extended for
4245 `tramp-completion-function'.
4246 (tramp-completion-function): Variable added. Is it really used?
4247 Other variables like `tramp-completion-function' aren't used.
4248 (tramp-completion-file-name-handler-alist): Add handler for
4249 `file-name-completion'.
4250 (tramp-completion-handle-file-name-completion): New function.
4252 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
4254 * net/tramp.el (tramp-parse-rhosts)
4255 (tramp-parse-rhosts-group)
4256 (tramp-parse-shosts)
4257 (tramp-parse-shosts-group): New functions.
4259 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
4261 * net/tramp.el (tramp-completion-dissect-file-name)
4262 (tramp-completion-dissect-file-name1): New functions.
4264 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
4266 * net/tramp.el (tramp-get-completion-function)
4267 (tramp-get-completion-rsh)
4268 (tramp-get-completion-ssh)
4269 (tramp-get-completion-telnet): New functions.
4270 (tramp-methods): Add `tramp-completion-function' for all methods.
4272 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
4274 * net/tramp.el (tramp-get-completion-methods): New function.
4275 (tramp-find-default-method): Allow host to be nil (like user).
4277 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
4279 * net/tramp.el (tramp-completion-file-name-regexp-unified)
4280 (tramp-completion-file-name-regexp-separate)
4281 (tramp-completion-file-name-regexp)
4282 (tramp-completion-file-name-handler-alist): New defcustoms.
4283 (tramp-completion-file-name-handler): New function.
4284 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
4285 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
4286 to `inhibit-file-name-handlers'.
4287 (tramp-completion-handle-file-name-all-completions)
4288 (tramp-completion-handle-file-name-completion): New functions.
4290 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
4292 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
4293 must be called again after activating `ange-ftp'.
4294 (tramp-ange-ftp-file-name-p): Check for Xemacs.
4296 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
4298 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
4299 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
4300 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4301 tramp-invoke-ange-ftp 'write-region.
4302 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4303 passing to tramp-invoke-ange-ftp 'set-file-modes.
4304 (tramp-flatten-list): New function. Maybe this functionality does
4305 exist already elsewhere in the libraries.
4306 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
4307 list in order to avoid nested lists, f.e. when invoked from
4308 `tramp-handle-dired-call-process'.
4310 2002-09-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4312 * net/tramp.el (tramp-chunksize): New kluge variable.
4313 (tramp-send-region): If tramp-chunksize is non-nil, send region in
4314 parts and sleep 0.1 seconds between chunks.
4316 2002-09-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4318 * net/tramp.el (tramp-handle-insert-directory):
4319 Use `insert-buffer-substring' instead of `insert-buffer', which is not
4320 supposed to be used from Lisp. Remember old point in a variable
4321 instead of using `mark'. Suggestion from Stefan Monnier.
4322 (tramp-unified-filenames): New variable. Use it in default value
4323 of other filename variables.
4324 (file-expand-wildcards): Don't advise unless "[" and "]" are used
4325 in the filename format.
4327 2002-09-01 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4329 * net/tramp.el (tramp-methods): Remove duplicate definition of
4330 ssh1-old and ssh2-old.
4332 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4334 * dired.el (dired-insert-directory): Always add "--dired" to to
4335 SWITCHES for remote files.
4336 * files.el (insert-directory): Comment saying that "--dired"
4337 might be in the SWITCHES.
4338 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
4339 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
4341 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
4343 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
4344 word constituent syntax.
4346 2002-09-21 Richard M. Stallman <rms@gnu.org>
4348 * cus-dep.el (custom-make-dependencies): Bind to t
4349 around evaluating the def-form.
4351 * custom.el (custom-dont-initialize): New variable.
4352 (custom-declare-variable): Don't init the variable
4353 if custom-dont-initialize is non-nil.
4355 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
4357 * net/eudc.el (eudc-install-menu): Use `define-key' and
4358 `easy-menu-create-menu' to avoid duplication of menu.
4360 2002-09-20 Kim F. Storm <storm@cua.dk>
4362 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
4363 macro and terminate editing.
4364 (kmacro-step-edit-macro): Push previous macro onto ring if changed
4367 2002-09-19 Tom Tromey <tromey@redhat.com>
4369 * play/blackbox.el (bb-right): Respect prefix argument.
4370 (bb-left, bb-up, bb-down): Likewise.
4372 2002-09-19 Richard M. Stallman <rms@gnu.org>
4374 * cus-dep.el (custom-make-dependencies): Fix previous change.
4376 2002-09-19 Juanma Barranquero <lektu@terra.es>
4378 * ielm.el (ielm-eval-input): Call `error-message-string' instead
4379 of the non-existent `ielm-format-error'.
4381 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
4383 * emacs-lisp/easymenu.el (easy-menu-remove):
4384 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
4386 * international/mule-diag.el (describe-coding-system):
4387 Remove unused `coding-spec' variable.
4388 (list-input-methods): Be more careful when setting up the help buffer.
4390 * international/ucs-tables.el (unify-8859-on-encoding-mode):
4391 Set init value to t to reflect reality.
4392 (ucs-minibuffer-setup): Use minibuffer-selected-window.
4394 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4396 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
4397 Rename to makefile-cleanup-continuations.
4398 (makefile-mode): Use write-file-functions.
4399 (makefile-fill-paragraph): Use match-string-no-properties.
4400 (makefile-fill-paragraph): Use line-end-position.
4401 (makefile-add-log-defun): Simplify.
4403 2002-09-18 Richard M. Stallman <rms@gnu.org>
4405 * dired.el (dired-mark-pop-up): Doc fix.
4407 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
4408 definition straight into loaddefs.el as well as executing it here.
4410 2002-09-18 Colin Walters <walters@debian.org>
4412 * calc/calc.el (calc-mode): Add font-lock-defontify to
4413 change-major-mode-hook.
4415 2002-09-18 Richard M. Stallman <rms@gnu.org>
4417 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4418 Don't ignore errors in rm line.
4420 * menu-bar.el (menu-bar-search-menu): Nicer help string.
4422 * replace.el (occur-engine-add-prefix): Use 7 spaces.
4423 (occur-engine): Use 7 digits to align tabs in the data.
4425 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4426 Don't make the definition dynamic if it shares structure
4429 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
4430 (pdb): In gud-remove, pass down the file name.
4432 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
4434 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4436 * ielm.el: (*1, *2, *3): New variables.
4437 (ielm-eval-input): Make temporary buffers current on entry and
4438 exit to the let bindings for *, ** and ***.
4439 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
4440 Do not overrule global bindings for *, ** and ***.
4442 2002-09-18 Tom Tromey <tromey@redhat.com>
4444 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
4445 boundaries before filling.
4447 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4449 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
4450 (server-switch-buffer): Only select a different window if
4451 next-buffer is non-nil. Don't switch in a dedicated window.
4452 If next-buffer is already displayed, reuse that window.
4454 * diff-mode.el (diff-mode): Use compilation-minor-mode.
4455 Don't unbind compilation-last-buffer after autoloading compile.el.
4456 Hide the compilation-minor-mode bindings altogether.
4458 2002-09-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4460 * dired.el (dired-insert-directory): Never add "--dired" when
4461 listing remote directories.
4463 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
4465 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
4467 * ediff-init.el: Use defalias instead of fset.
4469 * ediff-util.el: Use defalias instead of fset.
4471 * viper-util.el (viper-chars-in-region): Simplification.
4473 * viper.el (viper-emacs-state-mode-list): Added modes.
4475 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
4477 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
4478 module of code, with graphical display of poor-coverage spots.
4480 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
4481 testcover on a interactive module like ses.
4483 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
4484 testcover on a noninteractive module like unsafep.
4486 2002-09-18 Miles Bader <miles@gnu.org>
4488 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
4491 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
4493 * server.el (server-log): Add `client' arg.
4494 (server-start): Don't bother canceling the sentinel.
4495 (server-process-filter): Use replace-regexp-in-string and
4496 handle the new &n quoting. Use push. Use server-log's new arg.
4497 Don't output the C-x # message if `nowait'.
4498 (server-buffer-done): Use server-log's new arg.
4500 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
4504 * emacs-lisp/unsafep.el: New file.
4506 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
4507 (inhibit-quit): This is risky for unsafep, doesn't matter much for
4509 (risky-local-variable-p): New function. Split off from
4510 hack-one-local-variable so unsafep can use it. Add \|-history$ to
4511 the list of disallowed local variable names (malicious user could
4512 stuff a `display' property in there that would be activated when
4513 na
\e,Ao
\e(Bve user called up the history).
4515 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
4517 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
4519 2002-09-16 Richard M. Stallman <rms@gnu.org>
4521 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
4522 Use forward-line and move-to-column.
4524 * cus-edit.el (custom-variable-backup-value): New function.
4525 (custom-variable-reset-backup): New function.
4526 (custom-variable-menu): Add item for custom-variable-reset-backup.
4527 (custom-variable-set, custom-variable-reset-saved)
4528 (custom-variable-reset-standard): Call custom-variable-backup-value.
4530 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
4532 * dired.el (dired-font-lock-keywords): Use regexp-opt.
4533 (dired-move-to-filename): Better message when we fail to find the file.
4534 (dired-sort-toggle): Minor optimization.
4536 2002-09-16 Juanma Barranquero <lektu@terra.es>
4538 * dired-aux.el (dired-add-entry): Add missing argument to
4541 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
4543 * xscheme.el (scheme-interaction-mode): Doc fix.
4545 * net/eudc.el (eudc-plist-get): Doc fix.
4547 2002-09-16 Kim F. Storm <storm@cua.dk>
4549 * menu-bar.el (menu-bar-last-search-type): New var.
4550 (nonincremental-repeat-search-forward)
4551 (nonincremental-repeat-search-backward): Repeat string or
4552 regexp search depending on menu-bar-last-search-type.
4553 (nonincremental-search-forward, nonincremental-re-search-forward)
4554 (nonincremental-search-backward, nonincremental-re-search-backward):
4555 Set menu-bar-last-search-type to string or regexp.
4556 (nonincremental-repeat-re-search-forward): Removed.
4557 (nonincremental-repeat-re-search-backward): Removed.
4558 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
4559 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
4560 (menu-bar-adv-search-menu): Removed.
4561 (menu-bar-search-menu): Reorganized.
4562 (menu-bar-edit-menu): Added "Replace" submenu.
4564 2002-09-15 Richard M. Stallman <rms@gnu.org>
4566 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
4568 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
4569 when it's not being evaluated.
4571 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
4573 * dired.el (dired-move-to-filename): Fix previous change.
4575 2002-09-14 Kim F. Storm <storm@cua.dk>
4577 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
4578 (keypad-numlock-setup, keypad-numlock-shifted-setup):
4579 Change `Remove Binding' option to `Unspecified/User-defined'.
4580 (keypad-setup): Enhance explanation of setup type `none'.
4582 2002-09-14 Richard M. Stallman <rms@gnu.org>
4584 * time.el (display-time-mode): Set display-time-load-average here.
4585 (display-time-load-average): Initialize to nil.
4586 (display-time-default-load-average): Add "None" alternative.
4587 (display-time-update): Handle "None" alternative for load-average.
4589 * dired-aux.el (dired-bunch-files): Put the arg FILES
4590 back as it was after temporary destrucive mods.
4591 (dired-add-entry): Use dired-insert-directory to handle indentation.
4592 Explicitly restore the line's marker character.
4593 Preserve the old file name's text properties.
4594 (dired-add-entry-do-indentation): Function deleted.
4595 (dired-relist-file): Doc fix.
4596 (dired-rename-file): Change argument names.
4597 (foo-rename-file): New function.
4598 (dired-do-hardlink): Use dired-hardlink.
4599 (dired-hardlink): New function.
4600 (dired-insert-subdir-doinsert): Use dired-insert-directory;
4601 that handles indentation, text props and header line.
4602 dired-readin-insert gets no args.
4603 Use `last' instead of `reverse'.
4605 * dired.el (dired-use-ls-dired): New variable.
4606 (dired-directory): Document the rules better.
4608 * dired.el (dired-insert-headerline): Function deleted.
4609 (dired-revert): Pass no args to dired-readin.
4610 (dired-move-to-filename): First try using dired-filename property.
4611 (dired-move-to-end-of-filename): Likewise.
4612 (dired-why): Try to show the start of this page of warnings.
4613 (dired-log): Insert the buffer name at start of page, not end.
4614 (dired-log-summary): If just one failure, explain it in echo area.
4616 * dired.el (dired-internal-noselect):
4617 Always set dired-directory, when buffer is not new.
4618 Pass dir-or-list, not dirname, to dired-mode.
4619 Call dired-readin with no args.
4620 Don't call dired-after-readin-hook here.
4621 (dired-find-buffer-nocreate): Expand dirname.
4622 Expand the dir from dired-directory to compare with dirname.
4624 (dired-readin): Take no args. Get the directory from dired-directory.
4625 Run dired-before-reading hook inside save-excursion.
4626 Run dired-after-readin-hook here.
4627 Don't make undo entries at all.
4628 Call dired-readin-insert with no args.
4629 Don't change indentation here.
4630 Don't insert headerline here.
4632 (dired-readin-insert): Take no args.
4633 Get dir and file-list from dired-directory.
4634 Call dired-insert-directory the new way.
4635 Don't insert "wildcard" info here.
4637 (dired-insert-directory): New arg FILE-LIST.
4638 First arg now DIR, always just the directory.
4639 This function fully handles setting up the buffer text:
4640 update indentation, insert headerline and "wildcard" info.
4641 Pass --dired arg if appropriate; put info in dired-filename props.
4642 Don't expand file names here.
4644 * warnings.el (display-warning): In batch mode,
4645 exclude the final newline from the arg to `message'.
4647 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
4649 * files.el (diff-buffer-with-file): Check whether associated file
4650 exists. Display message for 1 second. Always return nil.
4652 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
4654 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
4655 support again, but more carefully this time.
4657 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
4658 such that backward-sexp correctly skips them.
4659 (perl-font-lock-keywords-2): Use regexp-opt.
4660 (perl-font-lock-syntactic-keywords)
4661 (perl-font-lock-syntactic-face-function): Better handle PODs.
4662 Handle package names with ' in them and ($$) in `sub' declarations.
4663 Handle format staements. Handle regexp and quote-like ops.
4664 (perl-empty-syntax-table): New var.
4665 (perl-quote-syntax-table): New fun.
4667 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
4668 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
4670 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
4672 * derived.el (define-derived-mode): Properly ignore unknown args.
4674 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
4675 Don't call the function during init if mode is on by default.
4677 * simple.el: Provide `simple'.
4678 (transient-mark-mode, line-number-mode, column-number-mode):
4679 Pass an explicit `:require nil' argument.
4681 2002-09-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
4683 * play/tetris.el (tetris-blank-options, tetris-cell-options):
4684 Remove various redundant `(t nil)'.
4686 * play/snake.el (snake-border-options): Use color on tty if available.
4688 * play/tetris.el (tetris-border-options): Likewise.
4690 * play/pong.el (pong-border-options): Likewise, plus reset
4691 color on tty to be [0.5 0.5 0.5].
4693 2002-09-13 Kim F. Storm <storm@cua.dk>
4695 * kmacro.el (kmacro-start-macro): Doc fix.
4697 2002-09-13 Juanma Barranquero <lektu@terra.es>
4699 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
4700 to `idlwave-idlwave_routine_info-compiled'.
4702 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
4703 three arguments, not four.
4705 2002-09-13 Kim F. Storm <storm@cua.dk>
4707 * kmacro.el (kmacro-keymap): Changed bindings:
4708 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
4710 2002-09-12 Richard M. Stallman <rms@gnu.org>
4712 * international/mule-cmds.el (universal-coding-system-argument):
4713 Read the coding system inside `interactive' spec, for command-history.
4715 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
4717 * emacs-lisp/find-func.el (find-library-name): Don't forget
4718 the empty suffix. Fix stale variable name.
4720 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
4721 (gud-pdb-massage-args): Delete.
4722 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
4723 (gud-gdb-command-name): New var. Put "--fullname" in there.
4724 (gud-query-cmdline): Use the most recent executable as the default.
4725 Don't add "--fullname" (it's only valid/meaningful for GDB).
4726 (gud-xdb-marker-filter): Use match-string.
4727 (gud-perldb-massage-args): Don't add "-d".
4728 (gud-perldb-command-name): Add "-d".
4729 (gud-common-init): If `massage-args' is nil, don't call it.
4730 (gud-format-command): Don't hardcode point-min==1.
4732 * derived.el: Require CL when compiling.
4734 2002-09-12 Simon Josefsson <jas@extundo.com>
4736 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
4737 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
4738 Use expand-file-name. Also don't require time-stamp.
4740 2002-09-11 Richard M. Stallman <rms@gnu.org>
4742 * derived.el (define-derived-mode): When making new abbrev table,
4743 don't try to copy the parent's abbrev table.
4745 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
4746 Always round scroll-bar-width parameter up.
4747 If it is nil, use 14.
4749 * abbrev.el (copy-abbrev-table): New function.
4751 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4753 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
4754 ps-default-bg setting.
4755 (ps-print-version): New version number (6.5.7).
4756 (ps-mark-active-p): New fun.
4757 (ps-print-preprint-region): Adjust code.
4759 2002-09-11 Dave Love <fx@gnu.org>
4761 * international/mule.el (non-standard-designations-alist)
4762 (ctext-pre-write-conversion): Don't generate invalid extended
4763 segments for iso8859.
4765 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
4766 (cyrillic-alternativnyj-decode-table): Fix some entries.
4768 * international/ucs-tables.el: Fix last change.
4770 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
4773 2002-09-11 Kim F. Storm <storm@cua.dk>
4775 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
4776 kmacro-end-and-call-macro.
4778 2002-09-11 Juanma Barranquero <lektu@terra.es>
4780 * newcomment.el (uncomment-region): Fix let/let* use.
4782 2002-09-11 Simon Josefsson <jas@extundo.com>
4784 * time-stamp.el (time-stamp-hhmmss): New function.
4786 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
4787 (gud-query-cmdline): Add --fullname to the user cmdline.
4789 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
4791 2002-09-11 Kim F. Storm <storm@cua.dk>
4793 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
4794 (kmacro-step-edit-map): Bind "A" to `append-end'.
4795 (kmacro-step-edit-prompt): Fix prompt.
4796 (kmacro-step-edit-query): Handle `append-end' response.
4797 (kmacro-step-edit-pre-command): Activate `append-end' at end of
4798 macro when required.
4800 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4802 * derived.el (define-derived-mode): Fix typo.
4804 * menu-bar.el (line-number-mode, column-number-mode)
4805 (transient-mark-mode): Use minor mode directly.
4806 (menu-bar-make-toggle): Remove `props' arg.
4807 Move customize-mark-as-set directly into the toggle function.
4809 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
4810 Use the new file hook names.
4811 (whitespace-describe): Remove. Move the text to `Commentary:'.
4812 (whitespace-unload-hook): Use the new file hook names.
4814 * finder.el (finder-find-library): Remove.
4815 (finder-commentary): Use find-library-name and add completion.
4817 * simple.el (transient-mark-mode, line-number-mode)
4818 (column-number-mode): Use define-minor-mode.
4819 (define-mail-user-agent): Delete. Moved to subr.el.
4821 * loadup.el ("simple.el"): Move to after loaddefs.el.
4823 * subr.el (define-mail-user-agent): Moved from simple.el.
4825 2002-09-10 Richard M. Stallman <rms@gnu.org>
4827 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
4828 (boolp): Function deleted.
4830 2002-09-10 Dave Love <fx@gnu.org>
4832 * international/utf-8.el (ucs-mule-to-mule-unicode):
4833 Define unconditionally.
4834 (utf-8-fragmentation-table): New. Use it in top-level mapc.
4835 (utf-8-fragment-on-decoding): Use it to keep
4836 utf-8-translation-table-for-decode variable and translation table
4839 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
4840 when setting up tables and remove useless optimize-char-table.
4841 (ucs-mule-to-mule-unicode): Deleted.
4842 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
4844 * international/utf-16.el (utf-16-le-pre-write-conversion)
4845 (utf-16-be-pre-write-conversion): Deleted.
4846 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
4848 2002-09-10 Richard M. Stallman <rms@gnu.org>
4850 * files.el (diff-buffer-with-file): Simplify.
4851 Don't signal an error if buffer has no file.
4852 Call sit-for after `diff' returns.
4854 * play/gamegrid.el (gamegrid-make-color-tty-face):
4855 Handle string as COLOR arg.
4856 (gamegrid-display-type): Don't assume display-color-p
4857 implies a color-x terminal.
4858 (gamegrid-hide-cursor): Set `cursor-type' local variable.
4860 * descr-text.el (describe-text-mode): Add font-lock-defontify to
4861 change-major-mode-hook.
4863 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
4864 change-major-mode-hook.
4866 * comint.el (comint-mode): Add font-lock-defontify to
4867 change-major-mode-hook.
4869 * info.el (Info-mode): Add font-lock-defontify to
4870 change-major-mode-hook.
4872 * replace.el (occur-mode): Add font-lock-defontify to
4873 change-major-mode-hook.
4875 * font-core.el (font-lock-defontify): New function.
4877 2002-09-10 Richard M. Stallman <rms@gnu.org>
4879 * ps-print.el (ps-printer-name-option): Doc fix.
4881 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4883 * ps-print.el: Adjust ps-postscript-code-directory setting.
4884 XEmacs version check was adjusted.
4885 (ps-print-version): New version number (6.5.6).
4886 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
4887 (ps-print-code, ps-print-preprint-region): Adjust code.
4889 2002-09-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4891 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
4892 emacs-lisp-mode, like ~/.emacs.
4894 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
4896 * newcomment.el (uncomment-region): Be more careful with `='.
4898 2002-09-10 Deepak Goel <deego@glue.umd.edu>
4900 * play/doctor.el (doc//): Rename from `//'. Update callers.
4901 (doc$): Rename from `$'. Update callers.
4903 2002-09-10 Miles Bader <miles@gnu.org>
4905 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
4906 variable, not a function.
4908 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
4910 2002-09-10 Kim F. Storm <storm@cua.dk>
4912 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
4913 nil while executing macro to avoid triggering delete-selection-mode.
4915 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
4916 cancel defining keyboard macro when applicable.
4918 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
4920 * simple.el (transient-mark-mode, line-number-mode)
4921 (column-number-mode): Undo previous change because of bootstrapping.
4923 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
4925 * derived.el (define-derived-mode): Add keyword arguments.
4926 (derived-mode-make-docstring): Take abbrev and syntax table names.
4928 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
4929 (font-lock-default-function): Change arg name.
4931 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
4933 * paren.el (show-paren-function): Use syntax-after.
4935 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
4937 * subr.el (symbol-file): Also work for autoloaded funcs.
4938 (syntax-after): New fun moved from syntax.el.
4940 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4941 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
4942 Update callers (but still run the old hooks as well).
4944 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
4945 (find-library): New funs.
4946 (find-function-search-for-symbol): Use it.
4948 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
4950 * isearch.el (isearch-cmds): Add docstring.
4951 (isearch-mouse-2): Lookup binding in the proper buffer.
4952 Use call-interactively and remove the now useless `arg'.
4953 (isearch-search-fun-function): New var.
4954 (isearch-search-fun): New fun.
4955 (isearch-search, isearch-lazy-highlight-search): Use it.
4957 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
4959 * simple.el (what-line): Don't hard-code 1.
4960 (transient-mark-mode, line-number-mode, column-number-mode):
4961 Use define-minor-mode.
4962 (do-auto-fill): Only ignore prefix if it's really empty.
4964 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
4966 * files.el (save-some-buffers-action-alist): Use lower case for
4967 help string of diff-buffer-with-file.
4969 2002-09-09 Richard M. Stallman <rms@gnu.org>
4971 * calendar/calendar.el (mouse-scroll-calendar-left)
4972 (mouse-scroll-calendar-right, mouse-calendar-other-month):
4974 (calendar-mode-line-format): Use them.
4976 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4977 Set and then bind default-directory.
4979 * startup.el (fancy-splash-head, normal-splash-screen):
4980 Change the messages that explain about GNU or GNU/Linux.
4982 * info.el (Info-search): Add (point-min) to subfile positions
4983 to get them right. Skip the current subfile using forward-line.
4985 * files.el (make-backup-file-name-1): When make-directory fails,
4986 ignore backup-directory-alist.
4987 (make-directory): Expand DIR before looking for handler.
4989 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
4991 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
4992 In addition to RCS, exclude CVS directories.
4994 * ls-lisp.el (ls-lisp-format-time-list): New variable.
4995 (ls-lisp-format-time): Use it.
4997 * files.el (auto-mode-alist): Use sh-mode for .bash files.
4999 2002-09-09 Dave Love <d.love@dl.ac.uk>
5001 * ps-print.el: Many doc fixes.
5003 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
5005 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
5008 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
5010 * diff.el (diff): Doc fix.
5012 2002-09-08 Richard M. Stallman <rms@gnu.org>
5014 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
5016 * simple.el (undo-elt-in-region): Fix one-off error at END.
5017 (forward-visible-line): Handle invisibility by ignoring
5018 invisible newlines. Also include entire invisible lines beyond
5021 * cus-edit.el (custom-save-variables, custom-save-faces):
5022 Clarify the comments written into .emacs.
5024 2002-09-08 Markus Triska <triska@gmx.at>
5026 * play/doctor.el (doctor-doc): Recognize question words
5027 and use qlist. Use doctor-shorten's return value.
5028 (doctor-shorten): Compute a return value, don't alter `sent'.
5029 (doctor-hates1): Add a question mark.
5030 (doctor-strangelove): Unused function deleted.
5032 2002-09-08 Kim F. Storm <storm@cua.dk>
5034 * kmacro.el (kmacro-end-and-call-macro): New command to end and
5035 call keyboard macro in one step. Bind it to C-x e by default.
5036 (kmacro-call-macro): Use format-kbd-macro.
5037 (kmacro-step-edit-macro): New command to interactively step edit
5038 and execute last keyboard macro.
5039 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
5040 (kmacro-step-edit-mini-window-height): New custom var.
5041 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
5042 (kmacro-step-edit-prefix-commands): New var.
5043 (kmacro-step-edit-prompt, kmacro-step-edit-query)
5044 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
5045 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
5046 New aux functions for step editing keyboard macros.
5048 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
5049 returned by this-single-command-raw-keys before appending it to
5050 unread-command-event.
5052 2002-09-07 Colin Walters <walters@debian.org>
5054 * progmodes/compile.el (compile-internal): Add optional argument
5057 * diff.el (diff): Add optional argument no-async, and use the
5060 * files.el (diff-buffer-with-file): Call diff synchronously, so we
5061 don't delete the temporary file before diff has a chance to read
5064 * ibuf-ext.el (ibuffer-diff-with-file): Just call
5065 `diff-buffer-with-file'.
5067 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
5069 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
5071 * emacs-lisp/find-func.el (find-function-recenter-line):
5072 Add custom type. Doc fix.
5074 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
5076 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
5077 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
5078 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
5079 Remove. Use the minor mode function directly instead.
5080 (menu-bar-mode): Add message and customize-mark-as-set and return
5081 the new value as do other minor modes.
5083 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
5085 2002-09-06 Simon Marshall <simon@gnu.org>
5087 * progmodes/etags.el (find-tag-tag, complete-tag):
5088 Bind completion-ignore-case based on tags-case-fold-search, so that
5089 case-sensitivity of tag completion matches that of tag search.
5091 2002-09-06 Juanma Barranquero <lektu@terra.es>
5093 * calendar/solar.el (calendar-time-display-form): Fix spacing.
5095 * double.el (double-prefix-only): Likewise.
5097 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
5099 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5101 * emacs-lisp/float.el (string-to-float): Likewise.
5103 * emacs-lisp/rx.el (rx): Likewise.
5105 * faces.el (copy-face): Likewise.
5107 * hilit-chg.el (highlight-changes-colours)
5108 (highlight-changes-active-string)
5109 (highlight-changes-passive-string)
5110 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
5112 * international/mule.el (decode-char): Likewise.
5114 * progmodes/idlwave.el (idlwave-support-inheritance)
5115 (idlwave-routine-entry-compare): Likewise.
5117 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
5120 * progmodes/pascal.el (pascal-start-keywords): Likewise.
5122 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
5125 * progmodes/vhdl-mode.el (vhdl-progress-interval)
5126 (vhdl-corresponding-begin): Likewise.
5128 * simple.el (choose-completion-string-functions): Likewise.
5130 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
5132 * textmodes/fill.el (fill-nonuniform-paragraphs)
5133 (fill-individual-paragraphs): Likewise.
5135 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
5137 * warnings.el (warning-level-aliases): Likewise.
5139 * speedbar.el (speedbar-mode): Fix spacing and typos.
5141 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
5143 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
5145 * textmodes/table.el (table-command-prefix): Fix type.
5147 2002-09-05 Andre Spiegel <spiegel@gnu.org>
5149 * vc-hooks.el: Don't require vc.el at compile-time; it causes
5150 recursive requirements during bootstrap.
5152 2002-09-05 Kenichi Handa <handa@etl.go.jp>
5154 * international/mule.el (decode-char): Cancel the previous change.
5156 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
5158 * language/european.el ("Swedish"): New set-language-info-alist call.
5160 2002-09-04 Richard M. Stallman <rms@gnu.org>
5162 * help-fns.el (help-with-tutorial): Properly set up
5163 completion-reference-buffer in the *Completion* buffer.
5165 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
5167 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
5168 returns nil, return nil.
5170 2002-09-04 Andre Spiegel <spiegel@gnu.org>
5172 * vc-hooks.el: Require vc.el at compile-time.
5173 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5174 Moved here from vc.el.
5176 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5177 Moved to vc-hooks.el.
5179 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
5181 2002-09-04 Kenichi Handa <handa@etl.go.jp>
5183 * international/mule.el (decode-char): Translate a character by
5184 utf-8-translation-table-for-decode only when
5185 utf-8-fragment-on-decoding is non-nil.
5187 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
5189 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
5190 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
5191 Use text-mode's syntax-table and abbrev-table.
5192 (text-mode): Set require-final-newline to t.
5194 * newcomment.el (comment-make-extra-lines): Only use the
5195 dummy `=' char when there's really nothing else.
5196 Don't remove spaces if it leads to an incorrect comment.
5198 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
5199 around the cvs/ssh/libc bug.
5200 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
5201 (defun-cvs-mode): Use the new `declare' thingy.
5202 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
5203 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
5204 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
5206 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
5207 node rather than a message for new directories.
5208 (cvs-parse-status): Add support for `Entry Invalid'.
5210 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
5211 (smerge-combine-with-next): New function.
5212 (smerge-diff): Don't output `wrote /tmp/foo' messages.
5213 Insert message if no diffs were found.
5215 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
5216 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
5218 2002-09-02 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5220 * net/tramp.el: Version 2.0.15 released.
5221 (require 'base64): Most modern Emacsen have the base64
5222 encode/decode functions built in, so test to see if they are bound
5223 before we go blindly requiring base64.el.
5224 From Steve Youngs <youngs@xemacs.org>.
5225 (tramp-feature-write-region-fix): XEmacs doesn't have a
5226 'find-operation-coding-system' and this variable doesn't seem to
5227 be used anywhere so wrap it in (unless (featurep 'xemacs)).
5228 From Steve Youngs <youngs@xemacs.org>.
5229 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
5230 (tramp-open-connection-su): Use user name "root" if no user name
5233 From Michael Albinus <Michael.Albinus@alcatel.de>:
5234 * net/tramp.el (tramp-invoke-ange-ftp):
5235 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5236 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
5237 tramp-invoke-ange-ftp 'rename.
5238 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5239 tramp-invoke-ange-ftp 'write-region.
5240 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5241 passing to tramp-invoke-ange-ftp 'set-file-modes.
5242 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
5243 again after activating `ange-ftp'.
5245 2002-09-02 Kim F. Storm <storm@cua.dk>
5247 * ido.el (ido-ignore-item-temp-list): New variable.
5248 (ido-read-internal): Don't set ido-default-item if the default is
5249 member of ido-ignore-item-temp-list.
5250 Don't return first match for C-j if no text is entered.
5251 (ido-buffer-internal): Check for empty string return.
5252 (ido-make-buffer-list1): Use member instead of memq.
5253 (ido-window-buffer-p): Likewise.
5254 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
5255 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
5257 * replace.el (multi-occur): Made "ido-aware":
5258 Changed prompt to use C-j instead of RET to end.
5259 Set ido-ignore-item-temp-list to the selected buffers so far, so
5260 they are automatically excluded from the list of choices.
5261 Use add-to-list instead of push.
5263 2002-09-01 Richard M. Stallman <rms@gnu.org>
5265 * term/x-win.el (function-key-map): Define S-iso-lefttab.
5267 2002-09-01 Kim F. Storm <storm@cua.dk>
5269 * edmacro.el (edit-kbd-macro): Recognize new default binding for
5270 C-x e in addition to old binding.
5272 2002-09-01 Mario Lang <mlang@debian.org>
5274 * files.el (save-some-buffers-action-alist): New variable.
5275 (save-some-buffers): Use that.
5276 (diff-buffer-with-file): New function.
5278 2002-09-01 Richard M. Stallman <rms@gnu.org>
5280 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
5282 * dired.el (defgroup dired): Use `files' as parent.
5283 (dired-get-filename): Ignore handler if it has safe-magic prop.
5285 * jka-compr.el (jka-compr-handler): Add safe-magic property.
5287 2002-08-31 Richard M. Stallman <rms@gnu.org>
5289 * simple.el (kill-line): Use end-of-visible-line to determine
5290 if rest of line is blank.
5291 (end-of-visible-line): Cope if end-of-line moved back over
5292 invisible intangible chars at end of line.
5294 * simple.el (completion-setup-function): Don't use directory-sep-char.
5296 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5298 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
5300 (f90-menu, f90-add-imenu-menu): Use lookup-key.
5301 Remove (eval-when-compile) for free variables.
5303 2002-08-31 Andreas Schwab <schwab@suse.de>
5305 * font-core.el (font-lock-change-mode): Avoid changing buffer
5308 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
5310 * emacs-lisp/easymenu.el (easy-menu-filter-return):
5311 Handle the case where the filter returns a single menu entry.
5312 (easy-menu-add): Improve docstring.
5313 (easy-menu-current-active-maps): Remove.
5314 (easy-menu-get-map): Use current-active-maps.
5316 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
5317 the -p prefix from variables since they shouldn't have it anyway.
5318 (custom-group-menu-create, customize-menu-create):
5319 Only cdr if applicable, since custom-menu-create might return
5320 a vector (i.e. a single menu entry).
5322 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
5324 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
5325 user's value of diary-list-include-blanks, but generate message
5326 instead if there are no entries.
5328 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
5330 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
5332 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
5334 * menu-bar.el (menu-bar-read-mail): Doc fix.
5336 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
5338 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
5339 (ibuffer-fontification-alist): Check hidden buffer case isn't
5340 visiting a file and change its face to italic.
5342 2002-08-30 Juanma Barranquero <lektu@terra.es>
5344 * replace.el (occur-mode): Add interactive declaration.
5346 * bs.el (bs-message-without-log): Fix typo.
5348 * font-core.el (font-lock-defaults): Likewise.
5350 * font-lock.el (font-lock-add-keywords): Likewise.
5352 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
5354 * textmodes/bibtex.el (bibtex-mode): Likewise.
5356 * emulation/viper-ex.el (ex-compile-command): Likewise.
5358 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
5361 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
5363 * allout.el (my-mark-marker): Likewise.
5365 2002-08-30 Simon Josefsson <jas@extundo.com>
5367 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
5368 unless s-debug-info is enabled.
5370 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
5372 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
5374 * mwheel.el (mouse-wheel-up-button): Doc fix.
5376 2002-08-29 Juanma Barranquero <lektu@terra.es>
5378 * replace.el (occur-mode-hook): New hook.
5379 (occur-mode): Use it.
5380 (occur-hook): Set default to nil.
5382 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
5384 * net/ange-ftp.el: Use match-string and drop useless `function's.
5385 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
5386 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
5387 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
5388 (ange-ftp-parse-dired-listing): Update the calls.
5389 (dired-local-variables-file): Declare to shut quieten the compiler.
5390 (ange-ftp-file-entry-active-p): Remove.
5391 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5392 Don't exclude dangling symlinks.
5393 (ange-ftp-file-name-completion-1): Make predicate optional.
5394 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
5395 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
5396 (ange-ftp-bs2000-posix-hook-installed): Remove.
5397 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
5398 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
5399 `ange-ftp-this-host' instead of `user' and `host'.
5401 2002-08-29 Richard M. Stallman <rms@gnu.org>
5403 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5404 Decide here whether to print which form we're compiling.
5405 If we do that, still print file and line. Make file name
5406 relative to default-directory. Print fewer newlines.
5407 (byte-compile-log-file): Print something even if no file.
5408 Print messages for entering and leaving directories,
5409 and set default-directory.
5410 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
5411 (byte-compile-warning-series): New function.
5412 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
5413 (byte-compile-display-log-head-p): Function deleted.
5415 * warnings.el (warning-series): Now can be a marker, not an integer.
5416 (display-warning): Handle new value for warning-series.
5418 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
5419 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5422 2002-08-29 Kim F. Storm <storm@cua.dk>
5424 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
5425 Change default binding of C-x e to kmacro-end-or-call-macro.
5426 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
5428 (kmacro-get-prefix-arg): New function.
5429 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
5430 improve. Callers changed.
5431 (kmacro-call-macro): Repeat macro by repeating last key or
5432 key defined in kmacro-call-repeat-key. New third arg non-nil
5433 means to end current macro.
5434 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
5435 to get repeat last key functionality.
5436 (kmacro-start-macro-or-insert-counter): Improve doc string.
5438 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
5440 * files.el (find-buffer-visiting): Compare file attributes
5441 using buffer-file-truename.
5443 2002-08-28 Richard M. Stallman <rms@gnu.org>
5445 * files.el (make-auto-save-file-name, make-backup-file-name-1):
5446 Don't use directory-sep-char.
5448 2002-08-28 Juanma Barranquero <lektu@terra.es>
5450 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
5451 (occur-mode): Remove call to `occur-mode-hook'.
5452 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
5453 (occur-1): Add call to `occur-hook'.
5455 * subr.el (make-variable-frame-localizable): Alias for
5456 `make-variable-frame-local'.
5458 2002-08-28 Miles Bader <miles@gnu.org>
5460 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
5461 (read-file-name-electric-shadow-tty-properties)
5462 (read-file-name-electric-shadow-mode): Remove compatibility defs.
5464 * comint.el (comint-carriage-motion): Start at START.
5466 2002-08-27 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
5468 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
5469 given by vsFTPd when accessed with a kerberised FTP client.
5471 2002-08-27 Richard M. Stallman <rms@gnu.org>
5473 * files.el (find-alternate-file):
5474 Bind kill-buffer-query-functions locally, don't set it.
5476 2002-08-27 Andreas Schwab <schwab@suse.de>
5478 * kmacro.el (kmacro-start-macro): Doc fix.
5480 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5482 * textfile/reftex-ref.el (reftex-goto-label): New command.
5484 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
5486 * textfile/reftex-parse.el (reftex-roman-number): New function.
5487 (reftex-section-number): Better handling of parts: No chapter
5490 * textfile/reftex.el (reftex-highlight-overlays): Added a third
5492 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
5493 Also moved `reftex-reset-mode' to top level.
5495 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
5496 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
5497 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
5499 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
5500 document pointer *before* position, not after.
5501 (reftex-insert-docstruct): Get offset of document pointer *before*
5502 position, not after.
5504 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
5505 match over section title match.
5507 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5508 which determines on a per-file-basis if BibTeX is being used
5509 locally for citations.
5510 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5511 cooperation with chapterbib.
5512 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5513 better cooperation with chapterbib.
5515 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5516 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5518 2002-08-26 Kim F. Storm <storm@cua.dk>
5520 * subr.el (suppress-keymap): Use command remapping instead of
5521 substitute-key-definition to undefine self-inserting keys.
5523 2002-08-26 Juanma Barranquero <lektu@terra.es>
5525 * makefile.w32-in (WINS): Add calc and obsolete.
5527 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
5529 * emacs-lisp/easy-mmode.el (define-minor-mode):
5530 Use customize-mark-as-set for global minor modes.
5532 2002-08-25 Miles Bader <miles@gnu.org>
5534 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
5535 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
5536 Change name of face.
5537 (file-name-shadow-properties): Renamed from
5538 `read-file-name-electric-shadow-properties'.
5539 (file-name-shadow-tty-properties): Renamed from
5540 `read-file-name-electric-shadow-tty-properties'.
5541 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
5542 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
5543 (file-name-shadow-mode): Renamed from
5544 `read-file-name-electric-shadow-mode'. Update references to
5547 2002-08-24 Sam Steingold <sds@gnu.org>
5549 * subr.el (eval-after-load): Do not call
5550 load-symbol-file-load-history (deleted yesterday).
5552 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
5554 * startup.el (normal-splash-screen): Ensure splash buffer is
5555 killed. Use tabs in output. Fix test whether previous buffer was
5558 * progmodes/simula.el (simula-abbrev-keyword-default)
5559 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
5560 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
5562 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
5564 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
5566 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5568 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
5569 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
5570 (f90-font-lock-off, f90-font-lock-menu): Delete.
5571 Use easy-menu-define instead.
5572 (f90-mode): Use easy-menu-add.
5573 No longer (require 'imenu) when compiling.
5574 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
5575 (f90-abbrev-start): Use fboundp.
5576 (f90-imenu-flag): Delete - use imenu--index-alist instead.
5578 2002-08-23 Richard M. Stallman <rms@gnu.org>
5580 * loadhist.el (unload-feature): Distinguish functions from
5581 variables in load-history.
5582 (feature-symbols): Doc fix.
5584 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
5586 * subr.el (symbol-file-load-history-loaded)
5587 (load-symbol-file-load-history): Deleted.
5588 (symbol-file): Don't call load-symbol-file-load-history.
5590 2002-08-23 Andre Spiegel <spiegel@gnu.org>
5592 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
5594 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5596 * frame.el (select-frame-by-name, select-frame-set-input-focus):
5597 Always call x-focus-frame, if using x.
5598 Use set-mouse-position on all systems, if focus-follows-mouse.
5600 2002-08-22 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5602 * net/tramp.el: Version 2.0.14 released.
5603 (tramp-shell-prompt-pattern): New variable.
5604 (tramp-actions-before-shell, tramp-multi-actions)
5605 (tramp-find-shell, tramp-open-connection-multi)
5606 (tramp-open-connection-setup-interactive-shell): Use it.
5607 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5608 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
5610 (tramp-bug): Report `tramp-shell-prompt-pattern'.
5611 (tramp-process-one-multi-action, tramp-process-one-action):
5612 Make message clearer so people don't confuse it with Emacs asking
5613 them a question if the regexp happens to end with "?".
5614 (tramp-verbose): Change default value from 10 to 9. Also change
5615 some logging levels so that 10 is reserved for stuff which is
5616 needed for debugging only, but 9 catches everything that people
5617 might like to see in order to see that Tramp is actually working.
5619 2002-08-22 Kim F. Storm <storm@cua.dk>
5621 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
5622 Corrected spelling mistakes (for Joseph Arceneaux).
5624 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5626 * progmodes/f90.el: eval-when-compile a few defvars.
5627 (f90-xemacs-flag): Wrap in eval-and-compile.
5628 (f90-font-lock-keywords): Doc fix.
5629 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
5630 (f90-mark-subprogram-overlay): Variable deleted.
5631 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
5633 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
5635 2002-08-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5637 * tramp.el: Version 2.0.13 released.
5638 (tramp-handle-write-region): Don't check to see if remote end is
5639 awake after sending data to remote host: we want to send "EOF" not
5640 "echo are you awake"...
5641 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
5642 (tramp-yn-prompt-regexp): New variable.
5643 (tramp-action-yn): New function, using it.
5644 (tramp-feature-write-region-fix): New internal variable. Not yet
5645 used. Should be used in `tramp-handle-write-region'.
5647 2002-08-21 Kim F. Storm <storm@cua.dk>
5649 * bindings.el (mode-line-format): Moved global-mode-string last.
5650 (mode-line-position): Moved %p first. Added padding to %l/%c to
5651 eliminate jumpyness in modeline. Use (%l,%c) format if both
5652 line-number-mode and column-number-mode are enabled.
5654 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
5656 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
5657 that could cause an infinite loop if something that looks like
5658 a macro begins in the middle of a line.
5660 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
5661 could cause `c-state-cache' to contain two conses in sequence
5662 when there's an unbalanced open paren in a macro.
5664 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5666 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
5668 * imenu.el (imenu--generic-function): Use mapc.
5669 (imenu-syntax-alist): Doc fix.
5671 2002-08-20 Richard M. Stallman <rms@gnu.org>
5673 * font-core.el (font-lock-change-mode): New function.
5674 (font-lock-mode): Use font-lock-change-mode instead of
5675 font-lock-unfontify-buffer.
5676 (font-lock-maximum-size, font-lock-verbose): Add defvars.
5678 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
5680 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5681 which determines on a per-file-basis if BibTeX is being used
5682 locally for citations.
5683 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5684 cooperation with chapterbib.
5685 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5686 better cooperation with chapterbib.
5688 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5689 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5691 2002-08-20 Kim F. Storm <storm@cua.dk>
5693 * kmacro.el: Major rework based on discussions with RMS.
5694 Most important change is that C-x C-k is now bound to a keymap
5695 with keyboard macro related commands. The original binding on
5696 C-x C-k is moved to C-x C-k e.
5698 * binding.el: Remove macro related bindings (now in kmacro.el).
5700 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
5702 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
5704 * help-fns.el (help-split-fundoc): Replace the function name
5705 from the docstring with the one that should be displayed.
5706 (help-make-usage): Understand CL style arglists.
5707 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
5708 (describe-variable): Use delete-region.
5710 2002-08-19 Kenichi Handa <handa@etl.go.jp>
5712 * international/mule.el (sgml-xml-auto-coding-function):
5713 Call re-search-forward with NOERROR t.
5715 2002-08-19 Miles Bader <miles@gnu.org>
5717 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
5718 * comint.el (comint-inhibit-carriage-motion): New variable.
5719 (comint-carriage-motion): Argument STRING removed. New arguments
5720 START and END; interpret characters between START and END rather
5721 than using special comint state.
5722 (comint-output-filter): Call `comint-carriage-motion'.
5723 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
5724 * ielm.el (inferior-emacs-lisp-mode):
5725 Give `comint-inhibit-carriage-motion' a local value of t.
5727 2002-08-18 Richard M. Stallman <rms@gnu.org>
5729 * textmodes/table.el: New file.
5731 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
5733 2002-08-18 Andreas Schwab <schwab@suse.de>
5735 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
5737 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
5739 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
5740 (reftex-syntax-table): Set a default in case this is being used
5741 outside a LaTeX file.
5742 (reftex-syntax-table-for-bib): Set a default in case this is being
5743 used outside a LaTeX file.
5745 2002-08-17 Richard M. Stallman <rms@gnu.org>
5747 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
5748 and use write-file-functions instead of local-write-file-hooks.
5749 (tar-untar-buffer): Don't try to extract directories.
5751 * menu-bar.el (fringe-mode): Set to nil.
5753 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
5755 2002-08-15 Richard M. Stallman <rms@gnu.org>
5757 * calendar/appt.el (appt-delete): Use substring-no-properties.
5758 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
5760 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
5762 * server.el (server-process-filter): Simplify code.
5763 (server-goto-line-column): New function.
5764 (server-visit-files): Use server-goto-line-column.
5765 Offer to revert only if file has changed.
5767 2002-08-15 Richard M. Stallman <rms@gnu.org>
5769 * files.el (recover-this-file): New function.
5770 (after-find-file): Recommend recover-this-file.
5772 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
5773 to change-major-mode-hook when font lock is enabled.
5775 * simple.el (toggle-truncate-lines): Force redisplay.
5776 Display status message.
5778 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
5780 * textmodes/reftex.el (reftex-mode): Moved the creation of special
5781 syntax tables to top-level.
5783 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
5785 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
5786 use `hash-table-size' instead of `length'.
5788 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
5790 * help-fns.el (locate-library): Use locate-file(-completion).
5791 (help-split-fundoc): Tighten the regexp and recognize a usage-info
5792 where the function name is `fn'.
5793 (help-function-arglist): Follow aliases and macros.
5794 (describe-function-1): Use keymapp.
5795 If the docstring contains a usage info, use it even if the function is
5796 not a subroutine. Find usage info in aliases' docstring if necessary.
5797 (describe-variable): Get the value before setting up the *Help* buffer.
5799 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5800 Use find-file-hook instead of find-file-hooks.
5801 (define-minor-mode): Get rid of this silly `togglep'.
5802 Add an explicit `toggle' argument (used for interactive calls).
5803 Emit a warning when a nil argument turns the mode off.
5805 * language/ethio-util.el (setup-ethiopic-environment-internal)
5806 (exit-ethiopic-environment): Use find-file-hook and
5807 write-file-functions instead of find-file-hooks and write-file-hooks.
5809 * window.el (handle-select-window): Don't do anything if the window
5810 has disappeared since the event was generated.
5811 (split-window-save-restore-data): Use push and with-current-buffer.
5815 * obsolete/hilit19.el:
5816 * completion.el (dynamic-completion-mode):
5817 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5818 Use find-file-hook instead of find-file-hooks.
5820 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
5821 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
5822 (imenu-space-replacement): Allow nil value.
5823 (imenu--completion-buffer): Use new vars and simplify.
5824 Fix handling of minibuffer-setup-hook.
5825 Use minibuffer-completion-help instead of rolling our own.
5826 (imenu-choose-buffer-index): Use the new var.
5828 * startup.el (command-line): Load custom-file if not done yet.
5830 2002-08-14 Kenichi Handa <handa@etl.go.jp>
5832 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
5833 the selection data string. Always return cons of type and string.
5834 (selection-converter-alist): Add (UTF8_STRING .
5835 xselect-convert-to-string).
5837 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
5839 * newcomment.el (comment-region): Force `lines' when `block' is set.
5841 2002-08-12 Richard M. Stallman <rms@gnu.org>
5843 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
5844 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
5845 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
5846 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
5847 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
5848 (menu-bar-text-mode-auto-fill): New commands, used
5849 in menu bar menus instead of lambda expressions.
5851 (menu-bar-showhide-fringe-menu-customize-left)
5852 (menu-bar-showhide-fringe-menu-customize-right)
5853 (menu-bar-showhide-fringe-menu-customize-disable)
5854 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
5856 (menu-bar-options-menu): Use toggle-truncate-lines.
5857 (showhide-date-time): Call customize-mark-as-set.
5859 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5860 Obey `definition-name' properties.
5862 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5863 Put `definition-name' properties on the functions whose
5864 names are constructed.
5866 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
5867 Renamed from target-buffer.
5868 (pages-directory, pages-copy-header-and-position): Uses changed.
5870 * calendar/appt.el (appt-make-list): Correct the parsing of
5871 each appointment from time-string.
5873 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
5875 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
5876 (scroll-all-mode) <defcustom>: Delete.
5877 (running-xemacs): Delete.
5878 (minor-mode-alist): Don't manipulate it directly.
5880 2002-08-10 Kenichi Handa <handa@etl.go.jp>
5882 * international/mule-cmds.el (search-unencodable-char): New function.
5883 (select-safe-coding-system): Show unencodable characters.
5884 (unencodable-char-position): Deleted, and implemented in C in coding.c.
5886 2002-04-09 John Wiegley <johnw@gnu.org>
5888 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
5889 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
5890 * em-dirs.el (eshell/cd): Ditto.
5891 * em-glob.el (eshell-glob-case-insensitive): Ditto.
5892 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5893 * esh-ext.el (eshell-binary-suffixes): Ditto.
5895 2002-08-09 Richard M. Stallman <rms@gnu.org>
5897 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
5899 * simple.el (set-variable): Give locality status in prompt.
5901 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
5903 * simple.el (set-variable): If given a prefix argument, set
5904 variable buffer-locally.
5906 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
5908 * font-core.el (font-lock-function): Make it buffer-local.
5910 2002-08-08 Richard M. Stallman <rms@gnu.org>
5912 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
5913 (checkdoc-message-interactive, checkdoc-interactive-loop)
5914 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
5916 Update checkdoc-spellcheck-documentation-flag correctly.
5917 (checkdoc-ispell-docstring-engine): Don't test for
5918 checkdoc-autofix-flag = nil.
5920 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
5922 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
5924 * wid-browse.el (widget-minor-mode): Fix doc typo.
5926 2002-08-07 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5928 * net/tramp.el: Version 2.0.12 released.
5929 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5930 Comment out possibly obsolete "echo hello" commands.
5931 (tramp-run-real-handler): If operation is
5932 `ange-ftp-hook-function', use first arg as the real operation.
5933 (tramp-check-ls-commands): Use / instead of \ as directory
5934 separator. (Relevant for XEmacs on Windows.)
5935 (tramp-maybe-open-connection): Use tramp-wait-for-output when
5936 waiting for the "are you awake" command. Use a different string
5937 for the "are you awake" command.
5938 (tramp-send-command): New optional arg NEVEROPEN means to never
5939 invoke tramp-maybe-open-connection.
5940 (tramp-maybe-open-connection): Use it
5942 2002-08-07 Richard M. Stallman <rms@gnu.org>
5944 * warnings.el (warning-prefix-function, warning-series)
5945 (warning-fill-prefix, warning-group-format): Add autoload cookies.
5947 2002-08-07 Kenichi Handa <handa@etl.go.jp>
5949 * international/mule-cmds.el (select-safe-coding-system):
5950 Call pop-to-buffer inside save-window-excursion and save-excursion.
5952 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
5954 * help-fns.el (describe-function-1): Skip arglist note if
5955 function's definition is a keymap.
5957 2002-08-06 Sam Steingold <sds@gnu.org>
5959 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
5960 and `mail-user-agent' instead of straight sendmail.
5961 (diary-modified, diary-entries-list, displayed-year)
5962 (displayed-month, entry, date, number, date-string, d-file)
5963 (original-date): Defvar without binding to avoid compiler warnings.
5965 2002-08-05 Alan Shutko <ats@acm.org>
5967 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5968 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5969 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
5971 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
5972 (ibuffer-filter-by-used-mode): New.
5974 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
5976 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
5977 `fset' and `symbol-function'.
5979 2002-08-05 John Wiegley <johnw@gnu.org>
5981 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
5982 value unless pcomplete-cycle-cutoff-length is non-nil.
5984 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
5986 * esh-util.el (eshell-under-cygwin-p): New function.
5987 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
5988 * em-dirs.el (eshell/cd): Ditto.
5989 * em-glob.el (eshell-glob-case-insensitive): Ditto.
5990 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5991 * esh-ext.el (eshell-binary-suffixes): Ditto.
5993 2002-08-05 Richard M. Stallman <rms@gnu.org>
5995 * international/mule-cmds.el (select-safe-coding-system): Check for
5996 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
5998 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
6000 2002-08-05 Gerd Moellmann <gerd@gnu.org>
6002 * image.el (image-jpeg-p): Accept "Exif" marker.
6004 2002-08-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6006 * net/tramp.el: Version 2.0.11 released.
6007 (tramp-perl-file-attributes): Print uid and gid as signed integers.
6008 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
6009 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
6010 calling Tramp again.
6011 (tramp-find-file-exists-command): Check for `ls -d' last, after
6012 all the variants on `test -e'.
6013 (tramp-post-connection): Erase buffer before finding a command to
6014 check if file exists.
6016 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
6018 * calc/calc.el (math-format-stack-value): Revert a broken
6019 if->when replacement and reformat so that this does not happen
6020 again. Fixes a pretty lethal line formatting/yanking bug.
6022 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
6024 * startup.el (fancy-splash-frame): Check selected frame last.
6026 2002-08-04 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6028 * net/tramp.el: Version 2.0.10 released.
6029 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
6030 standard output even if `uudecode -p' and `uudecode -o -' don't work.
6031 (tramp-post-connection): After finding the right shell, wait a
6032 bit. This is a kludge to avoid a race condition, even though I
6033 don't understand why there is a race condition in the first place.
6034 (tramp-post-connection): Install the `tramp_uudecode' shell
6035 function on the remote host.
6036 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
6037 (tramp-bug): Include more variables in the report.
6039 2002-08-04 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6041 * net/tramp.el: Version 2.0.9 released.
6042 (tramp-bug): Add wording about additional info to include in bug
6044 (tramp-find-shell): Set $PS1 for invocation of second shell (for
6046 (tramp-find-shell): Shell prompt must match at end of buffer.
6047 Do this also for fallback shell prompt.
6048 (tramp-find-shell): More debugging output.
6049 (tramp-find-inline-encoding): When checking the decoding command,
6050 some commands fail when reading from /dev/null. So we pass a
6051 known string through the encoding command and pass that through
6052 the decoding command. So we know whether the decoding command can
6053 deal with some real input.
6055 2002-08-04 Andreas Schwab <schwab@suse.de>
6057 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
6059 2002-08-03 Andrew Choi <akochoi@shaw.ca>
6061 * term/mac-win.el: Set keys to enable mouse wheel support.
6063 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6065 * net/tramp.el: Version 2.0.8.
6066 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
6068 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6070 * net/tramp.el: Version 2.0.7.
6071 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6072 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
6073 because of `format' and say so in the docstring.
6075 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6077 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
6079 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
6080 (f90-type-def-re): Fix value.
6082 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6084 * net/tramp.el: Version 2.0.6.
6085 (tramp-default-method): Change to "ssh" from "sm".
6086 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
6087 (tramp-su-program): New internal variable for method parameter.
6088 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
6089 New variables. Very short Perl one-liner, but requires Perl
6090 module MIME::Base64 to be installed on the remote site.
6091 (tramp-perl-encode, tramp-perl-decode): New base64
6092 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
6093 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
6094 though Ange-FTP doesn't do anything for this operation).
6095 (tramp-handle-set-visited-file-modtime): Comment change.
6096 (tramp-handle-make-directory): Save-excursion.
6097 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
6098 twice, once is enough.
6099 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
6100 user knows what's wrong.
6101 (tramp-post-connection): Support the two Perl encoders and decoders.
6102 (tramp-coding-commands): Ditto. Add some todo items.
6104 2002-08-02 Richard M. Stallman <rms@gnu.org>
6106 * international/mule.el (merge-coding-systems): New function.
6107 (set-buffer-file-coding-system): Use merge-coding-systems.
6108 Change prompt for args.
6109 (revert-buffer-with-coding-system): New command.
6111 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6112 Add bindings for revert-buffer-with-coding-system.
6113 (set-coding-system-map): Clarify menu item info for
6114 set-buffer-file-coding-system.
6115 (set-coding-system-map): Reorder and add separators.
6117 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
6118 Use eval-expression.
6120 * subr.el (atomic-change-group): Doc fix.
6122 2002-07-31 Colin Walters <walters@debian.org>
6124 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
6125 defvaralias for compatibility.
6126 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
6127 defvaralias for compatibility.
6129 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
6131 * ibuffer.el (ibuffer-fontification-alist):
6132 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
6134 2002-07-31 John Wiegley <johnw@gnu.org>
6136 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
6137 prevent adding the symbol `pcomplete' to
6138 shell-dynamic-complete-functions to many times.
6140 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
6142 * help-fns.el (describe-function-1): Test function for
6143 obsolescence only if it is a symbol.
6145 * ediff.el (ediff-backup): New autoloaded command.
6147 2002-07-31 Richard M. Stallman <rms@gnu.org>
6149 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
6150 Use `compile-always'.
6151 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
6152 (compile): Renamed from `compile-files'.
6153 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
6155 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6156 Check that (car elt) is a string.
6158 * pcomplete.el (pcomplete-entries): Doc fix.
6160 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
6162 2002-07-31 Andreas Schwab <schwab@suse.de>
6164 * dired.el: Hide disabling of dired-find-alternate-file behind
6167 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6169 * makefile.w32-in: Revert some changes from 2002-07-23 because they
6170 don't work on MSVC/nmake builds.
6171 (update-subdirs-CMD): Generate the right list of subdirectories.
6173 2002-07-30 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6175 * net/tramp.el: New version 2.0.5.
6176 (tramp-methods): Remove inline encoding method parameters.
6177 The encoding is now autodetected. Also shorten the list of
6178 methods (u/m distinction gone) and rename the remaining methods to
6179 have longer, but more mnemonic, names.
6180 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
6181 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
6182 matched at end of buffer anyway.
6183 (tramp-yesno-prompt-regexp): New variable, for questions where the
6184 user should say "yes" or "no".
6185 (tramp-file-name-structure-unified)
6186 (tramp-file-name-structure-separate): Allow dash in method names.
6187 (tramp-actions-before-shell): New variable, contains list of
6188 pattern/action pairs. Output sent by remote end is scanned for
6189 the patterns, then the actions are executed.
6190 (tramp-multi-actions): Like `tramp-actions-before-shell', but
6191 executed for each hop in a multi-hop connection.
6192 (tramp-last-cmd-time): New variable. If nothing has been sent to
6193 remote end for 60 seconds, look to see if the remote end is still
6195 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
6197 (tramp-perl-encode, tramp-perl-decode): New variables, these
6198 require the MIME::Base64 module on the remote end.
6199 (tramp-handle-file-attributes): Restructure logic.
6200 (tramp-handle-file-attributes-with-ls)
6201 (tramp-handle-file-attributes-with-perl): More debugging.
6202 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
6203 (tramp-handle-make-directory, tramp-handle-delete-directory)
6204 (tramp-handle-delete-file, tramp-handle-insert-directory):
6206 (tramp-handle-shell-command): Use `when', not `if'.
6207 (tramp-handle-file-local-copy, tramp-handle-write-region):
6208 Adapt to autodetection of inline encoding.
6209 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
6210 variable ange-ftp-name-format is defined before binding it.
6211 (tramp-action-login, tramp-action-password, tramp-action-succeed)
6212 (tramp-action-permission-denied, tramp-action-yesno):
6213 Functions called from `tramp-actions-before-shell'.
6214 (tramp-multi-action-login, tramp-multi-action-password)
6215 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
6216 Functions called from `tramp-multi-actions'.
6217 (tramp-process-one-action, tramp-process-actions):
6218 Pattern matching and action invocation code for
6219 `tramp-actions-before-shell'.
6220 (tramp-process-one-multi-action, tramp-process-multi-actions):
6221 Same for `tramp-multi-actions'.
6222 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6223 (tramp-open-connection-su): Process actions instead of hardwired logic.
6224 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
6225 (tramp-multi-connect-su): Ditto.
6226 (tramp-post-connection): New method for tramp_encode and
6227 tramp_decode scripts.
6228 (tramp-post-connection): Invoke inline autodetection code.
6229 (tramp-coding-commands): List of inline codings.
6230 (tramp-find-inline-encoding): This is the inline autodetection code.
6231 (tramp-maybe-open-connection): If nothing was sent to connection
6232 for 60 seconds, look if it connection is still alive.
6233 (tramp-send-command): Remember that something was sent to the
6235 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6236 Use backticks for constructing alist.
6237 (tramp-get-encoding-command, tramp-set-encoding-command)
6238 (tramp-get-decoding-command, tramp-set-decoding-command)
6239 (tramp-get-encoding-function, tramp-set-encoding-function)
6240 (tramp-get-decoding-function, tramp-set-decoding-function):
6241 Use for results of inline autodetection.
6242 (tramp-get-encoding-command, tramp-get-decoding-command)
6243 (tramp-get-encoding-function, tramp-get-decoding-function):
6244 Remove these old functions.
6246 2002-07-30 Kenichi Handa <handa@etl.go.jp>
6248 * language/indian.el (in-is13194): Give correct `safe-chars' property.
6249 (devanagari): Define it as an alias of in-is13194.
6251 * international/mule.el (safe-chars):
6252 Put `char-table-extra-slots' property with value 0.
6254 * files.el (revert-buffer): Fix previous change.
6256 2002-07-29 Richard M. Stallman <rms@gnu.org>
6258 * bindings.el (help-echo): If global-mode-string is non-nil,
6259 display some spaces after it.
6261 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6262 Don't call string-match on non-string.
6263 (displaying-byte-compile-warnings):
6265 * textmodes/ispell.el (check-ispell-version): Bind default-directory
6266 to avoid errors. Kill the old temp buffer at the beginning.
6268 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6270 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
6272 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
6274 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
6277 2002-07-29 Kenichi Handa <handa@etl.go.jp>
6279 * international/mule.el (ctext-post-read-conversion): Add support
6280 for embedded utf-8 encoding (ESC % G ... ESC % @).
6282 2002-07-28 Kenichi Handa <handa@etl.go.jp>
6284 * files.el (revert-buffer): Before calling insert-file-contents,
6285 kill the local variable buffer-file-coding-system.
6287 2002-07-28 Richard M. Stallman <rms@gnu.org>
6289 * bindings.el (mode-line-format): Handle vc-mode specially.
6290 Move mode-line-position to after global-mode-string.
6291 (mode-line-modes): Move the starting 3 spaces out of here.
6292 (mode-line-position): Separate with a space, not dashes.
6294 * vc-hooks.el: Don't add to minor-mode-alist.
6296 * emacs-lisp/edebug.el (edebug-debugger):
6297 If inside redisplay, just return.
6299 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
6301 * info.el (Info-find-index-name): Improve last change.
6303 2002-07-27 Richard M. Stallman <rms@gnu.org>
6305 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
6307 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
6310 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
6312 * ps-print.el: Update copyright year.
6313 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
6315 2002-07-26 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6317 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
6318 to the session with that number. Old behavior still available
6319 with nonumeric prefix args.
6321 2002-07-08 Simon Josefsson <jas@extundo.com>
6323 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
6325 2002-07-26 Juanma Barranquero <lektu@terra.es>
6327 * warnings.el (lwarn, warn, warning-levels): Doc fix.
6328 (warning-suppress-log-types): Fix typo.
6329 (display-warning): Fix typo. Remove useless assignment to free variable
6332 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
6334 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
6336 2002-07-25 Sam Steingold <sds@gnu.org>
6338 * replace.el (occur-rename-buffer): New command.
6339 (occur-mode-map): Bind "r" to it. Added keybindings for
6340 `kill-this-buffer', `clone-buffer' and `quit-window'.
6342 2002-07-25 Kevin Ryde <user42@zip.com.au>
6344 * info.el (Info-find-index-name): Search for a function definition
6347 2002-07-25 David Ponce <david@dponce.com>
6349 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
6350 Don't recompute `entry' on each iteration.
6351 (byte-compile-delete-first): Make it defsubst.
6353 2002-07-25 Sam Steingold <sds@gnu.org>
6355 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
6356 When `search-end' is a cons, use its car.
6358 2002-07-25 Dave Love <fx@gnu.org>
6360 * obsolete/c-mode.el: Deleted.
6362 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
6364 * textmodes/reftex.el (reftex-compile-variables):
6365 Simplified regular expression.
6367 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6368 Simplified the regexp.
6370 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
6371 (reftex-extract-bib-entries-from-thebibliography):
6372 Use `reftex-get-bibkey-default' to get a default regex.
6373 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
6374 get a default regex.
6376 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
6377 XEmacs compatibility (got OK from RMS).
6379 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
6381 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
6382 (reftex-select-bib-mode): Likewise.
6384 2002-07-25 Colin Walters <walters@debian.org>
6386 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
6389 2002-07-24 Dave Love <fx@gnu.org>
6391 * international/mule.el (set-auto-coding): Doc fix.
6393 * international/utf-16.el: New file.
6395 * language/european.el ("German", "French", "Spanish", "Turkish"):
6396 Add alternative coding systems.
6397 ("Dutch"): Likewise. Add input method.
6398 ("Welsh", "Latin-7"): Add nonascii-translation.
6400 * language/georgian.el ("Georgian"): Add nonascii-translation.
6402 * international/titdic-cnv.el: Doc fixes.
6403 (tit-process-header): Add coding cookie.
6404 (titdic-convert): Force writing as iso-2022-7bit.
6406 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
6408 * international/mule-cmds.el: Doc fixes.
6409 (unencodable-char-position): New.
6410 (select-safe-coding-system): Use it to indicate problematic
6411 characters and add extra explanation. Avoid checking auto-coding
6412 for compressed files.
6413 (leim-list-header): Add coding cookie.
6414 (input-method-verbose-flag): Modify :type.
6415 (locale-language-names): Add bs, wa. Modify cy.
6417 2002-07-24 Richard M. Stallman <rms@gnu.org>
6419 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6420 Bind warning-group-format.
6422 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
6423 (byte-compile-cl-warn): Use that variable.
6424 (byte-compile-find-cl-functions): New function.
6425 (displaying-byte-compile-warnings):
6426 Call byte-compile-find-cl-functions.
6428 * warnings.el (warning-levels): Add %s to the strings.
6429 (warning-group-format): New variable.
6430 (warning-suppress-log-types): Renamed from warning-suppress-log.
6431 (warning-suppress-types): Renamed from warning-suppress.
6432 (display-warning): Implement those changes.
6434 2002-07-23 Richard M. Stallman <rms@gnu.org>
6436 * warnings.el: Add `provide' call.
6438 * files.el (basic-save-buffer-2): If there's an error writing the file,
6439 unrename the backup file if it was just made.
6440 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
6441 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
6442 when a backup was just made by renaming. Otherwise it's nil.
6444 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
6445 Recognize explicit :args specification.
6447 * international/mule-cmds.el (select-safe-coding-system):
6448 Don't ask for confirmation of mismatch if find-file-literally was used.
6450 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
6452 * add-log.el (add-log-current-defun): Fix typo in documentation.
6454 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
6456 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
6458 * ido.el (ido-separator): Fix type.
6460 2002-07-23 Andrew Innes <andrewi@gnu.org>
6462 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
6463 (DONTCOMPILE): Add various language files.
6464 (DONTCOMPILE): Remove term/xterm.el.
6465 (finder-inf.el): Remove.
6466 (update-authors): New target.
6467 (TAGS-LISP): Remove $(lispsource).
6468 (compile-always): Renamed from `compile-files'.
6469 (compile): New target, adapted from `compile-files'.
6470 (compile-calc): New target.
6471 (recompile): Change `.' to $(lisp).
6472 (bootstrap): Add update-subdirs and finder-data
6473 to dependencies; change compile-files to compile.
6475 2002-07-22 Andre Spiegel <spiegel@gnu.org>
6477 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
6479 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6481 * simple.el (undo, undo-more): Adjust messages when undoing in a
6484 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
6486 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
6487 (browse-url-lynx-input-delay): Add custom type and group.
6489 * cus-start.el (double-click-fuzz): Added.
6491 2002-07-22 Alan Shutko <ats@acm.org>
6493 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
6494 parameter, specifying what face or character to use in the
6495 calendar display. These will now return (MARK . ENTRY).
6497 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
6498 parameter, specifying what face or character to use in the
6499 calendar display. These will now return (MARK . ENTRY).
6501 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
6502 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
6503 MARK parameter, specifying what face or character to use in the
6504 calendar display. These will now return (MARK . ENTRY).
6506 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
6507 from diary-sexp-entry and pass it to mark-visible-calendar-date.
6508 (list-sexp-diary-entries): Update doc string for new docs for ....
6509 If diary-sexp-entry returns a cons, only add the text to the diary
6511 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
6512 . STRING) to specify what face or character mark should be used in
6513 the calendar display.
6514 (diary-date, diary-block, diary-float, diary-anniversary)
6515 (diary-cyclic): Add optional MARK parameter, specifying what face
6516 or character to use in the calendar display. These will now
6517 return (MARK . ENTRY).
6519 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
6520 (calendar-holiday-list, diary-french-date, diary-mayan-date)
6521 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
6522 (diary-islamic-date, list-islamic-diary-entries)
6523 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6524 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
6525 (diary-rosh-hodesh, list-hebrew-diary-entries)
6526 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6527 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
6528 (diary-sunrise-sunset, diary-sabbath-candles):
6529 Remove interactive flag from autoloads.
6531 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
6533 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6534 (reftex-bibliography-commands): New option.
6535 (reftex-toc-split-windows-horizontally): New option
6536 (reftex-toc-split-windows-horizontally-fraction): New option
6537 (reftex-include-file-commands): New option.
6538 (reftex-cite-format-builtin): Added ?n for nocite.
6540 * textmodes/reftex-index.el (reftex-query-index-phrase):
6541 Use `reftex-index-verify-function'.
6543 * textmodes/reftex-toc.el (reftex-re-enlarge):
6544 Handle horizontal splitting.
6545 (reftex-toc): Handle horizontal splitting
6546 (reftex-last-window-width): New variable.
6548 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6549 Use `reftex-bibliography-commands'.
6550 (reftex-locate-bibliography-files): Regexp relaxed to allow for
6551 cases where \bibliography is not the first thing on the line.
6553 * textmodes/reftex.el (reftex-compile-variables):
6554 Use `reftex-include-file-commands'.
6555 (reftex-type-query-prompt): Changed defconst to defvar.
6556 (reftex-type-query-help, reftex-typekey-to-format-alist)
6557 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
6558 (reftex-special-env-parsers, reftex-label-mac-list)
6559 (reftex-label-env-list, reftex-typekey-list)
6560 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
6561 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
6562 (reftex-no-follow-message, reftex-no-info-message): Likewise.
6563 (reftex-mode): Define systax table for bibtex parsing.
6564 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
6566 * textmodes/reftex-cite.el (reftex-format-names): %a as name
6567 format lists all names.
6568 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
6569 (reftex-with-special-syntax-for-bib): New macro.
6571 2002-07-21 Richard M. Stallman <rms@gnu.org>
6573 * international/ucs-tables.el (ucs-quail-activate):
6574 Cope if buffer-file-coding-system is nil.
6576 * bindings.el (last-buffer): Use buffer-list with frame arg.
6577 Create *scratch* if no other choice exists. Fix bugs.
6579 2002-07-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6581 * net/tramp.el: Bump version to 2.0.2.
6582 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
6583 longer names. Use old names "sm1", "sm2" and so on for methods
6584 invoking "ssh -1" or "ssh -2".
6585 (tramp-multi-file-name-structure-separate): Typo, its name was set
6586 to "tramp-file-name-structure-separate". Trivial patch.
6587 From Steve Youngs <youngs@xemacs.org>.
6588 (tramp-multi-sh-program): New variable.
6589 (tramp-open-connection-multi): Use it. Now you can use multi
6590 methods from Windows (at least in principle).
6591 (tramp-do-copy-or-rename-via-buffer): New function.
6592 (tramp-do-copy-or-rename-file): Use it. Change and simplify
6593 logic. Omit special case of invoking rcp directly to copy the files.
6594 (tramp-open-connection-su, tramp-multi-connect-telnet)
6595 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
6596 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6597 Use backticks in format-spec for brevity and to avoid
6598 character/number confusion in XEmacs.
6600 2002-07-20 Richard M. Stallman <rms@gnu.org>
6602 * wid-edit.el (widget-documentation-string-value-create):
6603 Say "Hide Rest", not just "Hide".
6605 * cus-edit.el (custom-variable-value-create):
6606 Say "Show Value", not just "Show". Also "Hide Value".
6607 Output a newline before the doc string.
6608 (custom-face-value-create): Say "Show Face" and "Hide Face".
6610 * files.el (toggle-read-only): Clean up the hint message.
6612 * emacs-lisp/bytecomp.el: Use warnings.el.
6613 (byte-compile-warning-prefix): New function.
6614 (byte-compile-log-file): Return page start position.
6615 (byte-compile-log-warning): New function.
6616 (byte-compile-warn): Use byte-compile-log-warning.
6617 (byte-compile-report-error): Likewise. Also use error-message-string.
6618 (displaying-byte-compile-warnings): Bind warning-series.
6619 Don't bind or use byte-compile-warnings-point-max.
6620 Don't display the log buffer at the end.
6621 (byte-compile-warnings-point-max): Variable deleted.
6622 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
6623 (byte-compile-last-warned-form, byte-compile-last-logged-file):
6626 * warnings.el: New file.
6628 2002-07-19 Richard M. Stallman <rms@gnu.org>
6630 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
6631 and `values-list' from list of CL functions.
6633 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
6635 * emacs-lisp/bytecomp.el (compile-defun):
6636 Bind `read-with-symbol-positions' to current buffer.
6638 2002-07-19 Andre Spiegel <spiegel@gnu.org>
6640 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
6641 delete anything that comes after LIMIT from the buffer.
6643 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
6644 if this is really an RCS master file.
6646 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
6648 2002-07-19 Juanma Barranquero <lektu@terra.es>
6650 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
6651 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
6652 (unread-command-char, executing-macro, post-command-idle-hook)
6653 (post-command-idle-delay): Move obsolescence declarations to subr.el.
6655 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
6656 (baud-rate, compiled-function-p, define-function, unread-command-char)
6657 (executing-macro, post-command-idle-hook, post-command-idle-delay):
6658 Move obsolescence declarations from emacs-lisp/bytecomp.el.
6659 (directory-sep-char, mode-line-inverse-video):
6660 Add obsolescence declaration.
6662 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
6664 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
6665 changes to list them here.
6667 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
6668 Too many changes to list them here.
6670 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
6671 Too many changes to list them here.
6673 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
6674 only minor documentation changes.
6676 2002-07-18 Dave Love <fx@gnu.org>
6678 * info-look.el: Support current auto{conf,make} manuals.
6680 2002-07-18 Juanma Barranquero <lektu@terra.es>
6682 * bindings.el (last-buffer): Add missing frame argument.
6684 2002-07-18 Richard M. Stallman <rms@gnu.org>
6686 * timer.el (timer-inc-time): Doc fix.
6688 * replace.el (keep-lines, flush-lines): Interactively report
6689 read-only error before reading regexp argument.
6691 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
6693 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
6694 frame parameters like bury-buffer.
6696 * simple.el (choose-completion-delete-max-match):
6697 Handle minibuffer prompts explicitly.
6699 2002-07-18 Juanma Barranquero <lektu@terra.es>
6701 * international/mule-util.el (string-to-sequence, truncate-string):
6702 Add autoload cookie to obsolescence declaration.
6704 * rect.el (move-to-column-force): Likewise.
6706 * composite.el (decompose-composite-char): Likewise; also remove
6709 2002-07-18 Kim F. Storm <storm@cua.dk>
6711 * loadup.el: Load international/utf-8 before international/characters.
6713 2002-07-17 Dave Love <fx@gnu.org>
6715 * international/ucs-tables.el: Optimize tables. Deal with some
6717 (ucs-mule-to-mule-unicode): New.
6718 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
6720 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
6721 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
6722 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
6723 version. Add custom dependencies.
6724 (ucs-insert): Check for null from decode-char.
6725 (translation-table-for-input, ucs-quail-activate)
6726 (ucs-minibuffer-setup, ccl-encode-unicode-font)
6727 (ucs-tables-unload-hook): New.
6729 * international/mule.el (define-translation-hash-table): New.
6730 (decode-char): Use utf-8-translation-table-for-decode.
6731 (encode-char): Use ucs-mule-to-mule-unicode.
6733 * international/characters.el: Fix settings of U+2000-U+2027.
6736 * international/mule-cmds.el (locale-language-names): Fix be, add
6737 sr_YU@cyrillic, modify tg.
6738 (locale-charset-language-names): Put @euro last.
6740 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
6741 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
6742 (cyrillic-koi8-r-decode-table): Make unbound after use.
6743 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
6744 factor. Use utf-8-translation-table-for-decode.
6745 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
6746 (cyrillic-unify-encoding): New function.
6747 (cyrillic-koi8): Modify safe-chars, valid-codes.
6748 Remove charset-origin-alist.
6749 (Cp878, cp866): New alias.
6750 (ccl-encode-8859-5-font): New.
6751 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
6752 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
6753 Remove redundant parens.
6754 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
6755 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
6756 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
6757 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
6758 ("Cyrillic-ALT"): Change input method.
6759 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
6761 * international/utf-8.el (utf-8-subst-table)
6762 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
6763 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
6764 (utf-8-ccl-regs, utf-8-translate-cjk): New.
6765 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
6766 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
6767 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
6768 (mule-utf-8): Remove pre-write-conversion.
6769 (utf-8-post-read-conversion): Comment out.
6771 * international/ccl.el (ccl-command-table): Add lookup-integer,
6773 (ccl-extended-code-table): Add lookup-int-const-tbl,
6774 lookup-char-const-tbl.
6775 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
6776 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
6778 (define-ccl-program): Doc update.
6780 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
6781 (utf-8-subst-table): Don't set.
6783 2002-07-17 Kenichi Handa <handa@etl.go.jp>
6785 * international/mule.el (define-coding-system-alias):
6786 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
6787 eol-type is not auto-detection.
6789 * international/mule-diag.el (print-coding-system-briefly):
6790 Fix the handling of an alias of which eol-type is not auto-detection.
6792 * international/mule-conf.el (us-ascii): Define it as an alias of
6795 2002-07-17 Juanma Barranquero <lektu@terra.es>
6797 * help-fns.el (describe-function-1): Put empty line before "Not
6800 * timer.el (timer-set-time-with-usecs): Mark obsolete.
6802 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
6804 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6805 Make sure to change the global tool-bar-map.
6807 * vc.el (vc-default-comment-history): Hard code *vc*.
6808 This is because print-log always prints there now.
6809 (vc-annotate-font-lock-keywords): New var.
6810 (vc-annotate-mode): Use it. Set truncate-lines as well.
6811 (vc-annotate-display-select): Unify the two error reports.
6812 (vc-annotate-offset): New var.
6813 (vc-annotate-lines): New fun extracted from vc-annotate-display.
6814 (vc-annotate-display): Use it, via font-lock.
6816 * help-fns.el (help-split-fundoc, help-function-arglist)
6817 (help-make-usage): New funs, extracted from describe-function-1.
6818 (describe-function-1): Use them.
6820 * help.el (help-key-description): Show the untranslated keys
6821 when they start with ESC and the ESC was not translated.
6823 * help-mode.el (view): Always require.
6824 (help-xref-mule-regexp): Don't use defconst for variables.
6825 (help-setup-xref): Keep the last 10 elements of the stack.
6826 (help-xref-override-view-map): New var.
6827 (help-make-xrefs): Use it instead of building a new map each time.
6828 (help-function-def): Allow help-fun to take a buffer as arg.
6830 * diff-mode.el (diff-reverse-direction): Simplify.
6831 (diff-after-change-function): Fix typo.
6832 (diff-post-command-hook): Take care of edge cases.
6833 (diff-current-defun): Do `goto-char' after setting the mode.
6835 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
6836 Fold mouse-sel-bindings into it.
6837 (mouse-sel-bound-events): Turn it into an alist.
6838 (mouse-insert-selection): Delegate to mouse-yank-at-click if
6839 mouse-sel-default-bindings asks for it.
6841 2002-07-16 Andre Spiegel <spiegel@gnu.org>
6843 * files.el: Bind toggle-read-only to C-x C-q.
6844 (toggle-read-only): Display a warning message if the file is under
6847 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
6848 (vc-toggle-read-only): Explain in the doc string that users can bind
6850 (vc-checkout-model): Change doc string to refer to vc-next-action,
6851 not vc-toggle-read-only.
6853 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
6854 comparing to file on disk. Fix the case when claiming the lock
6855 on a file that has unlocked changes.
6856 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
6858 2002-07-16 Richard M. Stallman <rms@gnu.org>
6860 * simple.el (choose-completion-string): Doc fix.
6862 * cus-edit.el: New operation :custom-standard-value.
6863 (Custom-reset-standard): Use it.
6864 (custom-variable, custom-face): Define it.
6865 (custom-variable-standard-value, custom-face-standard-value): New fns.
6866 (custom-face-save): Don't save a face whose value is standard.
6867 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
6869 * cus-edit.el (custom-face-edit-fix-value):
6870 If VALUE is not a list, pass it thru.
6872 * compare-w.el (compare-windows-whitespace): Always allow newline
6873 even if it does not have whitespace syntax.
6875 2002-07-16 Juanma Barranquero <lektu@terra.es>
6877 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
6879 2002-07-15 Juanma Barranquero <lektu@terra.es>
6881 * help-fns.el (describe-variable): Show documentation for aliased
6882 variable if alias does not have its own.
6884 2002-07-15 Mike Williams <mdub@bigfoot.com>
6886 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
6887 cut/paste functions.
6889 2002-07-14 Richard M. Stallman <rms@gnu.org>
6891 * files.el (find-alternate-file): Offer to save a modified buffer.
6892 Handle kill-buffer-query-functions better.
6894 * startup.el (normal-splash-screen, fancy-splash-text):
6895 Update name of help menu item for ordering printed manuals.
6897 * emacs-lisp/checkdoc.el: Fix doc typos.
6899 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
6901 * textmodes/tex-mode.el: Set encoding to utf-8.
6902 (tex-start-options): Make it into always-a-string.
6903 Remove silly custom options that are covered by the other var.
6904 (tex-start-commands): Fix docstring.
6905 (tex-open-quote, tex-close-quote): Add options.
6906 (tex-command): Provide default.
6907 (tex-font-lock-keywords-1): Highlight $$...$$.
6908 (tex-font-lock-keywords-2): Fix latin-1 chars.
6909 (tex-mode-map): Remove redundant \t binding.
6910 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
6911 (latex-mode): Use add-hook for fill-nobreak-predicate.
6912 (tex-common-initialization): Set indent-tabs-mode to nil.
6913 (tex-insert-quote): Undo magic if invoked twice in a row.
6914 (latex-fill-nobreak-predicate): Don't use narrowing.
6915 (tex-latex-block): Don't cons uselessly.
6916 (tex-last-unended-begin): Signal user-friendlier error.
6917 (tex-goto-last-unclosed-latex-block): Don't catch signal.
6918 (tex-start-tex): Switch order of tex-start-options and
6919 tex-start-commands to make it obey docstrings.
6921 2002-07-14 Mike Williams <mdub@bigfoot.com>
6923 * mouse-sel.el (mouse-sel-bound-events): New constant.
6924 (mouse-sel-bindings): Save/restore original mouse-bindings.
6926 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
6928 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
6929 (cl-hack-byte-compiler): Avoid infinite require loop.
6931 * net/ange-ftp.el: Use hash-tables.
6932 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
6933 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
6934 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
6935 Replace with make-hash-table, maphash, gethash, puthash and remhash.
6936 (ange-ftp-hash-entry-exists-p): Rewrite.
6937 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
6938 Change mapatom -> maphash.
6939 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
6940 Update to new calling mode.
6942 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
6943 (ebrowse-hash-table-to-alist): Delete.
6944 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
6945 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
6947 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
6948 Improve the regexp used when unquoting.
6949 (sgml-pretty-print): New function.
6950 (sgml-get-context): Better handling of improperly nested tags.
6951 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
6953 2002-07-13 Andreas Schwab <schwab@suse.de>
6955 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
6956 inherited table entry.
6958 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6960 * calendar/timeclock.el (timeclock-in): Handle the case where no
6961 log file exists (ie the very first call).
6963 2002-07-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6965 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
6968 * net/tramp.el (tramp-multi-file-name-structure-unified):
6969 Add missing slash and move colon from start to end of each hop.
6970 (tramp-multi-file-name-hop-structure-unified): Move colon from
6971 start to end of each hop.
6973 2002-07-13 Kim F. Storm <storm@cua.dk>
6975 * progmodes/compile.el (grep-tree): Fixed autoload.
6976 Corrected use of undefined variable `match-files-aliases'.
6978 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
6980 * calendar/timeclock.el (timeclock-get-workday-function):
6981 `timeclock-workday' is not a valid option, rather a possible
6984 2002-07-12 Richard M. Stallman <rms@gnu.org>
6986 * net/ange-ftp.el (ange-ftp-write-region):
6987 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
6988 to ange-ftp-real-write-region.
6990 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
6992 * help-fns.el (help-with-tutorial): Display completion list right away.
6994 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
6996 * startup.el (command-line): Set memory-signal-data.
6997 (fancy-splash-text, normal-splash-screen):
6998 Mention "Read the Emacs Manual" or C-h r.
6999 Rearrange the initial help to put the help cmds on left
7000 and the actions (exit, undo) on the right. Other small
7001 text clarifications.
7002 (fancy-splash-text, actions page): Add blank line to balance help page.
7004 * help.el (help-map): Add binding for info-emacs-manual.
7005 (print-help-return-message): Doc fix.
7007 * strokes.el (strokes-help): Call print-help-return-message
7008 while inside with-output-to-temp-buffer.
7010 * info.el (info-emacs-manual): New function.
7011 (Info-use-header-line): Doc fix.
7013 * emacs-lisp/cl.el (multiple-value-call): Add alias.
7015 * progmodes/compile.el (compilation-normalize-filename):
7016 New subroutine, taken out of compilation-parse-errors.
7017 (compilation-parse-errors): Use that, and for directories too.
7018 Don't check whether a directory really exists.
7020 2002-07-12 Juanma Barranquero <lektu@terra.es>
7022 * help-fns.el (describe-variable): Remove useless "Documentation:"
7025 * timer.el (timer-set-time-with-usecs): Fix documentation.
7026 Simplify extraction of time data.
7028 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
7030 * help-fns.el (describe-variable): Mention if the variable is an
7031 alias. Put `defvaralias' info before the documentation.
7033 2002-07-12 Kenichi Handa <handa@etl.go.jp>
7035 * international/mule-cmds.el (locale-language-names): Change "mk"
7036 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
7037 alphabet) to "Cyrillic-ISO".
7039 2002-07-11 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7041 * net/tramp.el (tramp-default-method): New default method "sm"
7042 which I guess to be good for most people.
7043 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
7044 Ange-FTP) for some user/host combinations.
7045 (tramp-file-name-structure, tramp-file-name-regexp)
7046 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
7047 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
7048 (tramp-make-multi-tramp-file-format): New default value which
7049 unifies the filename syntax between Tramp and Ange-FTP. The new
7050 syntax is "/method:user@host:path". Note the colon after the method.
7051 (tramp-handle-file-name-directory): Don't return "/" when
7052 completing a remote root directory (where the filename looks like
7053 "/method:user@host:/").
7054 (tramp-handle-ange-ftp): Deleted.
7055 (tramp-disable-ange-ftp): New function, called at toplevel,
7056 deletes Ange-FTP from file-name-handler-alist.
7057 (tramp-handle-make-symbolic-link): Implement.
7059 2002-07-10 Juanma Barranquero <lektu@terra.es>
7061 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
7063 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
7064 (speedbar-vc-do-check): Likewise.
7065 (speedbar-obj-do-check): Likewise.
7066 (speedbar-mouse-hscroll): Likewise.
7067 (speedbar-file-lists): Likewise.
7069 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
7071 2002-07-09 Ole Aamot <ole@gnu.org>
7073 * compile.el (compilation-error-regexp-alist):
7074 Recognize Valgrind messages.
7076 2002-07-09 Juanma Barranquero <lektu@terra.es>
7078 * faces.el (face-id): Fix typo.
7080 * hexl.el (hexl-mode): Likewise.
7082 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7084 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
7086 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
7087 (speedbar-desired-buffer): Likewise.
7088 (speedbar-line-file): Likewise.
7089 (speedbar-special-mode-key-map): Fix typo.
7090 (speedbar-dynamic-tags-function-list): Likewise.
7091 (speedbar-use-images): Likewise.
7092 (speedbar-up-directory): Likewise.
7093 (speedbar-item-info): Likewise.
7094 (speedbar-set-timer): Likewise.
7095 (speedbar-insert-button): Likewise.
7096 (speedbar-make-button): Likewise.
7097 (speedbar-make-tag-line): Likewise.
7098 (speedbar-insert-files-at-point): Likewise.
7099 (speedbar-update-special-contents): Likewise.
7100 (speedbar-find-selected-file): Likewise.
7101 (speedbar-add-indicator): Likewise.
7102 (speedbar-do-function-pointer): Likewise.
7103 (speedbar-goto-this-file): Likewise.
7104 (speedbar-line-path): Likewise.
7105 (speedbar-mouse-event-p): Likewise.
7106 (speedbar-dir-follow): Likewise.
7107 (speedbar-tag-find): Likewise.
7108 (speedbar-fetch-etags-command): Likewise.
7109 (speedbar-fetch-etags-arguments): Likewise.
7110 (speedbar-toggle-etags): Likewise.
7111 (speedbar-extract-one-symbol): Likewise.
7112 (speedbar-parse-c-or-c++tag): Likewise.
7113 (speedbar-unhighlight-one-tag-line): Likewise.
7114 (speedbar-directory-face): Likewise.
7115 (defimage-speedbar): Likewise.
7116 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
7117 (defimage-speedbar): Likewise.
7119 2002-07-09 Miles Bader <miles@gnu.org>
7121 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
7122 to nil when prompting for a filename.
7124 2002-07-09 Kenichi Handa <handa@etl.go.jp>
7126 * files.el (insert-directory): Be sure to bind
7127 coding-system-for-write to the just decided coding-system-for-read.
7129 2002-07-09 Kim F. Storm <storm@cua.dk>
7131 * ido.el (ido-make-merged-file-list): Move fully matching item to
7133 (ido-find-common-substring): Return substring instead of t.
7135 2002-07-08 Juanma Barranquero <lektu@terra.es>
7137 * info.el (Info-directory-list): Fix docstring.
7139 2002-07-08 Miles Bader <miles@gnu.org>
7141 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
7144 2002-07-08 Kim F. Storm <storm@cua.dk>
7146 * files.el (after-find-file): Don't check for read-only status
7147 of files just created (and not yet saved on disk).
7149 * ido.el (ido-completion-help): Changed xemacs specific code to
7150 avoid byte compiler warning in GNU emacs.
7151 (ido-set-matches1): Use regexp-quote instead of identity.
7152 (ido-complete-space): New function.
7153 (ido-define-mode-map): Bind it to SPACE.
7155 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
7157 * font-lock.el (font-lock-default-unfontify-region):
7158 Use remove-list-of-text-properties.
7159 (font-lock-extra-managed-props): Doc fix.
7161 * facemenu.el: Move `provide' to the end.
7162 (facemenu-read-color): Don't cons unnecessarily.
7164 * language/ind-util.el (indian-make-hash):
7165 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
7166 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
7168 * subr.el (insert-string): Update the obsolete info.
7169 (makehash): Move from C and mark obsolete.
7171 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
7172 aliases to also work for interactive functions.
7173 Use the same wrapper for subroutines.
7174 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
7175 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
7177 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
7178 automatic environment name update.
7179 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
7181 2002-07-07 Richard M. Stallman <rms@gnu.org>
7183 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
7185 * emacs-lisp/advice.el (ad-compile-function):
7186 Disable cl-function warnings if cl is loaded.
7188 * files.el (safe-local-eval-forms): New user option.
7189 (hack-one-local-variable-eval-safep): Support it.
7190 Also allow `safe-local-eval-function' property to be a function
7191 or a list of functions.
7192 (c-add-style): Delete `safe-local-eval-function' property.
7194 * files.el (after-find-file): Make buffer read-only if file is
7195 marked that way, even for root.
7197 * files.el (save-some-buffers): Doc fix.
7199 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
7201 2002-07-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
7203 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
7204 .sx[dmicw] file suffixes for Open office data files.
7206 * files.el (auto-mode-alist): Likewise.
7208 * international/mule.el (auto-coding-alist): Likewise.
7210 2002-07-05 Kim F. Storm <storm@cua.dk>
7212 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
7213 FCT if current column is outside rectangle.
7214 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
7216 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
7218 * net/ange-ftp.el: Use add-hook and find-file-hook.
7219 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
7220 (ange-ftp-ls-parser): Make it into a function.
7221 Ignore trailing @ in symlink targets.
7222 (ange-ftp-file-entry-p): Ignore FTP errors.
7223 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
7224 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
7226 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
7228 * simple.el (toggle-truncate-lines): New command.
7230 2002-07-04 Miles Bader <miles@gnu.org>
7232 * comint.el (comint-displayed-dynamic-completions): New variable.
7233 (comint-dynamic-list-completions): Be more careful about choosing
7234 when to scroll an existing completions window.
7236 2002-07-03 Andreas Schwab <schwab@suse.de>
7238 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
7241 2002-07-03 Juanma Barranquero <lektu@terra.es>
7243 * net/tramp.el (tramp-send-eof): Fix typo.
7244 (tramp-kill-process): Likewise.
7246 * play/dunnet.el (dun-physobj-desc): Likewise.
7248 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
7250 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
7251 (timeclock-workday-elapsed): Likewise.
7253 * allout.el (outline-goto-prefix): Likewise.
7255 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
7256 (tpu-delete-to-bol): Likewise.
7258 * subr.el (chars-in-region): Add obsolescence declaration for
7261 2002-07-03 Miles Bader <miles@gnu.org>
7263 * faces.el (header-line): Don't use a `common' clause for
7264 inheriting from the mode-line face, since we can't override it,
7265 and we don't want it for ttys.
7267 2002-07-02 Richard M. Stallman <rms@gnu.org>
7269 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
7271 * files.el (hack-one-local-variable-constantp): New function.
7272 (hack-one-local-variable-eval-safep): New function.
7273 Check for `eval:' calling fn with `safe-local-eval-function' property.
7274 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
7275 (c-add-style, c-set-style): Add safe-local-eval-function property.
7277 * files.el (insert-directory): Handle --dired option to ls.
7279 * files.el (file-remote-p): New function.
7281 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
7283 * startup.el (fancy-splash-screens): Switch to a chosen frame.
7284 (fancy-splash-frame): Choose the right frame to use.
7285 (use-fancy-splash-screens-p): Check dimensions of the right frame
7288 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7289 Rename cl-func to cl-functions. Enable it by default.
7290 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
7291 if the file loads cl.
7292 (byte-compile-initial-macro-environment): For eval-and-compile,
7293 use byte-compile-eval-before-compile to eval.
7294 (byte-compile-eval-before-compile): New function to turn off
7295 cl-functions when appropriate, for eval-and-compile.
7296 (byte-compile-warnings): Doc fix.
7298 2002-07-02 Dave Love <fx@gnu.org>
7300 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
7301 (byte-compile-cl-warn): New function.
7302 (byte-compile-form): Use it, to warn about calling cl functions.
7303 (byte-compile-warning-types): Doc fix.
7305 2002-07-02 Juanma Barranquero <lektu@terra.es>
7307 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
7309 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
7311 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
7314 2002-07-02 Kim F. Storm <storm@cua.dk>
7316 * emacs-lisp/bindat.el: New file.
7318 2002-07-01 Sam Steingold <sds@gnu.org>
7320 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
7321 before `tex-main-file' because if the current buffer is new, its
7322 file might not exist yet, and then `tex-main-file' will
7323 incorrectly return "foo.tex.tex".
7325 2002-07-01 Juanma Barranquero <lektu@terra.es>
7327 * ido.el (ido-minibuffer-setup-hook): Doc fix.
7329 2002-07-01 Dave Love <fx@gnu.org>
7331 Make strokes a proper minor mode, and don't try to overload
7332 mouse-2, which doesn't work satisfactorily.
7334 * strokes.el: Doc fixes.
7335 (strokes-mode): Defcustom deleted; replaced by minor mode def with
7336 re-written function.
7337 (strokes-while-inhibiting-garbage-collector): Comment out.
7338 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
7339 (strokes-insinuate, global-set-stroke, describe-stroke)
7340 (load-user-strokes, save-strokes, strokes-bug-address)
7341 (strokes-click-command): Deleted.
7342 (strokes-execute-stroke): Remove strokes-click-p case.
7343 (strokes-describe-stroke): Remove strokes-click-p stuff.
7344 (strokes-help): Fix.
7345 (strokes-report-bug): Alias to report-emacs-bug.
7346 (strokes-prompt-user-save-strokes): Modify format of the file.
7347 (strokes-mode-map, strokes-unload-hook): New.
7348 (strokes-buffer-name): Don't customize.
7350 2002-07-01 Richard M. Stallman <rms@gnu.org>
7352 * info.el (Info-index): Get immediate error if used in `dir'.
7354 * textmodes/picture.el (picture-forward-column)
7355 (picture-move-down): Never deactivate the mark.
7357 2002-06-30 Simon Josefsson <jas@extundo.com>
7359 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
7360 menu entry into balloon help.
7362 2002-06-30 Andreas Schwab <schwab@suse.de>
7364 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
7365 * term/mac-win.el: Don't set it here.
7367 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
7369 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
7371 2002-06-29 Andreas Schwab <schwab@suse.de>
7373 * term/mac-win.el: Use directory-free-space-program instead of
7374 obsolete variable dired-free-space-program. On Darwin, don't set
7375 directory-free-space-program, shell-file-name and
7376 process-connection-type; set directory-free-space-args to not
7377 include `-P' and use utf-8 for file name coding system.
7379 * simple.el (shell-command-on-region): Handle errors and signals
7380 from shell command execution.
7381 (display-message-or-buffer): Fix last change.
7382 (shell-command-default-error-buffer): Doc fix.
7384 * dired.el (dired-view-file): Quote file name for
7385 dired-run-shell-command.
7387 2002-06-29 Kim F. Storm <storm@cua.dk>
7389 * kmacro.el: New file.
7391 2002-06-28 John Wiegley <johnw@gnu.org>
7393 * pcmpl-cvs.el: Added my name as the maintainer of this file.
7395 2002-06-28 Andreas Schwab <schwab@suse.de>
7397 * shell.el (explicit-bash-args): New user option.
7399 2002-06-28 Kim F. Storm <storm@cua.dk>
7403 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
7405 * derived.el (define-derived-mode): Preserve the `mode-class' rather
7406 than the `special' symbol property.
7407 (derived-mode-class): Make it obsolete.
7409 2002-06-27 Andreas Schwab <schwab@suse.de>
7411 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
7413 2002-06-27 Juanma Barranquero <lektu@terra.es>
7415 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
7416 (meta-flag): Likewise.
7418 * international/mule-util.el (string-to-sequence): Likewise.
7420 * subr.el (char-bytes): Likewise.
7421 (make-local-hook): Likewise.
7422 (baud-rate): Remove redundant info from docstring.
7424 * faces.el (frame-update-faces): Fix obsolescence declaration.
7425 (internal-get-face): Remove redundant info from docstring and
7426 fix obsolescence declaration.
7428 * rect.el (move-to-column-force): Likewise.
7430 * help-fns.el (describe-function-1): Use semicolon instead of dot.
7431 (describe-variable): Likewise.
7433 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
7435 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
7436 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
7437 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
7438 (mouse-wheel-follow-mouse): Change default to t.
7439 (mwheel-event-button): Return the basic event symbol.
7440 (mwheel-scroll): Work with non-mouse events.
7441 (mouse-wheel-mode): Use the new vars.
7442 (mwheel-install): Obey `uninstall'.
7444 * term/xterm.el (function-key-map): Add some bindings.
7446 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
7447 Rename from delay-uniquify-rationalize-file-buffer-names.
7448 Only rationalize if the buffer is under uniquify control.
7449 (uniquify-delayed-rationalize-file-buffer-names):
7450 Rename from delayed-uniquify-rationalize-file-buffer-names.
7452 2002-06-27 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7454 * net/tramp.el (tramp-file-name-structure)
7455 (tramp-multi-file-name-hop-structure): Split for easier readability.
7456 (tramp-handle-make-symbolic-link): Use user/host/method/... from
7457 LINKNAME, not FILENAME.
7458 (tramp-handle-verify-visited-file-modtime):
7459 Call tramp-ange-ftp-file-name-p with right parameters.
7460 (tramp-handle-verify-visited-file-modtime): `insert' does not
7461 work for integers, convert them to strings first.
7462 (tramp-handle-ange-ftp): New function to perform setup for
7463 replacing Ange-FTP with Tramp.
7464 (tramp-repair-jka-compr): New function to factor out some
7465 previously top-level code. Call the function at top-level.
7467 2002-06-27 Juanma Barranquero <lektu@terra.es>
7469 * composite.el (decompose-composite-char): Fix docstring.
7471 * faces.el (describe-face): Capitalize "not documented" message.
7473 * help-fns.el (describe-variable): Likewise.
7474 (describe-function-1): Likewise. Also, document the obsolescence
7475 of the function, if applicable.
7477 2002-06-26 Juanma Barranquero <lektu@terra.es>
7479 * info.el (info-menu-5): Fix documentation.
7480 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
7482 2002-06-26 Richard M. Stallman <rms@gnu.org>
7484 * emacs-lisp/cl.el (values): Simplify definition.
7486 * simple.el (shell-command): Match & only at end of whole command.
7487 (display-message-or-buffer): Don't use the echo area
7488 if output buffer is visible.
7490 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
7492 * progmodes/cperl-mode.el: Many trivial doc fixes.
7493 (cperl-non-problems): Definition deleted.
7494 (cperl-menu): Don't refer to cperl-non-problems.
7495 (cperl-word-at-point): Add doc string.
7496 (cperl-beautify-regexp-piece): Fix error message.
7497 (cperl-invert-if-unless): Fix error message.
7499 * dired.el (dired-find-alternate-file): Mark as disabled.
7501 2002-06-25 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7503 * net/tramp.el (tramp-ftp-method): New user option.
7504 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
7505 (with-parsed-tramp-file-name): New macro for the usual big `let'
7506 statement to dissect a file-name.
7507 (tramp-handle-make-symbolic-link, tramp-handle-load)
7508 (tramp-handle-file-name-directory)
7509 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7510 (tramp-handle-file-truename, tramp-handle-file-directory-p)
7511 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
7512 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
7513 Use the new macro and forward call to Ange-FTP if applicable.
7514 (tramp-make-ange-ftp-file-name): New helper function to convert a
7515 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
7516 (tramp-default-method-alist): New user option.
7517 (tramp-find-default-method): Use it.
7518 (tramp-sh-extra-args): New variable.
7519 (tramp-find-shell): Use it.
7520 (tramp-open-connection-rsh): Support a kludgy feature for the
7521 "-p" option to ssh. If host name is given as "host#42", uses the
7524 2002-06-25 Andreas Schwab <schwab@suse.de>
7526 * replace.el (occur-1): Avoid invalid message format string.
7528 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
7530 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
7531 Check for `noruntime' even if the function has a known sig.
7532 (byte-compile-file, byte-compile-output-docform):
7533 Don't hard code point-min = 1.
7535 * pcvs.el (cvs-parse-process): Don't save/restore point.
7536 Fix last change not to introduce spurious dir FIs.
7537 (cvs-move-to-goal-column): New function extracted from
7538 cvs-mode-previous-line.
7539 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
7540 (cvs-addto-collection): Use it to preserve point.
7541 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
7543 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
7544 Don't require the first element to be modifier-free.
7546 * pcvs-parse.el (cvs-parse-table):
7547 Handle `nothing known about' with more care.
7549 * pcvs.el (cvs-fileinfo-kill): Remove.
7550 (cvs-parse-process): Add `old-fis' argument.
7551 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
7553 * descr-text.el (describe-property-list): Make sure there's
7554 a space between the property name and its value.
7555 (describe-text-properties): Don't kill a pre-existing buffer.
7557 * mwheel.el: Undo last patch from Stephen Gildea for now.
7559 2002-06-24 Kim F. Storm <storm@cua.dk>
7561 * emulation/keypad.el: Added :require 'keypad to defcustoms.
7563 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
7565 * subr.el (event-start, event-end, event-click-count):
7566 Accept non-mouse events as well.
7567 (read-key): New function.
7568 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
7570 * files.el: Rename (and mark as obsolete)
7571 find-file-hooks to find-file-hook,
7572 find-file-not-found-hooks to find-file-not-found-functions,
7573 write-file-hooks to write-file-functions,
7574 write-contents-hooks to write-contents-functions.
7575 Mark local-write-file-hooks as obsolete.
7576 (locate-file-completion): Don't cons uselessly. Use test-completion.
7577 (basic-save-buffer): Use (point-min) rather than 1.
7578 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
7580 * help-fns.el (describe-variable): Only use `buffer' is still live.
7581 Use `delete-region' instead of save-excursion + delete-char.
7582 Document the obsolescence of the variable, if applicable.
7584 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7586 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
7587 comment-auto-fill-only-comments.
7589 2002-06-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7591 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
7592 This is not a handled operation.
7594 2002-06-21 Kim F. Storm <storm@cua.dk>
7596 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
7597 work again. Corrected error in check for C-u initiated prefix.
7599 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
7601 2002-06-21 Richard M. Stallman <rms@gnu.org>
7603 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
7604 to browse-url-at-point.
7606 * play/zone.el (zone-idle): Var deleted.
7608 * international/iso-acc.el (iso-languages) <french>:
7609 `~ ' now generates `~', `~,' definition deleted.
7611 * format.el (format-annotate-function): Copy multibyte flag
7612 and selective-display into the new temp buffer.
7614 * edmacro.el (edmacro-fix-menu-commands):
7615 Discard `help-echo' events. Handle (menu-bar) events.
7616 Simplify by converting key sequence to a list and then back to vector.
7618 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
7620 * mwheel.el: Allow arbitrary keys for scrolling, add a third
7621 scrolling speed, fix an unwind-protect.
7622 (mouse-wheel-scroll-amount): Now a three-element list.
7623 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
7624 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
7625 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
7628 2002-06-21 Andreas Schwab <schwab@suse.de>
7630 * files.el (find-file-read-args): Add new argument `mustmatch' and
7631 pass it down to read-file-name.
7632 (find-file, find-file-other-window, find-file-other-frame)
7633 (find-file-read-only, find-file-read-only-other-window)
7634 (find-file-read-only-other-frame): Use it and fix prompts.
7636 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
7638 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
7640 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
7642 * progmodes/ada-mode.el: Update copyright notice.
7643 Synchronize with GNAT release 3.15a1.
7644 Do not attempt to load ada-support, which is only for compatibility
7645 with older Emacs versions, and is not needed for Emacs 21.
7646 Fix various calls to count-lines, that didn't work correctly when the
7647 buffer was narrowed.
7648 (ada-continuation-indent): New variable.
7649 (ada-contextual-menu): New entry "List local references", faster than
7651 (ada-mode): New alignment rules provided by S. Leake.
7652 Add support for which-function-mode.
7653 (ada-get-current-indent): Fix indentation of named parameter lists and
7654 nested boolean expressions.
7655 (ada-indent-on-previous-lines): Fix indentation of labels.
7656 (ada-search-prev-end-stmt): Fix searching of the previous
7657 end-statement, specially with regards to nested subprograms.
7658 (comment-region advice): Initially disabled, for better compatibility
7660 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
7662 * progmodes/ada-xref.el: Update copyright notice.
7663 (ada-xref-create-ali): The default is now not to create automatically
7664 the ALI files by compiling the unit, since this isn't always reliable
7665 and requires an up-to-date project file.
7666 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
7667 a file, but use gnatmake instead, since this gives access to the GNAT
7669 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
7670 (ada-load-project-hook): New variable, for support of GNAT
7672 (ada-update-project-menu): Fix the detection of the project file name.
7673 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
7674 with another binding in ada-mode.el.
7675 (ada-add-menu): New menu "List Local References", to list the reference
7676 to the entity only in the current file, instead of looking in the whole
7677 project. Much faster.
7678 (ada-find-references): New parameters arg and local-only.
7679 (ada-find-any-references): New parameters local-only and append.
7680 (ada-goto-declaration): Fix handling of predefined entities in xref.
7681 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
7682 still compatible with GNAT 3.14 of course. Fix various calls to
7683 count-lines, that didn't work correctly when the buffer was narrowed.
7685 * progmodes/ada-prj.el: Update copyright.
7686 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
7687 21 dialogs to select the file, since we want a directory name only.
7688 (ada-customize): Add support for the new GNAT project files.
7690 2002-06-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
7692 * progmodes/etags.el (tag-implicit-name-match-p): New function.
7693 (etags-recognize-tags-table): Use it for implicit tag names.
7695 2002-06-20 Miles Bader <miles@gnu.org>
7697 * comint.el (comint-get-old-input-default): Strip text properties
7700 * comint.el (comint-output-filter): Run output-filter functions
7701 before setting up the prompt.
7703 * international/characters.el: Re-enable code giving word syntax
7704 to certain japanese-jisx0208 characters.
7706 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7708 * progmodes/f90.el (f90-type-def-re): Fix value.
7709 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
7711 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
7713 * international/quail.el (quail-help): Don't assume the buffer
7714 is displayed in the same frame.
7716 * emacs-lisp/debug.el (cancel-debug-on-entry):
7717 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
7719 * pcvs.el (cvs-vc-command-advice): Handle the case where args
7720 are passed to `cvs' before the command name.
7721 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
7723 * pcvs-info.el (cvs-add-face): Minor rewrite.
7724 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
7726 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
7727 regexp when they don't match comment-foo any more.
7729 2002-06-18 Juanma Barranquero <lektu@terra.es>
7731 * filesets.el (filesets-update-pre010505): Fix typo.
7733 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
7735 * emulation/edt.el (edt-substitute): Fix typo.
7737 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
7739 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
7741 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
7743 2002-06-17 Richard M. Stallman <rms@gnu.org>
7745 * facemenu.el (facemenu-map): Rename to Describe Text
7746 to Describe Properties and use describe-text-properties.
7748 * simple.el (what-cursor-position): Use describe-char.
7750 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
7751 from describe-char-after. Now calls describe-text-properties.
7752 (describe-property-list): Renamed from describe-text-properties.
7753 (describe-text-properties): Renamed from describe-text-at.
7754 New arg OUTPUT-BUFFER.
7755 (describe-text-properties-1):
7756 New subroutine, broken out from describe-text-properties.
7757 Output a newline before each section of the output.
7759 * international/mule-diag.el (describe-char-after):
7760 Moved to descr-text.el.
7762 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7764 * international/mule.el (ctext-pre-write-conversion): Fix the values
7765 of FROM and TO if we create a new buffer.
7767 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
7769 * comint.el (comint-insert-clicked-input): Insert clicked-on
7770 previous input without properties.
7772 2002-06-16 Andrew Choi <akochoi@shaw.ca>
7774 * term/mac-win.el (scalable-fonts-allowed): Set to t.
7776 2002-06-15 Colin Walters <walters@debian.org>
7778 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
7780 (cvs-highlight): Delete.
7781 (cvs-add-face): Use `font-lock-face'. Always add properties.
7783 * ibuffer.el (ibuffer-movement-cycle): New variable.
7784 (ibuffer-backward-line, ibuffer-forward-line): Use it.
7786 2002-06-15 Richard M. Stallman <rms@gnu.org>
7788 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
7789 (batch-byte-recompile-directory): Undo previous change.
7791 * comint.el (comint-skip-input): New function.
7792 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
7793 (comint-stop-subjob): Use comint-skip-input.
7795 * ielm.el (ielm-eval-input): Use error-message-string.
7796 (ielm-format-error, ielm-format-errors): Functions deleted.
7798 2002-06-14 Kim F. Storm <storm@cua.dk>
7800 * progmodes/compile.el (grep-tree): Doc fixes.
7801 Added SUBDIRS arg for non-interactive use.
7803 2002-06-14 Juanma Barranquero <lektu@terra.es>
7805 * comint.el (comint-snapshot-last-prompt):
7806 Bind `inhibit-read-only' to t to support read-only prompts.
7807 (comint-output-filter): Likewise.
7809 2002-06-14 Miles Bader <miles@gnu.org>
7811 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
7812 (pop): Move the call to `car' outside the prog1, as the compiler
7813 then generates better code.
7815 2002-06-13 Richard M. Stallman <rms@gnu.org>
7817 * play/zone.el (zone-timer): New variable holds the idle timer.
7818 (zone): Don't fiddle with the idle timer at all.
7819 (zone-when-idle): Put the idle timer in zone-timer.
7820 If one is already set up, cancel it and make a new one.
7821 (zone-leave-me-alone): Likewise.
7823 2002-06-13 Jason Rumney <jasonr@gnu.org>
7825 * w32-fns.el (w32-charset-info-alist): Reorder.
7827 2002-06-13 Andreas Schwab <schwab@suse.de>
7829 * files.el (auto-mode-alist): Move entry for ".in" to the end.
7831 2002-06-13 Miles Bader <miles@gnu.org>
7833 * comint.el (comint-mode): Don't set `font-lock-defaults'.
7834 (comint-mode-hook): Turn on font-lock by default.
7836 2002-06-12 Karl Fogel <kfogel@red-bean.com>
7838 * bookmark.el (bookmark-file-or-variation-thereof):
7839 Restore vc-backend check, thanks to Robert Thorpe for noticing.
7841 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
7843 * textmodes/bibtex.el: Change the maintainer to "none".
7845 2002-06-12 Juanma Barranquero <lektu@terra>
7847 * term/w32-win.el (x-handle-switch): Fix handling of
7848 x-invocation-args for switches with arguments.
7850 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
7852 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
7853 without first making sure it's bound.
7855 2002-06-12 Richard M. Stallman <rms@gnu.org>
7857 * info.el (Info-fontify-node): Compute header line specially
7858 if node has no next, previous or up links.
7859 Hide the part of the first line that is used in the header.
7860 Use Info-next-link-keymap, etc.
7861 (Info-next-link-keymap, Info-prev-link-keymap)
7862 (Info-up-link-keymap): New variables.
7864 * international/mule-diag.el (describe-char-after): Doc fix.
7866 * view.el (view-mode-enter): Clarify echo area message.
7868 * info.el (Info-select-node): Turn header line on or off here.
7869 (Info-setup-header-line): Function deleted.
7870 (Info-mode): Make Info-header-line local.
7871 (Info-fontify-node): Ignore Info-use-header-line.
7872 Unconditionally compute what the header line should be, and
7873 store it on the `header-line' property of the node's first char.
7874 Bind [header-line down-mouse-1].
7875 Use `keymap' property, not `local-map'.
7876 Bind [mouse-2] for mouse clicks on the node line in the text.
7878 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
7880 2002-06-12 Miles Bader <miles@gnu.org>
7882 * comint.el (comint-send-input): Properly handle empty and
7883 no-newline input regions.
7885 2002-06-12 Colin Walters <walters@gnu.org>
7887 * calc/calc.el: Use `when', `unless'.
7888 (calc-trail-mode): Use an italic `font-lock-face'.
7889 (calc-refresh): Ditto.
7891 2002-06-12 Colin Walters <walters@debian.org>
7893 * font-core.el (font-lock-core-only): Variable deleted.
7895 (font-lock-set-defaults): Variable alist settings moved back into
7896 font-lock-set-defaults-1.
7897 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
7898 is specifically excluded by the user.
7900 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
7902 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
7904 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
7906 * info.el (Info-mode): Don't set `font-lock-defaults'.
7908 * replace.el (occur-mode): Don't set `font-lock-defaults'.
7910 * help-mode.el (help-highlight-p, help-highlight-face):
7911 Variable was unused; delete.
7912 (help-make-xrefs): Doc fix.
7914 2002-06-11 Richard M. Stallman <rms@gnu.org>
7916 * format.el (format-alist): Document new element PRESERVE.
7917 (format-write-file): Implement PRESERVE elt for a format.
7919 * files.el (make-auto-save-file-name): Rename local `filename' to
7922 2002-06-10 Richard M. Stallman <rms@gnu.org>
7924 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
7925 (ebrowse-copy-list): Function deleted.
7927 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
7929 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
7931 * eshell/esh-util.el (eshell-copy-list): Function deleted.
7932 (eshell-sublist): Use copy-sequence.
7933 (eshell-copy-tree): Make it an alias for copy-tree.
7935 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
7937 * subr.el (copy-list): Moved to cl.el.
7938 (copy-tree): Don't use copy-list or cl-pop.
7940 2002-06-10 Miles Bader <miles@gnu.org>
7942 Make comint use text properties for highlighting instead of overlays:
7943 * comint.el (comint-last-output-overlay): Variable removed.
7944 (comint-send-input, comint-output-filter): Use text properties
7945 instead of overlays.
7946 (comint-insert-clicked-input): Rewrite to work with text
7947 properties as well as overlays
7948 (comint-snapshot-last-prompt): Snapshot using text properties.
7949 (comint-get-old-input-default, comint-extract-string): Don't copy
7952 * simple.el (line-move-finish): Inhibit field motion when
7953 computing `line-end'.
7955 * files.el (revert-buffer): Correct typo: variable name is
7956 `buffer-file-format', not `buffer-file-formats'.
7958 * comint.el (comint-send-input, comint-output-filter): Use the
7959 `font-lock-face' property instead of `face'. Don't check the
7960 highlight-enabling variables anymore.
7961 (comint-highlight-input, comint-highlight-prompt): Variables removed.
7963 * faces.el (display-supports-face-attributes-p): New function.
7964 (face-spec-set-match-display): Support `supports' predicate.
7965 (italic): Try underlining for displays that don't support real italics.
7966 * cus-edit.el (custom-display): Add support for `supports' predicate.
7967 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
7968 instead of 8-bit, for consistency with the rest of emacs.
7969 (tty-color-canonicalize): Only copy COLOR if we need to change it.
7970 (tty-color-approximate): Scale values from `color-name-rgb-alist'
7971 appropriately. Return the whole color description, rather than
7972 just the RGB values.
7973 (tty-color-standard-values): New function. Code mostly taken from
7974 `tty-color-translate'.
7975 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
7977 (tty-color-desc): Do color lookup here instead of calling
7978 `tty-color-translate' and `tty-color-by-index'; this is now the
7979 main place to do it.
7981 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7983 * progmodes/cc-style.el (c-set-style, c-set-style-1):
7984 Add another state for the `dont-override' flag where it only keeps
7985 globally set variables.
7987 2002-06-08 Colin Walters <walters@gnu.org>
7989 * descr-text.el (describe-text-properties): Sort the output by the
7990 size of the values. Put `font-lock-face' property on property names.
7991 (toplevel): Provide `descr-text'.
7993 * international/mule-diag.el (describe-char-after): When there are
7994 text properties, require `descr-text', and just call
7995 `describe-text-properties'.
7997 * international/mule.el (sgml-html-meta-auto-coding-function):
7999 (auto-coding-from-file-contents): Delete; merge functionality into
8001 (set-auto-coding): Move tests from `auto-coding-functions' so that
8002 they have a lower priority than coding: tags.
8003 Put `auto-coding-regexp-alist' tests before coding: tag tests.
8004 (sgml-xml-auto-coding-function): Simply `intern' the match, and
8005 test if it's a valid coding system.
8006 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
8008 2002-06-08 Colin Walters <walters@verbum.org>
8010 * subr.el (copy-list): Moved here from cl.el.
8011 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
8013 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
8014 subr.el. Add a defalias with the old name.
8016 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
8018 * replace.el (occur-mode): Don't set up categories. Do set
8019 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8020 (occur-1): Pass `list-matching-lines-face' and
8021 `list-matching-lines-buffer-name-face'.
8022 (occur-engine): Use `font-lock-face' instead of categories.
8024 * info.el (Info-mode): Don't set up categories. Do set
8025 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8026 (Info-fontify-menu-headers): Use `font-lock-face' instead of
8028 (Info-fontify-node): Ditto.
8030 * ibuffer.el (ibuffer-category-alist): Delete.
8031 (ibuffer-get-category): Delete.
8032 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
8034 (ibuffer-compile-format): Don't treat `name' category specially.
8035 (ibuffer-column name): Use `font-lock-face'.
8036 (filename-and-process): Ditto.
8037 (ibuffer-buffer-name-category): Renamed to
8038 `ibuffer-buffer-name-face'. Don't use categories.
8039 (ibuffer-update-title-and-summary): Use `font-lock-face'.
8040 (ibuffer-insert-filter-group): Ditto.
8041 (ibuffer-mode): Don't set up categories. Do set
8042 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8043 (ibuffer-compile-format): Don't pass third argument
8044 to column functions.
8045 (filename-and-process): Ditto.
8047 * ibuf-macs.el (define-ibuffer-column): Don't create a third
8048 argument for the generated function.
8050 * font-core.el (font-lock-category-alist): Delete.
8051 (turn-on-font-lock-if-enabled): Don't use it.
8052 (font-lock-symbol-category-alist): Delete.
8053 (font-lock-default-function): Use new `char-property-alias-alist'
8054 to make `font-lock-face' an alias for `face' when font-lock mode
8056 (font-lock-core-only): New variable.
8057 (font-lock-set-defaults): Use it.
8059 2002-06-08 Richard M. Stallman <rms@gnu.org>
8061 * files.el (find-file-noselect-1): Undo previous change.
8063 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
8065 2002-06-07 Karl Fogel <kfogel@red-bean.com>
8067 * bookmark.el (bookmark-file-or-variation-thereof): Just use
8068 Info-suffix-list, as suggested by Stefan Monnier.
8070 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8072 * select.el (xselect-convert-to-string): If VALUE is a string,
8073 return a cons of TYPE and the string.
8075 2002-06-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8077 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
8078 Fix the table to contain correct characters.
8080 2002-06-04 Richard M. Stallman <rms@gnu.org>
8082 * simple.el: Don't require cl.
8084 2002-06-03 Richard M. Stallman <rms@gnu.org>
8086 * dired.el (dired-do-shell-command): Doc fix in autoload.
8088 * info.el (Info-extract-pointer): Ignore Info-header-line.
8090 * progmodes/cc-mode.el (c-postprocess-file-styles):
8091 Do nothing except in CC modes.
8093 * international/mule-cmds.el (select-safe-coding-system):
8094 When computing auto-cs, narrow to FROM...TO.
8095 Put save-excursion outside save-restriction.
8096 New arg FILE; use that for set-auto-coding.
8098 2002-06-01 Richard M. Stallman <rms@gnu.org>
8100 * simple.el (choose-completion-string-functions): Doc fix.
8101 (choose-completion-string): Add doc string.
8103 2002-06-01 Kim F. Storm <storm@cua.dk>
8105 * simple.el: Reworked previous change.
8106 (choose-completion-string1): Merged back into choose-completion-string.
8107 (choose-completion-string): Run choose-completion-string-functions
8108 after checking for proper minibuffer window. Added mini-p arg to
8109 the hook functions. Insert choice if all hook functions return nil.
8110 (choose-completion-string-functions): Doc update.
8112 2002-06-01 Sam Steingold <sds@gnu.org>
8114 * files.el (auto-mode-alist): Strip trailing ".in" from the file
8115 name when deciding the mode (for config.h.in, Makefile.in etc).
8117 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
8119 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
8120 ?/ and ?* entries to support /* */ style comments.
8121 (prolog-font-lock-keywords): New var.
8122 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
8124 2002-06-01 Kim F. Storm <storm@cua.dk>
8126 * simple.el (choose-completion-string-functions): New special hook.
8127 (choose-completion-string1): Renamed from choose-completion-string.
8128 (choose-completion-string): Run choose-completion-string-functions
8129 until success, and only call choose-completion-string1 if it fails.
8131 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
8133 * textmodes/ispell.el (autoloaded toplevel): Don't use
8134 ispell-library-directory without checking that it's bound.
8136 2002-05-31 Kim F. Storm <storm@cua.dk>
8138 * emulation/cua-base.el (cua--last-deleted-region-pos)
8139 (cua--last-deleted-region-text): New aux variables.
8140 (cua-delete-region): Set them.
8141 (cua-repeat-replace-region): Use them to find the replacement text.
8143 2002-05-31 Juanma Barranquero <lektu@terra.es>
8145 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
8148 2002-05-31 Kim F. Storm <storm@cua.dk>
8150 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
8151 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
8152 New custom variables.
8153 (grep-compute-defaults): Compute grep-tree-command's default value.
8154 (grep-expand-command-macros): New aux function.
8155 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
8156 (grep-tree): New command like grep-find but extended prompting.
8158 2002-05-30 Richard M. Stallman <rms@gnu.org>
8160 * files.el (find-file-default): Add defvar for var already used.
8162 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
8164 * subr.el (open-network-stream, open-network-stream-nowait)
8165 (open-network-stream-server, process-kill-without-query):
8166 Moved from simple.el.
8168 * simple.el (open-network-stream, open-network-stream-nowait)
8169 (open-network-stream-server, process-kill-without-query):
8172 * simple.el (byte-compiling-files-p): Function deleted.
8174 * textmodes/ispell.el (ispell-library-directory): Renamed from
8175 ispell-library-path. If Ispell is not installed, init to nil.
8176 (check-ispell-version): Doc fix.
8177 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
8178 initialize this unconditionally when ispell-menu-map-needed is t.
8179 Local `path' renamed to `dir'.
8181 2002-05-30 Miles Bader <miles@gnu.org>
8183 * calc/calc.el (calc-show-banner): New variable.
8184 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
8185 (calc-mode-var-list): Add `calc-show-banner'.
8186 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
8187 (calc-toggle-banner): New function.
8188 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
8190 2002-05-29 Richard M. Stallman <rms@gnu.org>
8192 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8193 When recognizing a def... construct, make that indentation
8194 tentative, so that it can be overridden if the list in question
8195 is not actually an expression.
8196 (common-lisp-indent-call-method): New subroutine.
8198 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8199 Delete the output file if we get a file-error.
8201 * tooltip.el (tooltip-mouse-motions-active): New variable.
8202 (tooltip-activate-mouse-motions): Don't kill track-mouse local
8203 if it was not made by us.
8205 * mouse.el (mouse-set-font): Avoid misleading error message
8206 if user makes no selection.
8208 * info.el (Info-setup-header-line): Don't hide the links line.
8210 * files.el (find-file-noselect-1): Return the buffer we created
8211 even if it has been killed within `after-find-file'.
8213 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
8215 2002-05-29 Kim F. Storm <storm@cua.dk>
8217 * simple.el (open-network-stream-server): Pass on optional args
8218 sentinel and filter to make-network-process (from Luke Gorrie).
8220 2002-05-28 Colin Walters <walters@gnu.org>
8222 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
8224 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
8225 (byte-compile-delete-first): New function.
8226 (byte-compile-read-position): New variable.
8227 (byte-compile-last-position): New variable.
8228 (byte-compile-current-buffer): New variable.
8229 (byte-compile-log-1): Use it.
8230 (byte-compile-set-symbol-position): New function.
8231 (byte-compile-obsolete, byte-compile-callargs-warn)
8232 (byte-compile-arglist-warn, byte-compile-arglist-warn)
8233 (byte-compile-print-syms, byte-compile-file-form-defmumble)
8234 (byte-compile-check-lambda-list, byte-compile-lambda)
8235 (byte-compile-form, byte-compile-variable-ref)
8236 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
8237 (byte-compile-condition-case, byte-compile-defun)
8238 (byte-compile-defvar, byte-compile-autoload)
8239 (byte-compile-lambda-form): Use it.
8240 (byte-compile-from-buffer): Set it, and bind
8241 `read-with-symbol-positions' and `read-symbol-positions-list'.
8243 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
8245 2002-05-28 Kim F. Storm <storm@cua.dk>
8247 * files.el (read-directory-name): New function.
8248 (cd): Use it instead of read-file-name.
8250 2002-05-27 Kim F. Storm <storm@cua.dk>
8252 * simple.el (push-mark-command): Added optional NOMSG arg.
8254 * emulation/cua-base.el (cua-set-mark): Align pop to mark
8255 behaviour with standard set-mark-command.
8256 (cua--pre-command-handler): Use push-mark-command.
8257 (cua-repeat-replace-region): Improve functionality when
8258 repeated after moving point or changing buffer.
8260 2002-05-26 Colin Walters <walters@verbum.org>
8262 * startup.el (command-line): Use `when', `unless'.
8263 (command-line-1): New argument "--nosplash". Handle it.
8265 * startup.el (inhibit-splash-screen): New variable alias for
8266 `inhibit-startup-message'.
8268 * replace.el (perform-replace): Document return value. Use `pop'.
8270 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8272 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
8273 and slightly changed behaviour, for `f90-previous-block-start' and
8274 `f90-next-block-end'.
8275 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
8277 2002-05-26 Simon Josefsson <jas@extundo.com>
8279 * fringe.el (set-fringe-mode): Work when updating
8280 `default-frame-alist'.
8282 2002-05-26 Kim F. Storm <storm@cua.dk>
8284 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
8285 (cua-repeat-replace-region): New command.
8286 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
8287 Misc improvements to the commentary.
8289 2002-05-26 Simon Josefsson <jas@extundo.com>
8291 * fringe.el (fringe-query-style): New fringe style "minimal".
8293 2002-05-24 Simon Josefsson <jas@extundo.com>
8295 * rot13.el (rot13-translate-table): New variable.
8296 (rot13, rot13-string, rot13-region): New functions.
8298 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
8300 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
8301 of wrong anchoring, e.g. for else-if compounds.
8303 2002-05-25 Miles Bader <miles@gnu.org>
8305 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
8306 (menu-bar-showhide-fringe-menu-customize-right)
8307 (menu-bar-showhide-fringe-menu-customize-disable):
8308 Use proper calling convention for `customize-set-value'.
8309 Require `fringe' before setting variable.
8311 2002-05-25 Kim F. Storm <storm@cua.dk>
8313 * emulation/cua-base.el (cua--self-insert-char-p): New function.
8315 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
8316 binding in cua--global-mark-keymap using cua--self-insert-char-p
8317 to handle all global self inserting characters in gmark mode.
8319 * emulation/cua-rect.el (cua--init-rectangles): Install default
8320 binding in cua--rectangle-keymap using cua--self-insert-char-p
8321 to handle all global self inserting characters in rectangle mode.
8323 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
8325 * net/ange-ftp.el (read-file-name-internal): Remove the
8326 `ange-ftp' property.
8327 (ange-ftp-real-read-file-name-internal): Remove.
8329 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8331 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
8333 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
8334 (f90-previous-block-start): New navigation commands.
8336 2002-05-20 Simon Josefsson <jas@extundo.com>
8338 * fringe.el: New file.
8340 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
8341 (menu-bar-showhide-fringe-menu): New menu.
8342 (menu-bar-showhide-menu): Add Fringe sub-menu.
8344 2002-05-23 Colin Walters <walters@verbum.org>
8346 * replace.el (occur-engine): Include all text properties except
8347 mouse-face on the newline at the end of occurences.
8349 2002-05-23 Kim F. Storm <storm@cua.dk>
8351 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
8352 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
8353 (apropos-command, apropos-value, apropos-documentation-internal)
8354 (apropos-documentation-check-doc-file)
8355 (apropos-documentation-check-elc-file): Use them to filter out
8356 false matches where only one keyword matches, but more than once.
8358 * apropos.el (apropos-show-scores, apropos-orig-regexp)
8359 (apropos-all-regexp, apropos-synonyms, apropos-words)
8360 (apropos-all-words): New variables.
8361 (aprpos-words-to-regexp, apropos-rewrite-regexp)
8362 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
8363 (apropos-score-symbol): New functions.
8364 (apropos-command, apropos, apropos-value, apropos-documentation):
8365 Allow keywords in addition to regexp. Added scoring.
8366 (apropos-documentation-check-doc-file)
8367 (apropos-documentation-check-elc-file): Added scoring.
8368 (apropos-print): Sort according to score.
8370 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
8372 * info.el (Info-mode-hook): Change `font-lock-mode' to
8373 `turn-on-font-lock'.
8375 * font-core.el (font-lock-function): New variable.
8376 (font-lock-default-function): New function, created from
8378 (font-lock-mode): Just funcall `font-lock-function'.
8379 (font-lock-symbol-category-alist): New variable.
8381 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
8383 * files.el (file-newest-backup): Use file-name-sans-versions.
8385 * diff.el (diff-latest-backup-file): Replace the main code by
8386 a call of file-newest-backup.
8388 2002-05-22 Mike Williams <mdub@bigfoot.com>
8390 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
8393 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
8395 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
8396 the last patch works around the wu-ftpd misfeature that prompted
8397 the disabling of this optimization.
8399 2002-05-21 Colin Walters <walters@gnu.org>
8401 * international/mule.el (make-coding-system): Doc fixes.
8403 * international/mule.el (auto-coding-functions): New variable.
8404 (auto-coding-from-file-contents): Use it.
8405 (set-auto-coding): Update docs.
8406 (sgml-xml-auto-coding-function): New function.
8408 * international/mule-util.el (truncate-string-to-width):
8409 New optional argument `ellipsis'. Add commented-out test suite, and
8410 change coding to iso-2022-7bit.
8412 2002-05-21 Colin Walters <walters@verbum.org>
8414 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
8415 (font-lock-multiline, font-lock-fontified, font-lock-mode)
8416 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
8417 (font-lock-global-modes): Moved to font-core.el.
8418 (font-lock-set-defaults-1): Partially moved to font-core.el.
8420 * font-core.el: New file, with functions taken from font-lock.el.
8421 (font-lock-category-alist): New variable.
8422 (font-lock-mode): Use it.
8423 (font-lock-set-defaults): Partially taken from font-lock.el.
8424 Only load font-lock.el when necessary.
8426 * loadup.el: Add font-core.el.
8428 * replace.el (occur-mode-hook): New variable.
8429 (occur-fontify-region-function): Deleted.
8430 (occur-mode): Don't use it. Set up `font-lock-category-alist'
8432 (occur-fontify-on-property): Deleted.
8433 (occur-engine): Use categories from `font-lock-category-alist'.
8435 * info.el (Info-fontify): Deleted.
8436 (Info-select-node): Don't use it.
8437 (Info-mode-hook): New variable.
8438 (Info-mode): Set up categories.
8439 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
8441 * ibuffer.el (ibuffer-formats): Update docs.
8442 (ibuffer-category-alist): New variable.
8443 (ibuffer-get-category): New function.
8444 (ibuffer-compile-make-eliding-form): Use category property instead
8446 (ibuffer-compile-format): Pass current ibuffer buffer to column
8448 (ibuffer-buffer-name-category): New function.
8449 (ibuffer-compile-format): If the current column is a `name'
8450 column, figure out the appropriate category to put on it.
8451 (filename-and-process): Use category property.
8452 (ibuffer-fontify-region-function): Deleted.
8453 (ibuffer-unfontify-region-function): Deleted.
8454 (ibuffer-update-title-and-summary): Use category properties.
8455 (ibuffer-insert-filter-group): Ditto.
8456 (ibuffer-mode): Set up category properties.
8458 2002-05-21 Colin Walters <walters@debian.org>
8460 * replace.el (occur-engine): Increment globalcount all at once
8461 after searching a buffer.
8462 (occur-mode-map): Don't escape plain "o".
8464 * ibuf-macs.el (define-ibuffer-column): Add third argument
8467 * ibuffer.el (toplevel): Require font-lock, to get the face
8469 (ibuffer-use-fontification): Deleted.
8470 (column filename-and-process): New column.
8471 (ibuffer-formats): Use it by default.
8472 (ibuffer-name-map, ibuffer-mode-name-map)
8473 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
8474 (ibuffer-do-save, ibuffer-do-toggle-modified)
8475 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
8476 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
8477 (ibuffer): New optional argument `formats'.
8479 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
8481 * indent.el (indent-rigidly): Mention how to remove all indentation.
8483 2002-05-21 Colin Walters <walters@gnu.org>
8485 * international/mule-diag.el (describe-char-after): Order display
8486 of text properties by the size of their value, for clarity.
8488 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
8490 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
8491 (ange-ftp-file-name-completion): Don't cons unnecessarily.
8492 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
8494 * wid-edit.el (widget-color-complete):
8495 * progmodes/etags.el (tags-complete-tags-table-file):
8496 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
8498 * textmodes/outline.el (outline-reveal-toggle-invisible):
8499 Reverse the meaning of the second arg.
8501 * reveal.el (reveal-post-command): Reverse the semantics of
8502 reveal-toggle-invisible and support isearch-open-invisible-temporary.
8504 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
8506 * mail/sendmail.el (mail-recover-1): Remove (debug).
8507 (mail-signature): Fix :type.
8508 (mail-default-directory): New user option.
8509 (mail, mail-recover): Use that option.
8511 2002-05-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8513 * international/mule.el (auto-coding-alist): Use emacs-mule
8514 for auto-save files.
8516 2002-05-20 Miles Bader <miles@gnu.org>
8518 * files.el (find-file-read-args): Don't trash existing value of
8519 `minibuffer-setup-hook', just add our hook to it.
8521 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
8523 * international/ucs-tables.el (unify-8859-on-encoding-mode)
8524 (unify-8859-on-decoding-mode): Change :version attributes to strings.
8526 * simple.el (yank-excluded-properties): Change :version attribute
8529 * dired.el (dired-view-command-alist): Change :version attribute
8532 * xscheme.el (xscheme-start-hook): Change :version attribute to a
8535 * find-dired.el (find-dired): Implement revert-buffer-function.
8537 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
8539 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8541 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
8542 (f90-get-present-comment-type): Fix earlier change.
8543 (f90-comment-indent): Doc fix.
8544 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
8545 (f90-looking-at-if-then): Remove lets.
8546 (f90-looking-at-where-or-forall): Handle if split over lines.
8547 (f90-change-keywords): Doc fix.
8549 2002-05-19 Richard M. Stallman <rms@gnu.org>
8551 * indent.el (indent-region): Make COLUMN arg optional.
8553 * files.el (find-file-read-args): New function.
8554 (find-file, find-file-other-window, find-file-other-frame)
8555 (find-file-read-only, find-file-read-only-other-window)
8556 (find-file-read-only-other-frame): Use it.
8558 * custom.el (custom-load-symbol): Verify that LOADED is a string.
8560 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
8561 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8562 (archive-zip-update-case): Use locate-file to decide whether
8564 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
8566 * files.el (locate-file): Doc fix.
8568 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
8570 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
8573 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
8575 * uniquify.el (uniquify-rationalize-file-buffer-names):
8576 Always strip the trailing / even if the file is not a directory.
8578 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
8580 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
8581 initialization in the defvar.
8582 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
8583 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
8584 (f90-font-lock-4): Move the doc strings.
8585 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
8586 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
8587 (f90-mode-abbrev-table): Initialize in the defvar, with
8588 define-abbrev-table.
8590 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
8592 * tar-mode.el (tar-octal-time): Fix last change.
8594 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
8596 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
8597 (report-emacs-bug): Store the prompt in
8598 `report-emacs-bug-text-prompt'. Move Configuration/Important
8599 settings information after the user's report.
8600 (report-emacs-bug-hook): Unclutter by deleting the content of
8601 `report-emacs-bug-text-prompt'.
8603 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
8605 * forms.el (forms-jump-record, forms-insert-record)
8606 (forms-delete-record): Calculate lines from the beginning of the
8607 accessible portion rather than from the beginning of the buffer.
8609 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
8611 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
8612 possibly missing encode-char.
8613 (ps-mule-font-info-database-bdf): Add associations for Unicode
8615 (ps-mule-font-info-database-ps-bdf): Doc fix.
8616 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
8618 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
8620 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
8622 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8623 Find funs defined with defun-cvs-mode.
8624 (find-function-space-re): New const. Skips comments as well.
8625 (find-function-regexp, find-variable-regexp): Use it.
8627 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
8628 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
8629 (cvs-mode-set-flags): Don't cons unnecessarily.
8631 2002-05-16 Colin Walters <walters@debian.org>
8633 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
8634 "Simple Calculator".
8635 (menu-bar-tools-menu) <calc>: New.
8637 2002-05-16 Juanma Barranquero <lektu@terra.es>
8639 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
8641 * filesets.el (filesets-ormap): Fix typo.
8643 * faces.el (describe-face): Fix typo.
8645 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
8647 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
8648 Don't treat (lambda () ...) as an expression.
8650 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
8652 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
8654 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8656 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
8658 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
8660 * progmodes/fortran.el (fortran-directive-re): New name for
8661 fortran-preprocessor-re. All usage updated.
8662 (fortran-calculate-indent): Give directives zero indentation.
8664 2002-05-14 Jason Rumney <jasonr@gnu.org>
8666 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
8667 displayed text and internal name as string.
8669 2002-05-14 Kim F. Storm <storm@cua.dk>
8671 * emulation/cua-rect.el (cua--rectangle-operation):
8672 Don't highlight empty lines in rectangles.
8674 * emulation/keypad.el: Improved commentary.
8675 (keypad-setup, keypad-shifted-setup): Added choice to setup
8676 Numeric keypad with decimal key; value is selected character.
8677 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
8678 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
8679 (keypad-setup): Arg list changed to support the new options.
8681 2002-05-14 Richard M. Stallman <rms@gnu.org>
8683 * dabbrev.el (dabbrev-case-distinction): New option.
8684 (dabbrev--try-find): Handle dabbrev-case-distinction.
8685 (dabbrev--search): Clean up the code.
8686 (dabbrev-upcase-means-case-search): Doc fix.
8687 (dabbrev-case-replace): Fix custom tags and docs.
8689 2002-05-14 Jochen K
\e,A|
\e(Bpper <jochen@jochen-kuepper.de>
8691 * calc/calc-units.el (math-standard-units): Update from CODATA.
8693 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
8695 * skeleton.el (skeleton-transformation): Default to `identity'.
8696 (skeleton-insert): Use `move-after' markers and `insert' rather
8697 than rely on insert-before-markers.
8698 (skeleton-internal-1): Handle `> \n' specially so that the newline
8699 is inserted before the first line is indented.
8701 2002-05-14 Mike Williams <mdub@bigfoot.com>
8703 * textmodes/sgml-mode.el (sgml-tag):
8704 Default skeleton-transformation to `identity'.
8706 2002-05-14 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
8708 * shell.el (shell-mode): Make second part of initialisation
8709 depend on whether comint-input-ring is empty, rather than depend
8712 2002-05-14 Richard M. Stallman <rms@gnu.org>
8714 * files.el (make-auto-save-file-name):
8715 Delete the auto-save file after make-temp-file creates it.
8717 2002-05-13 Kim F. Storm <storm@cua.dk>
8719 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
8720 (cua-mode): Print Enabled/Disabled messages if interactive.
8721 Disable delete-selection-mode and pc-selection-mode when cua-mode
8722 is enabled; reenable if cua-mode is turned off.
8723 Remember setting of transient-mark-mode when cua-mode is enabled;
8724 restore if cua-mode is disabled.
8726 2002-05-13 Richard M. Stallman <rms@gnu.org>
8728 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
8730 2002-05-13 Colin Walters <walters@gnu.org>
8732 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
8734 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
8735 (ibuffer-redisplay-engine): Handle it.
8737 * add-log.el (add-log-mailing-address): Can be a list, too.
8738 (add-change-log-entry): If `add-log-mailing-address' is a list,
8741 2002-05-12 Colin Walters <walters@debian.org>
8743 * replace.el (occur-1): New optional argument `buf-name'.
8744 (occur-revert-function): Use it.
8746 (occur-1): Handle plurals.
8748 (occur-engine): If there are no more matches, then finish
8749 searching the current buffer.
8751 2002-05-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8753 * net/ange-ftp.el (ange-ftp-try-passive-mode)
8754 (ange-ftp-passive-host-alist): Change :version attributes to be
8757 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
8759 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
8762 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8763 Handle more whitespace/newline combinations in symbol definitions.
8765 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
8768 * vc-cvs.el (vc-cvs-global-switches)
8769 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
8770 * textmodes/sgml-mode.el (sgml-xml-mode)
8771 * ruler-mode.el (ruler-mode)
8772 * replace.el (query-replace-skip-read-only)
8773 * progmodes/fortran.el (fortran-preprocessor-re)
8774 * net/ange-ftp.el (ange-ftp-passive-host-alist)
8775 * mail/sendmail.el (mail-use-dsn)
8776 * faces.el (mode-line-inactive, minibuffer-prompt)
8777 * add-log.el (add-log-always-start-new-record): Change all
8778 post-21.1 :version attributes to 21.4.
8780 2002-05-12 Richard M. Stallman <rms@gnu.org>
8782 * mail/smtpmail.el (smtpmail-mail-address): New variable.
8783 (smtpmail-send-it): Bind and use that instead of `mail-address'.
8784 (smtpmail-via-smtp): Likewise.
8786 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
8787 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
8789 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
8791 * subr.el (functionp): Catch errors in indirect-function.
8793 2002-05-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8795 * net/ldap.el (ldap-search-internal): Unfold folded lines before
8798 * cus-edit.el (customize-set-value): Rename `var' to `variable'
8799 and `val' to `value'.
8800 (customize-save-variable): Rename `var' to `'variable.
8802 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
8804 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
8805 Use it for font-locking and indentation.
8806 (fortran-previous-statement, fortran-next-statement): Make them
8807 skip over preprocessor lines.
8808 (fortran-calculate-indent): Use fortran-preprocessor-re.
8810 2002-05-10 Kim F. Storm <storm@cua.dk>
8812 * emulation/cua-base.el (cua-enable-cua-keys)
8813 (cua-enable-register-prefix): Added value for `other' choice.
8815 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8817 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
8818 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
8819 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
8820 Run a named function.
8821 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
8822 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
8825 2002-05-10 Kim F. Storm <storm@cua.dk>
8827 * emulation/cua-base.el (cua-mode): Misc. changes to use
8828 emulation-mode-map-alists instead of minor-mode-map-alist.
8830 2002-05-09 Richard M. Stallman <rms@gnu.org>
8832 * mail/rmail.el (rmail-show-message):
8833 Catch error in check-coding-system.
8835 * progmodes/compile.el (compilation-error-regexp-alist):
8836 New element to recognize Python error messages.
8838 * shell.el (shell-replace-by-expanded-directory):
8839 If there's already a / at the end, don't add one.
8841 2002-05-09 Colin Walters <walters@verbum.org>
8843 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
8844 `ibuffer-filter-disable', `ibuffer-pop-filter',
8845 `ibuffer-or-filter', `ibuffer-negate-filter',
8846 `ibuffer-decompose-filter', `ibuffer-save-filters',
8847 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
8848 `ibuffer-save-filter-groups',
8849 `ibuffer-switch-to-saved-filter-groups',
8850 `ibuffer-delete-saved-filter-groups'.
8852 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
8854 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
8856 * woman.el (woman-menu): Move symbol before the comment so that
8857 find-function-search-for-symbol finds it.
8859 2002-05-10 Miles Bader <miles@gnu.org>
8861 * facemenu.el (list-colors-display): Don't use
8862 `display-color-cells' unless the display class is one for which
8863 that info is relevant.
8865 2002-05-09 Simon Josefsson <jas@extundo.com>
8867 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
8869 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
8872 2002-05-09 Kim F. Storm <storm@cua.dk>
8874 * wid-edit.el (checkbox): New check-mark image.
8876 2002-05-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8878 * filesets.el (filesets-running-xemacs): Fix last change.
8880 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
8882 * help-fns.el (describe-function-1): If the source is
8883 `loaddefs.el', look for the real source. This is necessary only
8886 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8887 Add autoload cookie.
8888 (find-function-regexp): Include
8889 "\(quote " to match the defaliases in loaddefs.el.
8891 * filesets.el (filesets-conditional-sort): Use copy-sequence,
8893 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
8894 Defvar them to nil if running in Emacs.
8896 2002-05-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8898 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
8899 to flyspell overlays.
8901 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
8903 2002-05-08 Richard M. Stallman <rms@gnu.org>
8905 * diff.el (diff-regexp-alist): Doc fix.
8907 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
8909 2002-05-08 Simon Marshall <simon@gnu.org>
8911 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
8912 the frame name as the car of a menu entry, rather than the frame.
8914 2002-05-08 Juanma Barranquero <lektu@terra.es>
8916 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
8919 2002-05-07 Colin Walters <walters@verbum.org>
8921 * replace.el (occur-unfontify-region-function): Delete.
8922 (occur-mode): Don't use it.
8923 (occur-engine): Respect `keep-props'.
8924 (occur-accumulate-lines): If we're moving forward, decrement;
8925 don't increment, and vice versa.
8927 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
8929 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
8930 (tibetan-canonicalize-for-unicode-regexp): New variables.
8931 (tibetan-canonicalize-for-unicode-region): New function.
8932 (tibetan-strict-unicode): New variable.
8933 (tibetan-pre-write-canonicalize-for-unicode): New function.
8935 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
8937 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
8938 the autoload-cookie. Remove comment.
8940 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
8942 * rect.el (close-rectangle): Don't hide it behind the
8945 2002-05-07 Juanma Barranquero <lektu@terra.es>
8947 * windmove.el (windmove-default-keybindings): Add optional
8948 parameter to allow using a modifier other than 'shift.
8950 2002-05-07 Thomas Link <t.link@gmx.at>
8953 (filesets-external-viewers): Fix customization problem.
8954 (filesets-some): Replaces cl's `some'. Calls changed.
8955 (filesets-member): Replaces cl's `member*'. Calls changed.
8956 (filesets-ormap): New function.
8958 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
8960 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
8963 2002-05-07 Colin Walters <walters@gnu.org>
8965 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
8966 (ibuffer-clear-filter-groups): Likewise.
8967 (ibuffer-kill-filter-group): Likewise.
8968 (ibuffer-kill-line): Likewise.
8969 (ibuffer-read-filter-group-name): New function.
8970 (ibuffer-jump-to-filter-group): Use it.
8971 (ibuffer-kill-filter-group): Likewise.
8972 (ibuffer-yank-filter-group): Likewise.
8973 (ibuffer-decompose-filter-group): New function.
8975 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
8976 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
8977 guards for `ibuffer-pop-filter-group' and
8978 `ibuffer-clear-filter-groups'.
8980 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
8982 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8983 Use with-syntax-table.
8985 2002-05-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
8987 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
8989 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
8991 * time-stamp.el (time-stamp-format): Doc fix: escape open
8992 parenthesis in column 0.
8994 2002-05-04 Richard M. Stallman <rms@gnu.org>
8996 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
8997 Handle both cases: when the menu item has cached info
8998 and when it doesn't.
9000 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
9001 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
9002 (filesets-tree-max-level): Doc fix.
9003 (filesets-commands, filesets-external-viewers)
9004 (filesets-ingroup-patterns): Mark as risky.
9005 (filesets-cache-hostname-flag): Doc fix.
9006 (filesets-menu-cache-file): Doc fix. Mark as risky.
9007 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
9008 Don't defcustom them if running in Emacs.
9010 2002-05-04 Thomas Link <t.link@gmx.at>
9012 * filesets.el (filesets-ingroup-collect-files):
9013 Fix problem with inclusion groups' :scan-depth property.
9015 2002-05-04 Colin Walters <walters@verbum.org>
9017 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
9018 "Default" group earlier. Push killed group on
9019 `ibuffer-filter-group-kill-ring'.
9020 (ibuffer-kill-line): Document. Don't push killed group ourselves.
9021 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
9022 (ibuffer-insert-filter-group-before): New function, broken out
9023 from `ibuffer-yank'.
9024 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
9026 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
9027 (ibuffer-mode-view-menu): Unused variables; deleted.
9028 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
9030 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
9032 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
9033 (toplevel): Bind filter group menu entries in it. Add :enable
9034 forms for some menu items.
9035 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
9036 to `ibuffer-mouse-popup-menu'.
9037 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
9038 group name, and if so, pop up a filter group menu.
9040 2002-05-04 Jason Rumney <jasonr@gnu.org>
9042 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
9043 (mwheel-scroll): Recognize nil scroll amount as documented.
9045 * term/w32-win.el (mouse-wheel-scroll-line)
9046 (mouse-wheel-scroll-screen): Remove.
9047 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
9049 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
9051 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
9053 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9054 Bind case-fold-search when searching.
9056 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9058 * apropos.el (apropos-print): Fix the reference to mouse-2.
9060 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
9062 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
9064 2002-05-04 Kim F. Storm <storm@cua.dk>
9066 * cus-edit.el (custom-buffer-verbose-help): New variable.
9067 (custom-buffer-create-internal): Remove verbose introduction
9068 in customization buffer when it is nil.
9070 2002-05-03 Dave Love <fx@gnu.org>
9072 * international/mule-cmds.el (select-safe-coding-system):
9073 Don't offer coding systems that use locking shift.
9074 Ask for confirmation if chosen coding system disagrees with
9075 a `coding:' spec in the file.
9077 2002-05-03 John Wiegley <johnw@gnu.org>
9079 * eshell/esh-var.el (eshell-modify-global-environment): Added this
9080 customization variable, which will cause any "export" commands
9081 within any eshell buffer to modify the global Emacs environment.
9082 It defaults to nil, which means that such commands will only
9083 modify that Eshell buffer's environment.
9084 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
9086 * eshell/em-cmpl.el (eshell-command-completions-alist):
9087 Improve default completion targets for objdump, nm and readelf.
9089 2002-05-03 Colin Walters <walters@verbum.org>
9091 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
9092 (gamegrid-add-score-with-update-game-score):
9093 Use `shared-game-score-directory'. Correctly handle non-setuid case.
9095 2002-05-02 Colin Walters <walters@verbum.org>
9097 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
9098 (occur-1): If one of the buffers we're searching is the *Occur*
9099 buffer itself, handle it by creating a temporary buffer. If any
9100 of the buffers being searched are killed, note that in the search
9101 result message. Also, set local variables before we possibly kill
9104 2002-05-02 Kim F. Storm <storm@cua.dk>
9106 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
9107 (menu-bar-options-save): Added cua-mode.
9108 (menu-bar-options-menu): Added toggle for cua-mode.
9109 Disable toggle for transient-mark-mode if cua-mode is enabled.
9111 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
9114 2002-05-01 Richard M. Stallman <rms@gnu.org>
9116 * help.el (view-todo): New function.
9117 (help-map): Bind C-h C-t to view-todo.
9118 (help-for-help): Change the text.
9120 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9122 * progmodes/f90.el: Yet more doc string, commment and whitespace
9124 (f90-imenu-flag): New name for internal variable f90-imenu.
9125 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
9126 (f90-no-break-re): Use regexp-opt.
9127 (f90-end-type-re): Add closing "\\>".
9128 (f90-indent-region): Correctly indent comments embedded in
9130 (f90-indent-new-line): Make it indent the current line, as it should.
9131 (f90-line-continued, f90-get-present-comment-type)
9132 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
9133 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
9134 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
9135 (f90-change-keywords): Minor code tidying.
9137 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
9138 typo `fortran-strip-sqeuence-nos'.
9140 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9142 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
9145 2002-05-01 Kim F. Storm <storm@cua.dk>
9147 * emulation/cua-base.el (cua--pre-command-handler):
9148 Only interpret delete-selection property if mark-active.
9149 (cua-mode): Fixed require in defcustom.
9151 2002-05-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9153 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
9156 2002-05-01 Colin Walters <walters@verbum.org>
9158 * textmodes/tex-mode.el (tex-validate-buffer):
9159 Use `occur-revert-arguments' instead of setting `occur-nlines' and
9160 `occur-buffer'. Don't test for `input-pending-p' in loop.
9161 Set text property `occur-target' instead of `occur'.
9163 2002-04-30 John Wiegley <johnw@gnu.org>
9165 * align.el (align-region): Fixed the fix to align-region, because
9166 the "name" argument was appearing twice.
9168 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9170 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
9171 to handle protection labels, one which doesn't get confused by
9174 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
9175 functions that have "class" or "struct" in the return type as
9178 2002-04-30 Kim F. Storm <storm@cua.dk>
9180 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
9181 Options" to "New Options..."; rephrase tooltip.
9182 Rephrase tooltip for "Specific Option...".
9183 Added "Saved Options" item. [from Simon Marshall]
9185 2002-04-30 Richard M. Stallman <rms@gnu.org>
9187 * time.el (display-time-mail-directory)
9188 (display-time-mail-function): Doc fixes.
9190 * ediff-hook.el: Remove autoload cookies.
9192 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
9194 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
9196 * align.el (align-region): Fix call to `message'.
9197 Check that (car rule) is a symbol.
9199 * autoinsert.el (auto-insert-directory): Doc fix.
9201 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
9203 * descr-text.el: New file, broken out of facemenu.el.
9205 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
9207 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
9209 * mail/emacsbug.el (report-emacs-bug-hook):
9210 Use replace-match only if search was successful.
9212 2002-04-29 Richard M. Stallman <rms@gnu.org>
9214 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
9216 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
9217 if the user edits the Emacs version number in the text.
9219 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
9220 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
9221 (filesets-error): Simplify definition and make conditional
9222 on filesets-running-xemacs.
9223 (filesets-find-file-using): Renamed from fsfind-file-using.
9225 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9227 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
9228 (Info-read-node-name-1): Complete file names.
9229 (Info-complete-menu-item): Don't cons unnecessarily.
9231 * files.el (locate-file): New fun.
9232 (locate-file-completion): Rename from load-completion and generalize.
9233 (load-library): Use it.
9234 (make-auto-save-file-name): Expand caddr.
9236 * newcomment.el (comment-fill-column): New var.
9237 (comment-indent): Use it.
9238 (comment-or-uncomment-region): New fun.
9239 (comment-dwim): Use it.
9241 2002-04-29 Colin Walters <walters@verbum.org>
9243 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
9244 (ibuffer-kill-line): Copy the filter group data structure when killing.
9245 (ibuffer-yank): Handle case where we're yanking on the default
9247 (ibuffer-delete-saved-filter-groups): Doc fix.
9249 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9250 Test whether or not update-game-score is setuid, and do the right
9253 2002-04-29 Kim F. Storm <storm@cua.dk>
9255 * subr.el (remove-yank-excluded-properties): New helper function.
9256 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
9258 * simple.el (yank-excluded-properties): Added help-echo to list.
9260 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9262 * autoinsert.el (auto-insert-directory): Doc fix.
9264 * progmodes/f90.el: Add/change doc strings for many inline
9265 functions. Whitespace changes.
9266 (f90-indent-line-no, f90-update-line): Minor code changes.
9268 2002-04-29 Kim F. Storm <storm@cua.dk>
9270 * emulation/cua-base.el: New file.
9272 * emulation/cua-rect.el: New file.
9274 * emulation/cua-gmrk.el: New file.
9276 * emulation/keypad.el: New file.
9278 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
9280 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
9281 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
9282 New Vietnamese coding system.
9284 * language/viet-util.el: Update Commentary section.
9286 2002-04-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9288 * filesets.el (filesets-data): Doc fix.
9289 (filesets-running-xemacs): Define even when compiling.
9291 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
9294 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9296 * textmodes/fill.el (fill-context-prefix): Fix last change with
9297 yet-another-approach.
9299 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
9301 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9302 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
9304 * files.el (small-temporary-file-directory): Fix custom type.
9306 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
9308 * progmodes/f90.el (f90-xemacs-flag): New variable.
9309 (f90-mark-subprogram-overlay): New variable.
9310 (f90-mark-subprogram): Now it highlights the subprogram.
9311 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9312 Fix highlighting of various "type" forms.
9314 2002-04-28 Colin Walters <walters@verbum.org>
9316 * ibuffer.el (ibuffer-mode): Additional documentation on filter
9319 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
9321 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
9322 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
9324 2002-04-28 Richard M. Stallman <rms@gnu.org>
9326 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
9327 by 1 for the newly-readded #.
9329 * files.el (make-auto-save-file-name): Specify # as suffix
9330 in the non-file-visiting case.
9332 * subr.el (make-temp-file): New arg SUFFIX.
9334 * filesets.el: New file.
9336 * replace.el (occur-accumulate-lines): Avoid incf and decf.
9337 (occur-engine-add-prefix): New function.
9338 (occur-engine): Avoid using macrolet, incf and decf.
9339 Use occur-engine-add-prefix instead.
9340 Rename `l' to `lines' and `c' to `matches'.
9342 * replace.el (occur-engine, occur-mode-mouse-goto)
9343 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
9344 (occur-mode-goto-occurrence-other-window)
9345 (occur-mode-display-occurrence): A position is just a marker,
9348 * replace.el (occur-revert-arguments):
9349 Renamed from occur-revert-properties. All uses changed.
9351 2002-04-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9353 * recentf.el (recentf-menu-before): Use string to specify path in
9356 * international/mule-cmds.el (read-language-name): Take care of
9359 2002-04-27 Richard M. Stallman <rms@gnu.org>
9361 * custom.el (custom-load-symbol): Moved from cus-edit.el.
9362 (custom-load-recursion): Likewise.
9364 * cus-edit.el (custom-load-symbol): Moved to custom.el.
9365 (custom-load-recursion): Likewise.
9367 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
9368 generated by easymenu are now lowercase.
9370 2002-04-27 Richard M. Stallman <rms@gnu.org>
9372 * menu-bar.el (menu-bar-update-buffers): Add menu items
9373 Next Buffer and Previous Buffer.
9375 * simple.el (next-buffer, prev-buffer): New commands.
9376 Bind C-x left and C-x right to them.
9378 * info.el (Info-header-line): Mark it as risky-local-variable.
9380 * subr.el (insert-for-yank): Replace `category' property
9381 with whatever properties it stands for.
9383 * subr.el (member-ignore-case): Ignore non-strings in LIST.
9385 2002-04-27 Miles Bader <miles@gnu.org>
9387 * faces.el (read-face-name): Format the prompt correctly when
9390 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9392 * term/mac-win.el: Don't call ediff-toggle-multiframe.
9393 Set default directory. Set process-connection-type to nil.
9395 2002-04-26 Richard M. Stallman <rms@gnu.org>
9397 * loadup.el: Explicitly load cus-face and timer.
9399 * isearch.el: Don't require timer.
9401 * faces.el: Don't require cus-face.
9403 * cus-edit.el (customize-face): Use read-face-name
9404 and handle multiple faces.
9405 (customize-face-other-window): Make it work similarly.
9407 * faces.el (read-face-name): New defaulting features.
9408 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9409 (list-faces-display): Use the face, not its name string,
9410 as arg when running customize-face.
9411 Put a `read-face-name' prop on the entire line.
9412 (describe-face): Handle multiple faces via read-face-name.
9414 * textmodes/tex-mode.el (tex-start-options): New variable.
9415 (tex-start-commands): New variable.
9416 (tex-start-options-string): Variable deleted.
9417 (tex-start-tex): Use tex-start-options and tex-start-commands,
9418 not tex-start-options-string.
9419 (tex-command): Doc fix.
9421 2002-04-26 Sam Steingold <sds@gnu.org>
9423 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
9424 not in the authinfo/netrc, keep `cred' at nil.
9426 2002-04-26 Gerd Moellmann <gerd@gnu.org>
9428 * find-file.el: Remove Ada-specific example code.
9430 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
9432 * ediff-hooks.el: Put back the autoloads.
9434 2002-04-25 Colin Walters <walters@verbum.org>
9436 * ibuffer.el (define column process): Use `ibuffer-aif'.
9438 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
9440 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
9441 (ibuffer-save-filter-groups): Correctly structure filter groups.
9442 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
9445 2002-04-25 Simon Josefsson <jas@extundo.com>
9447 * mail/sendmail.el (mail-use-dsn): New variable to request
9448 delivery status notification from MTA.
9449 (sendmail-send-it): Use it.
9451 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
9452 (smtpmail-send-it): Use it to construct new queue filenames
9453 (needed if you send more than one message per second, which is
9454 possible if you use Gnus Agent).
9456 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
9458 (smtpmail-try-auth-methods): Support netrc data.
9459 (netrc-parse): Autoload netrc.
9461 2002-04-25 Colin Walters <walters@verbum.org>
9463 * replace.el (multi-occur-by-filename-regexp): Doc fix.
9464 (occur-engine): Go to `point-min'. Make nlines argument actually
9465 mean number of context lines. Handle it. Pad digits to the right.
9467 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
9468 `ibuffer-filter-groups'. All users updated.
9469 (ibuffer-show-empty-filter-groups): New variable.
9470 (ibuffer-saved-filter-groups): New variable.
9471 (ibuffer-maybe-save-stuff): Renamed from
9472 `ibuffer-maybe-save-saved-filters'. Callers updated.
9473 Handle `ibuffer-saved-filter-groups'.
9474 (ibuffer-hidden-filtering-groups): Renamed to
9475 `ibuffer-hidden-filter-groups'.
9476 (ibuffer-filter-group-kill-ring): New variable.
9477 (ibuffer-save-with-custom): Doc fix.
9478 (ibuffer-set-filter-groups-by-mode): New function.
9479 (ibuffer-clear-filter-groups): New function.
9480 (ibuffer-current-filter-groups-with-position): Renamed from
9481 `ibuffer-current-filter-groups'. Callers updated.
9482 (ibuffer-kill-filter-group): New function.
9483 (ibuffer-kill-line): New function.
9484 (ibuffer-yank): New function.
9485 (ibuffer-save-filter-groups): New function.
9486 (ibuffer-delete-saved-filter-groups): New function.
9487 (ibuffer-switch-to-saved-filter-groups): New function.
9488 (ibuffer-mark-on-buffer): Add optional arguments for adding a
9489 specific mark, and marking on a specific group.
9491 * ibuffer.el (ibuffer-formats): Doc fix.
9492 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
9493 Bind new functions from ibuf-ext.el. Add menu entries for them.
9494 Remove superfluous tooltips.
9495 (ibuffer-toggle-marks): If on a group name, then toggle marks just
9497 (ibuffer-mark-interactive): Handle filter groups.
9498 (ibuffer-mark-forward, ibuffer-unmark-forward)
9499 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
9500 (ibuffer-mark-for-delete-backwards): Update docs.
9501 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
9502 to `ibuffer-current-filter-groups-with-position'.
9503 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
9504 (ibuffer-mode): Add some documentation about filter groups.
9506 2002-04-25 Andreas Schwab <schwab@suse.de>
9508 * find-dired.el (find-name-dired): Don't quote pattern twice.
9510 2002-04-26 Miles Bader <miles@gnu.org>
9512 * cus-edit.el (customize-face, customize-face-other-window):
9513 Use default instead of initial-input for suggested face.
9515 2002-04-25 Gerd Moellmann <gerd@gnu.org>
9517 * cus-edit.el (customize-face-other-window, customize-face):
9518 Interactively, when point is on text with a face, suggest to
9519 customize that face.
9521 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9523 * progmodes/f90.el: General tidy-up of commentary and some doc
9526 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9528 * scroll-all.el (scroll-all-function-all) New function to do the
9530 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
9531 scroll-all-page-down-all, scroll-all-page-up-all,
9532 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9533 Make them use scroll-all-function-all.
9535 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
9536 with line-beginning-position.
9537 (f90-get-end-of-line): Removed and replaced with line-end-position.
9538 (f90-match-piece): Removed and replaced with match-string.
9539 (f90-current-indentation): Remove `current-column'.
9540 (f90-get-present-comment-type): Use match-string rather than
9542 (f90-match-end): Use line-beginning-position, line-end-position
9543 rather than beginning-of-line, end-of-line.
9544 (f90-startup-message): Variable removed.
9546 2002-04-24 Colin Walters <walters@verbum.org>
9548 * replace.el (occur-accumulate-lines): Add optional argument
9549 `no-props'. Handle it.
9550 (occur-engine): Use it.
9552 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
9553 up autoloads manually.
9554 (ibuffer-split-list): New function.
9555 (ibuffer-filtering-groups): New variable.
9556 (ibuffer-hidden-filtering-groups): New variable.
9557 (ibuffer-mouse-toggle-filter-group): New function.
9558 (ibuffer-toggle-filter-group): New function.
9559 (ibuffer-toggle-filter-group-1): New function.
9560 (ibuffer-forward-filter-group): New function.
9561 (ibuffer-backward-filter-group): New funtion.
9562 (ibuffer-generate-filter-groups): New function.
9563 (ibuffer-filters-to-filter-group): New function.
9564 (ibuffer-pop-filter-group): New function.
9565 (ibuffer-jump-to-filter-group): New function.
9566 (ibuffer-do-occur): Just use `occur-read-primary-args'
9568 * ibuffer.el (ibuffer-filter-group-name-face): New.
9569 (ibuffer-mode-map): Bind and add menu entries for most new
9570 functions; also, bind the arrow keys to the movement functions.
9571 (ibuffer-mode-filter-group-map): New.
9572 (ibuffer-mouse-toggle-mark): Handle group names.
9573 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
9574 (ibuffer-skip-properties): New function.
9575 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
9576 group names. Also, handle new properties.
9577 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
9578 Move error handling to `ibuffer-current-buffer'.
9579 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
9580 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
9581 (ibuffer-toggle-marks): Add optional group argument.
9582 (ibuffer-mark-interactive): Skip group names.
9583 (ibuffer-current-buffer): Clean up error handling.
9584 (ibuffer-fontify-region-function): Fontify group names.
9585 (ibuffer-map-lines): Add extra group argument. Handle it.
9586 (ibuffer-current-filter-groups): New function.
9587 (ibuffer-redisplay): Handle hidden filtering groups.
9588 (ibuffer-sort-bufferlist): New function, taken from
9589 `ibuffer-insert-buffers-and-marks'.
9590 (ibuffer-insert-filter-group): New function.
9591 (ibuffer-redisplay-engine): Renamed from
9592 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
9593 (ibuffer): Add filter-groups argument. Handle it.
9594 Use `save-selected-window'.
9595 (ibuffer-mode): Make `ibuffer-filtering-groups' and
9596 `ibuffer-hidden-filtering-groups' buffer-local.
9598 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
9600 2002-04-24 Richard M. Stallman <rms@gnu.org>
9602 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
9603 (easy-menu-define-key-intern): Function deleted; callers intern
9604 and then call easy-menu-define-key.
9605 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
9606 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
9607 (easy-menu-name-match): New function.
9608 (add-submenu): New function.
9609 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
9611 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
9613 * menu-bar.el (menu-bar-adv-search-menu)
9614 (menu-bar-adv-search-menu): Improve the help text.
9616 2002-04-24 Simon Josefsson <jas@extundo.com>
9618 * net/netrc.el: New file.
9620 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
9622 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9623 Check if any of the available selection sources has new content
9624 and if so it will return that content.
9626 2002-04-24 Miles Bader <miles@gnu.org>
9628 * menu-bar.el (buffers-menu-show-directories)
9629 (buffers-menu-show-status): New variables.
9630 (menu-bar-update-buffers-1): Use them.
9632 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
9634 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
9635 from `c-do-auto-fill' and point is at or near the limit of the
9636 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
9637 is longer than the text on the first line of the comment when
9640 2002-04-24 Miles Bader <miles@gnu.org>
9642 * menu-bar.el (menu-bar-update-buffers-1): Make sure
9643 `uniquify-buffer-name-style' is bound.
9645 2002-04-23 Colin Walters <walters@verbum.org>
9647 * replace.el (toplevel): Require `cl' while compiling.
9648 (occur-buffer, occur-nlines): Delete.
9649 (occur-revert-properties): Rename to `occur-revert-properties'.
9650 (occur-mode): Handle it. Set up font lock.
9651 (occur-revert-function): Simply apply `occur-1'.
9652 (occur-mode-find-occurence, occur-mode-mouse-goto)
9653 (occur-mode-goto-occurrence-other-window)
9654 (occur-mode-display-occurrence): Handle buffer property.
9655 (list-matching-lines-face): Use defcustom.
9656 (list-matching-lines-buffer-name-face): New variable.
9657 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
9659 (occur-read-primary-args): Move out of `occur'.
9660 (occur): Delete. Now simply call `occur-1'.
9661 (multi-occur, multi-occur-by-filename-regexp): New functions.
9662 (occur-1): New function.
9663 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
9664 previous implementation of `occur'; taken from ibuf-ext.el.
9665 (occur-fontify-on-property): New function.
9666 (occur-fontify-region-function, occur-unfontify-region-function):
9669 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
9671 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
9672 (ibuffer-occur-match-face): Delete.
9673 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
9674 (ibuffer-occur-mouse-display-occurence): Delete.
9675 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
9676 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
9677 (ibuffer-occur-engine): Moved to replace.el.
9678 (ibuffer-do-occur): Simply call `occur-1'.
9680 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9681 Handle the case where we're already viewing the score file.
9683 2002-04-23 Andreas Schwab <schwab@suse.de>
9685 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
9688 2002-04-23 Miles Bader <miles@gnu.org>
9690 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
9691 directory separator if there's no directory. Don't display
9692 directories at all if uniquify is active. Some code cleanup.
9693 (uniquify-buffer-name-style): Declare (but don't initialize).
9695 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
9696 for command menu entries, since the low-level menu code modifies
9697 them. Cache the resulting list.
9698 (menu-bar-buffers-menu-command-entries): New variable.
9700 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
9701 Add separator line before commands
9702 Remove old crufty code that tried to line things up by adding
9703 spaces to entries (it doesn't work).
9704 Move `Frames' submenu after the normal buffers, and add a
9705 separator line before it.
9706 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
9708 2002-04-22 Richard M. Stallman <rms@gnu.org>
9710 * files.el (after-find-file): Use %s to output MSG.
9712 * dired.el (dired-mouse-find-file-other-window):
9713 Handle events that move out of the window.
9715 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
9717 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
9718 was moved to the following line when it was at the first line
9719 of a block comment where comment-start-skip matched to eol.
9721 2002-04-22 Richard M. Stallman <rms@gnu.org>
9723 * simple.el (line-move-finish): Find beg and end of line
9724 before calling line-move-to-column. Do consider intangible
9725 when finding the end. Take more care in analyzing the results
9726 of intangibility after line-move-to-column.
9728 2002-04-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9730 * international/mule-diag.el (list-input-methods-1): Doc fix
9731 (LEIM is now part of the standard distribution).
9733 * tmm.el (tmm-completion-prompt): Doc fix.
9735 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
9737 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
9739 * diary-lib.el (include-other-diary-files): Allow modifying
9740 included buffer, to turn off selective display.
9742 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9744 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
9745 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
9746 emacsen that doesn't support it.
9748 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9750 * progmodes/cc-align.el, progmodes/cc-engine.el,
9751 progmodes/cc-styles.el, progmodes/cc-vars.el
9752 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
9753 Find correct anchor for statement-cont in top level constructs.
9754 Analyze variable initializations in top level constructs as
9755 topmost-intro-cont instead of statement-cont. That is an
9756 incompatible change but it gives better consistency. The new
9757 lineup function c-lineup-topmost-intro-cont' compensates for
9758 it and is now put on topmost-intro-cont by default.
9760 * progmodes/cc-align.el, progmodes/cc-engine.el,
9761 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
9762 contributed by Kevin Ryde.
9764 (c-in-gcc-asm-p): Function to recognize asm statements.
9765 Contributed by Kevin Ryde.
9767 (c-opt-asm-stmt-key): New language variable to recognize the
9768 beginning of asm statements.
9770 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9772 * progmodes/cc-engine.el (c-guess-basic-syntax):
9773 Detect variable declarations after class and struct declarations
9774 correctly. Fixed limit error when finding the anchor for
9775 template-args-cont and topmost-intro-cont.
9777 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9779 * progmodes/cc-cmds.el (c-beginning-of-defun)
9780 (c-declaration-limits): Find the "line oriented" declaration
9781 start too, just like the "line oriented" end is found.
9783 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9785 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
9786 for `inexpr-statement'. This is not compatible, though.
9787 I think the benefit of a good default style outweights that in
9788 this case. Besides, `inexpr-statement' is not very common.
9790 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9792 * progmodes/cc-cmds.el (c-electric-delete-forward):
9793 Fix silly bug that caused it to delete backwards in hungry delete
9794 mode. (It's amazing that this bug hasn't been reported.)
9796 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
9797 Extracted the code to get the declaration limits from
9798 `c-mark-function' to a new `c-declaration-limits'.
9800 (c-indent-defun): Use the same method to get the limits of the
9801 declaration or macro as `c-mark-function'.
9803 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
9804 list initializers correctly (but costly; it ought to be
9805 integrated into `c-beginning-of-statement-1').
9807 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9809 * progmodes/cc-cmds.el, progmodes/cc-engine.el
9810 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
9811 Rewritten to detect the declaration limits better.
9812 Now handles K&R argdecls, class definitions followed by variables etc.
9814 (c-in-knr-argdecl): Broke out the K&R argdecl test in
9815 `c-beginning-of-decl-1' to this new function.
9817 (c-end-of-statement-1, c-end-of-decl-1):
9818 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
9819 handles declarations that continue after the block.
9821 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9822 Added an option to restrict matching to the top level of the
9825 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
9826 New regexp to recognize declarations that continue after the block.
9828 (c-syntactic-eol): New regexp to match a "syntactic" eol.
9830 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9832 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9833 that often caused the backward limit to be lost at the top
9834 level. This improves performance a bit.
9836 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9837 New function that works like `re-search-forward' but only returns
9838 matches in syntactically significant text.
9840 * progmodes/cc-engine.el: Fixed a faster and more accurate way
9841 to recognize K&R argdecls.
9843 (c-beginning-of-decl-1): New function that put point at the
9844 beginning of the declaration. It handles K&R argdecl blocks.
9846 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
9847 code with one that doesn't depend on the current indentation.
9848 The anchor position for `knr-argdecl' has also changed, but in
9849 a way that is unlikely to cause compatibility problems.
9851 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9853 * progmodes/cc-defs.el, progmodes/cc-engine.el
9854 (c-forward-comment): `forward-comment' in XEmacs skips over
9855 line continuations in the backward direction. Correct for
9856 that. Also made this a defun since it has grown too large now
9859 * progmodes/cc-langs.el: More convenient and decentralized
9860 setup of the language specific variables. The regexp-opt
9861 mangling is also done at compile time now.
9863 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9865 * progmodes/cc-cmds.el (c-indent-line-or-region):
9866 Call `c-indent-line' directly instead of through
9867 `indent-according-to-mode' so that this function always
9868 indents syntactically.
9870 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9871 where a class beginning with a nested class could cause an
9872 infinite loop (the state outside the narrowed out class is
9875 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9877 * progmodes/cc-align.el, progmodes/cc-cmds.el,
9878 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
9879 the context sensitive analysis inside macros is restricted to
9880 the bodies of #define's; other things, like #if expressions,
9881 never have anything in common with their surroundings.
9882 The old `cpp-macro-cont' syntax is now used in situations where
9883 the syntactic analysis isn't applicable, and a new syntactic
9884 element `cpp-define-intro' is used to add indentation in
9887 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
9888 better reflect its use.
9890 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
9891 continuation backslashes in the detection of `arglist-cont-nonempty'.
9893 * progmodes/cc-align.el: Use the vector form in the return
9894 value in all cases where lineup functions return absolute columns.
9896 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9898 * progmodes/cc-engine.el (c-add-stmt-syntax)
9899 (c-guess-basic-syntax): Anchor `brace-list-intro' and
9900 `bracec-list-close' better for brace lists nested inside expressions.
9902 * progmodes/cc-engine.el, progmodes/cc-langs.el,
9903 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
9904 various language specific variables and their initialization.
9905 The keyword regexps are now lists that are combined with
9906 regexp-opt. Some variables have changed names to fit better
9907 with the naming convention.
9909 * progmodes/cc-defs.el, progmodes/cc-vars.el
9910 (c-buffer-is-cc-mode): The value is the mode symbol of the
9911 original CC Mode mode.
9913 (c-major-mode-is): Compare against the buffer local variable
9914 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
9916 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9918 * progmodes/cc-engine.el (c-forward-syntactic-ws)
9919 (c-backward-syntactic-ws, c-forward-token-1)
9920 (c-backward-token-1, c-in-literal, c-literal-limits)
9921 (c-collect-line-comments, c-literal-type, c-on-identifier)
9922 (c-guess-basic-syntax): These functions are now considered part
9923 of the "CC Mode API" and may be used by other code.
9924 That's signified by making their documentation into docstrings.
9926 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
9927 Removed these internal functions since they aren't used.
9929 (c-forward-to-cpp-expression): Classified this function as internal.
9931 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9933 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
9934 Simplified these regexps; the class keywords they contain
9935 ought to be enough to avoid false matches, so checking for
9936 following identifiers etc is just unnecessary (and might also
9937 fail for oddly formatted code).
9939 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9941 * progmodes/cc-engine.el, progmodes/cc-cmds.el
9942 (c-forward-comment-lc): New function that behaves like
9943 `c-forward-comment', with the exception that line
9944 continuations are treated as whitespace.
9946 (c-beginning-of-statement): Use `c-forward-comment-lc', to
9947 work correctly in macros and other places where line
9948 continuations should be treated as whitespace.
9950 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
9951 normal label in a switch block as a case label, to get
9952 consistent lineup with the case labels.
9954 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9955 in skipping over a macro that ends with an empty line.
9957 * progmodes/cc-styles.el: Require cc-align since styles added
9958 with `c-add-style' often contains references to functions
9959 defined there, and so the `c-valid-offset' check might
9960 otherwise complain on them.
9962 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9964 * progmodes/cc-align.el, progmodes/cc-mode.texi,
9965 progmodes/cc-vars.el: Added two new lineup functions:
9967 (c-lineup-knr-region-comment): A new lineup function to get
9968 (what most people think is) better indentation of comments in
9969 the "K&R region" between the function header and its body.
9971 (c-lineup-gcc-asm-reg): New lineup function for better
9972 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
9974 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
9975 `c-lineup-knr-region-comment' in the default offset
9976 configuration, since these two functions have little impact
9977 outside their intended use, and they generally do the right
9978 thing when they kick in.
9980 * progmodes/cc-engine.el (c-guess-continued-construct)
9981 (c-guess-basic-syntax): Handle nested functions in all
9982 languages, not just Pike. In C and C++ there's a gcc
9983 extension for this, and it also gives better treatment of
9984 macros that are followed by blocks.
9986 * progmodes/cc-langs.el (c-symbol-key): Made this variable
9987 mode specific, to handle Pike special symbols like `== better.
9989 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9991 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9992 progmodes/cc-vars.el (c-report-syntactic-errors): A new
9993 variable to control the syntactic error messages. It defaults
9994 to off; since CC Mode ignores most syntactic errors it might
9995 as well ignore them all for the sake of consistency.
9997 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9999 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10000 Optimization. Can give a noticeable speedup if there's a
10001 large preceding function or class body.
10003 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10005 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
10006 efficient and correct insertion functions in many places.
10007 Always inherit text properties correctly if the text is
10008 permanent. Also do it for speed in temporary insertions,
10009 since I figure it's less work to continue the surrounding text
10010 properties than to break them.
10012 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
10013 completion to make it easier to enter lists.
10015 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10017 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
10018 c-state-cache was clobbered.
10020 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10021 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
10024 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10026 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
10027 open parens in macros (if point isn't in the same one).
10029 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10031 * progmodes/cc-cmds.el (c-context-open-line): New function
10032 that is the `open-line' equivalent to `c-context-line-break'.
10034 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
10035 for Emacs 21 since `indent-new-comment-line' has been changed
10036 to `comment-indent-new-line' there.
10038 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10040 * progmodes/cc-engine.el, progmodes/cc-langs.el
10041 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
10042 New variables containing the character sets used to recognize
10043 statement/declaration boundaries. These variables might help
10044 to support languages like javascript and awk, where newlines
10045 sometimes delimits statements.
10047 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
10048 the set of statement delimiting characters, to allow it to be
10049 changed dynamically and per-mode.
10051 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10053 * progmodes/cc-engine.el (c-looking-at-bos)
10054 (c-looking-at-inexpr-block, c-add-stmt-syntax)
10055 (c-guess-basic-syntax): Treat blocks directly inside function
10056 calls like "bare" statements inside function calls, and not
10057 like in-expression statements. This to make indentation of
10058 such blocks consistent with other statements inside macro calls.
10060 * progmodes/cc-engine.el (c-guess-basic-syntax):
10061 Made arglist-cont anchor correctly in arglists that contain statements.
10063 * progmodes/cc-engine.el (c-guess-basic-syntax):
10064 Fixed consistent anchoring of defun-block-intro in defuns in code
10065 blocks (can only occur in Pike).
10067 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10068 (c-looking-at-inexpr-block-backward): Changed the arguments to
10069 require containing sexps and paren state, for better efficiency.
10071 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10073 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10074 progmodes/cc-vars.el: Improved anchoring of statement and
10075 handling of labels in front of substatements.
10077 (c-guess-continued-construct, c-guess-basic-syntax):
10078 Improved and unified anchoring at statements. Statements beginning
10079 with comments or labels are now avoided, by going out of
10080 blocks and containing statements if necessary. This nesting
10081 handling also fixes the case when there's a statement after a
10082 block open brace. Added the syntactic symbol `substatement-label'.
10084 (c-electric-colon): Map the new `substatement-label' to
10085 `label' when consulting `c-hanging-colons-alist'.
10087 (c-offsets-alist): Added substatement-label. Updated the
10088 comments for the new anchoring positions at statements.
10090 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
10091 anchor points for knr-argdecl-intro and access-label.
10092 They used to refer to some point on the same line, a bug which was
10093 neutralized by a kludge in `c-get-syntactic-indentation' which
10094 ignored such anchor points.
10096 (c-get-syntactic-indentation): Removed the kludge that was
10097 necessary due to buggy anchor points.
10099 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
10100 the absence of a comma before arglist-close (case 7A) in any
10101 language, since there's nothing better to do that case anyway.
10102 Added special case to make in-expression statements be
10103 recognized as normal arglist-cont if we're directly in a macro
10104 arglist, for consistency with other "bare" statements.
10106 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
10107 limit arg for backward searches.
10109 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10110 Anchor gcc in-expression statements at the surrounding open
10111 parenthesis. Treat a class body as an in-expression class if
10112 it's used in an object clone expression in Pike.
10114 * progmodes/cc-engine.el (c-get-offset)
10115 (c-get-syntactic-indentation): Allow several anchor positions
10116 in the list of syntactic symbols. Only the first is used as
10117 the base for the offset calculation.
10119 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10121 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
10122 macro if inside one at the top level. Do not throw an error
10123 if used at the top level outside a macro.
10125 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
10126 alignment only if the backslashes can't be aligned with
10127 surrounding backslashes.
10129 * progmodes/cc-engine.el (c-end-of-macro): New function.
10131 * progmodes/cc-engine.el (c-least-enclosing-brace):
10132 Rewritten to not be destructive.
10134 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10136 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
10137 line break when point is inside the content of it; if it's in
10138 the cpp keyword a normal line break is done.
10140 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
10141 cpp-macro-cont inside the argument list to a #define.
10143 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10145 * progmodes/cc-defs.el (c-forward-comment): Implemented a
10146 kludge to avoid the problem most forward-comment incarnations
10147 have with `\' together with comment parsing.
10149 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10151 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
10152 which could cause the state returned by `c-parse-state' to
10153 lack a closed paren element. That in turn could result in
10154 very long searches, since it's common that they start from the
10155 last preceding close brace.
10157 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10159 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
10160 treat else-if as a single continuation, since that'd make it
10161 hard to get the right anchor point when there's a line break
10162 between the two keywords. This change causes else-clause to
10163 be anchored on the closest preceding else-if and not always on
10164 the starting if, but that doesn't affect the indentation for
10165 any reasonably sane style. Also introduced a noerror flag.
10167 (c-beginning-of-closest-statement): Removed;
10168 c-beginning-of-statement-1 now avoids the problem this one solved.
10170 * progmodes/cc-engine.el (c-guess-continued-construct)
10171 (c-guess-basic-syntax): Better and more uniform anchor points
10172 for 'statement-cont and 'substatement. The effect is
10173 noticeable mostly when there's a label on the same line as the
10174 beginning of the statement, or when there are more stuff
10175 before the start of the statement.
10177 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10178 Added flag to disable looking at the type of the surrounding paren
10179 since that confuses c-beginning-of-statement-1 and a couple of
10182 * progmodes/cc-engine.el (c-guess-basic-syntax):
10183 Avoid stepping to the previous statement in case 18.
10184 Improvements in recognition of statement blocks on the top level.
10186 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10188 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10189 (c-crosses-statement-barrier-p): Rewritten to get a well
10190 defined and documented behavior. This fixes some tricky cases
10191 in recognition of do-while constructs.
10193 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10194 Removed; use c-beginning-of-statement-1 instead.
10196 (c-guess-continued-construct, c-guess-basic-syntax):
10197 Various fixes to not depend on the bugs previously in
10198 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
10199 use the new behavior of c-beginning-of-statement-1 better.
10200 Fixed recognition of catch blocks inside macros.
10202 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10203 in skipping over a macro.
10205 * progmodes/cc-langs.el (c-label-kwds): New variable to
10206 contain the appropriate c-*-label-kwds value.
10208 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
10209 evaluation bug that caused the widget for
10210 c-block-comment-prefix to bug out.
10212 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10214 * progmodes/cc-engine.el (c-guess-basic-syntax):
10215 Improved recognition of statements: They are now recognized in
10216 contexts where they normally can't occur, e.g. on the top level or
10217 in function call arguments. This is mainly useful to recognize
10218 statements in macros at the top level, and in arguments to
10219 macros. The cases has been moved around quite a bit, and case
10220 10 has been copied to case 18. (The cases has not been
10221 renumbered because of this.)
10223 (c-guess-continued-construct): New function which has the
10224 rules which are common between cases 10 and 18.
10226 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10227 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10228 Fixes so that they really obey the passed limits.
10230 (c-safe-position): Return nil if the state doesn't contain a
10233 (c-guess-basic-syntax): Fixes some too short limits in calls
10234 to c-beginning-of-statement-1. Some fixes for top level
10235 analysis in ObjC mode.
10237 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10238 Fixed bug in do-while statements where the body is not a block.
10240 * progmodes/cc-styles.el (c-set-style):
10241 Reset c-special-indent-hook to its global value if in override mode.
10242 Fixes problem where functions on that hook remained after
10245 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
10246 Use c-benign-error to report the c-strict-syntax-p error.
10248 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10250 * progmodes/cc-align.el, progmodes/cc-defs.el,
10251 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
10252 Several fixes to treat macros as code and not literals and to
10253 handle line continuations transparently.
10255 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
10256 through whitespace and line continuations, but not comments
10259 (c-in-literal): No longer recognizes macros as literals by
10260 default. An extra flag argument is required to do that.
10262 (c-macro-start, c-query-macro-start)
10263 (c-query-and-set-macro-start): Added a cache for the macro
10266 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
10267 more speed when limits are given. Workaround for bad behavior
10268 in forward-comment in some emacsen when it hits a buffer limit
10269 with a large repeat count.
10271 (c-lineup-macro-cont): Improved behavior when
10272 c-syntactic-indentation-in-macros is nil.
10274 (c-syntactic-indentation-in-macros, c-backslash-max-column)
10275 (c-auto-align-backslashes): New customization variables to
10276 control macro handling.
10278 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10279 Fixes to handle line continuations.
10281 * progmodes/cc-defs.el, progmodes/cc-styles.el
10282 (c-get-style-variables, c-set-offset): Report style errors
10283 with message and ding instead of error signal. This to avoid
10284 interrupted mode init if there's some style problem.
10286 (c-benign-error): New macro to report errors that doesn't need
10287 to interrupt the operation.
10289 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
10291 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10293 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
10294 Removed most of the c-state-cache fiddling, since the global
10295 state cache now handles this.
10297 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10298 when there's an open paren at the very first char of the
10299 visible buffer region.
10301 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
10302 Cache the state globally and invalidate it below every buffer
10303 change with the new after change function
10304 `c-check-state-cache'. This gives a considerable performance
10305 boost when editing large functions or classes.
10307 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
10309 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10311 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10312 progmodes/cc-align.el: Improvements to syntactic analysis
10315 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
10316 by `c-guess-basic-syntax'.
10318 (c-parse-state): Fixed bug with braces inside macros when
10319 using cached state info.
10321 (c-forward-to-cpp-expression): New function to aid in
10322 syntactic analysis inside macros.
10324 (c-beginning-of-statement-1, c-backward-syntactic-ws):
10325 Fixes to work better inside macros.
10327 (c-forward-syntactic-ws): Whitespace between the # and the
10328 command should be allowed in preprocessor directives.
10330 (c-lineup-macro-cont): New lineup function to get context
10331 sensitive indentation inside macros.
10333 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
10336 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10338 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10339 (c-forward-syntactic-ws): Fixes to handle continued lines.
10341 (c-backward-to-start-of-if, c-guess-basic-syntax):
10342 Do syntactic analysis inside macros.
10344 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10346 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
10347 possible by the more flexible state cache.
10349 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
10350 (c-whack-state-after, c-hack-state)
10351 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
10352 Improved the state cache system. It now can use partial info from
10353 an old cached state to calculate a new one at a different
10354 position. Removed some kludges to avoid the state cache.
10355 The new functions `c-whack-state-before' and `c-whack-state-after'
10356 replace the now obsolete `c-whack-state'.
10358 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10359 Optimized backing through a macro. This can speed things up
10360 quite a bit when there are long macros before point.
10362 (c-beginning-of-macro): Do not ignore the limit.
10364 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10366 * progmodes/cc-cmds.el (c-electric-continued-statement):
10367 Fixed a bug where the keyword wasn't reindented correctly if
10368 followed by another keyword or identifier.
10370 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
10371 pairs that are in macros. Fixes some cases where e.g. the
10372 second of two "do { } while (0)" macros after each other
10373 indented differently.
10375 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10377 * progmodes/cc-engine.el (c-beginning-of-macro)
10378 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
10379 directive when it begins a line, to allow for script
10380 interpreter lines like "#!/usr/bin/pike" at the beginning of
10383 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10385 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10386 Recognize brace blocks inside a parenthesis expression as
10387 inexpr-statement. Useful when writing statements as macro arguments.
10389 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10391 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
10392 (c-mask-comment): Broke out the comment masking code from
10393 `c-fill-paragraph' to a new function `c-mask-comment', to be
10394 able to do the same thing in `c-do-auto-fill'. This should
10395 make auto-fill-mode behave better.
10397 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10399 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
10400 Check `executing-macro' to avoid blinking parens when macros
10403 * progmodes/cc-mode.el, progmodes/cc-styles.el
10404 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
10405 consistency with `c-setup-paragraph-variables' (which was
10406 placed there due to the dependency from `c-set-style').
10408 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
10409 incomplete initialization from the style variable fallbacks if
10410 there already is a style called "user" defined when CC Mode
10411 starts up for the first time.
10413 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10415 * progmodes/cc-cmds.el, progmodes/cc-vars.el
10416 (c-comment-indent, c-indent-comment-alist): Added new variable
10417 `c-indent-comment-alist' to allow better control over
10418 `c-comment-indent'.
10420 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10422 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
10423 both `comment-start-skip' and the comment prefix on the
10424 current line with the comment starter, so that we line up
10425 comments which matches `c-comment-prefix-regexp' on the first
10426 line (after the `/') without the need to make
10427 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
10429 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
10430 (c-set-style-1, c-setup-paragraph-variables): Moved the
10431 variable initialization based on `c-comment-prefix-regexp' to
10432 a new function `c-setup-paragraph-variables', which is now
10433 used both at mode init and when a style that sets
10434 `c-comment-prefix-regexp' is activated.
10436 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10438 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10439 Better handling of C++ template args to avoid confusion with
10440 `<' and `>' used as operators in member init expressions.
10442 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10444 * progmodes/cc-engine.el (c-most-enclosing-brace)
10445 (c-least-enclosing-brace): Added optional second arg to limit
10446 the search to before a certain point.
10448 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10449 which could cause incorrect analysis if a cached state is used
10450 (usually only happens when an electric key reindents a line).
10452 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10454 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
10455 insulation. This time for XEmacs 21.
10457 * progmodes/cc-engine.el, progmodes/cc-langs.el:
10458 Improved handling of inheritance lists:
10460 (c-beginning-of-inheritance-list): Rewritten to use a more
10461 syntactically correct method that doesn't get confused by
10462 badly placed linebreaks and comments.
10464 (c-guess-basic-syntax): Several fixes to the handling of
10465 inheritance lists in combination with templates. 'inher-intro
10466 is now anchored on the start of the class declaration and not
10467 the indentation of the current line. Switched places on cases
10468 5D.3 and 5D.4 and made them use more syntactically correct methods.
10470 (c-inher-key): Removed since the code in
10471 `c-guess-basic-syntax' now uses token-based search.
10473 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
10474 Added a submenu to access some toggles.
10476 (c-toggle-syntactic-indentation): New function to toggle the
10477 variable `c-syntactic-indentation'.
10479 * progmodes/cc-styles.el (c-set-style): Improved the error
10480 message for incorrect offsets a bit.
10482 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10484 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
10485 sexp follows point immediately, instead find the closest
10486 following open paren that ends on another line.
10488 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10490 * progmodes/cc-align.el (c-lineup-cascaded-calls):
10491 New indentation function.
10493 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
10494 directives with whitespace between the '#' and the name.
10496 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10498 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10499 (c-backward-syntactic-ws): Handle line continuations as
10500 whitespace. Don't move past a macro if that'd take us past
10503 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10505 * progmodes/cc-engine.el (c-beginning-of-macro)
10506 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
10507 Pike, and that shouldn't be confused with a preprocessor directive.
10509 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10511 * progmodes/cc-cmds.el: Extended the kludge to interoperate
10512 with the delsel and pending-del packages wrt to the new
10513 function `c-electric-delete-forward'.
10515 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10517 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
10518 the block itself, i.e. only indent the contents in it.
10520 * progmodes/cc-styles.el (c-set-style): Use the default
10521 argument to completing-read instead of initial-contents, if
10522 the function is recent enough to support it.
10524 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10526 * progmodes/cc-mode.el (c-mode-help-address):
10527 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
10528 I've almost never seen a bug reported this way that should go
10529 to that list, but it's rather common that the reports concern
10530 the combination CC Mode and XEmacs instead.
10532 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10534 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
10535 brace-elseif-brace and brace-catch-brace are active and
10536 there's a "else if"-block before the catch block.
10538 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10539 Detect function headers that span lines.
10541 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10543 * progmodes/cc-cmds.el (c-electric-brace)
10544 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10545 Check for last on line only for doing the auto-newline-mode
10546 stuff, not for the reindentation.
10548 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
10549 handling of c-syntactic-indentation: When it's nil, indent the
10550 new lines but don't reindent the current one. Reindent the
10551 line only when the inserted brace comes first on it, instead
10554 * progmodes/cc-cmds.el (c-electric-brace)
10555 (c-electric-semi&comma): Fixed two places where
10556 c-syntactic-indentation wasn't heeded.
10558 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
10561 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
10562 little harder to find a fallback position when an orphan else
10563 is found. Fixed case where an else following a do-while
10564 statement could be associated with an if inside the do-while.
10566 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10568 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
10569 for the fallback to add a single space after the comment prefix.
10571 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
10572 behavior in some special cases, especially for single-line comments.
10573 Avoid breaking up a comment starter or ender.
10575 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10577 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
10578 the Emacs sources to make this work in invisible text.
10580 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
10581 not be confused by a later ':' on the same line as the label.
10583 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10585 * progmodes/cc-cmds.el, progmodes/cc-mode.el
10586 (c-electric-delete, c-electric-delete-forward):
10587 Split `c-electric-delete' into two functions where
10588 `c-electric-delete-forward' always deletes forward and
10589 `c-electric-delete' only contains the code necessary for
10590 XEmacs to choose between backward and forward deletion.
10591 `c-electric-delete-forward' is now bound to C-d to get the
10592 electric behavior on that key too.
10594 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10596 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
10597 use of c-comment-prefix-regexp, which caused an error when
10600 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10602 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
10603 (c-default-style): Removed the hardcoded switch to "java" style
10604 in Java mode. It's instead taken care of by the default value
10605 for c-default-style.
10607 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10609 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
10610 was triggered by equal signs in string literals.
10612 2002-04-21 Kim F. Storm <storm@cua.dk>
10614 * subr.el (insert-buffer-substring-no-properties): New function.
10615 (insert-buffer-substring-as-yank): New function.
10617 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10619 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
10620 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
10621 prefix from scroll commands. Ignore end-of-buffer errors from
10623 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
10625 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
10628 * files.el: (auto-mode-alist): .f95 files in f90-mode.
10630 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
10631 a DO statement irrespective of numeric label.
10633 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10635 * files.el (auto-save-file-name-transforms): Doc fix.
10636 Add third element to "uniquify" filenames.
10637 (make-auto-save-file-name): Use new element of
10638 auto-save-file-name-transforms.
10639 * startup.el (command-line): Add third element to
10640 auto-save-file-name-transforms.
10642 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
10644 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
10645 return value of file-name-completion and file-name-all-completions.
10647 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10649 * progmodes/f90.el: Update maintainer.
10650 (f90-line-continued): Recognize blank/comment lines embedded in
10651 continuation lines.
10652 (f90-looking-at-program-block-start): No extra indentation after
10653 function or subroutine keyword appears in single quotes.
10655 2002-04-19 Miles Bader <miles@gnu.org>
10657 * custom.el (customize-mark-to-save, customize-mark-as-set)
10658 (custom-quote): Moved here from `cus-edit.el'.
10659 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
10660 (custom-quote): Moved to `custom.el'.
10662 2002-04-18 Richard M. Stallman <rms@gnu.org>
10664 * facemenu.el (list-text-properties-at): Command deleted.
10666 * rect.el (insert-rectangle): Use insert-for-yank.
10668 * register.el (insert-register): Use insert-for-yank.
10669 (describe-register-1): Discard text props in yank-excluded-properties.
10671 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
10672 Fix parts in construction of `menu-item' item at end.
10674 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
10676 * subr.el (insert-for-yank): New function.
10678 * simple.el (yank-excluded-properties): New user option.
10679 (yank-pop, yank): Use insert-for-yank.
10681 2002-04-19 Kim F. Storm <storm@cua.dk>
10683 * simple.el (pop-to-mark-command): Do not set this-command.
10684 (set-mark-command): Always jump to mark when called with arg.
10686 2002-04-18 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
10688 * comint.el (comint-watch-for-password-prompt): Remove whitespace
10689 at the beginning of password prompts.
10691 2002-04-18 Andrew Innes <andrewi@gnu.org>
10693 * facemenu.el: Remove require of wid-edit.
10695 2002-04-17 Colin Walters <walters@verbum.org>
10697 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
10699 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
10700 (ibuffer-current-state-list): Reinstate optional argument; now
10701 just call `point' inside the mapping function.
10703 2002-04-17 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
10705 * dired-aux.el (dired-star-subst-regexp)
10706 (dired-quark-subst-regexp): New constants.
10707 (dired-do-shell-command, dired-shell-stuff-it): Use them.
10708 (dired-do-shell-command): Raise an error if both `*' and `?'
10709 substitution marks are used in the same command.
10710 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
10711 in a command given via dired-do-shell-command.
10713 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
10715 2002-04-16 Jason Rumney <jasonr@gnu.org>
10717 * international/mule-cmds.el (locale-preferred-coding-systems):
10720 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
10722 * term.el (term-emulate-terminal): Fix last change.
10724 2002-04-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10726 * bindings.el (mode-line-mode-menu): Update names to reflect
10729 2002-04-16 Mike Williams <mdub@bigfoot.com>
10731 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
10734 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
10736 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
10737 (viper-ex-print-buf-name): New variable.
10738 (viper-ex-print-buf): New variable.
10739 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
10740 (ex-g-marks): New variable.
10741 (ex-print): New function.
10742 (ex-print-display-lines): New function.
10744 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
10747 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
10748 when the window is not in its own frame.
10749 (ediff-clone-buffer-for-region-comparison): More robust window
10750 arrangement while prompting for regions to compare.
10751 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
10752 (ediff-inferior-compare-regions): Deleted unused vars
10753 ctl-buf and quit-now.
10755 2002-04-15 Richard M. Stallman <rms@gnu.org>
10757 * facemenu.el (facemenu-add-new-face): Use this only for faces.
10759 (facemenu-add-new-color): New function.
10760 (facemenu-set-foreground, facemenu-set-background):
10761 Use facemenu-add-new-color.
10763 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10765 * ediff-init.el (ediff-current-diff-face-A)
10766 (ediff-current-diff-face-B, ediff-current-diff-face-C)
10767 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
10768 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
10769 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
10770 (ediff-even-diff-face-B, ediff-even-diff-face-C)
10771 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
10772 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
10773 (ediff-odd-diff-face-Ancestor): Add special color definitions for
10774 tty and MS-DOS displays.
10776 2002-04-15 Andrew Innes <andrewi@gnu.org>
10778 * facemenu.el: Require wid-edit.
10780 2002-04-15 Miles Bader <miles@gnu.org>
10782 * faces.el (highlight): Force foreground to be black on a tty, so
10783 this face is readable on a dark-background tty.
10784 * wid-edit.el (widget-field-face, widget-single-line-field-face):
10787 2002-04-14 Kim F. Storm <storm@cua.dk>
10789 * simple.el (pop-to-mark-command, push-mark-command): New commands.
10790 (set-mark-command): Use them.
10791 Enhanced functionality when command is repeated:
10792 - If first command set the mark (no prefix arg), repeat temporarily
10793 enables transient-mark-mode.
10794 - If first command jumped to mark off ring (with argument),
10795 repeat (with or without arg) jump to next mark off ring.
10796 - Use C-u C-u prefix to set mark after jump.
10797 (exchange-point-and-mark): Temporarily enable transient-mark-mode
10800 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10802 * speedbar.el (speedbar-tag-hierarchy-method)
10803 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
10805 2002-04-14 Mike Williams <mdub@bigfoot.com>
10807 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
10808 beginning of buffer.
10810 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10812 * speedbar.el (speedbar-generic-item-info)
10813 (speedbar-sort-tags): Doc fix.
10814 (speedbar-add-supported-extension): Fix typo in interactive spec.
10816 2002-04-13 Colin Walters <walters@verbum.org>
10818 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
10819 only moving one line forward.
10820 (ibuffer-map-lines): Preserve point position even if we delete
10821 lines. Only call mapping functions with buffer and mark
10822 arguments; the other two were unused.
10823 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
10825 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
10827 * calc/calc-bin.el (math-format-radix-float): Use `when'.
10829 * calc/calc.el (math-format-number): Load `calc-ext' before we
10830 call `math-group-float'.
10832 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10833 Renamed from `gamegrid-add-score'.
10834 (gamegrid-add-score-insecure): Restored from the old
10835 `gamegrid-add-score'.
10836 (gamegrid-add-score): Just dispatch on `system-type' to one of the
10837 previous two functions.
10839 2002-04-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10841 * iswitchb.el: Update commentary to include new function
10842 iswitchb-exclude-nonmatching.
10844 2002-04-12 John Wiegley <johnw@gnu.org>
10846 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
10847 operating systems to the regexp used to detect a script's interpreter.
10849 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
10851 * frame.el (frames-on-display-list): Use `equal' to compare the
10852 `display' frame parameter to the argument DISPLAY.
10854 2002-04-12 Dave Love <fx@gnu.org>
10856 * help.el (string-key-binding): Deal with margin events.
10858 2002-04-12 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
10860 * comint.el (comint-password-prompt-regexp): Match " SMB password".
10862 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
10864 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
10866 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
10868 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
10869 (buffer-syntactic-context-depth): New funs.
10871 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
10874 * emacs-lisp/debug.el (debug-on-entry): Use push.
10875 (debugger-make-xrefs): Don't assume point-min == 1.
10877 * progmodes/cc-engine.el (c-backward-to-start-of-if):
10878 Don't assume point-min == 1.
10880 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
10881 (etags-list-tags, etags-tags-apropos, select-tags-table):
10882 Don't assume point-min == 1.
10884 2002-04-12 Mike Williams <mdub@bigfoot.com>
10886 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
10888 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
10890 * textmodes/fill.el (fill-context-prefix): Fix up last change.
10892 * simple.el (line-move): Use memq rather than or.
10893 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
10894 (do-auto-fill): Use fill-move-to-break-point.
10895 (syntax-code-table): Remove.
10897 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
10898 Don't add spaces at end of sentences at end of line.
10899 (fill-move-to-break-point): Make sure the result is always greater
10900 than linebeg, so we ensure forward progress.
10901 (fill-region-as-paragraph): Compare to `to' rather than eobp.
10902 (fill-paragraph): Don't rebind fill-paragraph-function.
10904 2002-04-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10906 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
10908 2002-04-11 Andreas Schwab <schwab@suse.de>
10910 * files.el (file-name-non-special): Handle return value of t from
10911 `file-name-completion'.
10913 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
10915 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
10916 differently to avoid pathological exponential-time case.
10917 (adaptive-fill-regexp): Add ! and %.
10918 (fill-delete-prefix): Remove indentation while removing prefix.
10919 (fill-delete-newlines): Obey sentence-end.
10920 (fill-move-to-break-point, fill-newline): New functions extracted
10921 from fill-region-as-paragraph.
10922 (fill-region-as-paragraph): Use them.
10923 Don't fiddle with fill-indent-according-to-mode.
10925 2002-04-10 Colin Walters <walters@verbum.org>
10927 * play/snake.el (snake-score-file): Default to just "snake-scores".
10929 * play/tetris.el (tetris-score-file): Likewise.
10931 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
10932 use `update-game-score'.
10934 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
10935 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
10936 ourselves; take it as an argument. Caller updated.
10937 (ibuffer-mode): Make mode-class special.
10939 2002-04-10 Richard M. Stallman <rms@gnu.org>
10941 * dired.el (dired-view-command-alist): New variable.
10942 (dired-view-file): Use external viewers for some files names.
10944 * mouse.el (mouse-drag-region-1): Display region highlight
10945 only in the selected window.
10947 * subr.el (remove-hook): When there are no more local hooks,
10948 kill the buffer-local value.
10950 * isearch.el (isearch-mode): Don't call make-frame-visible
10951 if frame is already visible.
10953 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
10955 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
10957 * progmodes/ada-prj.el: Add support for the new project file
10958 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
10959 Fix widget handling for Emacs 21. ada-mode now only supports a single
10960 active project file, instead of one per buffer. This is far less
10963 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
10964 (ada-func-or-proc-name): Get real subprogram name, after change in
10967 * progmodes/ada-xref.el: Ada-mode no longer supports a different
10968 project file per buffer. This was too complex. Instead, there is
10969 now a single active project file at any given time, and the user
10970 can switch the active one through the Ada menu. This revision
10971 also provides better handling of the Windows command line, and the
10972 various available shells on that platform. ada-mode is now fully
10973 integrated with the GNU visual debugger gvd, see
10974 http://libre.act-europe.fr.
10975 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
10976 This is only available with GNAT 3.14.
10977 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
10978 (ada-quote-cmd): New function.
10979 (ada-initialize-runtime-library): Get the location of the actual
10980 runtime the compiler will be using, including support for
10981 cross-platform environments.
10982 (ada-treat-cmd-string): Add support for the new variable
10983 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
10984 two commands to run just prior to running the debugger, and just
10985 after starting it. This provide better support for cross-platform
10986 and remote debugging.
10987 (ada-get-absolute-dir): Remove, replace with expand-file-name.
10988 (ada-gdb-application): New parameter executable-name.
10989 (ada-get-ali-file-name): Better handling of separate packages.
10990 Checkin on behalf of the ada-mode maintainer.
10992 * progmodes/ada-mode.el (ada-case-exception-file)
10993 (ada-indent-handle-comment-special): New variables.
10994 (ada-case-exception-substring): New variable. Casing exceptions
10995 can now also be defined for substrings, in addition to full
10996 identifier names. This provides more flexibility.
10997 (ada-align-list): New fun, provide support for align.el in ada-mode.
10998 (ada-procedure-start-regexp): Add support for operators and
10999 generic formal subprograms and packages.
11000 (ada-imenu-comment-re): New variable.
11001 (ada-imenu-generic-expression): Add support for protected types.
11002 (ada-mode): Set comment-start only after running ada-mode-hook, so
11003 that the user can change ada-comment-start in the hook.
11004 Add support for ispell in comments. Add support for align.el.
11005 (ada-save-exception-file, ada-create-case-exception-substring)
11006 (ada-adjust-case-substring): New functions.
11007 (ada-get-current-indent): Properly handles keywords with uppercases.
11008 (ada-goto-matching-end): Rewritten, fixes problems in the handling
11010 (ada-untab-hard): Do not touch the contents of comments and strings.
11012 2002-04-09 Mike Williams <mdub@bigfoot.com>
11014 * textmodes/sgml-mode.el (sgml-lexical-context):
11015 Use sgml-parse-tag-backward to find start point.
11016 (sgml-looking-back-at): Doc fix.
11018 2002-04-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11020 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
11023 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
11025 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
11026 Use define-minor-mode.
11027 (auto-revert-buffers): Use with-current-buffer.
11028 Avoid changing the minor modes.
11030 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
11031 rather than char-to-string since last-input-char can be any event.
11033 * international/titdic-cnv.el (tit-dictionary):
11034 Use defvar for non-constants.
11036 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
11037 (global-cwarn-mode): Use easy-mmode-define-global-mode.
11038 (cwarn-font-lock-keywords): New function.
11039 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
11040 (cwarn-font-lock-match): New macro.
11041 (cwarn-font-lock-match-assignment-in-expression)
11042 (cwarn-font-lock-match-dangerous-semicolon)
11043 (cwarn-font-lock-match-reference): Use it.
11045 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
11046 Use defvar rather than defconst since it's meant to be settable.
11047 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
11048 (cperl-fix-line-spacing): Add missing \ in [ t].
11050 * loadup.el: Call ucs-unify-8859 directly rather than
11051 unify-8859-on-encoding-mode.
11052 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
11054 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
11055 (sgml-mode): Use it for comment-line-break-function.
11057 2002-04-08 Jason Rumney <jasonr@gnu.org>
11059 * international/mule-cmds.el (reset-language-environment):
11060 Handle coding-systems not being defined yet.
11062 2002-04-08 Sam Steingold <sds@gnu.org>
11064 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
11065 (vc-cvs-checkin): Use it.
11067 2002-04-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11069 * files.el (display-time-string): Fix last change.
11071 2002-04-07 Sam Steingold <sds@gnu.org>
11073 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
11075 2002-04-07 Jason Rumney <jasonr@gnu.org>
11077 * international/mule-cmds.el (set-default-coding-systems)
11078 (reset-language-environment): Preserve eols on
11079 default-process-coding-system.
11080 (coding-system-change-text-conversion): Fix case where CODING is nil.
11082 2002-04-07 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11084 * subr.el (play-sound): Move here from simple.el.
11086 * simple.el (play-sound): Move to subr.el.
11088 2002-04-06 Richard M. Stallman <rms@gnu.org>
11090 * files.el (display-time-string-forms): Mark as risky.
11092 * enriched.el (enriched-decode-foreground, enriched-decode-background):
11093 Use proper format for desired elts of `face' property.
11094 Don't test display-color-p; make the properties unconditionally.
11096 * progmodes/compile.el (compilation-error-regexp-alist):
11097 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
11099 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
11101 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
11102 for customization type.
11103 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
11105 2002-04-06 Mike Williams <mdub@bigfoot.com>
11107 * textmodes/xml-lite.el: Remove.
11109 2002-04-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11111 * simple.el (play-sound): New function (uses play-sound-internal).
11113 2002-04-04 Richard M. Stallman <rms@gnu.org>
11115 * files.el (mode-line-format, mode-line-modified)
11116 (mode-line-mule-info, mode-line-buffer-identification)
11117 (mode-line-modes, mode-line-position): Explicitly mark as risky.
11118 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
11120 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
11122 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
11123 Use (syntax-table), not old-syntax-table.
11125 * enriched.el (enriched-decode-foreground)
11126 (enriched-decode-background): Don't call facemenu-get-face.
11128 2002-04-04 Mike Williams <mdub@bigfoot.com>
11130 * textmodes/sgml-mode.el: Add missing require.
11131 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
11133 2002-04-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11135 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
11136 spot indicated by text property `cvs-goal-column', if present.
11138 * pcvs-info.el (cvs-fileinfo-pp): Use text property
11139 `cvs-goal-column' to indicate position of file name (if present).
11141 2002-04-03 Richard M. Stallman <rms@gnu.org>
11143 * mail/mailabbrev.el (mail-abbrev-complete-alias):
11144 Call mail-abbrev-make-syntax-table.
11146 * format.el (format-deannotate-region): Doc fix.
11148 * enriched.el (enriched-face-ans): Delete special treatment
11149 for fg:... and bg:... faces.
11150 (enriched-decode-foreground): Return a list that specifies
11151 the foreground color, rather than creating a face.
11152 (enriched-decode-background): Likewise.
11154 * shell.el (shell-mode): Don't reinit comint-input-ring
11155 if that was already done.
11157 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
11159 * solar.el (solar-spring-or-summer-season): Delete.
11160 (solar-northern-spring-or-summer-season): New variable.
11161 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
11164 * solar.el (diary-sabbath-candles-minutes): New variable.
11165 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
11167 * calendar.el (update-calendar-mode-line): Force mode-line update.
11168 Make date under the cursor available as `date' in
11169 calendar-mode-line-format.
11170 Eval items in calendar-mode-line-format list.
11172 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
11173 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
11175 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
11177 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
11178 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
11179 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11180 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
11182 * cal-tex.el: Change all instances (interactive "P") to
11184 (cal-tex-cursor-month): Add hfill and newline at end of month that
11186 (cal-tex-preamble): Change to LaTeX2e.
11187 (cal-tex-cursor-filofax-year): Don't use default month names in
11188 LaTeX macros in case user changes them.
11189 (cal-tex-month-name): New function. Used throughout in case user
11190 has done something funny with month names.
11192 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
11193 (diary-rosh-hodesh): Spelling correction.
11195 2002-04-03 Mike Williams <mdub@bigfoot.com>
11197 * textmodes/sgml-mode.el (sgml-lexical-context)
11198 (sgml-parse-tag-backward): Extend support for CDATA to include
11199 conditional sections.
11201 2002-04-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11203 * cus-start.el: Rename `autoselect-window' to
11204 `mouse-autoselect-window'.
11206 2002-04-02 Richard M. Stallman <rms@gnu.org>
11208 * files.el (hack-one-local-variable):
11209 Clear text props from string value.
11211 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
11213 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11214 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
11216 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
11218 (f90-procedures-re): Add `null' and `cpu_time' from F95.
11219 (f90-font-lock-keywords-1): Minor reorganization so we don't need
11220 `override' any more.
11221 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
11222 (f90-indent-subprogram): Use indent-region.
11223 (f90-break-line): Use indent-according-to-mode.
11225 2002-04-02 Mike Williams <mdub@bigfoot.com>
11227 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
11228 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
11229 (sgml-get-context): Remove use of sgml-inside-tag-p.
11230 (sgml-inside-tag-p): Remove.
11231 (sgml-looking-back-at): Short-circuit at beg of buffer.
11232 (sgml-lexical-context, sgml-calculate-indent): Add support for
11235 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
11237 * help.el (help-key-description): New fun.
11238 (describe-key-briefly, describe-key): Use it and
11239 this-single-command-raw-keys plus new arg `untranslated'.
11241 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
11242 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
11243 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
11244 (sgml-insert-end-tag): New funs taken from xml-lite.el.
11245 (sgml-calculate-indent): Use them.
11246 (sgml-slash-matching): Rename from sgml-slash.
11247 (sgml-slash): Copied from xml-lite and changed to use
11248 sgml-slash-matching and sgml-quick-keys.
11250 * international/mule-cmds.el (standard-keyboard-coding-systems):
11251 Add koi8-u and koi8-r.
11253 * eshell/.cvsignore: New file.
11255 * eshell/esh-groups.el: Remove.
11257 * progmodes/tcl.el: Change maintainer.
11258 (tcl-electric-hash-style): Change default to nil.
11259 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
11260 (tcl-do-auto-fill): Remove.
11261 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
11263 2002-04-01 Mike Williams <mdub@bigfoot.com>
11265 * textmodes/sgml-mode.el: Doc fixes.
11266 (sgml-mode): Set indent-line-function to sgml-indent-line.
11267 (sgml-calculate-indent): Add an explicit check for 'text syntax,
11268 to protect against future enhancements to sgml-lexical-context.
11269 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
11271 * textmodes/xml-lite.el: Removed much redundant stuff.
11272 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
11273 always start within text. Make use of sgml-unclosed-tag-p.
11275 2002-04-01 Ville Skytt
\e,Ad
\e(B <ville.skytta@xemacs.org>
11277 * tcl.el (tcl-imenu-generic-expression): New value.
11278 (tcl-imenu-create-index-function): Function deleted.
11279 (tcl-mode): Check for filladapt-mode.
11280 Use tcl-imenu-generic-expression instead of
11281 tcl-imenu-create-index-function.
11282 (inferior-tcl-mode): Doc fix.
11283 Change not legally significant.
11285 2002-04-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11287 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
11289 * window.el (handle-select-window): New function.
11292 2002-04-01 Richard M. Stallman <rms@gnu.org>
11294 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
11296 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
11297 tool-bar-add-item, and new arg MAP.
11298 (tool-bar-add-item): Now calls tool-bar-local-item.
11299 (tool-bar-local-item-from-menu): Renamed from
11300 tool-bar-add-item-from-menu, and new arg IN-MAP.
11301 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
11303 * help-fns.el (help-with-tutorial): Allow various ways
11304 to specify the text in the [...] line, in handling the <...> line.
11306 * progmodes/idlw-rinfo.el (idlwave-system-routines):
11307 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
11309 * subr.el (redraw-modeline): Define alias.
11311 2002-03-31 Richard M. Stallman <rms@gnu.org>
11313 * files.el (file-expand-wildcards): Use save-match-data.
11315 * files.el (format-alist): Mark as risky.
11317 * simple.el (kill-new): Doc fix.
11319 * emacs-lisp/byte-opt.el (side-effect-free-fns)
11320 (side-effect-and-error-free-fns): Add many functions, remove some.
11322 2002-03-30 Richard M. Stallman <rms@gnu.org>
11324 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
11326 2002-03-30 Eli Zaretskii <eliz@gnu.org>
11328 * font-lock.el (save-buffer-state): Fix last change.
11330 * files.el (auto-save-file-name-transforms): Fix last change.
11332 * startup.el (command-line): Fix last change.
11334 2002-03-29 Richard M. Stallman <rms@gnu.org>
11336 * subr.el (play-sound-file): Moved to simple.el.
11338 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
11340 2002-03-29 Colin Walters <walters@verbum.org>
11342 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
11343 instead of `forward-line'.
11344 (ibuffer-forward-line): Be sure to skip over special properties
11345 before moving, too.
11347 * calc/calc.el (calc-was-split): Var deleted.
11348 (calc): Remove reference to it.
11350 (calc-quit): Ditto.
11351 (calc-init-base): Ditto.
11353 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
11355 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11357 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
11358 instead of nil when point is outside of any tag.
11359 (sgml-beginning-of-tag): Adjust to the change.
11360 (sgml-calculate-indent): Use the new info returned by
11361 sgml-lexical-context. Try to handle unclosed tags.
11363 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
11364 at unclosed tags unless it is at indentation.
11365 Kill nested unclosed tags.
11366 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
11367 (xml-lite-mode): Use sgml-indent-line instead.
11369 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
11371 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
11374 * startup.el (command-line): Recompute auto-save-file-name-transforms
11375 using the updated value of temporary-file-directory.
11377 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11379 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
11380 even with an empty context. Don't save excursion any more.
11381 Don't complain about unmatched start-tags in sgml-unclosed-tags.
11382 Ignore end-tags in sgml-empty-tags.
11383 (xml-lite-get-context, xml-lite-calculate-indent)
11384 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
11385 (xml-lite-indent-line): Use back-to-indentation.
11387 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
11388 (sgml-name-re, sgml-attrs-re): New consts.
11389 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
11390 (sgml-mode): Use them.
11391 (sgml-lexical-context): Default to (point-min) if nothing else works.
11392 (sgml-calculate-indent): Indent slightly differently.
11393 (sgml-indent-line): Use back-to-indentation.
11394 (sgml-parse-dtd): New function.
11395 (sgml-unclosed-tags): New var.
11396 (html-mode): Set it.
11398 2002-03-29 Simon Marshall <simon.marshall@misys.com>
11400 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
11402 2002-03-29 Richard M. Stallman <rms@gnu.org>
11404 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
11405 Use FILTER arg in dired-get-marked-files to exclude directories.
11406 (dired-nondirectory-p): New function.
11408 * dired.el (dired-get-marked-files): New arg FILTER
11409 allows selection of some files.
11411 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
11413 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
11415 * speedbar.el (speedbar-default-directory-list): Made robust
11416 against deleted directories.
11418 2002-03-28 Richard M. Stallman <rms@gnu.org>
11420 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
11423 * progmodes/compile.el (compilation-handle-exit):
11424 If compilation-window-height is 0, display status in echo area.
11426 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
11428 * rect.el (replace-rectangle): Add autoload.
11430 * files.el: Mark many more variables as risky.
11431 (hack-one-local-variable): Recognize several additional
11434 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
11436 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
11438 * textmodes/xml-lite.el (xml-lite-in-string-p):
11439 Use sgml-lexical-context.
11440 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
11441 (xml-lite-get-context): Check that open/close tags match.
11442 Don't stop scanning while we're ignoring matching tags.
11444 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
11445 (sgml-mode-syntax-table): Use it.
11446 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
11447 (sgml-tags-invisible): Use it.
11448 (sgml-lexical-context): New fun.
11449 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
11450 (sgml-quote): Accept \n as entity reference terminator.
11451 (sgml-calculate-indent, sgml-indent-line): New funs.
11453 2002-03-28 Andre Spiegel <spiegel@gnu.org>
11455 * vc-cvs.el (vc-cvs-global-switches): New user option.
11456 (vc-cvs-command): New function. Update all callers of
11457 `vc-do-command' in vc-cvs.el to use this instead.
11459 2002-03-27 Andrew Innes <andrewi@gnu.org>
11461 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
11462 relying on shell globbing.
11464 2002-03-27 Colin Walters <walters@debian.org>
11466 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
11467 (ibuffer-fontification-alist): Use it.
11468 (ibuffer-backward-line): Handle `ibuffer-summary' area.
11469 (ibuffer-forward-line): Ditto.
11471 * ibuf-ext.el (sorter mode-name): Doc fix.
11472 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
11473 (operation query-replace): Use new `noerror' arg for
11474 `query-replace-read-args'.
11475 (operation query-replace-regexp): Ditto.
11477 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11479 * textmodes/xml-lite.el: Fix copyright notice.
11480 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
11481 (xml-lite-indent-comment-offset): Remove.
11482 (xml-lite-calculate-indent): Use new name. Use natural alignment
11484 (xml-lite-in-string-p): Simplify.
11486 2002-03-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11488 * allout.el (outline-layout): Doc fix.
11490 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11492 * textmodes/xml-lite.el: Don't require `custom'.
11493 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
11494 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
11495 (xml-lite-get-context): Drop nested tags not just for comments.
11496 (xml-lite-indent-line): Be more careful about moving point.
11497 (xml-lite-insert-end-tag, xml-lite-slash):
11498 Use indent-according-to-mode instead of xml-lite-indent-line.
11499 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
11500 Set sgml-xml-mode. Don't call force-mode-line-update.
11501 (xml-lite-mode-map): Don't bind TAB.
11503 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
11505 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
11507 (gud-jdb-build-source-files-list): Comment clarification.
11508 (gud-jdb-massage-args): Reworked into loop-based argument list
11509 processing in order to support -classpath and -sourcepath argument
11511 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
11512 to gud-jdb-classpath to obtain search list.
11513 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
11514 directory names in classpath/sourcepath lists, update comment.
11515 (jdb): Add setting of gud-jdb-sourcepath, update comment.
11516 (gud-find-class): Add gud-jdb-sourcepath use, and correct
11517 behaviour for the case when classpath is not used--backward
11520 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
11522 * Makefile.in (compile, compile-always): Don't try to compile
11523 non-existent files or files in empty directories.
11525 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
11527 * compare-w.el (compare-windows-whitespace): Match all whitespace.
11529 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
11530 copy of standard Lisp directories.
11532 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
11533 Support "next has longname" link type.
11535 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
11537 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
11538 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
11540 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
11541 (end-of-xml-tag): Remove.
11542 (xml-lite-get-context): Better handling of comments.
11543 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
11544 (xml-lite-parse-tag-backward): Rewrite.
11546 2002-03-26 Juanma Barranquero <lektu@terra.es>
11548 * makefile.w32-in (WINS): Add the toolbar directory.
11550 2002-03-26 Richard M. Stallman <rms@gnu.org>
11552 * subr.el (substring-no-properties): Function deleted (now in C).
11554 2002-03-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11556 * mwheel.el (mouse-wheel-mode): Use global-set-key and
11559 2002-03-24 Richard M. Stallman <rms@gnu.org>
11561 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
11563 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
11564 to query-replace-read-args.
11566 * progmodes/compile.el (compilation-forget-errors):
11567 Don't adjust compilation-parsing-end if it's nil.
11569 * replace.el (query-replace-read-args): New optional arg NOERROR.
11570 (perform-replace): Use save-window-excursion around recursive edit.
11572 2002-03-24 Colin Walters <walters@verbum.org>
11574 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
11575 non-nil, then always use another window.
11577 2002-03-24 Gerd Moellmann <gerd@gnu.org>
11579 * subr.el (macro-declaration-function): New function. Set the
11580 variable macro-declaration-function to it.
11582 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11583 Handle declarations in macro definitions.
11585 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
11587 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
11589 * enriched.el (enriched-face-ans): Support FACE of the form
11590 (:foreground COLOR) and (:background COLOR).
11591 (enriched-decode-foreground, enriched-decode-background): Set the
11592 fore- and background colors of the faces we create, since facemenu
11595 2002-03-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11597 * mwheel.el (mouse-wheel-mode): Use the result of
11598 current-global-map instead of the variable `global-map'.
11600 2002-03-23 Richard M. Stallman <rms@gnu.org>
11602 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
11603 broken out of sendmail-pre-abbrev-expand-hook.
11604 (sendmail-pre-abbrev-expand-hook): Use it.
11606 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
11608 * Makefile.in (finder-inf.el): Remove.
11609 (finder-data): Don't depend on finder-inf.el any more.
11610 (compile, compile-always): Handle the case where some files
11611 from DONTCOMPILE are missing (it tried to compile them).
11612 (bootstrap-clean): Use src/emacs only if executable.
11613 (bootstrap): Update subdirs.el and finder-inf.el.
11615 * finder.el: Don't load finder-inf.el during byte-compilation.
11617 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
11618 Don't consider cvs-removed files as under VC control.
11619 VC wouldn't handle them properly anyway and it confuses
11620 vc-file-not-found-hook.
11622 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
11623 Add autoload cookie.
11625 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
11627 * calendar/calendar.el (calendar): Doc fix.
11629 2002-03-22 Juanma Barranquero <lektu@terra.es>
11631 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
11632 (gomoku-font-lock-X-face): Likewise.
11633 (gomoku-font-lock-keywords): Use faces instead of variables.
11635 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
11637 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
11639 2002-03-21 Kim F. Storm <storm@cua.dk>
11641 * simple.el (open-network-stream, open-network-stream-nowait)
11642 (open-network-stream-server): Use featurep to test for
11643 supported networking features.
11645 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11647 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
11648 directions as the last action.
11650 2002-03-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11652 * startup.el (fancy-splash-tail, normal-splash-screen):
11655 * novice.el (disabled-command-hook): Clarify output text to match
11658 2002-03-20 Jason Rumney <jasonr@gnu.org>
11660 * frame.el (display-images-p): Do not explicitly check display type.
11662 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
11665 Eliminate compilation warnings due to `rfc822-addresses'.
11666 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
11667 warning free compile.
11669 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
11671 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
11672 Take the current highlighting style into account.
11673 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
11674 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
11676 * ediff-init.el (ediff-patch-job): New macro.
11678 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
11679 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
11681 * ediff-ptch.el (ediff-map-patch-buffer):
11682 Use ediff-make-new-meta-list-header.
11683 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
11685 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
11686 (ediff-select-difference): Take highlighting style into account.
11687 (ediff-clone-buffer-for-region-comparison): New function.
11688 (ediff-inferior-compare-regions): Added comparison of current diff
11691 * ediff.el (ediff-clone-buffer-for-region-comparison)
11692 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
11694 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
11696 * mail-utils.el (rmail-dont-reply-to):
11697 Overhaul to correctly apply the regular
11698 expressions in the variable `rmail-dont-reply-to-names' to the list of
11699 destination addresses. Contributed by lorentey@elte.hu.
11701 * rmail.el (rmail-dont-reply-to-names):
11702 Modify the documentation to make it email
11703 address centric rather than login name centric. Contributed by
11706 2002-03-18 Colin Walters <walters@verbum.org>
11708 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
11709 we don't require `cl' at runtime.
11710 (sorting mode mode-name): Don't take the symbol-name of a string.
11712 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
11713 line after setting the mark.
11714 (ibuffer-insert-buffers-and-marks): Invert the test for
11715 `ibuffer-sorting-reversep'.
11717 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
11719 * international/ucs-tables.el (unify-8859-on-decoding-mode)
11720 (unify-8859-on-encoding-mode): Remove autoload cookie.
11722 2002-03-18 Andre Spiegel <spiegel@gnu.org>
11724 * vc-rcs.el (vc-rcs-register): Fix handling of
11725 vc-[rcs-]register-switches.
11726 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
11727 Variables removed, since they weren't used yet.
11729 * vc-cvs.el (vc-cvs-register): Fix handling of
11730 vc-[cvs-]register-switches.
11732 * vc-sccs.el (vc-sccs-register): Fix handling of
11733 vc-[sccs-]register-switches.
11735 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
11737 * loadup.el ("emacs-lisp/backquote"): Load earlier.
11738 ("international/ucs-tables"): Load and turn on
11739 unify-8859-on-encoding-mode unconditionally.
11740 (emacs-version): Use `defconst' rather than `setq'.
11742 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
11744 2002-03-18 Richard M. Stallman <rms@gnu.org>
11746 * menu-bar.el (menu-bar-options-menu): Cope if
11747 text-mode-hook is not a list.
11749 2002-03-17 Richard M. Stallman <rms@gnu.org>
11751 * emulation/pc-select.el (pc-selection-mode):
11752 Alter the existing global map, don't replace it.
11754 * files.el (list-directory): Set default-directory at the end.
11756 * dabbrev.el (dabbrev--goto-start-of-abbrev):
11757 Put a limit on field-beginning search.
11759 2002-03-17 Simon Josefsson <jas@extundo.com>
11761 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
11762 (browse-url-mosaic): Use it.
11764 * net/browse-url.el (browse-url-filename-alist): Don't begin
11765 docstring with *, you don't want to set this one with M-x set-variable.
11767 * net/browse-url.el: Put * in user option doc strings.
11769 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
11771 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
11772 (sgml-xml-guess): Simplify.
11773 (sgml-mode-common): Remove (move into sgml-mode).
11774 (sgml-mode): Add code from sgml-mode-common.
11775 Remove redundant setting of indent-line-function.
11776 Don't set skeleton-transformation when in XML mode.
11778 * international/mule-diag.el (describe-char-after):
11779 Use `internal-describe-syntax-value' again (got lost somewhere).
11781 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
11782 Use unify-8859-on-decoding-mode.
11783 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
11784 (ucs-insert): Give an error if the unicode char can't be created.
11786 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
11787 (cvs-parse-status): Handle the "used to have a conflict" marker.
11789 2002-03-17 Kim F. Storm <storm@cua.dk>
11791 The following changes are related to the enhanced network process
11794 * simple.el: Update copyright.
11795 (clone-process): Use make-network-process to clone network
11796 processes. Get command list via (process-contact ... t).
11797 Use set-process-query-on-exit-flag and process-query-on-exit-flag
11798 instead of process-kill-without-query.
11799 (open-network-stream): Replaces C-version from process.c.
11800 (open-network-stream-nowait, open-network-stream-server): New funs.
11801 (process-kill-without-query): Replaces C-version from process.c.
11803 * files.el: Update copyright.
11804 (save-buffers-kill-emacs): Also check for active server
11805 processes. Use process-query-on-exit-flag. Only list processes
11806 which has the query-on-exit flag set in connection with user query.
11808 * shadowfile.el: Update copyright.
11809 (shadow-save-buffers-kill-emacs): Also check for active server
11810 processes. Use process-query-on-exit-flag.
11812 2002-03-16 Simon Marshall <simon.marshall@misys.com>
11814 * imenu.el (imenu-menubar-modified-tick): Renamed from
11815 imenu-update-menubar-modified-tick.
11816 (imenu-update-menubar): Update imenu-menubar-modified-tick
11817 whenever outer condition succeeds.
11819 * lazy-lock.el (save-buffer-state):
11820 Bind inhibit-modification-hooks and buffer-file-truename
11821 instead of before-change-functions and after-change-functions.
11823 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
11825 * international/codepage.el (codepage-setup): Don't define a
11826 codepage if it is already defined.
11828 * textmodes/po.el (po-content-type-charset-alist): Convert the
11829 car of each association to a string.
11830 (po-find-file-coding-system-guts): If the charset matches a name
11831 of a codepage, set up that codepage and return it as a coding
11832 system to decode the file.
11833 (po-find-charset): Search for the Charset= header even if we've
11834 read less than 4KB.
11835 <top-level>: Remove the setup for all known codepages: it seems
11836 to cause crashes in the CCL driver.
11838 2002-03-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11840 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
11841 (bibtex-entry-field-alist): Doc fix.
11843 2002-03-16 Richard M. Stallman <rms@gnu.org>
11845 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
11846 Move definition above cperl-outline-regexp.
11848 * bindings.el (mode-line-mule-info): In computing help-echo prop,
11849 avoid using save-window-excursion. And compile the function.
11851 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
11853 * files.el (load-completion): New function.
11854 (load-library): Use it.
11856 2002-03-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11858 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
11859 to match the actual code.
11861 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
11863 * textmodes/po.el (po-find-file-coding-system-guts):
11864 Use with-temp-buffer instead of po-with-temp-buffer.
11866 * international/mule-conf.el (file-coding-system-alist): Add an
11867 association for PO files.
11869 * textmodes/po.el: New file.
11871 2002-03-15 Gerd Moellmann <gerd@gnu.org>
11873 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11874 Fix simple loop indentation.
11876 2002-03-14 Miles Bader <miles@gnu.org>
11878 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
11880 2002-03-14 Richard M. Stallman <rms@gnu.org>
11882 * textmodes/picture.el (picture-insert)
11883 (picture-clear-column, picture-draw-rectangle):
11884 Use move-to-column, not move-to-column-force.
11886 * dired.el (dired-readin): Clear out undo list.
11887 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
11888 (dired-delete-entry): New function.
11889 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
11890 and dired-delete-entry, to update this buffer (and others).
11892 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
11894 * facemenu.el (facemenu-add-new-face):
11895 Pass region args to facemenu-set-face, when there is a region.
11896 (facemenu-set-foreground, facemenu-set-background)
11897 (facemenu-add-face): Doc fixes.
11899 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
11901 2002-03-14 Miles Bader <miles@gnu.org>
11903 * emacs-lisp/debug.el: Require `button'.
11904 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
11905 to get TAB and <backtab> bindings.
11907 * net/rlogin.el (rlogin-carriage-filter): Function removed.
11908 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
11909 comint removes carriage returns itself now.
11911 * rfn-eshadow.el (rfn-eshadow-update-overlay):
11912 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
11913 getting hosed by our own intangible property.
11915 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
11917 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
11918 Add fortran-comment-line-start-skip to comment-start-skip.
11919 (fortran-comment-indent): Keep whole-line comments in column 0.
11920 (fortran-find-comment-start-skip): New arg `all'.
11921 If ALL is nil, make sure we only match comment-start-skip if we
11922 can't match fortran-comment-line-start-skip.
11923 Fix bug that made it return t but without moving point when
11924 matching '!'! (a false-comment followed by a real comment).
11925 (fortran-indent-comment): Use new `all' argument above.
11926 Be careful not to add an incorrect comment-starter like "C"
11928 (fortran-split-line): When splitting a comment, reuse the comment
11929 starter from the current line rather than fortran-comment-line-start.
11930 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
11931 cleaner behavior of fortran-find-comment-start-skip.
11932 (fortran-fill): Don't be confused by ! inside a comment.
11933 (fortran-break-line): Minor cleanup and simplification.
11935 2002-03-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11937 * progmodes/etags.el (tag-exact-file-name-match-p)
11938 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
11941 2002-03-12 Colin Walters <walters@debian.org>
11943 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
11944 redisplaying a line.
11946 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
11948 * term/x-win.el (emacs-session-restore): Take previous id as
11950 (emacs-session-save): Add comment that return t means cancel shutdown
11952 * startup.el (command-line): Must check that x-session-previous-id
11953 is bound also, for non-X platforms.
11955 2002-03-12 Gerd Moellmann <gerd@gnu.org>
11957 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
11958 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
11960 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
11961 (common-lisp-indent-function-1): Renamed from
11962 common-lisp-indent-function.
11963 (common-lisp-indent-function): Handle loop forms specially.
11964 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
11965 (lisp-backquote-indentation): New user option.
11967 2002-03-12 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11969 * progmodes/etags.el (tag-exact-file-name-match-p)
11970 (tag-file-name-match-p, tag-partial-file-name-match-p):
11971 Assume that the header of a tags section has either a number
11972 or nothing after the last comma.
11974 2002-03-11 Richard M. Stallman <rms@gnu.org>
11976 * imenu.el (imenu-update-menubar-modified-tick): New variable.
11977 (imenu-update-menubar): Don't call imenu--make-index-alist
11978 if buffer has not changed since last time.
11980 * desktop.el (desktop-buffer-handlers): Doc fix.
11981 (desktop-buffer-file): Explicitly return BUF.
11983 * paren.el (show-paren-function): Move back in other direction
11984 to verify the match is correct.
11986 * mail/supercite.el (sc-select-attribution): Accept whatever value
11987 we get in CHOICE; there is no value meaning "try again".
11989 2002-03-11 Colin Walters <walters@verbum.org>
11991 * shell.el (toplevel): Revert previous change to use pcomplete.
11992 (shell-mode): Ditto.
11993 (shell-pcomplete-setup-done): Remove.
11994 (shell-pcomplete): Ditto.
11995 (shell-pcomplete-reverse): Ditto.
11997 * comint.el: Remove documentation on setting up pcomplete.
11999 2002-03-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12001 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
12004 * image.el (image-type-from-file-header): Make temporary buffer
12007 * subr.el (add-to-list): Doc fix.
12009 2002-03-11 Miles Bader <miles@gnu.org>
12011 * pcomplete.el (pcomplete-entries): Expand environment variables
12014 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
12016 * play/mpuz.el: Use defface instead of facemenu-get-face.
12018 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
12020 * startup.el (command-line): Add call to emacs-session-restore if
12021 both x-session-id and x-session-previous-id are strings.
12023 * term/x-win.el (x-handle-smid): New function.
12024 (emacs-session-filename): New function.
12025 (emacs-session-save): New function.
12026 (emacs-save-session-functions): New variable.
12027 (emacs-session-restore): New function.
12029 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
12031 * simple.el (shell-command-on-region): Call push-mark with
12032 non-nil second arg, to suppress the "Mark set" message.
12034 2002-03-08 Richard M. Stallman <rms@gnu.org>
12036 * textmodes/picture.el (picture-forward-column): New arg `interactive'
12037 is non-nil for an interactive call. Use instead of interactive-p.
12038 (picture-backward-column): Likewise.
12040 * tar-mode.el (tar-untar-buffer): New function.
12042 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
12043 Put the mouse-face on the entire xref, like the local keymap.
12045 * find-dired.el (find-name-dired): Use shell-quote-argument.
12047 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
12049 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
12050 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
12051 (mpuz-allow-double-multiplicator): New options for nicer look and
12053 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
12054 (mpuz-check-all-solved, mpuz-random-puzzle)
12055 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
12056 (mpuz-show-solution): Functions streamlined and removed french
12057 style space before punctuation, added face support and optional
12058 solving of trivial results.
12060 2002-03-07 Colin Walters <walters@verbum.org>
12062 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
12064 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
12065 instead of "recency" for clarity.
12066 (ibuffer-compile-format): Document more. Handle new "summarizer"
12068 (ibuffer-fontify-region-function): Ditto.
12069 (ibuffer-insert-buffer-line): Ditto.
12070 (ibuffer-map-lines): Ditto.
12071 (ibuffer-insert-buffers-and-marks): Ditto.
12072 (ibuffer-update-title-and-summary): Renamed from
12073 `ibuffer-update-title'. Handle "summarizer" columns.
12074 (ibuffer-clear-summary-columns): New function.
12076 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
12078 2002-03-07 Gerd Moellmann <gerd@gnu.org>
12080 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12081 Use the other-window instead of the other-frame functions when
12082 the window is dedicated.
12084 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
12086 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
12087 with SILENT so that a new field can be added.
12089 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
12091 * files.el (make-auto-save-file-name): Make sure the produced file
12092 name does not contain characters that are invalid for DOS/Windows
12095 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
12096 Remove replacement functions.
12098 2002-03-06 Gerd Moellmann <gerd@gnu.org>
12100 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
12103 * vc.el (vc-branch-part): Add autoload cookie. This function can
12104 be called from vc-rcs-find-most-recent-rev when visiting a file
12105 checked into RCS in a CVS sandbox.
12107 2002-03-06 Andreas Schwab <schwab@suse.de>
12109 * progmodes/hideif.el: Augment expression parser to handle
12110 conditional expressions.
12111 (hif-token-regexp): Also match `?' and `:'.
12112 (hif-tokenize): Handle `?' and ':' as tokens.
12113 (hif-expr): Parse conditional expressions.
12114 (hif-or-expr): Parse `||' expressions.
12115 (hif-and-expr): Renamed from hif-term.
12116 (hif-conditional): New function to evaluate a conditional
12119 2002-03-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12121 * language/czech.el ("Czech"): Fix the documentation.
12123 * language/slovak.el ("Slovak"): Likewise.
12125 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
12127 * xml.el (xml-parse-attlist): Accept empty strings.
12129 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
12131 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
12132 all terminals now support highlighting of some kind.
12134 * language/european.el (mac-roman): Fix the safe-chars property.
12136 2002-03-05 Andre Spiegel <spiegel@gnu.org>
12138 * vc.el (vc-transfer-file): Use `make-temp-file'.
12139 (vc-default-update-changelog): Remove conditional use of
12142 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
12144 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
12146 * ediff-init.el: Comments.
12148 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
12151 * ediff-mult.el (ediff-intersect-directories)
12152 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
12154 (ediff-draw-dir-diffs): Now supports the "C" command in directory
12156 (ediff-dir-diff-copy-file): New function that implements copying
12157 of files from one Ediff dir to another
12158 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
12159 (ediff-append-custom-diff): Better error msgs.
12161 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
12162 (ediff-inferior-compare-regions): Use
12163 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
12165 * ediff.el (ediff-directories-internal): Cleanup.
12166 (ediff-clone-buffer-for-region-comparison): Better interface.
12168 2002-03-04 Richard M. Stallman <rms@gnu.org>
12170 * emacs-lisp/easy-mmode.el (define-minor-mode):
12171 Use "P" in interactive spec of minor mode commands.
12173 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
12175 * faces.el (face-spec-choose): Allow `t' to appear before the end.
12176 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
12177 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
12178 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
12179 (mode-line-inactive, header-line): Move the `t' section to the
12180 beginning so the `:inherit' setting can be shared.
12182 2002-03-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12184 * net/snmp-mode.el: Require tempo when compiling to prevent
12185 warnings. Update copyright notice.
12187 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
12188 like not defined at all.
12190 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
12192 * textmodes/sgml-mode.el: Change maintainer to FSF.
12193 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
12194 (sgml-tags-invisible, sgml-beginning-of-tag):
12195 Allow _ : and non-ASCII in tag names, as required for XML.
12196 (sgml-name-char): Don't assume anything about charsets handled by
12199 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
12200 where one of the buffers is narrowed.
12202 * hexl.el (hexlify-command, dehexlify-command): Remove.
12203 (hexlify-buffer, dehexlify-buffer): Use call-process-region
12204 rather than shell-command-on-region.
12206 * newcomment.el (comment-forward): Use forward-comment to skip
12207 over whitespace (or comments) even when comment-use-syntax is nil.
12209 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
12211 * textmodes/xml-lite.el: New file.
12213 2002-03-03 Richard M. Stallman <rms@gnu.org>
12215 * textmodes/artist.el (artist-system): Use make-temp-file.
12217 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
12219 * mail/sendmail.el (mail-recover-1): Increase non-random-len
12220 by 1 since we changed make-auto-save-file-name to add one
12221 fewer character to the buffer name.
12222 (mail-recover): Really show point at the right place
12223 in the *Directory* buffer.
12225 * files.el (make-auto-save-file-name): Use make-temp-file.
12227 * terminal.el (te-create-terminfo): Use make-temp-file
12228 to create the source file in a safe way.
12230 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
12232 * cus-start.el: Rename automatic-hscroll-step and
12233 automatic-hscroll-margin into hscroll-step and hscroll-margin.
12235 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
12236 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
12238 * mouse.el (mouse-region-delete-keys): Add deletechar.
12240 2002-03-03 Sam Steingold <sds@gnu.org>
12242 * play/snake.el (snake-score-file): Fixed parens (broken by the
12244 * play/tetris.el (tetris-score-file): Ditto.
12246 2002-03-03 Richard M. Stallman <rms@gnu.org>
12248 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
12250 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
12252 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
12253 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
12255 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
12257 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
12258 instead of `buffer-substring-no-properties' to support enriched mode.
12260 2002-03-02 Richard M. Stallman <rms@gnu.org>
12262 * find-dired.el (find-grep-dired): Call shell-quote-argument.
12263 Specify the -e option.
12264 Rename arg to `regexp'.
12266 2002-03-02 Milan Zamazal <pdm@zamazal.org>
12268 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
12270 2002-03-02 Miles Bader <miles@gnu.org>
12272 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
12273 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
12274 If there's no applicable modifiers entry in the alist in
12275 `mouse-wheel-scroll-amount', fall back to the default, not to
12276 nil (which causes full screen scrolls).
12278 2002-03-01 Andreas Schwab <schwab@suse.de>
12280 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
12281 Remove extra paren in regexp.
12283 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
12285 * mouse.el (mouse-show-mark): Use display-mouse-p, not
12286 display-graphic-p, to decide whether to move point or use the
12289 2002-02-28 Colin Walters <walters@verbum.org>
12291 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
12293 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
12294 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
12295 (calc-temp-file-name): Use `make-temp-file'.
12297 2002-02-28 Richard M. Stallman <rms@gnu.org>
12299 * font-lock.el (java-font-lock-extra-types):
12300 Match java.net.URL, etc.
12302 2002-02-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12304 * hexl.el (hexl-options): Doc fix.
12305 Update Commentary section.
12307 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
12310 2002-02-28 Andre Spiegel <spiegel@gnu.org>
12312 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
12313 the user to do that first.
12314 (vc-update): New function.
12316 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
12317 which calls vc-update. Use the term "Base Version" instead of
12318 "Last Version" for the entries "Revert" and "Compare".
12320 2002-02-28 Kim F. Storm <storm@cua.dk>
12322 * simple.el (shell-command-on-region): Report non-zero exit
12323 status in mode line instead of buffer.
12325 2002-02-27 Richard M. Stallman <rms@gnu.org>
12327 * comint.el (comint-preoutput-filter-functions): Doc fix.
12328 (comint-output-filter-functions, comint-input-filter-functions)
12329 (comint-redirect-filter-functions): Likewise.
12331 (comint-redirect-preoutput-filter): Do the local-hook
12332 handling of t when running comint-redirect-filter-functions.
12333 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
12335 2002-02-26 Richard M. Stallman <rms@gnu.org>
12337 * paths.el (remote-shell-program): Add doc string.
12339 2002-02-26 Colin Walters <walters@debian.org>
12341 * ibuf-ext.el (sorter mode-name): New.
12342 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
12344 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
12345 interactively, so they do something.
12346 (calc-scroll-right): Ditto.
12348 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12350 * international/mule.el (ctext-pre-write-conversion): Handle the
12351 case when FROM is a string, and when we are called from
12352 build_annotations_2.
12354 2002-02-26 Richard M. Stallman <rms@gnu.org>
12356 * rect.el (clear-rectangle-line): Reindent to the same column
12357 that move-to-column reached when it tried to go to endcol.
12359 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
12361 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
12363 * winner.el (winner-boring-buffers, winner-set): A window which
12364 displays a buffer whose name is in the list
12365 `winner-boring-buffers', will no longer be restored by `winner-undo'.
12366 (winner-sorted-window-list): Used to improve comparison between
12367 window configurations.
12368 (winner-win-data): Simplified and moved.
12369 (winner-conf): Simplified (now uses `winner-win-data').
12370 (winner-change-fun, winner-save-old-configurations)
12371 (winner-save-(un)conditionally, winner-redo): Changes made while in
12372 the minibuffer will be ignored. (Such changes are undone upon
12373 exit for the minibuffer, anyway.)
12374 (winner-set-conf): Preserve selected window whenever possible.
12375 (winner-make-point-alist): Simplified.
12376 (winner-mode, winner-save-unconditionally): Save current window
12377 configuration on entering minibuffer.
12378 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
12379 since it does not change the overall behavior of Emacs.
12381 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12383 * international/mule-conf.el (compound-text): Renamed back from
12384 compound-text-no-extensions.
12385 (ctext-no-compositions): Remove the mime-charset property.
12386 (compound-text-with-extensions): Renamed from compound-text.
12387 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
12389 2002-02-26 Juanma Barranquero <lektu@terra.es>
12391 * faces.el (list-faces-display): Fix typo.
12393 2002-02-25 Richard M. Stallman <rms@gnu.org>
12395 * frame.el (focus-follows-mouse): Doc fix.
12397 2002-02-26 Miles Bader <miles@gnu.org>
12399 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12400 to `define-key', since it no longer accepts the latter.
12402 2002-02-25 Jason Rumney <jasonr@gnu.org>
12404 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
12405 mouse-wheel-scroll-amount.
12407 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
12410 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
12412 2002-02-25 Andre Spiegel <spiegel@gnu.org>
12414 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
12415 consistent with the others that take a backend name as a symbol.
12417 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
12419 2002-02-25 Kim F. Storm <no-spam@cua.dk>
12421 * comint.el (comint-replace-by-expanded-filename): Do nothing if
12422 comint-match-partial-filename returns nil.
12424 * shell.el (shell-pcomplete-setup-done): New variable.
12425 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
12426 (shell-pcomplete-reverse): Ditto.
12428 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
12430 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
12432 2002-02-25 Juanma Barranquero <lektu@terra.es>
12434 * subr.el (save-match-data): Doc fix.
12436 * ielm.el (ielm-prompt): Allow customization; make it read-only.
12438 2002-02-25 Kim F. Storm <storm@cua.dk>
12440 * shell.el (shell-mode-map): Add "Complete" header so completion
12441 menu is shown on the menu bar in shell mode.
12443 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
12445 * ielm.el (ielm-match-data): New var.
12446 (inferior-emacs-lisp-mode): Make it buffer-local.
12447 (ielm-eval-input): Use it to preserve match-data between inputs.
12449 2002-02-24 Juanma Barranquero <lektu@terra.es>
12451 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
12453 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
12455 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
12456 `custom-buffer' customize group.
12458 2002-02-23 Kim F. Storm <storm@cua.dk>
12460 * help.el (where-is): Use remap-command.
12462 * help-fns.el (describe-function-1): Use remap-command.
12464 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
12465 change (no longer accept a symbol for the KEY argument).
12467 2002-02-23 Colin Walters <walters@debian.org>
12469 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
12470 * calc/calcalg2.el (math-solve-get-sign): Ditto.
12472 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
12473 in generated function.
12475 * ibuf-ext.el (ibuffer-old-time): Change to hours.
12476 (ibuffer-mark-old-buffers): Handle it.
12478 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
12479 (toplevel): Bind them.
12480 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
12481 not necessary now that we use pcomplete.
12483 * comint.el: Document how use new pcomplete completion facility.
12485 2002-02-23 Richard M. Stallman <rms@gnu.org>
12487 * mail/rmailsum.el (rmail-summary-output): Properly advance
12488 to next message, by calling rmail-summary-goto-msg.
12490 * net/browse-url.el (browse-url-galeon): Specify --existing
12491 for an existing window. Use --noraise rather than --no-raise.
12494 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12496 * progmodes/etags.el (find-tag-noselect, find-tag)
12497 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
12498 Fix a typo in doc strings.
12500 2002-02-20 Deepak Goel <deego@glue.umd.edu>
12502 * play/snake.el (snake-velocity-queue, snake-update-velocity)
12503 (snake-final-x-velocity, snake-final-y-velocity):
12504 New variable and functions. Store user's keypresses
12505 into a queue and pop from the queue each subsequent turn.
12506 (snake-update-game, snake-move-left)
12507 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
12508 (snake-start-game): Use that queue.
12509 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
12510 (snake-use-color-flag): Likewise.
12511 (snake-mode): Rename uses of those variables.
12513 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12515 Support for ICCCM Extended Segments in X selections:
12517 * international/mule-conf.el (ctext-no-compositions): New coding
12519 (compount-text-no-extensions): Renamed from compound-text.
12520 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
12521 compound-text-no-extensions.
12522 (compound-text): Redefined using post-read and pre-write conversions.
12524 * international/mule.el (non-standard-icccm-encodings-alist)
12525 (non-standard-designations-alist): New variables.
12526 (ctext-post-read-conversion, ctext-pre-write-conversion):
12529 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
12531 * vc.el (vc-default-init-version): Update documentation to
12532 indicate that the backend can override the default init version.
12533 (vc-register): Use the backend init-version function, if it
12534 exists, to determine the initial version of a file.
12535 (vc-diff-switches-list): Don't symbol-quote backend, since it's
12536 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
12538 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
12539 not version-controlled. This is necessary, e.g., if the file has
12540 just been reverted, and thus was previously under version control
12541 but isn't any longer.
12542 (vc-find-file-hook): Likewise.
12544 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
12546 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
12547 (vc-cvs-sticky-tag-display): New variable.
12548 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
12549 (vc-cvs-checkin): If the input revision is a valid symbolic tag
12550 name, we create it as a branch, commit and switch to it.
12551 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
12552 (vc-cvs-valid-symbolic-tag-name-p): New function.
12553 (vc-cvs-parse-sticky-tag): New function.
12554 (vc-cvs-parse-entry): Added parsing of sticky tags.
12556 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
12558 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
12559 nil, and then explicitly set the standard-value to t.
12561 2002-02-20 Sam Steingold <sds@gnu.org>
12563 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
12564 since it is used in the menu bar.
12566 2002-02-20 Richard M. Stallman <rms@gnu.org>
12568 * simple.el (shell-command-on-region): Display the exit status
12569 when a command fails.
12571 * subr.el (add-hook): Doc fix.
12573 * frame.el (other-frame): Doc fix.
12575 * simple.el (yank): Clear `field' property.
12577 2002-02-20 Tom Tromey <tromey@cachet>
12579 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
12580 natural paragraph boundaries. Don't fail at beginning of buffer.
12582 2002-02-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12584 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
12585 call the argument "arg" to match plain next-line and
12586 previous-line. From Kevin Ryde <user42@zip.com.au>.
12588 2002-02-19 Sam Steingold <sds@gnu.org>
12590 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
12591 scroll amounts for different modifiers now.
12592 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
12594 (mouse-wheel-mode): Ditto.
12596 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
12598 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
12599 around function body.
12601 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
12602 sense of the comparison, to match the doc strings of functions
12603 that use this macro.
12605 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
12607 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
12609 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
12610 * menu-bar.el (menu-bar-mode): Ditto.
12612 2002-02-18 Andreas Schwab <schwab@suse.de>
12614 * replace.el (query-replace-regexp-eval): Doc fix.
12616 2002-02-18 Colin Walters <walters@verbum.org>
12618 * calc/calcalg2.el (math-solve-get-int): Convert return value from
12619 `math-get-from-counter' to a string before calling `concat' on it.
12621 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
12622 (calc-public-autoloads): Obsolete; remove.
12623 (calc-private-autoloads): Ditto.
12624 (calc-add-autoloads): Ditto.
12626 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
12629 2002-02-17 Jason Rumney <jasonr@gnu.org>
12631 * w32-win.el (x-option-alist, x-long-option-alist)
12632 (x-switch-definitions): Remove, use command-line-x-option-alist
12633 instead to be consistent with X.
12634 (x-handle-initial-switch): New function.
12636 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12638 * faces.el (mode-line-inactive, header-line): Add the :inherit
12639 attribute for the tty case.
12641 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
12643 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
12644 invoked from Rmail with full headers displayed.
12646 2002-02-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12648 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
12650 * textmodes/paragraphs.el (mark-paragraph): Ditto.
12652 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
12654 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
12655 (menu-bar-tools-menu): Removed speedbar.
12657 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
12658 and `flyspell-mode' entries.
12660 * textmodes/flyspell.el (flyspell): Add to ispell group.
12662 2002-02-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12664 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
12666 (mark-defun): Mark more if repeated.
12668 2002-02-17 Colin Walters <walters@verbum.org>
12670 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
12672 * ibuffer.el (ibuffer-truncate-lines): New option.
12673 (ibuffer-mode): Use it.
12675 2002-02-17 Kim F. Storm <storm@cua.dk>
12677 * cus-start.el: Add mouse-highlight.
12679 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
12681 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
12683 * cus-start.el: Add automatic-hscroll-margin and
12684 automatic-hscroll-step.
12686 2002-02-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12688 * cus-start.el (x-autoselect-window): Allow customization.
12690 * eshell/em-alias.el (eshell-alias-initialize): Do not use
12693 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
12695 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
12697 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
12699 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
12701 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
12703 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
12705 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
12707 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
12709 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
12711 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
12713 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
12715 * eshell/esh-io.el (eshell-io-initialize): Likewise.
12717 * eshell/esh-mode.el (eshell-mode): Likewise.
12719 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
12721 * eshell/esh-var.el (eshell-var-initialize): Likewise.
12723 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
12725 * progmodes/idlwave.el (idlwave-mode): Likewise.
12727 * textmodes/reftex-sel.el (reftex-select-label-mode)
12728 (reftex-select-bib-mode): Likewise.
12730 2002-02-16 John Wiegley <johnw@gnu.org>
12732 * eshell/em-hist.el (eshell-hist-initialize): When in the
12733 minibuffer, use the global value of `eshell-history-ring', and
12734 never save it to disk, or ask to save it to disk. This allows
12735 users of session.el to control whether its global state should be
12737 (eshell-add-command-to-history): Don't write Eshell's history out
12738 to disk, let the governing mode control that upon exit.
12740 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
12742 * eshell/eshell.el (eshell-command): Before reading from the
12743 minibuffer, add eshell-add-command-to-history to
12744 minibuffer-exit-hook, and remove it after read-from-minibuffer
12747 * eshell/em-hist.el (eshell-add-input-to-history): New function,
12748 with most of the code from eshell-add-to-history.
12749 (eshell-add-command-to-history): New function, to record in
12750 eshell-history the commands run via eshell-command.
12751 (eshell-add-to-history): Call eshell-add-command-to-history to do
12754 2002-02-16 John Wiegley <johnw@gnu.org>
12756 * eshell/esh-ext.el (eshell-external-command): Added a fix for
12757 XEmacs' new dired.el, which adds a global entry in the
12758 `file-name-handler-alist'.
12760 2002-02-16 John Wiegley <johnw@gnu.org>
12762 * align.el (align-region): Added a missing name argument.
12764 2002-02-16 John Wiegley <johnw@gnu.org>
12766 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
12767 after the #! of a shell interpretor specification.
12769 2002-02-15 Richard M. Stallman <rms@gnu.org>
12771 * help.el (describe-key-briefly): Make output in INSERT case
12772 look just like what is displayed in the normal case.
12774 2002-02-15 Andreas Schwab <schwab@suse.de>
12776 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12777 Require non-letter after specials.
12779 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
12781 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
12783 2002-02-15 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12785 * simple.el (mark-word): Mark more if repeated.
12786 * textmodes/paragraphs.el (mark-paragraph): Ditto.
12787 (mark-end-of-sentence): Ditto.
12789 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
12791 * wid-edit.el (widgetp): Made it more robust.
12793 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
12795 * facemenu.el (describe-text-done): New function.
12796 (describe-text-mode-map): New variable.
12797 (describe-text-mode-hook): New option.
12798 (describe-text-mode): New function.
12799 (describe-text-widget): New function.
12800 (describe-text-sexp): New function.
12801 (describe-text-properties): New function.
12802 (describe-text-category): New command.
12803 (describe-text-at): New command.
12804 (facemenu-menu): Replace `list-text-properties-at' with
12805 `describe-text-at' in the menu.
12807 * wid-edit.el (widgetp): New function.
12808 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
12810 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
12812 * wid-browse.el: Removed version and x-url keywords.
12814 2002-02-13 Kim F. Storm <storm@cua.dk>
12816 * cus-start.el (mode-line-in-non-selected-windows):
12817 Allow customization.
12819 2002-02-13 Richard M. Stallman <rms@gnu.org>
12821 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
12822 Tell bibtex-parse-keys to output no progress messages.
12824 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
12826 * progmodes/pascal.el (pascal-imenu-generic-expression):
12827 Add menu-title and fix parentheses.
12829 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
12831 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
12832 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
12834 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
12836 * menu-bar.el (menu-bar-options-save): Only save
12837 `current-language-environment' and `default-input-method' when
12838 marked as customized.
12840 * international/mule-cmds.el
12841 (setup-specified-language-environment):
12842 Mark `current-language-environment' as customized.
12843 (set-input-method): Mark `default-input-method' as customized when
12844 called interactively.
12845 (toggle-input-method): Ditto.
12847 2002-02-11 Colin Walters <walters@verbum.org>
12849 * ibuffer.el (ibuffer-switch-format): Supply required argument for
12850 `ibuffer-current-formats'.
12852 2002-02-11 Miles Bader <miles@gnu.org>
12854 * faces.el (mode-line-inactive): Add dark-background variant.
12856 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
12858 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
12859 * menu-bar.el (menu-bar-mode): Ditto.
12860 * cus-edit.el (customize-mark-to-save): Always save variables
12861 without a standard value.
12863 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
12864 (menu-bar-options-save): Ditto.
12865 (menu-bar-showhide-menu): Ditto.
12866 (menu-bar-options-menu): Ditto.
12867 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
12868 (menu-bar-scroll-bar-none): Remove.
12869 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
12870 expressions instead.
12872 * cus-edit.el (customize-set-value): Return value.
12873 (customize-set-variable): Ditto.
12874 (customize-save-variable): Ditto.
12875 (customize-set-variable): Load dependencies before setting value.
12876 (custom-load-symbol): Autoload it.
12877 (customize-mark-as-set): New function.
12879 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
12881 * cus-start.el: Don't warn about "x-*" symbols when building a
12884 2002-02-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12886 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
12888 (strokes-help): Do not use doubled with-output-to-temp-buffer.
12889 Fix the help string.
12890 (strokes-prompt-user-save-strokes): Fix typo.
12891 (strokes-list-strokes): Use proper exit-action argument for
12892 view-buffer. Update copyright notice.
12894 * international/mule-diag.el: Various doc and message fixes.
12895 (non-iso-charset-alist): Add mac-roman. Don't add entries for
12896 codepages already present.
12897 (list-block-of-chars): Display space for null entries in
12898 translation table. Display tab specially.
12899 (list-non-iso-charset-chars): Check for null charsets. Use pop
12900 for clarity. Don't break 8-bit sets into sections between ranges.
12901 (list-charset-chars): Avoid indent-tabs-mode.
12902 (describe-char-after): Maybe use the text property for syntax
12903 table information. Maybe report char-code-property-table info.
12904 Maybe report character's unicode. Tweak printing of list info.
12905 (list-input-methods): Add xref buttons.
12906 (dump-charsets, dump-codings): Deleted (obsolete).
12907 From Dave Love <fx@gnu.org>.
12909 2002-02-10 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12911 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
12913 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
12915 * viper-util.el (viper-read-key-sequence): Fix so it'll read
12916 fast key sequences in emacs native mode
12917 (viper-events-to-keys): Delete.
12919 * viper.el (describe-key, describe-key-briefly): Get rid of
12920 viper-events-to-keys.
12922 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
12924 * ediff-wind.el (ediff-setup-control-frame):
12925 Use ediff-has-gutter-support.
12927 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
12928 check if buff is alive.
12930 * ediff.el: Typo in comment.
12932 2002-02-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12934 * menu-bar.el (menu-bar-options-save): Take care of
12935 line-number-mode and column-number-mode variables.
12936 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
12937 "Show Column Number" in "Show/Hide" menu.
12939 2002-02-09 Richard M. Stallman <rms@gnu.org>
12941 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
12943 2002-02-09 Kim F. Storm <storm@cua.dk>
12945 * faces.el (mode-line-inactive): New face for mode-line for
12946 non-selected windows.
12947 (mode-line): Doc fix: Only used for selected window.
12949 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12951 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
12952 name to "Insert Diary Entry".
12954 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
12956 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
12957 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
12959 2002-02-08 Richard M. Stallman <rms@gnu.org>
12961 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
12963 2002-02-08 Andreas Schwab <schwab@suse.de>
12965 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
12968 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12970 * net/ange-ftp.el (ange-ftp-process-handle-line)
12971 (ange-ftp-set-xfer-size): If the file's size is a float, divide
12972 by 1024 instead of using ash.
12974 * international/mule-cmds.el (select-safe-coding-system):
12975 State the buffer's name in the message popped in the *Warning* buffer,
12976 and make sure the offending buffer is displayed.
12978 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
12980 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
12982 2002-02-07 Richard M. Stallman <rms@gnu.org>
12984 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
12986 * register.el (list-registers): New command.
12987 (describe-register-1): New subroutine, taken out of view-register.
12989 * emacs-lisp/copyright.el (copyright-regexp):
12990 Delete the unibyte copyright symbol; it's redundant.
12991 Fix a spazz in the multibyte encoding here.
12993 2002-02-07 Dave Love <fx@gnu.org>
12995 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
12996 (cyrillic-encode-alternativnyj-char): Get translation tables from
12997 symbol properties, not as variables.
12998 (standard-display-cyrillic-translit): Include unicodes.
13000 2002-02-06 Kim F. Storm <storm@cua.dk>
13002 * help.el (where-is): Report remapped commands.
13004 * help-fns.el (describe-function-1): Ditto.
13006 * subr.el (global-set-key, local-set-key): Accept a symbol for the
13007 KEY argument (like define-key).
13009 2002-02-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13011 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
13013 2002-02-06 Richard M. Stallman <rms@gnu.org>
13015 * mail/mailabbrev.el: Require sendmail only at compile time.
13016 (mail-mode-header-syntax-table): Var deleted.
13017 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
13018 (sendmail-pre-abbrev-expand-hook): Only temporarily change
13019 local-abbrev-table and the syntax table.
13020 Compute mail-abbrev-syntax-table if that has not been done.
13022 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
13024 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
13025 (debugger-frame-number): Figure out the offset directly.
13026 (debugger-setup-buffer): Don't use debugger-frame-offset.
13027 (debugger-frame, debugger-frame-clear): Likewise.
13028 (debugger-jump): Don't alter debugger-frame-offset.
13030 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13031 Replace foo-p as var name with foo-flag, not foo-p-flag.
13033 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
13034 (highlight-changes-passive-string): Default to -Chg.
13035 (highlight-changes-global-modes): Doc fix.
13037 * dired.el (dired-get-filename): Add /: when appropriate
13038 to avoid taking a local name as remote.
13040 * files.el (file-name-non-special): Add special handling for
13041 file-name-sans-versions, file-name-completion, and
13042 file-name-all-completions.
13044 * isearch.el (isearch-update): Don't update display in kbd macro.
13045 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
13047 * subr.el (force-mode-line-update): Doc fix.
13049 * subr.el (atomic-change-group, prepare-change-group)
13050 (activate-change-group, accept-change-group, cancel-change-group):
13053 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
13054 (transpose-subr-1): Use atomic-change-group.
13056 * subr.el (add-minor-mode): Include the mode's lighter string
13057 in the minor mode menu item name.
13059 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
13060 rmail-count-screen-lines starting from (point-min).
13062 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
13063 beyond the image height, to use the fancy splash screen.
13065 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
13066 (text-mode): Set text-mode-variant here.
13068 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
13070 * play/pong.el (pong-height): Don't use height that exceeds the
13072 (pong-border-options): Make the border colors slightly more bright.
13074 * play/gamegrid.el (gamegrid-display-type): Treat any
13075 color-capable display as color-x, if display-color-p is fboundp.
13076 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
13077 (gamegrid-make-color-tty-face): Use the value of color, not the
13078 symbol itself. Don't call gamegrid-color.
13080 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
13082 * gud.el (gud-refresh): Call recenter only after we are sure we
13083 are in the right window.
13085 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
13087 * cus-edit.el (customize-mark-to-save): New function.
13088 * menu-bar.el (menu-bar-options-save): Rewrote.
13090 2002-02-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13092 * cus-start.el (x-use-underline-position-properties):
13093 Allow customization.
13095 2002-02-04 Simon Josefsson <jas@extundo.com>
13097 * dired.el (dired-load-hook, dired-mode-hook)
13098 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
13100 2002-02-03 Colin Walters <walters@verbum.org>
13102 * ibuf-ext.el (ibuffer-filter-format-alist)
13103 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
13105 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
13106 is now the Emacs CVS tree.
13107 (ibuffer-formats): Doc fix.
13108 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
13109 (ibuffer-current-format): Use them.
13110 (ibuffer-recompile-formats, ibuffer-check-formats)
13111 (ibuffer-switch-format, ibuffer-update-title):
13112 Add support for ibuffer-filter-format-alist.
13113 (define-ibuffer-column process): Remove unncessary consing.
13115 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
13116 for a summary column.
13118 2002-02-03 Andreas Schwab <schwab@suse.de>
13120 * window.el (save-selected-window): Move macro before first use.
13121 (balance-windows): Fix misplaced parenthesis.
13123 2002-02-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13125 * calculator.el (calculator-displayers): Doc fixes.
13127 2002-02-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13129 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
13130 (menu-bar-options-save): Save also the value of `display-time-mode'.
13131 (showhide-date-time): New function.
13132 (menu-bar-showhide-menu): New menu-item "Date and time".
13134 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
13136 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
13137 get-file-buffer to check for rmail buffer existence.
13139 * term.el (term-emulate-terminal): Extract proper command string
13140 which is supplied to term-command-hook.
13142 2002-02-03 Richard M. Stallman <rms@gnu.org>
13144 * international/quail.el (quail-help): Don't call help-setup-xref.
13146 * international/mule-cmds.el (describe-input-method):
13147 Call help-setup-xref here.
13148 (describe-current-input-method): Doc fix.
13150 * novice.el (disabled-command-hook): Clarify output text.
13151 Indent the paragraph from the command's doc string.
13153 * dabbrev.el (dabbrev--goto-start-of-abbrev):
13154 Exit loop on beginning of field rather than bobp.
13156 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13158 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
13159 the message text into the *mail* buffer, and restore the pruned
13162 * mail/rmail.el (rmail-redecode-body): Prune the headers before
13163 looking for X-Coding-System header, and restore the pruned state
13166 2002-02-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13168 * cus-edit.el (customize-save-variable): Fix typo in prompt.
13170 These changes integrate new version of flyspell.el from its
13171 maintainer, Manuel Serrano:
13173 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
13174 (flyspell-mode-on, flyspell-notify-misspell)
13175 (flyspell-small-region, flyspell-external-point-words)
13176 (flyspell-large-region): Use it
13177 (flyspell-before-incorrect-word-string)
13178 (flyspell-after-incorrect-word-string): New user options.
13179 (make-flyspell-overlay): Use them.
13180 (flyspell-version): New function.
13181 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
13182 definitions to use :weight.
13183 (flyspell-insert-function): New user option.
13184 (flyspell-auto-correct-word, flyspell-correct-word)
13185 (flyspell-xemacs-correct): Use it.
13186 (flyspell-define-abbrev): New function.
13187 (flyspell-auto-correct-word, flyspell-correct-word)
13188 (flyspell-xemacs-correct): Use it.
13189 (make-flyspell-overlay): Use `evaporate' property.
13190 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
13191 (flyspell-emacs-popup): Use `session' instead of `accept'.
13192 (flyspell-auto-correct-previous-pos): New variable.
13193 (flyspell-auto-correct-previous-hook)
13194 (flyspell-auto-correct-previous-word): New functions.
13196 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13198 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
13199 don't alter the user's ~/.emacs.
13200 (disable-command): If user-init-file is nil or does not exist,
13201 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
13202 But don't alter the init file if Emacs was invoked as "emacs -q"
13204 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
13206 * mail/sendmail.el (mail-mode): Undo half of last change.
13208 * indent.el (indent-for-tab-command): Remove spurious code.
13210 * hi-lock.el (hi-lock-find-patterns): Save restriction.
13212 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
13214 * calendar/time-date.el: Moved from lisp/gnus.
13216 * calendar/parse-time.el: Ditto.
13218 2002-01-31 Richard M. Stallman <rms@gnu.org>
13220 * international/iso-acc.el (iso-languages): Fix ", " in French.
13222 * cus-start.el (history-length): Specify customization for it.
13224 * emacs-lisp/debug.el (debugger-setup-buffer):
13225 When an eval-buffer frame was reading from a buffer,
13226 insert indication of the buffer position.
13227 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
13228 (debugger-frame-clear, debugger-frame): Error on non-frame line.
13230 * simple.el (shell-command-on-region): Err if no mark
13231 before reading the command string.
13233 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
13234 Definitions moved down after hl-line-mode var's definition.
13236 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
13237 (hilit-chg-set-face-on-change): Rename arg.
13238 (hilit-chg-make-ov): Detect error earlier.
13240 * ediff-hook.el: Delete autoload cookies.
13242 * comint.el (comint-scroll-show-maximum-output): Default is t.
13244 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
13245 (batch-byte-compile-if-not-done): New function.
13247 * Makefile.in (compile): New target.
13248 (compile-always): Renamed from compile-files.
13249 (compile-after-backup): Renamed from compile.
13250 (bootstrap): Depend on compile-always, not compile-files.
13252 * emulation/pc-select.el (pc-select-save-and-set-mode):
13253 Properly use MODE-VAR.
13255 2002-01-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13257 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
13258 Version" to "About Emacs".
13259 (menu-bar-options-save): Add `default-frame-alist'
13260 to saved variables.
13261 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
13262 of the variable `scroll-bar-mode'.
13264 * startup.el (normal-splash-screen, display-splash-screen):
13265 New functions (separated from command-line-1).
13266 (command-line-1): Use them.
13268 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
13270 * calendar/calendar.el (generate-calendar-month): Doc fix.
13272 2002-01-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13274 * time.el (display-time-mail-directory): New option.
13275 (display-time-mail-function): Update doc-string.
13276 (display-time-mail-icon): Use XPM image when available.
13277 (display-time-string-forms): Use more descriptive text as
13278 help-echo property.
13279 (display-time-mail-check-directory): New function.
13280 (display-time-update): Use it.
13282 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
13283 Quote `window-system'.
13285 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
13286 Add Keywords header. Update Commentary section.
13287 Update copyright notice.
13289 * menu-bar.el (menu-bar-scroll-bar-right)
13290 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
13291 (showhide-menu-bar): New functions.
13292 (menu-bar-showhide-menu): New submenu "Show/Hide".
13293 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
13295 Update copyright notice.
13297 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
13299 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
13301 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
13303 * pc-select.el (pc-selection-mode-hook)
13304 (pc-select-saved-settings-alist, pc-select-map)
13305 (pc-select-saved-global-map, pc-select-key-bindings-alist)
13306 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
13307 (pc-select-meta-moves-sexps-key-bindings)
13308 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
13310 (pc-select-define-keys, pc-select-restore-keys): New functions.
13311 (pc-select-add-to-alist, pc-select-save-and-set-var)
13312 (pc-select-save-and-set-mode, pc-select-restore-var)
13313 (pc-select-restore-mode): New macros.
13314 (pc-selection-mode): Completely rewrote the body of the function;
13315 the main goal was to make pc-selection-mode "turn-off"-able, like
13316 other minor modes. Use define-minore-mode instead of just a
13317 defun. Store the key bindings into four alists:
13318 pc-select-default-key-bindings, pc-select-extra-key-bindings,
13319 pc-select-meta-moves-sexps-key-bindings, and
13320 pc-select-tty-key-bindings; then have the pc-select-define-keys
13321 function walk those alists instead of calling define-key
13322 repeatedly. When the mode is turned on, set the
13323 keybindings in global-map and remember the old keybindings; when
13324 the mode is turned off, restore the previously-saved keybindings.
13325 (pc-selection-mode defcustom): Reflect the fact that the mode is
13326 now "turn-off"-able.
13328 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
13330 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
13331 returns t, don't treat that as an error.
13333 2002-01-25 Jason Rumney <jasonr@gnu.org>
13335 * faces.el (face-font-registry-alternatives) [windows-nt]:
13336 Add ms-oemlatin as an alternative for iso8859-1.
13338 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
13340 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
13341 args and the absence of an entry. Don't add -f each time.
13343 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
13345 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
13347 Support for more than 8 colors on character terminals:
13349 * term/rxvt.el: New file.
13351 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
13353 * term/xterm.el (xterm-standard-colors): New variable.
13354 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
13355 (xterm-rxvt-set-background-mode): New functions.
13356 (toplevel): Call xterm-register-default-colors,
13357 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
13358 Add support for more keys from xterm's terminfo entry.
13360 * facemenu.el (list-colors-display): If the argument is nil, don't
13361 show more colors that the number returned by display-color-cells.
13363 * term/pc-win.el (msdos-color-values): Reverse the order of the
13364 colors, since tty-color-define now preserves the registration order.
13366 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
13368 * term/tty-colors.el (tty-standard-colors): Reverse the order.
13369 (tty-register-default-colors): New function; code moved from
13370 startup.el's command-line.
13371 (tty-modify-color-alist): Use nconc instead of cons, to preserve
13372 the order the colors where registered.
13374 * frame.el (display-color-cells): Use tty-display-color-cells.
13376 * startup.el (command-line): Call tty-register-default-colors.
13378 2002-01-25 Richard M. Stallman <rms@gnu.org>
13380 * subr.el (remove): Doc fix.
13382 2002-01-24 Richard M. Stallman <rms@gnu.org>
13384 * progmodes/compile.el (compilation-handle-exit):
13385 Add a compilation-handle-exit property to the "finished" message.
13386 (compilation-parse-errors): Stop parsing when that property is seen.
13388 * subr.el (substring-no-properties): New function.
13389 (copy-without-properties): Function deleted.
13391 * term/x-win.el (x-handle-geometry): Put sizes on both
13392 initial-frame-alist and default-frame-alist.
13394 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
13397 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
13399 * calendar/calendar.el (generate-calendar-month): Doc fix.
13401 2002-01-23 Richard M. Stallman <rms@gnu.org>
13403 * play/tetris.el (tetris): New defgroup.
13404 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
13405 (tetris-default-tick-period): Convert to defcustom.
13406 Added * in docstring to indicate user variable.
13407 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
13408 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
13409 (tetris-buffer-height, tetris-width, tetris-height)
13410 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
13412 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
13414 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
13415 and is already matched by adaptive-fill-regexp.
13417 2002-01-22 Richard M. Stallman <rms@gnu.org>
13419 * bindings.el (mode-line-copied-mode-name): New variable.
13420 (mode-line-mode-name): Don't modify mode-name itself!
13421 Instead, make a copy and reuse it.
13423 * subr.el (copy-without-properties): New function.
13425 * progmodes/sh-script.el (sh-set-shell): Doc fix.
13427 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
13428 slash if DIR is just slash.
13430 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
13432 2002-01-21 Richard M. Stallman <rms@gnu.org>
13434 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
13436 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
13439 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
13441 * ibuffer.el: Don't require ibuf-ext at load time.
13442 (ibuffer): Require ibuf-ext here.
13444 2002-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
13446 * generic-x.el (apache-conf-generic-mode): Highlight the first
13447 word in a line even if preceded by blanks.
13449 2002-01-21 Richard M. Stallman <rms@gnu.org>
13451 * window.el (window-body-height): Handle minibuffer window specially.
13452 Otherwise, don't return less than 1.
13454 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
13456 * ange-ftp.el: Added support for BS2000, and for raw ftp
13457 login commands (needed in some circumstances).
13458 (ange-ftp-raw-login): New custom var.
13459 (ange-ftp-normal-login): Perform login with raw ftp commands, if
13460 ange-ftp-raw-login is set and account password is needed.
13461 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
13462 (ange-ftp-bs2000-filename-pubset-regexp)
13463 (ange-ftp-bs2000-filename-username-regexp)
13464 (ange-ftp-bs2000-filename-prefix-regexp)
13465 (ange-ftp-bs2000-name-template): New consts.
13466 (ange-ftp-bs2000-short-filename-regexp)
13467 (ange-ftp-bs2000-fix-name-regexp-reverse)
13468 (ange-ftp-bs2000-fix-name-regexp): New consts.
13469 (ange-ftp-bs2000-special-prefix): New custom var.
13470 (ange-ftp-fix-name-for-bs2000)
13471 (ange-ftp-fix-dir-name-for-bs2000): New funs.
13472 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
13473 (ange-ftp-bs2000-posix-hook-installed): New vars.
13474 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
13475 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
13476 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
13477 (ange-ftp-bs2000-filename-regexp): New const.
13478 (ange-ftp-bs2000-additional-pubsets): New custom var.
13479 (ange-ftp-bs2000-cd-to-posix): New fun.
13481 2002-01-20 Colin Walters <walters@verbum.org>
13483 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
13484 with `byte-compile-dynamic'.
13485 (ibuffer-default-directory, toplevel): Doc files.
13487 2002-01-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13489 * tempo.el (tempo-define-template): Doc fix.
13491 * scroll-bar.el (scroll-bar-mode): Make argument optional.
13493 2002-01-20 Jason Rumney <jasonr@gnu.org>
13495 * w32-vars.el: New file.
13497 * loadup.el [windows-nt]: Load it.
13499 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
13500 and make them defcustoms.
13502 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
13504 2002-01-19 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13506 * language/tibet-util.el (tibetan-decompose-region)
13507 (tibetan-decompose-string): Fix typo in docstring.
13509 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
13511 2002-01-18 Richard M. Stallman <rms@gnu.org>
13513 * comint.el (comint-redirect-send-command-to-process):
13514 Restore previous current buffer.
13516 * window.el (window-body-height): New function.
13518 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
13520 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
13521 "Finish Function" menu map entries for jdb mode.
13522 (gud-jdb-use-classpath): New customization variable.
13523 (gud-jdb-command-name): Add customization.
13524 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
13525 (gud-jdb-classpath-string): New variable.
13526 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
13527 (gud-jdb-build-source-files-list): Likewise.
13528 (gud-jdb-massage-args): Record any command argument classpath
13529 string in `gud-jdb-classpath-string'.
13530 (gud-jdb-lowest-stack-level): New function, finds bottom of current
13531 java call stack in jdb output.
13532 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
13533 (gud-jdb-parse-classpath-string): New functions.
13534 (gud-jdb-marker-filter): Search/detect classpath information in
13535 jdb's output. marker regexp updated to match oldjdb and jdb output
13536 formats. Expand search for source files to include new/old methods
13537 using new functions above. Do not allow `gud-marker-acc' to grow
13539 (jdb): Set classpath information (if available) as jdb is started.
13540 Change `gud-break' and `gud-remove'
13541 to use new %c ("class") escape in format strings.
13542 Add `gud-finish', `gud-up', `gud-down' command string functions, and
13543 add them to the local menu map. Update `comint-prompt-regexp' for
13544 jdb and oldjdb. If attaching to an already running java VM and
13545 configured to use classpath, send command to query for classpath,
13546 else use previous method for finding and parsing java
13547 sources. Set `gud-jdb-find-source' function accordingly.
13548 (gud-mode): Doc fix.
13549 (gud-format-command): Add support for new %c ("class") escape.
13550 (gud-find-class): New function in support of %c escape.
13552 2002-01-17 Richard M. Stallman <rms@gnu.org>
13554 * ibuf-ext.el: Enable byte-compile-dynamic.
13556 2002-01-17 Jason Rumney <jasonr@gnu.org>
13558 * term/w32-win.el: Restore conditional require of fontset.
13560 2002-01-16 Richard M. Stallman <rms@gnu.org>
13562 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
13564 (mouse-drag-region): New function. For a click in the echo area,
13567 * ibuf-ext.el: Delete the autoloads for functions defined with
13568 ibuffer-specific commands.
13570 * help.el (describe-distribution): Really call view-file.
13572 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
13573 (ange-ftp-get-process): Pass that arg.
13575 * comint.el (comint-simple-send): Fix previous change.
13577 * net/telnet.el (telnet-simple-send): Fix previous change.
13579 * progmodes/sql.el (sql-escape-newlines-and-send)
13580 (sql-query-placeholders-and-send): Fix previous change.
13582 2002-01-16 Colin Walters <walters@verbum.org>
13584 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
13585 URL, Compatibility headers. Update copyright notice.
13586 * ibuf-macs.el (toplevel): Require `cl' when compiling.
13588 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
13590 * startup.el (command-line): Set EOL mnemonics for the Mac.
13592 2002-01-16 Andreas Schwab <schwab@suse.de>
13594 * mail/feedmail.el (feedmail): Fix :link spec.
13596 2002-01-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13598 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
13601 * net/eudc.el: New maintainer. Change author's address.
13602 (eudc-pre-select-window-configuration, eudc-insertion-marker):
13604 (eudc-insert-selected): Function removed.
13605 (eudc-select): Reimplemented.
13606 (eudc-expand-inline): Delete the strings only after its expansion
13607 is chosen not before.
13609 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
13610 Minor coding style fixes.
13612 * net/eudcb-ldap.el: New maintainer. Change author's address.
13613 (eudc-attribute-display-method-alist): Display mail with
13616 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
13617 * net/eudc-vars.el: New maintainer. Change author's address.
13619 * net/eudc-bob.el: New maintainer. Change author's address.
13620 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
13621 (eudc-display-mail): New function.
13622 (eudc-bob-play-sound-at-point): Remove XEmacs case.
13624 2002-01-15 Richard M. Stallman <rms@gnu.org>
13626 * emacs-lisp/autoload.el (make-autoload):
13627 Don't handle define-ibuffer-column, define-ibuffer-filter,
13628 define-ibuffer-sorter, and define-ibuffer-op.
13630 2002-01-14 Richard M. Stallman <rms@gnu.org>
13632 * calendar/calendar.el (diary-date-forms): Doc fix.
13634 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
13636 * startup.el (command-line): Register the default tty colors even
13637 if the terminal doesn't seem to support colors.
13638 <tty-long-option-alist>: New option --color.
13639 (tty-handle-args): Parse the --color arg.
13641 * term/tty-colors.el (tty-color-mode-alist): New variable.
13643 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
13645 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
13646 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
13648 (ange-ftp-hook-function): Preserve match-data.
13649 (ange-ftp-insert-directory): Typo.
13650 (ange-ftp-shell-command): Check if regexp matched.
13652 2002-01-13 Richard M. Stallman <rms@gnu.org>
13654 * international/mule-cmds.el: help-map bindings moved to help.el.
13656 * help.el (view-echo-area-messages): New function.
13657 (help-map): Add `e' binding. Delete obsolete `d' binding.
13658 Change old Info bindings C-f, C-k and C-i to F, K, S.
13659 Move view-emacs-FAQ from F to C-f.
13660 Move view-emacs-problems from P to C-e.
13661 Bindings moved here from mule-cmds.el.
13662 C-l binding for describe-language-environment deleted
13663 (help-for-help): Update for all these changes.
13665 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
13667 2002-01-13 Dave Love <fx@gnu.org>
13669 * emacs-lisp/copyright.el: Doc fixes.
13670 (copyright-regexp): Add Latin-9 copyright sign.
13671 Match comment delimiters in year lists.
13672 (copyright-current-year): Initialize to load-time year.
13674 2002-01-13 Andreas Schwab <schwab@suse.de>
13676 * dired-aux.el (dired-do-shell-command): Doc fix.
13678 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
13680 * startup.el (command-line-x-option-alist): New options "-fs",
13681 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
13683 * term/x-win.el (x-handle-initial-switch): New function.
13685 2002-01-13 Colin Walters <walters@debian.org>
13687 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
13688 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
13690 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
13692 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
13694 2002-01-12 Richard M. Stallman <rms@gnu.org>
13696 * net/browse-url.el (browse-url-grail):
13697 Use browse-url-maybe-new-window.
13699 * net/telnet.el (telnet-simple-send):
13700 Handle comint-input-sender-no-newline like comint-simple-send.
13702 * progmodes/sql.el (sql-query-placeholders-and-send):
13703 Handle comint-input-sender-no-newline like comint-simple-send.
13704 (sql-escape-newlines-and-send): Likewise.
13706 * comint.el (comint-input-sender): Doc fix.
13707 (comint-input-sender-no-newline): New variable.
13708 (comint-simple-send): If comint-input-sender-no-newline,
13709 don't output newline, but maybe send eof.
13710 (comint-send-input): New arg NO-NEWLINE.
13711 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
13713 2002-01-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13715 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13716 Prevent delaying when executing keyboard macros.
13718 2002-01-12 Richard M. Stallman <rms@gnu.org>
13720 * simple.el (line-move): If we can't move enough lines,
13721 go to beginning or end of line.
13723 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
13726 * help.el (describe-mode): Call help-setup-xref in the help buffer.
13727 Switch buffers only after calling `help-buffer'.
13729 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
13730 only when they are surrounded by whitespace.
13731 Use dired-mark-separator when adding one file name to a command.
13732 (dired-do-shell-command): Verify that * is surrounded by whitespace.
13733 Ask for confirmation if * or ? is not surrounded by whitespace.
13734 (dired-bunch-files): Re-reverse the partial file list when it is used.
13736 2002-01-12 Richard M. Stallman <rms@gnu.org>
13738 * comint.el (comint-dynamic-list-completions): Repeating the command
13739 after displaying a completion list scrolls the list.
13741 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
13743 * files.el (find-file-noselect): Don't consider a buffer as
13744 visiting a file literally if it is in hexl-mode.
13746 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
13748 2002-01-11 Richard M. Stallman <rms@gnu.org>
13750 * startup.el (initial-scratch-message): Fix custom type, add group.
13752 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
13753 around the decode-coding-region call.
13755 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
13756 after displaying a completion list scrolls the list.
13758 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
13760 * version.el (emacs-version): Bump to 21.2.50.
13762 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
13764 * play/zone.el (zone-timeout): New var.
13765 (zone-hiding-modeline): New macro.
13766 (zone-call): New func.
13768 (zone): Init `modeline-hidden-level' symbol property.
13769 Use `zone-call' instead of `funcall'.
13771 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
13773 (zone-pgm-stress): Use `zone-hiding-modeline'.
13775 (zone-pgm-stress-destress): New zone program.
13777 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13779 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
13781 2002-01-09 Richard M. Stallman <rms@gnu.org>
13783 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
13785 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
13787 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
13788 flyspell-mouse-map.
13790 2002-01-08 Richard M. Stallman <rms@gnu.org>
13792 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
13794 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
13796 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
13798 2002-01-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13800 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
13801 Do not use make-local-hook.
13803 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
13805 * international/quail.el (quail-start-translation)
13806 (quail-start-conversion): Bind last-command-event, last-command,
13807 and this-command in the first let. This fixes the change from
13810 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
13812 * ediff-hook.el: Add an autoload cookie.
13814 2002-01-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13816 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
13817 address of the author.
13819 2002-01-08 Richard M. Stallman <rms@gnu.org>
13821 * replace.el (occur-mode-goto-occurrence-other-window): New command.
13822 (occur-mode-map): Bind `o' to that.
13824 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
13826 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13827 new macro that replaces viper-emacs-p and viper-xemacs-p in many
13828 cases. Used to reduce the number of warnings.
13830 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
13831 (viper-standard-value): Move here from viper.el.
13832 (viper-set-unread-command-events): Move to viper-util.el
13833 (viper-check-minibuffer-overlay): Make sure
13834 viper-minibuffer-overlay is moved to cover the entire input field.
13836 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
13837 (viper-read-key-sequence, viper-set-unread-command-events)
13838 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
13840 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
13842 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
13844 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
13846 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
13847 (viper-event-vector-p): Move to viper-util.el
13849 * viper.el (viper-standard-value): Move to viper-cmd.el.
13850 Use viper-cond-compile-for-xemacs-or-emacs.
13852 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13854 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13856 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
13857 New macro designed to be used in many places where ediff-emacs-p or
13858 ediff-xemacs-p was previously used. Reduces the number of warnings.
13859 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
13861 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
13862 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
13863 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
13864 Move to ediff-util.el.
13865 (ediff-event-key): Moved here.
13867 * ediff-merge.el: Got rid of unreferenced variables.
13869 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13871 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13872 (ediff-cleanup-mess): Improve the way windows are set up after
13874 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
13875 (ediff-dispose-of-variant-according-to-user): New function
13876 designed to be smarter and also understands indirect buffers.
13877 (ediff-highlight-diff-in-one-buffer)
13878 (ediff-unhighlight-diff-in-one-buffer)
13879 (ediff-unhighlight-diffs-totally-in-one-buffer)
13880 (ediff-highlight-diff, ediff-highlight-diff)
13881 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
13882 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
13883 (ediff-get-region-contents, ediff-make-current-diff-overlay):
13885 (ediff-format-bindings-of): New function by Hannu Koivisto
13887 (ediff-setup): Make sure the merge buffer is always widened and
13889 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
13890 result of a merge into a file visited by another buffer.
13891 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
13892 is visited by another buffer and ask to save/delete that buffer.
13893 (ediff-verify-file-merge-buffer): New function to do the above.
13895 * ediff-vers.el: Load ediff-init.el at compile time.
13897 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13899 * ediff.el (ediff-windows, ediff-regions-wordwise)
13900 (ediff-regions-linewise): Use indirect buffers to improve
13901 robustness and make it possible to compare regions of the same
13902 buffer (even overlapping regions).
13903 (ediff-clone-buffer-for-region-comparison)
13904 (ediff-clone-buffer-for-window-comparison): New functions.
13905 (ediff-files-internal): Refuse to compare identical files.
13906 (ediff-regions-internal): Get rid of the warning about comparing
13907 regions of the same buffer.
13909 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
13910 Plus the following fixes courtesy of Dave Love: Doc fixes.
13911 (ediff-word-1): Use word class and move - to the
13912 front per regexp documentation.
13913 (ediff-wordify): Bind forward-word-function outside loop.
13914 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
13915 consing buffer contents.
13916 (ediff-goto-word): Move syntax table setting outside loop.
13918 2002-01-07 Richard M. Stallman <rms@gnu.org>
13920 * dired.el (dired-copy-filename-as-kill): Call kill-append
13921 if following a kill command.
13923 * help-fns.el (describe-variable, describe-function):
13926 2002-01-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13928 * net/ldap.el (ldap-search-internal): Skip error message from
13929 ldapsearch. Allow listing attribute names only. Do not open
13930 non-existent files.
13932 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
13933 call non-existent function.
13935 * net/eudc.el (top-level): Revert previous change.
13937 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
13938 variables to prevent warning from byte-compiler.
13940 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
13941 string-match on emacs-version again.
13943 * enriched.el (enriched-make-annotation): Fix the change from
13945 (enriched-handle-display-prop): Return proper values.
13947 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
13948 Use proper attribute name labeledUri instead of deprecated labeledUrl.
13950 2002-01-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13952 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
13953 editing an empty hotlist.
13955 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
13956 Use buffer-string instead of buffer-substring for the whole buffer.
13958 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
13961 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
13962 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
13963 (eudc-bob-save-object): Make the buffer unibyte.
13964 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
13965 object to external program.
13967 2002-01-05 Andre Spiegel <spiegel@gnu.org>
13969 * vc.el (vc-branch-part): Return nil if there's no `.'
13970 (vc-default-previous-version): Renamed from vc-previous-version.
13971 New args BACKEND and FILE. Return nil for revision numbers
13973 (vc-version-diff): Call vc-BACKEND-previous-version.
13974 (vc-steal-lock): Steal lock before composing mail, so that no mail
13975 is sent when the stealing goes wrong. And we'll actually see the
13976 error in that case now.
13977 (vc-finish-steal): Removed.
13979 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
13980 the lock, so that we see expanded headers.
13981 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
13982 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
13983 available from vc.el. Updated all callers.
13985 2002-01-05 Richard M. Stallman <rms@gnu.org>
13987 * enriched.el (enriched-make-annotation): Doc fix.
13989 * format.el (format-replace-strings, format-subtract-regions)
13990 (format-annotate-region, format-annotate-location)
13991 (format-annotate-atomic-property-change)
13992 (format-annotate-single-property-change): Doc fixes.
13994 2002-01-05 Jason Rumney <jasonr@gnu.org>
13996 * term/w32-win.el: Require fontset unconditionally.
13997 (w32-handle-scroll-bar-event): Remove.
13999 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14001 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
14002 copyrights to be updated.
14004 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
14006 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
14009 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
14011 2002-01-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14013 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
14014 (ldap-ignore-attribute-codings): Change the default value to allow
14015 encoding/decoding of attributes.
14016 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
14018 2002-01-03 Richard M. Stallman <rms@gnu.org>
14020 * files.el (basic-save-buffer): Undo previous change.
14022 * calendar/diary-lib.el (diary-block): Doc fix.
14024 * custom.el (defcustom): Fix syntax of previous change.
14026 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
14028 * custom.el (defcustom): Documented :tag, :link and :load.
14030 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14032 * mail/sendmail.el (mail-recover-1): New function.
14033 (mail-recover): Switch to the *mail* buffer right away.
14034 Use buffer-auto-save-file-name instead of calling
14035 make-auto-save-file-name. Call dired-noselect instead of invoking
14036 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
14037 before reading the auto-save file. If the buffer's auto-save file
14038 does not exist, call mail-recover-1 to allow recovery from past
14041 2002-01-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14043 * time.el (display-time-load-average-threshold): Fix defcustom
14044 (add type and group).
14046 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
14047 specification from the hostname.
14049 2002-01-02 Richard M. Stallman <rms@gnu.org>
14051 * facemenu.el (facemenu-active-faces):
14052 Use face-attributes-as-vector, not face-attributes-vector.
14054 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
14056 * xscheme.el: Eleven years of updates on a private copy.
14058 Extensive changes to support multiple xscheme buffers:
14059 (run-scheme): Break up into new functions to facilitate starting
14060 processes in other buffers.
14061 (xscheme-start, xscheme-read-command-line): New functions.
14062 (start-scheme, select-scheme)
14063 (default-xscheme-runlight)
14064 (global-set-scheme-interaction-buffer)
14065 (local-set-scheme-interaction-buffer)
14066 (local-clear-scheme-interaction-buffer)
14067 (exit-scheme-interaction-mode)
14068 (verify-xscheme-buffer): New functions.
14069 (xscheme-process-name, xscheme-buffer-name)
14070 (xscheme-runlight): New internal vars.
14071 (default-xscheme-runlight): New const.
14072 (xscheme-start-process): Add args for the process/buffer names.
14073 (reset-scheme): Pass process/buffer names.
14074 (scheme-interaction-mode): Initialize new local vars.
14075 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
14076 (xscheme-select-process-buffer, xscheme-process-buffer)
14077 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
14078 (xscheme-goto-output-point, xscheme-write-message-1): Use new
14079 var xscheme-process-name.
14080 (xscheme-start-process): Initialize xscheme-process-name and
14081 xscheme-buffer-name in the process buffer. Pass buffer name to
14082 xscheme-modeline-initialize.
14083 (xscheme-modeline-initialize): Add argument to specify buffer name
14084 for mode-line vars.
14085 (xscheme-process-sentinel): Make sure sentinel is run in the
14086 process buffer so it sees its local vars.
14087 (xscheme-process-filter-initialize, xscheme-set-runlight):
14088 More elaborate logic to handle multiple-buffer mode lines.
14090 (xscheme-enter-input-wait): Re-enable control-G handler upon
14091 entering input wait.
14093 (scheme-interaction-mode): Add arg to preserve local vars.
14094 (xscheme-enter-interaction-mode)
14095 (xscheme-enter-debugger-mode): Preserve local vars.
14096 (xscheme-start-process): Clobber local vars.
14098 (scheme-interaction-mode-commands): Allow end user to add commands
14099 to scheme-interaction-mode keymap.
14100 (scheme-interaction-mode-commands-alist): New variable.
14102 (xscheme-send-string): Don't use insert-before-markers.
14104 Implement a per-buffer kill ring:
14105 (xscheme-insert-expression)
14106 (xscheme-rotate-yank-pointer, xscheme-yank)
14107 (xscheme-yank-pop, xscheme-yank-push): New functions.
14108 (xscheme-expressions-ring)
14109 (xscheme-expressions-ring-yank-pointer)
14110 (xscheme-expressions-ring-max): New variables.
14111 (xscheme-send-string-1): Call xscheme-insert-expression to save
14112 expression in ring.
14113 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
14114 (xscheme-previous-send): Deleted variable.
14116 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
14117 (xscheme-send-control-g-interrupt): Use process-send-string rather
14120 (xscheme-send-region): Insert a newline after an expression that
14121 is submitted in the interaction buffer, for consistency with
14122 recent changes to Edwin.
14124 (xscheme-delete-output): New function mimics comint-delete-output.
14125 (xscheme-last-input-end): New internal variable.
14126 (xscheme-process-filter-output): Update xscheme-last-input-end.
14128 (xscheme-send-control-g-interrupt): Make sure that
14129 xscheme-control-g-disabled-p is looked up in the right buffer.
14131 (xscheme-enable-control-g): Clear C-g message if visible.
14132 (xscheme-control-g-message-string): New internal var.
14133 (xscheme-send-control-g-interrupt): Use new var.
14135 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
14136 Delay after sending interrupt in order to work around race condition.
14138 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
14139 (xscheme-send-char): Use xscheme-send-char rather than send-string
14140 to send single char.
14142 (xscheme-process-filter, xscheme-process-filter-alist):
14143 Add support for evaluating expressions outside of the call-excursion.
14144 (xscheme-process-filter:string-action-noexcursion): New func.
14146 (xscheme-write-value): Change output string to match that used by
14149 (xscheme-coerce-prompt): Don't write a space after a command
14150 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
14153 (reset-scheme): Delete process after killing it.
14155 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14157 * bindings.el (function-key-map): Don't bind shifted keypad
14160 2002-01-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14162 * enriched.el (enriched-handle-display-prop): Remove unused variables.
14163 (enriched-mode): Doc fix.
14165 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14167 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
14170 2002-01-01 Richard M. Stallman <rms@gnu.org>
14172 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
14174 2001-12-31 Richard M. Stallman <rms@gnu.org>
14176 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
14177 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
14178 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
14179 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
14180 * progmodes/cperl-mode.el, progmodes/idlwave.el:
14181 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
14182 Adapt face definitions to use :weight and :slant.
14184 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
14186 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
14188 * font-lock.el (initializing from font-lock-face-attributes):
14189 Use :weight and :slant, not :bold and :italic.
14191 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
14193 * cus-edit.el (custom-face-edit-fix-value): New function.
14194 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
14196 2001-12-30 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14198 * progmodes/octave-mod.el (octave-abbrev-table):
14199 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
14200 * progmodes/fortran.el (fortran-mode-abbrev-table):
14201 * progmodes/f90.el (f90-mode-abbrev-table):
14202 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
14203 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
14204 predefined abbrevs as "system" abbrevs.
14206 2001-12-30 Richard M. Stallman <rms@gnu.org>
14208 * info.el (Info-fontify-node): For a **** underline line, put the
14209 invisible and intangible props on the following newline, but not
14210 on the previous newline or the last char of the previous line.
14212 * faces.el (face-set-after-frame-default): Don't change `default' face.
14214 * faces.el (minibuffer-prompt): Adopt some default colors.
14216 * replace.el (query-replace-read-args): Immediate error if read-only.
14218 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
14219 Display the output buffer in a more intelligent way.
14221 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
14223 * ls-lisp.el (insert-directory): Modify the "total" line wording,
14224 in accordance with files.el's insert-directory.
14226 2001-12-29 Richard M. Stallman <rms@gnu.org>
14228 * files.el (basic-save-buffer): If a before-write hook displays
14229 an echo area message, pause before calling basic-save-buffer-1.
14231 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
14233 * textmodes/reftex-global.el (reftex-query-replace-document)
14234 (reftex-change-label): Doc fix.
14236 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
14238 * progmodes/etags.el (tags-query-replace): Doc fix.
14240 2001-12-29 Richard M. Stallman <rms@gnu.org>
14242 * progmodes/compile.el (compile-internal): Fix previous change.
14244 2001-12-28 Richard M. Stallman <rms@gnu.org>
14246 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
14247 shrink the windows above as necessary to get space.
14248 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
14250 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
14251 This fixes a bug that treated all files as directories.
14252 (ange-ftp-insert-directory): Explicitly follow symlinks.
14254 * international/iso-transl.el (iso-transl-char-map) Eliminate the
14255 alias symbols--put the translated sequences here directly.
14257 * progmodes/cc-mode.el (c-mode-abbrev-table)
14258 (c++-mode-abbrev-table, objc-mode-abbrev-table)
14259 (java-mode-abbrev-table, pike-mode-abbrev-table):
14260 Mark all the predefined abbrevs as "system" abbrevs.
14262 * mail/sendmail.el (mail-envelope-from): Fix custom type.
14263 (sendmail-send-it): Check mail-specify-envelope-from
14264 and mail-envelope-from in the mail buffer at start.
14266 2001-12-28 Simon Josefsson <jas@extundo.com>
14268 * mail/sendmail.el (mail-envelope-from): Fix :type.
14269 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
14271 2001-12-28 Richard M. Stallman <rms@gnu.org>
14273 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
14275 * simple.el (line-move-invisible): New subroutine.
14276 (line-move-to-column): New subroutine--smarter about advancing over
14277 invisible parts of a line, or lines, but only as long as hpos grows.
14278 (line-move-finish): New subroutine: repeatedly processes desired
14279 column, intangibility, and fields.
14280 (line-move): Use those subroutines.
14281 When moving lines downward, skip invisible text first rather than last.
14283 2001-12-27 Richard M. Stallman <rms@gnu.org>
14285 * international/mule-diag.el (describe-char-after):
14286 Describe the text properties of the char after point.
14288 * help.el (describe-key): Doc fix.
14290 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
14292 * find-dired.el (find-dired-sentinel): Precede exit message by
14293 two spaces, to match the regexp in dired-between-files.
14295 2001-12-28 Miles Bader <miles@gnu.org>
14297 * wid-edit.el (widget-toggle-value-create): Don't eval actual
14298 images (which are lists too).
14300 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
14302 * language/european.el: Fix the doc string of "Latin-5" language
14305 2001-12-26 Richard M. Stallman <rms@gnu.org>
14307 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
14308 defined as before 2001-11-09.
14309 (add-minor-mode call): Specify the keymap.
14311 * progmodes/compile.el (compile-internal):
14312 Set TERM variable in process-environment.
14314 2001-12-25 Richard M. Stallman <rms@gnu.org>
14316 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
14319 * startup.el (command-line): Convert command line args
14320 to Emacs internal representation using locale-coding-system.
14322 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
14324 * international/fontset.el: Don't require ind-util when compiling.
14326 2001-12-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14328 * emulation/tpu-edt.el (tpu-reset-screen-size):
14329 Use set-frame-height and set-frame-width instead of set-screen-height
14330 and set-screen-width.
14332 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
14333 of obsolete set-screen-width.
14335 * locate.el (locate): Remove dot at the end of error argument.
14337 * emerge.el (emerge-show-file-name): Use frame-height instead of
14338 obsolete screen-height.
14340 * mail/mh-utils.el (mh-show-msg): Likewise.
14341 (mh-handle-process-error): Use frame-width instead of obsolete
14344 2001-12-25 Richard M. Stallman <rms@gnu.org>
14346 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
14347 to enlarge-window. Use save-selected-window. Don't try
14348 to resize windows that end at the bottom "level".
14349 Retry changing the sizes until the windows get the desired sizes.
14350 Discount the minibuffer when computing total height available.
14352 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
14353 (debugger-make-xrefs): Only make a button for the first symbol
14356 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
14358 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
14359 Call IT-setup-unicode-display here instead of adding it to
14360 dos-codepage-setup-hook, so that Unicode display tables are set
14361 before dos-codepage-setup-hook runs.
14363 2001-12-24 Richard M. Stallman <rms@gnu.org>
14365 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
14366 (nslookup-mode-abbrev-table): Don't define it.
14367 (smbclient-mode-abbrev-table): Don't define it.
14368 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
14369 (nslookup-mode, smbclient-mode): Likewise.
14370 (network-connection-service-abbrev-alist): Variable deleted.
14371 (network-connection-mode-setup): Don't set up abbrev table.
14373 * faces.el (minibuffer-prompt): New face.
14374 (minibuffer-prompt-properties): Add `face' property.
14376 * replace.el (occur-mode-display-occurrence): New function.
14377 (occur-mode-map): Bind C-o to it.
14379 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
14381 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
14382 (viper-special-read-and-insert-char): Make C-m work right in the r
14384 (viper-buffer-search-enable): Fixed format string.
14386 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
14387 instead of viper-info-on-file.
14388 (ex-set-visited-file-name): New function.
14390 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
14392 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
14395 * ediff-init.el: Fixed some doc strings.
14397 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
14398 Got rid of make-local-hook.
14400 * ediff-wind.el (ediff-setup-control-frame): Got rid of
14403 2001-12-23 Richard M. Stallman <rms@gnu.org>
14405 * term/x-win.el (x-handle-geometry): Put height and width
14406 on default-frame-alist, left and top on initial-frame-alist.
14407 * term/w32-win.el (x-handle-geometry): Likewise.
14409 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
14411 * play/yow.el (yow): Use an arg to distinguish interactive calls,
14414 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14416 * emacs-lisp/elint.el (elint-unknown-builtin-args):
14417 Remove mocklisp entries.
14419 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
14422 * emulation/mlconvert.el: File removed.
14424 * emulation/mlsupport.el: Moved to obsolete.
14426 * obsolete/mlsupport.el: Moved there from lisp/emulation.
14428 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
14430 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14431 Remove mocklisp case.
14433 * help-fns.el (describe-function-1): Remove mocklisp function case.
14435 2001-12-22 Miles Bader <miles@gnu.org>
14437 * textmodes/refill.el (refill-mode): Don't barf when redundantly
14438 turning refill-mode off.
14440 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14442 * time.el (display-time-load-average-threshold): New variable.
14443 (display-time-update): Use it.
14445 These changes allow cycling through past 1, 5 and 15 minutes
14446 load-average displayed in the mode-line.
14448 * time.el (display-time-default-load-average): New customizable option.
14449 (display-time-load-average): New variable.
14450 (display-time-cycle-load-average): New function.
14451 (display-time-update): Use them.
14453 2001-12-21 Richard M. Stallman <rms@gnu.org>
14455 * apropos.el (apropos-print): SPACING is now nil or a separator string.
14456 (apropos-documentation, apropos-value): Pass a suitable string.
14458 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14460 * dired.el (dired-free-space-program, dired-free-space-args):
14461 Aliases for back-compatibility.
14463 * info.el (Info-select-node): If Info-use-header-line is nil, set
14464 header-line-format to nil.
14465 (Info-fontify-node): Don't put a keymap text property on the
14466 heading if we are not going to display the header line. Remove
14467 any such text properties left over from past visits to this node.
14469 * ls-lisp.el (insert-directory): Insert the amount of free disk
14470 space, like files.el's insert-directory does.
14472 * files.el (directory-free-space-program):
14473 Mention file-system-info in the doc string.
14474 (get-free-disk-space): New function; code moved from insert-directory.
14475 (insert-directory): Call get-free-disk-space to get the amount of
14478 2001-12-21 Richard M. Stallman <rms@gnu.org>
14480 * help.el (view-order-manuals, view-emacs-news, describe-copying)
14481 (describe-distribution, describe-project): Use view-file.
14483 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
14485 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
14487 * emacs-lisp/easy-mmode.el (define-minor-mode):
14488 Make no arg by default in an interactive call,
14489 so that repeating the command toggles again.
14491 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
14493 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
14495 * antlr-mode.el: More sophisticated indentation of cpp directive.
14496 (antlr-indent-at-bol-alist): New user option.
14497 (antlr-indent-line): Use it.
14498 (antlr-indent-style): New user option.
14499 (antlr-mode): Use it.
14500 (antlr-indent-item-regexp): Customize.
14502 * antlr-mode.el: Syntax highlighting changes.
14503 (antlr-font-lock-literal-regexp): New user option.
14504 (antlr-font-lock-syntax-face): New face used for :, |, ....
14505 (antlr-font-lock-default-face): New face.
14506 (antlr-font-lock-additional-keywords): Use them.
14508 * antlr-mode.el: New command to insert options -- variables.
14509 (antlr-mode-map): New binding [C-c C-o].
14510 (antlr-mode-menu): New submenus.
14511 (antlr-options-use-submenus): New user option.
14512 (antlr-tool-version): New user option.
14513 (antlr-options-auto-colon): New user option.
14514 (antlr-options-style): New user option.
14515 (antlr-options-push-mark): New user option.
14516 (antlr-options-assign-string): New user option.
14517 (antlr-options-headings): New variable.
14519 * antlr-mode.el: New command to insert options -- specific.
14520 (antlr-options-alists): New variable.
14521 (antlr-read-value): New function.
14522 (antlr-read-boolean): New function.
14523 (antlr-language-option-extra): New function.
14524 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
14525 (antlr-c++-mode-extra): New function.
14526 (antlr-grammar-tokens): New function.
14527 (antlr-imenu-create-index-function): New optional argument.
14529 * antlr-mode.el: New command to insert options -- functions.
14530 (antlr-insert-option): New command.
14531 (antlr-insert-option-interactive): New function.
14532 (antlr-options-menu-filter): New function.
14533 (antlr-option-kind): New function.
14534 (antlr-scan-lists): New alias.
14535 (antlr-scan-lists-internal): New function.
14536 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
14537 (antlr-option-level): New function.
14538 (antlr-syntactic-grammar-depth): New function.
14539 (antlr-option-location): New function.
14540 (antlr-insert-option-do): New function.
14541 (antlr-option-spec): New function.
14542 (antlr-version-string): New function.
14543 (antlr-insert-option-existing): New function.
14544 (antlr-insert-option-space): New function.
14545 (antlr-insert-option-area): New function.
14547 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
14548 with narrowing. Menu change. Miscellaneous.
14549 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
14550 (antlr-mode-map): New bindings for characters in ":;|&(){}".
14551 (antlr-electric-character): New command.
14552 (antlr-class-header-regexp): New variable.
14553 (antlr-font-lock-additional-keywords): Use it.
14554 (antlr-imenu-create-index-function): Use it.
14555 (antlr-file-dependencies): Use it.
14556 (antlr-indent-line): Also works with restrictions.
14557 (antlr-indent-command): Interactive spec - changes the buffer.
14558 (antlr-language-for-option): Deletia.
14559 (antlr-language-option): New function, defined instead.
14560 (antlr-mode): Use it.
14562 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14564 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
14565 instead of a literal /dev/null.
14567 * Makefile.in (distclean): Remove Makefile in the build
14568 directory, not in the source directory.
14570 2001-12-21 Simon Josefsson <jas@extundo.com>.
14572 * mail/smtpmail.el (smtpmail-send-queued-mail):
14573 Use with-temp-buffer instead of find-file-noselect, and bind
14574 coding-system-for-read to no-conversion when reading the queued
14575 messages. (Simon's code modified slightly by Eli Zaretskii.)
14577 2001-12-20 Werner Lemberg <wl@gnu.org>
14579 * international/mule-diag.el (describe-coding-system)
14580 (print-coding-system-briefly): Make printed output have a similar
14581 format as describe-character-set.
14583 2001-12-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14585 * play/blackbox.el (bb-member): Remove, use member instead.
14586 (bb-delete): Remove, use delete instead.
14587 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
14588 bb-score, bb-detour-count and bb-balls-placed.
14589 Propertize results of rays.
14591 2001-12-19 Karl Fogel <kfogel@red-bean.com>
14593 * isearch.el (isearch-forward, isearch-edit-string): Make doc
14594 strings mention keybinding for `isearch-yank-word-or-char',
14595 rather than `isearch-yank-word', since the former is bound now
14596 and the latter is not.
14597 (isearch-yank-word-or-char): Fix formatting.
14599 2001-12-19 Werner Lemberg <wl@gnu.org>
14601 * language/czech.el, language/european.el, language/slovak.el:
14602 More fixes for language info doc strings.
14604 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
14606 * loadup.el: Add "language" to the load-path.
14608 2001-12-19 Richard M. Stallman <rms@gnu.org>
14610 * international/mule-cmds.el (describe-language-environment):
14611 Fix calls to help-xref-button.
14613 2001-12-19 Miles Bader <miles@gnu.org>
14615 * international/fontset.el: Require `ind-util' when compiling.
14617 2001-12-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14619 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
14620 instead of decompose-composite-char.
14622 2001-12-18 Richard M. Stallman <rms@gnu.org>
14624 * simple.el (eval-expression-print-level)
14625 (eval-expression-print-length): Doc fixes.
14627 * international/mule-diag.el (describe-character-set):
14628 Fix the arg to help-xref-button.
14630 * files.el (directory-free-space-program): New variable.
14631 (directory-free-space-args): New variable.
14632 (insert-directory): Use those two variables for getting free space.
14633 Use file-system-info instead, if that is defined.
14635 * dired.el (dired-free-space-program): Variable deleted.
14636 (dired-free-space-args): Variable deleted.
14637 (dired-insert-directory): Don't try to determine free space.
14639 * files.el (font-lock-defaults): Add risky-local-variables prop.
14640 (hack-one-local-variable): Treat various font-lock variables as risky.
14642 2001-12-18 Werner Lemberg <wl@gnu.org>
14644 * language/chinese.el, language/cyrillic.el:
14645 * language/czech.el, language/european.el, language/greek.el:
14646 * language/hebrew.el, language/indian.el, language/japanese.el:
14647 * language/korean.el, language/lao.el, language/slovak.el:
14648 * language/thai.el, language/tibetan.el, language/vietnamese.el:
14649 Improve documentation strings of coding systems and language infos.
14651 2001-12-18 Werner LEMBERG <wl@gnu.org>
14653 Add support for EUC-TW decoding/encoding.
14655 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
14656 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
14657 New auxiliary functions to build `big5-to-cns'.
14658 (big5-to-cns): New translation alist.
14660 * language/chinese.el: Added new coding system `euc-tw' and its
14661 alias `euc-taiwan'.
14662 Updated language `Chinese-CNS' to include euc-tw encoding also.
14663 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
14666 2001-12-18 Dave Love <fx@gnu.org>
14668 * loadup.el: Add language/utf-8-lang, language/georgian.
14670 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
14671 (image-file-name-regexps): Doc fix.
14673 * server.el (server-unload-hook): New function.
14675 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
14676 (lm-crack-copyright): Cope with multi-line copyright `lines'.
14678 * simple.el (newline): Doc fix.
14679 (eval-expression-print-level, eval-expression-print-length): Doc
14681 (next-line, previous-line): Make arg optional.
14682 (newline): Doc fix.
14684 * Makefile.in (DONTCOMPILE): Add various language files.
14686 * international/quail.el (quail-input-string-to-events): Don't use
14689 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
14692 2001-12-17 Richard M. Stallman <rms@gnu.org>
14694 * comint.el (comint-dynamic-list-input-ring-select): New function.
14695 Switches back to the old window configuration.
14696 (comint-dynamic-list-input-ring): Bind RET to that function.
14697 (comint-dynamic-list-input-ring-window-conf): New variable.
14699 2001-12-17 Werner Lemberg <wl@gnu.org>
14701 * international/mule-conf.el: Improve documentation strings of
14704 2001-12-16 Richard M. Stallman <rms@gnu.org>
14706 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
14707 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
14709 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
14711 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
14712 Add a DESCRIPTION for the makefile item.
14714 * find-file.el (ff-other-file-name): New function.
14716 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
14718 * international/quail.el (quail-input-string-to-events): Fix last
14721 2001-12-16 Richard M. Stallman <rms@gnu.org>
14723 * isearch.el (isearch-edit-string): When we set isearch-string
14724 to the default, also set isearch-message.
14726 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
14728 * startup.el (command-line-1): Display startup screen
14729 even if there are command line args.
14730 Add a note about how to go to editing your files.
14731 (fancy-splash-head): Add a note about how to go to your files.
14732 (fancy-splash-outer-buffer): New variable.
14733 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
14735 * subr.el (with-temp-message): At the end, always discard
14736 the temp message, even by clearing the echo area.
14738 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
14740 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
14742 * log-view.el (log-view-message-re, log-view-current-tag):
14743 Recognize Subversion's log output format.
14745 * international/fontset.el: Build the list L at compile time.
14747 * language/ind-util.el (mapthread): Make a closure.
14749 2001-12-15 Richard M. Stallman <rms@gnu.org>
14751 * isearch.el (isearch-start-hscroll): New variable.
14752 (isearch-mode): Set isearch-start-hscroll.
14753 (isearch-update): Restore original hscrolling if possible.
14755 * isearch.el (isearch-edit-string):
14756 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
14758 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
14759 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
14760 rather than regexp search and (2) copying text properties
14761 already set up on text unchanged from the previous backtrace.
14763 * case-table.el (set-case-syntax-pair):
14764 Detect invalid calls and signal an error.
14766 2001-12-15 Richard M. Stallman <rms@gnu.org>
14768 * language/ind-util.el (range): Function deleted.
14769 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
14772 * language/devan-util.el (devanagari-range): Renamed from `range'.
14774 (devanagari-regexp-of-hashtbl-keys):
14775 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
14777 2001-12-15 Dave Love <fx@gnu.org>
14779 * language/ind-util.el: Don't require cl.
14780 (indian-glyph-char, indian-glyph-max-char)
14781 (indian-char-glyph): Moved from indian.el
14782 (indian--puthash-char, mapthread): Don't quote lambda.
14783 (indian--map): New function.
14784 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
14785 (indian--puthash-cv): Use it.
14787 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
14788 (indian-char-glyph): Moved to ind-util.el
14790 * language/devan-util.el (devanagari-post-read-conversion):
14793 * language/georgian.el: New file.
14795 * international/mule-cmds.el (locale-language-names): Add various
14796 entries. Remove utf-8 special case.
14797 (locale-charset-language-names, locale-preferred-coding-systems):
14799 (set-language-environment): Process required-features earlier.
14801 * international/quail.el (quail-keyboard-layout-alist):
14803 (quail-keyboard-layout-type): Fix :type.
14804 (quail-choose-completion-string): Simplify.
14805 (quail-update-leim-list-file): Don't get fooled by commented-out code.
14806 (quail-input-string-to-events): Run events through
14807 translation-table-for-input.
14809 * international/mule-conf.el (translation-table-for-input):
14811 (latin-iso8859-14): Amend description.
14812 (file-coding-system-alist): Add entry for utf-8.
14814 * language/utf-8-lang.el: New file.
14816 * international/code-pages.el: New file.
14818 * language/hebrew.el ("Windows-1255"): New language.
14820 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
14821 ("Latvian"): New languages.
14823 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
14825 * xml.el: Use setq rather than (set 'foo bar).
14826 Use push+nreverse rather than append.
14827 (xml-node-name, xml-node-attributes, xml-node-children):
14828 Use defsubst rather than macros.
14829 (xml-parse-region): Handle a nil return value from xml-parse-tag.
14830 (xml-parse-tag): Don't skip white space. Return nil for a comment.
14831 Concat the two strings surrounding a comment into a single string.
14833 * newcomment.el (comment-indent): Jump to the middle of empty comments.
14835 2001-12-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14837 * select.el (xselect-convert-to-class, xselect-convert-to-name):
14840 2001-12-14 Andre Spiegel <spiegel@gnu.org>
14842 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
14843 Return nil if FILE is not registered.
14844 (vc-check-master-templates, vc-default-make-version-backups-p):
14847 2001-12-13 David Ponce <david@dponce.com>
14849 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
14850 (ruler-mode-left-fringe-cols): New macro.
14851 (ruler-mode-right-fringe-cols): New macro.
14852 (ruler-mode-left-scroll-bar-cols): New macro.
14853 (ruler-mode-right-scroll-bar-cols): New macro.
14854 (ruler-mode-ruler): Use above new macros.
14856 2001-12-13 Richard M. Stallman <rms@gnu.org>
14858 * files.el (set-auto-mode): Fix previous change.
14860 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
14862 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
14863 (easy-menu-do-define, easy-menu-convert-item-1)
14864 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
14865 (easy-menu-return-item): Only return nil if there is no binding.
14867 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
14869 * whitespace.el (whitespace-version): 3.2
14870 * whitespace.el (whitespace-force-mode-line-update): Replace with
14871 `whitespace-mode-line-update', which is an alias to the correct
14872 function in various emacsen.
14873 * whitespace.el (whitespace-{un,}highlight-the-space):
14874 Add colorized highlighting of the bogus whitespaces in a buffer/file,
14875 using the `whitespace-highlight-face' if
14876 `whitespace-display-spaces-in-color' is set.
14878 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
14880 * international/mule.el (set-auto-coding): Don't search for
14881 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
14883 2001-12-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14885 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
14887 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
14889 * mail/rmailsum.el (rmail-summary-mode): Likewise.
14891 2001-12-13 Richard M. Stallman <rms@gnu.org>
14893 * simple.el (undo): Always set this-command to `undo',
14894 so that the next undo after an error will not begin redoing.
14896 * simple.el (shell-command): Doc fix.
14897 (shell-command-on-region): If there is output an an error,
14898 add "...Shell command failed" to the output.
14900 2001-12-13 David Ponce <david@dponce.com>
14902 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
14903 (ruler-mode-left-fringe-cols): Function replaced by more efficient
14904 implementation `ruler-mode-extra-left-cols'.
14905 (ruler-mode-ruler): Use above new function. Take into account
14906 that the fringe areas can now be resized.
14908 2001-12-12 Richard M. Stallman <rms@gnu.org>
14910 * international/characters.el (Unicode): Comment out
14911 the specifications for kelvin and angstrom signs.
14913 * international/mule.el (make-translation-table-from-vector):
14914 Allow null elements in VEC.
14916 * international/ucs-tables.el (unify-8859-on-encoding-mode)
14917 (unify-8859-on-decoding-mode): Swap the code in their bodies.
14920 2001-12-11 Richard M. Stallman <rms@gnu.org>
14922 * derived.el (derived-mode-p): Function moved to subr.el.
14924 * subr.el (derived-mode-p): Moved here from derived.el.
14926 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
14928 * files.el (set-auto-mode-1): New subroutine, broken out of
14930 (set-auto-mode, hack-local-variables-prop-line): Use that.
14932 2001-12-11 Dave Love <fx@gnu.org>
14934 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
14936 * language/european.el: Remove autoload cookies. Fix registration
14937 of diacritic composition function.
14939 2001-12-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14941 * calendar/todo-mode.el: Require time-stamp.
14943 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
14945 2001-12-11 Richard M. Stallman <rms@gnu.org>
14947 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
14949 * textmodes/ispell.el (ispell-buffer-local-parsing):
14950 Match xml like sgml.
14952 * emacs-lisp/advice.el (ad-compile-function):
14953 Byte compile the function under another (uninterned) name.
14955 * gud.el (gdb): Define and bind gud-jump.
14957 * font-lock.el (font-lock-mode):
14958 Put our function at the end of after-change-functions.
14960 * ediff-diff.el (ediff-cmp-options): Doc fix.
14962 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
14964 2001-12-10 Richard M. Stallman <rms@gnu.org>
14966 * isearch.el (isearch-yank-word-or-char): New function.
14967 (isearch-mode-map): Bind C-w to that.
14969 * menu-bar.el (menu-bar-mode): Make arg optional.
14971 * simple.el (line-move): Cope if next-single-property-change
14972 or previous-single-property-change returns nil.
14974 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
14975 Don't use interactive-p; instead, pass the proper args
14976 in (interactive...). Clean up most of the trouble-report strings.
14978 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
14980 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
14981 enqueued messages literally.
14983 2001-12-10 Noah Friedman <friedman@splode.com>
14985 * battery.el (battery-insert-file-contents): Obsolete function
14987 (battery-read-function): Obsolete function removed.
14988 (battery-linux-proc-apm): Use insert-file-contents.
14990 2001-12-07 Stephen Eglen <stephen@gnu.org>
14992 * iswitchb.el (iswitchb-visit-buffer):
14993 Use `select-frame-set-input-focus'--needed when window manager
14994 uses "click to focus" policy.
14996 2001-12-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14998 * COPYING: Moved back.
15000 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
15002 * term/internal.el (IT-character-translations): Add entries for
15005 * international/characters.el: Resurrect the Hebrew category
15006 settings for all Hebrew characters removed by the last change.
15007 Add code for setting the Hebrew category of the Unicode Hebrew
15008 characters. Set syntax entries for Hebrew punctuation characters.
15010 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
15011 points and directional formatting control characters.
15013 2001-12-07 Dave Love <fx@gnu.org>
15015 * language/lao-util.el: Add Unicode equivalents for rules.
15016 (lao-post-read-conversion): New function.
15018 * language/lao.el: Add Unicode equivalents.
15019 (lao): Add post-read conversion.
15021 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
15022 Use iso2022 encoding.
15023 (latin1-char-displayable-p): Doc fix.
15024 (latin1-display-ucs-per-lynx): New option.
15025 (latin1-display-ucs-per-lynx): New command.
15026 (latin1-display-reset): Special-case arabic.
15027 (ucs-tables): Require.
15028 (latin1-display-sets, latin1-display-setup): Add arabic.
15029 (latin1-display) <variable>: Use function latin1-display.
15030 (latin1-display) <function>: Add mule-unicode stuff.
15031 (latin1-display-check-font): Don't lose if `info' is nil.
15033 * international/iso-transl.el: Insert Latin-1 characters, not
15036 * language/european.el (diacritic-composition-pattern): New constant.
15037 (diacritic-compose-region, diacritic-compose-string)
15038 (diacritic-compose-buffer, diacritic-post-read-conversion)
15039 (diacritic-composition-function): New functions.
15041 * international/utf-8.el (ucs-mule-to-mule-unicode):
15042 New translation table.
15043 (ccl-encode-mule-utf-8): Use it.
15044 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
15045 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
15046 (utf-8-subst-table): New variable.
15047 (utf-8-compose-scripts): New option.
15048 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
15050 * international/ucs-tables.el, international/utf-8-subst.el:
15053 * international/characters.el: Don't set word syntax (the default)
15054 explicitly. Add a diacritic category. Add info for Unicode
15055 equivalents of characters in various Mule charsets and for extra
15056 Unicode characters. Don't define specific categories for
15057 Indian/Devanagari, since they aren't used.
15059 2001-12-06 Richard M. Stallman <rms@gnu.org>
15061 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
15062 (set-justification-left, set-justification-right): Doc fix.
15064 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
15065 (bug-f90-mode): Variable deleted.
15067 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
15069 * indent.el (indent-line-function): Default is indent-relative again.
15071 2001-12-07 Miles Bader <miles@gnu.org>
15073 * progmodes/compile.el (compilation-error-regexp-alist):
15074 Added regexps for RXP.
15076 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
15078 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
15079 Add shift-assignment operators to those highlighted, and highlight
15080 the whole operator rather than just the "=".
15082 2001-12-04 Juanma Barranquero <lektu@terra.es>
15084 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
15085 before saving abbrevs if `save-abbrevs' has the value `silently'.
15087 2001-12-04 Andreas Schwab <schwab@suse.de>
15089 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
15091 2001-12-04 Colin Walters <walters@debian.org>
15093 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
15094 for `defmacro*' forms.
15096 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
15099 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
15101 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
15103 2001-12-02 Richard M. Stallman <rms@gnu.org>
15105 * files.el (insert-directory): If the df output does not look right,
15106 don't try to use it. Other cleanups in overall code structure.
15108 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
15110 * textmodes/outline.el (outline-mode-prefix-map):
15111 Add bindings for outline-promote and outline-demote.
15112 (outline-minor-mode-menu-bar-map): New var.
15113 (outline-minor-mode): Use it.
15114 (outline-heading-alist): New var (renamed from outline-level-heading).
15115 (outline-level): Use it.
15116 (outline-insert-heading, outline-promote, outline-demote):
15117 Update to use outline-heading-alist.
15119 * disp-table.el (standard-display-european):
15120 Simplify since the function is not interactive any more.
15121 Don't set the existing buffers to unibyte.
15123 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
15125 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
15127 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
15129 * shell.el (shell): Use shell-file-name.
15130 Pop to buffer before calling comint to set COLUMNS properly.
15132 * emacs-lisp/cl.el (svref): New alias.
15134 * progmodes/antlr-mode.el (antlr-c-common-init):
15135 Don't inhibit adaptive-fill-mode any more.
15137 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
15139 * progmodes/etags.el (tags-with-face): Use make-symbol.
15140 (tags-search, tags-query-replace): Use backquotes.
15142 * textmodes/picture.el (picture-mode-map): Don't use defconst
15145 2001-12-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15147 * textmodes/reftex-index.el (reftex-index-mode):
15148 Remove make-local-hook.
15150 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
15152 2001-12-02 Kim F. Storm <storm@cua.dk>
15154 * isearch.el (isearch-resume-enabled): New variable.
15155 (isearch-done): Use that variable.
15157 2001-12-01 Richard M. Stallman <rms@gnu.org>
15159 * wid-edit.el (widget-button-click): Don't move point permanently:
15160 Avoid mouse-set-point--instead select the window,
15161 then do save-excursion, then move point.
15162 Specify the buffer for get-char-property.
15163 Don't use `@' in interactive.
15165 * indent.el (indent-line-function):
15166 Default is indent-to-left-margin again.
15168 * replace.el (query-replace-read-args): Display message
15169 if FROM contains `\n' or `\t'.
15171 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
15173 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
15175 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
15177 * emacs-lisp/regexp-opt.el (regexp-opt):
15178 Bind completion-regexp-list to nil.
15180 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
15182 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
15184 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
15185 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
15188 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15190 * mail/smtpmail.el: Use with-current-buffer.
15191 (message-make-date, message-make-message-id): Autoload when needed.
15192 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
15193 headers when missing.
15195 * international/encoded-kb.el (encoded-kbd-mode):
15196 Use define-minor-mode.
15198 * enriched.el (enriched-mode): Use define-minor-mode.
15199 Use dolist and pop and push.
15201 * info.el (Info-find-node-2): Don't call info-insert-file-contents
15202 with the `visit' argument.
15203 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
15205 * progmodes/hideif.el (hide-ifdef-mode): Only modify
15206 `change-major-mode-hook' locally. Reset invisibility spec.
15208 * man.el (Man-build-section-alist): Remove last Man-match-substring.
15210 2001-11-30 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15212 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
15213 Clarify error message.
15215 2001-11-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15217 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
15219 2001-11-30 Andre Spiegel <spiegel@gnu.org>
15221 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
15222 don't just return it.
15224 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
15226 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
15227 (menu-bar-read-emacs-man, search-emacs-glossary)
15228 (emacs-index-search, elisp-index-search): New functions.
15229 (apropso-documentation, apropos, apropos-value, apropos-variable)
15230 (apropos-commands): Modify menu item names and help text.
15231 (elisp-index-search, emacs-index-search, emacs-glossary):
15233 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
15235 (info-elisp, info-elintro): New menu items.
15236 (apropos): Modify the menu item name.
15238 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15240 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
15242 * textmodes/outline.el (outline-promote, outline-demote): Typo.
15244 * man.el (man-follow-mouse): New function.
15245 (Man-mode-map): Bind mouse-2 to it.
15246 (Man-match-substring): Remove. Replace with `match-string'.
15247 (man): Use the `default-value' argument to `read-string'.
15248 (Man-fontify-manpage): Add mouse-face to cross references.
15250 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
15252 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
15254 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
15255 the value of require-match in minibuffer-completion-confirm.
15256 Use crm-local-completion-map.
15258 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
15259 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
15260 (cl-make-type-test): Use char-valid-p for `character'.
15262 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
15263 (Info-complete-menu-item): Rewrite. Add the ability to search
15264 several sequential nodes. Add a simple caching mechanism.
15265 (Info-goto-index): New function extracted from Info-index.
15266 (Info-index): Use it. Add completion to the interactive spec.
15267 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
15269 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15271 * COPYING: Removed.
15273 2001-11-29 Dave Love <fx@gnu.org>
15275 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
15276 (fortran-window-create, fortran-window-create-momentarily):
15277 Rewrite, moving error condition.
15278 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
15279 (fortran-mode-syntax-table): Revert last change.
15281 * international/mule.el: Doc fixes.
15282 (map-charset-chars): New function.
15283 (register-char-codings): Use it to cope with generic chars in
15286 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15288 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
15290 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
15292 * play/studly.el (studlify-word, studlify-region)
15293 (studlify-buffer): Fix doc-string.
15294 (studlify-buffer): Add autoload cookie.
15296 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
15298 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
15299 (outline-up-heading-all): Remove.
15300 (hide-sublevels): Move to end-of-heading before calling flag-region.
15301 (outline-copy-overlay, outline-discard-overlays): Remove.
15302 (outline-flag-region): Use `remove-overlays'.
15303 Don't move to end-of-heading.
15304 (outline-next-visible-heading, outline-back-to-heading)
15305 (outline-on-heading-p): Use outline-invisible-p.
15306 (outline-font-lock-level): Use outline-up-heading's new arg.
15307 (outline-minor-mode): Simplify.
15308 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
15309 (outline): Put a `reveal-toggle-invisible' property.
15310 (outline-level-heading): New var.
15311 (outline-insert-heading, outline-promote, outline-demote)
15312 (outline-toggle-children): New commands.
15314 * progmodes/hideif.el (hif-end-of-line): New function.
15315 (hide-ifdef-mode): Set line-move-ignore-invisible.
15316 (hide-ifdef-region-internal): New function.
15317 (hide-ifdef-region): Use it.
15318 (hif-defined): Return an integer.
15319 (hif-infix-to-prefix): Remove.
15320 (hif-tokenize): Parse from the buffer rather than from a string.
15321 Correctly tokenize integers. Use forward-comment.
15322 (hif-expr): Use hif-or.
15323 (hif-term): Use hif-and.
15324 (hif-factor): Use hif-not. Handle numbers properly.
15325 Don't require parenthesis around `defined's argument.
15326 (hif-and, hif-or, hif-not): New funs.
15327 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
15328 (hif-hide-line): Don't hide the \n before the line.
15329 (hif-possibly-hide): Correctly handle numeric evaluation results.
15331 * progmodes/make-mode.el: Use line-(end|beginning)-position.
15332 (makefile-mode): Set indent-line-function.
15333 (makefile-browser-insert-continuation): Use with-current-buffer.
15334 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
15336 2001-11-28 Karl Fogel <kfogel@red-bean.com>
15338 * isearch.el (isearch-yank-internal): New helper function.
15339 (isearch-yank-char): New function.
15340 (isearch-yank-word, isearch-yank-line): Rewrite to use
15341 isearch-yank-internal.
15343 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
15345 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
15346 aren't supported. Print a message to that effect if invoked.
15348 2001-11-27 Stephen Eglen <stephen@gnu.org>
15350 * locate.el (locate): Put point at first matching file rather
15351 than top of buffer.
15353 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
15355 * reveal.el: New file.
15357 * progmodes/hideif.el: Misc cleanup.
15358 (hide-ifdef-mode-submap): Put the def in the defvar.
15359 Use substitute-key-definition.
15360 (hide-ifdef-mode): Use define-minor-mode.
15361 (hif-outline-flag-region): Remove.
15362 (hif-show-all): Define in terms of hif-show-ifdef-region.
15363 (hif-after-revert-function): Rename from hif-before-revert-function.
15364 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
15365 (hif-tokenize): Use with-syntax-table.
15366 (hif-make-range): Use `else' also for `else-p'.
15367 (hif-range-else-p): Remove.
15368 (hif-find-range): Simplify.
15369 (hif-hide-line): Don't bother preserving buffer-modified-p.
15370 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
15371 Don't use selective-display and inhibit-read-only.
15373 * subr.el (copy-overlay, remove-overlays): New funs.
15375 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
15377 2001-11-27 Sam Steingold <sds@gnu.org>
15379 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
15380 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
15381 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
15382 * obsolete/c-mode.el, obsolete/cplus-md.el
15383 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
15384 * term/sun-mouse.el, textmodes/artist.el:
15385 Converted backquote to the new style.
15386 * mouse.el, reposition.el: Likewise (in comments).
15387 * expand.el: Likewise (in a string).
15389 2001-11-27 Richard M. Stallman <rms@gnu.org>
15391 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
15393 2001-11-26 Richard M. Stallman <rms@gnu.org>
15395 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
15396 if :on-glyph or :off-glyph is a list, eval it and store it back.
15397 (checkbox): Quote the values for :on-glyph and :off-glyph.
15399 * cus-start.el (recursive-load-depth-limit): Delete item.
15401 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
15403 * help-fns.el (describe-categories, help-describe-category-set): New.
15404 describe-categories moved here from src/category.c.
15406 2001-11-26 Sam Steingold <sds@gnu.org>
15408 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
15409 arguments to `insert' are strings.
15411 2001-11-26 Richard M. Stallman <rms@gnu.org>
15413 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
15415 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
15417 * international/mule-diag.el: Require help-fns instead of
15420 * help-fns.el: Renamed from help-funs.el.
15422 * startup.el (command-line-1): Don't try to call process-list if
15425 2001-11-26 Sam Steingold <sds@gnu.org>
15427 * frame.el (show-trailing-whitespace): Remove :set argument (the
15428 value was essentially identical to the defalt).
15430 2001-11-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15432 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
15434 * icomplete.el (icomplete-minibuffer-setup): Likewise.
15436 * hilit-chg.el (hilit-chg-set): Likewise.
15438 * speedbar.el (speedbar-mode): Likewise.
15440 * calendar/calendar.el (calendar-mode): Likewise.
15442 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
15445 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
15447 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
15449 * term/sun-mouse.el (sun-yank-selection): Likewise.
15451 * textmodes/bib-mode.el (return-key-bib): Likewise.
15453 * calendar/appt.el (appt-disp-window): Likewise.
15455 * calendar/diary-lib.el (list-diary-entries): Likewise.
15457 * array.el (array-reconfigure-rows): Likewise.
15459 * filecache.el (file-cache-minibuffer-complete): Likewise.
15461 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
15463 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
15465 * allout.el (outline-version, outline-open-topic)
15466 (outline-rebullet-heading, outline-insert-listified)
15467 (outline-latex-verbatim-quote-curr-line)
15468 (outline-latexify-one-item, outlineify-sticky): Likewise.
15470 * vc.el (vc-next-action-on-file): Likewise.
15471 (vc-dired-mode): Remove make-local-hook.
15473 2001-11-26 Andre Spiegel <spiegel@gnu.org>
15475 * vc.el (vc-find-version): New function.
15476 (vc-version-other-window): Redefined in terms of the above.
15478 * log-view.el (log-view-find-version): New function.
15479 (log-view-mode-map): Bind it to `f'.
15481 2001-11-26 Gerd Moellmann <gerd@gnu.org>
15483 * language/devan-util.el (dev-char-glyph): Escape `"' in
15485 (dev-glyph-glyph, dev-glyph-glyph-2)
15486 (devanagari-compose-syllable-region): Likewise.
15488 2001-11-26 Richard M. Stallman <rms@gnu.org>
15490 * window.el (save-selected-window): No error if saved window is dead.
15492 * help-funs.el (describe-syntax): Put (interactive) after doc string.
15494 2001-11-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15496 * international/quail.el (quail-help): Require help-mode in
15499 * iswitchb.el (iswitchb-exhibit): Use insert instead of
15502 * icomplete.el (icomplete-exhibit): Likewise.
15504 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
15506 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
15507 (diff-hunk-kill): Simplify.
15508 (diff-post-command-hook): Only apply to a single hunk.
15509 (diff-hunk-text): Make `char-offset' non-optional.
15510 (diff-find-text): Return a cons cell.
15511 (diff-find-approx-text): New fun.
15512 (diff-find-source-location): Use it.
15513 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
15514 Adapt to new retval of diff-find-text.
15516 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
15517 rather than integer- representation of dates.
15519 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
15521 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
15522 (syntax-after): New fun.
15524 * help-funs.el (describe-syntax): New fun.
15526 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
15527 (font-lock-ppss-stats, font-lock-ppss): Remove.
15528 (font-lock-fontify-syntactically-region): Remove tuning code.
15529 (font-lock-compile-keywords): Fix off-by-one bug.
15530 (font-lock-set-defaults): Don't set removed vars.
15531 (c-keywords): Add `inline'.
15532 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
15534 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15535 Set syntax-begin-function.
15536 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
15537 (lisp-interaction-mode): Don't set local-abbrev-table any more.
15538 (lisp-mode-auto-fill): Use syntax-ppss and obey
15539 comment-auto-fill-only-comments.
15540 (lisp-fill-paragraph): Use syntax-ppss.
15542 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
15544 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
15545 version of rmail-enable-mime.
15546 (rmail-forward): Use it.
15548 2001-11-25 Richard M. Stallman <rms@gnu.org>
15550 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
15552 * international/quail.el (quail-keyboard-layout-button):
15553 Define button type.
15554 (quail-keyboard-customize-button): Likewise.
15555 (quail-help): Use those button types. Require `help-mode'.
15556 Avoid altering the argument `package'.
15558 * help-mode.el (help-function, help-variable, help-face)
15559 (help-coding-system, help-input-method, help-character-set):
15560 Define each button type with its own explicit define-button-type.
15562 * language/devan-util.el: Comment out parts of the file
15563 which apparently are garbled.
15565 2001-11-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15567 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
15570 2001-11-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15572 * play/snake.el (snake-mode): Remove make-local-hook.
15574 * play/tetris.el (tetris-mode): Likewise.
15576 * play/decipher.el (decipher-mode): Likewise.
15578 * tmm.el (tmm-add-prompt): Likewise.
15580 2001-11-25 Sam Steingold <sds@gnu.org>
15582 * menu-bar.el (menu-bar-apropos-menu): New variable.
15583 Moved all `apropos' bindings to this menu.
15584 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
15586 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
15588 The following changes are for new indian languages support based
15589 on Unicode charset and CDAC fonts.
15591 * international/mule-conf.el: Change indian-1-column charset to
15592 indian-glyph charset.
15594 * international/characters.el: Adjusted for the change of
15595 indian-1-column -> indian-glyph.
15597 * international/fontset.el: Delete the setting for indian-1-column
15598 and add the setting for indian-glyph in the default fontset.
15600 * language/indian.el: Completely re-written.
15602 * language/devanagari.el: Completely re-written.
15604 * language/devan-util.el: Completely re-written.
15606 * language/ind-util.el: New file.
15608 2001-11-24 Richard M. Stallman <rms@gnu.org>
15610 * startup.el (command-line-1): Don't do startup screen
15611 if a subprocess is running. Call the startup screen buffer
15612 "GNU Emacs". Make a special mode-line-format for it.
15614 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
15615 (browse-url-galeon): Use that variable.
15617 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
15618 eval-expression. Eval and set the variable simply.
15620 * files.el (temporary-file-directory): Use defcustom.
15621 (small-temporary-file-directory): Likewise.
15622 (normal-backup-enable-predicate): Move down in file
15623 after definition of temporary-file-directory.
15625 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
15627 2001-11-24 Colin Walters <walters@debian.org>
15629 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
15630 autoload names to match files renamed on initial calc import.
15632 * calc/calc.el (Commentary): Cleanup, and add logistic curve
15633 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
15635 2001-11-23 Colin Walters <walters@debian.org>
15637 * Makefile.in (finder_setwins, setwins): Include Calc again.
15639 * calc/calc-rules.el: Add header comment.
15641 2001-11-23 Andre Spiegel <spiegel@gnu.org>
15643 * vc.el (with-vc-properties): Don't bind `filename' locally.
15644 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
15645 to avoid name clashes. Fix `lisp-indent-function' property for
15648 2001-11-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
15650 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
15652 2001-11-22 Colin Walters <walters@debian.org>
15654 * calc/calc-misc.el (report-calc-bug):
15655 Use `reporter-prompt-for-summary-p'.
15657 * calc/INSTALL, calc/Makefile: Remove.
15659 2001-11-22 Miles Bader <miles@gnu.org>
15661 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
15662 (reb-match-2, reb-match-3): Add dark-background variants.
15664 2001-11-22 Colin Walters <walters@debian.org>
15666 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
15668 (report-calc-bug): Use reporter.el.
15670 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
15672 2001-11-21 Richard M. Stallman <rms@gnu.org>
15674 * which-func.el (which-function): Call imenu--make-index-alist
15675 if necessary to get a list of functions.
15676 (which-function-imenu-failed): New variable.
15677 (which-func-update): Handle all visible windows.
15678 (which-func-update-1): New subroutine broken out of which-func-update.
15680 * files.el (temporary-file-directory, null-device)
15681 (small-temporary-file-directory): Definitions moved up.
15683 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
15684 (cperl-non-problems, cperl-praise): Doc fixes.
15686 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
15687 (sh-mode-syntax-table): Function restored.
15688 Variable set up for use by function sh-mode-syntax-table.
15689 (sh-set-shell): Set the syntax table.
15691 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
15693 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
15695 * international/encoded-kb.el: Don't alter minor-map-alist.
15697 2001-11-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15699 * files.el (auto-save-file-name-transforms): Put remote files in
15700 temporary-file-directory rather than /tmp.
15702 2001-11-21 Colin Walters <walters@debian.org>
15704 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
15705 of (function ...) wrapper.
15707 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
15709 * derived.el (define-derived-mode): Create the abbrev-table
15710 from inside the `defvar'.
15712 * jit-lock.el (jit-lock-defer-time): New var.
15713 (jit-lock-defer-timer, jit-lock-buffers): New vars.
15714 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
15715 (jit-lock-function): Defer fontification if requested.
15716 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
15717 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
15719 (jit-lock-deferred-fontify): New fun.
15721 2001-11-20 Richard M. Stallman <rms@gnu.org>
15723 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
15724 Set local-abbrev-table to lisp-mode-abbrev-table.
15726 * emacs-lisp/re-builder.el (reb-mode):
15727 Don't use define-derived-mode. Call kill-all-local-variables.
15729 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
15730 Don't use define-derived-mode.
15732 * help-mode.el (help-mode): Undo 2001-10-07 change.
15734 * replace.el (occur-mode): Undo 2001-5-20 change.
15736 2001-11-20 Jason Rumney <jasonr@gnu.org>
15738 * w32-fns.el (w32-system-coding-system): Change to an alias for
15739 locale-coding-system.
15740 (set-w32-system-coding-system): Document the above change.
15741 Set locale-coding-system instead.
15743 2001-11-20 Richard M. Stallman <rms@gnu.org>
15745 * ruler-mode.el: Add pagination.
15746 (ruler-mode-toggle-show-tab-stops): No need to
15747 test `ruler-mode' variable.
15749 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
15751 * play/landmark.el: Mark lm-mode as special.
15753 * play/gomoku.el: Mark gomoku-mode as special.
15755 2001-11-20 Juanma Barranquero <lektu@terra.es>
15757 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
15758 (top-level): Bind it to C-c C-b.
15759 (re-builder): Don't re-enter RE Builder Mode.
15761 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
15763 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
15765 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
15768 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
15769 to a line without a comment.
15771 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
15773 * dired.el (dired-listing-switches): Mention in the doc string
15774 that some switches are not supported by ls-lisp.el
15776 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
15778 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
15779 (imenu--create-keymap-2): Remove.
15780 (imenu--create-keymap-1): Simplify, remove third argument.
15781 (imenu--generic-function): Use dolist.
15782 (imenu-find-default): New function.
15783 (imenu--completion-buffer): Use it.
15784 (imenu--mouse-menu): Use popup-menu.
15785 (imenu--menubar-select): Return t rather than calling imenu.
15787 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
15788 New functions, extracted from fill-region-as-paragraph.
15789 (fill-region-as-paragraph): Use them.
15790 Use an end marker instead of eob.
15791 Ignore whitespace-only fill-prefixes when indenting according to mode.
15792 Simplify the loop that searches for spaces backwards.
15794 * textmodes/picture.el (picture-vertical-step)
15795 (picture-horizontal-step): Don't use defconst for variables.
15797 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
15798 (mail-extract-address-components): Downcase domain names.
15799 (mail-extr-delete-char): Remove. Use delete-char instead.
15801 * emulation/pc-select.el: Doc string fixes.
15802 (pc-selection-mode): Don't treat macos as a tty.
15804 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
15806 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
15808 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
15809 (mouse-wheel-progessive-speed): New var.
15810 (mwheel-scroll): Use it and handle float values.
15812 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
15814 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
15815 (iswitchb): Fix the case where the result was selected with the mouse.
15816 (iswitchb-completion-help): Use the normal *Completions* now that
15817 mouse selection works.
15818 (iswitchb-minibuffer-setup): Simplify.
15820 * newcomment.el (comment-column, comment-style, comment-multi-line)
15821 (comment-auto-fill-only-comments): Remove :group arg.
15822 (comment-padding): Add :type.
15823 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
15824 if called interactively.
15826 2001-11-19 Colin Walters <walters@verbum.org>
15828 * calc/calc.el (toplevel): Add comment and version header.
15829 (calc-init-base): Bump version to 2.02f, update date.
15831 2001-11-19 Richard M. Stallman <rms@gnu.org>
15833 * net/browse-url.el: Support Mozilla and Galeon.
15834 By default, find the installed browser whichever it is.
15835 (browse-url-mozilla): New function.
15836 (browse-url-mozilla-sentinel): New function.
15837 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
15838 (browse-url-default-browser): New function.
15839 (browse-url-process-environment): Use browse-url-browser-display.
15840 (browse-url-browser-display): Renamed from browse-url-netscape-display.
15841 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
15842 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
15843 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
15844 (browse-url-browser-function): New default, new options.
15846 2001-11-19 Sam Steingold <sds@gnu.org>
15848 * bindings.el (last-buffer, unbury-buffer): New function.
15849 (mode-line-unbury-buffer): Use `unbury-buffer'.
15851 2001-11-18 Stephen Eglen <stephen@gnu.org>
15853 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
15854 control behaviour when no further completion is possible.
15856 2001-11-19 Colin Walters <walters@verbum.org>
15858 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
15859 (math-showing-full-precision, math-with-extra-prec, math-working)
15860 (calc-with-default-simplification)
15861 (calc-with-trail-buffer): Use backtick.
15862 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
15863 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
15864 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
15865 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
15866 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
15867 (Math-num-integerp, Math-bignum-test, Math-equal-int)
15868 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
15869 (calc-record-compilation-date-macro): Deleted. Callers updated.
15870 (math-format-radix-digit): Move to calc-bin.el.
15872 * calc/calc.el (calc-record-compilation-date): Remove.
15873 (calc-bug-address): Update.
15874 (calc-settings-file): Use `user-init-file'.
15876 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
15877 Handle null `calc-settings-file'.
15879 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
15880 * calc/calc-keypd.el (calc-keypad-mode): New.
15881 (calc-do-keypad): Use it.
15882 (calc-keypad-map): Move into `calc-keypad-mode'.
15884 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
15885 to defalias argument.
15887 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
15888 (calcFunc-floor): Ditto.
15890 * calc-units.el (calcFunc-usimplify): Ditto.
15892 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15893 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15894 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15895 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15896 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15897 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15898 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15899 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15900 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15901 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15902 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
15903 and move them before their first use. Use `when', `unless'.
15904 Remove trailing periods from error forms. Add description and
15905 headers suggested by Emacs Lisp coding conventions.
15907 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
15909 * newcomment.el (comment-indent):
15910 Fix misindentation for comment-only lines.
15911 (comment-indent-new-line): Only obey comment-multi-line if the
15912 comment-ender is not the end-of-line.
15914 2001-11-19 Richard M. Stallman <rms@gnu.org>
15916 * net/net-utils.el (network-connection-service-abbrev-alist):
15919 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15920 Advance to start of 3rd sexp by moving fwd and backing over it.
15921 At first three elements, act like defun.
15923 * delsel.el (delete-selection-pre-hook): Handle and resignal
15924 file-supersession errors to interact properly with userlock.el.
15926 2001-11-18 Richard M. Stallman <rms@gnu.org>
15928 * progmodes/fortran.el (fortran-mode-syntax-table):
15929 Specify punctuation syntax for backslash.
15931 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
15934 * international/mule-util.el (string-to-sequence): Make it obsolete.
15935 (string-to-list, string-to-vector): Implement them directly
15936 using append and vconcat, not with string-to-sequence.
15938 * startup.el (command-line): Set abbrevs-changed to nil after
15939 reading the init file and the abbrevs file.
15941 * isearch.el (isearch): Use magenta2 as bg for (background light)
15943 2001-11-17 Richard M. Stallman <rms@gnu.org>
15945 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
15947 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15949 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
15951 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
15952 If set and if applicable, add a regexp to highlight defun-like
15953 text inside comments and strings.
15954 (font-lock-fontify-keywords-region): Pass that new arg.
15955 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
15956 to the end and pass that new arg.
15957 (c-font-lock-keywords-2): Fix regex for labels.
15958 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
15959 Make it work when LIMIT is several lines further.
15960 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
15961 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
15962 Use backquote and make the regexes for `int a, b, c;' work on
15965 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
15966 (font-lock-defaults-alist): Don't change it any more.
15967 (reb-subexp-mode-map): Cleanup.
15969 * custom.el (custom-current-group-alist): New var.
15970 (custom-declare-group): Set it.
15971 (custom-current-group): New fun.
15972 (custom-declare-variable, custom-handle-all-keywords):
15973 Use it as a default if no :group argument is specified.
15975 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
15976 (standard-keyboard-coding-systems): New var.
15977 (set-locale-environment): Use it to decide whether or not to call
15978 set-keyboard-coding-system.
15979 (locale-language-names): Use \"French\" for "fr".
15981 2001-11-17 Richard M. Stallman <rms@gnu.org>
15983 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
15984 (add-to-list): Delete compatibility code.
15985 (checkdoc-next-message-error): Doc fix.
15987 2001-11-17 Stephen Eglen <stephen@gnu.org>
15989 * locate.el (locate): Show default locate pattern within the
15990 prompt, but don't insert it into the minibuffer contents.
15991 Catch the case when pattern is the empty string.
15993 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
15995 * language/european.el ("French"): New language environment.
15997 2001-11-16 Richard M. Stallman <rms@gnu.org>
15999 * calendar/todo-mode.el (todo-save): Fix previous change.
16001 * subr.el (functionp): Do use cdr-safe on object.
16003 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16005 * bindings.el (mode-line-mode-name): Only put the help-echo property
16006 if the local-map property was put as well.
16007 (global-map): Bind switch-frame, delete-frame, iconify-frame
16008 and make-frame-visible events.
16010 * emacs-lisp/elp.el (elp-not-profilable): New var.
16011 (elp-not-profilable-p): New function.
16012 (elp-instrument-function): Use it. Use backquotes and push.
16014 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
16015 (byte-stack+-info, byte-compile-last-warned-form)
16016 (byte-compile-last-logged-file): Don't defconst a variable.
16017 (no-byte-compile): Declare.
16018 (byte-compile-file): Don't boundp-check no-byte-compile any more.
16019 (byte-compile-defvar): Leave defconst as is.
16021 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
16022 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
16023 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
16024 (edebug-best-error): Don't defconst a variable.
16025 (edebug-read-syntax-table): Use a char-table.
16026 (edebug-lemacs-specific): Remove.
16027 Toplevel: Eliminate check for Lucid Emacs.
16029 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
16031 * rect.el (move-to-column-force): Mark obsolete.
16032 (operate-on-rectangle, delete-extract-rectangle-line)
16033 (insert-rectangle, delete-whitespace-rectangle-line)
16034 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
16035 (string-rectangle-history): New var.
16036 (string-rectangle, string-insert-rectangle): Use it.
16037 (delete-rectangle-line): Fix pos/column mixup and simplify.
16039 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
16040 (normal-top-level, command-line, command-line-1): Simplify.
16042 * tar-mode.el (tar-mode): Use define-derived-mode.
16044 * view.el (view-mode-enable): Don't use make-local-hook.
16046 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
16048 2001-11-16 Richard M. Stallman <rms@gnu.org>
16050 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
16051 if it doesn't make sense as anything else.
16052 Don't recognize a "telephone number" at the beginning of the name.
16053 (mail-extr-leading-garbage): Match non-word characters only.
16055 2001-11-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16057 * startup.el (command-line-processed): Doc fix.
16059 * apropos.el (apropos-next-label-button): Doc fix.
16061 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16063 * comint.el (comint-mode): Simplify.
16064 (make-comint-in-buffer): Run `comint-mode' only if necessary.
16066 * subr.el (eval-after-load): Make it work with features as well.
16068 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
16070 * international/mule-cmds.el (describe-input-method): Setup xref.
16071 (set-language-environment): Use functionp.
16072 (locale-language-names, locale-charset-language-names)
16073 (locale-preferred-coding-systems): Defconst and purecopy.
16075 * language/european.el (mac-roman): Add mime-charset property.
16077 2001-11-15 Richard M. Stallman <rms@gnu.org>
16079 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
16080 (multiple-value-apply, nth-value): Use defsubst rather than defalias
16081 to get better doc strings.
16083 2001-11-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16085 * derived.el: Fix autoload cookie.
16087 2001-11-15 Richard M. Stallman <rms@gnu.org>
16089 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
16091 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16093 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
16095 2001-11-15 Richard M. Stallman <rms@gnu.org>
16097 * dired.el (dired-undo): Display a message to explain
16098 that this does not undo file system changes.
16100 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
16102 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
16103 into `unread-command-events' instead of trying keymap
16104 lookups ourselves. This makes mouse-clicks do the right
16105 thing even when keymaps of overlays are involved.
16106 (mouse-drag-drag): Likewise.
16108 2001-11-15 Andreas Schwab <schwab@suse.de>
16110 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
16111 characters and append anchor to pattern added to auto-mode-alist.
16113 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16115 * server.el (server-process-filter): Run pre/post-comment-hook
16116 before/after visiting the file.
16118 * info-look.el (makefile-mode): Add info for automake.
16119 (autoconf-mode): Fix the name of the index for automake.
16121 * international/latin-9.el: Give pilcrow punctuation syntax.
16123 2001-11-15 Andre Spiegel <spiegel@gnu.org>
16125 * vc.el: Documentation fixes.
16127 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
16129 * smerge-mode.el (smerge-match-conflict): Fix typo.
16130 (smerge-diff): Be careful to read match-data early enough.
16132 2001-11-14 Colin Walters <walters@verbum.org>
16134 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
16135 (calcFunc-subst): Use `defalias' instead of `fset' and
16138 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
16139 (calcFunc-ceil, calcFunc-round): Ditto.
16141 * calc/calc-bin.el (calcFunc-clip): Ditto.
16143 * calc/calc-ext.el (calcFunc-evalv): Ditto.
16145 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
16147 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
16148 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
16150 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
16152 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16153 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16154 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16155 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16156 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16157 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16158 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16159 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16160 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16161 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16162 * calcsel2.el: Style cleanup; don't put closing parens on their
16163 own line, add "foo.el ends here" to each file, and update
16166 * README: Update maintainer.
16168 2001-11-13 Richard M. Stallman <rms@gnu.org>
16170 * progmodes/compile.el (recompile): Use compilation-arguments if
16171 set, so as to be able to M-x recompile the exact command which
16172 created a compilation-mode buffer.
16174 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
16176 2001-11-13 Gerd Moellmann <gerd@gnu.org>
16178 * mouse.el (mouse-drag-region): Don't run the up-event
16179 handler if window start changed due to the down-mouse event.
16181 2001-11-13 Richard M. Stallman <rms@gnu.org>
16183 * mouse.el (mouse-show-mark): Either move point to the mark
16184 or use highlighting, never both.
16185 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
16187 2001-11-13 Simon Josefsson <jas@extundo.com>
16189 * mail/smtpmail.el (top-level): Change maintainer to Simon
16190 Josefsson, cleanup the smtpmail.el header.
16192 * mail/smtpmail.el (top-level): Don't require cl or base64.
16193 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16194 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
16195 Defsubst instead of defmacro.
16196 (smtpmail-intersection): Return value in reverse order.
16197 (smtpmail-open-stream): Use stringp instead of string-to-list.
16198 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
16199 separated from smtpmail-via-smtp.
16201 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
16202 rfc2104. Require base64 and cl.
16203 (smtpmail-smtp-service): Doc fix. :type fix.
16204 (smtpmail-debug-info): Doc fix.
16205 (smtpmail-debug-verb, smtpmail-auth-credentials)
16206 (smtpmail-starttls-credentials, smtpmail-auth-supported):
16208 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
16209 mail-utils (it is autoloaded).
16210 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16211 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
16212 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
16213 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
16214 (smtpmail-via-smtp): Support AUTH.
16215 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
16217 2001-11-13 Richard M. Stallman <rms@gnu.org>
16219 * ebuff-menu.el (electric-buffer-update-highlight): New function.
16220 (electric-buffer-overlay): New variable.
16221 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
16222 (electric-buffer-list): Likewise.
16224 * isearch.el (isearch-whitespace-chars): Doc fix.
16225 (isearch-mode): Handle negative search-slow-window-lines correctly.
16227 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
16229 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
16231 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
16232 From Emmanuel Briot <briot@act-europe.fr>.
16234 2001-11-13 Colin Walters <walters@debian.org>
16236 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
16238 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
16239 "~/.emacs"; use `read-file-name'.
16241 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
16242 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
16243 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
16244 * calc/calc.el: Use `frame-width' instead of `screen-width',
16245 `frame-height' instead of `screen-height', and,
16246 `executing-kbd-macro' instead of `executing-macro'.
16248 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
16249 correct number of arguments.
16251 * calc/calc-aent.el (calc-do-alg-entry):
16252 Use `blink-paren-function' instead of `blink-paren-hook'.
16254 2001-11-12 Richard M. Stallman <rms@gnu.org>
16256 * calendar/todo-mode.el (todo-save): Add save-excursion
16257 and save-restriction.
16259 * server.el (server-edit, server-done): Doc fix.
16261 * simple.el (clone-indirect-buffer): Error if major mode symbol
16262 has a no-clone-indirect property.
16263 (clone-buffer): Check for obvious errors before reading clone name.
16265 * info.el (Info-mode): Add a no-clone-indirect property.
16267 2001-11-12 Sam Steingold <sds@gnu.org>
16269 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
16270 set-buffer-modified-p to nil after `vc-exec-after'.
16271 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
16272 (log-view-mode): Make read-only.
16273 (log-view-current-file): Do final `expand-file-name' in the
16274 current `default-directory'.
16275 (log-view-current-tag): Take an optional `where' arg.
16276 (log-view-diff): New user command.
16278 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16280 * progmodes/cpp.el (cpp-choose-face): Fix typo.
16282 2001-11-12 Sam Steingold <sds@gnu.org>
16284 * emacs-lisp/cl-indent.el (toplevel): Indent properly
16285 `generic-flet', `generic-labels', `with-accessors',
16286 `with-condition-restarts'.
16288 2001-11-12 Richard M. Stallman <rms@gnu.org>
16290 * dired.el: Many trivial doc fixes.
16291 (dired-get-file-for-visit): New function.
16292 (dired-find-alternate-file, dired-mouse-find-file-other-window)
16293 (dired-view-file, dired-find-file-other-window, dired-display-file)
16294 (dired-find-file): Use dired-get-file-for-visit.
16296 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
16298 * sql.el (sql-mode): Doc change.
16300 * sql.el (sql-mode-syntax-table): The backslash is no longer an
16303 2001-11-12 Colin Walters <walters@debian.org>
16305 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
16306 (calc-do-keypad): Don't attempt to use nonexistent global
16307 mouse-map, use calc-keypad-map.
16308 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
16309 (calc-keypad-left-click): Don't use mouse-map; update to new event
16311 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
16312 (calc-keypad-press): Use `unread-command-events' instead of
16313 `unread-command-char'.
16315 * calc/calc-ext.el (calc-init-extensions): Update autoload names
16316 to match files renamed on initial calc import.
16318 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16320 * textmodes/flyspell.el (flyspell-default-dictionary):
16321 Fix previous change.
16323 2001-11-12 Richard M. Stallman <rms@gnu.org>
16325 * textmodes/flyspell.el (flyspell-default-dictionary):
16328 2001-11-11 Richard M. Stallman <rms@gnu.org>
16330 * calendar/solar.el (solar-sunrise-and-sunset):
16331 Exchange the two extreme values of day-length.
16333 * progmodes/sh-script.el (sh-must-be-shell-mode):
16334 Allow modes derived from sh-mode.
16336 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16337 Turn off error in some re-search-forward calls.
16339 * replace.el (query-replace-skip-read-only): New variable.
16340 (perform-replace): If that variable is non-nil, ignore matches
16341 that have a read-only property.
16343 * derived.el (define-derived-mode): Doc fix.
16345 * server.el (server-buffer-done): Test of server-existing-buffer
16347 (server-existing-buffer): Doc fix.
16349 * textmodes/flyspell.el (flyspell-default-dictionary):
16350 Allow nil as value, and make nil the default.
16352 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
16354 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
16356 (clipboard-yank): Ditto.
16358 2001-11-11 Colin Walters <walters@verbum.org>
16360 The following changes are based on patches from
16361 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro
\e,A_
\e(Bjohann
16362 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
16364 * calc/calc.el (toplevel): Require calc-macs.
16365 (calc-minibuffer-size): New.
16366 (calcDigit-nondigit): Use it instead of `buffer-size'.
16367 (calcDigit-backspace): Likewise.
16368 (calcDigit-nondigit): Use `minibuffer-contents' instead of
16370 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
16372 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
16375 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
16376 simple `setq' form.
16378 * calc/calc-ext.el: (toplevel): Require calc.
16379 (calc-fancy-prefix-map): New.
16380 (calc-fancy-prefix): Use it.
16381 (calc-fancy-prefix-other-key): New.
16383 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
16384 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
16385 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
16386 (calcAlg-enter): Likewise.
16387 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
16389 2001-11-10 Richard M. Stallman <rms@gnu.org>
16391 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
16392 (quietly-read-abbrev-file): Doc fix.
16394 * startup.el (command-line): Read standard abbrev
16395 file (abbrev-file-name), if it exists.
16397 * files.el (save-abbrevs): Default value is t.
16399 * progmodes/compile.el (compile-goto-error): Fix previous change
16400 in the case where subsequent errors have not been parsed yet
16401 because they are in a different source file.
16403 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
16405 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
16406 Merge two regular expressions into one.
16407 (ps-mode): Make local bindings for `comment-start' and
16408 `comment-start-skip'.
16409 (ps-mode-looking-at-nested): Simplify an if-else construct;
16410 use `set-match-data' to set the result.
16412 2001-11-10 Richard M. Stallman <rms@gnu.org>
16414 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
16416 (flyspell-correct-word): Old definition deleted.
16417 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
16418 All references renamed too.
16420 2001-11-10 Gerd Moellmann <gerd@gnu.org>
16422 * Makefile.in (finder_setwins, setwins): Exclude Calc.
16424 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
16426 * wid-edit.el (checklist): Removed `:menu-tag'.
16427 (radio-button-choice): Ditto.
16428 (editable-list): Ditto.
16430 2001-11-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16432 * play/gomoku.el: Move definitions of constants to the beginning
16433 of file, before their use.
16435 2001-11-09 Richard M. Stallman <rms@gnu.org>
16437 * textmodes/flyspell.el: Use the keymap property
16438 instead of local-map, and don't use a minor-mode map.
16439 (flyspell-mode-map): Variable deleted.
16440 Don't mess with minor-mode-map-alist.
16441 (calling add-minor-mode): Specify nil for keymap.
16442 And always use add-minor-mode, now that it exists.
16443 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
16444 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
16445 or flyspell-local-mouse-map.
16446 (make-flyspell-overlay): Use flyspell-mouse-map directly.
16447 (flyspell-mode): Doc fix.
16448 (flyspell-mode-on): Don't call make-local-hook.
16450 2001-11-09 Sam Steingold <sds@gnu.org>
16452 * emacs-lisp/debug.el (debugger-make-xrefs):
16453 Add buttons to all symbols.
16455 2001-11-09 Andre Spiegel <spiegel@gnu.org>
16457 * vc.el: Add John David Smith to credits.
16459 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
16461 * vc-hooks.el (vc-error-occured): Backquotified.
16462 (vc-file-prop-obarray): Use prime length for better efficiency.
16464 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
16466 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
16468 * info.el (Info-file-list-for-emacs): Add entries for Calc.
16470 2001-11-09 Miles Bader <miles@gnu.org>
16472 * subr.el (functionp): Don't consider macros as functions.
16474 2001-11-08 Miles Bader <miles@gnu.org>
16476 * subr.el (functionp): Make work correctly for macros and unbound
16479 * comint.el (comint-send-input): Fix description of
16480 `comint-process-echoes' in the doc-string.
16482 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
16484 * international/mule.el (make-translation-table): Doc fix.
16485 Suggested by Alex Schroeder <alex@gnu.org>.
16487 2001-11-07 Richard M. Stallman <rms@gnu.org>
16489 * info.el (Info-fontify-node): Highlight every third menu item.
16491 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
16493 * cus-edit.el (custom-face-value-create): Don't ignore the
16494 `customized-face' attribute when finding the current face spec.
16496 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
16498 * subr.el (with-local-quit): New macro.
16499 (make-syntax-table): Always inherit.
16500 (functionp): Be more careful when `object' is a symbol.
16502 * dabbrev.el (dabbrev-completion): Use "*Completions*".
16504 2001-11-07 Paul Eggert <eggert@twinsun.com>
16506 * dired.el (dired-move-to-filename-regexp):
16507 Do not distinguish between ASCII letters and non-ASCII characters.
16508 Don't allow comma except in the form "month day, year".
16509 Don't allow space between month name and comma.
16510 Clean up the code that checks for trailing period, comma, and space.
16511 Remove now-obsolete comments, and add more commentary about
16513 Always gobble up trailing spaces, instead of doing it only sometimes.
16515 2001-11-07 Miles Bader <miles@gnu.org>
16517 * paren.el (show-paren-match-face): Add dark-background variant.
16519 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16521 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
16522 (lisp-mode-variables): Don't set paragraph-{start,separate}.
16523 Don't disable adaptive-fill-mode.
16524 (lisp-fill-paragraph): Use tab-width rather than 8.
16525 Prevent filling the first line of docstrings.
16527 2001-11-06 Richard M. Stallman <rms@gnu.org>
16529 * play/gomoku.el (gomoku): Doc fix.
16531 * jka-compr.el (jka-compr-partial-uncompress):
16532 Support an alternative of not using dd.
16533 (jka-compr-dd-program): Use defcustom to define this.
16534 (jka-compr-load-suffixes): Use defcustom.
16535 (jka-compr-mode-alist-additions): Use defcustom.
16537 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16539 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
16540 Also work when LIMIT is further than the end of line.
16542 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
16544 * international/quail.el (quail-update-leim-list-file): Print the
16545 offending file name if some of its quail-define-package forms is broken.
16547 2001-11-05 Richard M. Stallman <rms@gnu.org>
16549 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
16550 of the evaluated form.
16552 2001-11-05 Paul Eggert <eggert@twinsun.com>
16554 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
16555 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
16556 stamps always line up by default. Also, it uses a slightly
16557 different window to determine whether files are "recent".
16559 2001-11-05 Andrew Innes <andrewi@gnu.org>
16561 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16562 Don't attempt to remake autoloads before nuking .elc files.
16564 2001-11-04 Richard M. Stallman <rms@gnu.org>
16566 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
16567 previous-single-property-change or next-single-char-property-change
16570 * international/mule-cmds.el (set-locale-environment):
16571 Make it interactive; make arg optional.
16573 * international/mule-diag.el (help-funs): Require help-funs.
16575 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
16577 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
16579 2001-11-04 Miles Bader <miles@gnu.org>
16581 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
16582 shadow of the splash image grey on a dark background instead of black.
16584 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
16586 * term.el (all faces): Don't (copy-face 'default <foo>).
16588 * term/xterm.el (function-key-map):
16589 Add entry for `ESC [ 3 ~' -> <delete>
16590 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
16591 Use inheritance so that .emacs and terminfo take precedence.
16593 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16595 * tooltip.el (tooltip-delay): Decrease to 0.7.
16596 (tooltip-hide-delay): Enlarge to 10.
16598 2001-11-03 Richard M. Stallman <rms@gnu.org>
16600 * startup.el (fancy-splash-tail): Explain how to recover
16601 from a crash, if there was a crash.
16602 (command-line-1): Reorganize display of startup screen,
16603 to simplify the logic. Use a temp buffer for it.
16605 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16607 * frame.el (set-background-color, set-foreground-color):
16608 Call face-set-after-frame-default, to propagate the new colors to
16609 the frame's parameters alist.
16611 * calendar/timeclock.el (timeclock-out): Signal an error if
16612 timeclock-last-event is nil.
16614 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
16616 * textmodes/fill.el (fill-context-prefix): Fix braino.
16618 * international/quail.el (quail-help):
16619 Use `help-buffer' and move `help-setup-xref' to beginning.
16621 * international/mule-cmds.el (describe-language-environment):
16622 Use `help-buffer' and move `help-setup-xref' to beginning.
16624 * international/mule-diag.el (list-character-sets)
16625 (sort-listed-character-sets, describe-character-set)
16626 (describe-coding-system, describe-fontset, list-fontsets):
16627 Use `help-buffer' and move `help-setup-xref' to beginning.
16628 (describe-char-after): Use `internal-describe-syntax-value'.
16630 2001-11-02 Richard M. Stallman <rms@gnu.org>
16632 * mouse.el (popup-menu): If the user refuses to select
16633 from a menu, don't try to invoke the menu.
16635 2001-11-02 Miles Bader <miles@gnu.org>
16637 * help-mode.el (help-xref): New button type.
16638 (help-function, help-variable, help-face, help-coding-system)
16639 (help-input-method, help-character-set, help-type, help-symbol)
16640 (help-back, help-info, help-customize-variable, help-customize-face)
16641 (help-function-def, help-variable-def): Use it as a supertype.
16642 Remove `action' property.
16644 * international/mule-diag.el (describe-character-set)
16645 (describe-coding-system): Pass correct args to `help-xref-button'.
16646 (sort-listed-character-sets): New button type.
16647 (list-character-sets): Use it.
16648 (list-charset-chars): New button type.
16649 (list-character-sets-1): Use it.
16651 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
16653 * indent.el (tab-always-indent, indent-for-tab-command):
16654 Remove redundant `never' setting.
16656 * fill.el (fill-region-as-paragraph): Don't forget to skip
16657 over current whitespace before looking for a preceding space.
16659 2001-11-01 Richard M. Stallman <rms@gnu.org>
16661 * files.el (file-newest-backup): Don't pass backup file name
16662 thru file-name-sans-versions, because it never has version numbers.
16664 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
16665 to avoid ambiguous nested loops.
16667 * files.el (find-file-noselect): Offer to change buffer-read-only
16668 only when the file's read-only status has changed from before
16669 as well as disagreeing with the buffer's current status.
16670 (buffer-file-read-only): New var, local in all buffers.
16672 * buff-menu.el (buffer-menu): Doc fix.
16673 (buffer-menu-other-window): Doc fix.
16674 (list-buffers, list-buffers-noselect): Doc fix.
16676 2001-11-01 Gerd Moellmann <gerd@gnu.org>
16678 * startup.el (command-line): If the terminal Emacs is running on
16679 has erase char set to ^H, use the Backspace key for deleting
16680 backward, and the Delete key for deleting forward.
16682 2001-11-01 Miles Bader <miles@gnu.org>
16684 * button.el (define-button-type): Make sure every user-defined
16685 button type has a supertype.
16687 2001-10-31 Jason Rumney <jasonr@gnu.org>
16689 * international/mule-cmds.el (locale-language-names): Add chs and
16690 cht as aliases for Chinese-GB and Chinese-BIG5.
16692 2001-10-31 Richard M. Stallman <rms@gnu.org>
16694 * bindings.el (mode-line-frame-identification): Add doc string.
16695 (mode-line-position, mode-line-modes): New variables.
16696 (mode-line-format): Use mode-line-position for the part
16697 that displays the position-in-buffer info.
16698 Use mode-line-modes for the part that displays major and minor modes.
16700 2001-10-31 Sam Steingold <sds@gnu.org>
16702 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
16703 (debugger-setup-buffer): Call it.
16704 (debugger-mode-map): Bind RET and mouse-2.
16706 2001-10-31 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16708 * startup.el: Document command line option --no-window-system
16709 instead of --no-windows.
16711 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
16713 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
16715 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
16716 (font-lock-defaults-alist): Use it.
16717 From David Ponce <david.ponce@wanadoo.fr>
16719 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
16720 output of `char-after'.
16722 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
16724 * simple.el (reindent-then-newline-and-indent): Insert the newline
16725 before indenting the first line.
16726 (undo-get-state, undo-revert-to-state): New funs.
16727 (shell-command): Don't kill the buffer even if empty.
16728 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
16729 (transpose-subr-end2): Remove.
16730 (transpose-subr): Add `special' arg and simplify.
16731 (transpose-subr-1): Rewrite.
16732 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
16733 (rfc822-goto-eoh): Simplify.
16735 2001-10-30 Richard M. Stallman <rms@gnu.org>
16737 * enriched.el (enriched-face-ans): Fix previous change.
16739 2001-10-30 Gerd Moellmann <gerd@gnu.org>
16741 * international/iso-acc.el (iso-accents-compose): Remove a
16744 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
16746 * buff-menu.el (list-buffers-noselect): If the buffer's name
16747 starts with a blank, but it visits a file, do show it (for files
16748 whose names start with a blank).
16750 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
16752 * textmodes/fill.el (sentence-end-double-space)
16753 (sentence-end-without-period): Move to paragraphs.el.
16754 (fill-indent-according-to-mode): Change default to t.
16755 (fill-context-prefix): Simplify control-flow and use a more
16756 sophisticated merge that unifies both previous checks.
16757 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
16758 (fill-nobreak-predicate): Make it into a defcustom'd hook.
16759 (fill-nobreak-p): New fun.
16760 (fill-region-as-paragraph): Use it.
16761 Handle `fill-indent-according-to-mode' slightly differently.
16762 (fill-individual-paragraphs-prefix): Simplify the control-flow.
16763 (fill-individual-paragraphs-citation): Fix.
16765 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
16766 (paragraph-start): Change default to the `text-mode' value.
16767 (sentence-end-double-space, sentence-end-without-period):
16769 (forward-paragraph): Use `parstart' and `parsep' for temp variables
16770 rather than rebinding `paragraph-start' and `paragraph-separate'.
16772 * indent.el (indent-line-function): Change default to indent-relative.
16773 (tab-always-indent): Add an `never' setting.
16774 (indent-according-to-mode): Handle `indent-relative' and
16775 `indent-relative-maybe' specially.
16776 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
16777 Handle the `never' case for `tab-always-indent'.
16778 Don't call indent-according-to-mode for indent-relative' and
16779 `indent-relative-maybe'.
16780 (insert-tab): Rename `prefix-arg' to `arg'.
16781 (indent-region): Indent the first line as well.
16782 (indent-relative): Don't mark the buffer modified if the indentation
16785 * textmodes/text-mode.el (paragraph-indent-minor-mode):
16786 Don't set paragraph-separate. Set paragraph-start more carefully.
16787 Set indent-line-function.
16788 (paragraph-indent-text-mode): Use it and define-derived-mode.
16789 (text-mode-map): Remove the \t binding.
16790 (text-mode): Simplify now that the default is more favorable.
16792 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
16794 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16795 If the regexp doesn't match, use a looser one.
16796 (find-variable-noselect): Add `file' argument.
16798 * pcvs.el (cvs-mode-commit-hook): New hook.
16799 (cvs-mode-commit): Run it.
16801 * log-edit.el (log-edit): Run hook after `log-edit-files'.
16803 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
16804 (edebug-instrument-function): Use `find-function-noselect'.
16806 2001-10-29 Richard M. Stallman <rms@gnu.org>
16808 * term.el (term-if-emacs19): Macro deleted.
16809 Callers changed to use progn instead.
16811 * frame.el (blink-cursor-mode): Doc fix.
16813 * files.el (find-backup-file-name): Use make-backup-file-name.
16815 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
16817 (edebug-set-conditional-breakpoint): Unconditionally use
16818 the former Emacs >=19 definition.
16819 (edebug-mark): Define unconditionally.
16820 (edebug-eval-expression): Always call read-from-minibuffer
16821 and specify history list.
16822 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
16823 edebug-set-conditional-breakpoint.
16824 (edebug-emacs-version-specific): Function deleted;
16825 do the job at top level.
16826 (edebug-emacs-19-specific): Function deleted, this is the default.
16828 2001-10-29 Sam Steingold <sds@gnu.org>
16830 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
16831 "/cygdrive/LETTER/" pathnames.
16833 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
16835 * faces.el (invert-face): Check for 'unspecified, not for nil,
16836 when testing whether face colors are not specified.
16837 From David.Kastrup@t-online.de (David Kastrup).
16838 (read-face-name): Doc fix.
16839 (make-face-bold, make-face-unbold, make-face-italic)
16840 (make-face-unitalic, make-face-bold-italic, invert-face):
16841 Remove trailing blank from the prompt passed to read-face-name.
16843 2001-10-29 Sam Steingold <sds@gnu.org>
16845 * emacs-lisp/bytecomp.el (byte-recompile-directory):
16846 Report numbers of files skipped and failed too.
16847 (byte-compile-file): Return 'no-byte-compile for skipped files.
16849 2001-10-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16851 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
16854 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16856 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
16857 as is on unread-command-events instead of `(SECOND-CHAR)'.
16859 2001-10-29 Andre Spiegel <spiegel@gnu.org>
16861 * vc.el: Mention vc-*-switches in backend API documentation.
16862 (vc-annotate): Adapt doc string to recent change.
16864 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16866 * enriched.el (enriched-face-ans): Handle face attributes
16867 of the form `(FACE1 FACE2 ...)'.
16869 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
16871 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
16873 * progmodes/sql.el (sql-mysql): Doc change by RMS.
16875 * progmodes/sql.el (sql-db2): Doc change.
16876 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
16877 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
16879 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16881 * env.el (substitute-env-vars): Don't quote argument to `rx';
16884 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
16886 * cus-start.el (recursive-load-depth-limit): Added.
16888 2001-10-28 Richard M. Stallman <rms@gnu.org>
16890 * textmodes/ispell.el (version18p, version20p): Vars deleted.
16891 All uses removed--assume Emacs version is >= 20.
16893 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
16894 by really checking that it is not version 18.
16896 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
16898 2001-10-28 Miles Bader <miles@gnu.org>
16900 * faces.el (face-attribute): Add INHERIT argument, consider face
16901 inheritance if it's non-nil.
16902 (face-attribute-merged-with): New function.
16903 (face-attribute-specified-or): New macro.
16904 (face-foreground, face-background, face-stipple): Add INHERIT
16905 argument. Use `face-attribute-specified-or'.
16907 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
16909 * font-lock.el: Require `syntax'.
16910 (font-lock-defaults-alist): Don't define keywords for lisp languages.
16911 Use `c-font-lock-syntactic-face-function' for c languages.
16912 (font-lock-mode): Don't unset vars when turning the mode off.
16913 (font-lock-default-fontify-buffer): Don't unset vars at the end.
16914 (font-lock-extra-managed-props): New var.
16915 (font-lock-default-unfontify-region): Use it.
16916 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
16917 Don't eval the value when there's no match.
16918 (font-lock-ppss-stats): New var.
16919 (font-lock-ppss): New fun.
16920 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
16921 (font-lock-apply-highlight): Allow `highlight' to set several props.
16922 (font-lock-set-defaults): Use dolist.
16923 (font-lock-unset-defaults): Remove.
16924 (font-lock-match-c-style-declaration-item-and-skip-to-next):
16925 Try to recognize prototypes using `foo P_ ((args))'.
16926 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
16927 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
16928 (c-font-lock-syntactic-face-function): New function.
16929 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16930 (c++-keywords): Use a more sophisticated regexp to handle
16931 shallowly nested templates.
16933 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
16935 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
16936 (sgml-tag): Use it. Cleanup with `cond'.
16937 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
16938 Mark the overlays and only delete those that are marked.
16939 (sgml-skip-close-p): Remove.
16940 (sgml-value): Replace sgml-skip-close-p with its definition.
16941 (html-tag-alist): Use sgml-xml a bit more.
16942 (html-mode): Set sgml-empty-tags.
16944 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
16945 (texinfo-update-node, texinfo-sequential-node-update):
16946 Don't bind the obsolete `auto-fill-hook'.
16947 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
16948 Use `set-buffer' rather than `switch-to-buffer'.
16949 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
16950 Use `set-buffer' rather than `switch-to-buffer'.
16952 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
16953 text-mode-syntax-table.
16954 (mail-mode): Use define-derived-mode.
16955 Fix ordering of alternatives in adaptive-fill-regexp.
16956 (mail-mode-map): Don't rely on keymap's internal representation.
16958 2001-10-27 Sam Steingold <sds@gnu.org>
16960 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
16961 (sgml-xml-guess): Extracted from `html-mode' and generalized.
16962 (sgml-mode-common): Call it.
16963 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
16964 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
16965 (html-horizontal-rule, html-image, html-ordered-list):
16966 (html-unordered-list, html-list-item, html-paragraph):
16967 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
16970 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
16972 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
16973 (ifnothtml): New alias.
16975 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
16977 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
16978 (toggle-text-mode-auto-fill): Use derived-mode-p.
16980 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
16982 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
16983 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
16985 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
16987 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
16988 Add make-obsolete cookies, to follow faces.el.
16990 These changes avoid warnings from the byte compiler in faces.el:
16992 * faces.el (internal-get-face): Use facep instead of the obsolete
16993 internal-find-face.
16994 (internal-frob-font-weight, internal-frob-font-slant):
16995 New defaliases for obsolete functions.
16996 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
16997 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
16998 (x-make-font-bold-italic): Use internal-frob-font-weight and
16999 internal-frob-font-slant aliases instead of the obsolete
17000 x-frob-... functions.
17002 2001-10-26 Sam Steingold <sds@gnu.org>
17004 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
17005 DOCTYPE; set `mode-name' based on it.
17006 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
17007 (sgml-tag): Close empty tags in XHTML.
17009 2001-10-26 Jason Rumney <jasonr@gnu.org>
17011 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
17012 when UNICODE is not defined.
17014 2001-10-26 Sam Steingold <sds@gnu.org>
17016 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
17017 be alone on the line.
17019 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17021 * button.el (button): Special face definition for MS-DOS terminals.
17023 2001-10-26 Sam Steingold <sds@gnu.org>
17025 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
17026 Protect the /= test by checking that the args are non-nil.
17027 (sh-font-lock-close-heredoc): Check eof for being non-nil.
17029 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
17031 * textmodes/artist.el (artist-version): 1.2.4.
17032 (artist-butlast-fn): New variable.
17033 (artist-butlast): New function.
17034 (artist-ellipse-mirror-quadrant): Use it.
17035 (artist-mouse-draw-poly): Use nil for `point-list'.
17036 (artist-mouse-draw-poly): Check for point-list being nil.
17038 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
17040 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
17042 (ps-mode-menu-main): Submenu with options on/off was replaced with
17044 (ps-mode, ps-run-mode): Define with `define-derived-mode'
17045 (ps-mode): Autoload cookie added on same line as comment
17046 (ps-mode-tabkey, ps-mode-backward-delete-char):
17047 (ps-mode-r-balance): Replace `delete-horizontal-space' and
17048 `indent-to' with `indent-line-to'
17049 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
17051 (ps-mode-print-region): Use `with-temp-buffer'.
17052 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
17053 (numerous places): Add back-tick and tick around names in
17054 docstrings, fix punctuation in docstrings, remove trailing spaces.
17056 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17058 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
17059 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
17060 (sgml-font-lock-syntactic-keywords): New var.
17061 (sgml-mode-common): Drop the two args.
17062 Don't make buffer-local variables that aren't used.
17063 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
17064 Don't set `before-string' props from sgml-display-text.
17065 (sgml-mode): Use define-derived-mode.
17066 (sgml-tags-invisible): Use sgml-display-text.
17067 (sgml-quote): New command.
17068 (html-tag-alist): Add args for `span'.
17069 (html-mode): Use define-derived-mode.
17070 Set sgml-display-text and sgml-tag-face-alist.
17072 2001-10-25 Sam Steingold <sds@gnu.org>
17074 * add-log.el (add-log-always-start-new-record): New user option.
17075 (add-change-log-entry): Use it.
17077 2001-10-25 Richard M. Stallman <rms@gnu.org>
17079 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
17080 bind case-fold-search if FROM is not all lower case.
17082 2001-10-25 Gerd Moellmann <gerd@gnu.org>
17084 * startup.el (normal-top-level): Check for frame-initial-frame
17085 only if it's really used.
17087 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
17089 * progmodes/compile.el (compilation-parse-errors-filename-function):
17091 (compilation-parse-errors): Use it.
17093 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17095 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
17096 interactively so that C-u M-C-x still does edebug.
17097 (checkdoc-sentencespace-region-engine): Don't force a double-space
17098 after `.' if it doesn't look like an end-of-sentence.
17099 (debug-ignored-errors): Add `disambiguate ...'.
17101 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
17103 * textmodes/texinfo.el (texinfo-environments)
17104 (texinfo-environment-regexp): Hoist.
17105 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
17106 Only highlight the menu name in menu items.
17107 Setup `@foo ... @end foo' as text clones.
17108 (texinfo-clone-environment): New function.
17109 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
17110 (texinfo-insert-block): Simplify.
17111 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
17112 the command is repeated.
17113 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
17114 (texinfo-insert-@end): Simplify.
17116 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
17117 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
17118 (texinfo-subsubsection-level-regexp)
17119 (texinfo-update-menu-same-level-regexps)
17120 (texinfo-update-menu-higher-regexps)
17121 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
17123 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
17124 (derived-mode-p): Autoload.
17126 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
17127 New vars and functions.
17128 (text-clone-maintain, text-clone-create): New functions.
17130 2001-10-25 Miles Bader <miles@gnu.org>
17132 * facemenu.el (facemenu-add-new-face): Fix variable names.
17134 2001-10-24 Richard M. Stallman <rms@gnu.org>
17136 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
17137 of t and nil values.
17138 (facemenu-set-face): Handle START and END interactively.
17139 (facemenu-set-foreground): Don't use a face; specify color directly.
17140 (facemenu-set-background): Likewise.
17141 (facemenu-set-face-from-menu): Doc fix.
17142 (facemenu-active-faces): Use face-attribute-vector
17143 to handle bare attributes not in faces.
17144 (facemenu-get-face): Don't handle face names fg:... and bg:...
17146 (facemenu-add-new-face): New argument MENU.
17147 New way to handle adding colors to the color menus.
17149 * env.el (substitute-env-vars): Quote the arg to rx.
17151 2001-10-24 Sam Steingold <sds@gnu.org>
17153 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
17154 Control" and "SGML" groups.
17156 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17158 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17159 Better handling of C++ template args to avoid confusion with `<'
17160 and `>' used as operators in member init expressions.
17162 2001-10-24 Gerd Moellmann <gerd@gnu.org>
17164 * replace.el (perform-replace): Move START and END parameters
17165 to the end of the argument list and make them optional.
17167 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
17170 * international/fontset.el (x-must-resolve-font-name): New function.
17171 (x-complement-fontset-spec): Use it.
17173 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
17175 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
17177 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
17178 Turn caadr into caar of cdr.
17180 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17182 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
17183 of mouse-{1,2} since dragging is on the down event.
17185 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
17187 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
17190 * desktop.el (desktop-last-buffer): New variable.
17191 (desktop-create-buffer): Set it.
17192 (desktop-read): Bind it and switch to that buffer.
17194 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17196 * progmodes/compile.el (compilation-set-window-height):
17197 Select old window only if it's still live.
17199 2001-10-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17201 * help-mode.el (help-buffer): Remove debugging code.
17202 From Stefan Monnier <monnier@cs.yale.edu>.
17204 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17206 * files.el (file-name-sans-extension, file-name-extension):
17207 Don't count the leading dots in file names as signaling an extension.
17209 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17211 * vc.el (vc-diff-switches): Doc rewritten.
17213 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17215 * tooltip.el (tooltip-set-param): Doc fix.
17217 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
17218 127 to sgml-maybe-name-self.
17219 (sgml-name-8bit-mode): Doc fix.
17220 (sgml-char-names-table): New variable.
17221 (sgml-name-char): Support non-ASCII and mule-unicode-*
17222 characters. Doc fix.
17223 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
17225 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
17226 doc string the effect of `left' and `top' parameters in
17227 tooltip-frame-parameters, the default values, and the units.
17228 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
17229 (tooltip-show): Mention in the doc string the `top' and `left'
17230 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
17232 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17234 Add autoscaling support for vc-annotate.
17235 From J.D. Smith <jdsmith@alum.mit.edu>.
17237 * vc.el (vc-annotate-display-default): Accept colormap scaling
17238 ratio (now deprecated).
17239 (vc-annotate-display-autoscale): Added.
17240 (vc-annotate-add-menu): New autoscaling menu options "Span to
17241 Oldest" and "Span Oldest->Newest". Easymenu support added for
17242 toggle menus driven by customize variable `vc-annotate-display-mode'.
17243 (vc-annotate-display-select): Added.
17244 (vc-annotate): Changed temp-buffer-show-function to
17245 `vc-annotate-display-select'.
17246 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
17247 Added argument OFFSET. Instead of backend function, calls now
17248 generic `vc-annotate-difference'.
17249 (vc-annotate-difference): Added as generic function instead of
17250 backend-specific function. No longer takes argument POINT, but
17251 instead accepts a time OFFSET.
17252 (vc-default-annotate-current-time): Added.
17254 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
17255 version in vc.el, with
17256 (vc-cvs-annotate-current-time): Added, as override of default.
17257 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
17258 `vc-cvs-annotate-difference'.
17260 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17262 * saveplace.el (save-place): Require `saveplace'.
17264 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
17265 Use `sexp' for :value-type instead of `face'.
17267 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
17269 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
17270 regexps due to 5-digit message IDs.
17272 2001-10-21 Jason Rumney <jasonr@gnu.org>
17274 * term/w32-win.el (redisplay-dont-pause): Don't set.
17276 2001-10-21 Miles Bader <miles@gnu.org>
17278 * help-funs.el (help-manyarg-func-alist): Variable removed.
17280 2001-10-21 Miles Bader <miles@gnu.org>
17282 * help-funs.el (help-manyarg-func-alist): Remove entries for
17283 `insert', `insert-and-inherit', `insert-before-markers',
17284 `insert-before-markers-and-inherit', `message', `message-box',
17285 `message-or-box', `propertize', `format', `encode-time', `append',
17286 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
17287 `insert-string', `ml-if', `ml-provide-prefix-argument', and
17288 `ml-prefix-argument-loop'.
17290 2001-10-21 Andre Spiegel <spiegel@gnu.org>
17292 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
17293 (vc-default-diff-tree): New functions.
17294 (vc-version-diff): Use them. As a result, coding systems are now
17295 set up properly for all sorts of diffs, and tree diffs can now
17296 also be done locally.
17297 (vc-diff): With a prefix argument, don't require that it's called
17298 from a buffer under version control.
17299 (diff-switches): Remove duplicate definition.
17301 * vc-cvs.el (vc-cvs-diff-tree): New function.
17303 2001-10-21 Miles Bader <miles@gnu.org>
17305 * help-funs.el (help-manyarg-func-alist): Remove entries for
17306 `list', `vector', `make-byte-code', `call-process',
17307 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
17308 `logand', `logior', and `logxor'.
17310 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
17311 image bits to compensate. Use `make-string' instead of
17312 `make-bool-vector' (XBM apparently wants byte-aligned rows).
17314 2001-10-20 Kim F. Storm <storm@cua.dk>
17316 * simple.el (kill-ring-save): Don't show extent of copied region
17317 if using transient-mark-mode and region is fully visible.
17319 See ChangeLog.9 for earlier changes.
17321 ;; Local Variables:
17322 ;; coding: iso-2022-7bit
17325 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
17326 Copying and distribution of this file, with or without modification,
17327 are permitted provided the copyright notice and this notice are preserved.