aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-08-19 06:12:43 +0000
committerKenichi Handa2002-08-19 06:12:43 +0000
commit154f5e74e32f7f149e1c6c35e832b442944a6274 (patch)
tree18a8acaa48dd6e27249b2250c89a57c4b4537bfb /src
parent87997c2cd15f69ecd2b587428792a4ccb4d548fb (diff)
downloademacs-154f5e74e32f7f149e1c6c35e832b442944a6274.tar.gz
emacs-154f5e74e32f7f149e1c6c35e832b442944a6274.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 310e2b942fa..e5456942d44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12002-08-19 Kenichi Handa <handa@etl.go.jp>
2
3 * emacs.c (main): In the case of --unibyte, instead of aborting on
4 finding non-empty buffer, make it unibyte.
5
62002-08-18 Kenichi Handa <handa@etl.go.jp>
7
8 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
9 to create a fontset.
10
12002-08-18 Dave Love <fx@gnu.org> 112002-08-18 Dave Love <fx@gnu.org>
2 12
3 * character.c (Funibyte_char_to_multibyte): Doc fix. 13 * character.c (Funibyte_char_to_multibyte): Doc fix.