(add-change-log-entry, change-log-merge):
[bpt/emacs.git] / lisp / ChangeLog
index c071922..7dbc623 100644 (file)
+2006-01-13  Romain Francoise  <romain@orebokech.com>
+
+       * add-log.el (add-change-log-entry, change-log-merge):
+       Conditionally use `hard-newline'.
+
+2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+
+       * wid-edit.el (widget-field-end): If the overlay is no longer
+       associated with a buffer, behave as if the overlay didn't exist.
+
+       * cus-edit.el (custom-add-see-also, custom-add-parent-links): Make
+       sure the links use the `custom-link' face.
+
+2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
+       (ld-script-mode): Don't set indent-line-function since we don't
+       have one.
+
+2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el: (org-open-file): Use mailcap for selecting an
+       application.
+       (org-file-apps-defaults-gnu): Use mailcap as the default for
+       selecting an application on a UNIX system.
+       (org-agenda-show-tags): New command.
+       (org-table-insert-hline): Keep cursor in current table line.
+       (org-table-convert): Offset effect of modifying
+       `org-table-insert-hline'.
+       (org-format-agenda-item): New optional argument TAG.
+       (org-compile-prefix-format): Handle %T format for the tag.
+       (org-expand-wide-chars): New function.
+       (org-table-insert-row, org-table-insert-hline):
+       Use `org-expand-wide-chars'.
+       (org-open-file): Fix bug in program launch.
+       (org-get-time-of-day): Fix bug with times before 1am.
+       (org-agenda-menu): Addes tags commands.
+
+2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-init-process): Include the used
+       dictionary in ispell process start message.
+       (ispell-internal-change-dictionary): When flyspell-mode is active
+       and dictionary is changed, make sure ispell process is restarted
+       and flyspell word cache cleared out for the current buffer.
+       (ispell-change-dictionary): Make sure flyspell word cache is
+       cleared out in all buffers with active flyspell mode when
+       dictionary is globally changed.
+       Call ispell-internal-change-dictionary after dictionary change.
+
+2006-01-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
+
+       * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
+       (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
+       years.  Fix small differences wrt Makefile.in.
+       (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
+       Makefile.in does.
+
+2006-01-12  Bill Wohler  <wohler@newt.com>
+
+       * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
+       mh-search.el.
+
+2006-01-12  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/ld-script.el: Update copyright year.
+
+2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
+       Don't add widget if setting undefined.
+
+2006-01-12  John Paul Wallington  <jpw@pobox.com>
+
+       * help-fns.el (describe-variable): Remove newlines from void
+       variable output.
+
+2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * wdired.el (wdired-mode-map): Add help echo for
+       wdired-abort-changes.
+
+       * man.el (Man-file-name-regexp): Adjust for a list of files.
+
+2006-01-12  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/ld-script.el (auto-mode-alist): Support
+       suffix conventions used in netbsd and eCos.
+
+2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
+       (custom-variable-menu, custom-face-menu, custom-group-menu)
+       (Custom-mode-menu): Change names of menu items.  (As discussed on
+       emacs-devel.)
+       (custom-face-menu): Add "Undo Edits" item.
+
+       * startup.el (init-file-user): defcustom -> defvar.
+
+       * tooltip.el (tooltip-mode): Doc fix.
+
+2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * reveal.el (reveal-post-command): window-buffer signals an error on
+       dead windows rather than returning nil.
+       (reveal-open-new-overlays): An overlay might die while we open others.
+
 2006-01-11  Bill Wohler  <wohler@newt.com>
 
+       * cus-dep.el (generated-custom-dependencies-file): Fix typo and
+       phrasing in docstring.
+
        * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
-       can give some systems gas. Add new file mh-buffers.el.
+       can give some systems gas.  Add new file mh-buffers.el.
 
 2006-01-06  Masatake YAMATO  <jet@gyve.org>
 
        * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
        C preprocessor forward ported from GNU Emacs 21.2.
 
-       * progmodes/asm-mode.el (asm-font-lock-keywords): Use 
-       `cpp-font-lock-keywords'.
+       * progmodes/asm-mode.el (asm-font-lock-keywords):
+       Use `cpp-font-lock-keywords'.
 
        * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
 
        * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
-       of $ for "\\.ld[s]?". 
+       of $ for "\\.ld[s]?".
 
 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>