| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (INT_LISPLIKE): Remove. It may misfire. | Stefan Monnier | 2008-02-19 | 1 | -0/+5 |
| | | | | | (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it. | ||||
| * | *** empty log message *** | Jason Rumney | 2008-02-18 | 1 | -0/+4 |
| | | |||||
| * | (x_draw_glyph_string_background): Clear the background | Jason Rumney | 2008-02-15 | 1 | -0/+7 |
| | | | | | | | manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use. | ||||
| * | (syms_of_fileio) <insert-default-directory>: Doc fix. | Eli Zaretskii | 2008-02-09 | 1 | -0/+4 |
| | | |||||
| * | (w32_read_socket) <WM_CHAR>: Use locale-coding-system | Jason Rumney | 2008-02-05 | 1 | -0/+5 |
| | | | | | instead of using mule-unicode-* charsets directly. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2008-02-05 | 1 | -3/+8 |
| | | |||||
| * | (mac_to_emacs_modifiers): New argument UNMAPPED_MODS. | YAMAMOTO Mitsuharu | 2008-02-04 | 1 | -2/+4 |
| | | | | | | | All callers changed. (mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from mapped modifiers together with original ones. | ||||
| * | [MAC_OSX] (fn_keycode_to_keycode_table): Add more entries | YAMAMOTO Mitsuharu | 2008-02-04 | 1 | -0/+11 |
| | | | | | | | | | | | that ignores kEventKeyModifierFnMask. (XTread_socket) [MAC_OSX]: Move code for ignoring kEventKeyModifierFnMask for some keys ... (mac_mapped_modifiers) [MAC_OSX]: ... to here. Add argument KEY_CODE. All callers changed. (mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from mapped modifiers. | ||||
| * | (CCL_WRITE_CHAR): Fix overflow checking. | Kenichi Handa | 2008-02-01 | 1 | -0/+5 |
| | | | | | (CCL_WRITE_MULTIBYTE_CHAR): Likewise. | ||||
| * | (make_ctrl_char): If C is a multibyte character, just | Kenichi Handa | 2008-01-31 | 1 | -0/+5 |
| | | | | | return it ORed with ctrl_modifier. | ||||
| * | (Fclrhash): Return TABLE. | Thien-Thi Nguyen | 2008-01-26 | 1 | -0/+4 |
| | | |||||
| * | (struct scroll_bar): New member `redraw_needed_p'. | YAMAMOTO Mitsuharu | 2008-01-21 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2008-01-19 | 1 | -7/+5 |
| | | |||||
| * | (detect_coding_iso2022): New arg | Kenichi Handa | 2008-01-19 | 1 | -0/+10 |
| | | | | | | | | | | latin_extra_code_state. Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding as UTF-16 or binary. If Latin extra codes exist, detect the encoding as ISO-2022 only when there's no other proper encoding is found. | ||||
| * | (handle_one_xevent): Revert to counting chars not bytes. | Jason Rumney | 2008-01-17 | 1 | -0/+2 |
| | | | | | (XTread_socket): Clarify what return value is counting in comment. | ||||
| * | (w32_read_socket) <WM_CHAR>: Decode characters outside | Jason Rumney | 2008-01-17 | 1 | -0/+7 |
| | | | | | | | the unicode range available in MULE by locale-coding-system. Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. | ||||
| * | (START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR. | Glenn Morris | 2008-01-17 | 1 | -0/+5 |
| | | |||||
| * | (mac_emacs_pid) [MAC_OSX]: New variable. | YAMAMOTO Mitsuharu | 2008-01-11 | 1 | -0/+7 |
| | | | | | | | [MAC_OSX] (init_mac_osx_environment): Initialize it. [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0 when used on child processes. | ||||
| * | Chong Yidong <cyd at stupidchicken.com> | Glenn Morris | 2008-01-10 | 1 | -0/+5 |
| | | | | | (wait_reading_process_output): Check for window changes caused by timers. | ||||
| * | *** empty log message *** | Glenn Morris | 2008-01-08 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2008-01-07 | 1 | -0/+5 |
| | | |||||
| * | (Ffile_name_directory, Fexpand_file_name): Doc fixes. | Richard M. Stallman | 2008-01-04 | 1 | -0/+4 |
| | | |||||
| * | (make_process): Initialize pty_flag to Qnil instead of 0 | YAMAMOTO Mitsuharu | 2007-12-24 | 1 | -0/+3 |
| | | | | | as it is not a bit field on Emacs 22 yet. | ||||
| * | (phys_cursor_in_rect_p): Check if cursor is in fringe area. | YAMAMOTO Mitsuharu | 2007-12-24 | 1 | -0/+4 |
| | | |||||
| * | (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5 | YAMAMOTO Mitsuharu | 2007-12-23 | 1 | -0/+5 |
| | | | | | about not changing Help menu title. | ||||
| * | (syms_of_callint) <command-history>: Add reference to history-length in | Eli Zaretskii | 2007-12-22 | 1 | -0/+5 |
| | | | | | the doc string. | ||||
| * | (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam. | Jason Rumney | 2007-12-17 | 1 | -0/+5 |
| | | |||||
| * | (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127. | Jason Rumney | 2007-12-14 | 1 | -0/+5 |
| | | |||||
| * | (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check | Jason Rumney | 2007-12-13 | 1 | -0/+6 |
| | | | | | | before dereferencing array. (lookup_vk_code): Remove zero comparison. | ||||
| * | (make_process): Initialize pty_flag to 0. | Richard M. Stallman | 2007-12-03 | 1 | -0/+4 |
| | | |||||
| * | (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs. | Jason Rumney | 2007-12-02 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_xdisp) <scroll-conservatively>: Doc fix. | Richard M. Stallman | 2007-12-01 | 1 | -0/+4 |
| | | |||||
| * | (emacs_close) [MAC_OSX && HAVE_CARBON]: | YAMAMOTO Mitsuharu | 2007-11-30 | 1 | -0/+11 |
| | | | | | Use mac_try_close_socket. | ||||
| * | Petr Salinger <Petr.Salinger at seznam.cz>: New file. | Glenn Morris | 2007-11-28 | 1 | -0/+4 |
| | | |||||
| * | (unrelocate): New argument BASE. Use it instead of | YAMAMOTO Mitsuharu | 2007-11-27 | 1 | -0/+9 |
| | | | | | | | | | reloc_base. (copy_dysymtab): Compute relocation base here. (rebase_reloc_address) [__ppc64__]: New function. (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be changed. | ||||
| * | (sys_spawnve): Quote args with wildcards. | Jason Rumney | 2007-11-26 | 1 | -0/+4 |
| | | |||||
| * | (list_processes_1): Fix indentation level of the | Andreas Schwab | 2007-11-26 | 1 | -0/+5 |
| | | | | | command column. | ||||
| * | (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections. | YAMAMOTO Mitsuharu | 2007-11-24 | 1 | -0/+6 |
| | | | | | (unrelocate) [_LP64]: Set relocation base to address of data segment. | ||||
| * | (Fformat): Handle %c specially since it requires the | Andreas Schwab | 2007-11-23 | 1 | -0/+5 |
| | | | | | argument to be of type int. | ||||
| * | (update_frame_tool_bar): Don't call x-gtk-map-stock if | Jan Djärv | 2007-11-22 | 1 | -0/+5 |
| | | | | | file for image is nil. | ||||
| * | (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping | Jason Rumney | 2007-11-19 | 1 | -0/+5 |
| | | | | | returns NULL on failure. | ||||
| * | (Fset_match_data): Remove the `evaporate' feature. | Stefan Monnier | 2007-11-16 | 1 | -2/+7 |
| | | | | | (unwind_set_match_data): Don't use the `evaporate' feature. | ||||
| * | *** empty log message *** | Andreas Schwab | 2007-11-16 | 1 | -2/+2 |
| | | |||||
| * | (Fformat): When formatting an integer as float take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -0/+1 |
| | | |||||
| * | (Fformat): Correctly format EMACS_INT values. | Andreas Schwab | 2007-11-15 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-15 | 1 | -0/+20 |
| | | |||||
| * | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 1 | -0/+10 |
| | | | | | | | | | to deleted entries; they are an implementation detail. (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables. (Fw32_define_rgb_color, Fw32_load_color_file): Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-13 | 1 | -2/+7 |
| | | |||||
| * | (BASE_PURESIZE): Increase to 1130000. | Juri Linkov | 2007-11-10 | 1 | -0/+4 |
| | | |||||
| * | (load_overlay_strings): Fix copy&paste typo. | Stefan Monnier | 2007-11-10 | 1 | -1/+5 |
| | | |||||