diff options
| author | Dan Nicolaescu | 2009-11-11 06:10:42 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-11-11 06:10:42 +0000 |
| commit | a4ada374d6f96b5a7b9fe8df57307fae3fcd3351 (patch) | |
| tree | a574ca978f9298d0866d1181223566fc932a52a6 /src/ChangeLog | |
| parent | 04991a1c0d1e23391f5d88d3e5007e352c1ab3cb (diff) | |
| download | emacs-a4ada374d6f96b5a7b9fe8df57307fae3fcd3351.tar.gz emacs-a4ada374d6f96b5a7b9fe8df57307fae3fcd3351.zip | |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
* xterm.c (syms_of_xterm):
* xfaces.c (syms_of_xfaces):
* xdisp.c (syms_of_xdisp):
* lread.c (syms_of_lread):
* keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
build_string.
* doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
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 c9634e7f4c6..933752178f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. | ||
| 4 | * xterm.c (syms_of_xterm): | ||
| 5 | * xfaces.c (syms_of_xfaces): | ||
| 6 | * xdisp.c (syms_of_xdisp): | ||
| 7 | * lread.c (syms_of_lread): | ||
| 8 | * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of | ||
| 9 | build_string. | ||
| 10 | * doc.c (Fsnarf_documentation): Purecopy Vbuild_files. | ||
| 11 | |||
| 1 | 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * fns.c (Fplist_get): Merge the active and the uncommented code. | 14 | * fns.c (Fplist_get): Merge the active and the uncommented code. |