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
081f220309
*** empty log message ***
2008-01-08 04:28:05 +00:00
YAMAMOTO Mitsuharu
bea1686f39
*** empty log message ***
2008-01-07 08:16:19 +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
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
023843b23b
(Fformat): When formatting an integer as float take precision into account.
2007-11-16 00:10:45 +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
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
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
d388d2ac7d
* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
...
twice.
* xdisp.c (handle_face_prop): Fix last change.
2007-11-07 15:29:56 +00:00
Richard M. Stallman
db3a4b2f77
*** empty log message ***
2007-11-06 16:33:18 +00:00
Jan Djärv
59961aa44f
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
...
abort with a message on unhandled store_type values.
2007-11-06 11:17:38 +00:00
Richard M. Stallman
17d6c69d11
(handle_face_prop): Use face_at_buffer_position_no_overlays
...
to get the base face for an overlay string.
2007-11-03 03:48:12 +00:00
Richard M. Stallman
d85b2f1e85
(handle_stop): Move some code out of loop.
2007-11-03 01:50:31 +00:00
Glenn Morris
b4a638b358
Johan Bockg� <bojohan at gnu.org>
...
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
2007-11-01 03:47:34 +00:00
YAMAMOTO Mitsuharu
7837948ffc
[USE_ATSUI] (Fmac_atsu_font_face_attributes):
...
Fix conversion from Lisp object to ATSUFontID.
2007-10-31 09:40:12 +00:00
Jason Rumney
63eb134d1e
(Fformat_mode_line): Do nothing when noninteractive.
2007-10-30 22:49:26 +00:00
YAMAMOTO Mitsuharu
ae7c60a92e
(unexec_regions_recorder, unexec_regions_merge):
...
Don't assume regions are aligned to page boundary.
(print_load_command_name): Add LC_UUID if defined.
2007-10-30 08:32:36 +00:00
Richard M. Stallman
e58a672c1d
(syms_of_emacs) <installation-directory>: Reflow docstring.
2007-10-30 08:25:14 +00:00
Juanma Barranquero
3888559e6b
(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
...
<installation-directory>: Reflow docstring.
2007-10-29 00:32:45 +00:00
Martin Rudalics
b6ff295c43
(window_min_size_2): Don't count header-line.
2007-10-26 20:50:17 +00:00
Juanma Barranquero
a7d9e21f3c
*** empty log message ***
2007-10-25 14:40:00 +00:00
Juanma Barranquero
a8d6819ab3
(init_environment): Fix tiny memory leak.
2007-10-25 10:38:42 +00:00
Jason Rumney
3a7632e50b
Include math.h.
2007-10-24 13:57:45 +00:00