*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 29 Nov 2004 07:37:45 +0000 (07:37 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 Nov 2004 07:37:45 +0000 (07:37 +0000)
lisp/ChangeLog
src/ChangeLog

index 0f9ed7d..f7315a2 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-29  Kenichi Handa  <handa@m17n.org>
+
+       * startup.el (command-line): Decode all buffer names by
+       locale-coding-system.
+
 2004-11-29  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el: Remove unnecessary eval-when-compile.
        current frame (in case of recursive calls).
        (gdb-show-changed-values): Add :version keyword.
 
+2004-11-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el: Change coding: tag back to
+       iso-2022-7bit.
+
 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/mule-cmds.el: Change coding-system to utf-8.
index 9dfdcf7..b651ae4 100644 (file)
@@ -1,3 +1,11 @@
+2004-11-29  Kenichi Handa  <handa@m17n.org>
+
+       * buffer.c (init_buffer): Set current_buffer->directory to a
+       multibyte string made by string_to_multibyte.
+
+       * emacs.c (init_cmdargs): Set unibyte strings in
+       Vcommand_line_args.
+
 2004-11-27  Andreas Schwab  <schwab@suse.de>
 
        * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.