aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog57
1 files changed, 41 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c895bce1cad..7e9e9d7738e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,28 @@
12012-12-31 Jürgen Hötzel <juergen@archlinux.org>
2
3 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4 (No device connected, invalid device name). (Bug #13299)
5
62012-12-31 Martin Rudalics <rudalics@gmx.at>
7
8 * window.el (window-resizable--p): Rename to window-resizable-p.
9 (window-resize-no-error): New function.
10
11 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
12 broken in fix from 2012-12-28.
13
142012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * subr.el (special-form-p): Don't signal errors on undef aliases.
17
182012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
19
20 * calc/calc-forms.el (math-parse-date): Try using
21 `math-parse-iso-date' when it looks like it might be needed.
22 Allow times of 24:00.
23 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
24 of 24:00.
25
12012-12-30 Glenn Morris <rgm@gnu.org> 262012-12-30 Glenn Morris <rgm@gnu.org>
2 27
3 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary): 28 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
@@ -17,8 +42,8 @@
17 42
182012-12-30 Mark Lillibridge <mark.lillibridge@hp.com> 432012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
19 44
20 * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert 45 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21 the undecoded text of the message being forwarded. (Bug#9521) 46 Insert the undecoded text of the message being forwarded. (Bug#9521)
22 47
232012-12-30 Michael Albinus <michael.albinus@gmx.de> 482012-12-30 Michael Albinus <michael.albinus@gmx.de>
24 49
@@ -28,8 +53,8 @@
28 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context): 53 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
29 Return `t' on success. 54 Return `t' on success.
30 55
31 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add 56 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
32 handler for `set-file-selinux-context'. 57 Add handler for `set-file-selinux-context'.
33 58
342012-12-29 Michael Albinus <michael.albinus@gmx.de> 592012-12-29 Michael Albinus <michael.albinus@gmx.de>
35 60
@@ -38,8 +63,8 @@
38 63
392012-12-29 Eli Zaretskii <eliz@gnu.org> 642012-12-29 Eli Zaretskii <eliz@gnu.org>
40 65
41 * files.el (backup-buffer-copy, basic-save-buffer-2): If 66 * files.el (backup-buffer-copy, basic-save-buffer-2):
42 set-file-extended-attributes fails, fall back on set-file-modes 67 If set-file-extended-attributes fails, fall back on set-file-modes
43 instead of signaling an error. (Bug#13298) 68 instead of signaling an error. (Bug#13298)
44 (basic-save-buffer): Likewise. 69 (basic-save-buffer): Likewise.
45 70
@@ -67,8 +92,8 @@
67 92
682012-12-28 Martin Rudalics <rudalics@gmx.at> 932012-12-28 Martin Rudalics <rudalics@gmx.at>
69 94
70 * mail/rmail.el (rmail-maybe-display-summary): Rewrite 95 * mail/rmail.el (rmail-maybe-display-summary):
71 (Bug#13066). 96 Rewrite (Bug#13066).
72 97
732012-12-28 Andreas Schwab <schwab@linux-m68k.org> 982012-12-28 Andreas Schwab <schwab@linux-m68k.org>
74 99
@@ -123,8 +148,8 @@
1232012-12-27 Dmitry Gutov <dgutov@yandex.ru> 1482012-12-27 Dmitry Gutov <dgutov@yandex.ru>
124 149
125 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class", 150 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
126 "module" and "def" to have indentation before them. Regression 151 "module" and "def" to have indentation before them.
127 from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test). 152 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
128 153
129 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200). 154 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
130 155
@@ -137,8 +162,8 @@
1372012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change) 1622012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
138 163
139 * comint.el (comint-adjust-window-point): New function. 164 * comint.el (comint-adjust-window-point): New function.
140 (comint-postoutput-scroll-to-bottom): Call 165 (comint-postoutput-scroll-to-bottom):
141 comint-adjust-window-point (Bug#13248). 166 Call comint-adjust-window-point (Bug#13248).
142 167
1432012-12-26 Dmitry Gutov <dgutov@yandex.ru> 1682012-12-26 Dmitry Gutov <dgutov@yandex.ru>
144 169
@@ -149,8 +174,8 @@
149 174
1502012-12-26 Jürgen Hötzel <juergen@archlinux.org> 1752012-12-26 Jürgen Hötzel <juergen@archlinux.org>
151 176
152 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun. Suppress 177 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
153 coloring, if possible (required for BusyBox based systems like 178 Suppress coloring, if possible (required for BusyBox based systems like
154 CynagenMod). 179 CynagenMod).
155 (tramp-adb-handle-file-attributes) 180 (tramp-adb-handle-file-attributes)
156 (tramp-adb-handle-insert-directory) 181 (tramp-adb-handle-insert-directory)
@@ -179,8 +204,8 @@
179 * notifications.el (notifications-notify): Protect body with 204 * notifications.el (notifications-notify): Protect body with
180 `with-demoted-errors'. 205 `with-demoted-errors'.
181 206
182 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Check 207 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
183 properties of remote device. Restart connection, if there is a 208 Check properties of remote device. Restart connection, if there is a
184 change. 209 change.
185 210
1862012-12-21 Chong Yidong <cyd@gnu.org> 2112012-12-21 Chong Yidong <cyd@gnu.org>