diff options
| author | Stefan Monnier | 2007-04-04 14:48:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-04-04 14:48:47 +0000 |
| commit | ade817bdf2fbe321a756e44f5e3ef62a31f80fa2 (patch) | |
| tree | bff821de158c181f4c522b3f7339107eeddc97bc /etc/ChangeLog | |
| parent | 8ea81ae0ef5d73b270ac8ebecdf20249eb4eab33 (diff) | |
| download | emacs-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/ChangeLog | 16 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-04-04 Glenn Morris <rgm@gnu.org> | 7 | 2007-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 | ||
| 370 | 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) | 376 | 2006-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 | ||
| 465 | 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) | 471 | 2006-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 | ||
| 1458 | 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) | 1464 | 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> |
| 1459 | 1465 | ||
| 1460 | * TUTORIAL.pl: Updated header. | 1466 | * TUTORIAL.pl: Updated header. |
| 1461 | 1467 | ||