1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

5722 commits

Author SHA1 Message Date
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
Richard M. Stallman
a04ee1610d Comment change. 2007-10-24 08:24:50 +00:00
Juanma Barranquero
a6c93f61e3 (Fset_process_filter): Doc fix. 2007-10-19 10:22:53 +00:00
Glenn Morris
24eb74a313 (Qcompletion_ignore_case): New external Lisp_Object.
(Fread_file_name): Use it rather than intern'ing.
2007-10-17 01:32:41 +00:00
YAMAMOTO Mitsuharu
da6658e85d (handle_display_prop): Ignore display specs after
replacing one when string text is being replaced.
(handle_single_display_spec): Pretend as if characters with display
property haven't been consumed only when buffer text is being replaced.
2007-10-16 09:00:09 +00:00
Juanma Barranquero
fe4cd268c7 (Ffset): Save autoload of the function being set. 2007-10-14 18:02:05 +00:00
Glenn Morris
7663ea748d John Paul Wallington <jpw at pobox.com>
(x_create_tip_frame): Set the `display-type' frame parameter before
setting up faces.
2007-10-14 02:50:11 +00:00
Eli Zaretskii
543bb3689e (dos_rawgetc): Undo last change (there's no ``leaving selected frame''
on MSDOS).
2007-10-13 11:25:52 +00:00
Martin Rudalics
5839d7e85c (Qexplicit_name): New variable.
(x_report_frame_params): Report it in parameter alist.
(syms_of_frame): Intern and staticpro it.
2007-10-12 08:36:47 +00:00
Jason Rumney
f8d1a163bd (x_set_window_size): Disable code that attempts to tell
Lisp code about a size change before it actually happens.
2007-10-09 11:24:40 +00:00
Richard M. Stallman
ec406436ee (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN. 2007-10-09 01:32:25 +00:00