diff options
| author | Miles Bader | 2007-08-22 11:46:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-22 11:46:14 +0000 |
| commit | aa251046dda67e80ae2d08b04cfeff7c993d89cd (patch) | |
| tree | 2a1668f936ab372f0190f8b144cd76d2b3bcd759 /lib-src | |
| parent | 1fb072d1dff954c21d4805196df62c8eeead301c (diff) | |
| download | emacs-aa251046dda67e80ae2d08b04cfeff7c993d89cd.tar.gz emacs-aa251046dda67e80ae2d08b04cfeff7c993d89cd.zip | |
Import changelog info from arch logs into ChangeLog.multi-tty files
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-34
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog.multi-tty | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/lib-src/ChangeLog.multi-tty b/lib-src/ChangeLog.multi-tty index dcd1713294c..1caebb4ddc3 100644 --- a/lib-src/ChangeLog.multi-tty +++ b/lib-src/ChangeLog.multi-tty | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * emacsclient.c (main): Avoid having a declaration after a | 3 | * emacsclient.c (main): Avoid having a declaration after a |
| 4 | statement. | 4 | statement. |
| 5 | 5 | ||
| 6 | 2007-05-21 Juanma Barranquero <lekktu@gmail.com> | 6 | 2007-05-21 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 7 | ||
| @@ -45,6 +45,55 @@ | |||
| 45 | (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. | 45 | (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. |
| 46 | (strprefix): Define unconditionally. | 46 | (strprefix): Define unconditionally. |
| 47 | 47 | ||
| 48 | 2007-01-01 Karoly Lorentey <lorentey@elte.hu> | ||
| 49 | |||
| 50 | * emacsclient.c (in, out): Remove. | ||
| 51 | (s): New variable (moved out from main). | ||
| 52 | (handle_sigcont, handle_sigtstp): Use SEND_STRING. | ||
| 53 | (main): Fix typos. | ||
| 54 | |||
| 55 | 2006-04-01 Karoly Lorentey <lorentey@elte.hu> | ||
| 56 | |||
| 57 | * emacsclient.c: Copy IS_*_SEP definitions from lisp.h. | ||
| 58 | |||
| 59 | 2006-03-28 Karoly Lorentey <lorentey@elte.hu> | ||
| 60 | |||
| 61 | * emacsclient.c: Include sys/stat.h. | ||
| 62 | |||
| 63 | 2006-03-26 Karoly Lorentey <lorentey@elte.hu> | ||
| 64 | |||
| 65 | * emacsclient.c (get_current_dir_name): New function, copied here | ||
| 66 | from sysdep.c. | ||
| 67 | (main): Use it to send over the current directory. | ||
| 68 | |||
| 69 | 2005-11-19 Karoly Lorentey <lorentey@elte.hu> | ||
| 70 | |||
| 71 | * emacsclient.c (main): Send environment only when a new display | ||
| 72 | is created. | ||
| 73 | |||
| 74 | 2005-09-10 Karoly Lorentey <lorentey@elte.hu> | ||
| 75 | |||
| 76 | * emacsclient.c (decode_options): Make --no-wait imply | ||
| 77 | --current-frame, except when it is the only option given. Make | ||
| 78 | sure no frame is opened when --current-frame is set. | ||
| 79 | (main): Pass --current-frame to server.el. | ||
| 80 | |||
| 81 | 2005-07-13 Karoly Lorentey <lorentey@elte.hu> | ||
| 82 | |||
| 83 | * emacsclient.c (handle_sigcont): Reestablish signal handler. (Dan | ||
| 84 | Nicolaescu) | ||
| 85 | |||
| 86 | 2005-02-04 Karoly Lorentey <lorentey@elte.hu> | ||
| 87 | |||
| 88 | * emacsclient.c (main): Handle -window-system-unsupported | ||
| 89 | command. Doc update. | ||
| 90 | |||
| 91 | 2004-07-03 Karoly Lorentey <lorentey@elte.hu> | ||
| 92 | |||
| 93 | * emacsclient.c (main): Don't exit prematurely on --no-wait, | ||
| 94 | let Emacs close the connection for us. | ||
| 95 | |||
| 96 | |||
| 48 | ;; Local Variables: | 97 | ;; Local Variables: |
| 49 | ;; coding: iso-2022-7bit | 98 | ;; coding: iso-2022-7bit |
| 50 | ;; add-log-time-zone-rule: t | 99 | ;; add-log-time-zone-rule: t |