aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-131-0/+1
* Fix int/EMACS_INT use in xdisp.c and print.c.Eli Zaretskii2010-09-291-6/+6
* * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)Michael Albinus2010-09-271-2/+0
* Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-1/+1
* Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-2/+2
* Fix all EMACS_INT/int conversion errors in print.c (and related files).Lars Magne Ingebrigtsen2010-09-241-1/+1
* Fix int/EMACS_INT use in buffer.c.Eli Zaretskii2010-09-241-2/+2
* Fix int/EMACS_INT usage in fns.c.Eli Zaretskii2010-09-241-1/+2
* Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.Lars Magne Ingebrigtsen2010-09-231-1/+1
* Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.Lars Magne Ingebrigtsen2010-09-231-2/+2
* Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen2010-09-231-1/+1
* Fix last changes in editfns.c and intervals.c.Eli Zaretskii2010-09-231-1/+1
* Fix EMACS_INT/int conversion errors in marker.c.Lars Magne Ingebrigtsen2010-09-231-7/+7
* Fix use of int instead of EMACS_INT in search.c and region-cache.c.Eli Zaretskii2010-09-231-6/+7
* Fix use of int instead of EMACS_INT in editfns.c.Eli Zaretskii2010-09-231-1/+1
* Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-1/+1
* Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-7/+8
* Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-5/+6
* Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-5/+6
* * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-121-1/+0
* Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-101-0/+5
* Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-3/+3
* Remove duplicate declarations.Juanma Barranquero2010-08-071-6/+2
* * src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.Dan Nicolaescu2010-08-061-0/+6
* Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+1
* Add declarations to header files.Dan Nicolaescu2010-08-051-10/+41
* Make lisp_time_argument work on all systems.Dan Nicolaescu2010-07-291-1/+0
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+36
* Add tool bar style text-image-horiz (text to the left of the image).Jan Djärv2010-07-281-1/+1
* * src/lisp.h (Fkill_emacs): Mark as NO_RETURN.Dan Nicolaescu2010-07-261-4/+17
* Mark functions as NO_RETURN.Dan Nicolaescu2010-07-251-1/+3
* * lisp.h: Remove leftover P_.Andreas Schwab2010-07-241-4/+4
* Make internal_self_insert staticAndreas Schwab2010-07-241-1/+0
* Fix up "missing braces" warning.Stefan Monnier2010-07-201-2/+4
* Convert maybe_fatal to standard C.Dan Nicolaescu2010-07-121-0/+1
* Use offsetof instead of own definitionAndreas Schwab2010-07-111-9/+3
* Constify functions taking char *Andreas Schwab2010-07-111-22/+23
* Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-4/+6
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+13
* Make the function member of Lisp_Subr use standard C prototypes.Dan Nicolaescu2010-07-061-2/+13
* Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-061-0/+5
* Fix prototypes.Juanma Barranquero2010-07-031-1/+1
* Convert some prototypes to standard C.Dan Nicolaescu2010-07-021-1/+1
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-3/+0
* Remove P_ and __P macros.Jan D2010-07-021-438/+438
* Define USE_LISP_UNION_TYPE using autoconf.Dan Nicolaescu2010-07-021-4/+3
* Merge from emacs-23Andreas Schwab2010-06-101-50/+49
|\
| * Fix typos.Juanma Barranquero2010-06-031-50/+49
* | Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-7/+1
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-1/+1