aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3aae01b9f1e..5b54d34743c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,59 @@
12013-01-04 Daiki Ueno <ueno@gnu.org>
2
3 * epg.el: Silence byte-compiler warnings.
4 (epg--start): Use delete-char instead of delete-backward-char.
5 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
6
72013-01-04 Daiki Ueno <ueno@gnu.org>
8
9 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
10 Suggested by Eli Zaretskii <eliz@gnu.org>.
11
122013-01-04 Michael Albinus <michael.albinus@gmx.de>
13
14 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
15 non-negative integers. Otherwise, the default values are used.
16 (tramp-convert-file-attributes): Convert uid and gid to integers.
17
182013-01-04 Glenn Morris <rgm@gnu.org>
19
20 * term.el (term-handle-colors-array): Ensure face attributes
21 are fully specified, not nil. (Bug#13337)
22
23 * term.el (term-default-fg-color, term-default-bg-color):
24 Fix custom type.
25
26 * progmodes/etags.el (tags-compression-info-list): Doc fix.
27 (tag-find-file-of-tag-noselect): Check auto-compression-mode
28 rather than 'jka-compr being loaded. (Bug#13338)
29
302013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
31
32 * icomplete.el (icomplete-completions):
33 Honor icomplete-prospects-height once more following
34 2012-11-29 changes. (Bug#13224)
35
362013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * subr.el (internal--called-interactively-p--get-frame): Find aliases
39 of called-interactively-p as well (bug#13237).
40
41 * view.el (view--enable, view--disable): Rename from view-mode-enable
42 and view-mode-disable and assume it's called from view-mode.
43 (view-mode-enable, view-mode-disable): Redefine as obsolete
44 compatibility layer above view-mode.
45 (view-mode-enter): Call `view-mode'.
46
47 * files.el (after-find-file): Call `view-mode'.
48
49 * doc-view.el (doc-view-scale-internally): New var.
50 (doc-view-enlarge, doc-view-insert-image): Obey it.
51
522013-01-03 Daiki Ueno <ueno@gnu.org>
53
54 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
55 exist. (Bug#13344)
56
12013-01-03 Glenn Morris <rgm@gnu.org> 572013-01-03 Glenn Morris <rgm@gnu.org>
2 58
3 * mail/rmail.el (rmail-set-header-1): Ignore case. 59 * mail/rmail.el (rmail-set-header-1): Ignore case.
@@ -338,6 +394,8 @@
338 (lm-homepage): New function. 394 (lm-homepage): New function.
339 (lm-with-file): Don't be confused if narrowing is in effect. 395 (lm-with-file): Don't be confused if narrowing is in effect.
340 396
3972012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
398
341 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the 399 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
342 very beginning of a hunk (e.g. killing the first line). 400 very beginning of a hunk (e.g. killing the first line).
343 401