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
*
Improve support for desktop restoration in daemon mode
Eli Zaretskii
2018-03-10
1
-0
/
+9
*
Don't flash previous buffer when connecting with emacsclient
Aaron Jensen
2018-02-16
1
-39
/
+49
*
Finish renaming to internal--daemon-sockname
Paul Eggert
2018-02-12
1
-5
/
+5
*
Rename internal--external-sockname and document (Bug#24218)
Matthew Leach
2018-02-12
1
-5
/
+5
*
Minor cleanups for server-name fix (Bug#24218)
Paul Eggert
2018-02-12
1
-12
/
+12
*
Fix `server-name' and `server-socket-dir' for (Bug#24218)
Matthew Leach
2018-02-12
1
-20
/
+36
*
Replace (default-value 'enable-multibyte-characters) with t
Stefan Monnier
2018-01-25
1
-3
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Give a more sensible message if file-attributes fails (Bug#29070)
Noam Postavsky
2017-11-01
1
-2
/
+4
*
Another fix for unsafe directory error message (Bug#865)
Noam Postavsky
2017-10-21
1
-2
/
+3
*
Make "unsafe directory" error message more informative (Bug#865)
Noam Postavsky
2017-09-30
1
-21
/
+26
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Remove server-buffer-clients string from minor-mode-alist
Mark Oteiza
2017-02-12
1
-4
/
+0
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix daemon shutdown when emacs-kill-hooks ask questions
Eli Zaretskii
2016-09-12
1
-1
/
+6
*
|
Fix bug in --eval reply message from server
Johan Bockgård
2016-08-18
1
-1
/
+1
*
|
* lisp/server.el (server-name): Add autoload cookie. (Bug#23576)
Eli Zaretskii
2016-05-18
1
-0
/
+1
*
|
Add external socket launching support
Matthew Leach
2016-04-16
1
-0
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; * lisp/server.el (server-process-filter): Simplify last change
Ken Brown
2015-11-18
1
-2
/
+1
*
Silence byte-compiler warning
Ken Brown
2015-11-18
1
-0
/
+1
*
Fix logic in 'server-kill-emacs-query-function'
Eli Zaretskii
2015-10-21
1
-7
/
+6
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-1
/
+1
*
Top-level elisp files respect ‘text-quoting-style’
Paul Eggert
2015-08-26
1
-1
/
+2
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
Avoid hard-coding "M-x command" in docstrings
Paul Eggert
2015-08-21
1
-2
/
+3
*
Improve recent change to emacsclient on Cygwin
Ken Brown
2015-07-07
1
-1
/
+4
*
Cygwin emacsclient handles w32 file names
Michael R. Mauger
2015-06-29
1
-0
/
+3
*
Replace gui-method macros with cl-generic with &context
Stefan Monnier
2015-05-23
1
-7
/
+10
*
; * lisp/server.el: Comment.
Glenn Morris
2015-04-24
1
-0
/
+1
*
Support daemon mode on MS-Windows (bug#19688)
Mark Laws
2015-02-27
1
-3
/
+9
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
Stefan Monnier
2014-07-08
1
-26
/
+27
*
Remove unneeded prompt "Buffer ... still has clients"
Jarek Czekalski
2014-05-05
1
-18
/
+0
*
lisp/*.el: Fix typos.
Juanma Barranquero
2014-03-21
1
-6
/
+6
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Do not call to `selected-window' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-4
/
+4
*
Do not call to `selected-frame' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-1
/
+1
*
* lisp/emacs-lisp/re-builder.el (reb-color-display-p):
Dmitry Antipov
2013-07-31
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
Glenn Morris
2013-02-12
1
-1
/
+1
|
\
|
*
In doc, use standard American English style for e.g., etc., i.e.
Paul Eggert
2013-02-12
1
-1
/
+1
*
|
Disambiguate function and variable references in docstrings.
Aaron S. Hawley
2013-01-11
1
-2
/
+2
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
Allow function as value of initial-buffer-choice (Bug#13251).
Constantin Kulikov
2012-12-24
1
-6
/
+11
|
/
*
* server.el (server-create-window-system-frame): Improved comment.
Jan Djärv
2012-11-09
1
-1
/
+6
*
* server.el (server-create-window-system-frame): Handle Nextstep
Jan Djärv
2012-11-08
1
-0
/
+4
[next]