eww: jump to next select field easier and better ftp error
[bpt/emacs.git] / lisp / ChangeLog
index 499794e..fe564a9 100644 (file)
@@ -1,3 +1,55 @@
+2013-12-22  Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
+
+       * net/eww.el (eww-tag-select): Add text-property to jump to next
+       select field.
+        (eww) : Add non-supported ftp error.
+
+2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
+       comments.  Handle electric indent after typing `?' and `!'.
+
+2013-12-22  Chong Yidong  <cyd@gnu.org>
+
+       * faces.el (face-spec-recalc): If the theme specs are not
+       applicable to a frame, fall back on the defface spec.  This
+       prevents themes from obliterating faces on low-color terminals.
+
+2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
+       after `{'.  We need it after block openers, and it doesn't seem
+       to hurt after hash openers.
+
+2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
+       extracted from `ruby-smie-rules'.
+       (ruby--electric-indent-chars): New variable.
+       (ruby--electric-indent-p): New function.
+       (ruby-mode): Use `electric-indent-functions' instead of
+       `electric-indent-chars'.
+
+2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
+       docstring.
+       (ruby-smie-rules): Indent plus one level after `=>'.
+
+2013-12-21  Richard Stallman  <rms@gnu.org>
+
+       * simple.el (newline): Doc fix.
+
+2013-12-21  Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
+
+        * net/eww.el (eww-list-histories, eww-list-histories)
+       (eww-history-browse, eww-history-quit, eww-history-kill)
+       (eww-history-mode-map, eww-history-mode): New command and
+       functions to list browser histories.
+        (eww-form-text): Support text form with disabled
+        and readonly attributes.
+        (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
+
 2013-12-21  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
 
        * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)