log src/lisp.h @ 111114:674f04c442a5

age author description
Mon, 09 Aug 2010 21:25:41 +0200 Andreas Schwab Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Sat, 07 Aug 2010 03:10:12 +0200 Juanma Barranquero Remove duplicate declarations.
Fri, 06 Aug 2010 11:56:41 -0700 Dan Nicolaescu * src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Thu, 05 Aug 2010 16:15:24 -0700 Dan Nicolaescu Add declarations to header files.
Thu, 29 Jul 2010 08:50:04 -0700 Dan Nicolaescu Make lisp_time_argument work on all systems.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Wed, 28 Jul 2010 19:34:51 +0200 Jan D. Add tool bar style text-image-horiz (text to the left of the image).
Mon, 26 Jul 2010 19:45:53 -0700 Dan Nicolaescu * src/lisp.h (Fkill_emacs): Mark as NO_RETURN.
Sun, 25 Jul 2010 23:37:26 -0700 Dan Nicolaescu Mark functions as NO_RETURN.
Sat, 24 Jul 2010 20:15:40 +0200 Andreas Schwab * lisp.h: Remove leftover P_.
Sat, 24 Jul 2010 17:21:56 +0200 Andreas Schwab Make internal_self_insert static
Tue, 20 Jul 2010 17:26:53 +0200 Stefan Monnier Fix up "missing braces" warning.
Mon, 12 Jul 2010 21:47:45 -0700 Dan Nicolaescu Convert maybe_fatal to standard C.
Sun, 11 Jul 2010 20:34:43 +0200 Andreas Schwab Use offsetof instead of own definition
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Sun, 11 Jul 2010 02:59:55 -0400 Ken Raeburn Make doprnt and related functions ANSI C compliant, with prototypes.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Tue, 06 Jul 2010 19:49:37 -0700 Dan Nicolaescu Make the function member of Lisp_Subr use standard C prototypes.
Tue, 06 Jul 2010 15:33:34 +0200 Andreas Schwab Fix conflicting declarations of x_get_keysym_name
Sat, 03 Jul 2010 09:44:17 +0200 Juanma Barranquero Fix prototypes.
Fri, 02 Jul 2010 15:18:28 -0700 Dan Nicolaescu Convert some prototypes to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Fri, 02 Jul 2010 11:26:33 +0200 Jan D Remove P_ and __P macros.
Fri, 02 Jul 2010 01:11:24 -0700 Dan Nicolaescu Define USE_LISP_UNION_TYPE using autoconf.
Thu, 10 Jun 2010 00:08:50 +0200 Andreas Schwab Merge from emacs-23
Thu, 03 Jun 2010 17:34:35 +0200 Juanma Barranquero Fix typos.
Fri, 04 Jun 2010 16:13:35 +0200 Juanma Barranquero Turn `directory-sep-char' into a noop.
Thu, 27 May 2010 19:30:11 -0400 Chong Yidong Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Sat, 15 May 2010 17:19:05 -0400 Ken Raeburn * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)
Sat, 08 May 2010 14:47:07 -0400 Stefan Monnier Merge from emacs-23
Fri, 30 Apr 2010 12:00:48 -0400 Chong Yidong Fix for Bug#5984.
Fri, 07 May 2010 16:33:00 -0400 Stefan Monnier Try and fix unbind_to when localness of binding has changed
Mon, 03 May 2010 11:01:21 -0400 Chong Yidong Add optional arg to delete-file to force deletion (Bug#6070).
Thu, 29 Apr 2010 08:42:01 -0400 Stefan Monnier Fix wrong-docstring problem introduced with hash-consing.
Tue, 20 Apr 2010 20:52:07 +0200 Jan D. Gtk tool bars can be text, icons with text or just icons.
Tue, 20 Apr 2010 20:02:58 -0700 Glenn Morris Add SELinux support.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Fri, 05 Mar 2010 18:08:18 -0500 Stefan Monnier Make it possible to C-g in a tight bytecode loop again (bug#5680).
Fri, 22 Jan 2010 18:10:04 +0900 YAMAMOTO Mitsuharu Make string pointer args point to const as in other string allocation functions.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 04 Dec 2009 16:16:26 +0000 Juanma Barranquero Fix `string-to-number' to deal consistently with integers and floats.
Tue, 17 Nov 2009 21:57:48 +0000 Andreas Schwab * lisp.h: Remove declaration of Ffont_get_system_font.
Tue, 17 Nov 2009 19:11:53 +0000 Andreas Schwab (Fbyteorder, init_font, Ffont_get_system_font): Declare.
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Fri, 06 Nov 2009 18:47:48 +0000 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
Fri, 06 Nov 2009 06:07:46 +0000 Dan Nicolaescu * process.c (socket_options): Make it const.
Tue, 03 Nov 2009 21:12:15 +0000 Stefan Monnier (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.
Tue, 03 Nov 2009 15:30:39 +0000 Stefan Monnier Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
Sat, 24 Oct 2009 16:32:06 +0000 Andreas Schwab (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
Fri, 23 Oct 2009 20:56:30 +0000 Andreas Schwab (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
Fri, 23 Oct 2009 17:33:52 +0000 Stefan Monnier * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Fri, 02 Oct 2009 05:57:49 +0000 Michael Albinus * lisp.h (Qdelete_directory_internal): Remove, because it is not
Thu, 01 Oct 2009 23:17:39 +0000 Juanma Barranquero * lisp.h (Qdelete_directory_internal):
Thu, 17 Sep 2009 23:04:41 +0000 Juanma Barranquero The --quick command line option now ignores X resources and Registry settings.
Wed, 26 Aug 2009 19:57:44 +0000 Dan Nicolaescu * lisp.h: Replace #if 0 code for checking with text pointing to
Tue, 25 Aug 2009 00:48:42 +0000 Kenichi Handa (CHAR_TABLE_REF_ASCII): New macor.
Mon, 17 Aug 2009 01:25:54 +0000 Ken Raeburn * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
Sat, 15 Aug 2009 18:25:38 +0000 Michael Albinus * lisp.h (xd_pending_messages): Declare.