| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Kenichi Handa | 2002-05-20 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-05-17 | 1 | -0/+33 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-05-16 | 1 | -2/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-16 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-15 | 1 | -0/+4 |
| | | |||||
| * | (encode_coding_object): Give correct arguments ot | Kenichi Handa | 2002-05-14 | 1 | -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 to | Kenichi Handa | 2002-05-14 | 1 | -0/+5 |
| | | | | | multibyte form correctly. | ||||
| * | (fs_load_font): Check fontp->full_name (not fontname) | Kenichi Handa | 2002-05-14 | 1 | -0/+3 |
| | | | | | against Vfont_encoding_alist. | ||||
| * | (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). | Kenichi Handa | 2002-05-14 | 1 | -0/+7 |
| | | |||||
| * | (Fmake_char): Make it more backward compatible. | Kenichi Handa | 2002-05-14 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-05-13 | 1 | -1/+7 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-13 | 1 | -0/+5 |
| | | |||||
| * | (coding_set_source): Delete the local variable beg_byte. | Kenichi Handa | 2002-05-10 | 1 | -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 Love | 2002-05-09 | 1 | -1/+12 |
| | | | | | | (Fset_terminal_coding_system_internal) (Fset_safe_terminal_coding_system_internal): Fix arg declarations. | ||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-08 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-07 | 1 | -69/+72 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-07 | 1 | -0/+6 |
| | | |||||
| * | (try_font_list): Give higher priority to fontset's | Kenichi Handa | 2002-05-07 | 1 | -0/+45 |
| | | | | | family than face's family. | ||||
| * | *** empty log message *** | Kenichi Handa | 2002-04-09 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-03-11 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-03-08 | 1 | -4/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-03-08 | 1 | -0/+16 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-03-05 | 1 | -0/+23 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-03-01 | 1 | -0/+4 |
| | | |||||
| * | Include "character.h". | Kenichi Handa | 2002-03-01 | 1 | -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 Handa | 2002-03-01 | 1 | -0/+266 |
| | | | | | (Fchar_to_string): Always call CHAR_STRING. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-02-26 | 1 | -0/+26 |
| | | |||||
| * | (Fsubstitute_in_file_name): Fix the change from 2002-02-08. | Eli Zaretskii | 2002-02-26 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-02-26 | 1 | -0/+6 |
| | | |||||
| * | (syms_of_ntproc): Doc fix. | Juanma Barranquero | 2002-02-26 | 1 | -0/+4 |
| | | |||||
| * | Include "dispextern.h" unconditionally. | Pavel Janík | 2002-02-24 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-02-24 | 1 | -0/+1 |
| | | |||||
| * | (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc. | Jason Rumney | 2002-02-24 | 1 | -0/+5 |
| | | |||||
| * | (Flookup_key): Fixed problem in 2001-12-28 patch: | Kim F. Storm | 2002-02-24 | 1 | -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. Storm | 2002-02-23 | 1 | -1/+1 |
| | | |||||
| * | (command_loop_1): Use Fremap_command for command remapping; | Kim F. Storm | 2002-02-23 | 1 | -0/+26 |
| | | | | | now try command remapping for all symbols. | ||||
| * | (run_pre_post_conversion_on_str): Add prototype. | Eli Zaretskii | 2002-02-23 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-02-23 | 1 | -0/+9 |
| | | |||||
| * | (enter_timestamp): Put in #if 0 to prevent warning. | Pavel Janík | 2002-02-23 | 1 | -0/+7 |
| | | |||||
| * | (Fw16_get_clipboard_data): Fix last change. | Eli Zaretskii | 2002-02-23 | 1 | -0/+6 |
| | | |||||
| * | (mouse_move_timer, mouse_button_timer): Initialize. | Jason Rumney | 2002-02-23 | 1 | -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 Zaretskii | 2002-02-22 | 1 | -0/+4 |
| | | |||||
| * | (Fw16_set_clipboard_data): Run pre-write-conversion | Eli Zaretskii | 2002-02-22 | 1 | -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 Zaretskii | 2002-02-22 | 1 | -2/+2 |
| | | |||||
| * | <Qcompound_text_with_extensions>: New variable. | Eli Zaretskii | 2002-02-22 | 1 | -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. Storm | 2002-02-20 | 1 | -1/+3 |
| | | |||||
| * | (kbd_buffer_get_event) [WINDOWSNT]: Corrected | Kim F. Storm | 2002-02-20 | 1 | -0/+5 |
| | | | | | composing of language-change event. | ||||
| * | (menu_bar_items): Don't include keymap or local-map | Kim F. Storm | 2002-02-20 | 1 | -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ík | 2002-02-20 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-02-19 | 1 | -0/+5 |
| | | |||||