* mouse.el (mouse-drag-region-1): Handle the case where a
[bpt/emacs.git] / lisp / ChangeLog
index 147cf2a..7331e7a 100644 (file)
@@ -1,3 +1,124 @@
+2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse.el (mouse-drag-region-1): Handle the case where a
+       double-click event is bound to an arbitrary function.
+
+2005-10-14  David Ponce  <david@dponce.com>
+
+       * recentf.el (recentf-track-opened-file)
+       (recentf-track-closed-file, recentf-update-menu)
+       (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
+       (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
+       mouse-1-click-follows-link.
+
+2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
+       Gnome file-manager.png.  Suggested by
+       Joachim Nilsson <joachim.nilsson@vmlinux.org>.
+
+       * toolbar/README: Add diropen.xpm.
+
+2005-10-13  Bill Wohler  <wohler@newt.com>
+
+       * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
+       restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
+
+2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/mixal-mode.el (mixal-operation-codes-alist):
+       Don't waste the byte-compiler's time on constant data.
+
+2005-10-13  Kenichi Handa  <handa@m17n.org>
+
+       * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
+       byte with `escape-glyph' face.
+
+       * international/fontset.el (ccl-encode-unicode-font):
+       Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
+       Handle the case that ucs-mule-to-mule-unicode translates a character to
+       ASCII (usually for IPA characters).
+
+2005-10-12  Bill Wohler  <wohler@newt.com>
+
+       * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
+       (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
+       files in MH-E-SRC have been updated.
+       (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
+
+2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
+       (mixal-mode-syntax-table): Add \n as end-comment.
+       (mixal-operation-codes-alist): Immediately initialize to full value.
+       (mixal-add-operation-code): Remove.
+       (mixal-describe-operation-code): Make the arg non-optional.
+       Use the interactive spec instead.
+       Use mixal-operation-codes-alist rather than mixal-operation-codes.
+       (mixal-font-lock-keywords): Don't highlight comments here any more.
+       (mixal-font-lock-syntactic-keywords): New var.
+       (mixal-mode): Use it.  Fix comment-start-skip.
+
+2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * startup.el (command-line-x-option-alist): -nb => -nbi
+
+2005-10-12  Kim F. Storm  <storm@cua.dk>
+
+       * startup.el (fancy-splash-default-action): Discard mouse click in
+       the spash screen window, as it has no sensible meaning in the
+       next window to be selected.  Fixes error reported by Jan D.
+
+2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
+
+2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
+       Try to fix up minor layout issues like indentation, line break, etc...
+       (mixal-mode-syntax-table): Don't try to specify comment syntax,
+       because it doesn't work.
+       (mixal-operation-codes): Add some more codes.
+       (mixal-font-lock-keywords): Process comments here.
+       (mixal-mode): mixasm no longer needs -g option.
+
+2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
+
+       * progmodes/sh-script.el (sh-tmp-file):
+       Use mktemp -t.  Finish support for es and rc shells.
+
+2005-10-11  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calcalg2.el (calc-integral): With an argument, compute the
+       definite integral.
+
+2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse.el (mouse-drag-region-1): Don't try to catch a
+       double-click when doing follow-link (it's overridden anyway).
+
+2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
+       (autoload-print-form-outbuf): Add docstring.
+
+2005-10-11  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-mode-menu): Delete menu item "Edit".
+       (Info-mode): Delete description of Info-edit from docstring,
+       and rearrange descriptions of Info commands in the order
+       they are documented in the Info manual.
+
+2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * calendar/appt.el (appt-check): Use diary-selective-display var.
+
+2005-10-10  Richard M. Stallman  <rms@gnu.org>
+
+       * net/newsticker.el (newsticker-start, newsticker-show-news):
+       Add autoload cookies.
+
 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
 
        * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
 
 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * term/x-win.el: Removed -i, --icon-type from comment.
+       * term/x-win.el: Remove -i, --icon-type from comment.
 
        * startup.el (command-line-x-option-alist): Remove options -i,
        -itype, --icon-type, added -nb, --no-bitmap-icon
        * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
        instead of :active.
 
-2005-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * calendar/appt.el (appt-check): Use diary-selective-display var.
-
 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
 
        * textmodes/ispell.el (ispell-check-version):
 
 2005-10-06  Bill Wohler  <wohler@newt.com>
 
-       * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
+       * mh-e/mh-loaddefs.el: Remove Now generated automatically.
 
        * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
        (MH-E-SRC): New.  Used by mh-autoloads.
        * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
        Typo.
 
-2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
+2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
 
        * play/zone.el (zone): Wrap body with save-window-excursion.
 
        color rxvt terminals by using the code xterm.el used to use before
        2005-04-09 in order to match the colors used by rxvt.
 
-2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
+2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
 
        * term/rxvt.el (rxvt-register-default-colors): Add support for 88
        colors rxvt-unicode terminals by using the same code as xterm.el.
 
        * log-view.el (log-view-file, log-view-message): Remove "-face"
        suffix from face names.
-       (log-view-file-face, log-view-message-face): New
-       backward-compatibility aliases for renamed faces.
+       (log-view-file-face, log-view-message-face):
+       New backward-compatibility aliases for renamed faces.
        (log-view-file-face, log-view-message-face): Use renamed log-view
        faces.
 
        (ruler-mode-margins-face, ruler-mode-fringes-face)
        (ruler-mode-column-number-face, ruler-mode-fill-column-face)
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
-       (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
-       backward-compatibility aliases for renamed faces.
+       (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
+       New backward-compatibility aliases for renamed faces.
        (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
        * comint.el (comint-check-proc, make-comint-in-buffer)
        (comint-source-default): Doc fixes.
 
-       * term.el (term-send-string): Improve argument/docstring
-       consistency.
+       * term.el (term-send-string): Improve argument/docstring consistency.
 
 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
 
        XEmacs code.
        (flyspell-word): Minor simplification.
        (flyspell-math-tex-command-p): Quieten the byte-compiler.
-       (flyspell-external-point-words): Remove unused vars `size' and
-       `start'.
-       (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
-       the corresponding Emacs code.
-       (flyspell-correct-word, flyspell-xemacs-popup): Use
-       flyspell-do-correct.
+       (flyspell-external-point-words): Remove unused vars `size' and `start'.
+       (flyspell-do-correct): Rename from flyspell-xemacs-correct.
+       Merge the corresponding Emacs code.
+       (flyspell-correct-word, flyspell-xemacs-popup):
+       Use flyspell-do-correct.
 
        * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
        a dedicated window.
        Add a completion-base-size-function property.
 
        * simple.el (completion-setup-function): Look for
-       completion-base-size-function property of
-       minibuffer-completion-table.
+       completion-base-size-function property of minibuffer-completion-table.
 
        * files.el (locate-file-completion): Doc fix.