summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-06-07Fix bug #14513 with --enable-locallisppath not working on MS-Windows.Richard Copley
2013-06-07Fix typos.Juanma Barranquero
2013-06-06Improve the fix for bug #14558.Eli Zaretskii
2013-06-06A few porting etc. fixes for the new file monitor code.Paul Eggert
2013-06-05Fix bug #14558 with turning off mouse-highlight during highlight.Eli Zaretskii
2013-06-05* lisp/simple.el: Move all the prog-mode code to prog-mode.el.Stefan Monnier
2013-06-05Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert
2013-06-05* emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.Michael Albinus
2013-06-04* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier
2013-06-04Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p.Eli Zaretskii
2013-06-03Fix crashes in a text-mode session on Windows.Eli Zaretskii
2013-06-03* configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.Eli Zaretskii
2013-06-03Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv
2013-06-03Fix minor problems found by static checking.Paul Eggert
2013-06-03Attempt to resolve gettimeofday compilation errors with MinGW64.Eli Zaretskii
2013-06-03* src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them toStefan Monnier
2013-06-03* configure.ac (file-notification): New option, replaces inotify option.Michael Albinus
2013-06-03Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier
2013-06-02Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv
2013-06-02lisp/ChangeLog, src/ChangeLog: Fix whitespace.Juanma Barranquero
2013-05-31* process.c (handle_child_signal): Also use WCONTINUED.Paul Eggert
2013-05-30Don't let D-bus autolaunch mess up SIGCHLD handling.Paul Eggert
2013-05-30* fileio.c (Finsert_file_contents): Remove unused local.Paul Eggert
2013-05-29Remove *.res files in mostlyclean, to avoid problems with out-of-tree builds.Eli Zaretskii
2013-05-28* src/fileio.c (Finsert_file_contents): Preserve undo info when revertingStefan Monnier
2013-05-27Fix bug #14476 with posn-at-point and glyphs from display vector.Eli Zaretskii
2013-05-25Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS.Jan Djärv
2013-05-25* callproc.c (call_process): Refine the doc string. (Bug#14045)Xue Fuqiao
2013-05-23Don't apply keyboard decoding to unread-command-events.Stefan Monnier
2013-05-23* src/keyboard.c (read_decoded_char): Don't decode under w32.Stefan Monnier
2013-05-22* src/casetab.c (init_casetab_once): Fix last change.Barry O'Reilly
2013-05-23merge trunkKenichi Handa
2013-05-22Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa
2013-05-21ChangeLog fixGlenn Morris
2013-05-21* src/search.c (looking_at_1): Only set last_thing_searched if the matchStefan Monnier
2013-05-21* xdisp.c (reseat_at_previous_visible_line_start):Dmitry Antipov
2013-05-20Sync x-server-* and x-display-* functions on NS with those on X11.YAMAMOTO Mitsuharu
2013-05-20Mention `display-monitor-attributes-list' in docstrings of X11 display measur...YAMAMOTO Mitsuharu
2013-05-20* xfns.c (check_x_display_info): Don't use XINT for terminal object.YAMAMOTO Mitsuharu
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert
2013-05-16Document arguments of insert_1_both.Eli Zaretskii
2013-05-16Fix bug #14408 with updating *Messages* display.Eli Zaretskii
2013-05-16Support building Emacs on MS-Windows using the Posix configury.Eli Zaretskii
2013-05-15Use just DOC instead of DOC-nn.mm.Stefan Monnier
2013-05-15* src/process.c: Export default filters and sentinels to Elisp.Stefan Monnier
2013-05-14* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in theStefan Monnier
2013-05-14Another attempt to solve bug #14062 with assertion violations on MS-Windows.Eli Zaretskii
2013-05-14* nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc.Jan Djärv
2013-05-12* image.c (gif_load): Check that subimages fit.Paul Eggert
2013-05-09* src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier