mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
c692d1d364
* lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to official Emacs pretest bug report address. * src/emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to official Emacs pretest bug report address. Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-13 Creator: Karoly Lorentey <karoly@lorentey.hu>
3.4 KiB
3.4 KiB
2007-05-20 L$,1 qrentey K,Aaroly <lorentey@elte.hu>
* server.el (server-process-filter): Don't change
default-directory in *scratch*.
* mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to
official Emacs pretest bug report address.
2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
* term/mac-win.el: Provide mac-win.
(mac-initialized): New variable.
(mac-initialize-window-system): New function. Move global setup
here.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add mac entries.
(x-setup-function-keys): New function containing all the
top level function key definitions.
* loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
mac-win.
2007-05-17 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (internal-face-interactive): Remove obsolete function.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el: Reorder to match x-win.el more closely.
(x-setup-function-keys): Use local-function-key-map.
(w32-initialized): New variable.
(w32-initialize-window-system): Set it.
Move more global setup here.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (x-setup-function-keys): New function.
(w32-initialize-window-system): Move non function key global setup
here.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el: Provide w32-win.
Don't throw error when global window-system not w32.
(x-cut-buffer-max): Remove.
(w32-initialize-window-system): New function.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add w32 entries.
* loadup.el: Only load x-dnd and x-win when X is compiled in.
Load w32-win and dependencies on windows-nt.
2007-05-16 L$,1 qrentey K,Aaroly <lorentey@elte.hu>
* env.el (getenv): Restore David Kastrup's fix.
(environment): Add optional frame parameter.
* mule-cmds.el (set-locale-environment): Fix getenv call.
* term/rxvt.el (rxvt-set-background-mode): Ditto.
* x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.
* server.el (server-with-environment): Restore the original
environment.
2007-05-14 David Kastrup <dak@gnu.org>
* env.el (getenv): Fix reverted by demand of Dan Nicolaescu
because it exposes further problems.
2007-05-13 David Kastrup <dak@gnu.org>
* env.el (getenv): Pass frame to getenv-internal.
2007-05-12 L$,1 qrentey K,Aaroly <lorentey@elte.hu>
This placeholder will be replaced by the Arch logs of the
multi-tty branch.
;; Local Variables:
;; coding: iso-2022-7bit
;; add-log-time-zone-rule: t
;; End:
Copyright (C) 2007 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
;;; arch-tag: 58312fd6-033a-11dc-a0fb-00114368b55b
* server.el (server-process-filter): Don't change
default-directory in *scratch*.
* mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to
official Emacs pretest bug report address.
2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
* term/mac-win.el: Provide mac-win.
(mac-initialized): New variable.
(mac-initialize-window-system): New function. Move global setup
here.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add mac entries.
(x-setup-function-keys): New function containing all the
top level function key definitions.
* loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
mac-win.
2007-05-17 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (internal-face-interactive): Remove obsolete function.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el: Reorder to match x-win.el more closely.
(x-setup-function-keys): Use local-function-key-map.
(w32-initialized): New variable.
(w32-initialize-window-system): Set it.
Move more global setup here.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (x-setup-function-keys): New function.
(w32-initialize-window-system): Move non function key global setup
here.
2007-05-16 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el: Provide w32-win.
Don't throw error when global window-system not w32.
(x-cut-buffer-max): Remove.
(w32-initialize-window-system): New function.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add w32 entries.
* loadup.el: Only load x-dnd and x-win when X is compiled in.
Load w32-win and dependencies on windows-nt.
2007-05-16 L$,1 qrentey K,Aaroly <lorentey@elte.hu>
* env.el (getenv): Restore David Kastrup's fix.
(environment): Add optional frame parameter.
* mule-cmds.el (set-locale-environment): Fix getenv call.
* term/rxvt.el (rxvt-set-background-mode): Ditto.
* x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.
* server.el (server-with-environment): Restore the original
environment.
2007-05-14 David Kastrup <dak@gnu.org>
* env.el (getenv): Fix reverted by demand of Dan Nicolaescu
because it exposes further problems.
2007-05-13 David Kastrup <dak@gnu.org>
* env.el (getenv): Pass frame to getenv-internal.
2007-05-12 L$,1 qrentey K,Aaroly <lorentey@elte.hu>
This placeholder will be replaced by the Arch logs of the
multi-tty branch.
;; Local Variables:
;; coding: iso-2022-7bit
;; add-log-time-zone-rule: t
;; End:
Copyright (C) 2007 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
;;; arch-tag: 58312fd6-033a-11dc-a0fb-00114368b55b