aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2004-03-01 18:49:17 +0000
committerJuanma Barranquero2004-03-01 18:49:17 +0000
commita64387eecc3775b638dd0d65a3942d872e7c8bcc (patch)
tree226e7b272f2f04b8b6d047e39e279b73fd873f4c /src
parenteee302177f0efdbd6a03b331c6d081a625636dda (diff)
downloademacs-a64387eecc3775b638dd0d65a3942d872e7c8bcc.tar.gz
emacs-a64387eecc3775b638dd0d65a3942d872e7c8bcc.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog62
1 files changed, 34 insertions, 28 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd641e8f6fb..d370d953ac6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12004-03-01 Juanma Barranquero <lektu@terra.es>
2
3 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
4
5 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
6
12004-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72004-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * xfns.c (Fx_display_color_cells): Use number of planes to calculate 9 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
@@ -49,7 +55,7 @@
49 * keyboard.h (kbd_buffer_store_event_hold): Add prototype. 55 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
50 (gen_help_event): Fix prototype. 56 (gen_help_event): Fix prototype.
51 57
52 * macterm.c (XTread_socket): Remove bufp_r and 58 * macterm.c (XTread_socket): Remove bufp_r and
53 numcharsp args. Add hold_quit arg. 59 numcharsp args. Add hold_quit arg.
54 Rework to use just one, local, inev input_event. Store inev 60 Rework to use just one, local, inev input_event. Store inev
55 directly in fifo using kbd_buffer_store_event_hold. 61 directly in fifo using kbd_buffer_store_event_hold.
@@ -61,7 +67,7 @@
61 initialize local hold_quit event to handle postponed quit event 67 initialize local hold_quit event to handle postponed quit event
62 (and store it if set by kbd_buffer_store_event_hold). 68 (and store it if set by kbd_buffer_store_event_hold).
63 69
64 * term.c (read_socket_hook): Fix arg list. 70 * term.c (read_socket_hook): Fix arg list.
65 71
66 * termhooks.h (read_socket_hook): Fix prototype. 72 * termhooks.h (read_socket_hook): Fix prototype.
67 73
@@ -116,15 +122,15 @@
116 * xterm.h (x_session_check_input): Fix prototype. 122 * xterm.h (x_session_check_input): Fix prototype.
117 123
1182004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 1242004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
119 125
120 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework 126 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework
121 QuickTime'. 127 QuickTime'.
122 128
123 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in 129 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
124 macgui.h). 130 macgui.h).
125 131
126 * emacs.c (main) [HAVE_CARBON]: Call init_xfns. 132 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
127 133
128 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h. 134 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
129 (mktime, DEBUG, Z, free, malloc, realloc, max, min) 135 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
130 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h. 136 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
@@ -135,7 +141,7 @@
135 141
136 * macmenu.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in 142 * macmenu.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in
137 macgui.h). 143 macgui.h).
138 144
139 * macterm.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in 145 * macterm.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
140 macgui.h). 146 macgui.h).
141 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG): New 147 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG): New
@@ -144,7 +150,7 @@
144 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel 150 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
145 colors used for masks. 151 colors used for masks.
146 (struct mac_display_info): Add color_p. Remove n_cbits. 152 (struct mac_display_info): Add color_p. Remove n_cbits.
147 153
148 * macfns.c: Include sys/types.h and sys/stat.h. 154 * macfns.c: Include sys/types.h and sys/stat.h.
149 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h). 155 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
150 Include QuickTime/QuickTime.h. 156 Include QuickTime/QuickTime.h.
@@ -266,7 +272,7 @@
266 HAVE_PNG. Call EnterMovies to support animated gifs. Call 272 HAVE_PNG. Call EnterMovies to support animated gifs. Call
267 init_image_func_pointer to bind a symbol 273 init_image_func_pointer to bind a symbol
268 _CGImageCreateWithPNGDataProvider if it is defined. 274 _CGImageCreateWithPNGDataProvider if it is defined.
269 275
270 * macterm.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in 276 * macterm.c [MAC_OSX]: Do not include Carbon/Carbon.h (now in
271 macgui.h). 277 macgui.h).
272 (x_draw_bar_cursor): Sync declaration with xterm.c. 278 (x_draw_bar_cursor): Sync declaration with xterm.c.
@@ -355,7 +361,7 @@
355 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked); 361 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
356 BLOCK_INPUT can be nested, so it doesn't make much sense. 362 BLOCK_INPUT can be nested, so it doesn't make much sense.
357 363
3582004-02-24 Michael Mauger <mmaug@yahoo.com> 3642004-02-24 Michael Mauger <mmaug@yahoo.com>
359 365
360 * w32fns.c (slurp_file, xbm_scan, xbm_load_image) 366 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
361 (xbm_read_bitmap_data): Use unsigned char for image data. 367 (xbm_read_bitmap_data): Use unsigned char for image data.
@@ -605,7 +611,7 @@
605 Add prototypes. 611 Add prototypes.
606 612
607 * macterm.c (mac_draw_bitmap): Add overlay_p arg. 613 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
608 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps; 614 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
609 thanks to YAMAMOTO Mitsuharu for advice on how to do this. 615 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
610 Use cursor color for displaying cursor in fringe. 616 Use cursor color for displaying cursor in fringe.
611 (x_redisplay_interface): Add null handlers for 617 (x_redisplay_interface): Add null handlers for
@@ -766,7 +772,7 @@
766 772
767 * makefile.w32-in, w32fns.c: Add `default-printer-name' function. 773 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
768 774
7692004-01-27 Steven Tamm <steventamm@mac.com> 7752004-01-27 Steven Tamm <steventamm@mac.com>
770 776
771 * unexmacosx.c (unexec_copy): Do not copy more than was 777 * unexmacosx.c (unexec_copy): Do not copy more than was
772 requested to prevent overwriting during unexec. 778 requested to prevent overwriting during unexec.
@@ -777,7 +783,7 @@
777 783
778 * process.h: Add extern to synch_process_termsig. 784 * process.h: Add extern to synch_process_termsig.
779 785
7802004-01-27 Steven Tamm <steventamm@mac.com> 7862004-01-27 Steven Tamm <steventamm@mac.com>
781 787
782 * macterm.c (make_mac_frame, make_mac_terminal_frame): 788 * macterm.c (make_mac_frame, make_mac_terminal_frame):
783 Move setting of scroll bars from make_mac_frame to 789 Move setting of scroll bars from make_mac_frame to
@@ -894,7 +900,7 @@
894 900
895 * buffer.h (struct buffer): New member indicate_buffer_boundaries. 901 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
896 902
897 * buffer.c (init_buffer_once): Set buffer_defaults and 903 * buffer.c (init_buffer_once): Set buffer_defaults and
898 buffer_local_flags for indicate_buffer_boundaries. 904 buffer_local_flags for indicate_buffer_boundaries.
899 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro 905 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
900 default- variable for it. 906 default- variable for it.
@@ -1105,7 +1111,7 @@
1105 to the definition of `signal' in the Elisp manual. 1111 to the definition of `signal' in the Elisp manual.
1106 * eval.c (Fsignal): Ditto. 1112 * eval.c (Fsignal): Ditto.
1107 1113
11082003-12-29 James Clark <jjc@jclark.com> (tiny change) 11142003-12-29 James Clark <jjc@jclark.com> (tiny change)
1109 1115
1110 * fns.c (internal_equal): Return t for two NaN arguments. 1116 * fns.c (internal_equal): Return t for two NaN arguments.
1111 1117
@@ -1231,7 +1237,7 @@
1231 1237
1232 * minibuf.c (Fcompleting_read): Undo previous change. 1238 * minibuf.c (Fcompleting_read): Undo previous change.
1233 1239
12342003-12-25 Lars Hansen <larsh@math.ku.dk> 12402003-12-25 Lars Hansen <larsh@math.ku.dk>
1235 1241
1236 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes): 1242 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
1237 Arguments GCPRO'ed in call to file name handler. 1243 Arguments GCPRO'ed in call to file name handler.
@@ -1420,7 +1426,7 @@
1420 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new 1426 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
1421 mode_line_string and marginal_area_string parameters. 1427 mode_line_string and marginal_area_string parameters.
1422 1428
14232003-11-22 Lars Hansen <larsh@math.ku.dk> 14292003-11-22 Lars Hansen <larsh@math.ku.dk>
1424 1430
1425 * w32.c (struct the_group, getgrgid): Add. 1431 * w32.c (struct the_group, getgrgid): Add.
1426 * mac.c (struct my_group, getgrgid): Add. 1432 * mac.c (struct my_group, getgrgid): Add.
@@ -1514,7 +1520,7 @@
1514 * frame.c (store_frame_param): 1520 * frame.c (store_frame_param):
1515 * fontset.c (Fset_fontset_font): 1521 * fontset.c (Fset_fontset_font):
1516 * emacs.c (shut_down_emacs): 1522 * emacs.c (shut_down_emacs):
1517 * ccl.c (ccl_driver): Remove period at end of error message. 1523 * ccl.c (ccl_driver): Remove period at end of error message.
1518 1524
1519 * config.in: Regenerate. 1525 * config.in: Regenerate.
1520 1526
@@ -1819,7 +1825,7 @@
1819 Set BUF_INTERVALS (buffer)->up_obj when appropriate. 1825 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
1820 Handle over_used when splitting UNDER. 1826 Handle over_used when splitting UNDER.
1821 1827
18222003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 18282003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1823 1829
1824 * regex.c (regex_compile): Free the stack when returning from function. 1830 * regex.c (regex_compile): Free the stack when returning from function.
1825 1831
@@ -2074,7 +2080,7 @@
2074 2080
2075 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment. 2081 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
2076 2082
20772003-08-26 Terje Rosten <terjeros@phys.ntnu.no> 20832003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
2078 2084
2079 * xfns.c (Vgtk_version_string): New variable. 2085 * xfns.c (Vgtk_version_string): New variable.
2080 (syms_of_xfns): DEFVAR_LISP it. Provide gtk. 2086 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
@@ -3368,11 +3374,11 @@
3368 (draw_fringe_bitmap): Rework to handle per-window fringes and new 3374 (draw_fringe_bitmap): Rework to handle per-window fringes and new
3369 fringe vs. display margin position. 3375 fringe vs. display margin position.
3370 (hscroll_window_tree): Use window_box_width instead of window_box. 3376 (hscroll_window_tree): Use window_box_width instead of window_box.
3371 (redisplay_window): Adapt to per-window scroll bars. 3377 (redisplay_window): Adapt to per-window scroll bars.
3372 (draw_glyphs): Rework to handle per-window fringes and scroll 3378 (draw_glyphs): Rework to handle per-window fringes and scroll
3373 bars, and new fringe vs. display margin position. 3379 bars, and new fringe vs. display margin position.
3374 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left. 3380 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
3375 (x_clear_end_of_line): Adapt to per-window fringes and scroll 3381 (x_clear_end_of_line): Adapt to per-window fringes and scroll
3376 bars, and new fringe vs. display margin position. Fix bug which 3382 bars, and new fringe vs. display margin position. Fix bug which
3377 increased total width of full_width rows by width of scroll bars 3383 increased total width of full_width rows by width of scroll bars
3378 although window's total width already includes that. 3384 although window's total width already includes that.
@@ -4439,7 +4445,7 @@
4439 (w32_draw_window_cursor): New W32-specific functions for RIF. 4445 (w32_draw_window_cursor): New W32-specific functions for RIF.
4440 (w32_redisplay_interface): Add new members. 4446 (w32_redisplay_interface): Add new members.
4441 4447
4442 * w32gui.h (No_Cursor): Define as 0 for W32. 4448 * w32gui.h (No_Cursor): Define as 0 for W32.
4443 (XRectangle): Add X compatible rectangle type. 4449 (XRectangle): Add X compatible rectangle type.
4444 (NativeRectangle): Declare as RECT for W32. 4450 (NativeRectangle): Declare as RECT for W32.
4445 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros. 4451 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
@@ -5527,7 +5533,7 @@
5527 5533
5528 * lisp.h: Declare Vx_resource_name extern. 5534 * lisp.h: Declare Vx_resource_name extern.
5529 5535
5530 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT 5536 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
5531 for USE_GTK. 5537 for USE_GTK.
5532 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK. 5538 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
5533 5539
@@ -5914,12 +5920,12 @@
5914 Its primary purpose at this time is to initialize the global variable 5920 Its primary purpose at this time is to initialize the global variable
5915 track_mouse_event_fn. 5921 track_mouse_event_fn.
5916 5922
5917 * w32fns.c (w32_wnd_proc): Remove initialization of 5923 * w32fns.c (w32_wnd_proc): Remove initialization of
5918 track_mouse_event_fn from the handler for the WM_SETFOCUS message. 5924 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
5919 5925
5920 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns. 5926 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
5921 5927
5922 * w32menu.c (globals_of_w32menu): New function. Used to 5928 * w32menu.c (globals_of_w32menu): New function. Used to
5923 initialize those global variables that must always be initialized 5929 initialize those global variables that must always be initialized
5924 on startup even when the global variable initialized is non zero. 5930 on startup even when the global variable initialized is non zero.
5925 Its primary purpose at this time is to initialize the global 5931 Its primary purpose at this time is to initialize the global
@@ -11106,7 +11112,7 @@
11106 11112
111072001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 111132001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11108 11114
11109 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. 11115 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
11110 11116
111112001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 111172001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11112 11118