| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (update_frame_tool_bar): Initialize wbutton to NULL. | Jan Djärv | 2007-08-31 | 2 | -1/+5 |
| | | |||||
| * | (Qterm_environment_variable): Remove. | Stefan Monnier | 2007-08-31 | 2 | -3/+7 |
| | | | | | (syms_of_frame): Don't init and staticpro it. | ||||
| * | (Qterm_environment_variable): Remove. | Stefan Monnier | 2007-08-31 | 1 | -1/+0 |
| | | |||||
| * | (getenv_internal): Remove special case for $TERM. | Stefan Monnier | 2007-08-31 | 1 | -10/+1 |
| | | |||||
| * | (set_initial_environment): Set Vinitial_environment only when | Stefan Monnier | 2007-08-31 | 1 | -6/+3 |
| | | | | | | Vprocess_environment is built, otherwise I get an unexplained infinite loop. (child_setup): Remove unused vars term_var and display_var. | ||||
| * | (Vinitial_environment): New variable. | Stefan Monnier | 2007-08-31 | 2 | -25/+27 |
| | | | | | | | | | (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. | ||||
| * | Regenerate. | Glenn Morris | 2007-08-30 | 1 | -1/+2 |
| | | |||||
| * | Comment. | Glenn Morris | 2007-08-30 | 1 | -1/+1 |
| | | |||||
| * | * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here... | Dan Nicolaescu | 2007-08-29 | 3 | -2/+8 |
| | | | | | * s/darwin.h: ... do it here. | ||||
| * | (set_initial_environment): Rename from set_global_environment. | Stefan Monnier | 2007-08-29 | 2 | -75/+83 |
| | | |||||
| * | (${etc}DOC): Re-add a ${EXEEXT} which seems to have been | Stefan Monnier | 2007-08-29 | 1 | -1/+1 |
| | | | | | removed by mistake on the multi-tty branch. | ||||
| * | (make_terminal_frame): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2007-08-29 | 1 | -1/+2 |
| | | | | | (Fmodify_frame_parameters): Return a value. | ||||
| * | (png_load): Comment-out var only used in commented-out code. | Stefan Monnier | 2007-08-29 | 1 | -1/+1 |
| | | |||||
| * | (mark_ttys): Don't bother checking top_frame (incorrectly) | Stefan Monnier | 2007-08-29 | 1 | -4/+1 |
| | | | | | before passing it to mark_object. | ||||
| * | (internal_resolve_face_name): Return a value. | Stefan Monnier | 2007-08-29 | 1 | -1/+3 |
| | | | | | (internal_resolve_face_name, resolve_face_name_error): Comment out. | ||||
| * | (check_x_display_info): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2007-08-29 | 1 | -1/+3 |
| | | | | | (x_icon): Comment-out var only used in commented-out code. | ||||
| * | (Fset_input_mode): Don't call `Fset_quit_char' if QUIT hasn't been | Romain Francoise | 2007-08-29 | 2 | -1/+7 |
| | | | | | provided. | ||||
| * | (mac_initialize): Delete declaration. | Dan Nicolaescu | 2007-08-29 | 2 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-08-29 | 1 | -33/+29 |
| | | |||||
| * | Update copyright years, update license to GPLv3 or later. | Glenn Morris | 2007-08-29 | 1 | -2/+2 |
| | | |||||
| * | (BASE_PURESIZE): Increase base value to 1164000. | Dan Nicolaescu | 2007-08-29 | 2 | -2/+2 |
| | | |||||
| * | Merge multi-tty branch | Miles Bader | 2007-08-29 | 73 | -3619/+7309 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866 | ||||
| | * | More crunching. | Dan Nicolaescu | 2007-08-29 | 1 | -345/+254 |
| | | | |||||
| | * | Undo undocumented change. | Dan Nicolaescu | 2007-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | Restore original arch-tag in src/ChangeLog.multi-tty | Miles Bader | 2007-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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 | ||||
| | * | Add arch tagline | Miles Bader | 2007-08-29 | 1 | -0/+1 |
| | | | |||||
| | * | crunch | Dan Nicolaescu | 2007-08-28 | 1 | -14/+14 |
| | | | |||||
| | * | crunch | Dan Nicolaescu | 2007-08-28 | 1 | -570/+119 |
| | | | |||||
| | * | *** empty log message *** | Glenn Morris | 2007-08-28 | 1 | -2/+0 |
| | | | |||||
| | * | Unify Makefile stuff. | Glenn Morris | 2007-08-28 | 1 | -15/+8 |
| | | | |||||
| | * | More of the same. | Glenn Morris | 2007-08-28 | 1 | -72/+68 |
| | | | |||||
| | * | More of the same. | Glenn Morris | 2007-08-28 | 1 | -1/+2 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -110/+91 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -95/+38 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -143/+62 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -89/+56 |
| | | | |||||
| | * | Undo undocumented change. | Dan Nicolaescu | 2007-08-28 | 1 | -1/+1 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -112/+35 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -18/+5 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -59/+16 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -47/+25 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -82/+75 |
| | | | |||||
| | * | Some more tidying and simplification pending merge. | Glenn Morris | 2007-08-28 | 1 | -134/+93 |
| | | | |||||
| | * | Revert undocumented changes. | Dan Nicolaescu | 2007-08-28 | 1 | -4/+4 |
| | | | |||||
| | * | crunch | Dan Nicolaescu | 2007-08-28 | 1 | -11/+3 |
| | | | |||||
| | * | * puresize.h (BASE_PURESIZE): Increase. | Dan Nicolaescu | 2007-08-28 | 1 | -1/+1 |
| | | | |||||
| | * | More crunching. | Dan Nicolaescu | 2007-08-27 | 1 | -48/+48 |
| | | | |||||
| | * | more crunching | Dan Nicolaescu | 2007-08-27 | 1 | -2/+1 |
| | | | |||||
| | * | Finish crunching the first 2 entries. | Dan Nicolaescu | 2007-08-27 | 1 | -30/+25 |
| | | | |||||
| | * | Start crunching. | Dan Nicolaescu | 2007-08-27 | 1 | -64/+8 |
| | | | |||||