Mercurial > emacs
comparison lisp/ChangeLog.multi-tty @ 83595:43366eac73d8
Changes from arch/CVS synchronization
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 16 May 2007 07:29:38 +0000 |
parents | 6597e68ad5dc |
children | 97b499195801 |
comparison
equal
deleted
inserted
replaced
83594:2716535391b7 | 83595:43366eac73d8 |
---|---|
7 (handle-args-function-alist, frame-creation-function-alist): | 7 (handle-args-function-alist, frame-creation-function-alist): |
8 (window-system-initialization-alist): Add w32 entries. | 8 (window-system-initialization-alist): Add w32 entries. |
9 | 9 |
10 * loadup.el: Only load x-dnd and x-win when X is compiled in. | 10 * loadup.el: Only load x-dnd and x-win when X is compiled in. |
11 Load w32-win and dependencies on windows-nt. | 11 Load w32-win and dependencies on windows-nt. |
12 | |
13 2007-05-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | |
14 | |
15 * env.el (getenv): Restore David Kastrup's fix. | |
16 (environment): Add optional frame parameter. | |
17 | |
18 * mule-cmds.el (set-locale-environment): Fix getenv call. | |
19 * term/rxvt.el (rxvt-set-background-mode): Ditto. | |
20 * x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto. | |
21 | |
22 * server.el (server-with-environment): Restore the original | |
23 environment. | |
24 | |
25 2007-05-14 David Kastrup <dak@gnu.org> | |
26 | |
27 * env.el (getenv): Fix reverted by demand of Dan Nicolaescu | |
28 because it exposes further problems. | |
29 | |
30 2007-05-13 David Kastrup <dak@gnu.org> | |
31 | |
32 * env.el (getenv): Pass frame to getenv-internal. | |
33 | |
34 2007-05-12 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | |
35 | |
36 This placeholder will be replaced by the Arch logs of the | |
37 multi-tty branch. | |
12 | 38 |
13 ;; Local Variables: | 39 ;; Local Variables: |
14 ;; coding: iso-2022-7bit | 40 ;; coding: iso-2022-7bit |
15 ;; add-log-time-zone-rule: t | 41 ;; add-log-time-zone-rule: t |
16 ;; End: | 42 ;; End: |
32 You should have received a copy of the GNU General Public License | 58 You should have received a copy of the GNU General Public License |
33 along with GNU Emacs; see the file COPYING. If not, write to the | 59 along with GNU Emacs; see the file COPYING. If not, write to the |
34 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 60 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
35 Boston, MA 02110-1301, USA. | 61 Boston, MA 02110-1301, USA. |
36 | 62 |
37 ;; arch-tag: 1d1a86d3-db48-43d3-8055-73c08f87dd7a | 63 ;;; arch-tag: 58312fd6-033a-11dc-a0fb-00114368b55b |