Add customization data to several built-in variables.
[bpt/emacs.git] / lisp / ChangeLog
index d1a6cd0..d2ab4b6 100644 (file)
@@ -1,12 +1,24 @@
+2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * notifications.el (dbus-debug):
+       * term/linux.el (gpm-mouse-enable):
+       * term/screen.el (xterm-register-default-colors): Declare.
+
 2012-05-02  Chong Yidong  <cyd@gnu.org>
 
+       * cus-start.el (gc-cons-percentage, exec-suffixes)
+       (dos-display-scancodes, dos-hyper-key, dos-super-key)
+       (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
+       (make-cursor-line-fully-visible, void-text-area-pointer)
+       (font-list-limit): Add customization data.
+
        * allout.el (allout-exposure-change-functions)
        (allout-structure-added-functions)
        (allout-structure-deleted-functions)
        (allout-structure-shifted-functions): Rename abnormal hooks from
        *-hook, and convert to defcustoms.
-       (allout-after-copy-or-kill-hook, allout-post-undo-hook): Convert
-       to defcustoms.
+       (allout-after-copy-or-kill-hook, allout-post-undo-hook):
+       Convert to defcustoms.
        (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
 
        * allout-widgets.el: Hook callers changed.
@@ -19,8 +31,8 @@
 
 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
 
-       * window.el (display-buffer--action-function-custom-type): Fix
-       entry.
+       * window.el (display-buffer--action-function-custom-type):
+       Fix entry.
 
 2012-05-02  Alan Mackenzie  <acm@muc.de>
 
        insecure exception for current topic.  Also note that auto-saves
        are handled differently.
 
-       (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
+       (allout-auto-save-temporarily-disabledallout-just-did-undo):
        State variables for tracking auto-save inhibition situation.
 
        (allout-write-contents-hook-handler): Rename from
        (newsticker--plainview-tool-bar-map): Move tool-bar icons to
        etc/images/newsticker.
 
-       * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
-       (newsticker--process-auto-mark-filter-match): Tell user about
+       * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
+       (newsticker--process-auto-mark-filter-match): Tell user about
        auto-marking.
 
 2011-05-13  Didier Verna  <didier@xemacs.org>