X Session management additions
This commit is contained in:
parent
618c30cbfc
commit
089fba419c
1 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,25 @@
|
|||
2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
|
||||
|
||||
* xterm.h: Extern declare x_session_check_input () and
|
||||
x_session_initialize ().
|
||||
|
||||
* xterm.c: Added calls to x_session_check_input () and
|
||||
x_session_initialize ().
|
||||
|
||||
* termhooks.h (enum event_kind): Added save_session_event.
|
||||
|
||||
* keyboard.c: Added Emacs event save_session_event.
|
||||
|
||||
* emacs.c (main): Added call to syms_of_xsmfns ().
|
||||
|
||||
* lisp.h: Extern declare syms_of_xsmfns ().
|
||||
|
||||
* config.in: Added HAVE_X_SM
|
||||
|
||||
* Makefile.in: Added test for HAVE_X_SM and added new file xsmfns.c
|
||||
|
||||
* xsmfns.c: New file for X session management.
|
||||
|
||||
2002-03-09 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
|
||||
|
|
Loading…
Add table
Reference in a new issue