]> code.delx.au - gnu-emacs/history - src/editfns.c
Parallelize documentation builds.
[gnu-emacs] / src / editfns.c
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-20 Daniel Colascione* sheap.c (report_sheap_usage): Use message, not messag...
2013-02-20 Dmitry Antipov* search.c (find_newline): Return byte position in...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-17 Stefan MonnierPrefer `message1' over `message'.
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
2013-02-11 Paul EggertTune by using memchr and memrchr.
2013-02-10 Glenn MorrisMerge from emacs-24; up to 2012-12-15T12:19:04Z!juri...
2013-02-08 Glenn MorrisMerge from emacs-24; up to 2012-12-14T21:27:39Z!rgm...
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-02-07 Glenn MorrisMerge from emacs-24; up to 2012-12-14T15:38:50Z!monnier...
2013-02-07 Glenn MorrisMerge from emacs-24; up to 2012-12-14T15:22:24Z!monnier...
2013-02-02 Glenn MorrisMerge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu...
2013-01-30 Glenn MorrisMerge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka...
2013-01-30 Glenn MorrisMerge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka...
2013-01-25 Glenn MorrisMerge from emacs-24; up to 2012-12-11T18:52:31Z!monnier...
2013-01-23 Stefan Monnier* src/xdisp.c (message2, message2_nolog): Remove functions.
2013-01-19 Glenn MorrisMerge from emacs-24; up to 2012-12-11T09:51:12Z!dmantip...
2013-01-19 Eli ZaretskiiFix crashes with lots of overlays.
2013-01-17 Dmitry Antipov* lisp.h (toplevel): Add comment about using Lisp_Save_...
2013-01-15 Dmitry Antipov* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change...
2013-01-15 Dmitry AntipovSome convenient bits to deal with Lisp_Save_Values.
2013-01-14 Dmitry AntipovMake Lisp_Save_Value more versatile storage for up...
2013-01-13 Glenn MorrisMerge from emacs-24; up to 2012-12-10T20:27:33Z!eggert...
2013-01-12 Paul EggertFix bug with set-time-zone-rule and LOCALTIME_CACHE.
2013-01-11 Dmitry AntipovAvoid unnecessary byte position calculation for the...
2013-01-10 Stefan MonnierMerge from emacs-24
2013-01-09 Dmitry Antipov* lisp.h (make_gap_1): New prototype.
2013-01-09 Glenn MorrisMerge from emacs-24; up to 2012-12-08T12:11:29Z!eliz...
2013-01-06 Glenn MorrisMerge from emacs-24; up to 2012-12-07T15:31:43Z!cyd...
2013-01-05 Glenn MorrisMerge from emacs-24; up to 2012-12-07T08:13:49Z!dmantip...
2013-01-04 Glenn MorrisMerge from emacs-24; up to 2012-12-06T20:16:38Z!monnier...
2013-01-03 Glenn MorrisMerge from emacs-24; up to 2012-12-06T07:33:20Z!rgm...
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-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-21 Chong YidongMake read-char-by-name signal an error for invalid...
2012-12-20 Dmitry AntipovAvoid calls to CHAR_TO_BYTE if byte position is known.
2012-12-14 Eli ZaretskiiFix compilation warnings in the Windows build.
2012-12-14 Paul EggertFix permissions bugs with setgid directories etc.
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 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-08 Chong Yidong* src/editfns.c (Finsert_char): Make the error message...
2012-12-07 Martin RudalicsReword doc-string of Fcompare_buffer_substrings.
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-03 Dmitry Antipov* lisp.h (modify_region): Rename to...
2012-12-03 Dmitry Antipov* alloc.c (free_save_value): New function.
2012-11-25 Bill WohlerMerge from trunk.
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-18 Kenichi Handamerge trunk
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-16 Glenn Morris* src/editfns.c (Fmessage): Mention message-log-max...
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-12 Eli ZaretskiiMerge from trunk.
2012-10-11 Dmitry Antipov* editfns.c (save_excursion_save): Use nil if mark...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-09-30 Kenichi Handamerge trunk
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-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Chong YidongMisc doc fixes.
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Dmitry AntipovRemove redundant or unused things here and there.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul Eggert* doc.c, editfns.c, insdel.c, intervals.c: Use bool...
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Dmitry AntipovAlways use set_buffer_if_live to restore original buffe...
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-19 Paul EggertRely on <unistd.h> to declare 'environ',
2012-08-18 Paul Eggert* buffer.h (BSET): Remove.
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-16 Kenichi Handamerge trunk
2012-08-14 Chong YidongMore doc fixes.
next