| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kim F. Storm | 2003-07-08 | 1 | -0/+1 |
| * | (report_overlay_modification): Don't run hooks while | Stefan Monnier | 2003-07-08 | 1 | -125/+87 |
| * | (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM. | Kim F. Storm | 2003-07-08 | 1 | -0/+7 |
| * | (reset_buffer, recenter_overlay_lists) | Stefan Monnier | 2003-07-08 | 1 | -41/+33 |
| * | (use_xim) [!USE_XIM]: Default to disable XIM if emacs | Kim F. Storm | 2003-07-08 | 1 | -0/+5 |
| * | *** empty log message *** | Kim F. Storm | 2003-07-08 | 1 | -0/+5 |
| * | (struct buffer): Use an int for overlay_center. | Stefan Monnier | 2003-07-08 | 1 | -8/+8 |
| * | (fast_find_position): Remove unused var. | Stefan Monnier | 2003-07-08 | 1 | -1/+1 |
| * | (Qexpand_abbrev): New sym. | Stefan Monnier | 2003-07-08 | 1 | -3/+8 |
| * | *** empty log message *** | Richard M. Stallman | 2003-07-07 | 1 | -0/+6 |
| * | (reseat_1): Set it->area to TEXT_AREA. | Richard M. Stallman | 2003-07-07 | 1 | -0/+7 |
| * | (Fgarbage_collect): Doc fix. | Richard M. Stallman | 2003-07-07 | 1 | -3/+5 |
| * | (Fkill_buffer): Clear charpos cache if necessary. | Kenichi Handa | 2003-07-07 | 2 | -0/+5 |
| * | (read_minibuf): UNGCPRO before returning. | Stefan Monnier | 2003-07-06 | 1 | -3/+7 |
| * | (live_float_p): Check that p is not past the `floats' array, | Stefan Monnier | 2003-07-06 | 2 | -0/+6 |
| * | (last_clipboard_sequence_number): New variable. | Jason Rumney | 2003-07-06 | 2 | -17/+46 |
| * | (clipboard_sequence_fn): New variable. | Jason Rumney | 2003-07-06 | 1 | -8/+12 |
| * | (ClipboardSequence_Proc): New type. | Jason Rumney | 2003-07-06 | 1 | -0/+2 |
| * | (MARKBIT): Remove definition since lisp.h does not compare | Stefan Monnier | 2003-07-06 | 3 | -13/+11 |
| * | (XSETMARKBIT): Remove unused macro. | Stefan Monnier | 2003-07-06 | 3 | -9/+2 |
| * | (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object. | Stefan Monnier | 2003-07-06 | 2 | -84/+89 |
| * | (mark_byte_stack): Update calls to mark_object. | Stefan Monnier | 2003-07-06 | 1 | -3/+3 |
| * | (sweep_weak_table): Update calls to mark_object. | Stefan Monnier | 2003-07-06 | 1 | -3/+3 |
| * | (mark_kboards): Update calls to mark_object. | Stefan Monnier | 2003-07-06 | 1 | -17/+17 |
| * | (mark_object): Change prototype to only pass Lisp_Object. | Stefan Monnier | 2003-07-06 | 1 | -1/+1 |
| * | Remove #ifdefs from comments, as they are ignored there. | Jason Rumney | 2003-07-06 | 1 | -4/+0 |
| * | (struct ablock): Only include padding when there is some. | Jason Rumney | 2003-07-06 | 1 | -1/+3 |
| * | *** empty log message *** | Jason Rumney | 2003-07-06 | 1 | -0/+4 |
| * | *** empty log message *** | Stefan Monnier | 2003-07-04 | 1 | -0/+24 |
| * | (struct Lisp_Float): Remove unused field `type'. | Stefan Monnier | 2003-07-04 | 1 | -2/+0 |
| * | (ALIGN): Add casts to simplify usage. | Stefan Monnier | 2003-07-04 | 1 | -36/+255 |
| * | (mark_buffer): Fix missed buffer->name in last patch. | Stefan Monnier | 2003-06-27 | 1 | -1/+1 |
| * | (MARKBIT): Update comment. | Stefan Monnier | 2003-06-27 | 1 | -10/+3 |
| * | (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros. | Stefan Monnier | 2003-06-27 | 2 | -54/+59 |
| * | (BASE_PURESIZE): Increment base size. | Richard M. Stallman | 2003-06-27 | 2 | -1/+9 |
| * | (fast_find_position): Enable Gerd's new definition. | Richard M. Stallman | 2003-06-27 | 1 | -3/+3 |
| * | (xim_initialize): Undo previous change. | Richard M. Stallman | 2003-06-27 | 1 | -1/+1 |
| * | (Fset_window_dedicated_p): Simplify. | Stefan Monnier | 2003-06-26 | 2 | -37/+64 |
| * | (message_dolog): Update for new types. | Stefan Monnier | 2003-06-26 | 1 | -3/+3 |
| * | (buf_charpos_to_bytepos, buf_bytepos_to_charpos) | Stefan Monnier | 2003-06-26 | 1 | -67/+49 |
| * | (check_markers, adjust_markers_for_delete) | Stefan Monnier | 2003-06-26 | 1 | -36/+21 |
| * | (save_excursion_restore, transpose_markers): Update for new types. | Stefan Monnier | 2003-06-26 | 1 | -9/+8 |
| * | (set_buffer_internal_1): Test CONSP for lists. | Stefan Monnier | 2003-06-26 | 1 | -29/+21 |
| * | (survives_gc_p): Simplify. | Stefan Monnier | 2003-06-26 | 1 | -35/+4 |
| * | (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 |