emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Wed, 24 Sep 2008 01:17:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/09/24 01:16:50

Index: src/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6993
retrieving revision 1.6994
diff -u -b -r1.6993 -r1.6994
--- src/ChangeLog       22 Sep 2008 15:52:15 -0000      1.6993
+++ src/ChangeLog       24 Sep 2008 01:16:44 -0000      1.6994
@@ -408,7 +408,7 @@
 
        * composite.h (enum composition_method): Delete
        COMPOSITION_WITH_GLYPH_STRING.
-       (COMPOSITION_METHOD): Dont' check COMPOSITION_WITH_GLYPH_STRING.
+       (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
        (Vcomposition_function_table): Extern it.
        (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
        (composition_gstring_put_cache, composition_gstring_from_id)
@@ -836,7 +836,7 @@
 
        * font.c (Vfont_log_deferred): New variable.
        (font_add_log): Check Vfont_log_deferred.
-       (font_deferred_log): New funciton.
+       (font_deferred_log): New function.
 
        * font.h (font_deferred_log): Extern it.
 
@@ -987,7 +987,7 @@
 
        * config.in: Regenerate.
 
-       * Makefile.in (emacs): Remove ndef NS conditional for 'emacs
+       * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
        -list-load-path-shadows'.
        (nsgui.h): Reduce number of things depending on it.
 
@@ -1730,7 +1730,7 @@
 
 2008-07-21  Kenichi Handa  <address@hidden>
 
-       * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
+       * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
 
 2008-07-20  Andreas Schwab  <address@hidden>
 
@@ -1983,7 +1983,7 @@
        * m/m68k.h (linux): Use GNU_LINUX instead.
        Remove boilerplate comments.
 
-       * m/intel386.h: Undo reactoring from previous change.
+       * m/intel386.h: Undo refactoring from previous change.
        (LIB_STANDARD): All systems that define USG define LIB_STANDARD
        too, remove dead code.
        (linux): Use GNU_LINUX instead.
@@ -2466,7 +2466,7 @@
        (fontset_find_font): Change the format of an element of a realized
        fontset.  Use fontset_get_font_group.
        (fontset_font): Try the current fontset, the default fontset, the
-       fallbacks of the current fonset, and the fallbacks of the default
+       fallbacks of the current fontset, and the fallbacks of the default
        fontset in this order.
        (face_for_char): Delete the shortcut to use the current font.
        (fontset_from_font): Don't set fonts for Latin in the fontset.
@@ -3062,7 +3062,7 @@
 
 2008-06-20  Stefan Monnier  <address@hidden>
 
-       * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
+       * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
        for explicit `font' parameters.
 
        * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
@@ -3084,7 +3084,7 @@
 
        * font.c (font_parse_xlfd): Fix previous change.
        (font_parse_fcname): Don't use :fc-unknown-spec.
-       (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
+       (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
        (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
        (font_add_log): Prepend the driver name to the resulting fonts.
 
@@ -4501,7 +4501,7 @@
        struct font.  Get underline_thickness and underline_position from
        font property.  Don't update dpyinfo->smallest_font_height and
        dpyinfo->smallest_char_width.
-       (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
+       (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
        (ftxfont_draw): Adjusted for the change of struct font.
 
        * image.c (image_ascent): Don't include "charset.h".  Include
@@ -4628,7 +4628,7 @@
 
        * xftfont.c (xftfont_list): Adjusted for the change of `list'
        callback function.
-       (xftfont_match): Adjusted for the fontmat change of font-entity.
+       (xftfont_match): Adjusted for the format change of font-entity.
        (xftfont_open): Adjusted for the format change of font-entity and
        font-object.  Adjusted for the change of struct font.  Return a
        font-object.  Don't update dpyinfo->smallest_font_height and
@@ -6107,7 +6107,7 @@
        (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
        (x_wm_set_size_hint): Set size hints on the edit widget only, not
        the whole frame.
-       (xg_create_tool_bar): Move attachement of the tool bar to
+       (xg_create_tool_bar): Move attachment of the tool bar to
        xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
        (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
 
@@ -6447,7 +6447,7 @@
        when enable_font_backend is set.
 
        * xdisp.c (handle_composition_prop): Set it->c to the fist
-       characte of the composed region.
+       character of the composed region.
        (fill_composite_glyph_string): Set base_face->font_info to
        s->font_info.  Get a face for ascii from base_face->ascii_face.
        (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
@@ -6574,8 +6574,8 @@
 
        * frame.c (Qnoelisp): New symbol.
        (syms_of_frame): Initialize it.
-       (Fdelete_frame): Use it to distinguish a mere `force' passed from
-       someharmles Elisp code, from a strong `force' from x_connection_closed.
+       (Fdelete_frame): Use it to distinguish a mere `force' passed from some
+       harmless Elisp code, from a strong `force' from x_connection_closed.
        * frame.h (Qnoelisp): Declare.
        * xterm.c (x_connection_closed): Pass `noelisp'.
 
@@ -6676,7 +6676,7 @@
        (x_iconify_frame): Ditto.
 
        * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
-       (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
+       (enum xembed_info, enum xembed_message, enum xembed_focus)
        (enum xembed_modifier, enum xembed_accelerator): New.
        (xembed_set_info, xembed_send_message): Declare.
        (FRAME_X_EMBEDDED_P): New.
@@ -7485,7 +7485,7 @@
 2008-02-01  Kenichi Handa  <address@hidden>
 
        * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
-       create a temporal XftDraw object.
+       create a temporary XftDraw object.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -7630,7 +7630,7 @@
        (w32font_open): Don't populate subranges.
        (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
        (w32font_encode_char): Always return unicode code-point as-is.
-       (w32font_text_extents): Supply a tranformation matrix to
+       (w32font_text_extents): Supply a transformation matrix to
        GetGlyphOutline.  Never look up by glyph index.  Avoid looping
        twice.  Use unicode version of GetTexExtentPoint32 instead of
        glyph index version.
@@ -7924,7 +7924,7 @@
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
-       * xrdb.c (x_load_resources): Setup the default fontSet X reource.
+       * xrdb.c (x_load_resources): Setup the default fontSet X resource.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -7980,7 +7980,7 @@
        (ftfont_open): Set font->format.
        (ftfont_font_format): New function.
 
-       * font.h (struct font): New memeber format.
+       * font.h (struct font): New member format.
 
        * font.c (Qopentype): New variable.
        (syms_of_font): Defsym it.
@@ -8052,7 +8052,7 @@
 
        * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
        TAB.  Adjust for the change of s->char2b which always points to
-       the first elememnt of allocated memory.
+       the first element of allocated memory.
 
        * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
 
@@ -8095,7 +8095,7 @@
        (ftfont_list): Don't check :name property.
        (ftfont_match): New function.
        (ftfont_pattern_entity): If the pattern doesn't contain
-       FC_SPACING, don't assuce FC_MONO.
+       FC_SPACING, don't assume FC_MONO.
 
        * font.h (struct font_driver): New member `match'.
        (font_update_drivers): Adjust prototype.
@@ -8369,14 +8369,14 @@
        (enum font_spacing): New enum.
        (FONT_PIXEL_SIZE_QUANTUM): New macro.
 
-       * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
+       * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
        (QCspacing, QCdpi): New variables.
        (syms_of_font): Initialize them.
        (font_pixel_size): New function.
        (font_put_extra): New function.
        (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
        in FONT_EXTRA.
-       (font_parse_fcname): Handle enumenrated values (e.g. bold).
+       (font_parse_fcname): Handle enumerated values (e.g. bold).
        Fix handling font size.  Add QCname property that contains only
        unknown properties.
        (font_score): Change argument.  Change caller.  Pay attention to
@@ -8564,7 +8564,7 @@
        (register_xftdraw, check_xftdraw): Delete them.
        (xftfont_prepare_face): Don't call register_xftdraw.
        (xftfont_done_face): Don't call check_xftdraw.
-       (xftfont_draw): Get backroudn color only when with_background is
+       (xftfont_draw): Get background color only when with_background is
        nonzero.
 
        * xfont.c (xfont_encode_char): Fix calculation of char2b.
@@ -8977,7 +8977,7 @@
 2008-02-01  Kenichi Handa  <address@hidden>
 
        * xdisp.c (get_next_display_element): In unibyte case, decide to
-       display in octal form by checking a chacter by
+       display in octal form by checking a character by
        UNIBYTE_CHAR_HAS_MULTIBYTE_P.
 
        * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
@@ -9008,13 +9008,13 @@
 
        * lread.c (read1): Fix reading of a char-table.
 
-       * print.c (print_object): Include sub char-table in cicularities
+       * print.c (print_object): Include sub char-table in circularities
        detection.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
-       * keymap.c (where_is_internal_2): Fix for the case that KEY is a
-       cons.  Append the found sequences in car of ARGS instead of prepending.
+       * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
+       Append the found sequences in car of ARGS instead of prepending.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -9060,7 +9060,7 @@
        refer to face->font.
        (split_font_name_into_vector, build_font_name_from_vector)
        (lookup_non_ascii_face, realize_non_ascii_face): Define them only
-       whne HAVE_WINDOW_SYSTEM is defined.
+       when HAVE_WINDOW_SYSTEM is defined.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -9128,7 +9128,7 @@
        to get a font name.
        (Ffontset_info): Adjust for the change of fontset_font.
 
-       * coding.c (emacs_mule_char): Check invalid code more regidly.
+       * coding.c (emacs_mule_char): Check invalid code more rigidly.
 
        * character.h (LEADING_CODE_LATIN_1_MIN)
        (LEADING_CODE_LATIN_1_MAX): Delete these macros.
@@ -9464,7 +9464,7 @@
 
        * fileio.c (kill_workbuf_unwind): Delete this function.
        (Finsert_file_contents): Adjust the call of detect_coding_system.
-       Get conversion_buffer by code_conversion_save.  Use the macor
+       Get conversion_buffer by code_conversion_save.  Use the macro
        CODING_MAY_REQUIRE_DECODING.  After decoding, update
        coding_system.
 
@@ -9483,7 +9483,7 @@
        (detect_coding): Don't detect eol.  Fix for utf-16 detection.
        (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
        each change.
-       (decode_coding): Pay attention to undo_list.  Do eol convesion for
+       (decode_coding): Pay attention to undo_list.  Do eol conversion for
        all types of coding-systems (if necessary).
        (Vcode_conversion_work_buf_list): Delete it.
        (Vcode_conversion_reused_workbuf): Rename from
@@ -9663,7 +9663,7 @@
        change of find_charsets_in_text.
        (Fsplit_char): Fix doc.  Never return unknown.
 
-       * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
+       * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
 
        * coding.c (Fdefine_coding_system_alias): Update
        Vcoding_system_list.
@@ -9935,7 +9935,7 @@
        instead of record_unwind_protect.
        (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
        (detect_coding_system): Delete unused variable `mask'.
-       (Fdefine_coding_system_internal): Delete unused vaiable id.
+       (Fdefine_coding_system_internal): Delete unused variable id.
 
        * fileio.c (kill_workbuf_unwind): New function.
        (Finsert_file_contents): On replacing, call
@@ -10471,7 +10471,7 @@
        convert it to the corresponding byte value.
 
        * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
-       not 1, singals an error.  Update the elements of
+       not 1, signals an error.  Update the elements of
        unibyte_to_multibyte_table.
        (init_charset_once): Initialize unibyte_to_multibyte_table.
        (syms_of_charset): Define the charset `iso-8859-1'.
@@ -10595,7 +10595,7 @@
 
        * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
 
-       * character.c (_fetch_multibyte_char_len): Delet this variable.
+       * character.c (_fetch_multibyte_char_len): Delete this variable.
        (syms_of_character): Setup Vprintable_chars.
 
        * editfns.c (Fchar_equal): Fix for the unibyte case.
@@ -10895,7 +10895,7 @@
        (read_multibyte): Delete.
        (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
        (read_emacs_mule_char): New functions.
-       (Fload): Even if the file doesn't have the extention ".elc", if
+       (Fload): Even if the file doesn't have the extension ".elc", if
        safe_to_load_p returns a positive version number, assume that the
        file contains bytecompiled code.  If the version is less than 22,
        load the file while decoding multibyte sequences by emacs-mule.
@@ -10941,7 +10941,7 @@
        (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
        deunify intead of unify a charset.
        (string_xstring_p): Add `const' to local variables.
-       (find_charsets_in_text): Add `const' to arguemnts and local variables.
+       (find_charsets_in_text): Add `const' to arguments and local variables.
        (encode_char): Adjust for the change of Funify_charset.  Fix
        detecting of invalid code.
        (Fset_charset_priority): Increment charset_ordered_list_tick.
@@ -10967,7 +10967,7 @@
 
        * fns.c: Move coding.h.
        (Qcodeset, Qdays, Qmonths): New.
-       (concat): Use CHARACTERP instead of INTERGERP.
+       (concat): Use CHARACTERP instead of INTEGERP.
        (Flocale_codeset): Delete.
        (Flanginfo): New function.
        (syms_of_fns): Change accordingly.
@@ -11341,7 +11341,7 @@
 2008-02-01  Yong Lu  <address@hidden>
 
        * charset.c (read_hex): Don't treat SPC as a comment starter.
-       (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
+       (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
        (Fdecode_char): Fix typo.
 
 2008-02-01  Kenichi Handa  <address@hidden>
@@ -11379,7 +11379,7 @@
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
-       * search.c (boyer_moore): Fix handling of mulitbyte character
+       * search.c (boyer_moore): Fix handling of multibyte character
        translation.
 
        * xdisp.c (display_mode_element): When the variable `elt' is
@@ -11412,7 +11412,7 @@
        alloc_destination.
        (Fdefine_coding_system_alias): Register ALIAS in
        Vcoding_system_alist.
-       (syms_of_coding): Define `no-convesion' coding system at the tail.
+       (syms_of_coding): Define `no-conversion' coding system at the tail.
 
        * fileio.c (Finsert_file_contents): Set coding_system instead of
        val.  If the current buffer is multibyte, always call
@@ -12152,7 +12152,7 @@
        Reported by Tom Tromey <address@hidden>.
        (XD_ERROR, XD_DEBUG_MESSAGE)
        (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
-       (xd_append_arg): Part for basic D-Bus types rewitten.
+       (xd_append_arg): Part for basic D-Bus types rewritten.
        (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
        DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
        appropriate.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]