diff options
| author | Jan Djärv | 2002-03-10 16:31:43 +0000 |
|---|---|---|
| committer | Jan Djärv | 2002-03-10 16:31:43 +0000 |
| commit | d873ec96b51674c723e754db3d003c362e0c8a8e (patch) | |
| tree | 144f3d9ef3336eb249c877dbe7b8484496f957f9 | |
| parent | 750c3b025db5cde7bbebc451dc76e37026c6f364 (diff) | |
| download | emacs-d873ec96b51674c723e754db3d003c362e0c8a8e.tar.gz emacs-d873ec96b51674c723e754db3d003c362e0c8a8e.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
3 files changed, 19 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> | ||
| 2 | |||
| 3 | * configure.in: Added test for X Session Management (HAVE_X_SM). | ||
| 4 | |||
| 1 | 2002-03-03 Richard M. Stallman <rms@gnu.org> | 5 | 2002-03-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/. | 7 | * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50595cee543..0d8ee58d83e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> | ||
| 2 | |||
| 3 | * startup.el (command-line): Add call to emacs-session-restore if | ||
| 4 | both x-session-id and x-session-previous-id are strings | ||
| 5 | |||
| 6 | * term/x-win.el (x-handle-smid): New function. | ||
| 7 | (emacs-session-filename): New function. | ||
| 8 | (emacs-session-save): New function. | ||
| 9 | (emacs-save-session-functions): New variable. | ||
| 10 | (emacs-session-restore): New function. | ||
| 11 | |||
| 1 | 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il> | 12 | 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 13 | ||
| 3 | * simple.el (shell-command-on-region): Call push-mark with | 14 | * simple.el (shell-command-on-region): Call push-mark with |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4caf0319ce9..d5a1f14df74 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> | ||
| 2 | |||
| 3 | * os.texi (Session Management): New node about X Session management. | ||
| 4 | |||
| 1 | 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | 7 | * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs |