# HG changeset patch # User Jan Djrv # Date 1046812078 0 # Node ID 426570693d999b785e6a87fe34ad124561ddabbf # Parent b5ec65424fcce7f28e2b41708edb6c67266149bb Restore iso-2022-7bit diff -r b5ec65424fcc -r 426570693d99 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 04 19:33:04 2003 +0000 +++ b/lisp/ChangeLog Tue Mar 04 21:07:58 2003 +0000 @@ -34,14 +34,14 @@ "`(" to same so that function and macro bodies beginning with a backquote do not get disturbed. Revise the comments. -2003-03-01 Jan Djrv +2003-03-01 Jan Dj,Ad(Brv * startup.el (command-line): Call menu-bar-mode with 1 instead of t. * menu-bar.el (menu-bar-mode): Change to define-minor-mode and initialize as for tool-bar-mode. -2003-02-28 Kai Grojohann +2003-02-28 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.30 released. Replace term "path" with "localname" unless it is used for a @@ -207,12 +207,12 @@ in some earlier merge. (cperl-tags-hier-init): Use display-popup-menus-p. -2003-02-22 Kai Grojohann +2003-02-22 Kai Gro,A_(Bjohann * files.el (abbreviate-file-name): Shorten docstring: variables are now hyperlinks and `C-h v' need not be mentioned explicitly. -2003-02-21 Kai Grojohann +2003-02-21 Kai Gro,A_(Bjohann * files.el (abbreviate-file-name): Document removal of automounter prefixes. Reported by Lars Hansen. @@ -247,7 +247,7 @@ * info.el (Info-extract-menu-node-name): Stop if colon is followed by open paren. -2003-02-20 Francesco Potort +2003-02-20 Francesco Potort,Al(B * mail/undigest.el (unforward-rmail-message): Allow nested unforwarding, that is, preserve old Forwarded-From/Date headers. @@ -669,7 +669,7 @@ * printing.el: New file. -2003-02-07 Francesco Potort +2003-02-07 Francesco Potort,Al(B * language/european.el ("French", "Slovenian"): Fix doc strings. @@ -680,7 +680,7 @@ (rmail-summary-next-labeled-message, rmail-summary-resend) (rmail-summary-override-mail-send-and-exit): Doc fixes. -2003-02-06 Francesco Potort +2003-02-06 Francesco Potort,Al(B * language/european.el ("Italian"): New. @@ -717,11 +717,11 @@ Undo last change (duplicates part of 2003-02-04 change). Remap `viper' delete commands only in file or dir mode. -2003-02-05 Kai Grojohann +2003-02-05 Kai Gro,A_(Bjohann * ido.el (ido-define-mode-map): Interact with Viper. -2003-02-05 Kai Grojohann +2003-02-05 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.29 released. (tramp-send-region): Protect against tramp-chunksize being nil. @@ -859,7 +859,7 @@ * ruler-mode.el (ruler-mode-margins-char): Likewise. -2003-02-04 Francesco Potort +2003-02-04 Francesco Potort,Al(B * mail/rmailout.el (rmail-output): If preserving MIME-version, preserve Content-type too. @@ -1039,7 +1039,7 @@ * shell.el: * woman.el: Added cygwin to system-type comparisons. -2003-01-31 Francesco Potort +2003-01-31 Francesco Potort,Al(B * mail/undigest.el (rmail-forward-separator-regex): New custom variable. @@ -1176,7 +1176,7 @@ (c-require-final-newline): Add a variable to make the initialization of `require-final-newline' more configurable. -2003-01-26 Jan Djrv +2003-01-26 Jan Dj,Ad(Brv * emacs-lisp/authors.el (authors-aliases): Add Jan D. Set iso-2022-7bit coding: cookie. @@ -1337,7 +1337,7 @@ * Makefile.in (bootstrap-after): New target. (bootstrap): Move finder-data, custom-deps to bootstrap-after. -2003-01-22 Kai Grojohann +2003-01-22 Kai Gro,A_(Bjohann * info.el (Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser. @@ -1709,7 +1709,7 @@ * international/code-pages.el (cp-make-coding-system): Fix last change. -2003-01-10 Kai Grojohann +2003-01-10 Kai Gro,A_(Bjohann * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and use regexp-opt for readability. @@ -1773,7 +1773,7 @@ * mail/undigest.el (unforward-rmail-message): Don't use global variable `n'. -2003-01-08 Francesco Potort +2003-01-08 Francesco Potort,Al(B * mail/undigest.el (unforward-rmail-message): Simplified. No functional change. @@ -1796,14 +1796,14 @@ (custom-save-variables): Use custom-variable-p to detect non-rogue variables. -2003-01-07 Francesco Potort +2003-01-07 Francesco Potort,Al(B * mail/undigest.el (unforward-rmail-message): Skip all newlines after the initial separator. (unforward-rmail-message): Forwarded-From: and Forwarded-Date: instead of Forwarded-from: and Forwarded-date:. -2003-01-07 Kai Grojohann +2003-01-07 Kai Gro,A_(Bjohann * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are produced by TeX. @@ -2045,7 +2045,7 @@ (customize-variable-other-window, customize-option-other-window): Definitions moved up. -2002-12-26 Kai Grojohann +2002-12-26 Kai Gro,A_(Bjohann * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes. * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of @@ -2085,7 +2085,7 @@ * cus-edit.el (custom-save-faces): Fix typo. -2002-12-23 Francesco Potort +2002-12-23 Francesco Potort,Al(B * mail/undigest.el (unforward-rmail-message): Do not assume that the forwarded message's Date: header comes after From:. Use a @@ -2255,7 +2255,7 @@ * dired.el (dired-insert-directory): Preserve text properties when quoting. -2002-12-20 Francesco Potort +2002-12-20 Francesco Potort,Al(B * mail/undigest.el (rmail-mail-separator): Renamed from rmail-digest-mail-separator. All users changed. @@ -2316,7 +2316,7 @@ coding-system to allow users to specify unsafe coding system on their risk. -2002-12-16 Francesco Potort +2002-12-16 Francesco Potort,Al(B * mail/undigest.el (rmail-digest-methods) (rmail-digest-mail-separator): New variables. @@ -2384,7 +2384,7 @@ Add :set-after. (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. -2002-12-15 Gustav Hllberg (tiny change) +2002-12-15 Gustav H,Ae(Bllberg (tiny change) * progmodes/compile.el (compile-reinitialize-errors): Don't mark the buffer as modified unless it really is. @@ -2451,7 +2451,7 @@ Update custom-type of `current-language-environment'. (current-language-environment): Fix custom type. -2002-12-11 Pavel Jan-Bk -A +2002-12-11 Pavel Jan,Bm(Bk * progmodes/antlr-mode.el (antlr): New URL. @@ -2801,7 +2801,7 @@ * font-lock.el (c++-font-lock-extra-types): Fix previous change. -2002-12-02 Franois Pinard +2002-12-02 Fran,Ag(Bois Pinard * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight more make keywords: defined, endef, override, export, unexport @@ -3055,7 +3055,7 @@ * register.el (describe-register-1): Don't assign to val the value returned by `remove-list-of-text-properties'. -2002-11-18 Kai Grojohann +2002-11-18 Kai Gro,A_(Bjohann * calendar/diary-lib.el (fancy-diary-font-lock-keywords): Grok month numbers, too. @@ -4187,7 +4187,7 @@ * textmodes/fill.el (fill-paragraph): Go to BOL before calling forward-paragraph to make sure its return value is meaningful. -2002-10-06 Kai Grojohann +2002-10-06 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.25 released. (tramp-handle-file-truename): If it's a directory, @@ -4519,7 +4519,7 @@ once Emacs is started up; initialize to "" at loadup time. (command-line): "", not nil, means user-mail-address not set yet. -2002-09-29 Kai Grojohann +2002-09-29 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.24 released. (tramp-methods, tramp-completion-function-alist): @@ -4907,7 +4907,7 @@ * mail/sendmail.el (sendmail-send-it): If user's buffer is unibyte, make tembuf unibyte. -2002-09-22 Kai Grojohann +2002-09-22 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.22 released. (tramp-parse-rhosts, tramp-parse-shosts) @@ -4924,7 +4924,7 @@ (tramp-completion-function-alist): Add completion function for "ftp". From Michael Albinus . -2002-09-22 Kai Grojohann +2002-09-22 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.21 released. (tramp-handle-file-newer-than-file-p): If mtime of both files is @@ -4938,11 +4938,11 @@ (tramp-method-out-of-band-p): Correct number of args for `tramp-get-rsh-program' and similar functions. -2002-09-22 Kai Grojohann +2002-09-22 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.20 released. -2002-09-20 Kai Grojohann +2002-09-20 Kai Gro,A_(Bjohann * net/tramp.el (tramp-completion-function-alist): Escape open paren in docstring. @@ -4971,24 +4971,24 @@ `tramp-find-method'. Update callers. (tramp-find-method): New function. -2002-09-20 Kai Grojohann +2002-09-20 Kai Gro,A_(Bjohann * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" in SWITCHES (by removing it). -2002-09-18 Kai Grojohann +2002-09-18 Kai Gro,A_(Bjohann * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. -2002-09-17 Kai Grojohann +2002-09-17 Kai Gro,A_(Bjohann * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. -2002-09-16 Kai Grojohann +2002-09-16 Kai Gro,A_(Bjohann * net/tramp.el (tramp-bug): Add tramp-methods. -2002-09-16 Kai Grojohann +2002-09-16 Kai Gro,A_(Bjohann * net/tramp.el (tramp-methods): Update docstring: tramp-encoding-command, tramp-decoding-command, @@ -4996,7 +4996,7 @@ parameters anymore. (tramp-uuencode-region): Autoload it. -2002-09-13 Kai Grojohann +2002-09-13 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.19 released. @@ -5006,11 +5006,11 @@ Use `tramp-uuencode-region' as local encoder for the uuencode based entries. -2002-09-13 Kai Grojohann +2002-09-13 Kai Gro,A_(Bjohann * net/tramp.el (tramp-handle-write-region): Wrong parens. -2002-09-13 Kai Grojohann +2002-09-13 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.18 released. @@ -5018,14 +5018,14 @@ older versions of Perl. Now tested with 5.004. Suggestion from Michael Albinus. -2002-09-12 Kai Grojohann +2002-09-12 Kai Gro,A_(Bjohann * net/tramp.el (tramp-find-inline-encoding): Call tramp-call-local-coding-command with nil for INPUT and OUTPUT. (tramp-call-local-coding-command): OUTPUT equals nil means to discard the output. INPUT equals nil means /dev/null. -2002-09-12 Kai Grojohann +2002-09-12 Kai Gro,A_(Bjohann * net/tramp.el (tramp-encoding-shell): Default to environment variable COMSPEC on Windows. @@ -5038,7 +5038,7 @@ Define `result1'. (tramp-parse-hosts-group): Discard IPv6 entries. -2002-09-11 Kai Grojohann +2002-09-11 Kai Gro,A_(Bjohann * net/tramp.el (tramp-post-connection): Only send Perl mime-encode/decode implementations when using inline method. @@ -5061,7 +5061,7 @@ (tramp-get-decoding-function, tramp-set-decoding-function): Old functions, removed. -2002-09-10 Kai Grojohann +2002-09-10 Kai Gro,A_(Bjohann * net/tramp.el (tramp-open-connection-setup-interactive-shell): Change command to invoke /bin/sh slightly to make it compatible @@ -5072,7 +5072,7 @@ * net/tramp.el (tramp-handle-write-region): Added missing `)'. Hope it's the right place. -2002-09-09 Kai Grojohann +2002-09-09 Kai Gro,A_(Bjohann * net/tramp.el (tramp-open-connection-setup-interactive-shell): Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in @@ -5126,7 +5126,7 @@ `tramp-get-completion-su' (the previous place for this stuff) doesn't exist any longer. -2002-09-07 Kai Grojohann +2002-09-07 Kai Gro,A_(Bjohann * net/tramp.el (tramp-enter-password): Use `tramp-password-end-of-line' to terminate the line. @@ -5138,7 +5138,7 @@ (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end of line of the output delimiter. -2002-09-06 Kai Grojohann +2002-09-06 Kai Gro,A_(Bjohann * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) (tramp-open-connection-setup-interactive-shell): Add some comments @@ -5156,7 +5156,7 @@ (tramp-completion-mode): Replace `last-input-char' by modern `last-input-event'. Check for `event-modifiers'. -2002-09-06 Kai Grojohann +2002-09-06 Kai Gro,A_(Bjohann * net/tramp.el (file-expand-wildcards): Corrected check to see if advising is necessary. @@ -5277,7 +5277,7 @@ (tramp-completion-handle-file-name-all-completions): Apply `tramp-completion-run-real-handler'. (tramp-parse-rhosts) - (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1 renamed to-A + (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed to `res' (otherwise side effects in XEmacs). 2002-08-24 Michael Albinus @@ -5356,13 +5356,13 @@ list in order to avoid nested lists, f.e. when invoked from `tramp-handle-dired-call-process'. -2002-09-05 Kai Grojohann +2002-09-05 Kai Gro,A_(Bjohann * net/tramp.el (tramp-chunksize): New kluge variable. (tramp-send-region): If tramp-chunksize is non-nil, send region in parts and sleep 0.1 seconds between chunks. -2002-09-03 Kai Grojohann +2002-09-03 Kai Gro,A_(Bjohann * net/tramp.el (tramp-handle-insert-directory): Use `insert-buffer-substring' instead of `insert-buffer', which is not @@ -5373,12 +5373,12 @@ (file-expand-wildcards): Don't advise unless "[" and "]" are used in the filename format. -2002-09-01 Kai Grojohann +2002-09-01 Kai Gro,A_(Bjohann * net/tramp.el (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old. -2002-09-22 Kai Grojohann +2002-09-22 Kai Gro,A_(Bjohann * dired.el (dired-insert-directory): Always add "--dired" to to SWITCHES for remote files. @@ -5504,7 +5504,7 @@ Don't unbind compilation-last-buffer after autoloading compile.el. Hide the compilation-minor-mode bindings altogether. -2002-09-18 Kai Grojohann +2002-09-18 Kai Gro,A_(Bjohann * dired.el (dired-insert-directory): Never add "--dired" when listing remote directories. @@ -5559,7 +5559,7 @@ hack-one-local-variable so unsafep can use it. Add \|-history$ to the list of disallowed local variable names (malicious user could stuff a `display' property in there that would be activated when - nave user called up the history). + na,Ao(Bve user called up the history). 2002-09-16 Markus Rost @@ -5727,7 +5727,7 @@ (transient-mark-mode, line-number-mode, column-number-mode): Pass an explicit `:require nil' argument. -2002-09-13 Francesco Potort +2002-09-13 Francesco Potort,Al(B * play/tetris.el (tetris-blank-options, tetris-cell-options): Remove various redundant `(t nil)'. @@ -5935,7 +5935,7 @@ (ps-print-color-p, ps-page-dimensions-database): Autoload var. (ps-print-code, ps-print-preprint-region): Adjust code. -2002-09-10 Kai Grojohann +2002-09-10 Kai Gro,A_(Bjohann * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in emacs-lisp-mode, like ~/.emacs. @@ -6264,7 +6264,7 @@ * mail/sendmail.el (mail-mode): Don't set local-abbrev-table. (mail-mode-abbrev-table): Set to text-mode-abbrev-table. -2002-09-02 Kai Grojohann +2002-09-02 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.15 released. (require 'base64): Most modern Emacsen have the base64 @@ -6512,7 +6512,7 @@ * comint.el (comint-carriage-motion): Start at START. -2002-08-27 Francesco Potort +2002-08-27 Francesco Potort,Al(B * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response given by vsFTPd when accessed with a kerberised FTP client. @@ -6646,7 +6646,7 @@ Always call x-focus-frame, if using x. Use set-mouse-position on all systems, if focus-follows-mouse. -2002-08-22 Kai Grojohann +2002-08-22 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.14 released. (tramp-shell-prompt-pattern): New variable. @@ -6681,7 +6681,7 @@ pushing mark. (f90-abbrev-start): unread-command-event is obsolete in XEmacs. -2002-08-21 Kai Grojohann +2002-08-21 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.13 released. (tramp-handle-write-region): Don't check to see if remote end is @@ -6972,7 +6972,7 @@ * wid-browse.el (widget-minor-mode): Fix doc typo. -2002-08-07 Kai Grojohann +2002-08-07 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.12 released. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): @@ -7050,7 +7050,7 @@ * image.el (image-jpeg-p): Accept "Exif" marker. -2002-08-05 Kai Grojohann +2002-08-05 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.11 released. (tramp-perl-file-attributes): Print uid and gid as signed integers. @@ -7072,7 +7072,7 @@ * startup.el (fancy-splash-frame): Check selected frame last. -2002-08-04 Kai Grojohann +2002-08-04 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.10 released. (tramp-uudecode): New shell function `tramp_uudecode' to decode to @@ -7085,7 +7085,7 @@ (tramp-coding-commands): Add an alternative for `tramp_uudecode'. (tramp-bug): Include more variables in the report. -2002-08-04 Kai Grojohann +2002-08-04 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.9 released. (tramp-bug): Add wording about additional info to include in bug @@ -7109,12 +7109,12 @@ * term/mac-win.el: Set keys to enable mouse wheel support. -2002-08-03 Kai Grojohann +2002-08-03 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.8. (tramp-perl-encode, tramp-perl-encode): Double the backslashes. -2002-08-03 Kai Grojohann +2002-08-03 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.7. (tramp-perl-encode-with-module, tramp-perl-decode-with-module) @@ -7128,7 +7128,7 @@ (f90-font-lock-keywords-2): Fix `implicit type(foo)' case. (f90-type-def-re): Fix value. -2002-08-03 Kai Grojohann +2002-08-03 Kai Gro,A_(Bjohann * net/tramp.el: Version 2.0.6. (tramp-default-method): Change to "ssh" from "sm". @@ -7219,7 +7219,7 @@ don't work on MSVC/nmake builds. (update-subdirs-CMD): Generate the right list of subdirectories. -2002-07-30 Kai Grojohann +2002-07-30 Kai Gro,A_(Bjohann * net/tramp.el: New version 2.0.5. (tramp-methods): Remove inline encoding method parameters. @@ -7361,7 +7361,7 @@ * ps-print.el: Update copyright year. (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type. -2002-07-26 Kai Grojohann +2002-07-26 Kai Gro,A_(Bjohann * eshell/eshell.el (eshell): Numeric prefix arg means to switch to the session with that number. Old behavior still available @@ -7625,7 +7625,7 @@ * bindings.el (last-buffer): Use buffer-list with frame arg. Create *scratch* if no other choice exists. Fix bugs. -2002-07-21 Kai Grojohann +2002-07-21 Kai Gro,A_(Bjohann * net/tramp.el: Bump version to 2.0.2. (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to @@ -8009,7 +8009,7 @@ * calendar/timeclock.el (timeclock-in): Handle the case where no log file exists (ie the very first call). -2002-07-13 Kai Grojohann +2002-07-13 Kai Gro,A_(Bjohann * net/ange-ftp.el: Do not hook into file-name-handler-alist, this is done by Tramp. @@ -8085,7 +8085,7 @@ (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO". -2002-07-11 Kai Grojohann +2002-07-11 Kai Gro,A_(Bjohann * net/tramp.el (tramp-default-method): New default method "sm" which I guess to be good for most people. @@ -8247,7 +8247,7 @@ * bindings.el (completion-ignored-extensions): Add .gmo and .mo. -2002-07-06 Francesco Potort +2002-07-06 Francesco Potort,Al(B * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] file suffixes for Open office data files. @@ -8498,7 +8498,7 @@ (uniquify-delayed-rationalize-file-buffer-names): Rename from delayed-uniquify-rationalize-file-buffer-names. -2002-06-27 Kai Grojohann +2002-06-27 Kai Gro,A_(Bjohann * net/tramp.el (tramp-file-name-structure) (tramp-multi-file-name-hop-structure): Split for easier readability. @@ -8547,7 +8547,7 @@ * dired.el (dired-find-alternate-file): Mark as disabled. -2002-06-25 Kai Grojohann +2002-06-25 Kai Gro,A_(Bjohann * net/tramp.el (tramp-ftp-method): New user option. (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. @@ -8635,7 +8635,7 @@ * progmodes/f90.el (f90-do-auto-fill): Respect the value of comment-auto-fill-only-comments. -2002-06-21 Kai Grojohann +2002-06-21 Kai Gro,A_(Bjohann * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. This is not a handled operation. @@ -8736,7 +8736,7 @@ 21 dialogs to select the file, since we want a directory name only. (ada-customize): Add support for the new GNAT project files. -2002-06-20 Francesco Potort +2002-06-20 Francesco Potort,Al(B * progmodes/etags.el (tag-implicit-name-match-p): New function. (etags-recognize-tags-table): Use it for implicit tag names. @@ -9121,7 +9121,7 @@ * select.el (xselect-convert-to-string): If VALUE is a string, return a cons of TYPE and the string. -2002-06-05 Pavel Jank +2002-06-05 Pavel Jan,Am(Bk * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix the table to contain correct characters. @@ -9557,7 +9557,7 @@ (mail-default-directory): New user option. (mail, mail-recover): Use that option. -2002-05-20 Kai Grojohann +2002-05-20 Kai Gro,A_(Bjohann * international/mule.el (auto-coding-alist): Use emacs-mule for auto-save files. @@ -9735,7 +9735,7 @@ (dabbrev-upcase-means-case-search): Doc fix. (dabbrev-case-replace): Fix custom tags and docs. -2002-05-14 Jochen Kpper +2002-05-14 Jochen K,A|(Bpper * calc/calc-units.el (math-standard-units): Update from CODATA. @@ -9752,7 +9752,7 @@ * textmodes/sgml-mode.el (sgml-tag): Default skeleton-transformation to `identity'. -2002-05-14 Francesco Potort +2002-05-14 Francesco Potort,Al(B * shell.el (shell-mode): Make second part of initialisation depend on whether comint-input-ring is empty, rather than depend @@ -9797,7 +9797,7 @@ (occur-engine): If there are no more matches, then finish searching the current buffer. -2002-05-12 Pavel Jank +2002-05-12 Pavel Jan,Am(Bk * net/ange-ftp.el (ange-ftp-try-passive-mode) (ange-ftp-passive-host-alist): Change :version attributes to be @@ -9839,7 +9839,7 @@ * subr.el (functionp): Catch errors in indirect-function. -2002-05-12 Pavel Jank +2002-05-12 Pavel Jan,Am(Bk * net/ldap.el (ldap-search-internal): Unfold folded lines before parsing. @@ -9922,7 +9922,7 @@ * wid-edit.el (checkbox): New check-mark image. -2002-05-08 Pavel Jank +2002-05-08 Pavel Jan,Am(Bk * filesets.el (filesets-running-xemacs): Fix last change. @@ -9942,7 +9942,7 @@ (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): Defvar them to nil if running in Emacs. -2002-05-08 Pavel Jank +2002-05-08 Pavel Jan,Am(Bk * textmodes/flyspell.el (make-flyspell-overlay): Add help text to flyspell overlays. @@ -10031,7 +10031,7 @@ * emacs-lisp/find-func.el (find-function-search-for-symbol): Use with-syntax-table. -2002-05-06 Francesco Potort +2002-05-06 Francesco Potort,Al(B * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. @@ -10197,7 +10197,7 @@ Only interpret delete-selection property if mark-active. (cua-mode): Fixed require in defcustom. -2002-05-01 Pavel Jank +2002-05-01 Pavel Jan,Am(Bk * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of error call. @@ -10332,7 +10332,7 @@ * language/viet-util.el: Update Commentary section. -2002-04-29 Pavel Jank +2002-04-29 Pavel Jan,Am(Bk * filesets.el (filesets-data): Doc fix. (filesets-running-xemacs): Define even when compiling. @@ -10397,7 +10397,7 @@ * replace.el (occur-revert-arguments): Renamed from occur-revert-properties. All uses changed. -2002-04-28 Pavel Jank +2002-04-28 Pavel Jan,Am(Bk * recentf.el (recentf-menu-before): Use string to specify path in the menu. @@ -10774,7 +10774,7 @@ when finding the end. Take more care in analyzing the results of intangibility after line-move-to-column. -2002-04-22 Pavel Jank +2002-04-22 Pavel Jan,Am(Bk * international/mule-diag.el (list-input-methods-1): Doc fix (LEIM is now part of the standard distribution). @@ -11732,7 +11732,7 @@ * simple.el (pop-to-mark-command): Do not set this-command. (set-mark-command): Always jump to mark when called with arg. -2002-04-18 Francesco Potort +2002-04-18 Francesco Potort,Al(B * comint.el (comint-watch-for-password-prompt): Remove whitespace at the beginning of password prompts. @@ -11749,7 +11749,7 @@ (ibuffer-current-state-list): Reinstate optional argument; now just call `point' inside the mapping function. -2002-04-17 Francesco Potort +2002-04-17 Francesco Potort,Al(B * dired-aux.el (dired-star-subst-regexp) (dired-quark-subst-regexp): New constants. @@ -11770,7 +11770,7 @@ * term.el (term-emulate-terminal): Fix last change. -2002-04-16 Pavel Jank +2002-04-16 Pavel Jan,Am(Bk * bindings.el (mode-line-mode-menu): Update names to reflect latest changes. @@ -11846,7 +11846,7 @@ (exchange-point-and-mark): Temporarily enable transient-mark-mode if prefix arg. -2002-04-14 Pavel Jank +2002-04-14 Pavel Jan,Am(Bk * speedbar.el (speedbar-tag-hierarchy-method) (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. @@ -11856,7 +11856,7 @@ * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at beginning of buffer. -2002-04-14 Pavel Jank +2002-04-14 Pavel Jan,Am(Bk * speedbar.el (speedbar-generic-item-info) (speedbar-sort-tags): Doc fix. @@ -11885,7 +11885,7 @@ (gamegrid-add-score): Just dispatch on `system-type' to one of the previous two functions. -2002-04-13 Pavel Jank +2002-04-13 Pavel Jan,Am(Bk * iswitchb.el: Update commentary to include new function iswitchb-exclude-nonmatching. @@ -11904,7 +11904,7 @@ * help.el (string-key-binding): Deal with margin events. -2002-04-12 Francesco Potort +2002-04-12 Francesco Potort,Al(B * comint.el (comint-password-prompt-regexp): Match " SMB password". @@ -11950,7 +11950,7 @@ (fill-region-as-paragraph): Compare to `to' rather than eobp. (fill-paragraph): Don't rebind fill-paragraph-function. -2002-04-11 Pavel Jank +2002-04-11 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. @@ -12064,7 +12064,7 @@ Use sgml-parse-tag-backward to find start point. (sgml-looking-back-at): Doc fix. -2002-04-09 Pavel Jank +2002-04-09 Pavel Jan,Am(Bk * isearch.el (isearch-message-prefix): Use minibuffer-prompt face for prompt. @@ -12113,7 +12113,7 @@ * vc-cvs.el (vc-cvs-valid-version-number-p): New function. (vc-cvs-checkin): Use it. -2002-04-08 Pavel Jank +2002-04-08 Pavel Jan,Am(Bk * files.el (display-time-string): Fix last change. @@ -12128,7 +12128,7 @@ default-process-coding-system. (coding-system-change-text-conversion): Fix case where CODING is nil. -2002-04-07 Pavel Jank +2002-04-07 Pavel Jan,Am(Bk * subr.el (play-sound): Move here from simple.el. @@ -12155,7 +12155,7 @@ * textmodes/xml-lite.el: Remove. -2002-04-05 Pavel Jank +2002-04-05 Pavel Jan,Am(Bk * simple.el (play-sound): New function (uses play-sound-internal). @@ -12179,7 +12179,7 @@ * textmodes/sgml-mode.el: Add missing require. (sgml-lexical-context): Fix up CDATA detection for boundary cases. -2002-04-03 Kai Grojohann +2002-04-03 Kai Gro,A_(Bjohann * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to spot indicated by text property `cvs-goal-column', if present. @@ -12247,7 +12247,7 @@ (sgml-parse-tag-backward): Extend support for CDATA to include conditional sections. -2002-04-03 Pavel Jank +2002-04-03 Pavel Jan,Am(Bk * cus-start.el: Rename `autoselect-window' to `mouse-autoselect-window'. @@ -12321,7 +12321,7 @@ (xml-lite-parse-tag-backward): Simplify parsing by assuming we always start within text. Make use of sgml-unclosed-tag-p. -2002-04-01 Ville Skytt +2002-04-01 Ville Skytt,Ad(B * tcl.el (tcl-imenu-generic-expression): New value. (tcl-imenu-create-index-function): Function deleted. @@ -12331,7 +12331,7 @@ (inferior-tcl-mode): Doc fix. Change not legally significant. -2002-04-01 Pavel Jank +2002-04-01 Pavel Jan,Am(Bk * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. @@ -12532,7 +12532,7 @@ for comments. (xml-lite-in-string-p): Simplify. -2002-03-27 Pavel Jank +2002-03-27 Pavel Jan,Am(Bk * allout.el (outline-layout): Doc fix. @@ -12600,7 +12600,7 @@ * subr.el (substring-no-properties): Function deleted (now in C). -2002-03-25 Pavel Jank +2002-03-25 Pavel Jan,Am(Bk * mwheel.el (mouse-wheel-mode): Use global-set-key and global-unset-key. @@ -12641,7 +12641,7 @@ fore- and background colors of the faces we create, since facemenu doesn't. -2002-03-24 Pavel Jank +2002-03-24 Pavel Jan,Am(Bk * mwheel.el (mouse-wheel-mode): Use the result of current-global-map instead of the variable `global-map'. @@ -12696,7 +12696,7 @@ * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter directions as the last action. -2002-03-21 Pavel Jank +2002-03-21 Pavel Jan,Am(Bk * startup.el (fancy-splash-tail, normal-splash-screen): Update copyright. @@ -12884,7 +12884,7 @@ : Remove the setup for all known codepages: it seems to cause crashes in the CCL driver. -2002-03-16 Pavel Jank +2002-03-16 Pavel Jan,Am(Bk * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) (bibtex-entry-field-alist): Doc fix. @@ -12902,7 +12902,7 @@ * files.el (load-completion): New function. (load-library): Use it. -2002-03-15 Pavel Jank +2002-03-15 Pavel Jan,Am(Bk * calendar/cal-french.el (calendar-goto-french-date): Fix prompt to match the actual code. @@ -12981,7 +12981,7 @@ (fortran-fill): Don't be confused by ! inside a comment. (fortran-break-line): Minor cleanup and simplification. -2002-03-13 Francesco Potort +2002-03-13 Francesco Potort,Al(B * progmodes/etags.el (tag-exact-file-name-match-p) (tag-file-name-match-p, tag-partial-file-name-match-p): Use a @@ -12992,7 +12992,7 @@ * ibuffer.el (ibuffer-redisplay-current): Don't move point when redisplaying a line. -2002-03-12 Jan Djrv +2002-03-12 Jan Dj,Ad(Brv * term/x-win.el (emacs-session-restore): Take previous id as an argument. @@ -13013,7 +13013,7 @@ (lisp-indent-defmethod): Use car/cdr instead of first/rest. (lisp-backquote-indentation): New user option. -2002-03-12 Francesco Potort +2002-03-12 Francesco Potort,Al(B * progmodes/etags.el (tag-exact-file-name-match-p) (tag-file-name-match-p, tag-partial-file-name-match-p): @@ -13045,7 +13045,7 @@ * comint.el: Remove documentation on setting up pcomplete. -2002-03-11 Pavel Jank +2002-03-11 Pavel Jan,Am(Bk * font-lock.el (java-font-lock-extra-types): Add "URL" as separate item. Doc fix. @@ -13064,7 +13064,7 @@ * play/mpuz.el: Use defface instead of facemenu-get-face. -2002-03-10 Jan Djrv +2002-03-10 Jan Dj,Ad(Brv * startup.el (command-line): Add call to emacs-session-restore if both x-session-id and x-session-previous-id are strings. @@ -13165,7 +13165,7 @@ (hif-conditional): New function to evaluate a conditional expression. -2002-03-06 Pavel Jank +2002-03-06 Pavel Jan,Am(Bk * language/czech.el ("Czech"): Fix the documentation. @@ -13228,7 +13228,7 @@ (mode-line-inactive, header-line): Move the `t' section to the beginning so the `:inherit' setting can be shared. -2002-03-04 Pavel Jank +2002-03-04 Pavel Jan,Am(Bk * net/snmp-mode.el: Require tempo when compiling to prevent warnings. Update copyright notice. @@ -13348,7 +13348,7 @@ * font-lock.el (java-font-lock-extra-types): Match java.net.URL, etc. -2002-02-28 Pavel Jank +2002-02-28 Pavel Jan,Am(Bk * hexl.el (hexl-options): Doc fix. Update Commentary section. @@ -13628,7 +13628,7 @@ * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more natural paragraph boundaries. Don't fail at beginning of buffer. -2002-02-20 Pavel Jank +2002-02-20 Pavel Jan,Am(Bk * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, call the argument "arg" to match plain next-line and @@ -13692,7 +13692,7 @@ * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when invoked from Rmail with full headers displayed. -2002-02-17 Kai Grojohann +2002-02-17 Kai Gro,A_(Bjohann * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks when repeated. @@ -13708,7 +13708,7 @@ * textmodes/flyspell.el (flyspell): Add to ispell group. -2002-02-17 Kai Grojohann +2002-02-17 Kai Gro,A_(Bjohann * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when repeated. @@ -13732,7 +13732,7 @@ * cus-start.el: Add automatic-hscroll-margin and automatic-hscroll-step. -2002-02-16 Pavel Jank +2002-02-16 Pavel Jan,Am(Bk * cus-start.el (x-autoselect-window): Allow customization. @@ -13829,7 +13829,7 @@ * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. -2002-02-15 Kai Grojohann +2002-02-15 Kai Gro,A_(Bjohann * simple.el (mark-word): Mark more if repeated. * textmodes/paragraphs.el (mark-paragraph): Ditto. @@ -13930,7 +13930,7 @@ * cus-start.el: Don't warn about "x-*" symbols when building a non-GUI version. -2002-02-11 Pavel Jank +2002-02-11 Pavel Jan,Am(Bk * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): Doc fix. @@ -13955,7 +13955,7 @@ (dump-charsets, dump-codings): Deleted (obsolete). From Dave Love . -2002-02-10 Pavel Jank +2002-02-10 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. @@ -13978,7 +13978,7 @@ * ediff.el: Typo in comment. -2002-02-09 Pavel Jank +2002-02-09 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-options-save): Take care of line-number-mode and column-number-mode variables. @@ -14055,7 +14055,7 @@ * subr.el (global-set-key, local-set-key): Accept a symbol for the KEY argument (like define-key). -2002-02-06 Pavel Jank +2002-02-06 Pavel Jan,Am(Bk * textmodes/flyspell.el (flyspell-insert-function): Doc fix. @@ -14136,7 +14136,7 @@ * cus-edit.el (customize-mark-to-save): New function. * menu-bar.el (menu-bar-options-save): Rewrote. -2002-02-05 Pavel Jank +2002-02-05 Pavel Jan,Am(Bk * cus-start.el (x-use-underline-position-properties): Allow customization. @@ -14169,11 +14169,11 @@ * window.el (save-selected-window): Move macro before first use. (balance-windows): Fix misplaced parenthesis. -2002-02-03 Pavel Jank +2002-02-03 Pavel Jan,Am(Bk * calculator.el (calculator-displayers): Doc fixes. -2002-02-03 Pavel Jank +2002-02-03 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. (menu-bar-options-save): Save also the value of `display-time-mode'. @@ -14212,7 +14212,7 @@ looking for X-Coding-System header, and restore the pruned state before returning. -2002-02-02 Pavel Jank +2002-02-02 Pavel Jan,Am(Bk * cus-edit.el (customize-save-variable): Fix typo in prompt. @@ -14301,7 +14301,7 @@ * emulation/pc-select.el (pc-select-save-and-set-mode): Properly use MODE-VAR. -2002-01-29 Pavel Jank +2002-01-29 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About Emacs". @@ -14318,7 +14318,7 @@ * calendar/calendar.el (generate-calendar-month): Doc fix. -2002-01-27 Pavel Jank +2002-01-27 Pavel Jan,Am(Bk * time.el (display-time-mail-directory): New option. (display-time-mail-function): Update doc-string. @@ -14490,7 +14490,7 @@ * ibuffer.el: Don't require ibuf-ext at load time. (ibuffer): Require ibuf-ext here. -2002-01-21 Francesco Potort +2002-01-21 Francesco Potort,Al(B * generic-x.el (apache-conf-generic-mode): Highlight the first word in a line even if preceded by blanks. @@ -14533,7 +14533,7 @@ with `byte-compile-dynamic'. (ibuffer-default-directory, toplevel): Doc files. -2002-01-20 Pavel Jank +2002-01-20 Pavel Jan,Am(Bk * tempo.el (tempo-define-template): Doc fix. @@ -14550,7 +14550,7 @@ * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. -2002-01-19 Pavel Jank +2002-01-19 Pavel Jan,Am(Bk * language/tibet-util.el (tibetan-decompose-region) (tibetan-decompose-string): Fix typo in docstring. @@ -14642,7 +14642,7 @@ * mail/feedmail.el (feedmail): Fix :link spec. -2002-01-16 Pavel Jank +2002-01-16 Pavel Jan,Am(Bk * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. @@ -14724,7 +14724,7 @@ * dired-aux.el (dired-do-shell-command): Doc fix. -2002-01-13 Jan Djrv +2002-01-13 Jan Dj,Ad(Brv * startup.el (command-line-x-option-alist): New options "-fs", "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". @@ -14759,7 +14759,7 @@ (comint-send-input): New arg NO-NEWLINE. (comint-send-eof): Call comint-send-eof with NO-NEWLINE. -2002-01-12 Pavel Jank +2002-01-12 Pavel Jan,Am(Bk * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent delaying when executing keyboard macros. @@ -14844,7 +14844,7 @@ * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. -2002-01-08 Pavel Jank +2002-01-08 Pavel Jan,Am(Bk * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): Do not use make-local-hook. @@ -14860,7 +14860,7 @@ * ediff-hook.el: Add an autoload cookie. -2002-01-08 Pavel Jank +2002-01-08 Pavel Jan,Am(Bk * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail address of the author. @@ -14972,7 +14972,7 @@ * help-fns.el (describe-variable, describe-function): Do save-excursion. -2002-01-06 Pavel Jank +2002-01-06 Pavel Jan,Am(Bk * net/ldap.el (ldap-search-internal): Skip error message from ldapsearch. Allow listing attribute names only. Do not open @@ -14996,7 +14996,7 @@ * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use proper attribute name labeledUri instead of deprecated labeledUrl. -2002-01-05 Pavel Jank +2002-01-05 Pavel Jan,Am(Bk * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when editing an empty hotlist. @@ -15057,7 +15057,7 @@ * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. -2002-01-04 Pavel Jank +2002-01-04 Pavel Jan,Am(Bk * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. (ldap-ignore-attribute-codings): Change the default value to allow @@ -15087,7 +15087,7 @@ does not exist, call mail-recover-1 to allow recovery from past auto-saved drafts. -2002-01-03 Pavel Jank +2002-01-03 Pavel Jan,Am(Bk * time.el (display-time-load-average-threshold): Fix defcustom (add type and group). @@ -15206,7 +15206,7 @@ * bindings.el (function-key-map): Don't bind shifted keypad numeric keys. -2002-01-02 Pavel Jank +2002-01-02 Pavel Jan,Am(Bk * enriched.el (enriched-handle-display-prop): Remove unused variables. (enriched-mode): Doc fix. @@ -15242,7 +15242,7 @@ * cus-edit.el (custom-face-edit-fix-value): New function. (custom-face-edit): Use it, to convert :italic and :bold to new forms. -2001-12-30 Pavel Jank +2001-12-30 Pavel Jan,Am(Bk * progmodes/octave-mod.el (octave-abbrev-table): * progmodes/idlwave.el (idlwave-mode-abbrev-table): @@ -15372,7 +15372,7 @@ * international/fontset.el: Don't require ind-util when compiling. -2001-12-25 Pavel Jank +2001-12-25 Pavel Jan,Am(Bk * emulation/tpu-edt.el (tpu-reset-screen-size): Use set-frame-height and set-frame-width instead of set-screen-height @@ -15460,7 +15460,7 @@ * play/yow.el (yow): Use an arg to distinguish interactive calls, not interactive-p. -2001-12-22 Pavel Jank +2001-12-22 Pavel Jan,Am(Bk * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove mocklisp entries. @@ -15486,7 +15486,7 @@ * textmodes/refill.el (refill-mode): Don't barf when redundantly turning refill-mode off. -2001-12-22 Pavel Jank +2001-12-22 Pavel Jan,Am(Bk * time.el (display-time-load-average-threshold): New variable. (display-time-update): Use it. @@ -15629,7 +15629,7 @@ (print-coding-system-briefly): Make printed output have a similar format as describe-character-set. -2001-12-20 Pavel Jank +2001-12-20 Pavel Jan,Am(Bk * play/blackbox.el (bb-member): Remove, use member instead. (bb-delete): Remove, use delete instead. @@ -15663,7 +15663,7 @@ * international/fontset.el: Require `ind-util' when compiling. -2001-12-18 Pavel Jank +2001-12-18 Pavel Jan,Am(Bk * language/ethio-util.el (ethio-modify-vowel): Use char-to-string instead of decompose-composite-char. @@ -15881,7 +15881,7 @@ * newcomment.el (comment-indent): Jump to the middle of empty comments. -2001-12-14 Pavel Jank +2001-12-14 Pavel Jan,Am(Bk * select.el (xselect-convert-to-class, xselect-convert-to-name): Document. @@ -15929,7 +15929,7 @@ * international/mule.el (set-auto-coding): Don't search for "unibyte:" or "coding:" if set-auto-mode-1 returns nil. -2001-12-13 Pavel Jank +2001-12-13 Pavel Jan,Am(Bk * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. @@ -15985,7 +15985,7 @@ * language/european.el: Remove autoload cookies. Fix registration of diacritic composition function. -2001-12-11 Pavel Jank +2001-12-11 Pavel Jan,Am(Bk * calendar/todo-mode.el: Require time-stamp. @@ -16042,7 +16042,7 @@ Use `select-frame-set-input-focus'--needed when window manager uses "click to focus" policy. -2001-12-09 Pavel Jank +2001-12-09 Pavel Jan,Am(Bk * COPYING: Moved back. @@ -16191,7 +16191,7 @@ * textmodes/picture.el (picture-mode-map): Don't use defconst for a variable. -2001-12-02 Pavel Jank +2001-12-02 Pavel Jan,Am(Bk * textmodes/reftex-index.el (reftex-index-mode): Remove make-local-hook. @@ -16256,12 +16256,12 @@ * man.el (Man-build-section-alist): Remove last Man-match-substring. -2001-11-30 Kai Grojohann +2001-11-30 Kai Gro,A_(Bjohann * textmodes/paragraphs.el (mark-paragraph): Clarify doc. Clarify error message. -2001-11-29 Kai Grojohann +2001-11-29 Kai Gro,A_(Bjohann * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. @@ -16315,7 +16315,7 @@ (Info-index): Use it. Add completion to the interactive spec. (Info-menu-update): Simplify call to `Info-complete-menu-item'. -2001-11-29 Pavel Jank +2001-11-29 Pavel Jan,Am(Bk * COPYING: Removed. @@ -16332,7 +16332,7 @@ (register-char-codings): Use it to cope with generic chars in safe-chars. -2001-11-29 Pavel Jank +2001-11-29 Pavel Jan,Am(Bk * play/blackbox.el (blackbox-mode, blackbox): Doc fix. @@ -16476,7 +16476,7 @@ * frame.el (show-trailing-whitespace): Remove :set argument (the value was essentially identical to the defalt). -2001-11-26 Pavel Jank +2001-11-26 Pavel Jan,Am(Bk * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. @@ -16540,7 +16540,7 @@ * help-funs.el (describe-syntax): Put (interactive) after doc string. -2001-11-26 Pavel Jank +2001-11-26 Pavel Jan,Am(Bk * international/quail.el (quail-help): Require help-mode in top-level instead. @@ -16611,12 +16611,12 @@ * language/devan-util.el: Comment out parts of the file which apparently are garbled. -2001-11-25 Pavel Jank +2001-11-25 Pavel Jan,Am(Bk * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use insert-string. -2001-11-25 Pavel Jank +2001-11-25 Pavel Jan,Am(Bk * play/snake.el (snake-mode): Remove make-local-hook. @@ -16694,7 +16694,7 @@ to avoid name clashes. Fix `lisp-indent-function' property for both. -2001-11-23 Francesco Potort +2001-11-23 Francesco Potort,Al(B * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword. @@ -16743,7 +16743,7 @@ * international/encoded-kb.el: Don't alter minor-map-alist. -2001-11-20 Kai Grojohann +2001-11-20 Kai Gro,A_(Bjohann * files.el (auto-save-file-name-transforms): Put remote files in temporary-file-directory rather than /tmp. @@ -17101,7 +17101,7 @@ Don't recognize a "telephone number" at the beginning of the name. (mail-extr-leading-garbage): Match non-word characters only. -2001-11-16 Pavel Jank +2001-11-16 Pavel Jan,Am(Bk * startup.el (command-line-processed): Doc fix. @@ -17129,7 +17129,7 @@ (multiple-value-apply, nth-value): Use defsubst rather than defalias to get better doc strings. -2001-11-15 Pavel Jank +2001-11-15 Pavel Jan,Am(Bk * derived.el: Fix autoload cookie. @@ -17324,7 +17324,7 @@ (log-view-current-tag): Take an optional `where' arg. (log-view-diff): New user command. -2001-11-12 Pavel Jank +2001-11-12 Pavel Jan,Am(Bk * progmodes/cpp.el (cpp-choose-face): Fix typo. @@ -17364,7 +17364,7 @@ * calc/calc-ext.el (calc-init-extensions): Update autoload names to match files renamed on initial calc import. -2001-11-12 Pavel Jank +2001-11-12 Pavel Jan,Am(Bk * textmodes/flyspell.el (flyspell-default-dictionary): Fix previous change. @@ -17407,7 +17407,7 @@ 2001-11-11 Colin Walters The following changes are based on patches from - Eli Zaretskii , Kai Grojohann + Eli Zaretskii , Kai Gro,A_(Bjohann , and others. * calc/calc.el (toplevel): Require calc-macs. @@ -17476,7 +17476,7 @@ (radio-button-choice): Ditto. (editable-list): Ditto. -2001-11-09 Pavel Jank +2001-11-09 Pavel Jan,Am(Bk * play/gomoku.el: Move definitions of constants to the beginning of file, before their use. @@ -17752,7 +17752,7 @@ (debugger-setup-buffer): Call it. (debugger-mode-map): Bind RET and mouse-2. -2001-10-31 Pavel Jank +2001-10-31 Pavel Jan,Am(Bk * startup.el: Document command line option --no-window-system instead of --no-windows. @@ -17895,7 +17895,7 @@ Report numbers of files skipped and failed too. (byte-compile-file): Return 'no-byte-compile for skipped files. -2001-10-29 Kai Grojohann +2001-10-29 Kai Gro,A_(Bjohann * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' and `M p'. @@ -18245,7 +18245,7 @@ * progmodes/compile.el (compilation-set-window-height): Select old window only if it's still live. -2001-10-22 Pavel Jank +2001-10-22 Pavel Jan,Am(Bk * help-mode.el (help-buffer): Remove debugging code. From Stefan Monnier .