From: Jason Rumney Date: Sat, 2 Dec 2000 14:48:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dd5e255d128cf87c3e277e81c9a2234485296c8;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1b9bb06923..baab0b16a2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-12-02 Jason Rumney + + * term/w32-win.el (x-select-enable-clipboard): Customize (as per + the Emacs Lisp manual) + 2000-12-02 Eli Zaretskii * dos-w32.el (find-buffer-file-type-coding-system): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 5316ffac2c7..7f27f5597a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2000-12-02 Jason Rumney + + * w32term.c (w32_bdf_per_char_metric): Dereference pointer + correctly for single byte character case. + (w32_per_char_metric): Do not try to make any assumptions about + the metrics of BDF fonts. + 2000-12-02 Simon Josefsson * fns.c (Fmd5): Use a different logic to decide the coding system