aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-23Fix typos.Juanma Barranquero1-1/+1
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii1-28/+0
2011-02-16Change B_ to BVARTom Tromey1-335/+335
2011-02-14Fix the MS-Windows build due to introduction of B_.Eli Zaretskii1-3/+3
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-337/+343
2011-02-08Make globals.h a generated headerTom Tromey1-1/+1
2011-02-06* insdel.c: conform to C89 pointer rulesPaul Eggert1-1/+1
2011-01-30Use SSDATA when the context wants char *.Paul Eggert1-3/+2
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-3/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-28/+8
2011-01-18Change buffer_defaults to new new macro; preparation for thread patchTom Tromey1-85/+85
2011-01-15Refill some copyright headers.Glenn Morris1-4/+4
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-3/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-27Remove unused declarationsAndreas Schwab1-3/+0
2010-10-28Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris1-5/+18
2010-10-23Sync docs of cursor-in-non-selected-windows between Lisp and C.Glenn Morris1-8/+10
2010-10-02Doc fix.Glenn Morris1-8/+2
2010-09-24Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii1-1/+1
2010-09-24Fix int/EMACS_INT use in buffer.c.Eli Zaretskii1-46/+47
2010-09-14Fix typos in comments and ChangeLogs.Juanma Barranquero1-1/+1
2010-08-09Use const char* instead of char*.Dan Nicolaescu1-1/+1
2010-08-07Remove duplicate declarations.Juanma Barranquero1-2/+0
2010-07-29* src/buffer.c (Qwindow): Do not define, already defined in data.c.Dan Nicolaescu1-3/+1
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu1-2/+0
2010-07-26Use const, move declarations to header files.Dan Nicolaescu1-1/+0
2010-07-21* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.Juanma Barranquero1-4/+4
2010-07-12* src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu1-2/+0
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-91/+47
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-6/+6
2010-07-05Convert most remaining function definitions to standard C.Juanma Barranquero1-125/+53
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-24/+24
2010-06-05Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero1-3/+3
2010-06-03* src/buffer.c (Fother_buffer): Add CHECK_FRAME.Juri Linkov1-2/+2
2010-05-27Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong1-1/+1
2010-05-03Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong1-1/+1
2010-04-21Remove references to (default-)direction-reversed.Juanma Barranquero1-2/+1
2010-04-20* buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier1-9/+2
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier1-113/+92
2010-04-12Try to detect file modification within the same second.Stefan Monnier1-0/+1
2010-04-01Remove extern errno declarations.Dan Nicolaescu1-6/+0
2010-03-02buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-b...Kenichi Handa1-1/+3
2010-01-12Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier1-5/+23
2010-01-01Retrospective commit from 2009-1219.Eli Zaretskii1-0/+2
2010-01-01Retrospective commit from 2009-11-14.Eli Zaretskii1-4/+4
2010-01-01Retrospective commit from 2009-10-08.Eli Zaretskii1-16/+1
2010-01-01Retrospective commit from 2009-10-05.Eli Zaretskii1-0/+19
2009-12-31Retrospective commit from 2009-08-15.Eli Zaretskii1-20/+20
2009-12-31Retrospective commit.Eli Zaretskii1-10/+23
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab1-1/+1