aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 22.2.Chong Yidong2008-03-261-0/+4
|
* (Finsert_file_contents): Don't make CCL program toKenichi Handa2008-03-101-0/+12
| | | | | append "CCL: Quitted" when the decoding is quitted, but just signal `quit'.
* (struct Lisp_Process): Declare bit field as unsigned.Andreas Schwab2008-03-081-0/+4
|
* (Fsubstitute_in_file_name): Fix up computation of maximumStefan Monnier2008-03-071-0/+5
| | | | size of resulting string.
* Revert last change.Jason Rumney2008-03-051-3/+0
|
* (adjust_glyph_matrix): Initialize window_height.Jason Rumney2008-03-051-0/+2
|
* (Fexpand_file_name): Decode home directory names.Jason Rumney2008-03-051-0/+5
| | | | (Fsubstitute_in_file_name): Decode substituted variables.
* (handle_single_display_spec): Undo 2007-10-16 changes.YAMAMOTO Mitsuharu2008-03-031-0/+6
| | | | | Don't pretend as if characters with display property haven't been consumed for string-replacing-string case.
* * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+4
|
* [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.YAMAMOTO Mitsuharu2008-02-271-0/+4
|
* * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
| | | | | changes caused by timers. Suggested by Johan Bockgård.
* * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
|
* * keyboard.c (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-0/+4
|
* (enum_font_cb2): Don't use raster fonts for Unicode.Jason Rumney2008-02-241-0/+4
|
* * xterm.c (x_set_offset): Don't change the gravity ifChong Yidong2008-02-241-0/+5
| | | | CHANGE_GRAVITY is -1.
* (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.