1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

22582 commits

Author SHA1 Message Date
Eli Zaretskii
d375705e3c (syms_of_fileio) <insert-default-directory>: Doc fix. 2008-02-09 13:22:35 +00:00
Jason Rumney
85bb72eefd (w32_read_socket) <WM_CHAR>: Use locale-coding-system
instead of using mule-unicode-* charsets directly.
2008-02-05 23:48:23 +00:00
Juanma Barranquero
05b33f7cfc *** empty log message *** 2008-02-05 02:59:47 +00:00
Juanma Barranquero
74ac7057d6 (make_hdr): Replace legal' with valid'. 2008-02-05 02:49:26 +00:00
Juanma Barranquero
5af1f9fe9e (read_header): Replace legal' with valid'. 2008-02-05 02:45:30 +00:00
Juanma Barranquero
4d90eee4f5 *** empty log message *** 2008-02-05 02:30:41 +00:00
YAMAMOTO Mitsuharu
ca1617bfd6 (mac_to_emacs_modifiers): New argument UNMAPPED_MODS.
All callers changed.
(mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from
mapped modifiers together with original ones.
2008-02-04 11:43:42 +00:00
YAMAMOTO Mitsuharu
10fdc4c248 [MAC_OSX] (fn_keycode_to_keycode_table): Add more entries
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.
2008-02-04 03:03:52 +00:00
Kenichi Handa
0acdaf8df5 (CCL_WRITE_CHAR): Fix overflow checking.
(CCL_WRITE_MULTIBYTE_CHAR): Likewise.
2008-02-01 00:38:48 +00:00
Kenichi Handa
a32aad64df (make_ctrl_char): If C is a multibyte character, just
return it ORed with ctrl_modifier.
2008-01-31 06:42:01 +00:00
Thien-Thi Nguyen
4ada4a87b4 (Fclrhash): Return TABLE. 2008-01-26 17:00:52 +00:00
Glenn Morris
087c3d1316 Add 2008 to copyright years. 2008-01-23 08:01:01 +00:00
YAMAMOTO Mitsuharu
223b3d1da9 (struct scroll_bar): New member `redraw_needed_p'. 2008-01-21 09:59:58 +00:00
YAMAMOTO Mitsuharu
1ec6ded987 (x_scroll_bar_create): Initialize bar->redraw_needed_p.
(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.
2008-01-21 09:59:25 +00:00
Juanma Barranquero
c041e2d1a3 *** empty log message *** 2008-01-19 15:24:59 +00:00
Kenichi Handa
5a7a1dde2c (detect_coding_iso2022): New arg
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.
2008-01-19 05:55:50 +00:00
Jason Rumney
d616968003 (handle_one_xevent): Revert to counting chars not bytes.
(XTread_socket): Clarify what return value is counting in comment.
2008-01-17 15:23:38 +00:00
Jason Rumney
1f1d079727 (use_file_dialog): Doc fix. 2008-01-17 12:05:19 +00:00
Jason Rumney
602e142f5c (w32_read_socket) <WM_CHAR>: Decode characters outside
the unicode range available in MULE by locale-coding-system.
Improve dbcs lead byte detection. Set event timestamp and modifiers
earlier.
2008-01-17 11:38:45 +00:00
Glenn Morris
5d2c8fc0d8 (START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR. 2008-01-17 04:04:26 +00:00
YAMAMOTO Mitsuharu
5ee4de5319 (mac_emacs_pid) [MAC_OSX]: New variable.
[MAC_OSX] (init_mac_osx_environment): Initialize it.
[MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]:	Return 0
when used on child processes.
2008-01-11 10:29:07 +00:00
Glenn Morris
63dbe8da55 Chong Yidong <cyd at stupidchicken.com>
(wait_reading_process_output): Check for window changes caused by timers.
2008-01-10 04:09:49 +00:00
Glenn Morris
97ff09b34c Regenerate. 2008-01-08 05:21:00 +00:00
Glenn Morris
8cabe764e9 Add 2008 to copyright years. 2008-01-08 04:37:27 +00:00
Glenn Morris
ea8c20e07f (main): Set copyright year to 2008. 2008-01-08 04:28:15 +00:00
Glenn Morris
081f220309 *** empty log message *** 2008-01-08 04:28:05 +00:00
Glenn Morris
0112254622 Add 2008 to copyright years. 2008-01-08 04:11:05 +00:00
Glenn Morris
49c1c3cc57 Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
YAMAMOTO Mitsuharu
bea1686f39 *** empty log message *** 2008-01-07 08:16:19 +00:00
YAMAMOTO Mitsuharu
f7dcf73a4f (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS. 2008-01-07 08:15:56 +00:00
Richard M. Stallman
78379264fb (Ffile_name_directory, Fexpand_file_name): Doc fixes. 2008-01-04 05:47:53 +00:00
YAMAMOTO Mitsuharu
9d826ef208 (make_process): Initialize pty_flag to Qnil instead of 0
as it is not a bit field on Emacs 22 yet.
2007-12-24 05:26:06 +00:00
YAMAMOTO Mitsuharu
5742be860f (phys_cursor_in_rect_p): Check if cursor is in fringe area. 2007-12-24 03:01:28 +00:00
YAMAMOTO Mitsuharu
585a8772d5 (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5
about not changing Help menu title.
2007-12-23 06:01:51 +00:00
Eli Zaretskii
b014713ca6 (syms_of_callint) <command-history>: Add reference to history-length in
the doc string.
2007-12-22 17:20:55 +00:00
Jason Rumney
a313b2911a (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam. 2007-12-17 01:50:42 +00:00
Jason Rumney
2e3566d8b7 (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127. 2007-12-14 12:26:31 +00:00
Jason Rumney
bf25403702 (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
before dereferencing array.
(lookup_vk_code): Remove zero comparison.
2007-12-13 15:53:26 +00:00
Richard M. Stallman
0277bfa1a4 (make_process): Initialize pty_flag to 0. 2007-12-03 00:41:15 +00:00
Jason Rumney
44b1dc2e97 (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs. 2007-12-02 16:18:47 +00:00
Richard M. Stallman
d0f44b7145 (syms_of_xdisp) <scroll-conservatively>: Doc fix. 2007-12-01 22:44:08 +00:00
YAMAMOTO Mitsuharu
959116ef2c (emacs_close) [MAC_OSX && HAVE_CARBON]:
Use mac_try_close_socket.
2007-11-30 08:20:08 +00:00
YAMAMOTO Mitsuharu
6bfb1e350d (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
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.
2007-11-30 08:19:36 +00:00
Glenn Morris
9485484afb Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
YAMAMOTO Mitsuharu
7aee2da725 (unrelocate): New argument BASE. Use it instead of
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.
2007-11-27 08:30:34 +00:00
Jason Rumney
0a7a6051a9 (sys_spawnve): Quote args with wildcards. 2007-11-26 23:04:09 +00:00
Andreas Schwab
dd9b000442 (list_processes_1): Fix indentation level of the
command column.
2007-11-26 09:57:22 +00:00
YAMAMOTO Mitsuharu
b2411edf93 (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections.
(unrelocate) [_LP64]: Set relocation base to address of data segment.
2007-11-24 08:51:24 +00:00
Andreas Schwab
89df6fc6bd (Fformat): Handle %c specially since it requires the
argument to be of type int.
2007-11-23 13:27:34 +00:00
Jan Djärv
1fbf538610 (update_frame_tool_bar): Don't call x-gtk-map-stock if
file for image is nil.
2007-11-22 08:40:20 +00:00