aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-19/+8
* (Fmake_indirect_buffer): Set the buffer's tag.Stefan Monnier2007-10-141-0/+1
* (add_overlay_mod_hooklist): Use larger_vector.Eli Zaretskii2007-10-131-9/+2
* Merge from emacs--rel--22Miles Bader2007-10-091-1/+1
|\
| * (Foverlays_at): Doc fix.Richard M. Stallman2007-09-191-1/+1
* | (Fget_buffer_create, init_buffer_once): Use XSETPVECTYPE.Stefan Monnier2007-10-021-0/+3
* | * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.Stefan Monnier2007-10-021-0/+43
* | Merge from emacs--devo--0Miles Bader2007-07-311-3/+3
|\ \
| * | * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test forNick Roberts2007-07-281-2/+2
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\|
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | * (syms_of_buffer) <selective-display>: Fix typo in docstring.Juanma Barranquero2007-06-271-2/+2
* | | Merge from emacs--devo--0Miles Bader2007-07-241-0/+2
|\| |
| * | (mode-line-format): Describe above case in doc string.Nick Roberts2007-07-221-0/+2
* | | Merge from emacs--devo--0Miles Bader2007-07-151-2/+2
|\| |
| * | (syms_of_buffer) <selective-display>: Fix typo in docstring.Juanma Barranquero2007-06-271-2/+2
| |/
* | Merge from emacs--devo--0Miles Bader2007-06-111-1/+1
|\|
| * (syms_of_buffer): Doc fix.Richard M. Stallman2007-05-311-1/+1
* | Merged from [email protected]Karoly Lorentey2007-04-221-0/+11
|\|
| * (Fkill_buffer): gcpro BUF during kill_buffer_processesKim F. Storm2007-04-131-0/+9
| * (Fset_buffer_major_mode): Check that BUFFER is valid.Juanma Barranquero2007-03-291-0/+2
* | Merged from [email protected]Karoly Lorentey2007-04-221-2/+2
|\|
| * (syms_of_buffer): Doc fix.Richard M. Stallman2007-03-191-1/+1
| * (syms_of_buffer) <buffer-display-table>: Doc fix.Juanma Barranquero2007-03-181-2/+2
* | Merged from [email protected]Karoly Lorentey2007-02-241-6/+5
|\|
| * Reflow docstrings.Juanma Barranquero2007-02-111-6/+5
* | Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected].Karoly Lorentey2007-01-011-24/+27
|\|
| * (syms_of_buffer) <buffer-display-table>, scroll-up-aggressively,Juanma Barranquero2006-12-191-5/+5
| * Whitespace change (again).Juanma Barranquero2006-12-181-1/+1
| * Whitespace change.Juanma Barranquero2006-12-181-1/+1
| * (Fkill_buffer): Doc fix.Juanma Barranquero2006-12-171-10/+13
| * (syms_of_buffer) <cursor-in-non-selected-windows, line-spacing, left-margin,Juanma Barranquero2006-12-111-5/+5
| * (syms_of_buffer) <default-major-mode>: Doc fix.Juanma Barranquero2006-12-101-2/+2
* | Merged from [email protected]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-2/+2
|\|
| * (syms_of_buffer) <buffer-undo-list>: Doc fix.Juanma Barranquero2006-11-241-2/+2
* | Merged from [email protected]Karoly Lorentey2006-10-141-1/+28
|\|
| * (syms_of_buffer): Reorder coding systems in theJuri Linkov2006-09-291-1/+1
| * Minor doc fix.Chong Yidong2006-09-011-1/+1
| * * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-011-0/+27
* | Merged from [email protected]Karoly Lorentey2006-10-141-11/+41
|\|
| * (Fset_buffer_multibyte): Simplify; use list3.Kim F. Storm2006-08-251-5/+4
| * (Fswitch_to_buffer): Fix previous change.Richard M. Stallman2006-08-251-3/+8
| * (Fswitch_to_buffer): Move buffer to front ofNick Roberts2006-08-241-3/+7
| * 2006-08-22 Stefan Monnier <[email protected]>Kim F. Storm2006-08-221-7/+19
| * * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.Chong Yidong2006-08-061-1/+11
* | Merged from [email protected]Karoly Lorentey2006-07-291-4/+4
|\|
| * (Fbuffer_local_value, Fbarf_if_buffer_read_only):Kim F. Storm2006-07-181-4/+4
* | Merged from [email protected].Karoly Lorentey2006-06-121-1/+2
|\|