log src/lisp.h @ 107097:6692a4cd2966

age author description
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.
Mon, 10 Aug 2009 00:54:02 +0000 Ken Raeburn * doprnt.c (doprnt_lisp): Unused function deleted.
Wed, 06 May 2009 02:26:52 +0000 YAMAMOTO Mitsuharu (add_user_signal): Remove extern.
Thu, 16 Apr 2009 16:01:14 +0000 Andreas Schwab * search.c: Use EMACS_INT for buffer positions. Add prototypes.
Mon, 13 Apr 2009 18:45:12 +0000 Stefan Monnier * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
Sat, 28 Mar 2009 04:53:04 +0000 Stefan Monnier * editfns.c (general_insert_function): Adjust to insdel.c changes.
Sat, 28 Mar 2009 02:24:22 +0000 Stefan Monnier * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
Thu, 26 Mar 2009 22:15:13 +0000 Stefan Monnier (Fx_focus_frame): Declare.
Sat, 21 Feb 2009 13:39:46 +0000 Chong Yidong Define Qfont_spec, Qfont_entity, Qfont_object extern.
Thu, 12 Feb 2009 05:55:50 +0000 Kenichi Handa (fast_looking_at): Extern it.