]> code.delx.au - gnu-emacs/history - src/eval.c
Merge from trunk
[gnu-emacs] / src / eval.c
2010-08-11 Stefan MonnierMerge from trunk
2010-08-08 Chong YidongMerge changes from emacs-23 branch
2010-08-06 Dan NicolaescuRemove extern declarations in .c files, .h files have...
2010-07-29 Dan NicolaescuRemove extern declarations from .c files, and them...
2010-07-27 Juanma BarranqueroMerge from emacs-23
2010-07-23 Andreas Schwab* eval.c (funcall_funvec): Replace bcopy by memcpy.
2010-07-23 Stefan MonnierMerge from trunk
2010-07-20 Stefan MonnierFix up "missing braces" warning.
2010-07-17 Chong YidongMerge latest fix to xg_event_is_for_menubar.
2010-07-16 Chong YidongMerge changes from emacs-23 branch.
2010-07-13 Dan NicolaescuConvert maybe_fatal to standard C.
2010-07-12 Kenichi Handamerge trunk
2010-07-11 Andreas SchwabConstify functions taking char *
2010-07-11 Andreas SchwabFix indentation problem
2010-07-11 Andreas SchwabRemove obsolete noinline declaration
2010-07-11 Ken RaeburnMake doprnt and related functions ANSI C compliant...
2010-07-10 Chong YidongMerge changes from emacs-23 branch.
2010-07-09 Kenichi Handamerge trunk
2010-07-08 Dan NicolaescuConvert DEFUNs to standard C.
2010-07-08 Kenichi Handamerge trunk
2010-07-07 Andreas SchwabReplace bcopy, bzero, bcmp by memcpy, memmove, memset...
2010-07-07 Dan NicolaescuMake the function member of Lisp_Subr use standard...
2010-07-05 Juanma BarranqueroConvert most remaining function definitions to standard C.
2010-07-02 Eli ZaretskiiFix MS-DOS configury.
2010-07-02 Jan DRemove __P and P_ from .c and .m files and definition...
2010-06-18 Stefan MonnierMerge from trunk
2010-06-18 Stefan Monnier* src/eval.c (Fspecial_variable_p): Rename from `specialp'.
2010-06-16 Stefan MonnierMerge from emacs-23
2010-06-15 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-initial...
2010-06-13 Stefan MonnierNew branch for lexbind, losing all history.
2010-06-09 Andreas SchwabMerge from emacs-23
2010-06-01 Stefan MonnierMerge from emacs-23
2010-05-25 Stefan MonnierMerge from emacs-23
2010-05-19 Kenichi Handamerge trunk
2010-05-18 Chong YidongFix stack overflow in string creation (Bug#6214).
2010-05-14 Stefan Monnier* eval.c (specbind): Disallow let-binding frame-local...
2010-05-11 Stefan MonnierMerge from emacs-23
2010-05-08 Stefan MonnierMerge from emacs-23
2010-05-07 Stefan MonnierTry and fix unbind_to when localness of binding has...
2010-05-04 Stefan MonnierMisc tweaks.
2010-05-03 Chong YidongAdd optional arg to delete-file to force deletion ...
2010-05-01 Eli ZaretskiiEmulate POSIX_SIGNALS on MS-Windows.
2010-05-01 Eli ZaretskiiFix display of R2L lines and cursor motion in bidi...
2010-04-29 Stefan MonnierFix wrong-docstring problem introduced with hash-consing.
2010-04-25 Dan NicolaescuRemove all NO_ARG_ARRAY uses.
2010-04-21 Karel KlícAdd SELinux support.
2010-04-20 Eli ZaretskiiImplement GUI display of R2L lines, fix TTY display...
2010-04-20 Kenichi Handamerge trunk
2010-04-20 Stefan MonnierMake variable forwarding explicit rather the using...
2010-01-19 Alan MackenzieSuppress spurious second invocation of before-change...
2010-01-16 Eli ZaretskiiMerge from mainline.
2010-01-14 Kenichi Handafrom trunk
2010-01-13 Glenn MorrisAdd 2010 to copyright years.
2010-01-01 Eli ZaretskiiMerge from mainline.
2010-01-01 Chong Yidong* eval.c (run_hook_with_args): Handle the case where...
2009-11-06 Dan Nicolaescu* xterm.c (syms_of_xterm):
2009-11-06 Dan Nicolaescu* alloc.c (make_pure_c_string): New function.
2009-10-24 Dan Nicolaescu* keymap.c (Fmake_sparse_keymap): Purecopy the name.
2009-10-19 Dan Nicolaescu* alloc.c: Do not define struct catchtag.
2009-10-01 Stefan Monnier* eval.c (Fcalled_interactively_p): Add `kind' argument.
2009-09-28 Chong YidongCEDET (development tools) package merged.
2009-09-20 Stefan Monnier(find_handler_clause): Make stack-trace-on-error work...
2009-08-21 Stefan Monnier(init_eval_once): Bump max_lisp_eval_depth to 500 for...
2009-08-15 Chong Yidong* eval.c (Fcalled_interactively_p, Finteractive_p)...
2009-07-27 Bastien GuerryBetter docstring for `called-interactively-p'.
2009-03-24 Chong Yidong(Fcommandp): Use Qinteractive_form.
2009-01-08 Glenn MorrisAdd 2009 to copyright years.
2008-12-05 Chong Yidong(Vdebug_on_error): Doc fix.
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-08-27 Chong Yidong(find_handler_clause): Temporarily increase max-lisp...
2008-08-26 Chong Yidong(Fcondition_case): Doc fix.
2008-08-26 Chong Yidong(Fcondition_case): Doc fix.
2008-08-18 Miles BaderMerge from emacs--rel--22
2008-08-12 Miles BaderMerge from emacs--rel--22
2008-07-28 Andreas Schwab* lisp.h (init_weak_hash_tables, syms_of_font)
2008-07-26 Miles BaderMerge from emacs--rel--22
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-13 Dan Nicolaescu* config.nt (HAVE_FACES): Remove, unused.
2008-06-17 Miles BaderMerge from emacs--rel--22
2008-06-04 John Paul Wallington(Fdefmacro): Doc fix.
2008-06-01 Miles BaderMerge from emacs--rel--22
2008-05-26 Miles BaderMerge from emacs--rel--22
2008-05-20 Stefan Monnier* xdisp.c (select_frame_for_redisplay): Adjust for...
2008-05-18 Miles BaderMerge from emacs--rel--22
2008-05-16 Miles BaderMerge from emacs--rel--22
2008-05-14 Glenn MorrisSwitch to recommended form of GPLv3 permissions notice.
2008-05-14 Miles BaderMerge from emacs--rel--22
2008-05-08 Miles BaderMerge from emacs--rel--22
2008-05-04 Miles BaderMerge from emacs--rel--22
2008-05-02 Miles BaderMerge from emacs--rel--22
2008-04-29 Miles BaderMerge from emacs--rel--22
2008-04-26 Miles BaderMerge from emacs--rel--22
2008-04-24 Miles BaderMerge from emacs--rel--22
2008-04-23 Miles BaderMerge from emacs--rel--22
2008-04-18 Miles BaderMerge from emacs--rel--22
2008-04-11 Glenn Morris(Fdefvaralias): If the alias is bound and the target...
2008-04-05 Miles BaderMerge from emacs--rel--22
next