diff options
| author | Paul Eggert | 2011-01-30 14:22:58 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-30 14:22:58 -0800 |
| commit | 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (patch) | |
| tree | 9f4e30300e4f96dd3c72f5f435032f8180ce1a6c /src/ChangeLog | |
| parent | fcabb1a6e66f7e6cf4fe0984c4d5c169f4decd8a (diff) | |
| parent | 42a5b22fc0201fe98ad8a093c3ab91122ab3a72b (diff) | |
| download | emacs-4eec7f8b2b465c6fc2c09d37d4da2b540f607df0.tar.gz emacs-4eec7f8b2b465c6fc2c09d37d4da2b540f607df0.zip | |
Use SSDATA when the context wants char *.
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*. |