| | 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 | |
|---|
| | 7 | 2007-04-04 Glenn Morris <rgm@gnu.org> |
|---|
| | 8 | |
|---|
| | 9 | * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc |
|---|
| | 10 | on Solaris. |
|---|
| | 11 | |
|---|
| | 12 | * PROBLEMS (Configuration): Add entries on compiler/preprocessor |
|---|
| | 13 | mismatch, and on preprocessor inserting whitespace. |
|---|
| | 14 | |
|---|
| | 15 | 2007-04-03 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 16 | |
|---|
| | 17 | * TODO: Add entry for switching MS-Windows keyboard input to |
|---|
| | 18 | Unicode. Add specific pointer to msdos.c functions that support |
|---|
| | 19 | menus on text terminals. |
|---|
| | 20 | |
|---|
| | 21 | 2007-04-01 Michael Olson <mwolson@gnu.org> |
|---|
| | 22 | |
|---|
| | 23 | * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries |
|---|
| | 24 | were for previously-committed changes. |
|---|
| | 25 | |
|---|
| | 26 | 2007-03-31 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 27 | |
|---|
| | 28 | * PROBLEMS: Remove Tramp problem; it has been fixed. |
|---|
| | 29 | |
|---|
| | 30 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 31 | |
|---|
| | 32 | * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with |
|---|
| | 33 | modifiers. |
|---|
| | 34 | |
|---|
| | 35 | 2007-03-23 Glenn Morris <rgm@gnu.org> |
|---|
| | 36 | |
|---|
| | 37 | * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT): |
|---|
| | 38 | Delete unused variables. |
|---|
| | 39 | (dired-refcards, misc-refcards, survival-card, viper-cards): |
|---|
| | 40 | New targets. |
|---|
| | 41 | (all): Also build dired-refcards and misc-refcards. |
|---|
| | 42 | (clean, distclean, maintainer-clean): Depend on mostlyclean. |
|---|
| | 43 | (SOURCES): Remove non-existent files. |
|---|
| | 44 | (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): |
|---|
| | 45 | Mark as phony. |
|---|
| | 46 | (.ps files): Specify default papersize in the dvips command. |
|---|
| | 47 | |
|---|
| | 48 | * fr-refcard.tex (\letterpaper): Switch to A4. |
|---|
| | 49 | (\section): Reduce \vskips to fit on A4 paper. |
|---|
| | 50 | (\shortcopyrightnotice): Display at end of first column. |
|---|
| | 51 | |
|---|
| | 52 | 2007-03-21 Glenn Morris <rgm@gnu.org> |
|---|
| | 53 | |
|---|
| | 54 | * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns. |
|---|
| | 55 | (\shortcopyrightnotice): Do not display in middle of file. |
|---|
| | 56 | Numerous \cr and \hskip hacks to avoid overfull columns. |
|---|
| | 57 | |
|---|
| | 58 | * fr-refcard.ps: Regenerate. |
|---|
| | 59 | |
|---|