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
|