summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Retrospective commit.Eli Zaretskii2009-12-311-10/+23
|/
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-111-1/+1
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-5/+5
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-29/+29
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)Juanma Barranquero2009-10-171-1/+2
* (default-major-mode): Move most of the doc from here...Glenn Morris2009-09-021-10/+11
* * buffer.c (set_buffer_internal_1)Chong Yidong2009-08-151-14/+19
* * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.Richard M. Stallman2009-07-161-1/+6
* (syms_of_buffer) <line-spacing>: Doc fix.Eli Zaretskii2009-04-141-1/+2
* Move comment to make clearer it's talking about buffer Vprin1_to_string_buffer.Juanma Barranquero2009-03-171-2/+1
* (Fswitch_to_buffer): Revert part of 2008-10-21's change.Stefan Monnier2009-03-101-3/+5