diff options
| author | Kenichi Handa | 2006-05-15 02:49:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-05-15 02:49:54 +0000 |
| commit | f5c5211561beb9994955f368e15069e60f428c39 (patch) | |
| tree | 062ec9a8ac518ead2b8b8dd1be922ecefd15cf98 /src/ChangeLog.unicode | |
| parent | 1f3322afc583c38eec5ac03fd68bfa727fb70221 (diff) | |
| download | emacs-f5c5211561beb9994955f368e15069e60f428c39.tar.gz emacs-f5c5211561beb9994955f368e15069e60f428c39.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index ebba18958d0..7414fe3748f 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2006-05-15 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.h (system_eol_type): Fix synching with HEAD. | ||
| 4 | |||
| 5 | * coding.c (system_eol_type): Sync with HEAD. | ||
| 6 | (coding_inherit_eol_type): If PARENT is nil, inherit from | ||
| 7 | system_eol_type. | ||
| 8 | (syms_of_coding): Initialize system_eol_type. | ||
| 9 | |||
| 10 | * callproc.c (Fcall_process): Sync with HEAD. | ||
| 11 | |||
| 12 | * process.c (setup_process_coding_systems): Fix synching with | ||
| 13 | HEAD. | ||
| 14 | (read_process_output): Likewise. | ||
| 15 | (Fset_process_coding_system): Inherit system's eol format if | ||
| 16 | necessary. | ||
| 17 | |||
| 18 | * fileio.c (choose_write_coding_system): Fix synching with HEAD. | ||
| 19 | |||
| 20 | * keymap.c (push_key_description): Fix synching with HEAD. | ||
| 21 | |||
| 1 | 2006-05-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 22 | 2006-05-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 23 | ||
| 3 | * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch. | 24 | * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch. |