]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 31 Aug 2008 14:07:35 +0000 (14:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 31 Aug 2008 14:07:35 +0000 (14:07 +0000)
lisp/ChangeLog
src/ChangeLog

index 3ab921db485a4534459174067b9d59a880d250aa..b0570165afb2455ea103a02d33457af16e808917 100644 (file)
@@ -45,8 +45,8 @@
        (lglyph-ascent, lglyph-descent, lglyph-adjustment)
        (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
        (compose-glyph-string, compose-glyph-string-relative)
-       (compose-gstring-for-graphic, compose-gstring-for-terminal): New
-       functions.
+       (compose-gstring-for-graphic, compose-gstring-for-terminal):
+       New functions.
        (auto-compose-chars): Argument changed.
 
        * language/european.el: Don't setup composition-function-table.
        (diacritic-compose-string, diacritic-compose-buffer)
        (diacritic-composition-function): Delete them.
 
-       * language/lao-util.el (lao-composition-function): Argument
-       changed.
+       * language/lao-util.el (lao-composition-function): Argument changed.
 
-       * language/sinhala.el: Fix setting up of
-       composition-function-table.
+       * language/sinhala.el: Fix setting up of composition-function-table.
 
        * language/thai.el: Fix setting up of composition-function-table.
 
        * language/thai-util.el: Encoding changed to utf-8.
        (thai-composition-function): Argument changed.
 
-       * language/indian.el: Fix setting up of
-       composition-function-table.
+       * language/indian.el: Fix setting up of composition-function-table.
        (devanagari-composable-pattern)
        (tamil-composable-pattern, kannada-composable-pattern)
        (malayalam-composable-pattern): New variables.
 
        * comint.el (comint-dynamic-complete-as-filename): Generalize last
        change to allow quoting of characters before point.
-       (comint-dynamic-list-filename-completions): Quote common
-       substring.
+       (comint-dynamic-list-filename-completions): Quote common substring.
 
 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
 
        * comint.el (comint-dynamic-complete-as-filename): If case is
-       ignored while matching, replace the entire filename with
-       completion.
+       ignored while matching, replace the entire filename with completion.
 
        * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
        flyspell-pre-point is valid to avoid signalling an error in
 
 2008-08-25  Ulf Jasper  <ulf@web.de>
 
-       * net/newst-treeview.el (newsticker-treeview-own-frame): Doc
-       fixed.
+       * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
        (newsticker-treeview-treewindow-width): New.
        (newsticker-treeview-listwindow-height): New.
        (newsticker-treeview-browse-url-item): New.
        if initial-window-system is `pc'.
 
        * term/internal.el (local-function-key-map): Fix unbalanced parens.
-       (msdos-key-remapping-map): New variable.  Move
-       here all the special keys we will be remapping via
-       local-function-key-map.
+       (msdos-key-remapping-map): New variable.  Move here all the special
+       keys we will be remapping via local-function-key-map.
        (msdos-setup-keyboard): New function.
 
        * term/pc-win.el (msdos-create-frame-with-faces): Renamed from
        (msdos-create-frame-with-faces): Set the terminal's
        `terminal-initted' (sic!) parameter.
        (frame-creation-function-alist): Add msdos-create-frame-with-faces.
-       (window-system-initialization-alist): Add
-       msdos-initialize-window-system.
+       (window-system-initialization-alist):
+       Add msdos-initialize-window-system.
        (handle-args-function-alist): Use tty-handle-args for `pc'
        ``window system'' as well.
        (pc-win): Provide.
 
 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
 
-       * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
+       * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
        ns-grabenv.elc.
 
        * ns-carbon-compat.el: File removed.
index aa152d712bf9ca27e94f3fef5edc414077a59ac5..fffb4205ff85a9f3fdf7638371d57b7971b8f18f 100644 (file)
        LGSTRING_LENGTH.
 
        * indent.c: Include composite.h and dispextern.h.
-       (check_composition): Delete this function..
+       (check_composition): Delete this function.
        (scan_for_column): Handle composition by
        composition_compute_stop_pos, composition_reseat_it, and
        composition_update_it.
        * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
        * nsterm.m: Remove ns-specific code for cursor blinking.
        (ns_draw_window_cursor): Clear cursor properly rather than
-       redrawing the area. Respect width of bar cursors.
+       redrawing the area.  Respect width of bar cursors.
        These changes enable the use of generic blink-cursor-mode and
        generic cursor types in NS and support smooth cursor movements (do
        not blink off after command).
        (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
        ns_clip_to_row() call.
        (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
-       used). Cast FRAME_FONT assignments.
+       used).  Cast FRAME_FONT assignments.
        (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
        (ns_string_to_lispmod): Change arg to const char.
        (ns_term_init): Use NSMenuItem class.