]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(ethio-sera-to-fidel-region): Delete duplicate words.
[gnu-emacs] / lisp / ChangeLog
index d92000d3d47f35df21d72d13b071f8887ec4cfd9..15c729f1a0998207c632761b2d0b08935c9bdd43 100644 (file)
@@ -1,7 +1,217 @@
+2005-07-18  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-mode-map): Remove key bindings for regexp
+       chars * ? } |.
+       (isearch-fallback): Don't call `isearch-process-search-char'.
+       (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
+       (isearch-process-search-char): Call `isearch-fallback' for regexp
+       chars * ? } |.
+       (isearch-return-char): Make obsolete with `make-obsolete' instead
+       of simply documenting it as obsolete in the docstring.
+       (isearch-fallback): Refill docstring.
+
+       * international/isearch-x.el
+       (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
+       Add intermediate values to `junk-hist' instead of `minibuffer-history'.
+       Test the length of `str'.
+
+2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-resolve-xref): Fix typos in error strings.
+       (allout-before-change-protect): Remove unneeded `concat'.
+
+       * array.el (array-mode, array-reconfigure-rows)
+       (untabify-backward): Fix typos in docstrings.
+       (array-reconfigure-rows): Use `insert-buffer-substring', not
+       `insert-buffer'.
+
+       * calendar/icalendar.el (icalendar--get-unfolded-buffer):
+       * progmodes/ada-mode.el (ada-make-body): Use
+       `insert-buffer-substring' and `goto-char', not `insert-buffer'.
+
+       * dired.el (dired-log):
+       * tar-mode.el (tar-subfile-save-buffer):
+       * play/zone.el (zone-pgm-stress-destress):
+       Use `insert-buffer-substring', not `insert-buffer'.
+
+2005-07-17  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
+
+2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * lisp/mail/smtpmail.el (smtpmail-auth-supported):
+       Add plain auth method.
+       (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
+
+2005-07-17  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (dired-other-window): Add ido property.
+
+2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
+       Fix typo in docstring.
+       (byte-compile-interactive-only-functions): Add `insert-buffer' and
+       `insert-file-literally'.
+
+       * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
+       info and delete redundant message.  Doc fix.
+       (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
+       (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
+
+2005-07-16  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
+       (byte-compile-and): Use byte-compile-and-recursion.
+       (byte-compile-or-recursion): New function.
+       (byte-compile-or): Use that.
+       (byte-compile-if): Guard the else-clause too.
+       (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
+
+       * isearch.el (isearch-mode-end-hook-quit): New variable.
+       (isearch-done): Bind it.
+       (isearch-mode-end-hook): Doc fix.
+
+       * allout.el (allout-isearch-did-quit): Variable deleted.
+       (allout-real-isearch-abort): Function name no longer used.
+       (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
+       (allout-isearch-rectification): isearch-mode always exists.
+       Don't set allout-isearch-did-quit.
+       (allout-isearch-expose): Check isearch-mode-end-hook-error, not
+       allout-isearch-did-quit.
+       (allout-enwrap-isearch): Just add the hook.
+       (allout-isearch-abort): Function deleted.
+       (allout-pre-command-business): Avoid warning.
+
+       * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
+       Correctly avoid warnings.
+       (pascal-outline): Likewise.
+
+       * progmodes/f90.el (f90-abbrev-start): Avoid warning.
+
+       * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
+
+       * play/tetris.el (tetris-mode): Avoid warning.
+
+       * play/snake.el (snake-mode): Avoid warning.
+
+       * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
+       (gamegrid-set-display-table): Avoid warning.
+       (gamegrid-set-timer): Likewise.
+       (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
+       (gamegrid-add-score-with-update-game-score-1): Take FILE
+       as argument.
+       (gamegrid-add-score-with-update-game-score): Pass that argument.
+       Rename have-shared-game-dir to gamegrid-shared-game-dir.
+
+       * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
+
+       * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
+       (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
+
+       * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
+       and insert-file.
+
+       * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
+       (sc-ask): Avoid warnings.
+
+       * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
+       (eshell-hist-initialize): Use that var the natural way.
+
+       * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
+
+       * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
+       warning calling lre-compile-string.
+       (reb-color-display-p): Avoid warning.
+
+       * calculator.el (calculator-last-input): Guard uses
+       of event-key and key-press-event-p.
+       (event-key, key-press-event-p): Delete definitions.
+
+       * emacs-lisp/find-gc.el (find-gc-unsafe-list)
+       (find-gc-source-directory, find-gc-subrs-callers)
+       (find-gc-noreturn-list, find-gc-source-files)
+       (find-gc-subrs-called): Vars renamed and defvar'd.
+
+       * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
+       (checkdoc-overlay-put, checkdoc-delete-overlay)
+       (checkdoc-overlay-start, checkdoc-overlay-end)
+       (checkdoc-mode-line-update, checkdoc-char=):
+       Define such that compiler knows they are defined.
+       (checkdoc-call-eval-buffer): Deleted.  Use eval-buffer directly.
+       (checkdoc-read-event): Deleted.  Use read-event directly.
+
+       * whitespace.el (whitespace-make-overlay)
+       (whitespace-overlay-put, whitespace-delete-overlay)
+       (whitespace-overlay-start, whitespace-overlay-end):
+       Define such that compiler knows they are defined.
+       (whitespace): Move conditional inside.
+
+       * tempo.el (tempo-insert-template): Suppress warning.
+
+       * ediff-diff.el (longlines-mode): Add defvar.
+
+2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
+
+       * server.el: Bind "C-x #" in a way that works even if C-x is
+       redefined to a command key, not a prefix key.
+
+2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
+
+       * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
+       cl-make-type-test till execution time.
+
+2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
+
+       * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
+       arg ARG and use it.
+
+2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
+
+       * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
+
+2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
+       a defcustom with two :set or :type keywords.
+
+2005-07-15  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
+       Don't give ^M comment-end syntax.
+
+2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
+       Don't consider gdbmi (gdb-mi.el has its own update functions).
+       (gdb-var-delete): Make it work for gdbmi as well.
+       (gdb-speedbar-expand-node): Move var-update here for gdbmi.
+
+       * progmodes/gud.el (etags, sdb): Only require etags when needed.
+       (gud-speedbar-menu-items): Correct logic for enabling items.
+
+2005-07-15  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el: Fix commentary.
+       (ido-define-mode-map): Move ido-next-work-file to C-M-o.
+       Use with-no-warnings around ffap-guesser.
+       (ido-file-internal, ido-read-file-name, ido-read-directory-name):
+       Let bind minibuffer-completing-file-name to t.
+
 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
 
-       * emacs-lisp/derived.el (derived-mode-run-hooks): Remove.
-       (derived-mode-hook-name): Doc fix.
+       * startup.el (site-run-file, keyboard-type): Doc fixes.
+       (command-line): Check for "--basic-display" argument; also for
+       "--quick", not "--bare-bones" (which was renamed).
+       (fancy-splash-text): Add missing item "Getting New Versions".
+       (normal-splash-screen): Fix typos and improve consistency with
+       `fancy-splash-text'.  Update copyright year.
+
+       * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
+       valid binding for `help-char'.
+
+       * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
 
 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
 
@@ -9,7 +219,8 @@
 
 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
 
-       * add-log.el (add-log-mailing-address, change-log-merge): Doc fix.
+       * add-log.el (add-log-mailing-address, change-log-merge):
+       Doc fixes.
        (change-log-get-method-definition): Fix typo in docstring.
 
 2005-07-14  Kim F. Storm  <storm@cua.dk>
        * startup.el (command-line): Use `custom-reevaluate-setting' again
        for tooltip-mode.
 
-       * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override
-       explicitly specified :initialize keyword.
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
+       a defcustom with two :initialize keywords.
 
 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
 
        (allout-insert-latex-header, allout-insert-latex-trailer)
        (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
        (allout-latex-verb-quote): Fix typos in docstrings.
-       (allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
+       (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
        (allout-unprotected, allout-prefix-data):
        Improve argument/docstring consistency.
        (allout-chart-subtree): Fix argument spec.
        (whitespace-check-indent-whitespace)
        (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
        (whitespace-modes): Fix typos in docstrings.
-       (defgroup, defcustom): Doc fix.
+       (defgroup, defcustom): Doc fixes.
 
        * winner.el (winner-mode, winner-boring-buffers)
        (winner-pending-undo-ring): Doc fixes.
 
 2005-07-07  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-units.el (math-apply-units):  Change the places in
+       * calc/calc-units.el (math-apply-units): Change the places in
        which units are simplified.
 
 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>