diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 1998-12-09 18:13:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-09 18:13:52 +0000 |
commit | d3483d010ea37d31a13e2c4c515d99feeb6581a3 (patch) | |
tree | 18330e79df2d76279dca5695c76816fdf123620d /README.cvs-commits | |
parent | dfa88ef9c79f57580cbe77b21ca259e8530c70ec (diff) | |
download | gtk+-d3483d010ea37d31a13e2c4c515d99feeb6581a3.tar.gz |
Fixed argument list and return type for non-XIM fallback.
Wed Dec 9 13:06:31 1998 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gdk/gdkim.c (gdk_ic_new,gdk_ic_{set,get}_attr): Fixed argument
list and return type for non-XIM fallback.
* configure.in: Only build XIM-support if available.
Diffstat (limited to 'README.cvs-commits')
-rw-r--r-- | README.cvs-commits | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.cvs-commits b/README.cvs-commits index cc90ee9810..12231d72b6 100644 --- a/README.cvs-commits +++ b/README.cvs-commits @@ -43,6 +43,17 @@ Notes: * If you are going to be changing many files in an experimental fashion, it probably is a good idea to create a separate branch for your changes. +* The ChangeLog entries should preferrably match in date format + with the existing entries. You can set how emacs does this + by using customize mode: + + - M-x customize + - set Programming/Tools/ChangeLog/Add Log Time Format to + 'Old Format' + + Or, set the add-log-time-format to 'current-time-string in + your .emacs file. + Owen Taylor 13 Aug 1998 |