aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 141c3fc6344..4c115d8435a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lpr.el: Signal print errors more prominently.
4 (print-region-function): Don't default to nil.
5 (lpr-print-region): New function, extracted from print-region-1.
6 Check lpr's return value and signal an error in case of problem.
7 (print-region-1): Use it.
8 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9 versions instead.
10 (ps-printer-name): Default to nil.
11 (ps-printer-name-option): Default to lpr-printer-switch.
12 (ps-print-region-function): Don't default to nil.
13 (ps-postscript-code-directory): Simplify default.
14 (ps-do-despool): Use lpr-print-region to properly check the outcome.
15 (ps-string-list, ps-eval-switch, ps-flatten-list)
16 (ps-flatten-list-1): Remove.
17 (ps-multibyte-buffer): Avoid setq.
18 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
19 (print-region-function, ps-print-region-function): Don't set them here.
20
12013-07-24 Xue Fuqiao <xfq.free@gmail.com> 212013-07-24 Xue Fuqiao <xfq.free@gmail.com>
2 22
3 * ansi-color.el: Fix old URL. 23 * ansi-color.el: Fix old URL.