changeset 55470:97980cb454d8

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sun, 09 May 2004 15:49:26 +0000
parents df6db683f4f1
children c2a09ac7b7b1
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 09 15:39:00 2004 +0000
+++ b/lisp/ChangeLog	Sun May 09 15:49:26 2004 +0000
@@ -1,5 +1,7 @@
 2004-05-09  Jason Rumney  <jasonr@gnu.org>
 
+	* term/w32-win.el: Require code-pages.
+
 	* international/mule-cmds.el (set-locale-environment): On
 	MS-Windows use ansi code-page for default coding-systems.
 	Set up paper sizes for Windows 3 letter languages.
--- a/src/ChangeLog	Sun May 09 15:39:00 2004 +0000
+++ b/src/ChangeLog	Sun May 09 15:49:26 2004 +0000
@@ -1,3 +1,8 @@
+2004-05-09  Jason Rumney  <jasonr@gnu.org>
+
+	* w32fns.c (Vw32_ansi_code_page): New Lisp variable.
+	(globals_of_w32fns): Set it.
+
 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>  (tiny change)
 
 	* data.c (Fquo): Simplify.