*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 64ed680..3cce2f2 100644 (file)
@@ -1,3 +1,96 @@
+2006-03-16  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-edit-input): Use selected match, if any.
+
+2006-03-16  Bill Wohler  <wohler@newt.com>
+
+       * image.el (image-load-path-for-library): Prefer user's images in
+       image-load-path.
+
+2006-03-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
+       when checking for attempt to drag leftmost or rightmost scrollbar.
+
+2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
+       (gdb-force-mode-line-update): New function.
+       (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
+       (gdb-exited): Use them.
+       (gdb-signal): New fuction.
+       (gdb-annotation-rules): Provide a rule for it.
+
+2006-03-16  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (auto-coding-regexp-alist): Add entries
+       for Unicode BOM.
+
+       * sort.el (sort-build-lists): Temporarily bind
+       inhibit-field-text-motion to t.
+
+2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locate.el (locate-command, locate-make-command-line)
+       (locate-fcodes-file, locate-update-command)
+       (locate-prompt-for-command, locate, locate-with-filter)
+       (locate-get-file-positions): Doc fixes.
+       (locate-buffer-name, locate-header-face): Remove leading `*' in
+       defcustom.
+       (locate-filter-output): Use `keep-lines' instead of its alias
+       `delete-non-matching-lines'.
+       (locate-get-filename, locate-get-dirname): Add introductory comment.
+       (locate-find-directory-other-window): Give appropriate error
+       message if used outside main listing.
+
+2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
+       the new extend-region feature.
+       (font-lock-after-change-function): Update correspondingly.
+       * jit-lock.el (jit-lock-after-change): Update correspondingly.
+       * progmodes/grep.el (font-lock-lines-before): Don't disable.
+
+2006-03-15  Bill Wohler  <wohler@newt.com>
+
+       * image.el (image-load-path-for-library): Fix example by not
+       recommending that one binds image-load-path. Just defvar it to
+       placate compiler and only use it if previously defined.
+
+2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-insert-centered): Use `string-width' to
+       make underlining work for wide characters.
+       (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
+       TAB to `org-cycle', to make sure that no binding in
+       `outline-mode-map' can supercede it.
+
+2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el: Increment version to 2.2.1 in file commentary.
+
+       (allout-version): Increment to 2.2.1.
+
+       (allout-default-layout): New customization variable, used when the
+       file lacks a specific allout-layout.  Uses allout-layout-type for
+       recursively nested definition.
+
+       (allout-layout-type): Widget defining allout layouts, necessary for
+       self-recursive definition.
+
+       (allout-mode): Incorporate allout-default-layout as fallback for
+       allout-layout.
+
+       (allout-layout): Mark as 'safe-local-variable', and refer mention
+       fallback to `allout-default-layout' in absence of a specified value.
+       (allout-passphrase-verifier-string)
+       (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
+
+       (allout-file-passphrase-verifier-string): Obsolete variable, removed.
+
+       (allout-get-encryption-passphrase-verifier): Use correct name of
+       passphrase verifier in docstring.
+
 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
 2006-03-14  Bill Wohler  <wohler@newt.com>
 
        * image.el (image-load-path-for-library): Pass value of path
-       rather than symbol. Always return list of directories. Guarantee
+       rather than symbol.  Always return list of directories.  Guarantee
        that image directory comes first.
 
 2006-03-14  Alan Mackenzie  <acm@muc.de>
 
 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el: (org-link-search): Avoid self-matching of
+       * textmodes/org.el (org-link-search): Avoid self-matching of
        links, allow target text to be distributed over several lines.
        (org-search-not-link): New function.
-       (org-set-regexps-and-options, org-get-current-options): New
-       startup options.
+       (org-set-regexps-and-options, org-get-current-options):
+       New startup options.
        (org-export-as-html): Take odd-level setting from local variable.
        (org-fontify-emphasized-text): New option.
        (org-set-font-lock-defaults): Include emphasized text.
 
 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
 
-       * progmodes/octave-mod.el (octave-indent-for-comment): Behave
-       according to do string.
+       * progmodes/octave-mod.el (octave-indent-for-comment):
+       Behave according to do string.
 
 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
 
        * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
        gdb-remove-mouse-face and remove help-echo too.
        (gdb-enqueue-input): Correct conditional clause.
-       
+
 2006-03-10  Glenn Morris  <rgm@gnu.org>
 
        * calendar/calendar.el (calendar-holidays): Doc fix.