]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Fix for custom-theme-write-faces.
[gnu-emacs] / lisp / ChangeLog
index 8601fb78b753b263b0974b9196027e14b891986e..639d3f6d572b5a8e1532ed8ce6cd240c584949c8 100644 (file)
@@ -1,3 +1,51 @@
+2012-03-25  Chong Yidong  <cyd@gnu.org>
+
+       * cus-theme.el (custom-theme-write-faces): Retrieve current face
+       spec with custom-face-get-current-spec if its :shown-value is not
+       determined yet (Bug#9337).
+
+       * button.el (button-at): Minor addition to docstring.
+
+2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
+
+       * vc/vc.el (vc-merge): Fix a prompt.
+
+2012-03-24  Chong Yidong  <cyd@gnu.org>
+
+       * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
+       point (Bug#9623).
+
+       * button.el (button-at): Minor addition to docstring.
+
+2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * newcomment.el (comment-choose-indent): No space after BOL.
+
+2012-03-22  Sam Steingold  <sds@gnu.org>
+
+       * window.el (switch-to-prev-buffer): Revert last patch because the
+       bug turned out to be an advertised feature (Elisp manual 28.14).
+
+2012-03-22  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
+       (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
+
+2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (network-stream-open-starttls): Make error
+       message under Windows be less misleading.
+
+2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
+
+       * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
+       understands (bug#9942).
+
+2012-03-22  Chong Yidong  <cyd@gnu.org>
+
+       * simple.el (end-of-visible-line): Handle return value of
+       next-single-property-change properly (Bug#9371).
+
 2012-03-22  Kenichi Handa  <handa@m17n.org>
 
        * international/quail.el (quail-insert-kbd-layout): Fix previous