aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-04-04 14:48:47 +0000
committerStefan Monnier2007-04-04 14:48:47 +0000
commitade817bdf2fbe321a756e44f5e3ef62a31f80fa2 (patch)
treebff821de158c181f4c522b3f7339107eeddc97bc /etc/ChangeLog
parent8ea81ae0ef5d73b270ac8ebecdf20249eb4eab33 (diff)
downloademacs-ade817bdf2fbe321a756e44f5e3ef62a31f80fa2.tar.gz
emacs-ade817bdf2fbe321a756e44f5e3ef62a31f80fa2.zip
(format_exception): New function.
(eexecfile): Use it instead of traceback.print_exception. Don't use execfile to avoid a bug in w32.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r--etc/ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2f9e52c03c6..a93960ea9ef 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2
3 * emacs.py (format_exception): New function.
4 (eexecfile): Use it instead of traceback.print_exception.
5 Don't use execfile to avoid a bug in w32.
6
12007-04-04 Glenn Morris <rgm@gnu.org> 72007-04-04 Glenn Morris <rgm@gnu.org>
2 8
3 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc 9 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
@@ -367,7 +373,7 @@
367 (section{TODO Items and Checkboxes}): Checkbox keys moved to this 373 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
368 section, added documentation for the key `C-c #'. 374 section, added documentation for the key `C-c #'.
369 375
3702006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 3762006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
371 377
372 * emacs.py (eargs): Provide eldoc message for builtin types. 378 * emacs.py (eargs): Provide eldoc message for builtin types.
373 Make sure eargs always outputs sentinel, to avoid Emacs freeze. 379 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
@@ -462,7 +468,7 @@
462 (eimport): Use __main__ rather than `emacs' namespace. 468 (eimport): Use __main__ rather than `emacs' namespace.
463 (modpath): New fun. 469 (modpath): New fun.
464 470
4652006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) 4712006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
466 472
467 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. 473 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
468 474
@@ -725,8 +731,8 @@
725 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by 731 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
726 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>. 732 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
727 733
728 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry 734 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
729 for `i' is not translated yet. 735 Entry for `i' is not translated yet.
730 736
731 * pt-br-refcard.tex (section{Info}): Ditto. 737 * pt-br-refcard.tex (section{Info}): Ditto.
732 738
@@ -1455,7 +1461,7 @@
1455 1461
1456 * NEWS: Lots of clarifications and cleanups. 1462 * NEWS: Lots of clarifications and cleanups.
1457 1463
14582005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 14642005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
1459 1465
1460 * TUTORIAL.pl: Updated header. 1466 * TUTORIAL.pl: Updated header.
1461 1467