aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (signal_before_change, signal_after_change): Use new type forStefan Monnier2003-07-091-6/+4
* (set_point_both): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-2/+1
* (temp_output_buffer_setup): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-3/+3
* (struct buffer): Change overlays_before and overlays_afterStefan Monnier2003-07-091-8/+8
* (struct Lisp_Overlay): New field `next'.Stefan Monnier2003-07-091-0/+1
* *** empty log message ***Stefan Monnier2003-07-091-0/+25
* *** empty log message ***Kim F. Storm2003-07-081-0/+1
* (report_overlay_modification): Don't run hooks whileStefan Monnier2003-07-081-125/+87
* (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.Kim F. Storm2003-07-081-0/+7
* (reset_buffer, recenter_overlay_lists)Stefan Monnier2003-07-081-41/+33
* (use_xim) [!USE_XIM]: Default to disable XIM if emacsKim F. Storm2003-07-081-0/+5
* *** empty log message ***Kim F. Storm2003-07-081-0/+5
* (struct buffer): Use an int for overlay_center.Stefan Monnier2003-07-081-8/+8
* (fast_find_position): Remove unused var.Stefan Monnier2003-07-081-1/+1
* (Qexpand_abbrev): New sym.Stefan Monnier2003-07-081-3/+8
* *** empty log message ***Richard M. Stallman2003-07-071-0/+6
* (reseat_1): Set it->area to TEXT_AREA.Richard M. Stallman2003-07-071-0/+7
* (Fgarbage_collect): Doc fix.Richard M. Stallman2003-07-071-3/+5
* (Fkill_buffer): Clear charpos cache if necessary.Kenichi Handa2003-07-072-0/+5
* (read_minibuf): UNGCPRO before returning.Stefan Monnier2003-07-061-3/+7
* (live_float_p): Check that p is not past the `floats' array,Stefan Monnier2003-07-062-0/+6
* (last_clipboard_sequence_number): New variable.Jason Rumney2003-07-062-17/+46
* (clipboard_sequence_fn): New variable.Jason Rumney2003-07-061-8/+12
* (ClipboardSequence_Proc): New type.Jason Rumney2003-07-061-0/+2
* (MARKBIT): Remove definition since lisp.h does not compareStefan Monnier2003-07-063-13/+11
* (XSETMARKBIT): Remove unused macro.Stefan Monnier2003-07-063-9/+2
* (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object.Stefan Monnier2003-07-062-84/+89
* (mark_byte_stack): Update calls to mark_object.Stefan Monnier2003-07-061-3/+3
* (sweep_weak_table): Update calls to mark_object.Stefan Monnier2003-07-061-3/+3
* (mark_kboards): Update calls to mark_object.Stefan Monnier2003-07-061-17/+17
* (mark_object): Change prototype to only pass Lisp_Object.Stefan Monnier2003-07-061-1/+1
* Remove #ifdefs from comments, as they are ignored there.Jason Rumney2003-07-061-4/+0
* (struct ablock): Only include padding when there is some.Jason Rumney2003-07-061-1/+3
* *** empty log message ***Jason Rumney2003-07-061-0/+4
* *** empty log message ***Stefan Monnier2003-07-041-0/+24
* (struct Lisp_Float): Remove unused field `type'.Stefan Monnier2003-07-041-2/+0
* (ALIGN): Add casts to simplify usage.Stefan Monnier2003-07-041-36/+255
* (mark_buffer): Fix missed buffer->name in last patch.Stefan Monnier2003-06-271-1/+1
* (MARKBIT): Update comment.Stefan Monnier2003-06-271-10/+3
* (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.Stefan Monnier2003-06-272-54/+59
* (BASE_PURESIZE): Increment base size.Richard M. Stallman2003-06-272-1/+9
* (fast_find_position): Enable Gerd's new definition.Richard M. Stallman2003-06-271-3/+3
* (xim_initialize): Undo previous change.Richard M. Stallman2003-06-271-1/+1
* (Fset_window_dedicated_p): Simplify.Stefan Monnier2003-06-262-37/+64
* (message_dolog): Update for new types.Stefan Monnier2003-06-261-3/+3
* (buf_charpos_to_bytepos, buf_bytepos_to_charpos)Stefan Monnier2003-06-261-67/+49
* (check_markers, adjust_markers_for_delete)Stefan Monnier2003-06-261-36/+21
* (save_excursion_restore, transpose_markers): Update for new types.Stefan Monnier2003-06-261-9/+8
* (set_buffer_internal_1): Test CONSP for lists.Stefan Monnier2003-06-261-29/+21
* (survives_gc_p): Simplify.Stefan Monnier2003-06-261-35/+4