summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2011-06-10Merge from trunk.Paul Eggert
2011-06-10Move 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 changePaul Eggert
2011-04-25Merge from mainline.Paul Eggert
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25Fix minor typos in previous change.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-22Merge 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 inPaul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10* buffer.c (buffer_count): Remove unused var.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Make 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 setPaul Eggert
2011-03-31Merge from trunkStefan Monnier
2011-03-25src/*.c: Remove unused function parameters.Juanma Barranquero
2011-03-23Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou
2011-03-21Merge from trunkStefan Monnier
2011-03-19Backport fix for Bug#8219 from trunk.Chong Yidong
2011-03-17Merge 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-13Fix 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-23Fix typos.Juanma Barranquero
2011-02-21Merge from trunkStefan Monnier
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Fix the MS-Windows build due to introduction of B_.Eli Zaretskii
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-11Merge from trunkStefan Monnier
2011-02-08Make globals.h a generated headerTom Tromey
2011-02-06* insdel.c: conform to C89 pointer rulesPaul Eggert
2011-02-01Merge from trunkStefan Monnier
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-18Change buffer_defaults to new new macro; preparation for thread patchTom Tromey
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris