log src/lisp.h @ 103064:167aaf60df7e

age author description
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.
Thu, 29 Jan 2009 14:35:25 +0000 Chong Yidong (QUIT): Check pending_signals instead of interrupt_input_pending. Use
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Sun, 02 Nov 2008 10:39:39 +0000 Martin Rudalics (do_switch_frame, Fselect_frame)
Tue, 28 Oct 2008 04:25:11 +0000 Dan Nicolaescu * emacs.c (daemon_pipe): Make non-static.
Tue, 21 Oct 2008 14:06:30 +0000 Martin Rudalics Remove prototype for no_switch_window.
Mon, 06 Oct 2008 16:17:24 +0000 Chong Yidong (Vbefore_init_time, Vafter_init_time): Declare.
Wed, 24 Sep 2008 19:58:06 +0000 Dan Nicolaescu * lisp.h (is_daemon): Declare.
Tue, 05 Aug 2008 03:05:14 +0000 Adrian Robert Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Mon, 04 Aug 2008 16:57:44 +0000 Adrian Robert fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
Sat, 02 Aug 2008 17:03:34 +0000 Eli Zaretskii Fix erroneous last commit.
Sat, 02 Aug 2008 16:20:29 +0000 Eli Zaretskii Add prototype for directory_files_internal.
Sat, 02 Aug 2008 16:18:09 +0000 Eli Zaretskii (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
Mon, 28 Jul 2008 12:25:11 +0000 Andreas Schwab * lisp.h (init_weak_hash_tables, syms_of_font)
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Sat, 19 Jul 2008 20:45:36 +0000 Adrian Robert by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile
Thu, 17 Jul 2008 23:18:58 +0000 Miles Bader Merge from emacs--rel--22
Thu, 17 Jul 2008 13:57:13 +0000 Dan Nicolaescu * ecrt0.c: Remove code depending on m68000, not used anymore.
Wed, 16 Jul 2008 07:42:41 +0000 Dan Nicolaescu * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Fri, 11 Jul 2008 14:20:06 +0000 Dan Nicolaescu Remove left over code.
Fri, 11 Jul 2008 11:39:49 +0000 Andreas Schwab Fix logic in last change.
Fri, 11 Jul 2008 02:29:43 +0000 Dan Nicolaescu * lisp.h:
Fri, 04 Jul 2008 02:23:42 +0000 Kenichi Handa EXFUN adjusted for the change of Fstring_to_unibyte.