aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-09-26 12:01:49 +0000
committerKenichi Handa2003-09-26 12:01:49 +0000
commita4c2acb3803797e36e54d0f5767e5dec2f90c81f (patch)
treefe66b5ed0305a0f85991695172248cae8c9c78ef
parentf07bb4468125c6314bb9a360a8a9b4ef958899af (diff)
downloademacs-a4c2acb3803797e36e54d0f5767e5dec2f90c81f.tar.gz
emacs-a4c2acb3803797e36e54d0f5767e5dec2f90c81f.zip
*** empty log message ***
-rw-r--r--lisp/ps-mule.el2
-rw-r--r--src/ChangeLog5
2 files changed, 1 insertions, 6 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index 9639abbed01..854e6dac6d8 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -1070,7 +1070,7 @@ the sequence."
1070;; External library support. 1070;; External library support.
1071 1071
1072(defvar ps-mule-bitmap-dict-list nil) 1072(defvar ps-mule-bitmap-dict-list nil)
1073(defvar ps-mule-bitmap-parent-table nil) 1073(defvar ps-mule-bitmap-font-record nil)
1074 1074
1075;; The following three functions are to be called from external 1075;; The following three functions are to be called from external
1076;; libraries which support bitmap fonts (e.g. `bdf') to get 1076;; libraries which support bitmap fonts (e.g. `bdf') to get
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b567f5d287..6c92bf7cd88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,3 @@
12003-09-10 Andreas Schwab <schwab@suse.de>
2
3 * chartab.c (map_char_table): Protect `range' from GC.
4 (map_char_table_for_charset): Likewise.
5
62003-07-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12003-07-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7 2
8 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2. 3 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.