diff options
| author | Dan Nicolaescu | 2008-11-12 07:17:21 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-11-12 07:17:21 +0000 |
| commit | b9fd67bd5c2e024a3532d7d03f0fb21910b2500e (patch) | |
| tree | 042f82ee9b02012d755ab03f452af226fe8fd601 /src/ChangeLog | |
| parent | 05342dca46131c1726f503def80e45012e5cbc0f (diff) | |
| download | emacs-b9fd67bd5c2e024a3532d7d03f0fb21910b2500e.tar.gz emacs-b9fd67bd5c2e024a3532d7d03f0fb21910b2500e.zip | |
* hftctl.c:
* chpdef.h:
* acldef.h: Remove files used only for systems no longer supported.
* Makefile.in: Fix .o alphabetical ordering.
(hftctl.o): Remove dependency, file removed.
(keymap.o, print.o): Depend on charset.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0bbebd5f3bb..bafede72321 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * hftctl.c: | ||
| 4 | * chpdef.h: | ||
| 5 | * acldef.h: Remove files used only for systems no longer supported. | ||
| 6 | |||
| 7 | * Makefile.in: Fix .o alphabetical ordering. | ||
| 8 | (hftctl.o): Remove dependency, file removed. | ||
| 9 | (keymap.o, print.o): Depend on charset.h. | ||
| 10 | |||
| 1 | 2008-11-10 Kenichi Handa <handa@m17n.org> | 11 | 2008-11-10 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | * character.c (Fget_byte): Fix and make it faster for unibyte | 13 | * character.c (Fget_byte): Fix and make it faster for unibyte |