aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* * term.c: Include stdarg.h.Dan Nicolaescu2007-11-221-1/+1
* * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.Stefan Monnier2007-11-211-0/+1
* * alloc.c (allocate_other_vector):Stefan Monnier2007-11-161-1/+0
* * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.Stefan Monnier2007-11-161-1/+7
* Comment the ENABLE_CHECKING version of the CHECK macro.Ken Raeburn2007-10-291-0/+14
* * lisp.h (Fget_text_property): Declare.Stefan Monnier2007-10-231-0/+6
* (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)Stefan Monnier2007-10-171-12/+14
* * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-11/+19
* (eabs): Rename from `abs'. All callers changed.Eli Zaretskii2007-10-131-3/+5
* * frame.c (Fframe_with_environment): Remove.Stefan Monnier2007-10-101-1/+0
* (XSETPSEUDOVECTOR): Don't set the tag anymore.Stefan Monnier2007-10-091-1/+3
* * window.h (struct window):Stefan Monnier2007-10-021-8/+8
* * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-021-7/+12
* (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't allow definition in m/*.h files.Stefan Monnier2007-10-021-11/+8
* * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.Stefan Monnier2007-10-021-10/+6
* (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition ofStefan Monnier2007-09-291-93/+74
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-0/+5
* (allocate_terminal): Declare.Stefan Monnier2007-09-211-0/+1
* (enum pvec_type): New `terminal' pseudovector.Stefan Monnier2007-09-201-2/+8
* (struct Lisp_Subr): Rename `prompt' field to `intspec'.Michaƫl Cadilhac2007-09-101-7/+10
* (set_initial_environment): Rename from set_global_environment.Stefan Monnier2007-08-291-1/+2
* Revert undocumented changes.Dan Nicolaescu2007-08-281-4/+4
* Merge from emacs--devo--0Miles Bader2007-08-131-2/+2
|\
| * Merge from emacs--rel--22Miles Bader2007-08-131-2/+2
| |\
| | * Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-6/+8
|\ \ \ | |/ /
| * | * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.Stefan Monnier2007-07-111-5/+5
| * | (map_char_table): Use an array of int for `indices' rather thanStefan Monnier2007-07-101-1/+3
* | | Merge from emacs--devo--0Miles Bader2007-06-111-2/+6
|\ \ \ | |/ /
| * | (STRING_SET_UNIBYTE): Return the canonical empty unibyte string, if appropriate.Juanma Barranquero2007-06-081-2/+6
* | | Merged from emacs--devo--0Miles Bader2007-05-201-0/+2
|\ \ \ | |/ /
| * | (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):Nick Roberts2007-05-201-0/+2
* | | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-05-111-3/+3
|\ \ \ | |/ /
| * | (VECSIZE): Use OFFSETOF.Andreas Schwab2007-04-291-3/+3
| |/
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-04-221-0/+1
|\ \ | |/
| * Declare check_obarray.Chong Yidong2007-03-171-0/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-2/+3
|\ \ | |/
| * (clear_regexp_cache): Declare.Stefan Monnier2006-10-031-0/+1
| * (pos_visible_p): Update prototype.Kim F. Storm2006-09-051-1/+1
| * * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-011-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-6/+13
|\ \ | |/
| * * lisp.h: Update read-char, read-event, and read_filtered_eventChong Yidong2006-07-261-3/+3
| * * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-3/+3
| * (list1): Add EXFUN.Kim F. Storm2006-07-181-0/+7
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2006-07-141-43/+63
|\ \ | |/