aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (INT_LISPLIKE): Remove. It may misfire.Stefan Monnier2008-02-192-18/+6
| | | | (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
* (Fw32_shell_execute): Encode parameters.Jason Rumney2008-02-181-1/+4
|
* *** empty log message ***Jason Rumney2008-02-181-0/+4
|
* *** empty log message ***Juanma Barranquero2008-02-171-1/+1
|
* (x_draw_glyph_string_background): Clear the backgroundJason Rumney2008-02-152-1/+10
| | | | | | 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-092-9/+19
|
* (w32_read_socket) <WM_CHAR>: Use locale-coding-systemJason Rumney2008-02-052-67/+45
| | | | instead of using mule-unicode-* charsets directly.
* *** empty log message ***Juanma Barranquero2008-02-051-3/+8
|
* (make_hdr): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
|
* (read_header): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
|
* *** empty log message ***Juanma Barranquero2008-02-051-1/+1
|
* (mac_to_emacs_modifiers): New argument UNMAPPED_MODS.YAMAMOTO Mitsuharu2008-02-042-11/+14
| | | | | | 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-042-43/+56
| | | | | | | | | | 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-012-2/+7
| | | | (CCL_WRITE_MULTIBYTE_CHAR): Likewise.
* (make_ctrl_char): If C is a multibyte character, justKenichi Handa2008-01-312-0/+8
| | | | return it ORed with ctrl_modifier.
* (Fclrhash): Return TABLE.Thien-Thi Nguyen2008-01-262-2/+7
|
* Add 2008 to copyright years.Glenn Morris2008-01-231-1/+2
|
* (struct scroll_bar): New member `redraw_needed_p'.YAMAMOTO Mitsuharu2008-01-212-0/+12
|
* (x_scroll_bar_create): Initialize bar->redraw_needed_p.YAMAMOTO Mitsuharu2008-01-211-6/+26
| | | | | | (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p is set even without positional changes. (x_scroll_bar_clear): Set bar->redraw_needed_p.
* *** empty log message ***Juanma Barranquero2008-01-191-7/+5
|
* (detect_coding_iso2022): New argKenichi Handa2008-01-192-24/+103
| | | | | | | | | 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-172-4/+6
| | | | (XTread_socket): Clarify what return value is counting in comment.
* (use_file_dialog): Doc fix.Jason Rumney2008-01-171-3/+4
|
* (w32_read_socket) <WM_CHAR>: Decode characters outsideJason Rumney2008-01-172-18/+75
| | | | | | 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-172-1/+14
|
* (mac_emacs_pid) [MAC_OSX]: New variable.YAMAMOTO Mitsuharu2008-01-112-1/+13
| | | | | | [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-102-1/+8
| | | | (wait_reading_process_output): Check for window changes caused by timers.
* Regenerate.Glenn Morris2008-01-081-2/+2
|
* Add 2008 to copyright years.Glenn Morris2008-01-08174-185/+215
|
* (main): Set copyright year to 2008.Glenn Morris2008-01-081-2/+3
|
* *** empty log message ***Glenn Morris2008-01-081-1/+5
|
* Add 2008 to copyright years.Glenn Morris2008-01-0860-60/+61
|
* Add 2008 to copyright years.Glenn Morris2008-01-0887-87/+90
|
* *** empty log message ***YAMAMOTO Mitsuharu2008-01-071-0/+5
|
* (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.YAMAMOTO Mitsuharu2008-01-071-1/+1
|
* (Ffile_name_directory, Fexpand_file_name): Doc fixes.Richard M. Stallman2008-01-042-2/+6
|
* (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-242-1/+4
| | | | 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-242-0/+22
|
* (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-232-2/+23
| | | | about not changing Help menu title.
* (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-222-1/+9
| | | | the doc string.
* (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-172-1/+7
|
* (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.Jason Rumney2007-12-142-2/+97
|
* (w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney2007-12-132-4/+10
| | | | | before dereferencing array. (lookup_vk_code): Remove zero comparison.
* (make_process): Initialize pty_flag to 0.Richard M. Stallman2007-12-032-0/+5
|
* (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney2007-12-022-0/+20
|
* (syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman2007-12-012-2/+10
|
* (emacs_close) [MAC_OSX && HAVE_CARBON]:YAMAMOTO Mitsuharu2007-11-302-0/+20
| | | | Use mac_try_close_socket.
* (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:YAMAMOTO Mitsuharu2007-11-301-2/+49
| | | | | | | New variable. (mac_try_close_socket) [MAC_OSX]: New function. [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Update cfsockets_for_select. Replace invalid CFRunLoop source.
* Petr Salinger <Petr.Salinger at seznam.cz>: New file.Glenn Morris2007-11-282-0/+15
|
* (unrelocate): New argument BASE. Use it instead ofYAMAMOTO Mitsuharu2007-11-272-18/+95
| | | | | | | | 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.