index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
server.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
(server-process-filter): Cancel any pending isearch.
Juanma Barranquero
2007-03-21
1
-0
/
+10
*
(server-start): Mention LEAVE-DEAD arg in the doc string.
Eli Zaretskii
2007-01-27
1
-1
/
+2
*
(server-ensure-safe-dir): UIDs may be floats.
Stefan Monnier
2007-01-10
1
-2
/
+2
*
Remove spurious * in docstrings.
Stefan Monnier
2006-11-27
1
-7
/
+17
*
(server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.
Juanma Barranquero
2006-11-12
1
-1
/
+2
*
(server-visit-files): Bind `minibuffer-auto-raise' to the value of
Juanma Barranquero
2006-11-11
1
-1
/
+2
*
(server-raise-frame): New option.
Juanma Barranquero
2006-11-10
1
-6
/
+12
*
(server-start): Save also the Emacs pid in the server authentication file.
Juanma Barranquero
2006-11-07
1
-0
/
+1
*
*** empty log message ***
Juanma Barranquero
2006-11-03
1
-16
/
+16
*
(server-auth-key): Remove. Replace by a process-property.
Stefan Monnier
2006-11-02
1
-52
/
+51
*
(server-visit-files): Use `when'.
Juanma Barranquero
2006-11-02
1
-62
/
+59
*
Try and fit within 80 columns.
Stefan Monnier
2006-11-01
1
-23
/
+28
*
Add support for TCP sockets.
Juanma Barranquero
2006-10-30
1
-68
/
+141
*
(server-select-display): Use a dummy buffer to detect when
Stefan Monnier
2006-10-30
1
-14
/
+32
*
* server.el (server-select-display): Don't make the temp frame
Chong Yidong
2006-07-06
1
-10
/
+12
*
* server.el (server-edit): No-op if no server buffers exist.
Chong Yidong
2006-06-11
1
-5
/
+7
*
(server-start): Only create a directory if needed.
Stefan Monnier
2006-05-16
1
-5
/
+7
*
(server-visit-files): Use add-to-history.
Kim F. Storm
2006-05-05
1
-1
/
+1
*
(server-process-filter): Handle errors during
Andreas Schwab
2006-03-04
1
-1
/
+5
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
(server-sentinel): Set query-on-exit flag to nil on new client processes
Romain Francoise
2005-10-24
1
-0
/
+5
*
Message format spec fixes (1)
Deepak Goel
2005-09-18
1
-1
/
+1
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-2
/
+2
*
Bind "C-x #" in a way that works even if C-x is redefined to a command key,
Eli Zaretskii
2005-07-16
1
-1
/
+1
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero
2005-05-16
1
-3
/
+3
*
Change release version from 21.4 to 22.1 throughout.
Kim F. Storm
2005-02-09
1
-2
/
+2
*
* server.el (server-process-filter): Suppress `error', too.
Masatake YAMATO
2004-12-30
1
-1
/
+2
*
(server-unload-hook): Set as a variable with add-hook.
Richard M. Stallman
2004-10-17
1
-0
/
+2
*
(server-process-filter): Wrap `process-send-region'
Masatake YAMATO
2004-10-08
1
-1
/
+5
*
(server-process-filter): Delete temp frame.
Stefan Monnier
2004-03-19
1
-2
/
+5
*
(server-name): New var.
Stefan Monnier
2004-03-11
1
-5
/
+9
*
(server-socket-name): Don't use the hostname in the
Stefan Monnier
2004-01-27
1
-3
/
+2
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+1
*
(server-start): Check `server-process' is non-nil
John Paul Wallington
2003-07-25
1
-1
/
+2
*
(server-start): Use letf.
Stefan Monnier
2003-04-12
1
-14
/
+10
*
(server-socket-name): Use new safe location for socket.
Stefan Monnier
2003-04-12
1
-10
/
+22
*
(server-previous-strings): Remove.
Stefan Monnier
2003-02-10
1
-12
/
+5
*
(server-window): Customize.
Dave Love
2003-01-15
1
-12
/
+41
*
(server-process-filter): Use `minibufferp' to test
John Paul Wallington
2003-01-13
1
-10
/
+10
*
(server-process-filter): Comment out -eval.
Richard M. Stallman
2003-01-13
1
-6
/
+8
*
(server-sentinel): Kill buffers if applicable.
Stefan Monnier
2002-11-02
1
-56
/
+64
*
(server-switch-buffer): Say when no server buffers remain.
Richard M. Stallman
2002-10-29
1
-1
/
+2
*
(server-socket-name): Always use /tmp and non-qualified hostname.
Stefan Monnier
2002-09-27
1
-5
/
+2
*
(server-select-display): New function.
Stefan Monnier
2002-09-27
1
-45
/
+81
*
Use built-in network primitives.
Stefan Monnier
2002-09-25
1
-129
/
+116
*
(server-done): Fix harmlessly wrong arg to save-buffer.
Stefan Monnier
2002-09-18
1
-31
/
+38
*
(server-log): Add `client' arg.
Stefan Monnier
2002-09-18
1
-37
/
+36
*
(server-process-filter): Simplify code.
Richard M. Stallman
2002-08-15
1
-40
/
+42
*
(server-unload-hook): New function.
Dave Love
2001-12-18
1
-0
/
+5
[next]