aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 21 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc30dc82341..01fb7223226 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,16 @@
12013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4 (bug#13297).
5
12013-01-27 Dmitry Gutov <dgutov@yandex.ru> 62013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some 8 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4 checks made superfluous by the \_< operator. 9 checks made superfluous by the \_< operator.
10 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
11 temporarily) broken indentation.
12 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13 Highlight nested constants, too. \_< broke that.
5 14
62013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org> 152013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
7 16
@@ -113,8 +122,8 @@
113 122
1142013-01-22 Michael Albinus <michael.albinus@gmx.de> 1232013-01-22 Michael Albinus <michael.albinus@gmx.de>
115 124
116 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers): Mark 125 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
117 descriptive parts with `display' property. 126 Mark descriptive parts with `display' property.
118 127
1192013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es> 1282013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
120 129
@@ -143,13 +152,13 @@
143 152
144 * net/tramp-adb.el (top): Require `time-date'. 153 * net/tramp-adb.el (top): Require `time-date'.
145 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'. 154 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
146 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file): Use 155 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
147 `tramp-file-name-handler'. 156 Use `tramp-file-name-handler'.
148 (tramp-adb-maybe-open-connection): Use 157 (tramp-adb-maybe-open-connection):
149 `tramp-compat-set-process-query-on-exit-flag'. 158 Use `tramp-compat-set-process-query-on-exit-flag'.
150 159
151 * net/tramp-sh.el (tramp-sh-handle-file-acl): Use 160 * net/tramp-sh.el (tramp-sh-handle-file-acl):
152 `tramp-compat-funcall'. 161 Use `tramp-compat-funcall'.
153 162
154 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and 163 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
155 `tramp-compat-funcall'. 164 `tramp-compat-funcall'.
@@ -189,8 +198,8 @@
1892013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change) 1982013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
190 Chong Yidong <cyd@gnu.org> 199 Chong Yidong <cyd@gnu.org>
191 200
192 * image-mode.el (image-next-file, image-previous-file): New 201 * image-mode.el (image-next-file, image-previous-file):
193 commands (Bug#8453). 202 New commands (Bug#8453).
194 (image-mode-map): Bind them to n and p. 203 (image-mode-map): Bind them to n and p.
195 (image-mode--images-in-directory): New helper function. 204 (image-mode--images-in-directory): New helper function.
196 205
@@ -218,8 +227,8 @@
218 227
219 * autorevert.el (auto-revert-use-notify): In the :set function, do 228 * autorevert.el (auto-revert-use-notify): In the :set function, do
220 not modify `kill-buffer-hook'. 229 not modify `kill-buffer-hook'.
221 (auto-revert-notify-rm-watch): Remove 230 (auto-revert-notify-rm-watch):
222 `auto-revert-notify-rm-watch' from `kill-buffer-hook'. 231 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
223 (auto-revert-notify-add-watch): Do not call 232 (auto-revert-notify-add-watch): Do not call
224 `auto-revert-notify-rm-watch', but add it to a buffer local 233 `auto-revert-notify-rm-watch', but add it to a buffer local
225 `kill-buffer-hook'. 234 `kill-buffer-hook'.