]> code.delx.au - gnu-emacs/history - src/lisp.h
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / src / lisp.h
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-30 Glenn MorrisMerge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka...
2012-12-27 Glenn MorrisMerge from emacs-24; up to 2012-12-03T21:07:47Z!eggert...
2012-12-26 Dmitry Antipov* lisp.h (toplevel): Add two notices to the comment...
2012-12-22 Glenn MorrisMerge from emacs-24; up to 2012-12-02T06:22:32Z!cyd...
2012-12-21 Glenn MorrisMerge from emacs-24; up to 2012-12-01T13:25:13Z!cyd...
2012-12-20 Dmitry AntipovAvoid calls to CHAR_TO_BYTE if byte position is known.
2012-12-15 Paul Eggert* fileio.c (internal_delete_file): Use bool for boolean.
2012-12-15 Eli ZaretskiiFix bug #13079 on MS-Windows with temp files not being...
2012-12-13 Glenn MorrisMerge from emacs-24; up to 2012-11-30T04:44:52Z!cyd...
2012-12-10 Daniel ColascioneMove fix for cygw32 icon issue from emacs-24 branch...
2012-12-10 Eli ZaretskiiMerge from trunk + rename the event. Not tested yet.
2012-12-10 RĂ¼diger SonderfeldSupport filesystem notification through inotify on...
2012-12-10 Glenn MorrisMerge from emacs-24; up to 2012-11-26T19:56:14Z!monnier...
2012-12-08 Paul EggertUse putenv+unsetenv instead of modifying environ directly.
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-04 Dmitry Antipov* lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_fa...
2012-12-03 Paul Eggert* bytecode.c, lisp.h (Qbytecode): Remove.
2012-12-03 Dmitry Antipov* lisp.h (modify_region): Rename to...
2012-12-03 Dmitry Antipov* alloc.c (free_save_value): New function.
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-23 Kenichi Handa(no commit message)
2012-11-22 Dmitry Antipov* alloc.c (Fgarbage_collect): Unblock input after clearing
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-20 Stefan MonnierConflate Qnil and Qunbound for `symbol-function'.
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-17 Eli ZaretskiiMerge from trunk.
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Kenichi Handamerge trunk
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Kenichi Handamerge trunk
2012-11-13 Eli ZaretskiiMerge from trunk.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-09 Stefan MonnierProvide new `defalias-fset-function' symbol property.
2012-11-09 Paul Eggert* fns.c (Qeql, hashtest_eq): Now static.
2012-11-08 Stefan Monnier* src/lisp.h (XHASH): Redefine to be imperfect and...
2012-11-08 Paul EggertUse same hash function for hashfn_profiler as for hash_...
2012-11-08 Stefan MonnierUse ad-hoc comparison function for the profiler's hash...
2012-11-08 Dmitry AntipovShrink struct vectorlike_header to the only size field.
2012-11-06 Paul EggertRestore some duplicate definitions.
2012-11-06 Paul EggertMinor adjustments of recently-changed frame functions.
2012-11-06 Dmitry AntipovWidely used frame validity and checking functions.
2012-11-03 Glenn MorrisMerge from emacs-24; up to 2012-11-03T05:11:34Z!dmantip...
2012-11-03 Paul EggertOmit duplicate definitions no longer needed with gcc...
2012-11-02 Eli ZaretskiiMerge from trunk after 24.3 was moved to emacs-24 branch.
2012-11-02 Dmitry AntipovWindow-related stuff cleanup here and there.
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-23 Kenichi Handamerge trunk
2012-10-21 Paul EggertSpelling fixes.
2012-10-20 Eli ZaretskiiMerge from trunk.
2012-10-20 Eli ZaretskiiAdd comments with instructions for creating new Lisp...
2012-10-20 Eli ZaretskiiMerge from trunk.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-18 Eli ZaretskiiMerge from trunk.
2012-10-17 Eli ZaretskiiMerge from trunk.
2012-10-17 Eli ZaretskiiMerge from trunk.
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-16 Dmitry Antipov* editfns.c (get_system_name): Remove.
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-14 Eli ZaretskiiMerge from trunk.
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-12 Eli ZaretskiiMerge from trunk.
2012-10-11 Paul Eggertlread.c, macros.c, marker.c, menu.c, minibuf.c: Use...
2012-10-11 Kenichi Handamerge trunk
2012-10-10 Paul Eggertkeyboard.c, keymap.c: Use bool for booleans.
2012-10-10 Dmitry Antipov* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
2012-10-09 Eli ZaretskiiMerge from trunk.
2012-10-08 Eli ZaretskiiMerge from trunk after addition of w32common.h.
2012-10-08 Eli ZaretskiiMerge from trunk after cygw32 commit, and resolve confl...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-07 Eli ZaretskiiMerge from mainline.
2012-10-06 Eli ZaretskiiInitial version of the w32notify code.
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-04 Paul Eggert* profiler.c (handle_profiler_signal): Inhibit pending...
2012-10-01 Paul EggertRevert the FOLLOW-SYMLINKS change for file-attributes.
2012-09-30 Paul Eggertfile-attributes has a new optional arg FOLLOW-SYMLINKS.
2012-09-30 Kenichi Handamerge trunk
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-25 Juanma BarranqueroMove Vlibrary_cache to emacs.c and reset before dumping.
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Paul Eggertimage.c, indent.c: Use bool for booleans.
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-09-23 Paul EggertMove pid_t related decls out of lisp.h.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Kenichi Handamerge trunk
next