summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* 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
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-4/+4
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Remove unused declarationsAndreas Schwab2010-12-271-3/+0
* | Merge from emacs-23Stefan Monnier2010-12-131-9/+11
|\ \ | |/
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-5/+18
* | Sync docs of cursor-in-non-selected-windows between Lisp and C.Glenn Morris2010-10-231-8/+10
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-8/+2
|\ \ | |/
| * Doc fix.Glenn Morris2010-10-021-8/+2
* | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-1/+1
* | Fix int/EMACS_INT use in buffer.c.Eli Zaretskii2010-09-241-46/+47
* | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-141-1/+1
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-1/+1
* | Remove duplicate declarations.Juanma Barranquero2010-08-071-2/+0
* | * src/buffer.c (Qwindow): Do not define, already defined in data.c.Dan Nicolaescu2010-07-291-3/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-1/+0
* | Merge from emacs-23Juanma Barranquero2010-07-271-4/+4
|\ \ | |/
| * * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.Juanma Barranquero2010-07-211-4/+4
* | * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu2010-07-121-2/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-91/+47
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+6
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-125/+53
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-24/+24
* | Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero2010-06-051-3/+3
* | * src/buffer.c (Fother_buffer): Add CHECK_FRAME.Juri Linkov2010-06-031-2/+2
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-1/+1
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-1/+1
* | Remove references to (default-)direction-reversed.Juanma Barranquero2010-04-211-2/+1
* | * buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier2010-04-201-9/+2
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-113/+92
* | Try to detect file modification within the same second.Stefan Monnier2010-04-121-0/+1
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-6/+0
* | Merge from mainline.Eli Zaretskii2010-03-061-1/+3
|\ \ | |/
| * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-b...Kenichi Handa2010-03-021-1/+3
* | Merge from mainline.Eli Zaretskii2010-01-161-5/+23
|\ \ | |/
| * Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-121-5/+23
* | Retrospective commit from 2009-1219.Eli Zaretskii2010-01-011-0/+2
* | Retrospective commit from 2009-11-14.Eli Zaretskii2010-01-011-4/+4
* | Retrospective commit from 2009-10-08.Eli Zaretskii2010-01-011-16/+1
* | Retrospective commit from 2009-10-05.Eli Zaretskii2010-01-011-0/+19
* | Retrospective commit from 2009-08-15.Eli Zaretskii2009-12-311-20/+20