aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge from trunkStefan Monnier2011-03-211-154/+129
|\| |
| * | Merge from mainline.Paul Eggert2011-03-171-2/+2
| |\ \
| | * | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion.Chong Yidong2011-03-141-2/+2
| * | | * buffer.c (fix_overlays_before): Mark locals as initialized.Paul Eggert2011-03-141-2/+3
| * | | * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):Paul Eggert2011-03-141-43/+43
| * | | * buffer.c (switch_to_buffer_1): Now static.Paul Eggert2011-03-141-1/+1
| |/ /
| * | Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-105/+82
| * | * buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey2011-03-111-3/+0
* | | Merge from trunkStefan Monnier2011-02-211-365/+343
|\| |
| * | Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-28/+0
| * | Change B_ to BVARTom Tromey2011-02-161-335/+335
| * | Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-141-3/+3
| * | Hide implementation of `struct buffer'Tom Tromey2011-02-141-337/+343
* | | Merge from trunkStefan Monnier2011-02-111-2/+2
|\| |
| * | Make globals.h a generated headerTom Tromey2011-02-081-1/+1
| * | * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* | | Merge from trunkStefan Monnier2011-02-011-133/+106
|\| |
| * | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-3/+2
| * | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
| * | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-28/+8
| * | Change buffer_defaults to new new macro; preparation for thread patchTom Tromey2011-01-181-85/+85
| * | Merge from mainline.Paul Eggert2011-01-171-4/+4
| |\ \
| | * | Refill some copyright headers.Glenn Morris2011-01-151-4/+4
| * | | Merge from mainline.Paul Eggert2011-01-141-4/+4
| |\| |
| | * | Merge from emacs-23Stefan Monnier2011-01-141-4/+4
| | |\|
| | | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
| |/ /
| * | Remove unused declarationsAndreas Schwab2010-12-271-3/+0
| * | Merge from emacs-23Stefan Monnier2010-12-131-9/+11
| |\|
* | | Merge from trunkStefan Monnier2010-12-101-13/+28
|\| |
| * | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-5/+18
| * | Sync docs of cursor-in-non-selected-windows between Lisp and C.Glenn Morris2010-10-231-8/+10
* | | Merge from trunkStefan Monnier2010-10-151-8/+2
|\| |
| * | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-8/+2
| |\|
| | * Doc fix.Glenn Morris2010-10-021-8/+2
* | | Merge from trunkStefan Monnier2010-09-301-48/+49
|\| |
| * | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-1/+1
| * | Fix int/EMACS_INT use in buffer.c.Eli Zaretskii2010-09-241-46/+47
| * | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-141-1/+1
* | | Merge from trunkStefan Monnier2010-08-111-13/+6
|\| |
| * | Use const char* instead of char*.Dan Nicolaescu2010-08-091-1/+1
| * | Remove duplicate declarations.Juanma Barranquero2010-08-071-2/+0
| * | * src/buffer.c (Qwindow): Do not define, already defined in data.c.Dan Nicolaescu2010-07-291-3/+1
| * | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
| * | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-1/+0
| * | Merge from emacs-23Juanma Barranquero2010-07-271-4/+4
| |\|
| | * * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.Juanma Barranquero2010-07-211-4/+4
* | | Merge from trunkStefan Monnier2010-07-231-248/+130
|\| |
| * | * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu2010-07-121-2/+0
| * | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-91/+47