1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

22564 commits

Author SHA1 Message Date
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
Jason Rumney
5f42a7eba2 (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping
returns NULL on failure.
2007-11-19 09:14:38 +00:00
Stefan Monnier
b51d6c92fd (Fset_match_data): Remove the `evaporate' feature.
(unwind_set_match_data): Don't use the `evaporate' feature.
2007-11-16 22:16:01 +00:00
Andreas Schwab
6af41c87df *** empty log message *** 2007-11-16 00:19:41 +00:00
Andreas Schwab
791e6ff67d Always take precision into account. 2007-11-16 00:18:16 +00:00
Andreas Schwab
023843b23b (Fformat): When formatting an integer as float take precision into account. 2007-11-16 00:10:45 +00:00
Andreas Schwab
b322c2058f Fix last change. 2007-11-15 23:53:10 +00:00
Andreas Schwab
f52fcaa4f3 (Fformat): Correctly format EMACS_INT values. 2007-11-15 23:45:21 +00:00
Juanma Barranquero
bb189688f6 *** empty log message *** 2007-11-15 09:53:02 +00:00
Juanma Barranquero
43831a0c63 (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_backing_store,
Fx_display_visual_class, Fx_display_save_under): Fix typos in docstrings.
2007-11-15 09:36:34 +00:00
Juanma Barranquero
c527f5b038 (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_screens, Fx_display_mm_height,
Fx_display_mm_width, Fx_display_backing_store, Fx_display_visual_class,
Fw32_select_font, Fx_display_save_under): Fix typos in docstrings.
2007-11-15 09:33:33 +00:00
Juanma Barranquero
7a9e614e08 (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_backing_store,
Fx_display_save_under): Fix typos in docstrings.
2007-11-15 09:24:41 +00:00
Juanma Barranquero
cca3fd48cd (Fw32_registered_hot_keys): Don't return the nil values corresponding
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.
2007-11-14 20:25:02 +00:00
Juanma Barranquero
f1ca94970b *** empty log message *** 2007-11-13 13:01:40 +00:00
Juanma Barranquero
1eb8d617f0 (Fw32_register_hot_key): Don't try to register
hot key if w32_parse_hot_key returned nil.
2007-11-13 12:55:45 +00:00
Juri Linkov
d83e029983 (BASE_PURESIZE): Increase to 1130000. 2007-11-10 22:42:06 +00:00
Stefan Monnier
8383dac799 (load_overlay_strings): Fix copy&paste typo. 2007-11-10 03:06:45 +00:00
Chong Yidong
566242b78f (handle_face_prop): Fix last change. 2007-11-07 15:31:20 +00:00
Chong Yidong
ebe7c7e710 (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice. 2007-11-07 15:30:51 +00:00