aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-01 11:49:54 +0000
committerJuanma Barranquero2007-06-01 11:49:54 +0000
commit1ae8d75965d66333bd5a71bb74c685232371b75e (patch)
tree08612447534f3ea6474d811ed1f7144f14497944 /src
parent59d8a9dcfbdc53753ce04747bb96155a607b64cd (diff)
downloademacs-1ae8d75965d66333bd5a71bb74c685232371b75e.tar.gz
emacs-1ae8d75965d66333bd5a71bb74c685232371b75e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog38
1 files changed, 20 insertions, 18 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1798c1f4999..c57fd74db02 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -172,7 +172,8 @@
172 172
1732007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> 1732007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
174 174
175 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM) 175 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
176 mixup (YAILOM).
176 177
1772007-05-07 Andreas Schwab <schwab@suse.de> 1782007-05-07 Andreas Schwab <schwab@suse.de>
178 179
@@ -2627,7 +2628,7 @@
2627 for writing files. Call gtk_file_chooser_set_current_name to keep 2628 for writing files. Call gtk_file_chooser_set_current_name to keep
2628 default filename. 2629 default filename.
2629 2630
2630 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls 2631 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls.
2631 2632
26322006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change) 26332006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
2633 2634
@@ -2884,7 +2885,7 @@
2884 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track 2885 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
2885 of drag and drop Atoms. 2886 of drag and drop Atoms.
2886 2887
2887 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* 2888 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*.
2888 2889
28892006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 28902006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2890 2891
@@ -4050,7 +4051,7 @@
4050 4051
40512006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 40522006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
4052 4053
4053 * xterm.c: Remove declarations already in xterm.h 4054 * xterm.c: Remove declarations already in xterm.h.
4054 4055
4055 * xterm.h: Add extern declarations for x_clear_errors, 4056 * xterm.h: Add extern declarations for x_clear_errors,
4056 x_fully_uncatch_errors, x_catching_errors and 4057 x_fully_uncatch_errors, x_catching_errors and
@@ -4791,7 +4792,8 @@
4791 4792
4792 * puresize.h (pure_write_error): Mark as NO_RETURN. 4793 * puresize.h (pure_write_error): Mark as NO_RETURN.
4793 4794
4794 * lisp.h (args_out_of_range, args_out_of_range_3) 4795 * lisp.h (args_out_of_range, args_out_of_range_3, Fkill_emacs):
4796 Likewise.
4795 4797
47962006-04-08 Eli Zaretskii <eliz@gnu.org> 47982006-04-08 Eli Zaretskii <eliz@gnu.org>
4797 4799
@@ -10026,7 +10028,7 @@
10026 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise. 10028 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
10027 10029
10028 * process.c (init_process): Change `#ifdef DARWIN' to `#if 10030 * process.c (init_process): Change `#ifdef DARWIN' to `#if
10029 defined (DARWIN) || defined (MAC_OSX)' 10031 defined (DARWIN) || defined (MAC_OSX)'.
10030 10032
10031 * s/darwin.h (DARWIN): Don't define. 10033 * s/darwin.h (DARWIN): Don't define.
10032 10034
@@ -11453,7 +11455,7 @@
11453 11455
114542004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 114562004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11455 11457
11456 * macterm.c (mac_do_list_fonts): Fix memory leak 11458 * macterm.c (mac_do_list_fonts): Fix memory leak.
11457 11459
114582004-12-20 Richard M. Stallman <rms@gnu.org> 114602004-12-20 Richard M. Stallman <rms@gnu.org>
11459 11461
@@ -12233,7 +12235,7 @@
12233 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o 12235 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
12234 and w32*.o. 12236 and w32*.o.
12235 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. 12237 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
12236 (mostlyclean): Rm buildobj.lst 12238 (mostlyclean): Rm buildobj.lst.
12237 12239
12238 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs 12240 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
12239 is linked. 12241 is linked.
@@ -13233,7 +13235,7 @@
13233 (single_submenu): Use ENCODE_MENU_STRING 13235 (single_submenu): Use ENCODE_MENU_STRING
13234 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because 13236 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
13235 button release isn't passed to event loop 13237 button release isn't passed to event loop
13236 (add_menu_item): Use SetMenuItemWithCFString 13238 (add_menu_item): Use SetMenuItemWithCFString.
13237 13239
132382004-08-26 Steven Tamm <steventamm@mac.com> 132402004-08-26 Steven Tamm <steventamm@mac.com>
13239 13241
@@ -13502,7 +13504,7 @@
13502 blocking on event queue only by calling ReceiveNextEvent 13504 blocking on event queue only by calling ReceiveNextEvent
13503 instead of select (since GUI events aren't on an fd). 13505 instead of select (since GUI events aren't on an fd).
13504 (sys_read): Remove function 13506 (sys_read): Remove function
13505 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON 13507 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON.
13506 13508
135072004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 135092004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13508 13510
@@ -13512,12 +13514,12 @@
13512 * macterm.c (x_make_frame_visible): Comment in polling on 13514 * macterm.c (x_make_frame_visible): Comment in polling on
13513 frame creation. 13515 frame creation.
13514 13516
13515 * keyboard.c: Undef SIGIO on Carbon 13517 * keyboard.c: Undef SIGIO on Carbon.
13516 13518
13517 * atimer.c (alarm_signal_handler): Call alarm handlers after 13519 * atimer.c (alarm_signal_handler): Call alarm handlers after
13518 scheduling. 13520 scheduling.
13519 13521
13520 * eval.c (Feval): Remove quit_char test 13522 * eval.c (Feval): Remove quit_char test.
13521 13523
13522 * process.c (wait_reading_process_input): Remove clearing 13524 * process.c (wait_reading_process_input): Remove clearing
13523 stdin for select call on process input. 13525 stdin for select call on process input.
@@ -14469,7 +14471,7 @@
144692004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 144712004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14470 14472
14471 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P 14473 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
14472 instead of FRAME_X_P 14474 instead of FRAME_X_P.
14473 14475
144742004-05-11 Kim F. Storm <storm@cua.dk> 144762004-05-11 Kim F. Storm <storm@cua.dk>
14475 14477
@@ -14639,7 +14641,7 @@
14639 14641
146402004-05-01 Jason Rumney <jasonr@gnu.org> 146422004-05-01 Jason Rumney <jasonr@gnu.org>
14641 14643
14642 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c 14644 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c.
14643 14645
146442004-04-30 Kim F. Storm <storm@cua.dk> 146462004-04-30 Kim F. Storm <storm@cua.dk>
14645 14647
@@ -17432,7 +17434,7 @@
17432 17434
17433 * makefile.w32-in (alloca.o): Remove. 17435 * makefile.w32-in (alloca.o): Remove.
17434 (coding.o): Depend on intervals.h 17436 (coding.o): Depend on intervals.h
17435 (emacs.o, bytecode.o): Depend on window.h 17437 (emacs.o, bytecode.o): Depend on window.h.
17436 17438
174372003-09-01 Dave Love <fx@gnu.org> 174392003-09-01 Dave Love <fx@gnu.org>
17438 17440
@@ -18213,7 +18215,7 @@
18213 * gtkutil.c: Include keyboard.h, charset.h, coding.h. 18215 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
18214 (xg_create_frame_widgets): Use ENCODE_UTF_8. 18216 (xg_create_frame_widgets): Use ENCODE_UTF_8.
18215 18217
18216 * xterm.c (Qutf_8): Move to coding.c 18218 * xterm.c (Qutf_8): Move to coding.c.
18217 18219
18218 * xmenu.c (ENCODE_MENU_STRING): New. 18220 * xmenu.c (ENCODE_MENU_STRING): New.
18219 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show): 18221 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
@@ -20942,7 +20944,7 @@
20942 (redisplay_internal): Add check for USE_GTK and popup_activated. 20944 (redisplay_internal): Add check for USE_GTK and popup_activated.
20943 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR. 20945 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
20944 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR. 20946 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
20945 (display_menu_bar): Add check for USE_GTK 20947 (display_menu_bar): Add check for USE_GTK.
20946 20948
20947 * lisp.h (Vx_resource_name): Declare extern. 20949 * lisp.h (Vx_resource_name): Declare extern.
20948 20950
@@ -22060,7 +22062,7 @@
22060 22062
22061 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer) 22063 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
22062 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR. 22064 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
22063 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE; 22065 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE.
22064 22066
220652002-10-21 Stefan Monnier <monnier@cs.yale.edu> 220672002-10-21 Stefan Monnier <monnier@cs.yale.edu>
22066 22068