| Commit message (Expand) | Author | Age | Files | Lines |
| * | (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag, | Stefan Monnier | 2007-07-12 | 3 | -191/+197 |
| * | Include unistd.h only if HAVE_UNISTD_H. | Richard M. Stallman | 2007-07-12 | 2 | -0/+6 |
| * | * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. | Stefan Monnier | 2007-07-11 | 3 | -21/+33 |
| * | (emacs_blocked_free): Remove unused var `bytes_used_now'. | Stefan Monnier | 2007-07-11 | 1 | -2/+0 |
| * | Include unistd.h for ttyname, used in handle_one_term_event. | Stefan Monnier | 2007-07-11 | 1 | -4/+5 |
| * | (mark_maybe_pointer): Enforce mult-of-8 alignment when using | Stefan Monnier | 2007-07-10 | 2 | -3/+11 |
| * | (map_char_table): Use an array of int for `indices' rather than | Stefan Monnier | 2007-07-10 | 6 | -18/+29 |
| * | (Ftranspose_regions): Use EMACS_INT for positions. | Stefan Monnier | 2007-07-10 | 1 | -3/+3 |
| * | (struct accessible_keymaps_data, struct where_is_internal_data): New structs. | Stefan Monnier | 2007-07-10 | 2 | -242/+135 |
| * | (map_keymap_function_t): More informative prototype. | Stefan Monnier | 2007-07-10 | 2 | -1/+5 |
| * | (Vinhibit_changing_match_data, search_regs_1): New vars. | Richard M. Stallman | 2007-07-10 | 2 | -48/+143 |
| * | (Fcompleting_read): New value `confirm-only' for `require-match'. | Stefan Monnier | 2007-07-01 | 2 | -3/+26 |
| * | (Fdo_auto_save): Revert last patch installed unwillingly as | Stefan Monnier | 2007-06-28 | 2 | -2/+5 |
| * | [USE_MAC_TSM] (mac_handle_text_input_event): | YAMAMOTO Mitsuharu | 2007-06-28 | 2 | -19/+30 |
| * | (syms_of_fileio) <after-insert-file-functions>: Doc fix. | Richard M. Stallman | 2007-06-27 | 2 | -2/+9 |
| * | (syms_of_buffer) <selective-display>: Fix typo in docstring. | Juanma Barranquero | 2007-06-27 | 2 | -5/+9 |
| * | [HAVE_GTK_AND_PTHREAD] Check this after including config.h. | YAMAMOTO Mitsuharu | 2007-06-26 | 2 | -52/+141 |
| * | (Ffind_operation_coding_system): Docstring improved. | Kenichi Handa | 2007-06-26 | 2 | -1/+10 |
| * | * keymaps.texi (Active Keymaps): Document new POSITION argument of | David Kastrup | 2007-06-25 | 4 | -18/+123 |
| * | (Fcall_interactively): Make the parsing of interactive | David Kastrup | 2007-06-25 | 2 | -4/+12 |
| * | *** empty log message *** | Juanma Barranquero | 2007-06-24 | 1 | -3/+3 |
| * | (x_draw_fringe_bitmap) [MAC_OSX]: Fix last change. | YAMAMOTO Mitsuharu | 2007-06-23 | 2 | -5/+14 |
| * | (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background | YAMAMOTO Mitsuharu | 2007-06-23 | 1 | -5/+26 |
| * | (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]: | YAMAMOTO Mitsuharu | 2007-06-22 | 2 | -26/+108 |
| * | (USE_CG_DRAWING): Don't require USE_ATSUI. | YAMAMOTO Mitsuharu | 2007-06-22 | 1 | -2/+2 |
| * | (convert_mono_to_color_image): Swap fore and background. | Jason Rumney | 2007-06-21 | 2 | -2/+6 |
| * | (w32_BDF_to_x_font): Unmap memory when finished. | Jason Rumney | 2007-06-20 | 2 | -1/+7 |
| * | *** empty log message *** | Juanma Barranquero | 2007-06-20 | 1 | -3/+3 |
| * | (__morecore): Fix the declaration to comply with the definition. | Sam Steingold | 2007-06-20 | 2 | -1/+6 |
| * | *** empty log message *** | Nick Roberts | 2007-06-20 | 1 | -0/+4 |
| * | (w32_delete_display): Remove leftover declaration. | Juanma Barranquero | 2007-06-20 | 2 | -5/+13 |
| * | (_wsa_errlist): Fix typo in error message. | Juanma Barranquero | 2007-06-20 | 1 | -5/+7 |
| * | (LIBGIF): Default to -lgif. | Glenn Morris | 2007-06-20 | 1 | -1/+1 |
| * | Regenerate. | Glenn Morris | 2007-06-20 | 2 | -2/+6 |
| * | (add_menu_item): Don't use multibyte string functions on | Jason Rumney | 2007-06-17 | 2 | -22/+51 |
| * | (syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring. | Juanma Barranquero | 2007-06-17 | 2 | -1/+6 |
| * | (add_menu_item): Escape `&' characters in menu items and their keybindings. | Eli Zaretskii | 2007-06-16 | 2 | -1/+35 |
| * | (update_compositions): Fix last fix. | Chong Yidong | 2007-06-15 | 1 | -2/+2 |
| * | * composite.c (update_compositions): Fix last fix. | Chong Yidong | 2007-06-15 | 1 | -0/+4 |
| * | (Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time. | Jason Rumney | 2007-06-14 | 2 | -2/+19 |
| * | (get_process_times_fn): New function pointer. | Jason Rumney | 2007-06-14 | 1 | -0/+54 |
| * | (update_compositions): Check the validness of | Kenichi Handa | 2007-06-14 | 2 | -4/+14 |
| * | (init_user_info): Fix weird formatting not following GNU coding guidelines. | Juanma Barranquero | 2007-06-14 | 1 | -16/+12 |
| * | (update_tool_bar, redisplay_tool_bar, redisplay_window) | YAMAMOTO Mitsuharu | 2007-06-14 | 2 | -3/+46 |
| * | (struct mac_output) [USE_MAC_TOOLBAR]: New member | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+20 |
| * | (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -7/+655 |
| * | [TARGET_API_MAC_CARBON] (menu_target_item_handler): | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+4 |
| * | (USE_MAC_TOOLBAR): New define. | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+7 |
| * | (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity. | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+29 |
| * | (struct frame) [MAC_OS]: New member external_tool_bar. | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -2/+2 |