]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Fix previous change.
[gnu-emacs] / lisp / ChangeLog
index 21c04a6678b6643e35ccfedc7cbee5b9eef8a0c6..1050d3deb844b32c77f3183278941591ff0aa995 100644 (file)
@@ -1,5 +1,59 @@
+2006-01-01  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
+       (Custom-reset-current, Custom-reset-saved): Likewise.
+       (Custom-reset-standard): Show message if aborted.
+       (custom-mode): Doc fix, describing those commands.
+
+       * mouse.el (mouse-drag-region-1): When following link via mouse-2,
+       put on event-kind property.
+
+2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (provide-theme): Ban `user' theme name.
+       (custom-enabling-themes): New variable.
+       (enable-theme): Don't enable user if custom-enabling-themes is t.
+       (custom-enabled-themes): Make it a defcustom.
+       (custom-theme-recalc-face): No-op if face is undefined.
+
+       * cus-edit.el (custom-button-mouse): New variable.
+       (custom-button-mouse): New face.
+       (custom-raised-buttons, custom-mode): Use it.
+
+       * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
+
+2005-12-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/gud.el (gud-display-line): Support hl-line in the
+       source buffer.
+
+2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
+
+       * mouse.el (mouse-drag-window-above): Verify that the found window
+       overlaps with the given window in the horizontal dimension.
+
+2005-12-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (cvs-update): New target.
+
+       * makefile.w32-in (cvs-update): Ditto.
+
+2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
+       (custom-new-theme-mode-map): New variable.
+
+2005-12-30  Richard M. Stallman  <rms@gnu.org>
+
+       * custom.el (custom-load-themes): Function deleted.
+
+       * cus-edit.el (custom-save-loaded-themes): Function deleted.
+       (custom-save-variables): Don't delete or add custom-load-themes call.
+
 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * cus-start.el: Add `visible-cursor'.
+
        * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
        (flymake-parse-output-and-residual): Remove `source-buffer' argument.
        (flymake-process-filter): Switch to buffer before calling it instead.