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 06600c92e37..5213669e319 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-01-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use SSDATA when the context wants char *. | ||
| 4 | * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c: | ||
| 5 | * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c: | ||
| 6 | * fns.c, font.c, frame.c, image.c, indent.c, keyboard.c: | ||
| 7 | * lread.c, minibuf.c, print.c, process.c, search.c, widget.c: | ||
| 8 | * xdisp.c, xfaces.c, xfns.c, xml.c, xselect.c, xterm.c: | ||
| 9 | Use SSDATA (not SDATA) when the context of the expression wants | ||
| 10 | char * (not unsigned char *). | ||
| 11 | |||
| 1 | 2011-01-30 Jan Djärv <jan.h.d@swipnet.se> | 12 | 2011-01-30 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 13 | ||
| 3 | * .gdbinit: Read global lisp variables as globals.f_V*. | 14 | * .gdbinit: Read global lisp variables as globals.f_V*. |