Mercurial > emacs
comparison lisp/ChangeLog @ 83831:368f142b4073
(server-process-filter): Don't display the splash screen.
It's annoying enough on the initial screen and becomes positively
obnoxious here.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 01 Sep 2007 02:17:30 +0000 |
parents | c2afe9e0ece9 |
children | 60095f798fcf |
comparison
equal
deleted
inserted
replaced
83830:c2afe9e0ece9 | 83831:368f142b4073 |
---|---|
1 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * server.el (server-process-filter): Don't display the splash screen. | |
4 It's annoying enough on the initial screen and becomes positively | |
5 obnoxious here. | |
6 | |
1 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 8 |
3 * emacs-lisp/avl-tree.el: Use defstruct rather than macros. | 9 * emacs-lisp/avl-tree.el: Use defstruct rather than macros. |
4 Change naming to use "avl-tree--" for internal functions. | 10 Change naming to use "avl-tree--" for internal functions. |
5 | 11 |