1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00
Commit graph

5613 commits

Author SHA1 Message Date
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
684d6f5bcc Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
Jason Rumney
ee04257d00 (x_real_positions): Get real position from OS instead of calculating it. 2007-07-24 23:57:17 +00:00
Jason Rumney
5062421853 (current_lock_owner): Allow for @ sign in username. 2007-07-23 22:35:46 +00:00
Eli Zaretskii
b395d6e1f5 (clean): Don't delete *~. 2007-07-20 19:43:01 +00:00
Eli Zaretskii
75be52584d (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define
if not defined.
2007-07-20 19:20:58 +00:00
Jason Rumney
2b6e2f4db6 (w32_executable_type): Handle 64 bit executables. 2007-07-18 22:20:42 +00:00
Juanma Barranquero
1faa97e48f (Fsave_window_excursion): Doc fix. 2007-07-16 10:43:34 +00:00
Richard M. Stallman
ec07b64b8e (Fsetq): Doc fix. 2007-07-15 18:58:25 +00:00
Jason Rumney
88a337ec3d Remove dashes from front of first line. 2007-07-12 10:43:46 +00:00
Jason Rumney
d5781bb682 (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
(w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
2007-07-11 14:43:07 +00:00
YAMAMOTO Mitsuharu
de3f71d670 [USE_MAC_TSM] (mac_handle_text_input_event):
Check WINDOWP before using XWINDOW.
2007-06-28 10:10:29 +00:00
Juanma Barranquero
251db0f475 (syms_of_buffer) <selective-display>: Fix typo in docstring. 2007-06-27 11:40:26 +00:00
YAMAMOTO Mitsuharu
56f3136b14 [HAVE_GTK_AND_PTHREAD] Check this after including config.h.
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore.  All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.
2007-06-26 03:29:25 +00:00
Jason Rumney
d217d3901c *** empty log message *** 2007-06-21 22:08:56 +00:00
Jason Rumney
76e4973a85 (w32_BDF_to_x_font): Unmap memory when finished.
(w32_free_bdf_font): Unmap memory not handle.
2007-06-20 21:26:53 +00:00
Juanma Barranquero
43e9fc935f (_wsa_errlist): Fix typo in error message.
(init_environment): Ignore any environment variable
from the registry having a null value.
2007-06-20 08:49:12 +00:00
Jason Rumney
d058c8a14e (add_menu_item): Don't use multibyte string functions on
unicode strings.
2007-06-17 22:25:08 +00:00
Juanma Barranquero
c3e35d758b *** empty log message *** 2007-06-17 02:36:20 +00:00
Eli Zaretskii
96f6c17002 (add_menu_item): Escape `&' characters in menu items and their keybindings. 2007-06-16 18:19:42 +00:00
Chong Yidong
72918b6158 * composite.c (update_compositions): Check validity of compositions. 2007-06-14 23:59:17 +00:00
Jason Rumney
f9de989afe (Fx_file_dialog): Take size from struct not pointer. 2007-06-10 23:29:37 +00:00
Jason Rumney
fb7ece24ac *** empty log message *** 2007-06-06 21:00:03 +00:00
Chong Yidong
e29bb91e05 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache. 2007-06-06 18:58:48 +00:00
Chong Yidong
60fb48600c * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. 2007-06-06 17:09:26 +00:00
Chong Yidong
a021e026ea * xfaces.c (syms_of_xfaces): Delete stray semicolon.
* xdisp.c (next_element_from_buffer):
* window.c (delete_window):
* term.c (term_mouse_highlight):
* msdos.c (getdefdir):
* macterm.c (mac_create_bitmap_from_bitmap_data)
(init_font_name_table):
* fns.c (Fsxhash):
* data.c (Fmake_local_variable):
* ccl.c (ccl_driver): Likewise.
2007-06-05 00:26:46 +00:00
Juanma Barranquero
56a94c1e37 (Fshrink_window): Reflow docstring. 2007-06-04 22:50:02 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Chong Yidong
2c5e0a1041 * xfns.c (x_set_name_internal): Undo last change. 2007-06-02 04:01:35 +00:00
Chong Yidong
8e45f1757d * xfns.c (x_set_name_internal): Save encoded name before
x_encode_text in case string data is relocated.
2007-06-01 03:57:53 +00:00
Richard M. Stallman
b49dd850dd (syms_of_buffer): Doc fix. 2007-05-31 23:47:25 +00:00
YAMAMOTO Mitsuharu
4bde4d4f3d (redisplay_internal): Bind inhibit-point-motion-hooks to t
around current_column call.
2007-05-28 03:01:26 +00:00
Chong Yidong
ef92b69b3d * xdisp.c (redisplay_window): If first window line is a continuation
line, recompute the new window start instead of recentering.
2007-05-24 23:21:23 +00:00
YAMAMOTO Mitsuharu
3654a2c34d *** empty log message *** 2007-05-24 03:17:22 +00:00
Richard M. Stallman
c81036c677 (x_connection_closed): Remove NO_RETURN. 2007-05-22 08:28:46 +00:00
Stefan Monnier
d46b87e92f (skip_chars): Update syntax-table only after we checked that
the new location is valid.
2007-05-19 15:15:19 +00:00
YAMAMOTO Mitsuharu
1d5bcd55d5 (x_calc_absolute_position): Add BLOCK_INPUT around
mac_get_window_bounds.
2007-05-19 05:08:05 +00:00
Glenn Morris
2fddf4abaf vc-hooks patch installed from trunk.
table cell issue cannot be reproduced, even by the OP. rms:
"I think we should not delay the release to fix this"
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00168.html

"A redisplay bug in 22.0.99" was fixed by this change:

2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
* image.c (pbm_load): Correctly check image size for greyscale pbm.

(see also http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00498.html).
2007-05-17 07:44:40 +00:00
YAMAMOTO Mitsuharu
e4f5123fce [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
dead key repeat and up events.
2007-05-16 08:15:44 +00:00
Chong Yidong
4e3908cd44 * xterm.c (XTread_socket): Revert last change. 2007-05-13 13:33:20 +00:00
Chong Yidong
96587f7eb9 * image.c (pbm_load): Correctly check image size for greyscale pbm. 2007-05-12 23:53:49 +00:00
Chong Yidong
e9c8d98415 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). 2007-05-12 23:35:24 +00:00
Stefan Monnier
c10b281064 (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM) 2007-05-07 15:25:47 +00:00
Richard M. Stallman
205f01b404 *** empty log message *** 2007-05-06 18:10:44 +00:00
Glenn Morris
9913756b34 Change from author without relevant assignment is (thankfully) tiny. 2007-05-05 22:57:07 +00:00
Richard M. Stallman
39f3dff9f3 *** empty log message *** 2007-05-05 04:50:04 +00:00
YAMAMOTO Mitsuharu
0f6da68b85 (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
2007-05-01 08:17:19 +00:00
Richard M. Stallman
76181e0aac *** empty log message *** 2007-04-29 22:35:06 +00:00
YAMAMOTO Mitsuharu
769da2c15d (try_window_reusing_current_matrix): Fix number of disabled lines. 2007-04-29 07:26:50 +00:00
Jan Djärv
f56cff8836 (xg_update_menubar, create_menus): Create empty
submenu for menu bar items.
2007-04-27 06:39:45 +00:00