Mercurial > emacs
comparison lisp/ChangeLog @ 84462:ccff7ec2f3d8
* startup.el (startup-screen-inhibit-startup-screen)
(pure-space-overflow-message): New vars.
(fancy-splash-insert): Allow functions for face and link specs.
(fancy-splash-head): Remove unused arg. Move splash text...
(fancy-startup-text, fancy-about-text): ...here.
(fancy-startup-tail): Rename from fancy-splash-tail.
(fancy-startup-screen, fancy-about-screen): Split off from
fancy-splash-screens.
(display-startup-screen): New function.
(display-about-screen): Rename from display-splash-screen.
(command-line-1): Use concise startup screen if necessary.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 10 Sep 2007 22:07:16 +0000 |
parents | 421165172d8f |
children | 2b16ed56368e |
comparison
equal
deleted
inserted
replaced
84461:7ec30b352b6e | 84462:ccff7ec2f3d8 |
---|---|
1 2007-09-10 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * startup.el (startup-screen-inhibit-startup-screen) | |
4 (pure-space-overflow-message): New vars. | |
5 (fancy-splash-insert): Allow functions for face and link specs. | |
6 (fancy-splash-head): Remove unused arg. Move splash text... | |
7 (fancy-startup-text, fancy-about-text): ...here. | |
8 (fancy-startup-tail): Rename from fancy-splash-tail. | |
9 (fancy-startup-screen, fancy-about-screen): Split off from | |
10 fancy-splash-screens. | |
11 (display-startup-screen): New function. | |
12 (display-about-screen): Rename from display-splash-screen. | |
13 (command-line-1): Use concise startup screen if necessary. | |
14 | |
1 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> | 15 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> |
2 | 16 |
3 * net/browse-url.el (browse-url-encode-url): Use copy-sequence. | 17 * net/browse-url.el (browse-url-encode-url): Use copy-sequence. |
4 Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>. | 18 Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>. |
5 | 19 |