diff options
| author | Gerd Moellmann | 2000-01-17 12:45:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-17 12:45:41 +0000 |
| commit | 32660797d37c4731eb25f3b1f62ef66da35de8df (patch) | |
| tree | 73fcf1c1158c12e2a3df600070f2a04fa6d06224 /src/ChangeLog | |
| parent | d71c0668744bb1e0bbba4fc7e9609e7b46d74556 (diff) | |
| download | emacs-32660797d37c4731eb25f3b1f62ef66da35de8df.tar.gz emacs-32660797d37c4731eb25f3b1f62ef66da35de8df.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b854364529..1b89c16653a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4676,8 +4676,6 @@ | |||
| 4676 | 4676 | ||
| 4677 | * dispextern.h (struct glyph_matrix): Add member window_vscroll. | 4677 | * dispextern.h (struct glyph_matrix): Add member window_vscroll. |
| 4678 | 4678 | ||
| 4679 | * lwlib-Xm.c: Add function prototypes. | ||
| 4680 | |||
| 4681 | * xdisp.c (debug_method_add): New. | 4679 | * xdisp.c (debug_method_add): New. |
| 4682 | (debug_redisplay_method): Removed. | 4680 | (debug_redisplay_method): Removed. |
| 4683 | (try_window_reusing_current_matrix): Handle case where old | 4681 | (try_window_reusing_current_matrix): Handle case where old |
| @@ -4686,10 +4684,6 @@ | |||
| 4686 | * dispextern.h (struct glyph_matrix) [GLYPH_DEBUG]: Make `method' | 4684 | * dispextern.h (struct glyph_matrix) [GLYPH_DEBUG]: Make `method' |
| 4687 | an array instead of a pointer. | 4685 | an array instead of a pointer. |
| 4688 | 4686 | ||
| 4689 | * lwlib-Xm.c (xm_update_label): Use val->name to look up | ||
| 4690 | a label string from resources. | ||
| 4691 | (xm_update_label): Add some comments. | ||
| 4692 | |||
| 4693 | * xfns.c (Fx_show_tip): Undo previous change. | 4687 | * xfns.c (Fx_show_tip): Undo previous change. |
| 4694 | 4688 | ||
| 4695 | * xterm.c (x_append_glyph): Clear glyph->u.val. | 4689 | * xterm.c (x_append_glyph): Clear glyph->u.val. |
| @@ -4957,8 +4951,6 @@ | |||
| 4957 | (load_face_font_or_fontset): Store full font name in face. | 4951 | (load_face_font_or_fontset): Store full font name in face. |
| 4958 | (realize_default_face): Use full font name. | 4952 | (realize_default_face): Use full font name. |
| 4959 | 4953 | ||
| 4960 | * xlwmenu.c (make_shadow_gcs) ]emacs]: Use x_alloc_nearest_color. | ||
| 4961 | |||
| 4962 | * xterm.c (x_produce_glyphs): Set member char_to_display. | 4954 | * xterm.c (x_produce_glyphs): Set member char_to_display. |
| 4963 | (x_append_glyph): Store char_to_display in glyphs. | 4955 | (x_append_glyph): Store char_to_display in glyphs. |
| 4964 | 4956 | ||
| @@ -5351,23 +5343,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5351 | (x_set_scroll_bar_foreground): New. | 5343 | (x_set_scroll_bar_foreground): New. |
| 5352 | (x_set_scroll_bar_background): New. | 5344 | (x_set_scroll_bar_background): New. |
| 5353 | 5345 | ||
| 5354 | * xlwmenu.c (all_dashes_p): Removed. | ||
| 5355 | (size_menu_item): Call lw_separator_p. | ||
| 5356 | (display_menu_item): Ditto. | ||
| 5357 | (display_menu): Ditto. | ||
| 5358 | (draw_separator): New. | ||
| 5359 | (display_menu_item): Call it. | ||
| 5360 | (separator_height): New. | ||
| 5361 | (size_menu_item): Call it. | ||
| 5362 | |||
| 5363 | * lwlib-Xm.c (all_dashes_p): Removed. | ||
| 5364 | (make_menu_in_widget): Use lw_separator_p. Set Motif separator | ||
| 5365 | type. | ||
| 5366 | |||
| 5367 | * lwlib.c (lw_separator_p): New. | ||
| 5368 | |||
| 5369 | * lwlib.h (enum menu_separator): New. | ||
| 5370 | |||
| 5371 | 1999-01-12 Gerd Moellmann <gerd@gnu.org> | 5346 | 1999-01-12 Gerd Moellmann <gerd@gnu.org> |
| 5372 | 5347 | ||
| 5373 | * xdisp.c (handle_single_display_prop): New. | 5348 | * xdisp.c (handle_single_display_prop): New. |
| @@ -5550,10 +5525,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5550 | (xt_action_hook): Reset last_scroll_bar_part. | 5525 | (xt_action_hook): Reset last_scroll_bar_part. |
| 5551 | (XTredeem_scroll_bar): Reset bar->dragging to nil. | 5526 | (XTredeem_scroll_bar): Reset bar->dragging to nil. |
| 5552 | 5527 | ||
| 5553 | * xlwmenu.c (abort_gracefully): New. | ||
| 5554 | (display_menu): Use it instead of abort. | ||
| 5555 | (size_menu): Ditto. | ||
| 5556 | |||
| 5557 | * xfns.c (Fx_hide_busy_cursor): Don't try to hide busy cursor | 5528 | * xfns.c (Fx_hide_busy_cursor): Don't try to hide busy cursor |
| 5558 | window on newly created frames that don't have one. | 5529 | window on newly created frames that don't have one. |
| 5559 | 5530 | ||
| @@ -5654,13 +5625,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5654 | * xterm.c (note_mouse_highlight): Don't highlight when popup | 5625 | * xterm.c (note_mouse_highlight): Don't highlight when popup |
| 5655 | is active. | 5626 | is active. |
| 5656 | 5627 | ||
| 5657 | * xlwmenu.c (xlwMenuResources): Change previously unused | ||
| 5658 | XtNmargin to 4. | ||
| 5659 | (size_menu): Take margin into account. | ||
| 5660 | (display_menu_item): Ditto. | ||
| 5661 | (remap_menubar): Ditto. | ||
| 5662 | (draw_arrow): Draw it 3D. | ||
| 5663 | |||
| 5664 | * keyboard.c (timer_check): Inhibit busy cursor around calls to | 5628 | * keyboard.c (timer_check): Inhibit busy cursor around calls to |
| 5665 | timer-event-handler. This busy cursor tends to be anoying if | 5629 | timer-event-handler. This busy cursor tends to be anoying if |
| 5666 | fontifying stealthily. | 5630 | fontifying stealthily. |
| @@ -5688,9 +5652,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5688 | XmScrollBarSetValues. | 5652 | XmScrollBarSetValues. |
| 5689 | (SET_SAVED_MENU_EVENT): Give it statement form. | 5653 | (SET_SAVED_MENU_EVENT): Give it statement form. |
| 5690 | 5654 | ||
| 5691 | * lwlib-Xm.c (make_menu_in_widget): Set alignment of menu | ||
| 5692 | title after all widgets have been created. | ||
| 5693 | |||
| 5694 | * xfaces.c (display_message): If waiting_for_input, don't display | 5655 | * xfaces.c (display_message): If waiting_for_input, don't display |
| 5695 | the message. | 5656 | the message. |
| 5696 | 5657 | ||
| @@ -5749,29 +5710,13 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5749 | Lesstif not calling XmNpopdownCallback because it doesn't | 5710 | Lesstif not calling XmNpopdownCallback because it doesn't |
| 5750 | handle the case where users don't select any menu item. | 5711 | handle the case where users don't select any menu item. |
| 5751 | 5712 | ||
| 5752 | * xlwmenu.c (toggle_button_width): Renamed from | ||
| 5753 | toggle_or_radio_button_width. | ||
| 5754 | (radio_button_width): New. | ||
| 5755 | (size_menu_item): Use new functions. | ||
| 5756 | (draw_shadow_rhombus): New. | ||
| 5757 | (draw_radio): Use radio_button_width and draw_shadow_rhombus. | ||
| 5758 | (draw_toggle): Use toggle_button_width. | ||
| 5759 | |||
| 5760 | * insdel.c (modify_region): Set windows_or_buffers_changed. | 5713 | * insdel.c (modify_region): Set windows_or_buffers_changed. |
| 5761 | 5714 | ||
| 5762 | * buffer.c (set_buffer_internal): Don't set | 5715 | * buffer.c (set_buffer_internal): Don't set |
| 5763 | windows_or_buffers_changed. | 5716 | windows_or_buffers_changed. |
| 5764 | 5717 | ||
| 5765 | * lwlib-Xm.c (xm_update_toggle): Add callback xm_generic_callback | ||
| 5766 | instead of xm_internal_update_other_instances. | ||
| 5767 | |||
| 5768 | * xmenu.c (HAVE_BOXES): Define if USE_X_TOOLKIT. | 5718 | * xmenu.c (HAVE_BOXES): Define if USE_X_TOOLKIT. |
| 5769 | 5719 | ||
| 5770 | * lwlib-Xm.c (make_menu_in_widget): Do help button before managing | ||
| 5771 | children to get it to the right place. | ||
| 5772 | (make_menu_in_widget): Create toggle buttons. | ||
| 5773 | (update_one_menu_entry): Update toggle buttons. | ||
| 5774 | |||
| 5775 | * xmenu.c (menubar_selection_callback): Add workaround for | 5720 | * xmenu.c (menubar_selection_callback): Add workaround for |
| 5776 | Lesstif not calling XmNpopdownCallback. | 5721 | Lesstif not calling XmNpopdownCallback. |
| 5777 | 5722 | ||
| @@ -5784,15 +5729,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5784 | 5729 | ||
| 5785 | * xmenu.c (HAVE_BOXES): Define if using Lucid menus. | 5730 | * xmenu.c (HAVE_BOXES): Define if using Lucid menus. |
| 5786 | 5731 | ||
| 5787 | * xlwmenu.c (size_menu_item): Add parameter button_width. | ||
| 5788 | (size_menu): Compute button_width. | ||
| 5789 | (toggle_or_radio_button_width): New. | ||
| 5790 | (draw_toggle): New. | ||
| 5791 | (draw_radio): New. | ||
| 5792 | (draw_shadow_rectangle): Add parameter `down_p'. | ||
| 5793 | |||
| 5794 | * xlwmenuP.h (_window_state): Add button_width. | ||
| 5795 | |||
| 5796 | 1998-11-06 Gerd Moellmann <gerd@gnu.org> | 5732 | 1998-11-06 Gerd Moellmann <gerd@gnu.org> |
| 5797 | 5733 | ||
| 5798 | * xmenu.c (single_submenu): Set button_type of menu to | 5734 | * xmenu.c (single_submenu): Set button_type of menu to |
| @@ -5803,12 +5739,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5803 | (single_submenu): Set widget values selected slot. | 5739 | (single_submenu): Set widget values selected slot. |
| 5804 | (xmenu_show): Likewise. | 5740 | (xmenu_show): Likewise. |
| 5805 | 5741 | ||
| 5806 | * lwlib.c (merge_widget_value): Handle button_type. | ||
| 5807 | (copy_widget_value_tree): Copy button_type. | ||
| 5808 | |||
| 5809 | * lwlib.h (enum button_type): New. | ||
| 5810 | (_widget_value): New member button_type. | ||
| 5811 | |||
| 5812 | * xmenu.c (push_menu_item): Add parameters `type' and | 5742 | * xmenu.c (push_menu_item): Add parameters `type' and |
| 5813 | `selected'. Store it in menu_items. | 5743 | `selected'. Store it in menu_items. |
| 5814 | (MENU_ITEMS_ITEM_TYPE): New. | 5744 | (MENU_ITEMS_ITEM_TYPE): New. |
| @@ -5846,9 +5776,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 5846 | 5776 | ||
| 5847 | 1998-11-04 Gerd Moellmann <gerd@gnu.org> | 5777 | 1998-11-04 Gerd Moellmann <gerd@gnu.org> |
| 5848 | 5778 | ||
| 5849 | * lwlib-Xm.c (make_menu_in_widget): Test for menubar widgets | ||
| 5850 | using XmNrowColumnType. | ||
| 5851 | |||
| 5852 | * xfns.c (x_create_x_image_and_pixmap): Add depth parameter. | 5779 | * xfns.c (x_create_x_image_and_pixmap): Add depth parameter. |
| 5853 | (x_build_heuritic_mask): New. | 5780 | (x_build_heuritic_mask): New. |
| 5854 | (lookup_image): Call it. | 5781 | (lookup_image): Call it. |