]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 42d6ab400c1db6287e045468f9faa9997a726323..2f862ee0b7a87047690971f160f84628eeb6cdcf 100644 (file)
@@ -1,3 +1,214 @@
+2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/reftex-vars.el: (reftex-try-all-extensions): New
+       option.
+
+       * textmodes/reftex.el: (reftex-locate-file): Search all extensions
+       if `reftex-try-all-extensions' is set.
+
+       * textmodes/org.el: (org-mark-ring-previous, org-mark-ring-set):
+       New commands.
+       (org-mark-ring): New variable.
+       (org-mark-ring-length): New option.
+       (org-open-at-point, org-goto, org-open-file): Push old position
+       onto the mark ring.
+       (org-add-hook): New function.
+       (org-export-table-remove-special-lines): New option.
+       (org-skip-comments, org-format-org-table-html): Respect new option
+       `org-export-table-remove-special-lines'.
+       (org-open-file): Allow special command configuration for directory
+       link.
+       (org-file-apps): Fixed bugs in customize type, added setting for
+       directories.
+       (org-activate-tags, org-format-agenda-item, org-complete)
+       (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
+       (org-get-tags, org-get-buffer-tags, org-open-at-point)
+       (org-link-search, org-make-org-heading-search-string)
+       (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
+       (org-radio-targets, org-file-link-context-use-camel-case)
+       (org-activate-camels): New options.
+       (org-update-radio-target-regexp, org-all-targets)
+       (org-make-target-link-regexp, org-activate-target-links): New
+       functions.
+       (org-make-org-heading-search-string): New function.
+       (org-store-link, org-insert-link): Use new option
+       `org-file-link-context-use-camel-case'.
+       (org-activate-camels): Use new option `org-activate-camels'.
+       (org-link-regexp): Added mhe prefix.
+       (org-open-at-point,org-store-link): Support for mhe links.
+       (org-mhe-get-message-id, org-mhe-get-message-folder)
+       (org-mhe-get-header,org-follow-mhe-link): New functions.
+       (org-remove-angle-brackets, org-add-angle-brackets): New
+       functions.
+       (org-bracked-link-regexp): New constant.
+       (org-read-date): Fixed bug that was rejecting all typed dates.
+       (org-link-search): Make hierarchy above visible after a match.
+       (org-follow-bbdb-link): Inhibit electric mode for BBDB.
+       (org-store-link): Fixed bug with link creation when cursor is in
+       an empty line.
+       (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
+       argument sequence in call to `org-view-tags'.
+       (org-compile-prefix-format): Set `org-prefix-has-tag'.
+       (org-prefix-has-tag): New variable.
+       (org-format-agenda-item): Remove tags from headline if
+       appropriate.
+       (org-agenda-remove-tags-when-in-prefix): New option.
+
+2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
+       
+       * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
+       fix the regular expressions.
+       
+2006-02-21  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/sh-script.el (sh-mode): Set shell type based on file name
+       if there's no other specific basis.
+
+       * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
+       as variables at all.
+       (unsafep-variable): Rename arg; doc fix.
+
+       * abbrevlist.el (list-one-abbrev-table): Add autoload.
+
+       * calendar/appt.el (diary-selective-display): Add defvar.
+
+       * sort.el (sort-columns): Use Posix arg syntax for `sort'.
+
+       * isearch.el (search-whitespace-regexp): Fix custom type.
+
+       * help.el (describe-key-briefly): Compute interactive args
+       in same was as before previous change.
+
+       * files.el (enable-local-variables): Doc fix.
+
+2006-02-21  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.el: Cleanup as file is now pre-loaded.
+       (fringe-bitmaps): Initialize unconditionally.
+       (fringe-mode, set-fringe-style): Remove autoload cookies.
+
+2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
+       `horizontal-bar'.
+       (fringe-cursor-alist): Use `horizontal-bar'.
+
+2006-02-20  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.el (fringe-bitmaps): Update to new bitmap names.
+       (fringe-indicator-alist, fringe-cursor-alist): Initialize.
+
+       * loadup.el: Load "fringe" on window systems.
+
+2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
+       out of scope components.
+
+       * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
+       default.
+
+2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (customize-mark-to-save, customize-mark-as-set): Load
+       the symbol first.
+
+2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
+       strech spec so it doesn't display as "^J" on the header line
+       when `Buffer-menu-use-header-line' is t.
+
+2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * speedbar.el (speedbar-make-button): Keep text properties
+       of string arguments if desired.
+
+       * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
+       expessions.
+
+       * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
+       of speedbar.
+
+2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
+
+       * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
+       to value of `read-file-name-completion-ignore-case'.
+
+2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (customize-mark-as-set): Push to `user' theme.
+
+       * cus-edit.el (custom-save-variables): Allow unthemed values.
+       (customize-set-variable): Push setting to `user' theme.
+
+2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el: Don't require font-lock as it's now
+       automatically loaded.
+       (gud-speedbar-buttons): Replace gdb-var-changed with
+       gdb-force-update.
+
+       * progmodes/gdb-ui.el (gdb-force-update): Rename from
+       gdb-var-changed.
+       (gdb-post-prompt): Use it.
+       (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
+       (gdb-var-update-handler, gdb-var-delete)
+       (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
+       (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
+       gdb-force-update in gdb-post-prompt.
+       (gdb-reset): Clear watch expressions from speedbar when quitting.
+
+2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * viper-cmd.el (viper-insert-state-post-command-sentinel)
+       (viper-change-state-to-vi, viper-change-state-to-emacs):
+       Make aware of cursor coloring in the Emacs state.
+       (viper-special-read-and-insert-char): Use read-char-exclusive.
+       (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
+
+       * viper-init.el (viper-emacs-state-cursor-color): New variable.
+
+       * viper-util.el (viper-save-cursor-color)
+       (viper-get-saved-cursor-color-in-replace-mode)
+       (viper-get-saved-cursor-color-in-insert-mode)
+       (viper-restore-cursor-color): Make aware of the cursor color in Emacs
+       state.
+       (viper-get-saved-cursor-color-in-emacs-mode): New function.
+
+       * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
+       (ediff-ignore-case-option3, ediff-actual-diff-options)
+       (ediff-actual-diff3-options): New variables to control case sensitivity.
+       (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
+       (ediff-setup-diff-regions3): Make aware of case-sensitivity.
+       (ediff-toggle-ignore-case): New function.
+       (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
+
+       * ediff-help.el (ediff-long-help-message-narrow2)
+       (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
+       (ediff-long-help-message-word-mode): Add ignore-case command.
+       (ediff-help-for-quick-help): Add ignore-case command.
+
+       * ediff-merg.el: Move provide to the end.
+
+       * ediff-ptch.el: Move provide to the end.
+
+       * ediff-wind.el: Move provide to the end.
+
+       * ediff-mult.el: Move provide to the end.
+       (ediff-set-meta-overlay): Enable follow-link.
+
+       * ediff.el: Move provide to the end.
+       Break recursive load cycle in eval-when-compile.
+       (ediff-patch-buffer): Better heuristics.
+
+       * ediff-util.el: Move provide to the end.
+       Break recursive load cycle in eval-when-compile.
+       (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
+       defuns.
+       (ediff-submit-report): Pass the values of ediff-diff3-program,
+       ediff-diff3-options.
+
 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
 
        * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by