# HG changeset patch # User Jason Rumney # Date 975768538 0 # Node ID 426e7abc44da48d7f97d99b288b0b2799e8bd4a5 # Parent fa597347c65fc464ded74db197962640a4dbdb43 *** empty log message *** diff -r fa597347c65f -r 426e7abc44da lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 02 14:47:35 2000 +0000 +++ b/lisp/ChangeLog Sat Dec 02 14:48:58 2000 +0000 @@ -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 -r fa597347c65f -r 426e7abc44da src/ChangeLog --- a/src/ChangeLog Sat Dec 02 14:47:35 2000 +0000 +++ b/src/ChangeLog Sat Dec 02 14:48:58 2000 +0000 @@ -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