*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 17 Mar 2008 00:48:03 +0000 (00:48 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 17 Mar 2008 00:48:03 +0000 (00:48 +0000)
lisp/ChangeLog
src/ChangeLog

index 8fdbf29..90800e4 100644 (file)
        * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
        Reported by Drew Adams <drew.adams@oracle.com>.
 
        * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
        Reported by Drew Adams <drew.adams@oracle.com>.
 
+2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * subr.el (read-quoted-char): Resolve modifers of the character
+       event.
+
+       * comint.el (comint-exec-1): Don't change the coding-system for
+       decoding to dos-like EOL.
+       (comint-carriage-motion): Fully rewrite.
+
 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * epg.el (epg-context-include-certs): Reflow docstring.
 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * epg.el (epg-context-include-certs): Reflow docstring.
        * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
        doc-string, "c-old-LEN" -> "c-old-END".
 
        * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
        doc-string, "c-old-LEN" -> "c-old-END".
 
+>>>>>>> 1.13100
 2008-03-04  Jason Rumney  <jasonr@gnu.org>
 
        * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
 2008-03-04  Jason Rumney  <jasonr@gnu.org>
 
        * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
index a38335d..7bddd0a 100644 (file)
        (w32font_coverage_ok): New function.
        (add_font_entity_to_list): Use it to filter unsuitable fonts.
 
        (w32font_coverage_ok): New function.
        (add_font_entity_to_list): Use it to filter unsuitable fonts.
 
+2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * lread.c (Fread_char): Resolve modifiers.
+       (Fread_char_exclusive): Likewise.
+
+       * character.c (char_resolve_modifier_mask): New function.
+       (char_string): Use char_resolve_modifier_mask.
+       (Fchar_resolve_modifiers): New function.
+       (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
+       function.
+
 2008-03-04  Jason Rumney  <jasonr@gnu.org>
 
        * makefile.w32-in: Always include w32font.c in the build.
 2008-03-04  Jason Rumney  <jasonr@gnu.org>
 
        * makefile.w32-in: Always include w32font.c in the build.