| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (struct buffer_text): Lisp_Object `markers' => Lisp_Marker. | Stefan Monnier | 2003-06-26 | 1 | -2/+2 |
| * | (unchain_marker): Lisp_Object arg => Lisp_Marker. | Stefan Monnier | 2003-06-26 | 1 | -2/+2 |
| * | Fix some of the font/face problems. | Jan Djärv | 2003-06-26 | 4 | -3/+20 |
| * | Add XRegisterIMInstantiateCallback_arg6 so it will be defined. | Jan Djärv | 2003-06-26 | 2 | -0/+17 |
| * | (make_interval, Fmake_symbol, allocate_misc): | Stefan Monnier | 2003-06-25 | 2 | -118/+57 |
| * | (struct interval, struct Lisp_Symbol, struct Lisp_Free) | Stefan Monnier | 2003-06-25 | 1 | -11/+25 |
| * | (xim_initialize): Use XRegisterIMInstantiateCallback_arg6. | Dave Love | 2003-06-24 | 2 | -4/+11 |
| * | Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes | Dave Love | 2003-06-24 | 1 | -741/+845 |
| * | (wait_reading_process_input): Don't signal SIGIO in batch mode. | Richard M. Stallman | 2003-06-22 | 2 | -1/+14 |
| * | (Fwrite_region): Alternate messages for append and partial write. | Richard M. Stallman | 2003-06-22 | 1 | -1/+6 |
| * | (read_key_sequence): When converting upcase fn key to | Richard M. Stallman | 2003-06-22 | 1 | -1/+8 |
| * | Entry that should have been made last month. | Glenn Morris | 2003-06-20 | 1 | -0/+5 |
| * | *** empty log message *** | Kenichi Handa | 2003-06-17 | 1 | -0/+11 |
| * | (xselect.o): Don't depend on charset.h, coding.h, composite.h. | Kenichi Handa | 2003-06-17 | 1 | -1/+1 |
| * | Don't include cahrset.h, coding.h, composite.h. | Kenichi Handa | 2003-06-17 | 1 | -70/+18 |
| * | (mark_kboards): Move to keyboard.c. | Stefan Monnier | 2003-06-15 | 2 | -34/+26 |
| * | (mark_kboards): New fun, moved from alloc.c. Mark kbd_buffer. | Stefan Monnier | 2003-06-15 | 1 | -0/+43 |
| * | (x_dispatch_event): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -1/+5 |
| * | (find_and_call_menu_selection): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -0/+1 |
| * | (handle_tool_bar_click): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -0/+1 |
| * | (menubar_selection_callback): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 2 | -2/+4 |
| * | (kbd_input_ast, read_input_waiting): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -3/+8 |
| * | (dos_rawgetc): Don't pass uninitialized data to kbd_buffer_store_event. | Stefan Monnier | 2003-06-15 | 1 | -2/+3 |
| * | (mac_check_for_quit_char): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -0/+1 |
| * | (xg_tool_bar_callback): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -0/+1 |
| * | (EVENT_INIT): New macro. | Stefan Monnier | 2003-06-15 | 1 | -1/+3 |
| * | (x_fix_overlapping_area): Always use area relative X to fix redisplay | Kim F. Storm | 2003-06-14 | 1 | -4/+1 |
| * | *** empty log message *** | Kim F. Storm | 2003-06-14 | 1 | -0/+5 |
| * | (Fcopy_file): Doc fix: copies file modes, too. | Kai Großjohann | 2003-06-13 | 2 | -1/+6 |
| * | (Fwrite_region): Save and restore restriction. | Kenichi Handa | 2003-06-12 | 1 | -0/+3 |
| * | *** empty log message *** | Kenichi Handa | 2003-06-12 | 1 | -0/+4 |
| * | Remove redundant include of unistd.h, stdlib.h. Use | Dave Love | 2003-06-12 | 2 | -12/+10 |
| * | (alloca): Declare arg as size_t. | Dave Love | 2003-06-12 | 1 | -2/+5 |
| * | (shrink_regexp_cache): Use xrealloc. | Dave Love | 2003-06-11 | 2 | -2/+9 |
| * | (phys_cursor_in_rect_p): Fix 2003-05-24 change. | Kim F. Storm | 2003-06-09 | 1 | -1/+3 |
| * | *** empty log message *** | Kim F. Storm | 2003-06-09 | 1 | -0/+9 |
| * | *** empty log message *** | Dave Love | 2003-06-06 | 1 | -17/+24 |
| * | *** empty log message *** | Kenichi Handa | 2003-06-06 | 1 | -0/+5 |
| * | (SYSTEM_DEFAULT_RESOURCES): New constant. | Jason Rumney | 2003-06-05 | 2 | -1/+38 |
| * | (Finternal_face_x_get_resource): Do it on Windows and Mac too. | Jason Rumney | 2003-06-05 | 1 | -4/+0 |
| * | *** empty log message *** | Dave Love | 2003-06-05 | 1 | -0/+13 |
| * | Set NLIST_STRUCT from HAVE_NLIST_H. Use | Dave Love | 2003-06-05 | 1 | -14/+34 |
| * | (__mktime_internal): Merge changes from gnulib | Dave Love | 2003-06-05 | 1 | -6/+28 |
| * | *** empty log message *** | Stefan Monnier | 2003-06-05 | 1 | -0/+7 |
| * | (coordinates_in_window): Convert X and Y to window | Kim F. Storm | 2003-06-05 | 1 | -2/+18 |
| * | *** empty log message *** | Kim F. Storm | 2003-06-05 | 1 | -0/+7 |
| * | (add_system_logical_colors_to_map): New function. | Jason Rumney | 2003-06-05 | 2 | -1/+62 |
| * | (allocate_pty): Revert part of the previous patch. | Stefan Monnier | 2003-06-04 | 1 | -7/+2 |
| * | *** empty log message *** | Jason Rumney | 2003-06-04 | 1 | -0/+12 |
| * | (enum event_kind): Remove MOUSE_WHEEL_EVENT. | Jason Rumney | 2003-06-04 | 1 | -19/+0 |