diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79e5bf677f6..989ecce9d2a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,25 @@ | |||
| 1 | 2011-05-20 handa <handa@m17n.org> | 1 | 2011-05-20 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * composite.c (find_automatic_composition): Fix previous change. | 3 | * composite.c (find_automatic_composition): Fix previous change. |
| 4 | 4 | ||
| 5 | 2011-05-20 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * lisp.mk: New file, split from Makefile.in. | ||
| 8 | * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@. | ||
| 9 | (shortlisp): Remove. | ||
| 10 | ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp. | ||
| 11 | |||
| 12 | 2011-05-19 Glenn Morris <rgm@gnu.org> | ||
| 13 | |||
| 14 | * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT) | ||
| 15 | (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT) | ||
| 16 | (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove. | ||
| 17 | (lisp): Set the order to that of loadup.el. | ||
| 18 | (shortlisp): Make it a copy of $lisp. | ||
| 19 | (SOME_MACHINE_LISP): Remove. | ||
| 20 | ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too. | ||
| 21 | Use just $shortlisp, not $SOME_MACHINE_LISP too. | ||
| 22 | |||
| 5 | 2011-05-18 Kenichi Handa <handa@m17n.org> | 23 | 2011-05-18 Kenichi Handa <handa@m17n.org> |
| 6 | 24 | ||
| 7 | * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency. | 25 | * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency. |