| Age | Commit message (Expand) | Author |
| 2017-01-01 | Merge from origin/emacs-25 | Paul Eggert |
| 2016-12-31 | Update copyright year to 2017 | Paul Eggert |
| 2016-09-12 | * src/casefiddle.c (casify_word): Simplify. | Paul Eggert |
| 2016-09-12 | * src/casefiddle.c (casify_word): Return Qnil. | Paul Eggert |
| 2016-09-12 | Refactor common code in {upcase,downcase,capitalize}-word functions | Michal Nazarewicz |
| 2016-06-06 | * src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’. | Juri Linkov |
| 2016-05-30 | Omit IF_LINT code that no longer seems needed | Paul Eggert |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert |
| 2015-11-14 | Support rectangular regions for more commands | Juri Linkov |
| 2015-11-08 | Use INT_ADD_WRAPV etc. to check integer overflow | Paul Eggert |
| 2015-01-05 | Compute C decls for DEFSYMs automatically | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-19 | Fix bug #16190 with documentation of capitalize-word. | Eli Zaretskii |
| 2013-11-01 | Fix whitespace in src/casefiddle.c. | Eli Zaretskii |
| 2013-08-06 | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-12-03 | * lisp.h (modify_region): Rename to... | Dmitry Antipov |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-08-24 | * casefiddle.c, casetab.c, category.c: Use bool for boolean. | Paul Eggert |
| 2012-08-03 | Remove unnecessary casts involving pointers. | Paul Eggert |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero |
| 2011-06-12 | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert |
| 2011-04-02 | * casefiddle.c (casify_region): Remove var that is set but not used. | Paul Eggert |
| 2011-03-15 | Use functions, not macros, for up- and down-casing. | Paul Eggert |
| 2011-03-15 | * casefiddle.c (casify_region): Mark local as initialized. | Paul Eggert |
| 2011-03-15 | * casefiddle.c (casify_object, casify_region): Now static. | Paul Eggert |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey |
| 2011-02-06 | * casefiddle.c: conform to C89 pointer rules | Paul Eggert |
| 2011-01-26 | Refill some long/short copyright headers. | Glenn Morris |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-09-24 | Fix int/EMACS_INT use in casefiddle.c and syntax.c. | Eli Zaretskii |
| 2010-08-18 | * casefiddle.c (casify_region): Setup gl_state. | Stefan Monnier |
| 2010-08-12 | Introduce a new comment style "c" flag. | Stefan Monnier |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu |