X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/dba6e3ec423212f5de4caf431d2e53c525f2c984..68e004e0cd5b4aeed339e08a103e6b060b93cae2:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b7e338e18..b2adc2cf88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,24 @@ +2014-02-01 Dmitry Gutov + + * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for + `:' before binary operators (bug#16609). Don't check for `:' + before `[' and `(', or their syntax status. A percent literal + can't end with either. + (ruby-font-lock-keywords): For built-ins that require arguments, + check that they're followed by something that looks like argument + (bug#16610). + +2014-02-01 Lars Ingebrigtsen + + * subr.el (butlast): Document what an omitted N means (bug#13437). + (nbutlast): Ditto. + 2014-01-31 Lars Ingebrigtsen * net/shr.el (shr-generic): Make into a defsubst to make the stack depth shallower (bug#16587). + (shr-tag-svg): Respect `shr-inhibit-images'. + (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882). 2014-01-31 Dmitry Gutov