diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 08b9ec38928..c3c2ed1dd39 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2003-06-17 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * Makefile.in (xselect.o): Don't depend on charset.h, coding.h, | ||
| 4 | composite.h. | ||
| 5 | |||
| 6 | * xselect.c: Don't include charset.h, coding.h, composite.h. | ||
| 7 | (Qforeign_selection): New variable. | ||
| 8 | (syms_of_xselect): Intern and static it. | ||
| 9 | (selection_data_to_lisp_data): Return a unibyte string made from | ||
| 10 | data with `foreign-selection' text property. | ||
| 11 | |||
| 1 | 2003-06-15 Stefan Monnier <monnier@cs.yale.edu> | 12 | 2003-06-15 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 13 | ||
| 3 | * termhooks.h (EVENT_INIT): New macro. | 14 | * termhooks.h (EVENT_INIT): New macro. |