Handle system default font and changing font parameters.
[bpt/emacs.git] / lisp / ChangeLog
index fd9e082..61f1b5d 100644 (file)
@@ -1,3 +1,78 @@
+2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * menu-bar.el: Put "Use system font" in Option-menu.
+
+       * loadup.el: If feature system-font-setting or font-render-setting is
+       there, load font-setting.
+
+       * Makefile.in (ELCFILES): font-settings.el is new.
+       * font-setting.el: New file.
+
+2009-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * vc-svn.el (vc-svn-print-log): Fix typo in previous.
+
+       * net/newst-treeview.el (newsticker--treeview-list-update-faces):
+       Preserve point in the list buffer.  (Bug#4939)
+       Use point-at-eol.
+       (newsticker--treeview-list-update-highlight)
+       (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
+
+2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
+       Remove.
+
+       * calc/calc-ext.el (calc-init-extensions): Remove references to
+       symclip.
+
+       * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
+
+       * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
+       * calc/calc-help.el (calc-b-prefix-help):  Remove references to
+       `calc-symclip'.
+
+2009-11-16  Kevin Ryde  <user42@zip.com.au>
+
+       * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
+       `sgml-lexical-context' instead of own parse for tag.  (Further to
+       Bug#4511).
+
+       * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
+       (lm-keywords-list): Allow comma-only separator like "foo,bar".
+       Ignore trailing spaces by omit-nulls to split-string (fixing
+       regression from Emacs 21 due to the incompatible split-string
+       change).  (Bug #4928.)
+
+2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-log-show-limit): Default to 2000.
+       (vc-print-log-internal): Insert buttons to request more entries
+       when limiting the output.
+
+       * vc-sccs.el (vc-sccs-print-log):
+       * vc-rcs.el (vc-rcs-print-log):
+       * vc-cvs.el (vc-cvs-print-log):
+       * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
+       LIMIT is non-nil.
+
+2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
+       error when `tramp-gvfs-dbus-event-vector' is set.
+       (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
+
+2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
+
+2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-unregister-service): New defun.
+       (dbus-register-property): Register the handlers of
+       "org.freedesktop.DBus.Properties" for SERVICE.
+       (dbus-property-handler): Fix docstring.
+
 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
 
        * calc/calc-bin.el (calc-word-size): Reset the variables
        `math-2-word-size' and `math-half-2-word-size'.
-        (math-format-complement-signed, math-symclip, calcFunc-symclip)
-        (calc-symclip): New functions.
+       (math-format-complement-signed, math-symclip, calcFunc-symclip)
+       (calc-symclip): New functions.
 
        * calc/calc-aent.el (math-read-token): Read complement signed numbers.
 
-       * calc/calc-embed.el (calc-embedded-mode-vars): Add
-       `calc-complement-signed-mode' to the list of modes.
+       * calc/calc-embed.el (calc-embedded-mode-vars):
+       Add `calc-complement-signed-mode' to the list of modes.
 
        * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
-        (calc-b-oper-keys): Add `calc-symclip' to list.
+       (calc-b-oper-keys): Add `calc-symclip' to list.
 
        * calc/calc-ext.el (math-read-number-fancy): Read complement
        signed numbers.
-        (calc-init-extensions): Add binding for `calc-symclip'.
-        Add autoload for `calcFunc-symclip' and `calc-symclip'.
+       (calc-init-extensions): Add binding for `calc-symclip'.
+       Add autoload for `calcFunc-symclip' and `calc-symclip'.
 
        * calc/calc-menu.el (calc-arithmetic-menu): Add item for
        `calc-symclip'.
-        (calc-modes-menu): Add item for twos complement mode.
+       (calc-modes-menu): Add item for twos complement mode.
 
-       * calc/calc-help.el (calc-b-prefix-help):  Add help for
-       `calc-symclip'.
+       * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
 
 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>