| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * eval.c (run_hook_with_args): Handle the case where the global | Chong Yidong | 2010-01-01 | 1 | -12/+21 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -13/+13 |
* | * alloc.c (make_pure_c_string): New function. | Dan Nicolaescu | 2009-11-06 | 1 | -9/+6 |
* | * keymap.c (Fmake_sparse_keymap): Purecopy the name. | Dan Nicolaescu | 2009-10-24 | 1 | -8/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -36/+1 |
* | * eval.c (Fcalled_interactively_p): Add `kind' argument. | Stefan Monnier | 2009-10-01 | 1 | -6/+18 |
* | (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228). | Stefan Monnier | 2009-09-20 | 1 | -8/+7 |
* | (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el. | Stefan Monnier | 2009-08-21 | 1 | -1/+1 |
* | * eval.c (Fcalled_interactively_p, Finteractive_p): Doc | Chong Yidong | 2009-08-15 | 1 | -14/+15 |
* | Better docstring for `called-interactively-p'. | Bastien Guerry | 2009-07-27 | 1 | -1/+1 |
* | (Fcommandp): Use Qinteractive_form. | Chong Yidong | 2009-03-24 | 1 | -1/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (Vdebug_on_error): Doc fix. | Chong Yidong | 2008-12-05 | 1 | -1/+2 |
* | (find_handler_clause): Temporarily increase max-lisp-eval-depth while | Chong Yidong | 2008-08-27 | 1 | -3/+5 |
* | (Fcondition_case): Doc fix. | Chong Yidong | 2008-08-26 | 1 | -1/+1 |
* | * lisp.h (init_weak_hash_tables, syms_of_font) | Andreas Schwab | 2008-07-28 | 1 | -30/+30 |
* | * config.nt (HAVE_FACES): Remove, unused. | Dan Nicolaescu | 2008-07-13 | 1 | -2/+2 |
* | (Fdefmacro): Doc fix. | John Paul Wallington | 2008-06-04 | 1 | -1/+6 |
* | * xdisp.c (select_frame_for_redisplay): Adjust for last change to | Stefan Monnier | 2008-05-20 | 1 | -1/+8 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (Fdefvaralias): If the alias is bound and the target is not, set the | Glenn Morris | 2008-04-11 | 1 | -3/+10 |
* | * w32fns.c (hourglass_timer, hourglass_hwnd): New variables. | Jason Rumney | 2008-03-19 | 1 | -2/+2 |
* | * xselect.c (x_handle_dnd_message): | Stefan Monnier | 2008-02-07 | 1 | -2/+2 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
* | | * data.c (store_symval_forwarding, set_internal): | Stefan Monnier | 2007-11-19 | 1 | -8/+9 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-27 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | Comment change. | Richard M. Stallman | 2007-10-24 | 1 | -1/+8 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (do_autoload): Don't save autoloads. | Juanma Barranquero | 2007-10-14 | 1 | -16/+2 |
* | | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. | Stefan Monnier | 2007-10-16 | 1 | -6/+5 |
* | | (do_autoload): Don't save autoloads. | Juanma Barranquero | 2007-10-14 | 1 | -15/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | (condition-case): Doc fix. | Richard M. Stallman | 2007-08-27 | 1 | -6/+7 |
* | | (internal_condition_case_2, internal_condition_case_1) | Richard M. Stallman | 2007-10-09 | 1 | -6/+0 |
* | | (do_autoload): Don't output any message. | Stefan Monnier | 2007-09-24 | 1 | -1/+1 |
* | | (Fcommandp): Change `->prompt' to `->intspec'. | Michaƫl Cadilhac | 2007-09-10 | 1 | -1/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-08-21 | 1 | -2/+8 |
|\ \ |
|
| * | | (Ffunction, Fquote): Signal error if not 1 argument. | Richard M. Stallman | 2007-08-19 | 1 | -1/+7 |
| * | | (Fcommandp): Add parens to clarify. | Richard M. Stallman | 2007-08-16 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| | * | * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): | Dan Nicolaescu | 2007-07-30 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -14/+21 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | * | (For, Fand, Fprogn): Doc fixes. | Juanma Barranquero | 2007-07-16 | 1 | -3/+3 |
| | * | (Fsetq): Doc fix. | Richard M. Stallman | 2007-07-15 | 1 | -1/+5 |