Mercurial > emacs
comparison src/ChangeLog @ 69680:a5f4fbf171db
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 25 Mar 2006 18:01:38 +0000 |
parents | 23a81b585dd1 |
children | 8f7fe45e9fe8 e6bf73e43cf4 |
comparison
equal
deleted
inserted
replaced
69679:7a7755ff46ed | 69680:a5f4fbf171db |
---|---|
1 2006-03-25 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag | |
4 to zero before calling debug_print or safe_debug_print. | |
5 | |
6 * print.c (print_output_debug_flag): New global variable. | |
7 (Fexternal_debugging_output) [WINDOWSNT]: Don't call | |
8 OutputDebugString if print_output_debug_flag is zero. | |
9 | |
1 2006-03-24 Paul Eggert <eggert@cs.ucla.edu> | 10 2006-03-24 Paul Eggert <eggert@cs.ucla.edu> |
2 | 11 |
3 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it. | 12 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it. |
4 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. | 13 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. |
5 (Fdecode_time): Cast tm_year to EMACS_INT. | 14 (Fdecode_time): Cast tm_year to EMACS_INT. |