aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-06-25 15:16:51 +0000
committerStefan Monnier <[email protected]>2002-06-25 15:16:51 +0000
commit04f13f39be4b91818f297b5cca73ba05289ef251 (patch)
treecbbc42411db9394bd145c0a88f7802e8930fe54e /src
parentc2b736ca3a341f119170c1ce849cc3a17d1f4d9e (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b1b36b8f3..1a7d6d8bdb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -16,19 +16,21 @@
* coding.c (detect_eol): Preserve coding->cmp_data.
- * w16select.c (Fw16_get_clipboard_data): Disable composition
- handling.
+ * w16select.c (Fw16_get_clipboard_data): Disable composition handling.
* w32fns.c (w32_to_x_font): Disable composition handling.
- * w32select.c (Fw32_get_clipboard_data): Disable composition
- handling.
+ * w32select.c (Fw32_get_clipboard_data): Disable composition handling.
* xselect.c (selection_data_to_lisp_data): Disable composition
handling.
* xterm.c (XTread_socket): Disable composition handling.
+2002-06-24 Stefan Monnier <[email protected]>
+
+ * print.c (temp_output_buffer_setup): Kill all local variables.
+
2002-06-22 Stefan Monnier <[email protected]>
* lread.c (Fread): Remove redundant and imprecise declaration.