(save-completions-file-name): Fix typo in last change.
[bpt/emacs.git] / lisp / ChangeLog
index b95bd69..0b029e2 100644 (file)
@@ -1,3 +1,101 @@
+2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * completion.el (save-completions-file-name): Fix typo in last change.
+
+2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * info.el: Move back/forward history to the beginning of the tool bar.
+
+2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
+       Add fset of allout-real-isearch-abort during compile to fix
+       byte-compilation warnings.
+       (allout-mode-p): Move definition of this macro above all uses, or
+       byte compilation in barren emacs (eg, during emacs build) will
+       lack the definition.
+       (allout-mode): Move this variable above any uses, or byte
+       compilation will fail.
+       (allout-resolve-xref): Remove use of personal file-reference function.
+       (allout-toggle-current-subtree-encryption): Do the current (ie,
+       visible containing) topic, rather than nearest around point.  Doc fix.
+       (allout-toggle-subtree-encryption): New function, workhorse that
+       works on nearest topic containing point.
+       (allout-encrypt-string): Signal requirement for newer version of pgg.
+       (allout-resumptions): Doc fix.
+
+2005-12-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
+
+2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * textmodes/flyspell.el (flyspell-external-point-words):
+       Consider a misspelling as found in the string search if: (a) misspelling
+       and found string lengths match, or (b) misspelling is found as
+       element in a boundary-chars separated longer string, or (c)
+       ispell-program-name is really ispell and misspelling is found as
+       part of a TeX string.  After successful match move beginning of
+       search region to end of match.  Warn about not found misspellings
+       once the process is done.
+       (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
+
+2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
+       tool bar (removed inadvertently).
+
+2005-12-02  Juri Linkov  <juri@jurta.org>
+
+       * log-view.el (log-view-diff): Clarify doc string.
+
+2005-12-01  Bill Wohler  <wohler@newt.com>
+
+       * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
+       triggers lm-verify errors.
+
+2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * simple.el (transient-mark-mode, line-number-mode)
+       (column-number-mode, size-indication-mode): Remove `:require nil'.
+
+2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
+       in the margin also.
+       (gdb-breakpoints-mode-map): Use D instead of d for
+       gdb-delete-breakpoint.
+       (gdb-get-frame-number): Require a number to match on.
+       (gdb-threads-mode-map): Add follow-link binding.
+
+2005-11-30  Jason Rumney  <jasonr@gnu.org>
+
+       * isearch.el (isearch-mode-map): Avoid exiting search on
+       language-change event.
+
+2005-11-30  Romain Francoise  <romain@orebokech.com>
+
+       * speedbar.el (speedbar-default-position): New defcustom.
+       (speedbar-frame-reposition-smartly): Use it.
+
+       * dframe.el (dframe-reposition-frame-emacs): Fix position
+       computation for `left' location.
+       Update copyright year.
+
+2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help.el (help-map): Move initialization into declaration.
+
+       * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
+
+       * help-fns.el (help-argument-name): Don't autoload.
+       It's useless and triggers a bug in cus-dep.el causing ldefs-boot
+       to be re-loaded when customizing the `help' group.
+
+2005-11-30  John Paul Wallington  <jpw@gnu.org>
+
+       * help-fns.el (describe-function-1): Fill arglist output.
+
 2005-11-30  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
 
 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * international/latexenc.el (latex-inputenc-coding-alist): Reword
-       doc string.
+       * international/latexenc.el (latex-inputenc-coding-alist):
+       Reword doc string.
 
 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
 
 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
-       preserve user position.
+       Preserve user position.
 
 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>