| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -6/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | 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 |
* | | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 2010-09-24 | 1 | -5/+5 |
* | | Fix use of int instead of EMACS_INT in search.c and region-cache.c. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -1/+0 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -11/+6 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -34/+14 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -3/+3 |
* | | Remove obsolete macro BASE_LEADING_CODE_P. | Juanma Barranquero | 2010-06-05 | 1 | -5/+5 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (skip_invisible): Fix a typo in a comment. | Eli Zaretskii | 2009-11-28 | 1 | -1/+1 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (Fvertical_motion): Undo 2005-01-19 change (Bug#2694). | Chong Yidong | 2009-03-19 | 1 | -8/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (Fvertical_motion): Don't advance iterator if we have reseated to the | Chong Yidong | 2008-12-30 | 1 | -6/+10 |
* | Minor fix to last change. | Chong Yidong | 2008-09-17 | 1 | -1/+1 |
* | (Fvertical_motion): Use position reported by iterator | Chong Yidong | 2008-09-17 | 1 | -2/+2 |
* | (scan_for_column): Don't handle automatic composition if the current | Kenichi Handa | 2008-09-12 | 1 | -1/+6 |
* | (Fvertical_motion): Be sure to set it_overshoot_expected if | Kenichi Handa | 2008-09-08 | 1 | -1/+1 |
* | (Fvertical_motion): Don't call move_it_by_lines again if moving by a | Chong Yidong | 2008-09-02 | 1 | -4/+10 |
* | Include composite.h and dispextern.h. | Kenichi Handa | 2008-08-29 | 1 | -55/+59 |
* | (Fvertical_motion): Revert last change. Handle the general case where | Chong Yidong | 2008-08-27 | 1 | -47/+61 |
* | (Fvertical_motion): If moving forward starting from a multi-line | Chong Yidong | 2008-08-26 | 1 | -30/+35 |
* | (Fvertical_motion): Restore hscroll before moving to goal column. | Chong Yidong | 2008-07-12 | 1 | -7/+16 |
* | (Fvertical_motion): Properly handle float column arg. | Stefan Monnier | 2008-06-29 | 1 | -6/+9 |
* | (compute_motion): Obey integer values of truncate-partial-width-windows. | Chong Yidong | 2008-06-24 | 1 | -4/+14 |
* | * window.c (window_scroll_pixel_based_preserve_x) | Stefan Monnier | 2008-06-05 | 1 | -0/+17 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (Fmove_to_column): Move declaration before statements. | Andreas Schwab | 2008-03-28 | 1 | -2/+3 |
* | (check_display_width): New fun. | Stefan Monnier | 2008-03-26 | 1 | -2/+56 |
* | (scan_for_column): Extract from current_column_1. | Stefan Monnier | 2008-03-26 | 1 | -186/+87 |
* | (current_column, current_column_1, Fmove_to_column) | Kim F. Storm | 2008-02-27 | 1 | -17/+14 |
* | 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 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-13 | 1 | -5/+4 |
|\ \ \
| |/ / |
|
| * | | (indent_tabs_mode, last_known_column, last_known_column_modified): Make static. | Juanma Barranquero | 2007-10-10 | 1 | -5/+4 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-11 | 1 | -57/+60 |
|\ \ \
| |/ / |
|
| * | | (compute_motion): Typo in last change. | Stefan Monnier | 2007-09-27 | 1 | -1/+1 |
| * | | * indent.h: | Stefan Monnier | 2007-09-27 | 1 | -50/+51 |
| * | | (Fmove_to_column): Use EMACS_INT for buffer positions. | Stefan Monnier | 2007-09-27 | 1 | -8/+8 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-04-22 | 1 | -2/+5 |
| |\ \ \ |
|
| * \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-02-24 | 1 | -4/+5 |
| |\ \ \ \ |
|