diff options
| author | Paul Eggert | 2012-07-08 16:00:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-08 16:00:38 -0700 |
| commit | ab531b66f3a676ef047300f5201daa52993099b9 (patch) | |
| tree | d7a199eb5c58195e2d17f6c2765ebb5f6a0ea8b3 /src/ChangeLog | |
| parent | 0ccb0b098349c987e35ee1b2ec795f24a743a4e0 (diff) | |
| download | emacs-ab531b66f3a676ef047300f5201daa52993099b9.tar.gz emacs-ab531b66f3a676ef047300f5201daa52993099b9.zip | |
* systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
See <http://bugs.gnu.org/11825#29>.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 98a4f978830..95c8ce2cb51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t. | ||
| 4 | See <http://bugs.gnu.org/11825#29>. | ||
| 5 | |||
| 1 | 2012-07-08 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-07-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph | 8 | * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph |