Speed up keyboard auto-repeat cursor motion under bidi redisplay.
[bpt/emacs.git] / src / ChangeLog.8
index 4dd3d0d..833119c 100644 (file)
        * lread.c (read_escape): For Control modifier, pay attention to
        multibyte character.
        (read1): Likewise.  Signal error or a multibyte character which
-       has a modifer bit.  Check validity of Shift modifer.
+       has a modifier bit.  Check validity of Shift modifier.
 
        * charset.c (non_ascii_char_to_string): Handle modifier bits as
        the same as Lisp reader.
        * term.c (get_char_info): Use WHAT field of CHAR_INFO.
        Use tabs as multiples of spaces.
 
-       * dispextern.h (struct char_info ): WHAT field.
+       * dispextern.h (struct char_info): WHAT field.
 
        * term.c (encode_terminal_code): Don't use GLYPH_CHAR, use
        FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces.
 
        * xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P.
 
-       * dispextern.h (struct char_info ): GLYPH_ROW for intermediate
-       glyphs.
+       * dispextern.h (struct char_info): GLYPH_ROW for intermediate glyphs.
 
        * dispnew.c (init_char_info): Init GLYPH_ROW to NULL.  CHAR_CURSOR
        moved to xdisp.c.
 
        * term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO.
 
-       * dispextern.h (struct char_info ): Use LISP_CHAR_TABLE for DP.
+       * dispextern.h (struct char_info): Use LISP_CHAR_TABLE for DP.
        New member MAX_PIXEL_HEIGHT.
 
        * xterm.c (x_per_char_metric): Get per character metrics.
 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
 
        * charset.c (unibyte_char_to_multibyte):
-       Vnonacii_translation_table will convert a 7-bit charcater.
+       Vnonacii_translation_table will convert a 7-bit character.
        (multibyte_char_to_unibyte): Handle the case that
-       Vnonacii_translation_table converts a multibyte charcater to a
-       unibyte charcter of less than 128.
+       Vnonacii_translation_table converts a multibyte character to a
+       unibyte character of less than 128.
        (init_charset_once): Initialize nonascii_insert_offset and
        Vnonacii_translation_table.
 
 
 See ChangeLog.7 for earlier changes.
 
-    Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-       Free Software Foundation, Inc.
+  Copyright (C) 1999, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -13997,5 +13995,3 @@ See ChangeLog.7 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 4d73444a-8f6e-4255-92a6-d3abc438b8d3