In Makefile.in, use a make variable rather than a shell variable.
[bpt/emacs.git] / src /
2012-10-21 Glenn MorrisRecognize that cp51932.el and eucjp-ms.el are loaded...
2012-10-20 Paul EggertPort to OpenBSD 5.1.
2012-10-20 Eli ZaretskiiAdd comments with instructions for creating new Lisp...
2012-10-20 Chong Yidong* lread.c (Fload): Doc fix.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-19 Kenichi Handasrc/ChangeLog: Fix changers name.
2012-10-19 Kenichi Handafont.c (Ffont_at): Fix previous change.
2012-10-19 Eli ZaretskiiIncrease the value of BASE_PURESIZE to avoid pure space...
2012-10-19 Eli ZaretskiiDecrease NSTATICS to 0x800.
2012-10-19 Stefan Monnier* src/fns.c (Fnreverse): Include the problem element...
2012-10-18 Jan Djärv* nsterm.m (ns_select): Check writefds before call to
2012-10-18 Eli ZaretskiiFix wording of error message in staticpro.
2012-10-18 Daniel ColascioneIncrease NSTATICS; tell the user when we run out of...
2012-10-18 Martin RudalicsIn window.c fix two flaws reported by Dmitry Antipov.
2012-10-18 Kenichi Handamerge trunk
2012-10-17 Eli ZaretskiiFix warnings when compiling on MS-Windows with -std...
2012-10-17 Eli ZaretskiiFix bug #12661 with w32 and cygw32 builds under --enabl...
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Kenichi Handaxdisp.c (reseat_1): Make the information stored in...
2012-10-17 Juanma BarranqueroFix ChangeLog typos.
2012-10-17 Dmitry Antipov* buffer.c (Fkill_buffer): When unchaining the marker,
2012-10-17 Dmitry AntipovDo not verify indirection counters of killed buffers...
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-16 Dmitry Antipov* alloc.c (Fmake_byte_code): Fix typo in comment.
2012-10-16 Dmitry Antipov* editfns.c (get_system_name): Remove.
2012-10-15 Stefan Monnier* lisp/erc/erc.el (erc-log): Make it into a defsubst.
2012-10-15 Daniel ColascioneAdd comment for undef of "interface"
2012-10-15 Martin RudalicsFix Fwindow_end's handling of cached position (Bug...
2012-10-15 Daniel ColascioneFix cygw32 build break with dbus compilation
2012-10-14 Daniel Colascione* image.c (init_tiff_functions, init_imagemagick_functions)
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Jan Djärv* nsterm.m (ns_select): Count fd:s in writefs also.
2012-10-14 Kenichi Handamerge trunk
2012-10-14 Glenn MorrisChangeLog fix
2012-10-13 Jan Djärv* gtkutil.c (xg_set_widget_bg): Divide by 65535.
2012-10-13 Kenichi Handamerge trunk
2012-10-13 Kenichi Handacoding.c (detect_coding): Set coding->id before calling...
2012-10-13 Andreas Schwab* fileio.c: Formatting fixes.
2012-10-13 Paul EggertFix some stat-related races.
2012-10-12 Stefan Monnier* src/doc.c (get_doc_string): Don't signal an error...
2012-10-12 Jan Djärv* nsterm.m (hold_event_q): New static variable.
2012-10-12 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/w32select.$(O)): Update...
2012-10-12 Eli ZaretskiiFix typo in last change.
2012-10-12 Eli ZaretskiiUpdate dependencies in src/makefile.w32-in.
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-12 Eli ZaretskiiAdd comments about how non-GUI input works on MS-Windows.
2012-10-12 Jan Djärv* nsfont.m (nsfont_open): Remove font cache, it is...
2012-10-12 Glenn Morris* src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)
2012-10-11 Stefan Monnier* src/buffer.c (Fkill_buffer): Null out the overlay...
2012-10-11 Stefan MonnierFix spurious "cl--defsubst-expand might not be defined...
2012-10-11 Paul Eggertlread.c, macros.c, marker.c, menu.c, minibuf.c: Use...
2012-10-11 Dmitry Antipov* editfns.c (save_excursion_save): Use nil if mark...
2012-10-11 Kenichi Handamerge trunk
2012-10-11 Paul Eggert* marker.c (cached_modiff): EMACS_INT, not int.
2012-10-11 Paul Eggert* w32select.c (waiting_for_input): Declare by including...
2012-10-11 Paul Eggert* nsmenu.m (waiting_for_input): Remove wrong decl.
2012-10-10 Paul Eggertkeyboard.c, keymap.c: Use bool for booleans.
2012-10-10 Paul Eggert* regex.c (immediate_quit) [emacs]: Remove duplicate...
2012-10-10 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-10-10 Dmitry Antipov* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
2012-10-10 Paul EggertClean out old termopts cruft.
2012-10-10 Kenichi Handamerge trunk
2012-10-10 Dmitry Antipov* alloc.c (gc_sweep): Use pointer-to-a-pointer loop...
2012-10-10 Paul Eggert* commands.h (immediate_quit): Remove duplicate decl.
2012-10-09 Jan DjärvRemove caching in nsfont.m, the general code does it...
2012-10-09 Eli ZaretskiiFix return type of w32_last_error.
2012-10-09 Eli ZaretskiiAvoid shadowing a global variable by a local one in...
2012-10-09 Glenn MorrisChangeLog fixes
2012-10-08 Paul EggertMinor tweaks to recently-changed code.
2012-10-08 Eli ZaretskiiFix wording in src/ChangeLog entries from last commits.
2012-10-08 Daniel Colascione* xdisp.c (start_hourglass): Call w32_note_current_wind...
2012-10-08 Daniel ColascioneMerge into trunk
2012-10-08 Daniel Colascione* w32fns.c (Fx_display_color_cells): Instead of using...
2012-10-08 Jan DjärvFix wide-int related error and cache error in NS font...
2012-10-08 Glenn MorrisAdd 2012 to copyright years
2012-10-08 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-10-08 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-10-08 Juanma Barranquerosrc/w32term.c: Remove leftover declaration of keyboard_...
2012-10-08 Eli ZaretskiiFix w32 dependencies due to introduction of w32common.h.
2012-10-08 Daniel ColascioneCode cleanup for cygw32
2012-10-08 Eli ZaretskiiUpdate w32 dependencies in the wake of cygw32 changes.
2012-10-08 Eli ZaretskiiAvoid compiler warnings on w32, caused by cygw32 changes.
2012-10-08 Eli ZaretskiiFix wording of comments in w32fns.c.
2012-10-08 Daniel ColascioneImprove fix for jpeglib build break
2012-10-08 Eli ZaretskiiCommit ChangeLog for last change.
2012-10-08 Eli ZaretskiiRemove CHECK_LIB_AVAILABLE from image.c, mistakenly...
2012-10-08 Eli ZaretskiiFix conditional macros in emacs.c, introduced by cygw32...
2012-10-08 Eli ZaretskiiFix comments in src/cygw32.h.
2012-10-08 Eli ZaretskiiFix copyright years in new cygw32 files.
2012-10-08 Eli ZaretskiiTemporary fix for changes in 2012-10-08T08:23:13Z!danco...
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-08 Daniel Colascionefix NT build
2012-10-08 Daniel ColascioneChangelog entries for cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-07 Eli ZaretskiiDon't abort when ralloc.c:relinquish cannot return...
2012-10-07 David EngsterMerge changes from CEDET upstream.
2012-10-07 Jan DjärvReformat last entries to fit 80 columns.
2012-10-07 Eli ZaretskiiFixa typo in last commit.
2012-10-07 Eli ZaretskiiAdd a comment with overview of how Emacs input works...
next