Mercurial > emacs
comparison src/ChangeLog @ 84818:8171d3c478b9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 23 Sep 2007 15:39:16 +0000 |
parents | 003b4ae4b791 |
children | f94f37cc0496 |
comparison
equal
deleted
inserted
replaced
84817:003b4ae4b791 | 84818:8171d3c478b9 |
---|---|
3 * alloc.c (gc_sweep): Check cons cell mark bits word by word | 3 * alloc.c (gc_sweep): Check cons cell mark bits word by word |
4 and optimize the case where they are all 1. | 4 and optimize the case where they are all 1. |
5 | 5 |
6 2007-09-23 Johannes Weiner <hannes@saeurebad.de> | 6 2007-09-23 Johannes Weiner <hannes@saeurebad.de> |
7 | 7 |
8 * lisp.h (abs): Define if unknown. | 8 * lisp.h (abs): Define if not defined. |
9 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c: Don't | 9 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c: |
10 define abs now it's in lisp.h. | 10 Don't define `abs', since it's defined in lisp.h. |
11 | 11 |
12 2007-09-22 Eli Zaretskii <eliz@gnu.org> | 12 2007-09-22 Eli Zaretskii <eliz@gnu.org> |
13 | 13 |
14 * term.c (DEV_TTY): New macro. Provide a definition for | 14 * term.c (DEV_TTY): New macro. Provide a definition for |
15 MS-Windows. | 15 MS-Windows. |