]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ChangeLog: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 23 Jul 2010 01:39:20 +0000 (03:39 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 23 Jul 2010 01:39:20 +0000 (03:39 +0200)
lisp/ChangeLog

index d7db00201cbf97342f803957a2831d5340fa8f7c..3ee371f06b297efcc589aba7ee0a8929fbb2dabc 100644 (file)
 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
 
        * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
-       now that unicode is used (Bug#6594).
+       now that Unicode is used (Bug#6594).
 
 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
 
 
 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * language/tai-viet.el ("TaiViet"): Try to fix re-encoding
-       bugs. (Bug#5806)
+       * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
+       (Bug#5806)
 
        * language/tv-util.el (tai-viet-re): Remove format.
 
 2010-07-12  Kenichi Handa  <handa@m17n.org>
 
-       * language/hebrew.el: Remove no-byte-compile declaration.  Change
-       coding: tag to utf-8.  Register hebrew-shape-gstring in
+       * language/hebrew.el: Remove no-byte-compile declaration.
+       Change coding: tag to utf-8.  Register hebrew-shape-gstring in
        composition-function-table for 3-character looking back.
        (hebrew-font-get-precomposed): New function.
        (hebrew-shape-gstring): Utilize precomposed glyphs if available.
        Make sure `flyspell-word' re-checks word after function run (Bug#6504).
 
        * textmodes/ispell.el (ispell-init-process): Make sure ispell and
-       default directories are expanded. (Bug#6143).
+       default directories are expanded (Bug#6143).
 
 2010-06-24  Juri Linkov  <juri@jurta.org>
 
 
 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc-poly.el: (math-accum-factors):  Make sure that
+       * calc/calc-poly.el (math-accum-factors): Make sure that
        constants aren't distributed after they are factored out.
 
 2010-06-16  Juri Linkov  <juri@jurta.org>
 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
-       also in case of (and (not full) (not wildcard)). This is needed,
+       also in case of (and (not full) (not wildcard)).  This is needed
        when dired is called with a list of files, which are not in
        `default-directory'.  (Bug#5478)
 
 
        * textmodes/fill.el: Convert to utf-8 encoding.
        (fill-french-nobreak-p): Remove redundant » and « inherited from our
-       pre-unicode days.
+       pre-Unicode days.
 
        * add-log.el (change-log-fill-forward-paragraph): New function.
        (change-log-mode): Use it so fill-region DTRT.