aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2002-05-201-0/+9
|
* *** empty log message ***Dave Love2002-05-171-0/+33
|
* *** empty log message ***Dave Love2002-05-161-2/+6
|
* *** empty log message ***Kenichi Handa2002-05-161-1/+4
|
* *** empty log message ***Kenichi Handa2002-05-151-0/+4
|
* (encode_coding_object): Give correct arguments otKenichi Handa2002-05-141-0/+9
| | | | | | | | pre-write-conversion. Ignore the return value of pre-write-conversion function. Pay attention for the case that pre-write-conversion change the current buffer. If dst_object is Qt, even if coding->src_bytes is zero, allocate at least one byte to coding->destination.
* (Fset_buffer_multibyte): Convert 8-bit bytes toKenichi Handa2002-05-141-0/+5
| | | | multibyte form correctly.
* (fs_load_font): Check fontp->full_name (not fontname)Kenichi Handa2002-05-141-0/+3
| | | | against Vfont_encoding_alist.
* (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).Kenichi Handa2002-05-141-0/+7
|
* (Fmake_char): Make it more backward compatible.Kenichi Handa2002-05-141-0/+4
|
* *** empty log message ***Dave Love2002-05-131-1/+7
|
* *** empty log message ***Kenichi Handa2002-05-131-0/+5
|
* (coding_set_source): Delete the local variable beg_byte.Kenichi Handa2002-05-101-0/+25
| | | | | | | (encode_coding_charset): Delete the local variable charset. (Fdefine_coding_system_internal): Likewise. (Fdefine_coding_system_internal): Setup attrs[coding_attr_charset_valids] correctly.
* (coding_inherit_eol_type)Dave Love2002-05-091-1/+12
| | | | | (Fset_terminal_coding_system_internal) (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
* *** empty log message ***Kenichi Handa2002-05-081-0/+5
|
* *** empty log message ***Kenichi Handa2002-05-071-69/+72
|
* *** empty log message ***Kenichi Handa2002-05-071-0/+6
|
* (try_font_list): Give higher priority to fontset'sKenichi Handa2002-05-071-0/+45
| | | | family than face's family.
* *** empty log message ***Kenichi Handa2002-04-091-0/+7
|
* *** empty log message ***Kenichi Handa2002-03-111-0/+7
|
* *** empty log message ***Kenichi Handa2002-03-081-4/+2
|
* *** empty log message ***Kenichi Handa2002-03-081-0/+16
|
* *** empty log message ***Kenichi Handa2002-03-051-0/+23
|
* *** empty log message ***Kenichi Handa2002-03-011-0/+4
|
* Include "character.h".Kenichi Handa2002-03-011-0/+11
| | | | | | | | | | | | (x_encode_char): New argument CHARSET. Caller changed. (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of SPLIT_CHAR. (x_get_glyph_face_and_encoding): Likewise. (x_produce_glyphs): Don't check Vnonascii_translation_table Call CHAR_WIDTH instead of CHARSET_WIDTH. (XTread_socket): Adjusted for the new code-conversion API. (x_new_font): Adjusted for the change of FS_LOAD_FONT. (x_load_font): Adjusted for the change of struct font.
* Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-0/+266
| | | | (Fchar_to_string): Always call CHAR_STRING.
* *** empty log message ***Kim F. Storm2002-02-261-0/+26
|
* (Fsubstitute_in_file_name): Fix the change from 2002-02-08.Eli Zaretskii2002-02-261-0/+3
|
* *** empty log message ***Eli Zaretskii2002-02-261-0/+6
|
* (syms_of_ntproc): Doc fix.Juanma Barranquero2002-02-261-0/+4
|
* Include "dispextern.h" unconditionally.Pavel Janík2002-02-241-0/+4
|
* *** empty log message ***Jason Rumney2002-02-241-0/+1
|
* (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.Jason Rumney2002-02-241-0/+5
|
* (Flookup_key): Fixed problem in 2001-12-28 patch:Kim F. Storm2002-02-241-0/+7
| | | | | | The validation of the event type was too strict as it didn't allow string events; buffer names are used in bindings for menu-bar-select-buffer (see `menu-bar-update-buffers').
* *** empty log message ***Kim F. Storm2002-02-231-1/+1
|
* (command_loop_1): Use Fremap_command for command remapping;Kim F. Storm2002-02-231-0/+26
| | | | now try command remapping for all symbols.
* (run_pre_post_conversion_on_str): Add prototype.Eli Zaretskii2002-02-231-0/+4
|
* *** empty log message ***Jason Rumney2002-02-231-0/+9
|
* (enter_timestamp): Put in #if 0 to prevent warning.Pavel Janík2002-02-231-0/+7
|
* (Fw16_get_clipboard_data): Fix last change.Eli Zaretskii2002-02-231-0/+6
|
* (mouse_move_timer, mouse_button_timer): Initialize.Jason Rumney2002-02-231-0/+19
| | | | | | | | | | (menu_free_timer): New variable. (MENU_FREE_ID, MENU_FREE_DELAY): New constants. (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer. <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a menu command is in progress. <WM_COMMAND>: Set the menu_command_in_progress flag. Kill any menu_free_timer that is running.
* *** empty log message ***Eli Zaretskii2002-02-221-0/+4
|
* (Fw16_set_clipboard_data): Run pre-write-conversionEli Zaretskii2002-02-221-0/+7
| | | | | | on the string before encoding it. (Fw16_get_clipboard_data): Run post-read-conversion on the string after decoding it.
* Fix last change.Eli Zaretskii2002-02-221-2/+2
|
* <Qcompound_text_with_extensions>: New variable.Eli Zaretskii2002-02-221-0/+18
| | | | | | | | | (syms_of_xselect): Intern and staticpro it. (selection_data_to_lisp_data): Run post-read-conversion on decoded selection text. (lisp_data_to_selection_data): If next-selection-coding-system is compound-text-with-extensions, set the type of selection to be compound-text.
* (syms_of_frame): Change mouse-highlight default to t.Kim F. Storm2002-02-201-1/+3
|
* (kbd_buffer_get_event) [WINDOWSNT]: CorrectedKim F. Storm2002-02-201-0/+5
| | | | composing of language-change event.
* (menu_bar_items): Don't include keymap or local-mapKim F. Storm2002-02-201-0/+8
| | | | | | | bindings at PT when building menu (the menu is not updated often enough for this to work reliable). (tool_bar_items): Likewise. (current_active_maps): Removed unused (and faulty) function.
* (gif_load): Use correct width and height for GIF images.Pavel Janík2002-02-201-0/+4
|
* *** empty log message ***Eli Zaretskii2002-02-191-0/+5
|