aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog77
1 files changed, 74 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92c071e1776..3ccb944a2f4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,74 @@
12013-01-09 Elias Pipping <pipping@lavabit.com>
2
3 * doc-view.el: Add support for DjVu (bug#13164).
4 (doc-view-djvu->png-converter-function): New config var.
5 (doc-view-single-page-converter-function, doc-view--image-type)
6 (doc-view--image-file-extension): New vars.
7 (doc-view-mode): Initialize them.
8 (doc-view-goto-page): Use them.
9 (doc-view-mode-p): Add support for ddjvu.
10 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
11 (doc-view-set-up-single-converter): New funs.
12 (doc-view-pdf/ps->png): Extend for djvu.
13 (doc-view-document->png): Rename from doc-view-pdf->png.
14 (doc-view-convert-current-doc): Handle djvu.
15 (doc-view-insert-image, doc-view-display)
16 (doc-view-already-converted-p): Don't hardcode png.
17 (doc-view-set-doc-type): Recognize djvu docs.
18
192013-01-09 Elias Pipping <pipping@lavabit.com>
20
21 * doc-view.el: Add support for mupdf converter (bug#13164).
22 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
23 (doc-view-ps->png-converter-function): New config vars.
24 (doc-view-pdf->png-converter-ghostscript)
25 (doc-view-ps->png-converter-ghostscript)
26 (doc-view-pdf->png-converter-mupdf): New functions.
27 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
28
292013-01-09 Jürgen Hötzel <juergen@archlinux.org>
30
31 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
32 first in session cache: When `tramp-own-remote-path' is in
33 `tramp-remote-path', the remote path is only set in the session
34 cache.
35
362013-01-09 Glenn Morris <rgm@gnu.org>
37
38 * emacs-lisp/trace.el (trace-function-foreground)
39 (trace-function-background): Doc fix.
40
412013-01-09 Juri Linkov <juri@jurta.org>
42
43 * international/mule-cmds.el (read-char-by-name): Move let-binding
44 of completion-ignore-case around completing-read to fix regression
45 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
46 `string-match-p' using the nil value of `case-fold-search' and
47 `completion-ignore-case' in `completion-pcm--all-completions'.
48 (Bug#12615).
49
502013-01-09 Glenn Morris <rgm@gnu.org>
51
52 * progmodes/compile.el (compilation-parse-errors):
53 Fix typo. (Bug#13369)
54
552013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
56
57 * comint.el (comint-send-input): Check size of buffer before
58 waiting for process output, in case already accepted. (Bug#13290)
59
602013-01-09 Paul Eggert <eggert@cs.ucla.edu>
61
62 Spelling fixes.
63 * net/tramp-adb.el (tramp-adb-get-toolbox):
64 Fix misspelling of 'unknown'.
65
662013-01-08 Juri Linkov <juri@jurta.org>
67
68 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
69 * progmodes/flymake.el (flymake-errline, flymake-warnline):
70 Use underline style wave on terminals that support it. (Bug#13000)
71
12013-01-08 Stefan Monnier <monnier@iro.umontreal.ca> 722013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 73
3 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if 74 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
@@ -430,7 +501,7 @@
430 501
431 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun. 502 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
432 Suppress coloring, if possible (required for BusyBox based systems like 503 Suppress coloring, if possible (required for BusyBox based systems like
433 CynagenMod). 504 CyanogenMod).
434 (tramp-adb-handle-file-attributes) 505 (tramp-adb-handle-file-attributes)
435 (tramp-adb-handle-insert-directory) 506 (tramp-adb-handle-insert-directory)
436 (tramp-adb-handle-file-name-all-completions): Use it. 507 (tramp-adb-handle-file-name-all-completions): Use it.
@@ -11603,7 +11674,7 @@
11603 11674
116042012-03-16 Alan Mackenzie <acm@muc.de> 116752012-03-16 Alan Mackenzie <acm@muc.de>
11605 11676
11606 Further optimise the handling of large macros. 11677 Further optimize the handling of large macros.
11607 11678
11608 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a 11679 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11609 limit to a call of `c-literal-limits'. 11680 limit to a call of `c-literal-limits'.
@@ -13255,7 +13326,7 @@
13255 13326
132562012-01-08 Alan Mackenzie <acm@muc.de> 133272012-01-08 Alan Mackenzie <acm@muc.de>
13257 13328
13258 Optimise font locking in long enum definitions. 13329 Optimize font locking in long enum definitions.
13259 13330
13260 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra 13331 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13261 arm to a cond form to handle enums. 13332 arm to a cond form to handle enums.