diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 536ba29cb2c..fa8022b0d4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-05-31 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use 'inline', not 'INLINE'. | ||
| 4 | <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html> | ||
| 5 | * alloc.c, fontset.c (INLINE): Remove. | ||
| 6 | * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c: | ||
| 7 | * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c: | ||
| 8 | * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline. | ||
| 9 | * gmalloc.c (register_heapinfo): Use inline unconditionally. | ||
| 10 | * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__. | ||
| 11 | |||
| 1 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> | 12 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 13 | ||
| 3 | Make it possible to run ./temacs. | 14 | Make it possible to run ./temacs. |