summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2010-12-27Remove unused declarationsAndreas Schwab
2010-12-13Merge from emacs-23Stefan Monnier
2010-12-10Merge from trunkStefan Monnier
2010-10-28Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris
2010-10-23Sync docs of cursor-in-non-selected-windows between Lisp and C.Glenn Morris
2010-10-15Merge from trunkStefan Monnier
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-02Doc fix.Glenn Morris
2010-09-30Merge from trunkStefan Monnier
2010-09-24Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii
2010-09-24Fix int/EMACS_INT use in buffer.c.Eli Zaretskii
2010-09-14Fix typos in comments and ChangeLogs.Juanma Barranquero
2010-08-11Merge from trunkStefan Monnier
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-07Remove duplicate declarations.Juanma Barranquero
2010-07-29* src/buffer.c (Qwindow): Do not define, already defined in data.c.Dan Nicolaescu
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-26Use const, move declarations to header files.Dan Nicolaescu
2010-07-27Merge from emacs-23Juanma Barranquero
2010-07-23Merge from trunkStefan Monnier
2010-07-21* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.Juanma Barranquero
2010-07-12* src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-05Convert most remaining function definitions to standard C.Juanma Barranquero
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-06-13New branch for lexbind, losing all history.Stefan Monnier
2010-06-05Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero
2010-06-03* src/buffer.c (Fother_buffer): Add CHECK_FRAME.Juri Linkov
2010-05-27Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong
2010-05-03Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong
2010-04-21Remove references to (default-)direction-reversed.Juanma Barranquero
2010-04-20* buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier
2010-04-12Try to detect file modification within the same second.Stefan Monnier
2010-04-01Remove extern errno declarations.Dan Nicolaescu
2010-03-06Merge from mainline.Eli Zaretskii
2010-03-02buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-b...Kenichi Handa
2010-01-16Merge from mainline.Eli Zaretskii
2010-01-12Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier
2010-01-01Retrospective commit from 2009-1219.Eli Zaretskii
2010-01-01Retrospective commit from 2009-11-14.Eli Zaretskii
2010-01-01Retrospective commit from 2009-10-08.Eli Zaretskii
2010-01-01Retrospective commit from 2009-10-05.Eli Zaretskii
2009-12-31Retrospective commit from 2009-08-15.Eli Zaretskii
2009-12-31Retrospective commit.Eli Zaretskii
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab
2009-11-11* frame.c (make_initial_frame):Dan Nicolaescu
2009-11-06Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu