| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Move declarations from .c files to .h files. | Dan Nicolaescu | 2010-11-18 | 1 | -5/+0 |
* | | * insdel.c (prepare_to_modify_buffer): Don't set | Chong Yidong | 2010-10-21 | 1 | -0/+1 |
* | | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive | Chong Yidong | 2010-09-25 | 1 | -1/+2 |
* | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -2/+2 |
* | | Let all active regions set the primary selection. | Chong Yidong | 2010-08-15 | 1 | -5/+7 |
* | | Avoid restrictions when copying window selection. | Chong Yidong | 2010-08-07 | 1 | -7/+6 |
* | | Change `select-active-region' mechanics. | Chong Yidong | 2010-08-07 | 1 | -0/+17 |
* | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -1/+1 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -1/+1 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -50/+12 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -7/+5 |
* | | Remove obsolete macro BASE_LEADING_CODE_P. | Juanma Barranquero | 2010-06-05 | 1 | -4/+4 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (adjust_markers_for_delete): Move it in the right direction! (bug#4803) | Stefan Monnier | 2009-11-24 | 1 | -2/+2 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | (make_gap_larger): Don't make as many assumptions about the | Stefan Monnier | 2009-11-19 | 1 | -10/+10 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -4/+4 |
* | Fix typos in comments. | Juanma Barranquero | 2009-10-04 | 1 | -1/+1 |
* | * editfns.c (general_insert_function): Adjust to insdel.c changes. | Stefan Monnier | 2009-03-28 | 1 | -2/+3 |
* | * insdel.c (move_gap, move_gap_both, gap_left, gap_right) | Stefan Monnier | 2009-03-28 | 1 | -200/+156 |
* | (del_range_2): Don't modify gap contents when called | Andreas Schwab | 2009-02-22 | 1 | -1/+4 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (copy_text): To convert a non-ASCII char to unibyte, | Kenichi Handa | 2008-12-30 | 1 | -2/+2 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (insert_from_buffer_1): Don't compare bytes in destination | Stefan Monnier | 2008-04-03 | 1 | -1/+1 |
* | * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1. | Stefan Monnier | 2008-02-12 | 1 | -1/+1 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+2 |
|\ |
|
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
| |\ |
|
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
| | * | (reset_var_on_error): New fun. | Stefan Monnier | 2007-08-21 | 1 | -62/+38 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-11 | 1 | -10/+3 |
|\ \ \
| |/ / |
|
| * | | (adjust_markers_for_insert): Generalize assertion checks. | Stefan Monnier | 2007-10-02 | 1 | -10/+3 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-08-21 | 1 | -4/+5 |
|\ \ \
| |/ / |
|
| * | | (reset_var_on_error): Improve comment. | Stefan Monnier | 2007-08-15 | 1 | -4/+5 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -62/+37 |
|\ \ \
| |/ / |
|
| * | | (reset_var_on_error): New fun. | Stefan Monnier | 2007-08-13 | 1 | -62/+37 |
| |/ |
|
* | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| * | (replace_range): For undo, record insertion first. | Richard M. Stallman | 2007-04-29 | 1 | -1/+5 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-05-01 | 1 | -1/+5 |
|\ \ |
|
| * | | (replace_range): For undo, record insertion first. | Richard M. Stallman | 2007-04-29 | 1 | -1/+5 |
| |/ |
|
* | | Merge from emacs--devo--0 | Miles Bader | 2007-03-04 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | (Fcombine_after_change_execute): Return nil if | Chong Yidong | 2007-02-28 | 1 | -0/+11 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |