aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (INT_LISPLIKE): Remove. It may misfire.Stefan Monnier2008-02-191-0/+5
| | | | (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
* *** empty log message ***Jason Rumney2008-02-181-0/+4
|
* (x_draw_glyph_string_background): Clear the backgroundJason Rumney2008-02-151-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 Zaretskii2008-02-091-0/+4
|
* (w32_read_socket) <WM_CHAR>: Use locale-coding-systemJason Rumney2008-02-051-0/+5
| | | | instead of using mule-unicode-* charsets directly.
* *** empty log message ***Juanma Barranquero2008-02-051-3/+8
|
* (mac_to_emacs_modifiers): New argument UNMAPPED_MODS.YAMAMOTO Mitsuharu2008-02-041-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 entriesYAMAMOTO Mitsuharu2008-02-041-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 Handa2008-02-011-0/+5
| | | | (CCL_WRITE_MULTIBYTE_CHAR): Likewise.
* (make_ctrl_char): If C is a multibyte character, justKenichi Handa2008-01-311-0/+5
| | | | return it ORed with ctrl_modifier.
* (Fclrhash): Return TABLE.Thien-Thi Nguyen2008-01-261-0/+4
|
* (struct scroll_bar): New member `redraw_needed_p'.YAMAMOTO Mitsuharu2008-01-211-0/+9
|
* *** empty log message ***Juanma Barranquero2008-01-191-7/+5
|
* (detect_coding_iso2022): New argKenichi Handa2008-01-191-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 Rumney2008-01-171-0/+2
| | | | (XTread_socket): Clarify what return value is counting in comment.
* (w32_read_socket) <WM_CHAR>: Decode characters outsideJason Rumney2008-01-171-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 Morris2008-01-171-0/+5
|
* (mac_emacs_pid) [MAC_OSX]: New variable.YAMAMOTO Mitsuharu2008-01-111-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 Morris2008-01-101-0/+5
| | | | (wait_reading_process_output): Check for window changes caused by timers.
* *** empty log message ***Glenn Morris2008-01-081-1/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2008-01-071-0/+5
|
* (Ffile_name_directory, Fexpand_file_name): Doc fixes.Richard M. Stallman2008-01-041-0/+4
|
* (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-241-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 Mitsuharu2007-12-241-0/+4
|
* (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-231-0/+5
| | | | about not changing Help menu title.
* (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-221-0/+5
| | | | the doc string.
* (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-171-0/+5
|
* (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.Jason Rumney2007-12-141-0/+5
|
* (w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney2007-12-131-0/+6
| | | | | before dereferencing array. (lookup_vk_code): Remove zero comparison.
* (make_process): Initialize pty_flag to 0.Richard M. Stallman2007-12-031-0/+4
|
* (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney2007-12-021-0/+5
|
* (syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman2007-12-011-0/+4
|
* (emacs_close) [MAC_OSX && HAVE_CARBON]:YAMAMOTO Mitsuharu2007-11-301-0/+11
| | | | Use mac_try_close_socket.
* Petr Salinger <Petr.Salinger at seznam.cz>: New file.Glenn Morris2007-11-281-0/+4
|
* (unrelocate): New argument BASE. Use it instead ofYAMAMOTO Mitsuharu2007-11-271-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 Rumney2007-11-261-0/+4
|
* (list_processes_1): Fix indentation level of theAndreas Schwab2007-11-261-0/+5
| | | | command column.
* (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections.YAMAMOTO Mitsuharu2007-11-241-0/+6
| | | | (unrelocate) [_LP64]: Set relocation base to address of data segment.
* (Fformat): Handle %c specially since it requires theAndreas Schwab2007-11-231-0/+5
| | | | argument to be of type int.
* (update_frame_tool_bar): Don't call x-gtk-map-stock ifJan Djärv2007-11-221-0/+5
| | | | file for image is nil.
* (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMappingJason Rumney2007-11-191-0/+5
| | | | returns NULL on failure.
* (Fset_match_data): Remove the `evaporate' feature.Stefan Monnier2007-11-161-2/+7
| | | | (unwind_set_match_data): Don't use the `evaporate' feature.
* *** empty log message ***Andreas Schwab2007-11-161-2/+2
|
* (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-161-0/+1
|
* (Fformat): Correctly format EMACS_INT values.Andreas Schwab2007-11-151-0/+4
|
* *** empty log message ***Juanma Barranquero2007-11-151-0/+20
|
* (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-141-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 Barranquero2007-11-131-2/+7
|
* (BASE_PURESIZE): Increase to 1130000.Juri Linkov2007-11-101-0/+4
|
* (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-101-1/+5
|