aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2011-06-131-257/+195
|\
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-10/+9
| * Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-258/+197
* | Merge from trunk.Paul Eggert2011-06-101-1/+3
|\|
| * Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-1/+3
* | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int.Paul Eggert2011-06-081-1/+1
* | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int.Paul Eggert2011-06-081-3/+3
|/
* [ChangeLog]Paul Eggert2011-05-301-3/+3
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-271-1/+1
* Merge from mainline.Paul Eggert2011-04-251-1/+2
|\
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+2
| |\
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-101-1/+2
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-191-105/+82
| | * Fix typos.Juanma Barranquero2011-02-231-1/+1
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | | Fix minor typos in previous change.Paul Eggert2011-04-251-1/+1
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-9/+9
|/ /
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+2
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-23/+23
* | * buffer.c (buffer_count): Remove unused var.Paul Eggert2011-04-101-3/+0
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-11/+12
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-26/+27
* | * buffer.c (Fprevious_overlay_change): Remove var that is setPaul Eggert2011-04-021-3/+2
* | Merge from trunkStefan Monnier2011-03-311-4/+3
|\ \
| * | src/*.c: Remove unused function parameters.Juanma Barranquero2011-03-251-2/+2
| * | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-2/+1
* | | 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
| |\| |