Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -4/+3 |
|\ | |||||
| * | src/*.c: Remove unused function parameters. | Juanma Barranquero | 2011-03-25 | 1 | -2/+2 |
| * | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -2/+1 |
* | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -154/+129 |
|\ \ | |/ | |||||
| * | Merge from mainline. | Paul Eggert | 2011-03-17 | 1 | -2/+2 |
| |\ | |||||
| | * | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. | Chong Yidong | 2011-03-14 | 1 | -2/+2 |
| * | | * buffer.c (fix_overlays_before): Mark locals as initialized. | Paul Eggert | 2011-03-14 | 1 | -2/+3 |
| * | | * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte): | Paul Eggert | 2011-03-14 | 1 | -43/+43 |
| * | | * buffer.c (switch_to_buffer_1): Now static. | Paul Eggert | 2011-03-14 | 1 | -1/+1 |
| |/ | |||||
| * | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 2011-03-13 | 1 | -105/+82 |
| * | * buffer.c (syms_of_buffer): Remove obsolete comment. | Tom Tromey | 2011-03-11 | 1 | -3/+0 |
* | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -365/+343 |
|\ \ | |/ | |||||
| * | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 2011-02-16 | 1 | -28/+0 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -335/+335 |
| * | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -3/+3 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -337/+343 |
* | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Make globals.h a generated header | Tom Tromey | 2011-02-08 | 1 | -1/+1 |
| * | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -1/+1 |
* | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -133/+106 |
|\ \ | |/ | |||||
| * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -3/+2 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -28/+8 |
| * | Change buffer_defaults to new new macro; preparation for thread patch | Tom Tromey | 2011-01-18 | 1 | -85/+85 |
| * | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -4/+4 |
| |\ | |||||
| | * | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -4/+4 |
| * | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
| |/ / | |||||
| * | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -3/+0 |
| * | | Merge from emacs-23 | Stefan Monnier | 2010-12-13 | 1 | -9/+11 |
| |\ \ | | |/ | |||||
* | | | Merge from trunk | Stefan Monnier | 2010-12-10 | 1 | -13/+28 |
|\ \ \ | |/ / | |||||
| * | | Remove duplicate Lisp definitions of define-minor-mode variables defined in C. | Glenn Morris | 2010-10-28 | 1 | -5/+18 |
| * | | Sync docs of cursor-in-non-selected-windows between Lisp and C. | Glenn Morris | 2010-10-23 | 1 | -8/+10 |
* | | | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -8/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -8/+2 |
| |\ \ | | |/ | |||||
| | * | Doc fix. | Glenn Morris | 2010-10-02 | 1 | -8/+2 |
* | | | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -48/+49 |
|\ \ \ | |/ / | |||||
| * | | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 2010-09-24 | 1 | -1/+1 |
| * | | Fix int/EMACS_INT use in buffer.c. | Eli Zaretskii | 2010-09-24 | 1 | -46/+47 |
| * | | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 2010-09-14 | 1 | -1/+1 |
* | | | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -13/+6 |
|\ \ \ | |/ / | |||||
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -1/+1 |
| * | | Remove duplicate declarations. | Juanma Barranquero | 2010-08-07 | 1 | -2/+0 |
| * | | * src/buffer.c (Qwindow): Do not define, already defined in data.c. | Dan Nicolaescu | 2010-07-29 | 1 | -3/+1 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -2/+0 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+0 |
| * | | Merge from emacs-23 | Juanma Barranquero | 2010-07-27 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix. | Juanma Barranquero | 2010-07-21 | 1 | -4/+4 |