Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / coding.c
2013-01-25 Glenn MorrisMerge from emacs-24; up to 2012-12-11T18:52:31Z!monnier...
2013-01-20 Andreas SchwabFixes: debbugs:13505
2013-01-19 Glenn MorrisMerge from emacs-24; up to 2012-12-11T09:51:12Z!dmantip...
2013-01-13 Glenn MorrisMerge from emacs-24; up to 2012-12-10T20:27:33Z!eggert...
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 Paul Eggert* coding.c (Qmac): Now static.
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* keyboard.c (record_asynch_buffer_change): Initialize...
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-19 Dmitry Antipov* coding.c (Fdetect_coding_region): Do not check start...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-02 Eli ZaretskiiMerge from trunk after 24.3 was moved to emacs-24 branch.
2012-10-30 Kenichi Handamerge trun
2012-10-30 Daniel ColascioneComplete fix for build break
2012-10-30 Daniel ColascioneFix build break in non-Cygw32 Cygwin builds introduced...
2012-10-29 Daniel Colascione2012-10-29 Daniel Colascione <dancol@dancol.org>
2012-10-20 Eli ZaretskiiMerge from trunk.
2012-10-19 Kenichi Handafont.c (Ffont_at): Fix previous change.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
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-13 Kenichi Handamerge trunk
2012-10-13 Kenichi Handacoding.c (detect_coding): Set coding->id before calling...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handacoding.c (decode_coding_ccl, encode_coding_ccl): Pay...
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Kenichi Handacoding.c (decode_coding_ccl, encode_coding_ccl): Pay...
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 Eli ZaretskiiFollowup to not using maybe_unify_char in processing...
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-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-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 AntipovFix usage of set_buffer_internal.
2012-08-27 Paul Eggert* cmds.c, coding.c: Use bool for booleans.
2012-08-22 Kenichi Handamerge trunk
2012-08-18 Paul Eggert* buffer.h (BSET): Remove.
2012-08-18 Paul Eggert* termhooks.h (TSET): Remove.
2012-08-16 Kenichi Handamerge trunk
2012-08-14 Gergely RiskoFix for undo recording in decode_coding.
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-09 Dmitry AntipovUse TSET for write access to Lisp_Object slots of struc...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-01 Paul EggertUse "ASET (a, i, v)" rather than "AREF (a, i) = v".
2012-07-30 Dmitry AntipovConvert safe_call to use variable number of arguments.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-11 Andreas Schwab* coding.c (Fdefine_coding_system_internal): Use XCAR...
2012-07-10 Dmitry AntipovUse XCAR and XCDR instead of Fcar and Fcdr where possible.
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-17 Paul Eggert* coding.c (produce_chars): Use ptrdiff_t, not int.
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-26 Paul EggertFix coding-related core dumps with gcc -ftrapv.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk.
2012-03-25 Stefan MonnierMerge from trunk
2012-03-02 Paul EggertMerge from trunk.
2012-02-25 Paul EggertMerge from trunk.
next