diff options
| author | Daniel Colascione | 2012-09-01 00:01:36 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-09-01 00:01:36 -0800 |
| commit | 0a850e9a4eff07824bba57892bf27ce9767559bd (patch) | |
| tree | dcbd8a6f16651b0745cf43a7ca02b6fd9e5e6daf /src/ChangeLog | |
| parent | 3d10e1343d65341d4d48633e0b561df86787c438 (diff) | |
| parent | 17a2cbbd76385d0be8a4b28974e64f4debf459c1 (diff) | |
| download | emacs-0a850e9a4eff07824bba57892bf27ce9767559bd.tar.gz emacs-0a850e9a4eff07824bba57892bf27ce9767559bd.zip | |
Merge from cygw32 branch
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ad96c948466..3c878d5850f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,78 @@ | |||
| 7 | * lisp.h, sysdep.c (seed_random): Now takes address and size, not long. | 7 | * lisp.h, sysdep.c (seed_random): Now takes address and size, not long. |
| 8 | (init_random): New function. | 8 | (init_random): New function. |
| 9 | 9 | ||
| 10 | 2012-09-01 Daniel Colascione <dancol@dancol.org> | ||
| 11 | |||
| 12 | * xterm.h: Add header guards. Declare x_menubar_window_to_frame. | ||
| 13 | Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible, | ||
| 14 | x_make_frame_invisible, x_iconify_frame, x_free_frame_resources, | ||
| 15 | x_wm_set_size_hint, x_query_colors, x_real_positions, | ||
| 16 | x_set_menu_bar_lines, x_char_width, x_char_height, x_sync, | ||
| 17 | x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar, | ||
| 18 | all of which have been moved to common code. | ||
| 19 | |||
| 20 | * xfaces.c: Include TERM_HEADER instead of listing all possible | ||
| 21 | window-system headers. | ||
| 22 | |||
| 23 | * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here) | ||
| 24 | to match header. | ||
| 25 | |||
| 26 | * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of | ||
| 27 | directly accessing frame internals. | ||
| 28 | |||
| 29 | * w32font.h (w): Include font.h. Define syms_of_w32font and | ||
| 30 | globals_of_w32font. | ||
| 31 | |||
| 32 | * process.c: Include TERM_HEADER instead of listing all possible | ||
| 33 | window-system headers. | ||
| 34 | |||
| 35 | * nsterm.h: Remove declarations now in frame.h. Define | ||
| 36 | FRAME_X_SCREEN, FRAME_X_VISUAL. | ||
| 37 | |||
| 38 | * menu.c: Include TERM_HEADER instead of listing all possible | ||
| 39 | window-system headers. | ||
| 40 | |||
| 41 | * keyboard.h: Declare ignore_mouse_drag_p whenever we have a | ||
| 42 | window system. | ||
| 43 | |||
| 44 | * keyboard.c: Include TERM_HEADER instead of listing all possible | ||
| 45 | window-system headers. | ||
| 46 | |||
| 47 | * image.c: Include TERM_HEADER instead of listing all possible | ||
| 48 | window-system headers. Declare Vlibrary_cache when compiling for | ||
| 49 | Windows. | ||
| 50 | |||
| 51 | * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed | ||
| 52 | window system declarations. | ||
| 53 | |||
| 54 | * frame.h: Move common functions here: set_frame_menubar, | ||
| 55 | x_set_window_size, x_sync, x_get_focus_frame, | ||
| 56 | x_set_mouse_position, x_set_mouse_pixel_position, | ||
| 57 | x_make_frame_visible, x_make_frame_invisible, x_iconify_frame, | ||
| 58 | x_char_width, x_char_height, x_pixel_width, x_pixel_height, | ||
| 59 | x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines, | ||
| 60 | x_activate_menubar, x_real_positions, x_bitmap_icon, | ||
| 61 | x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources, | ||
| 62 | and x_query_colors. | ||
| 63 | |||
| 64 | * frame.c: Include TERM_HEADER instead of listing all possible | ||
| 65 | window-system headers. | ||
| 66 | |||
| 67 | * font.c: Include TERM_HEADER instead of listing all possible | ||
| 68 | window-system headers. | ||
| 69 | |||
| 70 | * emacs.c: Include TERM_HEADER. | ||
| 71 | |||
| 72 | * dispnew.c (d): Include TERM_HEADER instead of listing all | ||
| 73 | possible window-system headers. | ||
| 74 | |||
| 75 | * ccl.h (c): Include character.h. | ||
| 76 | |||
| 77 | * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for | ||
| 78 | the current window system; include in list of objects to link into | ||
| 79 | Emacs. | ||
| 80 | >>>>>>> MERGE-SOURCE | ||
| 81 | |||
| 10 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> | 82 | 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 11 | 83 | ||
| 12 | Remove mark_ttys function and fix tty_display_info initialization. | 84 | Remove mark_ttys function and fix tty_display_info initialization. |