<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/README.multi-tty, branch feature/bug-reference-setup</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Move to admin/notes/multi-tty, with some edits.</title>
<updated>2007-08-30T05:11:27+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-08-30T05:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e1b79824db0b5cc40cdc61ff268a1ec526c54bc0'/>
<id>e1b79824db0b5cc40cdc61ff268a1ec526c54bc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2007-07-03T05:00:41+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2007-07-03T05:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7'/>
<id>8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rudimentary fix for environment variable handling.</title>
<updated>2007-05-16T07:12:33+00:00</updated>
<author>
<name>Miles Bader</name>
</author>
<published>2007-05-16T07:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=36ab861205a8e5f930918ff4c8e62d158169a32a'/>
<id>36ab861205a8e5f930918ff4c8e62d158169a32a</id>
<content type='text'>
* lisp/env.el (getenv): Restore David Kastrup's fix.
(environment): Add optional frame parameter.

* lisp/mule-cmds.el (set-locale-environment): Fix getenv call.
* lisp/term/rxvt.el (rxvt-set-background-mode): Ditto.
* lisp/x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.

* lisp/server.el (server-with-environment): Restore the original environment.

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-6
Creator:  Karoly Lorentey &lt;karoly@lorentey.hu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/env.el (getenv): Restore David Kastrup's fix.
(environment): Add optional frame parameter.

* lisp/mule-cmds.el (set-locale-environment): Fix getenv call.
* lisp/term/rxvt.el (rxvt-set-background-mode): Ditto.
* lisp/x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.

* lisp/server.el (server-with-environment): Restore the original environment.

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-6
Creator:  Karoly Lorentey &lt;karoly@lorentey.hu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated w32 progress</title>
<updated>2007-05-15T23:32:55+00:00</updated>
<author>
<name>Jason Rumney</name>
</author>
<published>2007-05-15T23:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=471f1044dfca8aa65ae7bd87f2247068da1c520c'/>
<id>471f1044dfca8aa65ae7bd87f2247068da1c520c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous properties from the mode-line-client indicator. (Reported by Kalle Olavi Niemitalo)</title>
<updated>2006-07-29T21:30:46+00:00</updated>
<author>
<name>Karoly Lorentey</name>
</author>
<published>2006-07-29T21:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6bccb6c592b79418fd7be4bfbb4af94a3d426587'/>
<id>6bccb6c592b79418fd7be4bfbb4af94a3d426587</id>
<content type='text'>
* lisp/bindings.el (mode-line-client): Don't set the local-map and
  mouse-face properties.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/bindings.el (mode-line-client): Don't set the local-map and
  mouse-face properties.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-578
</pre>
</div>
</content>
</entry>
<entry>
<title>Let frames on new terminals inherit 'environment and 'client.</title>
<updated>2006-07-29T10:51:50+00:00</updated>
<author>
<name>Karoly Lorentey</name>
</author>
<published>2006-07-29T10:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d7a0175d426200fb931fa5e5ded5b890726ecd23'/>
<id>d7a0175d426200fb931fa5e5ded5b890726ecd23</id>
<content type='text'>
* lisp/frame.el (make-frame): Always inherit 'environment and 'client
  parameters.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-575
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/frame.el (make-frame): Always inherit 'environment and 'client
  parameters.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-575
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework environment variable support.  (Reported by Kalle Olavi Niemitalo and Noah Friedman.)</title>
<updated>2006-05-26T17:37:25+00:00</updated>
<author>
<name>Karoly Lorentey</name>
</author>
<published>2006-05-26T17:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a13f8f50d4cc544d3bbfa78568e82ce09e68bded'/>
<id>a13f8f50d4cc544d3bbfa78568e82ce09e68bded</id>
<content type='text'>
* src/callproc.c (Vglobal_environment, Vlocal_environment_variables): Remove.
  (getenv_internal, child_setup): Don't look at global-environment or
  local-environment-variables.
  (Fgetenv_internal): Update docs.
  (set_initial_environment): Rename from set_global_environment.  Store
  Emacs environment in initial frame parameter.
  (syms_of_callproc): Remove obsolete defvars.  Update docs.

* lisp/env.el (read-envvar-name): Remove reference to global-environment.
  (setenv-internal): New function.
  (setenv): Use it.  Always set process-environment.  Update docs.
  (getenv): Update docs.
  (environment): Rewrite for the new environment design.  Update docs.

* lisp/frame.el (frame-initialize): Copy the environment from the initial frame.

