diff options
| author | Stefan Monnier | 2004-04-21 22:42:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-04-21 22:42:13 +0000 |
| commit | 063a45c59c2f38fc2b4075e02a4186343a4b2d55 (patch) | |
| tree | 25df83d95b97c6b2e387f10fd6397526805c584b /src/ChangeLog | |
| parent | e0a583f84a0bd4825952424bb8ab2ad93c7194d7 (diff) | |
| download | emacs-063a45c59c2f38fc2b4075e02a4186343a4b2d55.tar.gz emacs-063a45c59c2f38fc2b4075e02a4186343a4b2d55.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6839c70e398..e535b750949 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]: | ||
| 4 | Don't make assumptions about the relative place of i and val. | ||
| 5 | (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well. | ||
| 6 | |||
| 1 | 2004-04-21 Kim F. Storm <storm@cua.dk> | 7 | 2004-04-21 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * dispextern.h (struct glyph_slice): New struct. | 9 | * dispextern.h (struct glyph_slice): New struct. |