Mercurial > hg > xemacs-beta
comparison src/ChangeLog.2 @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
2912 * mule-ccl.c | 2912 * mule-ccl.c |
2913 (CCL_Call): Fix the comment. | 2913 (CCL_Call): Fix the comment. |
2914 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter): New | 2914 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter): New |
2915 macros for CCL Commands. | 2915 macros for CCL Commands. |
2916 (EXCMD): New macro. | 2916 (EXCMD): New macro. |
2917 (ccl_driver): New case lable `CCL_Extention'. | 2917 (ccl_driver): New case label `CCL_Extension'. |
2918 (setup_ccl_program): Initialize the member `private_state' of CCL. | 2918 (setup_ccl_program): Initialize the member `private_state' of CCL. |
2919 | 2919 |
2920 1999-07-08 Katsumi Yamaoka <yamaoka@jpl.org> | 2920 1999-07-08 Katsumi Yamaoka <yamaoka@jpl.org> |
2921 | 2921 |
2922 * keymap.c (copy_keymap_internal): Inherit the default binding. | 2922 * keymap.c (copy_keymap_internal): Inherit the default binding. |
7719 this, a new C function, "get_home_directory()", now exists, | 7719 this, a new C function, "get_home_directory()", now exists, |
7720 which returns the "home directory", as a "char *" string. | 7720 which returns the "home directory", as a "char *" string. |
7721 | 7721 |
7722 * emacs.c: Rearrange NT initialization order so that | 7722 * emacs.c: Rearrange NT initialization order so that |
7723 environment/registry variables will be properly entered into | 7723 environment/registry variables will be properly entered into |
7724 Vprocess_enviroment. | 7724 Vprocess_environment. |
7725 | 7725 |
7726 * fileio.c: replaced egetenv("HOME") with calls to the new | 7726 * fileio.c: replaced egetenv("HOME") with calls to the new |
7727 get_home_directory(). | 7727 get_home_directory(). |
7728 | 7728 |
7729 * lisp.h: Added function prototypes for uncache_home_directory() | 7729 * lisp.h: Added function prototypes for uncache_home_directory() |