diff options
| author | Stefan Monnier | 2004-11-17 19:37:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-11-17 19:37:24 +0000 |
| commit | 6abf3a2767ac6f6639cbdca581cb09328451dc5c (patch) | |
| tree | ae81fa333d4c005f390d6b2827baefcde42c2899 /src/ChangeLog | |
| parent | 00a789bdc58f219a3595723756cdfd3f1873d472 (diff) | |
| download | emacs-6abf3a2767ac6f6639cbdca581cb09328451dc5c.tar.gz emacs-6abf3a2767ac6f6639cbdca581cb09328451dc5c.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f647ecfb5dc..c9c4edd83fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,24 +11,36 @@ | |||
| 11 | * gtkutil.c (xg_get_file_name): Fix typo in | 11 | * gtkutil.c (xg_get_file_name): Fix typo in |
| 12 | HAVE_GTK_FILE_SELECTION_NEW. | 12 | HAVE_GTK_FILE_SELECTION_NEW. |
| 13 | 13 | ||
| 14 | * xmenu.c (x_menu_in_use): Removed. | 14 | * xmenu.c (x_menu_in_use): Remove. |
| 15 | (x_menu_set_in_use): Also set popup_activated_flag. | 15 | (x_menu_set_in_use): Also set popup_activated_flag. |
| 16 | 16 | ||
| 17 | * xfns.c (Fx_file_dialog): Call popup_activated instead of | 17 | * xfns.c (Fx_file_dialog): Call popup_activated instead of |
| 18 | x_menu_in_use. Call x_menu_set_in_use in Motif version also. | 18 | x_menu_in_use. Call x_menu_set_in_use in Motif version also. |
| 19 | 19 | ||
| 20 | * xterm.h: (x_menu_in_use): Removed. | 20 | * xterm.h: (x_menu_in_use): Remove. |
| 21 | 21 | ||
| 22 | 2004-11-16 Richard M. Stallman <rms@gnu.org> | 22 | 2004-11-16 Richard M. Stallman <rms@gnu.org> |
| 23 | 23 | ||
| 24 | * keymap.c (Fmap_keymap): New arg SORT-FIRST. Use | 24 | * keymap.c (Fmap_keymap): New arg SORT-FIRST. |
| 25 | map-keymap-internal to implement that. | 25 | Use map-keymap-internal to implement that. |
| 26 | 26 | ||
| 27 | * indent.c (Fvertical_motion): In batch mode, use vmotion directly. | 27 | * indent.c (Fvertical_motion): In batch mode, use vmotion directly. |
| 28 | 28 | ||
| 29 | 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 30 | |||
| 31 | * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's | ||
| 32 | a window before using XWINDOW. | ||
| 33 | |||
| 34 | * window.c (make_window, Fselect_window, make_dummy_parent) | ||
| 35 | (save_window_save): | ||
| 36 | * frame.c (make_frame): | ||
| 37 | * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments. | ||
| 38 | |||
| 39 | * lisp.h (NILP): Use EQ rather than XFASTINT. | ||
| 40 | |||
| 29 | 2004-11-16 Kim F. Storm <storm@cua.dk> | 41 | 2004-11-16 Kim F. Storm <storm@cua.dk> |
| 30 | 42 | ||
| 31 | * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify. | 43 | * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify. |
| 32 | 44 | ||
| 33 | * indent.c (Fvertical_motion): Fix last change. Only reseat when | 45 | * indent.c (Fvertical_motion): Fix last change. Only reseat when |
| 34 | moving backwards. | 46 | moving backwards. |
| @@ -99,12 +111,12 @@ | |||
| 99 | 2004-11-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 111 | 2004-11-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 100 | 112 | ||
| 101 | * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel) | 113 | * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel) |
| 102 | (xg_file_sel_destroy): Removed. | 114 | (xg_file_sel_destroy): Remove. |
| 103 | (xg_file_response_cb, pop_down_file_dialog) | 115 | (xg_file_response_cb, pop_down_file_dialog) |
| 104 | (xg_get_file_name_from_chooser, xg_get_file_name_from_selector): | 116 | (xg_get_file_name_from_chooser, xg_get_file_name_from_selector): |
| 105 | New functions. | 117 | New functions. |
| 106 | (xg_get_file_with_chooser, xg_get_file_with_selection): Take | 118 | (xg_get_file_with_chooser, xg_get_file_with_selection): |
| 107 | new argument func, set it to xg_get_file_name_from_chooser/selector. | 119 | Take new arg func, set it to xg_get_file_name_from_chooser/selector. |
| 108 | Move common code to xg_get_file_name. Return widget created. | 120 | Move common code to xg_get_file_name. Return widget created. |
| 109 | (xg_get_file_name): Set name, transient for, modal and destroy | 121 | (xg_get_file_name): Set name, transient for, modal and destroy |
| 110 | with parent here. Connect response signal to xg_file_response_cb, | 122 | with parent here. Connect response signal to xg_file_response_cb, |
| @@ -121,7 +133,7 @@ | |||
| 121 | (create_and_show_popup_menu, create_and_show_dialog): ... to here. | 133 | (create_and_show_popup_menu, create_and_show_dialog): ... to here. |
| 122 | Move destroy of widget to pop_down_menu. | 134 | Move destroy of widget to pop_down_menu. |
| 123 | (pop_down_menu): BLOCK_INPUT and destroy widget/window. | 135 | (pop_down_menu): BLOCK_INPUT and destroy widget/window. |
| 124 | (xmenu_show): record unwind pop_down_menu. Move XMenuDestroy, | 136 | (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy, |
| 125 | x_mouse_leave and grabbed = 0 to pop_down_menu. | 137 | x_mouse_leave and grabbed = 0 to pop_down_menu. |
| 126 | 138 | ||
| 127 | 2004-11-13 Kim F. Storm <storm@cua.dk> | 139 | 2004-11-13 Kim F. Storm <storm@cua.dk> |
| @@ -144,8 +156,8 @@ | |||
| 144 | (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P) | 156 | (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P) |
| 145 | (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros. | 157 | (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros. |
| 146 | 158 | ||
| 147 | * window.c (window_scroll_pixel_based, Frecenter): Use | 159 | * window.c (window_scroll_pixel_based, Frecenter): |
| 148 | move_it_vertically_backward directly. | 160 | Use move_it_vertically_backward directly. |
| 149 | (Frecenter): Fix calculation of new start pos for negative arg. | 161 | (Frecenter): Fix calculation of new start pos for negative arg. |
| 150 | Before, the new start pos was sometimes chosen too far back, so | 162 | Before, the new start pos was sometimes chosen too far back, so |
| 151 | the last line became only partially visible, and thus would be | 163 | the last line became only partially visible, and thus would be |
| @@ -156,7 +168,7 @@ | |||
| 156 | (move_it_vertically_backward): Don't recure to move further back. | 168 | (move_it_vertically_backward): Don't recure to move further back. |
| 157 | (move_it_vertically): Remove superfluous condition. | 169 | (move_it_vertically): Remove superfluous condition. |
| 158 | (move_it_by_lines): Clear last_height when moved 0 lines. | 170 | (move_it_by_lines): Clear last_height when moved 0 lines. |
| 159 | (resize_mini_window): use it.max_extra_line_spacing. | 171 | (resize_mini_window): Use it.max_extra_line_spacing. |
| 160 | (display_tool_bar_line): Clear row->extra_line_spacing. | 172 | (display_tool_bar_line): Clear row->extra_line_spacing. |
| 161 | (try_scrolling): Use move_it_vertically_backward directly. | 173 | (try_scrolling): Use move_it_vertically_backward directly. |
| 162 | (redisplay_window): Likewise. | 174 | (redisplay_window): Likewise. |
| @@ -248,7 +260,7 @@ | |||
| 248 | * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o | 260 | * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o |
| 249 | and w32*.o. | 261 | and w32*.o. |
| 250 | (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. | 262 | (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. |
| 251 | (mostlyclean): rm buildobj.lst | 263 | (mostlyclean): Rm buildobj.lst |
| 252 | 264 | ||
| 253 | * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs | 265 | * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs |
| 254 | is linked. | 266 | is linked. |