Do not use GTK 3 if it exists but cannot be compiled.
[bpt/emacs.git] / src / ChangeLog
2013-06-30 Paul EggertDo not use GTK 3 if it exists but cannot be compiled.
2013-06-30 Paul Eggert* intervals.c (get_local_map): Actually clip POSITION
2013-06-30 Eli ZaretskiiA possible fix for bug #14753 with aborts in get_local_map.
2013-06-30 Eli ZaretskiiDon't call sit-for in right-char and left-char for...
2013-06-29 Juanma BarranqueroFix typos in ChangeLogs.
2013-06-29 Eli ZaretskiiFix typo in src/ChangeLog.
2013-06-29 Paul EggertFix minor problems found by static checking.
2013-06-29 Eli ZaretskiiImplement visual-order cursor motion.
2013-06-29 Kenichi Handamerge trunk
2013-06-29 Kenichi Handamerge trunk
2013-06-28 Kenichi Handacoding.h (define_coding_undecided_arg_index): New enum.
2013-06-28 Paul Eggert* image.c (x_from_xcolors): Remove unused local.
2013-06-28 YAMAMOTO MitsuharuFix typo in ChangeLog for last commit.
2013-06-28 YAMAMOTO MitsuharuDefer image data transfer between X client and server...
2013-06-27 Paul EggertDo not tickle glib SIGCHLD handling if Cygwin.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-24 Paul EggertA more-conservative workaround for Cygwin SIGCHLD issues.
2013-06-23 Lars Magne Ingebri... Implement :max-width/:max-height for (ImageMagic) images
2013-06-23 Paul EggertTry to avoid malloc SEGVs on Cygwin.
2013-06-22 Paul EggertClean up SIGCHLD handling a bit.
2013-06-22 Paul Eggert* process.c (wait_reading_process_output): Avoid int...
2013-06-21 Paul Eggert* process.c (create_process): Handle a couple more...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-21 Andreas Schwab* process.c (create_process): Mark PROCESS volatile.
2013-06-21 Paul EggertUse C99-style flexible array members if available.
2013-06-21 Stephen BermanMerge from trunk.
2013-06-20 Paul Eggert* syntax.c: Integer cleanups.
2013-06-20 Eli ZaretskiiYet another attempt at fixing bugs #14602, 14630, 14669.
2013-06-20 Paul Eggert* alloc.c (die): Move "assertion failed" string here ...
2013-06-20 Paul EggertAdd log2 support and make log10 obsolete for consistency.
2013-06-19 Juanma BarranqueroFix typos in ChangeLogs.
2013-06-19 Juanma Barranquerosrc/sound.c: Silence some warnings.
2013-06-19 Paul Eggert* sound.c: Integer cleanups.
2013-06-19 Paul Eggert* syntax.c (skip_chars): Don't use uninitialized storage
2013-06-18 Jan Djärv* process.c: Include xgselect.h if HAVE_GLIB. Include...
2013-06-18 Paul Eggert* conf_post.h: Add comments for INLINE, EXTERN_INLINE...
2013-06-18 Kenichi Handasrc/ChangeLog: Add bug ID to the previous change.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Kenichi Handafont.c (Ffont_spec): Signal an error for an invalid...
2013-06-18 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Rotate changelogs.
2013-06-18 Paul EggertPorting fixes for merged specpdl and backtrace stacks.
2013-06-17 Paul Eggert* frame.c (x_report_frame_params): Cast parent_desc...
2013-06-17 Paul Eggert* nsfont.m (ns_registry_to_script): Parenthesize while...
2013-06-17 Eli Zaretskiisrc/ChangeLog: Rearrange the last 2 entries in correct...
2013-06-17 Eli ZaretskiiPossible fix for bug #14630, which continues bug #14062.
2013-06-17 Lars Magne Ingebri... Implement new function `add-face-text-property'
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-15 Eli ZaretskiiFix bug #14567 with jumpy scrolling of tall images.
2013-06-15 Paul Eggert* fns.c (Fcopy_sequence): Simplify XTYPE calculation.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-13 Stefan Monnier* lisp/subr.el (with-eval-after-load): New macro.
2013-06-13 Kelly Dean* src/fileio.c (Fdo_auto_save): Trap errors in auto...
2013-06-12 Xue FuqiaoMerge from mainline.
2013-06-12 Xue Fuqiao* src/fileio.c (expand_file_name): Doc fix.
2013-06-11 Paul EggertTickle glib by waiting for Emacs itself, not for process 0.
2013-06-11 Paul Eggert* keyboard.c: Don't use PROP (...) as an lvalue.
2013-06-10 Juanma BarranqueroFix ChangeLog typos and whitespace.
2013-06-10 Eli ZaretskiiMinor cleanup in last commit in get_it_property.
2013-06-09 Eli ZaretskiiFix current-bidi-paragraph-direction wrt window pointer.
2013-06-09 Eli ZaretskiiFix bug #14575 with window-specific overlays with line...
2013-06-08 Eli ZaretskiiFix bug #14575 with window-specific overlays with displ...
2013-06-08 Jan DjärvFix compilation issues for GNUStep and GLIB conflicts.
2013-06-08 Jan Djärv* xgselect.c (xg_select): Remove call to window_system_...
2013-06-07 Eli ZaretskiiFix "make TAGS" on MS-Windows.
2013-06-07 Richard CopleyFix bug #14513 with --enable-locallisppath not working...
2013-06-07 Juanma BarranqueroFix typos.
2013-06-06 Eli ZaretskiiImprove the fix for bug #14558.
2013-06-06 Paul EggertA few porting etc. fixes for the new file monitor code.
2013-06-05 Eli ZaretskiiFix bug #14558 with turning off mouse-highlight during...
2013-06-05 Stefan Monnier* lisp/simple.el: Move all the prog-mode code to prog...
2013-06-05 Paul EggertChain glib's SIGCHLD handler from Emacs's (Bug#14474).
2013-06-05 Michael Albinus* emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gf...
2013-06-05 Stefan Monnier* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_...
2013-06-04 Eli ZaretskiiFix bug #14540 with inaccurate doc string of pos-visibl...
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Eli ZaretskiiFix crashes in a text-mode session on Windows.
2013-06-03 Eli Zaretskii* configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
2013-06-03 Jan DjärvAdd HAVE_GLIB check instead of checking individual...
2013-06-03 Paul EggertFix minor problems found by static checking.
2013-06-03 Eli ZaretskiiAttempt to resolve gettimeofday compilation errors...
2013-06-03 Stefan Monnier* src/eval.c (backtrace_p, backtrace_top, backtrace_nex...
2013-06-03 Michael Albinus* configure.ac (file-notification): New option, replace...
2013-06-03 Stefan MonnierMerge the specpdl and backtrace stacks. Make the struc...
2013-06-02 Jan DjärvUpdate the GNUStep port so it works OK. Redraw and...
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-02 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix whitespace.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-06-01 Paul Eggert* process.c (handle_child_signal): Also use WCONTINUED.
2013-05-31 Paul EggertDon't let D-bus autolaunch mess up SIGCHLD handling.
2013-05-31 Paul Eggert* fileio.c (Finsert_file_contents): Remove unused local.
2013-05-29 Eli ZaretskiiRemove *.res files in mostlyclean, to avoid problems...
2013-05-29 Stefan Monnier* src/fileio.c (Finsert_file_contents): Preserve undo...
2013-05-27 Eli ZaretskiiFix bug #14476 with posn-at-point and glyphs from displ...
2013-05-25 Jan DjärvFactor out common code for multimonitors, for Gtk+...
2013-05-25 Xue Fuqiao* callproc.c (call_process): Refine the doc string...
2013-05-23 Stefan MonnierDon't apply keyboard decoding to unread-command-events.
2013-05-23 Stefan Monnier* src/keyboard.c (read_decoded_char): Don't decode...
2013-05-23 Kenichi Handamerge trunk
2013-05-22 Barry O'Reilly* src/casetab.c (init_casetab_once): Fix last change.
2013-05-22 Kenichi Handamerge trunk
next