aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-294-38/+94
* Initialize Vprocess_environment to nil.Karoly Lorentey2005-12-291-0/+1
* Fix semantics of let-binding `process-environment'.Karoly Lorentey2005-12-293-95/+164
* Merged from miles@gnu.org--gnu-2005 (patch 677)Karoly Lorentey2005-12-2624-200/+237
|\
| * *** empty log message ***Juri Linkov2005-12-201-0/+11
| * (Fx_popup_menu): Add `else' to set Vmenu_updating_frame to nilJuri Linkov2005-12-202-2/+4
| * (Fx_popup_menu): Set Vmenu_updating_frame to f ifJuri Linkov2005-12-201-1/+4
| * (Vfunction_key_map): Docstring fix: mention that bindings can be functions.Stefan Monnier2005-12-191-0/+3
| * (syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended defaultYAMAMOTO Mitsuharu2005-12-191-1/+1
| * *** empty log message ***YAMAMOTO Mitsuharu2005-12-191-0/+38
| * (x_handle_dnd_message): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-2/+2
| * (construct_drag_n_drop): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-2/+2
| * (struct input_event): Fix comment for DRAG_N_DROP_EVENT.YAMAMOTO Mitsuharu2005-12-191-4/+4
| * (create_apple_event_from_event_ref): Remove 5th argument from extern.YAMAMOTO Mitsuharu2005-12-191-1/+1
| * (mac_do_receive_drag): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-60/+71
| * (create_apple_event_from_event_ref): Remove arg `types'.YAMAMOTO Mitsuharu2005-12-191-91/+47
| * (make_lispy_event): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-8/+2
| * Copyright fixedKenichi Handa2005-12-1912-25/+38
| * (Fx_backspace_delete_keys_p): In case we cannot determineDan Nicolaescu2005-12-192-4/+10
* | Fix compilation errors in previous commit.Karoly Lorentey2005-12-263-4/+2
* | Implement automatic terminal-local environment variables via `local-environme...Karoly Lorentey2005-12-263-19/+145
* | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-2513-667/+887
* | Fix compilation error during non-X builds.Karoly Lorentey2005-12-231-1/+5
* | Pull a bugfix from CVS to prevent problems with the Debian semantic package.Karoly Lorentey2005-12-231-0/+1
* | Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona...Karoly Lorentey2005-12-234-55/+175
* | Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-223-12/+14
* | Implement full support for frame-local `next-buffer' and `previous-buffer'.Karoly Lorentey2005-12-204-14/+60
* | Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)Karoly Lorentey2005-12-1919-90/+218
|\ \ | |/
| * *** empty log message ***Eli Zaretskii2005-12-171-0/+7
| * (bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)sEli Zaretskii2005-12-171-0/+2
| * 2005-12-17 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-12-172-8/+7
| * Revert last change.Chong Yidong2005-12-172-7/+8
| * * print.c (print_preprocess): Just signal an error if print_depthChong Yidong2005-12-172-8/+7
| * Set a breakpoint on w32_abort.Eli Zaretskii2005-12-172-0/+7
| * *** empty log message ***Juri Linkov2005-12-161-0/+13
| * (Fminibuffer_completion_contents): New Lisp functionJuri Linkov2005-12-161-22/+25
| * *** empty log message ***John Paul Wallington2005-12-141-1/+0
| * * xfns.c (compute_tip_xy): Handle negative dx and dy.Jan Djärv2005-12-144-1/+21
| * * print.c (print_preprocess): Go to a deeper print_depth to avoidChong Yidong2005-12-142-1/+13
| * (code_convert_region_unwind): GCPRO arg.Kenichi Handa2005-12-142-0/+9
| * * (compute_tip_xy): Calculate root_y the same way as root_x,Jan Djärv2005-12-123-24/+24
| * * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,Jan Djärv2005-12-121-0/+7
| * * gtkutil.c (SSDATA): New macro to remove compiler warnings.Jan Djärv2005-12-121-8/+11
| * * xmenu.c (menubar_selection_callback): Do nothing if the callbackJan Djärv2005-12-121-2/+11
| * * gtkutil.c (SSDATA): New macro to remove compiler warnings.Jan Djärv2005-12-121-0/+9
| * (syms_of_xdisp) <blink-cursor-alist>: Doc fix.Richard M. Stallman2005-12-112-1/+23
| * (EQ): Use == so args are computed just once.Richard M. Stallman2005-12-111-1/+1
| * (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.Richard M. Stallman2005-12-111-4/+8
| * *** empty log message ***Juri Linkov2005-12-111-0/+9
| * (display_completion_list_1): Call `minibuffer_completion_contents'Juri Linkov2005-12-111-3/+3