comparison etc/ChangeLog @ 76937:a995e0466061

(format_exception): New function. (eexecfile): Use it instead of traceback.print_exception. Don't use execfile to avoid a bug in w32.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 04 Apr 2007 14:48:47 +0000
parents 8a550f4e2159
children 6edad8abba72 4ef881a120fe
comparison
equal deleted inserted replaced
76936:22f62f97ae60 76937:a995e0466061
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
4 on Solaris. 10 on Solaris.
5 11
365 371
366 * orgcard.tex (section{Archiving}): Document C-TAB. 372 * orgcard.tex (section{Archiving}): Document C-TAB.
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.
374 380
375 2006-10-22 Chong Yidong <cyd@stupidchicken.com> 381 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
460 Remove `namespace' arg, add `imports' arg. 466 Remove `namespace' arg, add `imports' arg.
461 (ehelp): Replace g and l args with `imports'. 467 (ehelp): Replace g and l args with `imports'.
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
469 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si> 475 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
470 476
723 Stefan Monnier <monnier@iro.umontreal.ca>. 729 Stefan Monnier <monnier@iro.umontreal.ca>.
724 730
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
733 * ru-refcard.tex (section{Info}): Ditto. 739 * ru-refcard.tex (section{Info}): Ditto.
734 740
1453 1459
1454 * GNU: Update footnotes. 1460 * GNU: Update footnotes.
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
1462 2005-05-02 Richard M. Stallman <rms@gnu.org> 1468 2005-05-02 Richard M. Stallman <rms@gnu.org>
1463 1469