diff options
| author | Kenichi Handa | 2003-06-17 11:14:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-06-17 11:14:25 +0000 |
| commit | b5d2c6219692c4d5b12a1bb3db7e52a335fdbf1e (patch) | |
| tree | 817e2d3b23dec8a9638e3f6b7774d02950cdf112 /src | |
| parent | c7d9df18e4160d8d75a99b7baf7204195adec22c (diff) | |
| download | emacs-b5d2c6219692c4d5b12a1bb3db7e52a335fdbf1e.tar.gz emacs-b5d2c6219692c4d5b12a1bb3db7e52a335fdbf1e.zip | |
*** empty log message ***
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. |