Mercurial > emacs
annotate lwlib/lwlib-Xm.h @ 35453:26726eff41ca zsh-sync-ognus-2
2001-01-21 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-forward): Use mule4.
* mm-util.el (mm-string-as-unibyte): New.
* message.el (message-forward): Use it.
* message.el (message-cite-original-without-signature): Don't peel
off the blank line.
(message-get-reply-headers): Add Cc if it is not in follow-to.
* message.el (message-send-mail): Content-Type may not be there.
By Alberto Lusiani.
* gnus-art.el (article-display-x-face): Insert X-Face if there is
not.
* rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
one.
* gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
(gnus-remove-some-windows): Ditto.
* mm-decode.el (mm-interactively-view-part): Don't copy-sequence
handle.
* gnus-art.el (gnus-mime-view-part): Copy it.
(gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
* nnmail.el (nnmail-get-new-mail): Find group only if file is not
orig-file. Use ',source.
* nnslashdot.el (nnslashdot-request-list): Get the right year. By
Lars Magne Ingebrigtsen.
* pop3.el (pop3-get-message-count): Andrew Innes
<andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
author | ShengHuo ZHU <zsh@cs.rochester.edu> |
---|---|
date | Sun, 21 Jan 2001 05:33:42 +0000 |
parents | 6ed38ee607e9 |
children | 23a1cea22d13 |
rev | line source |
---|---|
5626 | 1 #ifndef LWLIB_XM_H |
2 #define LWLIB_XM_H | |
3 | |
5627
7ff2d6076466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
4 #include "lwlib-int.h" |
5626 | 5 |
6 extern widget_creation_entry xm_creation_table []; | |
7 | |
8 Widget | |
29466 | 9 xm_create_dialog __P ((widget_instance* instance)); |
5626 | 10 |
11 Boolean | |
29466 | 12 lw_motif_widget_p __P ((Widget widget)); |
5626 | 13 |
14 void | |
29466 | 15 xm_update_one_widget __P ((widget_instance* instance, Widget widget, |
16 widget_value* val, Boolean deep_p)); | |
5626 | 17 |
18 void | |
29466 | 19 xm_update_one_value __P ((widget_instance* instance, Widget widget, |
20 widget_value* val)); | |
5626 | 21 |
22 void | |
29466 | 23 xm_destroy_instance __P ((widget_instance* instance)); |
5626 | 24 |
25 void | |
29466 | 26 xm_set_keyboard_focus __P ((Widget parent, Widget w)); |
5626 | 27 |
28 void | |
29466 | 29 xm_popup_menu __P ((Widget widget, XEvent *event)); |
5626 | 30 |
31 void | |
29466 | 32 xm_pop_instance __P ((widget_instance* instance, Boolean up)); |
5626 | 33 |
9091 | 34 void |
29466 | 35 xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area)); |
9091 | 36 |
9225
9e28a8ef9cad
Declare xm_set_main_areas() and xm_manage_resizing().
Paul Reilly <pmr@pajato.com>
parents:
9091
diff
changeset
|
37 void |
29466 | 38 xm_manage_resizing __P ((Widget w, Boolean flag)); |
9225
9e28a8ef9cad
Declare xm_set_main_areas() and xm_manage_resizing().
Paul Reilly <pmr@pajato.com>
parents:
9091
diff
changeset
|
39 |
5626 | 40 #endif /* LWLIB_XM_H */ |