aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog125
1 files changed, 66 insertions, 59 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dd4d6198f32..05b8afbbfd7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -396,8 +396,8 @@
396 * w32menu.c (Fx_popup_menu): Don't free menu strings here. 396 * w32menu.c (Fx_popup_menu): Don't free menu strings here.
397 (w32_menu_show): Do it here instead. 397 (w32_menu_show): Do it here instead.
398 398
399 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active 399 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame
400 frame parameter. 400 parameter.
401 401
402 * w32menu.c (current_popup_menu): Make available globally. 402 * w32menu.c (current_popup_menu): Make available globally.
403 (menubar_selection_callback): Free menu strings before pushing the 403 (menubar_selection_callback): Free menu strings before pushing the
@@ -431,8 +431,8 @@
431 431
4322007-02-20 Chong Yidong <cyd@stupidchicken.com> 4322007-02-20 Chong Yidong <cyd@stupidchicken.com>
433 433
434 * frame.c (x_set_screen_gamma): Apply gamma value to the 434 * frame.c (x_set_screen_gamma): Apply gamma value to the frame's
435 frame's bgcolor. 435 bgcolor.
436 436
4372007-02-19 Kim F. Storm <storm@cua.dk> 4372007-02-19 Kim F. Storm <storm@cua.dk>
438 438
@@ -603,8 +603,8 @@
603 603
6042007-01-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 6042007-01-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
605 605
606 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): 606 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
607 Use BLOCK_INPUT/UNBLOCK_INPUT. 607 BLOCK_INPUT/UNBLOCK_INPUT.
608 608
609 * blockinput.h (interrupt_input_blocked): Declare volatile. 609 * blockinput.h (interrupt_input_blocked): Declare volatile.
610 610
@@ -934,8 +934,8 @@
934 934
9352006-12-22 Eli Zaretskii <eliz@gnu.org> 9352006-12-22 Eli Zaretskii <eliz@gnu.org>
936 936
937 * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead 937 * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of
938 of $(BLD). 938 $(BLD).
939 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD. 939 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
940 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make. 940 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
941 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O). 941 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O).
@@ -954,8 +954,8 @@
954 954
9552006-12-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 9552006-12-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
956 956
957 * sound.c: Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE 957 * sound.c: Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is
958 is defined. 958 defined.
959 959
9602006-12-20 Kim F. Storm <storm@cua.dk> 9602006-12-20 Kim F. Storm <storm@cua.dk>
961 961
@@ -1515,8 +1515,8 @@
1515 1515
15162006-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 15162006-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
1517 1517
1518 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising 1518 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
1519 the window. 1519 window.
1520 1520
15212006-11-02 Juanma Barranquero <lekktu@gmail.com> 15212006-11-02 Juanma Barranquero <lekktu@gmail.com>
1522 1522
@@ -1572,8 +1572,8 @@
1572 static const. 1572 static const.
1573 (name_is_separator): Add const qualifier to arguments. 1573 (name_is_separator): Add const qualifier to arguments.
1574 1574
1575 * macselect.c (init_service_handler): Make variable `specs' 1575 * macselect.c (init_service_handler): Make variable `specs' static
1576 static const. 1576 const.
1577 1577
1578 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable 1578 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
1579 `swap_nibbles' static const. 1579 `swap_nibbles' static const.
@@ -1636,8 +1636,8 @@
1636 1636
16372006-10-23 Kim F. Storm <storm@cua.dk> 16372006-10-23 Kim F. Storm <storm@cua.dk>
1638 1638
1639 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are 1639 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
1640 not initialized. 1640 initialized.
1641 1641
1642 * keyboard.c (read_char): Make an element (t . EVENT) in 1642 * keyboard.c (read_char): Make an element (t . EVENT) in
1643 unread-command-events add EVENT to the current command's key sequence. 1643 unread-command-events add EVENT to the current command's key sequence.
@@ -1706,8 +1706,8 @@
1706 1706
17072006-10-13 Chong Yidong <cyd@stupidchicken.com> 17072006-10-13 Chong Yidong <cyd@stupidchicken.com>
1708 1708
1709 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in 1709 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
1710 frame title. 1710 title.
1711 1711
17122006-10-12 Chong Yidong <cyd@stupidchicken.com> 17122006-10-12 Chong Yidong <cyd@stupidchicken.com>
1713 1713
@@ -1934,8 +1934,8 @@
1934 1934
19352006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 19352006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1936 1936
1937 * emacs.c (shut_down_emacs) [!subprocesses]: 1937 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
1938 Don't set inhibit_sentinels. 1938 inhibit_sentinels.
1939 1939
1940 * mac.c [!MAC_OSX] (select): Fix argument name. 1940 * mac.c [!MAC_OSX] (select): Fix argument name.
1941 1941
@@ -2036,8 +2036,8 @@
2036 2036
2037 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping' 2037 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
2038 for additional argument. 2038 for additional argument.
2039 (parse_menu_item): Adjust call of `Fkey_binding' for 2039 (parse_menu_item): Adjust call of `Fkey_binding' for additional
2040 additional argument. 2040 argument.
2041 (read_key_sequence): If there are both `local-map' and `keymap' 2041 (read_key_sequence): If there are both `local-map' and `keymap'
2042 text properties at some buffer position, heed both. 2042 text properties at some buffer position, heed both.
2043 2043
@@ -2106,8 +2106,8 @@
2106 2106
21072006-09-10 Chong Yidong <cyd@stupidchicken.com> 21072006-09-10 Chong Yidong <cyd@stupidchicken.com>
2108 2108
2109 * keymap.c (Fkey_binding): Check for local keymap for 2109 * keymap.c (Fkey_binding): Check for local keymap for mouse click
2110 mouse click events. 2110 events.
2111 2111
21122006-09-10 Kim F. Storm <storm@cua.dk> 21122006-09-10 Kim F. Storm <storm@cua.dk>
2113 2113
@@ -2230,8 +2230,8 @@
2230 (install_window_handler, mac_handle_window_event) 2230 (install_window_handler, mac_handle_window_event)
2231 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and 2231 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
2232 kEventWindowBoundsChanged. 2232 kEventWindowBoundsChanged.
2233 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: 2233 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
2234 Don't call DragWindow. 2234 DragWindow.
2235 2235
22362006-09-07 Andreas Schwab <schwab@suse.de> 22362006-09-07 Andreas Schwab <schwab@suse.de>
2237 2237
@@ -2311,7 +2311,8 @@
2311 2311
23122006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change) 23122006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
2313 2313
2314 * fns.c (concat) [__GNUC__]: Declare with `__attribute__((noinline))'. 2314 * fns.c (concat) [__GNUC__]: Declare with
2315 `__attribute__((noinline))'.
2315 2316
2316 * eval.c (apply1, call2) [__GNUC__]: Declare with 2317 * eval.c (apply1, call2) [__GNUC__]: Declare with
2317 `__attribute__((noinline))'. 2318 `__attribute__((noinline))'.
@@ -2410,13 +2411,13 @@
2410 (x_iconify_frame, XLoadQueryFont, install_window_handler) 2411 (x_iconify_frame, XLoadQueryFont, install_window_handler)
2411 (mac_handle_command_event, init_command_handler, init_menu_bar): 2412 (mac_handle_command_event, init_command_handler, init_menu_bar):
2412 Use OSStatus instead of OSErr. 2413 Use OSStatus instead of OSErr.
2413 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: 2414 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
2414 Don't use FRAME_FILE_NAME. 2415 FRAME_FILE_NAME.
2415 (x_query_font): Apply 2006-08-04 change for xterm.c. 2416 (x_query_font): Apply 2006-08-04 change for xterm.c.
2416 (Qhi_command): Rename from Qhicommand. All uses changed. 2417 (Qhi_command): Rename from Qhicommand. All uses changed.
2417 2418
2418 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: 2419 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
2419 Remove member file_name. 2420 file_name.
2420 (FRAME_FILE_NAME): Remove macro. 2421 (FRAME_FILE_NAME): Remove macro.
2421 (install_window_handler, create_apple_event_from_event_ref): 2422 (install_window_handler, create_apple_event_from_event_ref):
2422 Return OSStatus instead of OSErr. 2423 Return OSStatus instead of OSErr.
@@ -2491,7 +2492,8 @@
24912006-08-21 Kenichi Handa <handa@m17n.org> 24922006-08-21 Kenichi Handa <handa@m17n.org>
2492 2493
2493 * keyboard.c (syms_of_keyboard): Docstring of 2494 * keyboard.c (syms_of_keyboard): Docstring of
2494 Vunread_post_input_method_events and Vunread_input_method_events fixed. 2495 Vunread_post_input_method_events and Vunread_input_method_events
2496 fixed.
2495 2497
24962006-08-20 Chong Yidong <cyd@stupidchicken.com> 24982006-08-20 Chong Yidong <cyd@stupidchicken.com>
2497 2499
@@ -2534,8 +2536,8 @@
2534 is exhausted, return with RET. 2536 is exhausted, return with RET.
2535 (detect_coding_emacs_mule, detect_coding_iso2022) 2537 (detect_coding_emacs_mule, detect_coding_iso2022)
2536 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) 2538 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
2537 (detect_coding_utf_16, detect_coding_ccl): 2539 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
2538 Adjusted for the above change. 2540 change.
2539 2541
25402006-08-14 Chong Yidong <cyd@stupidchicken.com> 25422006-08-14 Chong Yidong <cyd@stupidchicken.com>
2541 2543
@@ -2707,8 +2709,9 @@
2707 2709
27082006-07-22 Ralf Angeli <angeli@caeruleus.net> 27102006-07-22 Ralf Angeli <angeli@caeruleus.net>
2709 2711
2710 * w32fns.c (w32_createwindow): If `left' and/or `top' frame parameters 2712 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
2711 are bound to some values, use that instead of CW_USEDEFAULT. 2713 parameters are bound to some values, use that instead of
2714 CW_USEDEFAULT.
2712 2715
27132006-07-21 Eli Zaretskii <eliz@gnu.org> 27162006-07-21 Eli Zaretskii <eliz@gnu.org>
2714 2717
@@ -3392,7 +3395,8 @@
3392 3395
33932006-06-04 David Kastrup <dak@gnu.org> 33962006-06-04 David Kastrup <dak@gnu.org>
3394 3397
3395 * dispnew.c: Mention `redisplay-dont-pause' in doc string of `sit-for'. 3398 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
3399 `sit-for'.
3396 3400
33972006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 34012006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3398 3402
@@ -3405,11 +3409,11 @@
3405 [USE_MAC_TSM]: Likewise. 3409 [USE_MAC_TSM]: Likewise.
3406 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them. 3410 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
3407 (Qbefore_string) [USE_MAC_TSM]: Add extern. 3411 (Qbefore_string) [USE_MAC_TSM]: Add extern.
3408 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: 3412 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
3409 Call ActivateTSMDocument/DeactivateTSMDocument. 3413 ActivateTSMDocument/DeactivateTSMDocument.
3410 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event. 3414 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
3411 (mac_handle_window_event) [USE_MAC_TSM]: 3415 (mac_handle_window_event) [USE_MAC_TSM]: Handle
3412 Handle kEventWindowFocusAcquired/kEventWindowFocusRelinquish. 3416 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
3413 (mac_handle_text_input_event) [USE_MAC_TSM]: New function. 3417 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
3414 (install_window_handler) [USE_MAC_TSM]: Install it. Register 3418 (install_window_handler) [USE_MAC_TSM]: Install it. Register
3415 kEventWindowFocusAcquired/kEventWindowFocusRelinquish. 3419 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
@@ -3435,7 +3439,8 @@
3435 3439
34362006-06-02 Chong Yidong <cyd@stupidchicken.com> 34402006-06-02 Chong Yidong <cyd@stupidchicken.com>
3437 3441
3438 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a string. 3442 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
3443 string.
3439 3444
34402006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 34452006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3441 3446
@@ -3553,8 +3558,8 @@
3553 Move assignment to err out of if-statement. 3558 Move assignment to err out of if-statement.
3554 3559
3555 * gtkutil.c (menu_nav_ended): New function. 3560 * gtkutil.c (menu_nav_ended): New function.
3556 (create_menus): Connect menu_nav_ended to "selection-done" 3561 (create_menus): Connect menu_nav_ended to "selection-done" to fix
3557 to fix grabs. 3562 grabs.
3558 3563
3559 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT. 3564 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
3560 3565
@@ -3883,14 +3888,14 @@
3883 (mac_store_service_event): Rename from mac_store_services_event in 3888 (mac_store_service_event): Rename from mac_store_services_event in
3884 extern and calls. 3889 extern and calls.
3885 3890
3886 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. 3891 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
3887 All uses changed. 3892 changed.
3888 [MAC_OSX] (mac_store_service_event): Rename from 3893 [MAC_OSX] (mac_store_service_event): Rename from
3889 mac_store_services_event. All callers changed. 3894 mac_store_services_event. All callers changed.
3890 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args 3895 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
3891 FACE_ID and C. All callers changed. 3896 FACE_ID and C. All callers changed.
3892 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: 3897 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
3893 Call mac_set_font_info_for_selection when focus frame is destroyed. 3898 mac_set_font_info_for_selection when focus frame is destroyed.
3894 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow. 3899 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
3895 3900
3896 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd 3901 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
@@ -4327,8 +4332,8 @@
4327 4332
43282006-04-13 Nick Roberts <nickrob@snap.net.nz> 43332006-04-13 Nick Roberts <nickrob@snap.net.nz>
4329 4334
4330 * xdisp.c (note_mouse_highlight): Add help echo for dragging 4335 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
4331 vertical line. 4336 line.
4332 4337
43332006-04-12 Richard Stallman <rms@gnu.org> 43382006-04-12 Richard Stallman <rms@gnu.org>
4334 4339
@@ -5047,8 +5052,9 @@
5047 5052
50482006-02-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 50532006-02-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
5049 5054
5050 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns nil 5055 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
5051 the image file has been removed, in that case use the (cached) pixmap. 5056 nil the image file has been removed, in that case use the (cached)
5057 pixmap.
5052 5058
50532006-02-24 Kenichi Handa <handa@m17n.org> 50592006-02-24 Kenichi Handa <handa@m17n.org>
5054 5060
@@ -5382,8 +5388,8 @@
5382 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: 5388 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
5383 Cast bitfield value to EMACS_INT, to suppress gcc warning. 5389 Cast bitfield value to EMACS_INT, to suppress gcc warning.
5384 5390
5385 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros 5391 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
5386 before defining. 5392 defining.
5387 5393
53882006-02-03 Kim F. Storm <storm@cua.dk> 53942006-02-03 Kim F. Storm <storm@cua.dk>
5389 5395
@@ -5449,13 +5455,14 @@
5449 (Fline_beginning_position, Fline_end_position): 5455 (Fline_beginning_position, Fline_end_position):
5450 Clarify confusing doc string. 5456 Clarify confusing doc string.
5451 5457
5452 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing 5458 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
5453 doc string. 5459 string.
5454 5460
54552006-01-26 Kenichi Handa <handa@m17n.org> 54612006-01-26 Kenichi Handa <handa@m17n.org>
5456 5462
5457 * callproc.c (Fcall_process): GCPRO error_file. Encode infile, 5463 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
5458 current_dir, and error_file. On reporting an error, decode them back. 5464 current_dir, and error_file. On reporting an error, decode them
5465 back.
5459 5466
54602006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> 54672006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5461 5468
@@ -5856,8 +5863,8 @@
5856 5863
58572005-12-21 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 58642005-12-21 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
5858 5865
5859 * print.c (print_preprocess): Don't lose print_depth levels 5866 * print.c (print_preprocess): Don't lose print_depth levels while
5860 while iterating. 5867 iterating.
5861 5868
58622005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 58692005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5863 5870