Tue, 18 Jan 2011 13:45:37 -0700 |
Tom Tromey |
Move all DEFVAR'd globals into a structure -- threading infrastructure
|
Sat, 15 Jan 2011 18:21:30 -0800 |
Glenn Morris |
Refill some copyright headers.
|
Sat, 15 Jan 2011 15:16:57 -0800 |
Glenn Morris |
Nuke arch-tags.
|
Fri, 14 Jan 2011 12:18:41 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Sun, 02 Jan 2011 15:50:46 -0800 |
Glenn Morris |
Add 2011 to FSF/AIST copyright years.
|
Mon, 27 Dec 2010 18:29:38 +0100 |
Andreas Schwab |
Remove unused declarations
|
Sun, 19 Dec 2010 00:43:42 -0500 |
Stefan Monnier |
Minor clean up to silence some gcc warnings.
|
Wed, 27 Oct 2010 00:23:09 +0200 |
Juanma Barranquero |
* src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600.
|
Thu, 30 Sep 2010 16:28:22 +0200 |
Lars Magne Ingebrigtsen |
(Fbacktrace): Don't overwrite print-level on exit.
|
Fri, 24 Sep 2010 15:30:13 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
|
Fri, 24 Sep 2010 17:01:03 +0200 |
Lars Magne Ingebrigtsen |
Fix all EMACS_INT/int conversion errors in print.c (and related files).
|
Sun, 22 Aug 2010 16:02:16 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Tue, 17 Aug 2010 23:07:50 +0200 |
Andreas Schwab |
* eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
|
Tue, 17 Aug 2010 12:34:28 -0400 |
Chong Yidong |
Avoid stack overflow in let, eval, and apply (Bug#6214).
|
Wed, 18 Aug 2010 12:21:43 +0200 |
Stefan Monnier |
* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
|
Fri, 06 Aug 2010 12:07:16 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
Wed, 28 Jul 2010 22:48:06 -0700 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
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 11:27:13 +0200 |
Andreas Schwab |
Constify functions taking char *
|
Sun, 11 Jul 2010 10:44:34 +0200 |
Andreas Schwab |
Fix indentation problem
|
Sun, 11 Jul 2010 10:38:22 +0200 |
Andreas Schwab |
Remove obsolete noinline declaration
|
Sun, 11 Jul 2010 02:59:55 -0400 |
Ken Raeburn |
Make doprnt and related functions ANSI C compliant, with prototypes.
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
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.
|
Mon, 05 Jul 2010 12:36:06 +0200 |
Juanma Barranquero |
Convert most remaining function definitions 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, 14 May 2010 13:53:42 -0400 |
Stefan Monnier |
* eval.c (specbind): Disallow let-binding frame-local vars.
|
Fri, 07 May 2010 16:33:00 -0400 |
Stefan Monnier |
Try and fix unbind_to when localness of binding has changed
|
Tue, 04 May 2010 13:44:54 -0400 |
Stefan Monnier |
Misc tweaks.
|
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.
|
Sun, 25 Apr 2010 15:16:58 -0700 |
Dan Nicolaescu |
Remove all NO_ARG_ARRAY uses.
|
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.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Fri, 01 Jan 2010 12:14:05 -0500 |
Chong Yidong |
* eval.c (run_hook_with_args): Handle the case where the global
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Fri, 06 Nov 2009 05:24:28 +0000 |
Dan Nicolaescu |
* alloc.c (make_pure_c_string): New function.
|
Sat, 24 Oct 2009 06:32:03 +0000 |
Dan Nicolaescu |
* keymap.c (Fmake_sparse_keymap): Purecopy the name.
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Thu, 01 Oct 2009 17:47:38 +0000 |
Stefan Monnier |
* eval.c (Fcalled_interactively_p): Add `kind' argument.
|
Sun, 20 Sep 2009 17:05:00 +0000 |
Stefan Monnier |
(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
|
Fri, 21 Aug 2009 14:53:02 +0000 |
Stefan Monnier |
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
|
Sat, 15 Aug 2009 21:51:33 +0000 |
Chong Yidong |
* eval.c (Fcalled_interactively_p, Finteractive_p): Doc
|
Mon, 27 Jul 2009 02:02:49 +0000 |
Bastien Guerry |
Better docstring for `called-interactively-p'.
|
Tue, 24 Mar 2009 16:37:25 +0000 |
Chong Yidong |
(Fcommandp): Use Qinteractive_form.
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Fri, 05 Dec 2008 14:45:14 +0000 |
Chong Yidong |
(Vdebug_on_error): Doc fix.
|
Wed, 27 Aug 2008 20:26:03 +0000 |
Chong Yidong |
(find_handler_clause): Temporarily increase max-lisp-eval-depth while
|
Tue, 26 Aug 2008 20:23:32 +0000 |
Chong Yidong |
(Fcondition_case): Doc fix.
|
Mon, 28 Jul 2008 12:25:11 +0000 |
Andreas Schwab |
* lisp.h (init_weak_hash_tables, syms_of_font)
|
Sun, 13 Jul 2008 07:35:26 +0000 |
Dan Nicolaescu |
* config.nt (HAVE_FACES): Remove, unused.
|
Wed, 04 Jun 2008 14:07:07 +0000 |
John Paul Wallington |
(Fdefmacro): Doc fix.
|
Tue, 20 May 2008 00:13:37 +0000 |
Stefan Monnier |
* xdisp.c (select_frame_for_redisplay): Adjust for last change to
|
Wed, 14 May 2008 07:50:26 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Fri, 11 Apr 2008 03:41:23 +0000 |
Glenn Morris |
(Fdefvaralias): If the alias is bound and the target is not, set the
|
Wed, 19 Mar 2008 17:02:31 +0000 |
Jason Rumney |
* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
|
Thu, 07 Feb 2008 04:11:05 +0000 |
Stefan Monnier |
* xselect.c (x_handle_dnd_message):
|
Wed, 09 Jan 2008 01:21:15 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 06 Dec 2007 09:51:45 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 27 Oct 2007 09:12:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 19 Oct 2007 00:00:21 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 15 Oct 2007 05:03:21 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 11 Oct 2007 16:22:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 21 Aug 2007 04:54:03 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 13 Aug 2007 13:48:35 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 27 Jul 2007 10:52:18 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 24 Jul 2007 01:23:55 +0000 |
Miles Bader |
Merge from emacs--devo--0
unicode-xft-base
|
Sun, 15 Jul 2007 04:47:46 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 26 Jan 2007 06:16:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 07 Nov 2006 23:22:48 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sun, 15 Oct 2006 02:54:13 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 14 Sep 2006 09:24:00 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 05 Sep 2006 02:54:22 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 19 Jul 2006 00:42:56 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 06 Jul 2006 08:59:39 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 17 Jun 2006 20:57:37 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 21 Apr 2006 05:39:14 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57
|
Mon, 13 Mar 2006 12:19:58 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43
|
Fri, 03 Mar 2006 07:48:46 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34
|
Sun, 26 Feb 2006 07:09:24 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26
|
Sat, 11 Feb 2006 00:11:19 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
|
Wed, 08 Feb 2006 04:26:44 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
Mon, 16 Jan 2006 08:37:27 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
|
Fri, 26 Aug 2005 09:51:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
Fri, 29 Jul 2005 01:54:54 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
|
Fri, 22 Jul 2005 08:27:27 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
|
Thu, 14 Jul 2005 08:02:00 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
|
Thu, 07 Jul 2005 12:43:14 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
Thu, 30 Jun 2005 00:31:46 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67
|
Fri, 24 Jun 2005 01:59:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
|
Wed, 15 Jun 2005 23:32:15 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
|
Thu, 09 Jun 2005 07:13:03 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
|
Mon, 06 Jun 2005 02:39:45 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
|
Thu, 12 May 2005 03:41:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51
|
Thu, 05 May 2005 00:04:55 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
|
Sat, 09 Apr 2005 02:16:29 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
|
Wed, 09 Mar 2005 00:09:34 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
|
Sun, 13 Feb 2005 07:19:08 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
|
Sun, 02 Jan 2005 09:13:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81
|
Sat, 25 Dec 2004 02:00:25 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
|
Tue, 14 Dec 2004 07:34:55 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78
|
Wed, 08 Dec 2004 05:02:30 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
|
Fri, 12 Nov 2004 02:53:04 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
|
Thu, 04 Nov 2004 08:55:40 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
|
Tue, 03 Aug 2004 00:03:00 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27
|
Fri, 23 Jul 2004 04:30:44 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
|
Tue, 06 Jul 2004 02:57:15 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-22
|
Mon, 28 Jun 2004 07:56:49 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
|
Fri, 16 Apr 2004 12:51:06 +0000 |
Kenichi Handa |
Sync to HEAD
|
Mon, 16 Jan 2006 00:03:54 +0000 |
Henrik Enberg |
sync with trunk
|
Mon, 08 Sep 2003 11:56:09 +0000 |
Kenichi Handa |
New directory
|
Tue, 08 Jan 2008 20:46:54 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Mon, 19 Nov 2007 07:42:25 +0000 |
Stefan Monnier |
* data.c (store_symval_forwarding, set_internal):
|
Sat, 27 Oct 2007 09:07:17 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Tue, 16 Oct 2007 22:39:24 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Tue, 16 Oct 2007 15:42:58 +0000 |
Stefan Monnier |
* lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
|
Sun, 14 Oct 2007 17:20:53 +0000 |
Juanma Barranquero |
(do_autoload): Don't save autoloads.
|