# HG changeset patch # User Vinicius Jose Latorre # Date 1046722937 0 # Node ID f8b3b605ae8a7de528cfadea266cbd4c5c4776a5 # Parent 0ee18dc00572afad6721bca56261fb4383ac3f6e vinicius: printing.el change diff -r 0ee18dc00572 -r f8b3b605ae8a lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 03 20:03:18 2003 +0000 +++ b/lisp/ChangeLog Mon Mar 03 20:22:17 2003 +0000 @@ -1,3 +1,7 @@ +2003-03-03 Vinicius Jose Latorre + + * printing.el (pr-get-symbol): Move it to next eval-and-compile. + 2003-03-03 John Paul Wallington * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of @@ -25,14 +29,14 @@ "`(" to same so that function and macro bodies beginning with a backquote do not get disturbed. Revise the comments. -2003-03-01 Jan Dj,Ad(Brv +2003-03-01 Jan Djärv * 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 Gro,A_(Bjohann +2003-02-28 Kai Großjohann * net/tramp.el: Version 2.0.30 released. Replace term "path" with "localname" unless it is used for a @@ -198,12 +202,12 @@ in some earlier merge. (cperl-tags-hier-init): Use display-popup-menus-p. -2003-02-22 Kai Gro,A_(Bjohann +2003-02-22 Kai Großjohann * files.el (abbreviate-file-name): Shorten docstring: variables are now hyperlinks and `C-h v' need not be mentioned explicitly. -2003-02-21 Kai Gro,A_(Bjohann +2003-02-21 Kai Großjohann * files.el (abbreviate-file-name): Document removal of automounter prefixes. Reported by Lars Hansen. @@ -238,7 +242,7 @@ * info.el (Info-extract-menu-node-name): Stop if colon is followed by open paren. -2003-02-20 Francesco Potort,Al(B +2003-02-20 Francesco Potortì * mail/undigest.el (unforward-rmail-message): Allow nested unforwarding, that is, preserve old Forwarded-From/Date headers. @@ -660,7 +664,7 @@ * printing.el: New file. -2003-02-07 Francesco Potort,Al(B +2003-02-07 Francesco Potortì * language/european.el ("French", "Slovenian"): Fix doc strings. @@ -671,7 +675,7 @@ (rmail-summary-next-labeled-message, rmail-summary-resend) (rmail-summary-override-mail-send-and-exit): Doc fixes. -2003-02-06 Francesco Potort,Al(B +2003-02-06 Francesco Potortì * language/european.el ("Italian"): New. @@ -708,11 +712,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 Gro,A_(Bjohann +2003-02-05 Kai Großjohann * ido.el (ido-define-mode-map): Interact with Viper. -2003-02-05 Kai Gro,A_(Bjohann +2003-02-05 Kai Großjohann * net/tramp.el: Version 2.0.29 released. (tramp-send-region): Protect against tramp-chunksize being nil. @@ -850,7 +854,7 @@ * ruler-mode.el (ruler-mode-margins-char): Likewise. -2003-02-04 Francesco Potort,Al(B +2003-02-04 Francesco Potortì * mail/rmailout.el (rmail-output): If preserving MIME-version, preserve Content-type too. @@ -1030,7 +1034,7 @@ * shell.el: * woman.el: Added cygwin to system-type comparisons. -2003-01-31 Francesco Potort,Al(B +2003-01-31 Francesco Potortì * mail/undigest.el (rmail-forward-separator-regex): New custom variable. @@ -1167,7 +1171,7 @@ (c-require-final-newline): Add a variable to make the initialization of `require-final-newline' more configurable. -2003-01-26 Jan Dj,Ad(Brv +2003-01-26 Jan Djärv * emacs-lisp/authors.el (authors-aliases): Add Jan D. Set iso-2022-7bit coding: cookie. @@ -1328,7 +1332,7 @@ * Makefile.in (bootstrap-after): New target. (bootstrap): Move finder-data, custom-deps to bootstrap-after. -2003-01-22 Kai Gro,A_(Bjohann +2003-01-22 Kai Großjohann * info.el (Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser. @@ -1700,7 +1704,7 @@ * international/code-pages.el (cp-make-coding-system): Fix last change. -2003-01-10 Kai Gro,A_(Bjohann +2003-01-10 Kai Großjohann * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and use regexp-opt for readability. @@ -1764,7 +1768,7 @@ * mail/undigest.el (unforward-rmail-message): Don't use global variable `n'. -2003-01-08 Francesco Potort,Al(B +2003-01-08 Francesco Potortì * mail/undigest.el (unforward-rmail-message): Simplified. No functional change. @@ -1787,14 +1791,14 @@ (custom-save-variables): Use custom-variable-p to detect non-rogue variables. -2003-01-07 Francesco Potort,Al(B +2003-01-07 Francesco Potortì * 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 Gro,A_(Bjohann +2003-01-07 Kai Großjohann * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are produced by TeX. @@ -2036,7 +2040,7 @@ (customize-variable-other-window, customize-option-other-window): Definitions moved up. -2002-12-26 Kai Gro,A_(Bjohann +2002-12-26 Kai Großjohann * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes. * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of @@ -2076,7 +2080,7 @@ * cus-edit.el (custom-save-faces): Fix typo. -2002-12-23 Francesco Potort,Al(B +2002-12-23 Francesco Potortì * mail/undigest.el (unforward-rmail-message): Do not assume that the forwarded message's Date: header comes after From:. Use a @@ -2246,7 +2250,7 @@ * dired.el (dired-insert-directory): Preserve text properties when quoting. -2002-12-20 Francesco Potort,Al(B +2002-12-20 Francesco Potortì * mail/undigest.el (rmail-mail-separator): Renamed from rmail-digest-mail-separator. All users changed. @@ -2307,7 +2311,7 @@ coding-system to allow users to specify unsafe coding system on their risk. -2002-12-16 Francesco Potort,Al(B +2002-12-16 Francesco Potortì * mail/undigest.el (rmail-digest-methods) (rmail-digest-mail-separator): New variables. @@ -2375,7 +2379,7 @@ Add :set-after. (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. -2002-12-15 Gustav H,Ae(Bllberg (tiny change) +2002-12-15 Gustav Hållberg (tiny change) * progmodes/compile.el (compile-reinitialize-errors): Don't mark the buffer as modified unless it really is. @@ -2442,7 +2446,7 @@ Update custom-type of `current-language-environment'. (current-language-environment): Fix custom type. -2002-12-11 Pavel Jan,Bm(Bk +2002-12-11 Pavel Jan-Bík -A * progmodes/antlr-mode.el (antlr): New URL. @@ -2792,7 +2796,7 @@ * font-lock.el (c++-font-lock-extra-types): Fix previous change. -2002-12-02 Fran,Ag(Bois Pinard +2002-12-02 François Pinard * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight more make keywords: defined, endef, override, export, unexport @@ -3046,7 +3050,7 @@ * register.el (describe-register-1): Don't assign to val the value returned by `remove-list-of-text-properties'. -2002-11-18 Kai Gro,A_(Bjohann +2002-11-18 Kai Großjohann * calendar/diary-lib.el (fancy-diary-font-lock-keywords): Grok month numbers, too. @@ -4178,7 +4182,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 Gro,A_(Bjohann +2002-10-06 Kai Großjohann * net/tramp.el: Version 2.0.25 released. (tramp-handle-file-truename): If it's a directory, @@ -4510,7 +4514,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 Gro,A_(Bjohann +2002-09-29 Kai Großjohann * net/tramp.el: Version 2.0.24 released. (tramp-methods, tramp-completion-function-alist): @@ -4898,7 +4902,7 @@ * mail/sendmail.el (sendmail-send-it): If user's buffer is unibyte, make tembuf unibyte. -2002-09-22 Kai Gro,A_(Bjohann +2002-09-22 Kai Großjohann * net/tramp.el: Version 2.0.22 released. (tramp-parse-rhosts, tramp-parse-shosts) @@ -4915,7 +4919,7 @@ (tramp-completion-function-alist): Add completion function for "ftp". From Michael Albinus . -2002-09-22 Kai Gro,A_(Bjohann +2002-09-22 Kai Großjohann * net/tramp.el: Version 2.0.21 released. (tramp-handle-file-newer-than-file-p): If mtime of both files is @@ -4929,11 +4933,11 @@ (tramp-method-out-of-band-p): Correct number of args for `tramp-get-rsh-program' and similar functions. -2002-09-22 Kai Gro,A_(Bjohann +2002-09-22 Kai Großjohann * net/tramp.el: Version 2.0.20 released. -2002-09-20 Kai Gro,A_(Bjohann +2002-09-20 Kai Großjohann * net/tramp.el (tramp-completion-function-alist): Escape open paren in docstring. @@ -4962,24 +4966,24 @@ `tramp-find-method'. Update callers. (tramp-find-method): New function. -2002-09-20 Kai Gro,A_(Bjohann +2002-09-20 Kai Großjohann * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" in SWITCHES (by removing it). -2002-09-18 Kai Gro,A_(Bjohann +2002-09-18 Kai Großjohann * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. -2002-09-17 Kai Gro,A_(Bjohann +2002-09-17 Kai Großjohann * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. -2002-09-16 Kai Gro,A_(Bjohann +2002-09-16 Kai Großjohann * net/tramp.el (tramp-bug): Add tramp-methods. -2002-09-16 Kai Gro,A_(Bjohann +2002-09-16 Kai Großjohann * net/tramp.el (tramp-methods): Update docstring: tramp-encoding-command, tramp-decoding-command, @@ -4987,7 +4991,7 @@ parameters anymore. (tramp-uuencode-region): Autoload it. -2002-09-13 Kai Gro,A_(Bjohann +2002-09-13 Kai Großjohann * net/tramp.el: Version 2.0.19 released. @@ -4997,11 +5001,11 @@ Use `tramp-uuencode-region' as local encoder for the uuencode based entries. -2002-09-13 Kai Gro,A_(Bjohann +2002-09-13 Kai Großjohann * net/tramp.el (tramp-handle-write-region): Wrong parens. -2002-09-13 Kai Gro,A_(Bjohann +2002-09-13 Kai Großjohann * net/tramp.el: Version 2.0.18 released. @@ -5009,14 +5013,14 @@ older versions of Perl. Now tested with 5.004. Suggestion from Michael Albinus. -2002-09-12 Kai Gro,A_(Bjohann +2002-09-12 Kai Großjohann * 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 Gro,A_(Bjohann +2002-09-12 Kai Großjohann * net/tramp.el (tramp-encoding-shell): Default to environment variable COMSPEC on Windows. @@ -5029,7 +5033,7 @@ Define `result1'. (tramp-parse-hosts-group): Discard IPv6 entries. -2002-09-11 Kai Gro,A_(Bjohann +2002-09-11 Kai Großjohann * net/tramp.el (tramp-post-connection): Only send Perl mime-encode/decode implementations when using inline method. @@ -5052,7 +5056,7 @@ (tramp-get-decoding-function, tramp-set-decoding-function): Old functions, removed. -2002-09-10 Kai Gro,A_(Bjohann +2002-09-10 Kai Großjohann * net/tramp.el (tramp-open-connection-setup-interactive-shell): Change command to invoke /bin/sh slightly to make it compatible @@ -5063,7 +5067,7 @@ * net/tramp.el (tramp-handle-write-region): Added missing `)'. Hope it's the right place. -2002-09-09 Kai Gro,A_(Bjohann +2002-09-09 Kai Großjohann * net/tramp.el (tramp-open-connection-setup-interactive-shell): Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in @@ -5117,7 +5121,7 @@ `tramp-get-completion-su' (the previous place for this stuff) doesn't exist any longer. -2002-09-07 Kai Gro,A_(Bjohann +2002-09-07 Kai Großjohann * net/tramp.el (tramp-enter-password): Use `tramp-password-end-of-line' to terminate the line. @@ -5129,7 +5133,7 @@ (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end of line of the output delimiter. -2002-09-06 Kai Gro,A_(Bjohann +2002-09-06 Kai Großjohann * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) (tramp-open-connection-setup-interactive-shell): Add some comments @@ -5147,7 +5151,7 @@ (tramp-completion-mode): Replace `last-input-char' by modern `last-input-event'. Check for `event-modifiers'. -2002-09-06 Kai Gro,A_(Bjohann +2002-09-06 Kai Großjohann * net/tramp.el (file-expand-wildcards): Corrected check to see if advising is necessary. @@ -5268,7 +5272,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!=(B renamed to + (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1¡½ renamed to-A `res' (otherwise side effects in XEmacs). 2002-08-24 Michael Albinus @@ -5347,13 +5351,13 @@ list in order to avoid nested lists, f.e. when invoked from `tramp-handle-dired-call-process'. -2002-09-05 Kai Gro,A_(Bjohann +2002-09-05 Kai Großjohann * 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 Gro,A_(Bjohann +2002-09-03 Kai Großjohann * net/tramp.el (tramp-handle-insert-directory): Use `insert-buffer-substring' instead of `insert-buffer', which is not @@ -5364,12 +5368,12 @@ (file-expand-wildcards): Don't advise unless "[" and "]" are used in the filename format. -2002-09-01 Kai Gro,A_(Bjohann +2002-09-01 Kai Großjohann * net/tramp.el (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old. -2002-09-22 Kai Gro,A_(Bjohann +2002-09-22 Kai Großjohann * dired.el (dired-insert-directory): Always add "--dired" to to SWITCHES for remote files. @@ -5495,7 +5499,7 @@ Don't unbind compilation-last-buffer after autoloading compile.el. Hide the compilation-minor-mode bindings altogether. -2002-09-18 Kai Gro,A_(Bjohann +2002-09-18 Kai Großjohann * dired.el (dired-insert-directory): Never add "--dired" when listing remote directories. @@ -5550,7 +5554,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 - na,Ao(Bve user called up the history). + naïve user called up the history). 2002-09-16 Markus Rost @@ -5718,7 +5722,7 @@ (transient-mark-mode, line-number-mode, column-number-mode): Pass an explicit `:require nil' argument. -2002-09-13 Francesco Potort,Al(B +2002-09-13 Francesco Potortì * play/tetris.el (tetris-blank-options, tetris-cell-options): Remove various redundant `(t nil)'. @@ -5926,7 +5930,7 @@ (ps-print-color-p, ps-page-dimensions-database): Autoload var. (ps-print-code, ps-print-preprint-region): Adjust code. -2002-09-10 Kai Gro,A_(Bjohann +2002-09-10 Kai Großjohann * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in emacs-lisp-mode, like ~/.emacs. @@ -6255,7 +6259,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 Gro,A_(Bjohann +2002-09-02 Kai Großjohann * net/tramp.el: Version 2.0.15 released. (require 'base64): Most modern Emacsen have the base64 @@ -6503,7 +6507,7 @@ * comint.el (comint-carriage-motion): Start at START. -2002-08-27 Francesco Potort,Al(B +2002-08-27 Francesco Potortì * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response given by vsFTPd when accessed with a kerberised FTP client. @@ -6637,7 +6641,7 @@ Always call x-focus-frame, if using x. Use set-mouse-position on all systems, if focus-follows-mouse. -2002-08-22 Kai Gro,A_(Bjohann +2002-08-22 Kai Großjohann * net/tramp.el: Version 2.0.14 released. (tramp-shell-prompt-pattern): New variable. @@ -6672,7 +6676,7 @@ pushing mark. (f90-abbrev-start): unread-command-event is obsolete in XEmacs. -2002-08-21 Kai Gro,A_(Bjohann +2002-08-21 Kai Großjohann * net/tramp.el: Version 2.0.13 released. (tramp-handle-write-region): Don't check to see if remote end is @@ -6963,7 +6967,7 @@ * wid-browse.el (widget-minor-mode): Fix doc typo. -2002-08-07 Kai Gro,A_(Bjohann +2002-08-07 Kai Großjohann * net/tramp.el: Version 2.0.12 released. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): @@ -7041,7 +7045,7 @@ * image.el (image-jpeg-p): Accept "Exif" marker. -2002-08-05 Kai Gro,A_(Bjohann +2002-08-05 Kai Großjohann * net/tramp.el: Version 2.0.11 released. (tramp-perl-file-attributes): Print uid and gid as signed integers. @@ -7063,7 +7067,7 @@ * startup.el (fancy-splash-frame): Check selected frame last. -2002-08-04 Kai Gro,A_(Bjohann +2002-08-04 Kai Großjohann * net/tramp.el: Version 2.0.10 released. (tramp-uudecode): New shell function `tramp_uudecode' to decode to @@ -7076,7 +7080,7 @@ (tramp-coding-commands): Add an alternative for `tramp_uudecode'. (tramp-bug): Include more variables in the report. -2002-08-04 Kai Gro,A_(Bjohann +2002-08-04 Kai Großjohann * net/tramp.el: Version 2.0.9 released. (tramp-bug): Add wording about additional info to include in bug @@ -7100,12 +7104,12 @@ * term/mac-win.el: Set keys to enable mouse wheel support. -2002-08-03 Kai Gro,A_(Bjohann +2002-08-03 Kai Großjohann * net/tramp.el: Version 2.0.8. (tramp-perl-encode, tramp-perl-encode): Double the backslashes. -2002-08-03 Kai Gro,A_(Bjohann +2002-08-03 Kai Großjohann * net/tramp.el: Version 2.0.7. (tramp-perl-encode-with-module, tramp-perl-decode-with-module) @@ -7119,7 +7123,7 @@ (f90-font-lock-keywords-2): Fix `implicit type(foo)' case. (f90-type-def-re): Fix value. -2002-08-03 Kai Gro,A_(Bjohann +2002-08-03 Kai Großjohann * net/tramp.el: Version 2.0.6. (tramp-default-method): Change to "ssh" from "sm". @@ -7210,7 +7214,7 @@ don't work on MSVC/nmake builds. (update-subdirs-CMD): Generate the right list of subdirectories. -2002-07-30 Kai Gro,A_(Bjohann +2002-07-30 Kai Großjohann * net/tramp.el: New version 2.0.5. (tramp-methods): Remove inline encoding method parameters. @@ -7352,7 +7356,7 @@ * ps-print.el: Update copyright year. (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type. -2002-07-26 Kai Gro,A_(Bjohann +2002-07-26 Kai Großjohann * eshell/eshell.el (eshell): Numeric prefix arg means to switch to the session with that number. Old behavior still available @@ -7616,7 +7620,7 @@ * bindings.el (last-buffer): Use buffer-list with frame arg. Create *scratch* if no other choice exists. Fix bugs. -2002-07-21 Kai Gro,A_(Bjohann +2002-07-21 Kai Großjohann * net/tramp.el: Bump version to 2.0.2. (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to @@ -8000,7 +8004,7 @@ * calendar/timeclock.el (timeclock-in): Handle the case where no log file exists (ie the very first call). -2002-07-13 Kai Gro,A_(Bjohann +2002-07-13 Kai Großjohann * net/ange-ftp.el: Do not hook into file-name-handler-alist, this is done by Tramp. @@ -8076,7 +8080,7 @@ (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO". -2002-07-11 Kai Gro,A_(Bjohann +2002-07-11 Kai Großjohann * net/tramp.el (tramp-default-method): New default method "sm" which I guess to be good for most people. @@ -8238,7 +8242,7 @@ * bindings.el (completion-ignored-extensions): Add .gmo and .mo. -2002-07-06 Francesco Potort,Al(B +2002-07-06 Francesco Potortì * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] file suffixes for Open office data files. @@ -8489,7 +8493,7 @@ (uniquify-delayed-rationalize-file-buffer-names): Rename from delayed-uniquify-rationalize-file-buffer-names. -2002-06-27 Kai Gro,A_(Bjohann +2002-06-27 Kai Großjohann * net/tramp.el (tramp-file-name-structure) (tramp-multi-file-name-hop-structure): Split for easier readability. @@ -8538,7 +8542,7 @@ * dired.el (dired-find-alternate-file): Mark as disabled. -2002-06-25 Kai Gro,A_(Bjohann +2002-06-25 Kai Großjohann * net/tramp.el (tramp-ftp-method): New user option. (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. @@ -8626,7 +8630,7 @@ * progmodes/f90.el (f90-do-auto-fill): Respect the value of comment-auto-fill-only-comments. -2002-06-21 Kai Gro,A_(Bjohann +2002-06-21 Kai Großjohann * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. This is not a handled operation. @@ -8727,7 +8731,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,Al(B +2002-06-20 Francesco Potortì * progmodes/etags.el (tag-implicit-name-match-p): New function. (etags-recognize-tags-table): Use it for implicit tag names. @@ -9112,7 +9116,7 @@ * select.el (xselect-convert-to-string): If VALUE is a string, return a cons of TYPE and the string. -2002-06-05 Pavel Jan,Am(Bk +2002-06-05 Pavel Janík * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix the table to contain correct characters. @@ -9548,7 +9552,7 @@ (mail-default-directory): New user option. (mail, mail-recover): Use that option. -2002-05-20 Kai Gro,A_(Bjohann +2002-05-20 Kai Großjohann * international/mule.el (auto-coding-alist): Use emacs-mule for auto-save files. @@ -9726,7 +9730,7 @@ (dabbrev-upcase-means-case-search): Doc fix. (dabbrev-case-replace): Fix custom tags and docs. -2002-05-14 Jochen K,A|(Bpper +2002-05-14 Jochen Küpper * calc/calc-units.el (math-standard-units): Update from CODATA. @@ -9743,7 +9747,7 @@ * textmodes/sgml-mode.el (sgml-tag): Default skeleton-transformation to `identity'. -2002-05-14 Francesco Potort,Al(B +2002-05-14 Francesco Potortì * shell.el (shell-mode): Make second part of initialisation depend on whether comint-input-ring is empty, rather than depend @@ -9788,7 +9792,7 @@ (occur-engine): If there are no more matches, then finish searching the current buffer. -2002-05-12 Pavel Jan,Am(Bk +2002-05-12 Pavel Janík * net/ange-ftp.el (ange-ftp-try-passive-mode) (ange-ftp-passive-host-alist): Change :version attributes to be @@ -9830,7 +9834,7 @@ * subr.el (functionp): Catch errors in indirect-function. -2002-05-12 Pavel Jan,Am(Bk +2002-05-12 Pavel Janík * net/ldap.el (ldap-search-internal): Unfold folded lines before parsing. @@ -9913,7 +9917,7 @@ * wid-edit.el (checkbox): New check-mark image. -2002-05-08 Pavel Jan,Am(Bk +2002-05-08 Pavel Janík * filesets.el (filesets-running-xemacs): Fix last change. @@ -9933,7 +9937,7 @@ (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): Defvar them to nil if running in Emacs. -2002-05-08 Pavel Jan,Am(Bk +2002-05-08 Pavel Janík * textmodes/flyspell.el (make-flyspell-overlay): Add help text to flyspell overlays. @@ -10022,7 +10026,7 @@ * emacs-lisp/find-func.el (find-function-search-for-symbol): Use with-syntax-table. -2002-05-06 Francesco Potort,Al(B +2002-05-06 Francesco Potortì * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. @@ -10188,7 +10192,7 @@ Only interpret delete-selection property if mark-active. (cua-mode): Fixed require in defcustom. -2002-05-01 Pavel Jan,Am(Bk +2002-05-01 Pavel Janík * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of error call. @@ -10323,7 +10327,7 @@ * language/viet-util.el: Update Commentary section. -2002-04-29 Pavel Jan,Am(Bk +2002-04-29 Pavel Janík * filesets.el (filesets-data): Doc fix. (filesets-running-xemacs): Define even when compiling. @@ -10388,7 +10392,7 @@ * replace.el (occur-revert-arguments): Renamed from occur-revert-properties. All uses changed. -2002-04-28 Pavel Jan,Am(Bk +2002-04-28 Pavel Janík * recentf.el (recentf-menu-before): Use string to specify path in the menu. @@ -10765,7 +10769,7 @@ when finding the end. Take more care in analyzing the results of intangibility after line-move-to-column. -2002-04-22 Pavel Jan,Am(Bk +2002-04-22 Pavel Janík * international/mule-diag.el (list-input-methods-1): Doc fix (LEIM is now part of the standard distribution). @@ -11723,7 +11727,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,Al(B +2002-04-18 Francesco Potortì * comint.el (comint-watch-for-password-prompt): Remove whitespace at the beginning of password prompts. @@ -11740,7 +11744,7 @@ (ibuffer-current-state-list): Reinstate optional argument; now just call `point' inside the mapping function. -2002-04-17 Francesco Potort,Al(B +2002-04-17 Francesco Potortì * dired-aux.el (dired-star-subst-regexp) (dired-quark-subst-regexp): New constants. @@ -11761,7 +11765,7 @@ * term.el (term-emulate-terminal): Fix last change. -2002-04-16 Pavel Jan,Am(Bk +2002-04-16 Pavel Janík * bindings.el (mode-line-mode-menu): Update names to reflect latest changes. @@ -11837,7 +11841,7 @@ (exchange-point-and-mark): Temporarily enable transient-mark-mode if prefix arg. -2002-04-14 Pavel Jan,Am(Bk +2002-04-14 Pavel Janík * speedbar.el (speedbar-tag-hierarchy-method) (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. @@ -11847,7 +11851,7 @@ * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at beginning of buffer. -2002-04-14 Pavel Jan,Am(Bk +2002-04-14 Pavel Janík * speedbar.el (speedbar-generic-item-info) (speedbar-sort-tags): Doc fix. @@ -11876,7 +11880,7 @@ (gamegrid-add-score): Just dispatch on `system-type' to one of the previous two functions. -2002-04-13 Pavel Jan,Am(Bk +2002-04-13 Pavel Janík * iswitchb.el: Update commentary to include new function iswitchb-exclude-nonmatching. @@ -11895,7 +11899,7 @@ * help.el (string-key-binding): Deal with margin events. -2002-04-12 Francesco Potort,Al(B +2002-04-12 Francesco Potortì * comint.el (comint-password-prompt-regexp): Match " SMB password". @@ -11941,7 +11945,7 @@ (fill-region-as-paragraph): Compare to `to' rather than eobp. (fill-paragraph): Don't rebind fill-paragraph-function. -2002-04-11 Pavel Jan,Am(Bk +2002-04-11 Pavel Janík * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. @@ -12055,7 +12059,7 @@ Use sgml-parse-tag-backward to find start point. (sgml-looking-back-at): Doc fix. -2002-04-09 Pavel Jan,Am(Bk +2002-04-09 Pavel Janík * isearch.el (isearch-message-prefix): Use minibuffer-prompt face for prompt. @@ -12104,7 +12108,7 @@ * vc-cvs.el (vc-cvs-valid-version-number-p): New function. (vc-cvs-checkin): Use it. -2002-04-08 Pavel Jan,Am(Bk +2002-04-08 Pavel Janík * files.el (display-time-string): Fix last change. @@ -12119,7 +12123,7 @@ default-process-coding-system. (coding-system-change-text-conversion): Fix case where CODING is nil. -2002-04-07 Pavel Jan,Am(Bk +2002-04-07 Pavel Janík * subr.el (play-sound): Move here from simple.el. @@ -12146,7 +12150,7 @@ * textmodes/xml-lite.el: Remove. -2002-04-05 Pavel Jan,Am(Bk +2002-04-05 Pavel Janík * simple.el (play-sound): New function (uses play-sound-internal). @@ -12170,7 +12174,7 @@ * textmodes/sgml-mode.el: Add missing require. (sgml-lexical-context): Fix up CDATA detection for boundary cases. -2002-04-03 Kai Gro,A_(Bjohann +2002-04-03 Kai Großjohann * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to spot indicated by text property `cvs-goal-column', if present. @@ -12238,7 +12242,7 @@ (sgml-parse-tag-backward): Extend support for CDATA to include conditional sections. -2002-04-03 Pavel Jan,Am(Bk +2002-04-03 Pavel Janík * cus-start.el: Rename `autoselect-window' to `mouse-autoselect-window'. @@ -12312,7 +12316,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,Ad(B +2002-04-01 Ville Skyttä * tcl.el (tcl-imenu-generic-expression): New value. (tcl-imenu-create-index-function): Function deleted. @@ -12322,7 +12326,7 @@ (inferior-tcl-mode): Doc fix. Change not legally significant. -2002-04-01 Pavel Jan,Am(Bk +2002-04-01 Pavel Janík * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. @@ -12523,7 +12527,7 @@ for comments. (xml-lite-in-string-p): Simplify. -2002-03-27 Pavel Jan,Am(Bk +2002-03-27 Pavel Janík * allout.el (outline-layout): Doc fix. @@ -12591,7 +12595,7 @@ * subr.el (substring-no-properties): Function deleted (now in C). -2002-03-25 Pavel Jan,Am(Bk +2002-03-25 Pavel Janík * mwheel.el (mouse-wheel-mode): Use global-set-key and global-unset-key. @@ -12632,7 +12636,7 @@ fore- and background colors of the faces we create, since facemenu doesn't. -2002-03-24 Pavel Jan,Am(Bk +2002-03-24 Pavel Janík * mwheel.el (mouse-wheel-mode): Use the result of current-global-map instead of the variable `global-map'. @@ -12687,7 +12691,7 @@ * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter directions as the last action. -2002-03-21 Pavel Jan,Am(Bk +2002-03-21 Pavel Janík * startup.el (fancy-splash-tail, normal-splash-screen): Update copyright. @@ -12875,7 +12879,7 @@ : Remove the setup for all known codepages: it seems to cause crashes in the CCL driver. -2002-03-16 Pavel Jan,Am(Bk +2002-03-16 Pavel Janík * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) (bibtex-entry-field-alist): Doc fix. @@ -12893,7 +12897,7 @@ * files.el (load-completion): New function. (load-library): Use it. -2002-03-15 Pavel Jan,Am(Bk +2002-03-15 Pavel Janík * calendar/cal-french.el (calendar-goto-french-date): Fix prompt to match the actual code. @@ -12972,7 +12976,7 @@ (fortran-fill): Don't be confused by ! inside a comment. (fortran-break-line): Minor cleanup and simplification. -2002-03-13 Francesco Potort,Al(B +2002-03-13 Francesco Potortì * progmodes/etags.el (tag-exact-file-name-match-p) (tag-file-name-match-p, tag-partial-file-name-match-p): Use a @@ -12983,7 +12987,7 @@ * ibuffer.el (ibuffer-redisplay-current): Don't move point when redisplaying a line. -2002-03-12 Jan Dj,Ad(Brv +2002-03-12 Jan Djärv * term/x-win.el (emacs-session-restore): Take previous id as an argument. @@ -13004,7 +13008,7 @@ (lisp-indent-defmethod): Use car/cdr instead of first/rest. (lisp-backquote-indentation): New user option. -2002-03-12 Francesco Potort,Al(B +2002-03-12 Francesco Potortì * progmodes/etags.el (tag-exact-file-name-match-p) (tag-file-name-match-p, tag-partial-file-name-match-p): @@ -13036,7 +13040,7 @@ * comint.el: Remove documentation on setting up pcomplete. -2002-03-11 Pavel Jan,Am(Bk +2002-03-11 Pavel Janík * font-lock.el (java-font-lock-extra-types): Add "URL" as separate item. Doc fix. @@ -13055,7 +13059,7 @@ * play/mpuz.el: Use defface instead of facemenu-get-face. -2002-03-10 Jan Dj,Ad(Brv +2002-03-10 Jan Djärv * startup.el (command-line): Add call to emacs-session-restore if both x-session-id and x-session-previous-id are strings. @@ -13156,7 +13160,7 @@ (hif-conditional): New function to evaluate a conditional expression. -2002-03-06 Pavel Jan,Am(Bk +2002-03-06 Pavel Janík * language/czech.el ("Czech"): Fix the documentation. @@ -13219,7 +13223,7 @@ (mode-line-inactive, header-line): Move the `t' section to the beginning so the `:inherit' setting can be shared. -2002-03-04 Pavel Jan,Am(Bk +2002-03-04 Pavel Janík * net/snmp-mode.el: Require tempo when compiling to prevent warnings. Update copyright notice. @@ -13339,7 +13343,7 @@ * font-lock.el (java-font-lock-extra-types): Match java.net.URL, etc. -2002-02-28 Pavel Jan,Am(Bk +2002-02-28 Pavel Janík * hexl.el (hexl-options): Doc fix. Update Commentary section. @@ -13619,7 +13623,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 Jan,Am(Bk +2002-02-20 Pavel Janík * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, call the argument "arg" to match plain next-line and @@ -13683,7 +13687,7 @@ * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when invoked from Rmail with full headers displayed. -2002-02-17 Kai Gro,A_(Bjohann +2002-02-17 Kai Großjohann * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks when repeated. @@ -13699,7 +13703,7 @@ * textmodes/flyspell.el (flyspell): Add to ispell group. -2002-02-17 Kai Gro,A_(Bjohann +2002-02-17 Kai Großjohann * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when repeated. @@ -13723,7 +13727,7 @@ * cus-start.el: Add automatic-hscroll-margin and automatic-hscroll-step. -2002-02-16 Pavel Jan,Am(Bk +2002-02-16 Pavel Janík * cus-start.el (x-autoselect-window): Allow customization. @@ -13820,7 +13824,7 @@ * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. -2002-02-15 Kai Gro,A_(Bjohann +2002-02-15 Kai Großjohann * simple.el (mark-word): Mark more if repeated. * textmodes/paragraphs.el (mark-paragraph): Ditto. @@ -13921,7 +13925,7 @@ * cus-start.el: Don't warn about "x-*" symbols when building a non-GUI version. -2002-02-11 Pavel Jan,Am(Bk +2002-02-11 Pavel Janík * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): Doc fix. @@ -13946,7 +13950,7 @@ (dump-charsets, dump-codings): Deleted (obsolete). From Dave Love . -2002-02-10 Pavel Jan,Am(Bk +2002-02-10 Pavel Janík * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. @@ -13969,7 +13973,7 @@ * ediff.el: Typo in comment. -2002-02-09 Pavel Jan,Am(Bk +2002-02-09 Pavel Janík * menu-bar.el (menu-bar-options-save): Take care of line-number-mode and column-number-mode variables. @@ -14046,7 +14050,7 @@ * subr.el (global-set-key, local-set-key): Accept a symbol for the KEY argument (like define-key). -2002-02-06 Pavel Jan,Am(Bk +2002-02-06 Pavel Janík * textmodes/flyspell.el (flyspell-insert-function): Doc fix. @@ -14127,7 +14131,7 @@ * cus-edit.el (customize-mark-to-save): New function. * menu-bar.el (menu-bar-options-save): Rewrote. -2002-02-05 Pavel Jan,Am(Bk +2002-02-05 Pavel Janík * cus-start.el (x-use-underline-position-properties): Allow customization. @@ -14160,11 +14164,11 @@ * window.el (save-selected-window): Move macro before first use. (balance-windows): Fix misplaced parenthesis. -2002-02-03 Pavel Jan,Am(Bk +2002-02-03 Pavel Janík * calculator.el (calculator-displayers): Doc fixes. -2002-02-03 Pavel Jan,Am(Bk +2002-02-03 Pavel Janík * 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'. @@ -14203,7 +14207,7 @@ looking for X-Coding-System header, and restore the pruned state before returning. -2002-02-02 Pavel Jan,Am(Bk +2002-02-02 Pavel Janík * cus-edit.el (customize-save-variable): Fix typo in prompt. @@ -14292,7 +14296,7 @@ * emulation/pc-select.el (pc-select-save-and-set-mode): Properly use MODE-VAR. -2002-01-29 Pavel Jan,Am(Bk +2002-01-29 Pavel Janík * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About Emacs". @@ -14309,7 +14313,7 @@ * calendar/calendar.el (generate-calendar-month): Doc fix. -2002-01-27 Pavel Jan,Am(Bk +2002-01-27 Pavel Janík * time.el (display-time-mail-directory): New option. (display-time-mail-function): Update doc-string. @@ -14481,7 +14485,7 @@ * ibuffer.el: Don't require ibuf-ext at load time. (ibuffer): Require ibuf-ext here. -2002-01-21 Francesco Potort,Al(B +2002-01-21 Francesco Potortì * generic-x.el (apache-conf-generic-mode): Highlight the first word in a line even if preceded by blanks. @@ -14524,7 +14528,7 @@ with `byte-compile-dynamic'. (ibuffer-default-directory, toplevel): Doc files. -2002-01-20 Pavel Jan,Am(Bk +2002-01-20 Pavel Janík * tempo.el (tempo-define-template): Doc fix. @@ -14541,7 +14545,7 @@ * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. -2002-01-19 Pavel Jan,Am(Bk +2002-01-19 Pavel Janík * language/tibet-util.el (tibetan-decompose-region) (tibetan-decompose-string): Fix typo in docstring. @@ -14633,7 +14637,7 @@ * mail/feedmail.el (feedmail): Fix :link spec. -2002-01-16 Pavel Jan,Am(Bk +2002-01-16 Pavel Janík * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. @@ -14715,7 +14719,7 @@ * dired-aux.el (dired-do-shell-command): Doc fix. -2002-01-13 Jan Dj,Ad(Brv +2002-01-13 Jan Djärv * startup.el (command-line-x-option-alist): New options "-fs", "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". @@ -14750,7 +14754,7 @@ (comint-send-input): New arg NO-NEWLINE. (comint-send-eof): Call comint-send-eof with NO-NEWLINE. -2002-01-12 Pavel Jan,Am(Bk +2002-01-12 Pavel Janík * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent delaying when executing keyboard macros. @@ -14835,7 +14839,7 @@ * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. -2002-01-08 Pavel Jan,Am(Bk +2002-01-08 Pavel Janík * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): Do not use make-local-hook. @@ -14851,7 +14855,7 @@ * ediff-hook.el: Add an autoload cookie. -2002-01-08 Pavel Jan,Am(Bk +2002-01-08 Pavel Janík * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail address of the author. @@ -14963,7 +14967,7 @@ * help-fns.el (describe-variable, describe-function): Do save-excursion. -2002-01-06 Pavel Jan,Am(Bk +2002-01-06 Pavel Janík * net/ldap.el (ldap-search-internal): Skip error message from ldapsearch. Allow listing attribute names only. Do not open @@ -14987,7 +14991,7 @@ * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use proper attribute name labeledUri instead of deprecated labeledUrl. -2002-01-05 Pavel Jan,Am(Bk +2002-01-05 Pavel Janík * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when editing an empty hotlist. @@ -15048,7 +15052,7 @@ * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. -2002-01-04 Pavel Jan,Am(Bk +2002-01-04 Pavel Janík * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. (ldap-ignore-attribute-codings): Change the default value to allow @@ -15078,7 +15082,7 @@ does not exist, call mail-recover-1 to allow recovery from past auto-saved drafts. -2002-01-03 Pavel Jan,Am(Bk +2002-01-03 Pavel Janík * time.el (display-time-load-average-threshold): Fix defcustom (add type and group). @@ -15197,7 +15201,7 @@ * bindings.el (function-key-map): Don't bind shifted keypad numeric keys. -2002-01-02 Pavel Jan,Am(Bk +2002-01-02 Pavel Janík * enriched.el (enriched-handle-display-prop): Remove unused variables. (enriched-mode): Doc fix. @@ -15233,7 +15237,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 Jan,Am(Bk +2001-12-30 Pavel Janík * progmodes/octave-mod.el (octave-abbrev-table): * progmodes/idlwave.el (idlwave-mode-abbrev-table): @@ -15363,7 +15367,7 @@ * international/fontset.el: Don't require ind-util when compiling. -2001-12-25 Pavel Jan,Am(Bk +2001-12-25 Pavel Janík * emulation/tpu-edt.el (tpu-reset-screen-size): Use set-frame-height and set-frame-width instead of set-screen-height @@ -15451,7 +15455,7 @@ * play/yow.el (yow): Use an arg to distinguish interactive calls, not interactive-p. -2001-12-22 Pavel Jan,Am(Bk +2001-12-22 Pavel Janík * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove mocklisp entries. @@ -15477,7 +15481,7 @@ * textmodes/refill.el (refill-mode): Don't barf when redundantly turning refill-mode off. -2001-12-22 Pavel Jan,Am(Bk +2001-12-22 Pavel Janík * time.el (display-time-load-average-threshold): New variable. (display-time-update): Use it. @@ -15620,7 +15624,7 @@ (print-coding-system-briefly): Make printed output have a similar format as describe-character-set. -2001-12-20 Pavel Jan,Am(Bk +2001-12-20 Pavel Janík * play/blackbox.el (bb-member): Remove, use member instead. (bb-delete): Remove, use delete instead. @@ -15654,7 +15658,7 @@ * international/fontset.el: Require `ind-util' when compiling. -2001-12-18 Pavel Jan,Am(Bk +2001-12-18 Pavel Janík * language/ethio-util.el (ethio-modify-vowel): Use char-to-string instead of decompose-composite-char. @@ -15872,7 +15876,7 @@ * newcomment.el (comment-indent): Jump to the middle of empty comments. -2001-12-14 Pavel Jan,Am(Bk +2001-12-14 Pavel Janík * select.el (xselect-convert-to-class, xselect-convert-to-name): Document. @@ -15920,7 +15924,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 Jan,Am(Bk +2001-12-13 Pavel Janík * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. @@ -15976,7 +15980,7 @@ * language/european.el: Remove autoload cookies. Fix registration of diacritic composition function. -2001-12-11 Pavel Jan,Am(Bk +2001-12-11 Pavel Janík * calendar/todo-mode.el: Require time-stamp. @@ -16033,7 +16037,7 @@ Use `select-frame-set-input-focus'--needed when window manager uses "click to focus" policy. -2001-12-09 Pavel Jan,Am(Bk +2001-12-09 Pavel Janík * COPYING: Moved back. @@ -16182,7 +16186,7 @@ * textmodes/picture.el (picture-mode-map): Don't use defconst for a variable. -2001-12-02 Pavel Jan,Am(Bk +2001-12-02 Pavel Janík * textmodes/reftex-index.el (reftex-index-mode): Remove make-local-hook. @@ -16247,12 +16251,12 @@ * man.el (Man-build-section-alist): Remove last Man-match-substring. -2001-11-30 Kai Gro,A_(Bjohann +2001-11-30 Kai Großjohann * textmodes/paragraphs.el (mark-paragraph): Clarify doc. Clarify error message. -2001-11-29 Kai Gro,A_(Bjohann +2001-11-29 Kai Großjohann * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. @@ -16306,7 +16310,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 Jan,Am(Bk +2001-11-29 Pavel Janík * COPYING: Removed. @@ -16323,7 +16327,7 @@ (register-char-codings): Use it to cope with generic chars in safe-chars. -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * play/blackbox.el (blackbox-mode, blackbox): Doc fix. @@ -16467,7 +16471,7 @@ * frame.el (show-trailing-whitespace): Remove :set argument (the value was essentially identical to the defalt). -2001-11-26 Pavel Jan,Am(Bk +2001-11-26 Pavel Janík * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. @@ -16531,7 +16535,7 @@ * help-funs.el (describe-syntax): Put (interactive) after doc string. -2001-11-26 Pavel Jan,Am(Bk +2001-11-26 Pavel Janík * international/quail.el (quail-help): Require help-mode in top-level instead. @@ -16602,12 +16606,12 @@ * language/devan-util.el: Comment out parts of the file which apparently are garbled. -2001-11-25 Pavel Jan,Am(Bk +2001-11-25 Pavel Janík * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use insert-string. -2001-11-25 Pavel Jan,Am(Bk +2001-11-25 Pavel Janík * play/snake.el (snake-mode): Remove make-local-hook. @@ -16685,7 +16689,7 @@ to avoid name clashes. Fix `lisp-indent-function' property for both. -2001-11-23 Francesco Potort,Al(B +2001-11-23 Francesco Potortì * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword. @@ -16734,7 +16738,7 @@ * international/encoded-kb.el: Don't alter minor-map-alist. -2001-11-20 Kai Gro,A_(Bjohann +2001-11-20 Kai Großjohann * files.el (auto-save-file-name-transforms): Put remote files in temporary-file-directory rather than /tmp. @@ -17092,7 +17096,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 Jan,Am(Bk +2001-11-16 Pavel Janík * startup.el (command-line-processed): Doc fix. @@ -17120,7 +17124,7 @@ (multiple-value-apply, nth-value): Use defsubst rather than defalias to get better doc strings. -2001-11-15 Pavel Jan,Am(Bk +2001-11-15 Pavel Janík * derived.el: Fix autoload cookie. @@ -17315,7 +17319,7 @@ (log-view-current-tag): Take an optional `where' arg. (log-view-diff): New user command. -2001-11-12 Pavel Jan,Am(Bk +2001-11-12 Pavel Janík * progmodes/cpp.el (cpp-choose-face): Fix typo. @@ -17355,7 +17359,7 @@ * calc/calc-ext.el (calc-init-extensions): Update autoload names to match files renamed on initial calc import. -2001-11-12 Pavel Jan,Am(Bk +2001-11-12 Pavel Janík * textmodes/flyspell.el (flyspell-default-dictionary): Fix previous change. @@ -17398,7 +17402,7 @@ 2001-11-11 Colin Walters The following changes are based on patches from - Eli Zaretskii , Kai Gro,A_(Bjohann + Eli Zaretskii , Kai Großjohann , and others. * calc/calc.el (toplevel): Require calc-macs. @@ -17467,7 +17471,7 @@ (radio-button-choice): Ditto. (editable-list): Ditto. -2001-11-09 Pavel Jan,Am(Bk +2001-11-09 Pavel Janík * play/gomoku.el: Move definitions of constants to the beginning of file, before their use. @@ -17743,7 +17747,7 @@ (debugger-setup-buffer): Call it. (debugger-mode-map): Bind RET and mouse-2. -2001-10-31 Pavel Jan,Am(Bk +2001-10-31 Pavel Janík * startup.el: Document command line option --no-window-system instead of --no-windows. @@ -17886,7 +17890,7 @@ Report numbers of files skipped and failed too. (byte-compile-file): Return 'no-byte-compile for skipped files. -2001-10-29 Kai Gro,A_(Bjohann +2001-10-29 Kai Großjohann * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' and `M p'. @@ -18236,7 +18240,7 @@ * progmodes/compile.el (compilation-set-window-height): Select old window only if it's still live. -2001-10-22 Pavel Jan,Am(Bk +2001-10-22 Pavel Janík * help-mode.el (help-buffer): Remove debugging code. From Stefan Monnier .