1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00
Commit graph

23231 commits

Author SHA1 Message Date
Stefan Monnier
92d9c1d40c (Qterm_environment_variable): Remove.
(syms_of_frame): Don't init and staticpro it.
2007-08-31 07:34:50 +00:00
Stefan Monnier
200ab68380 (Qterm_environment_variable): Remove. 2007-08-31 07:33:44 +00:00
Stefan Monnier
44de6f61c8 (getenv_internal): Remove special case for $TERM. 2007-08-31 07:33:10 +00:00
Stefan Monnier
3c33c79aaf (set_initial_environment): Set Vinitial_environment only when
Vprocess_environment is built, otherwise I get an unexplained infinite loop.
(child_setup): Remove unused vars term_var and display_var.
2007-08-31 05:22:22 +00:00
Stefan Monnier
6b8e474c53 (Vinitial_environment): New variable.
(set_initial_environment): Initialize it.
(syms_of_callproc): Declare it.
(child_setup): Don't mess with TERM via Qterm_environment_variable; the
TERM under which a process runs is never related to the TERM in which
Emacs is running.
2007-08-31 04:39:24 +00:00
Glenn Morris
cb13870ad0 Regenerate. 2007-08-30 05:19:25 +00:00
Glenn Morris
050b82f6f5 Comment. 2007-08-30 05:08:24 +00:00
Dan Nicolaescu
0f1444e1e1 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
* s/darwin.h: ... do it here.
2007-08-29 22:19:43 +00:00
Stefan Monnier
b886686079 (set_initial_environment): Rename from set_global_environment. 2007-08-29 21:50:39 +00:00
Stefan Monnier
b88c11ac65 (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
removed by mistake on the multi-tty branch.
2007-08-29 21:48:23 +00:00
Stefan Monnier
b1cb6b202b (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
(Fmodify_frame_parameters): Return a value.
2007-08-29 21:47:40 +00:00
Stefan Monnier
917ac1a9ba (png_load): Comment-out var only used in commented-out code. 2007-08-29 21:47:11 +00:00
Stefan Monnier
3b6fc48fec (mark_ttys): Don't bother checking top_frame (incorrectly)
before passing it to mark_object.
2007-08-29 21:46:50 +00:00
Stefan Monnier
2ed82a63ab (internal_resolve_face_name): Return a value.
(internal_resolve_face_name, resolve_face_name_error): Comment out.
2007-08-29 21:46:05 +00:00
Stefan Monnier
fd0f53a909 (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
(x_icon): Comment-out var only used in commented-out code.
2007-08-29 21:45:22 +00:00
Romain Francoise
0a42be6da7 (Fset_input_mode): Don't call `Fset_quit_char' if QUIT hasn't been
provided.
2007-08-29 16:03:26 +00:00
Dan Nicolaescu
7196c97057 (mac_initialize): Delete declaration. 2007-08-29 15:31:23 +00:00
Juanma Barranquero
03f06e5cf5 *** empty log message *** 2007-08-29 13:25:36 +00:00
Glenn Morris
3553ccb3ee Update copyright years, update license to GPLv3 or later. 2007-08-29 07:28:21 +00:00
Dan Nicolaescu
381864b299 (BASE_PURESIZE): Increase base value to 1164000. 2007-08-29 06:06:51 +00:00
Miles Bader
8d9cc0b7ea Merge multi-tty branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
2007-08-29 05:28:10 +00:00
Dan Nicolaescu
5142de65ce More crunching. 2007-08-29 04:01:43 +00:00
Dan Nicolaescu
bb89e6732b Undo undocumented change. 2007-08-29 03:59:11 +00:00
Miles Bader
7232cb9277 Restore original arch-tag in src/ChangeLog.multi-tty
It was apparently deleted by some over-enthusiastic editing, and a new one
got added automatically.

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-43
2007-08-29 02:50:53 +00:00
Miles Bader
5052dad4e9 Add arch tagline 2007-08-29 02:29:12 +00:00
Dan Nicolaescu
e177e1d80d crunch 2007-08-28 16:28:02 +00:00
Dan Nicolaescu
5763d6c166 crunch 2007-08-28 16:22:06 +00:00
Jan Djärv
cf0590c451 Qrtl is new.
(parse_tool_bar_item): Handle :rtl keyword.
(syms_of_keyboard): Intern :rtl keyword.
2007-08-28 10:14:02 +00:00
Jan Djärv
fface67742 (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. 2007-08-28 10:11:50 +00:00
Jan Djärv
98a92193e7 (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
so no Lisp code is executed.
(file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined.  Use Gtk stock images if defined.
2007-08-28 10:11:19 +00:00
Glenn Morris
8b9efd01e8 *** empty log message *** 2007-08-28 08:44:36 +00:00
Glenn Morris
6e5b4ed6ea Unify Makefile stuff. 2007-08-28 08:43:22 +00:00
Glenn Morris
5eb7d0175f More of the same. 2007-08-28 08:38:34 +00:00
Glenn Morris
ec6ae7a3fe More of the same. 2007-08-28 08:29:15 +00:00
Glenn Morris
177efa9097 Some more tidying and simplification pending merge. 2007-08-28 08:23:05 +00:00
Glenn Morris
6262a3bb79 Some more tidying and simplification pending merge. 2007-08-28 08:10:08 +00:00
Glenn Morris
79527a3d3e Some more tidying and simplification pending merge. 2007-08-28 08:04:26 +00:00
Glenn Morris
9f8f5960dc Some more tidying and simplification pending merge. 2007-08-28 07:53:22 +00:00
Dan Nicolaescu
d9ad91603f Undo undocumented change. 2007-08-28 07:48:41 +00:00
Glenn Morris
9be00d9ab9 Some more tidying and simplification pending merge. 2007-08-28 07:44:51 +00:00
Glenn Morris
ec13c2e6e7 Some more tidying and simplification pending merge. 2007-08-28 07:36:17 +00:00
Glenn Morris
6dfd6a6655 Some more tidying and simplification pending merge. 2007-08-28 07:30:46 +00:00
Glenn Morris
ae23b8397d Some more tidying and simplification pending merge. 2007-08-28 07:14:18 +00:00
Glenn Morris
8ffb8c37b2 Some more tidying and simplification pending merge. 2007-08-28 07:04:39 +00:00
Glenn Morris
ef6592a604 Some more tidying and simplification pending merge. 2007-08-28 06:56:37 +00:00
Dan Nicolaescu
120b399412 Revert undocumented changes. 2007-08-28 06:25:47 +00:00
Dan Nicolaescu
6813dfeaf9 crunch 2007-08-28 06:23:16 +00:00
Dan Nicolaescu
7e07ea7d59 * puresize.h (BASE_PURESIZE): Increase. 2007-08-28 06:15:33 +00:00
Dan Nicolaescu
97412b976e More crunching. 2007-08-27 20:48:16 +00:00
Dan Nicolaescu
8849d4589c more crunching 2007-08-27 20:10:58 +00:00