(isearch-mode-map): Treat S-SPC like SPC.
[bpt/emacs.git] / lisp / ChangeLog
index 35ebc6f..3d3994c 100644 (file)
@@ -1,8 +1,53 @@
-2004-12-06  Stefan  <monnier@iro.umontreal.ca>
+2004-12-09  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
+
+2004-12-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
+       buffer with a display margin.
+
+2004-12-08  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
+       (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
+
+2004-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * faces.el: Delete code to set display table.
+       (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
+
+2004-12-08  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el: Add math-read-preprocess-string to autoloads.
+
+       * calc/calc-ext.el (math-read-replacement-list)
+       (math-read-superscripts, math-read-preprocess-string): Move to
+       calc-aent.el.
+
+       * calc/calc-aent.el (math-read-replacement-list)
+       (math-read-superscripts, math-read-preprocess-string): Move from
+       calc-ext.el.
+
+2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * isearch.el (isearch-quote-char): Fix up typo in last change.
+
+2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * mouse.el (mouse-set-font): Handle the case where the command was
+       not invoked using the mouse.
+
+       * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
+       (edmacro-finish-edit): Further update for keyboard macros that are
+       lambda forms.
+       (edmacro-sanitize-for-string): Correctly remove Meta modifier
+       (as suggested by Kim Storm).
+
+2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * font-lock.el (font-lock-unfontify-region): Save buffer state.
-       (font-lock-default-unfontify-region): Don't save buffer state any
-       more.
+       (font-lock-default-unfontify-region): Don't save buffer state any more.
 
 2004-12-07  Jay Belanger  <belanger@truman.edu>
 
 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * calendar/holidays.el (holiday-easter-etc): Make arguments
-       optional for backwards compatability.  Doc fix.
+       optional for backwards compatibility.  Doc fix.
        Remove un-necessary local vars mandatory, output-list.
        (holiday-advent):  Make arguments optional for backwards
-       compatability.  Doc fix.
+       compatibility.  Doc fix.
 
 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>