index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Age
Commit message (
Expand
)
Author
2011-06-10
Merge from trunk.
Paul Eggert
2011-06-10
Move window resize code from window.c to window.el.
Martin Rudalics
2011-06-08
* buffer.c (advance_to_char_boundary): Return EMACS_INT, not int.
Paul Eggert
2011-06-08
* buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int.
Paul Eggert
2011-05-30
[ChangeLog]
Paul Eggert
2011-04-27
* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing change
Paul Eggert
2011-04-25
Merge from mainline.
Paul Eggert
2011-04-25
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
Fix minor typos in previous change.
Paul Eggert
2011-04-25
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-22
Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.
Glenn Morris
2011-04-14
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
* buffer.c (buffer_count): Remove unused var.
Paul Eggert
2011-04-10
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
* src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
Chong Yidong
2011-04-02
* buffer.c (Fprevious_overlay_change): Remove var that is set
Paul Eggert
2011-03-31
Merge from trunk
Stefan Monnier
2011-03-25
src/*.c: Remove unused function parameters.
Juanma Barranquero
2011-03-23
Use Frun_hooks rather than calling Vrun_hooks manually
Julien Danjou
2011-03-21
Merge from trunk
Stefan Monnier
2011-03-19
Backport fix for Bug#8219 from trunk.
Chong Yidong
2011-03-17
Merge from mainline.
Paul Eggert
2011-03-14
* buffer.c (fix_overlays_before): Mark locals as initialized.
Paul Eggert
2011-03-14
* buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
Paul Eggert
2011-03-14
* buffer.c (switch_to_buffer_1): Now static.
Paul Eggert
2011-03-14
* src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion.
Chong Yidong
2011-03-13
Fix BUF_* macros to handle indirect buffers properly (Bug#8219).
Chong Yidong
2011-03-11
* buffer.c (syms_of_buffer): Remove obsolete comment.
Tom Tromey
2011-02-23
Fix typos.
Juanma Barranquero
2011-02-21
Merge from trunk
Stefan Monnier
2011-02-16
Use KVAR in MS-Windows build, remove buffer-file-type.
Eli Zaretskii
2011-02-16
Change B_ to BVAR
Tom Tromey
2011-02-14
Fix the MS-Windows build due to introduction of B_.
Eli Zaretskii
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-02-11
Merge from trunk
Stefan Monnier
2011-02-08
Make globals.h a generated header
Tom Tromey
2011-02-06
* insdel.c: conform to C89 pointer rules
Paul Eggert
2011-02-01
Merge from trunk
Stefan Monnier
2011-01-30
Use SSDATA when the context wants char *.
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
Change buffer_defaults to new new macro; preparation for thread patch
Tom Tromey
2011-01-17
Merge from mainline.
Paul Eggert
2011-01-15
Refill some copyright headers.
Glenn Morris
2011-01-14
Merge from mainline.
Paul Eggert
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-09
Include <unistd.h> unilaterally.
Paul Eggert
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
[prev]
[next]