* src/emacs.c (main): Call set_initial_environment, not set_global_environment.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-569
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/callproc.c (Vglobal_environment, Vlocal_environment_variables): Remove.
  (getenv_internal, child_setup): Don't look at global-environment or
  local-environment-variables.
  (Fgetenv_internal): Update docs.
  (set_initial_environment): Rename from set_global_environment.  Store
  Emacs environment in initial frame parameter.
  (syms_of_callproc): Remove obsolete defvars.  Update docs.

* lisp/env.el (read-envvar-name): Remove reference to global-environment.
  (setenv-internal): New function.
  (setenv): Use it.  Always set process-environment.  Update docs.
  (getenv): Update docs.
  (environment): Rewrite for the new environment design.  Update docs.

* lisp/frame.el (frame-initialize): Copy the environment from the initial frame.

* src/emacs.c (main): Call set_initial_environment, not set_global_environment.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-569
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and/or simplify terminal initialization files.</title>
<updated>2006-05-20T17:02:47+00:00</updated>
<author>
<name>Karoly Lorentey</name>
</author>
<published>2006-05-20T17:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8cbd7bed2db718a63ed37182c566f9e059925c71'/>
<id>8cbd7bed2db718a63ed37182c566f9e059925c71</id>
<content type='text'>
* lisp/faces.el (tty-create-frame-with-faces): Set up faces and
  background mode only after the terminal has been initialized.
  (frame-set-background-mode): Handle the 'background-mode terminal
  parameter.
  (tty-run-terminal-initialization): Add type option.

* lisp/term/README: Update.
* lisp/term/rxvt.el: Simplify.
* lisp/term/xterm.el: Simplify and fix.
* lisp/term/*.el: Simplify and fix.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/faces.el (tty-create-frame-with-faces): Set up faces and
  background mode only after the terminal has been initialized.
  (frame-set-background-mode): Handle the 'background-mode terminal
  parameter.
  (tty-run-terminal-initialization): Add type option.

* lisp/term/README: Update.
* lisp/term/rxvt.el: Simplify.
* lisp/term/xterm.el: Simplify and fix.
* lisp/term/*.el: Simplify and fix.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-564
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `vc-annotate' under X.  (Reported by Dan Nicolaescu.)</title>
<updated>2006-04-20T12:37:41+00:00</updated>
<author>
<name>Karoly Lorentey</name>
</author>
<published>2006-04-20T12:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3fde2acf6a4b228b3493666ab17f43eeac5a738f'/>
<id>3fde2acf6a4b228b3493666ab17f43eeac5a738f</id>
<content type='text'>
* lisp/vc.el (vc-annotate-color-map): Call `tty-display-color-p' only on
  ttys.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc.el (vc-annotate-color-map): Call `tty-display-color-p' only on
  ttys.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-551
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tooltip border color.</title>
<updated>2006-04-01T16:11:29+00:00</updated>
<author>
<name>Karoly Lorentey</name>
</author>
<published>2006-04-01T16:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ce593f6e6b85e58206264cad983c796ce8dd41a2'/>
<id>ce593f6e6b85e58206264cad983c796ce8dd41a2</id>
<content type='text'>
* src/xterm.h (x_output): Remove background_pixel and foreground_pixel
  fields.

* src/widget.c (update_from_various_frame_slots): Use
  FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.

* src/xfns.c (x_set_foreground_color): Ditto.
* src/xfns.c (x_set_background_color): Ditto.
* src/xfns.c (x_set_mouse_color): Ditto.
* src/xfns.c (x_set_cursor_color): Ditto.
* src/xfns.c (x_make_gc): Ditto.
* src/xfns.c (Fx_create_frame): Ditto.
* src/xfns.c (x_create_tip_frame): Ditto.
* src/xfns.c (build_string): Ditto.
* src/xterm.c (XTflash): Ditto.
* src/xterm.c (x_free_frame_resources): Ditto.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xterm.h (x_output): Remove background_pixel and foreground_pixel
  fields.

* src/widget.c (update_from_various_frame_slots): Use
  FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.

* src/xfns.c (x_set_foreground_color): Ditto.
* src/xfns.c (x_set_background_color): Ditto.
* src/xfns.c (x_set_mouse_color): Ditto.
* src/xfns.c (x_set_cursor_color): Ditto.
* src/xfns.c (x_make_gc): Ditto.
* src/xfns.c (Fx_create_frame): Ditto.
* src/xfns.c (x_create_tip_frame): Ditto.
* src/xfns.c (build_string): Ditto.
* src/xterm.c (XTflash): Ditto.
* src/xterm.c (x_free_frame_resources): Ditto.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-544
</pre>
</div>
</content>
</entry>
</feed>
