1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lwlib
Dan Nicolaescu 43f15d4afe * xlwmenu.c (find_next_selectable):
(find_prev_selectable): Add missing parameter
declarations.

* xfaces.c (lookup_derived_face): Add parameter type.

* xdisp.c (cursor_row_fully_visible_p): Add parameter type.

* marker.c (verify_bytepos): Add parameter type.

* process.c (get_operating_system_release): Move prototype ...

* systime.h (get_operating_system_release): ... here.

* xterm.c (set_vertical_scroll_bar): Move prototype ...

* xterm.h: ... here.

* fns.c (internal_equal, seed_random): Fix prototypes.
(internal_equal): Add missing parameter.
2005-09-27 18:48:59 +00:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog * xlwmenu.c (find_next_selectable): 2005-09-27 18:48:59 +00:00
COPYING Update FSF's address. 2005-07-02 15:46:32 +00:00
lwlib-int.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-utils.c Update FSF's address. 2005-07-04 15:47:28 +00:00
lwlib-utils.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xaw.c Update FSF's address. 2005-07-04 15:47:28 +00:00
lwlib-Xaw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xlw.c Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
lwlib-Xlw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xm.c Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
lwlib-Xm.h Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
lwlib.c Update FSF's address. 2005-07-04 15:47:28 +00:00
lwlib.h * lwlib.h (_widget_value): Added lname and lkey. 2004-08-30 19:42:20 +00:00
Makefile.in * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an 2004-12-27 15:22:36 +00:00
README
xlwmenu.c * xlwmenu.c (find_next_selectable): 2005-09-27 18:48:59 +00:00
xlwmenu.h Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
xlwmenuP.h Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00

This subdirectory contains the lwlib library which provides a uniform
interface to a few different X toolkits.  The library was written by Lucid.
This version has changes in the makefile to fit in with Emacs's configure
script, and some source files have been renamed to fit in 14 characters.