aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix memory leak by y-or-n-p-with-timeout with GUI (Bug#9830).YAMAMOTO Mitsuharu2011-10-312-4/+33
| * | Fix some portability problems with 'inline'.Paul Eggert2011-11-063-20/+36
| * | * src/keyboard.c (interrupt_signal): Don't call kill-emacs while inAndreas Schwab2011-11-062-2/+11
| * | Fix bug #9963 with abort in "temacs -nw".Eli Zaretskii2011-11-062-5/+23
| * | Delete window-combination-p; tweaks to window-top-child and window-left-child.Chong Yidong2011-11-062-63/+79
| * | * src/makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) toChristoph Scholtes2011-11-052-2/+7
| * | * src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.Jason Rumney2011-11-063-13/+42
| * | Fix MSVC build in lib-src.Eli Zaretskii2011-11-052-9/+9
| * | Modify w32fns.c similarly to 2011-11-05T12:04:34Z!jan.h.d@swipnet.se.Eli Zaretskii2011-11-052-9/+17
| * | * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.Jan Djärv2011-11-053-100/+140
| * | * xfns.c (unwind_create_frame): Fix comment.Jan Djärv2011-11-052-16/+27
| * | Support MSVC build with newer versions of Visual Studio.Eli Zaretskii2011-11-057-23/+116
| * | Fix bug #9955 with mouse-highlight that starts at beginning of window.Eli Zaretskii2011-11-042-3/+13
| * | * gtkutil.c (xg_make_tool_item): Add callbacks of one of wimage orJan Djärv2011-11-042-5/+12
| * | Fix documentation per bug #9949.Eli Zaretskii2011-11-042-10/+24
* | | Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-074-1/+14
|/ /
* | Fix bug #9947 with referencing uninitialized variable.Eli Zaretskii2011-11-042-1/+3
* | Fix bug #9943 on X.Eli Zaretskii2011-11-032-0/+2
* | src/ChangeLog: Fix entry for last commit.Eli Zaretskii2011-11-031-1/+1
* | Fix bug #9943 with abort at shutdown.Eli Zaretskii2011-11-032-0/+6
* | Rename locals to match their nature.Eli Zaretskii2011-11-012-18/+20
* | Fix mouse highlight in continued lines on a TTY.Eli Zaretskii2011-11-012-8/+12
* | Remove unused variable temp-buffer-show-specifiers.Martin Rudalics2011-11-012-14/+7
* | Fix random crashes while scrolling backwards.Eli Zaretskii2011-10-302-3/+7
* | Fix bug 9869.Jan Djärv2011-10-302-1/+17
* | * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): InitializeJan Djärv2011-10-302-0/+5
* | Fix hang after C-z in gnome-shell.Jan Djärv2011-10-303-12/+46
* | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,Paul Eggert2011-10-292-1/+8
* | * src/frame.h (MOUSE_HL_INFO): Remove excess parens.Andreas Schwab2011-10-292-37/+41
* | Fix attribution for last commit in src/ChangeLog.Eli Zaretskii2011-10-291-0/+2
* | Fix the `xbytecode' user-defined command in .gdbinit.Eli Zaretskii2011-10-293-6/+80
* | Revert last commit.Eli Zaretskii2011-10-292-13/+8
* | Fix bug #9902 with crash caused by clearing mouse highlight.Eli Zaretskii2011-10-292-8/+13
* | Fixes: debbugs:9903Andreas Schwab2011-10-292-2/+7
* | Revert problematic change to wait_reading_process_output.Glenn Morris2011-10-282-9/+9
* | Fix use of uninitialized variable.Eli Zaretskii2011-10-282-1/+7
* | * src/xdisp.c (note_mouse_highlight): Fix use of uninitialized var.Chong Yidong2011-10-282-4/+11
* | * src/window.c (make_window): Initialize phys_cursor_on_p.Dan Nicolaescu2011-10-282-0/+5
* | * src/lisp.h (struct Lisp_Symbol): Update comments.Stefan Monnier2011-10-283-81/+79
* | src/w32font.c (w32_load_unicows_or_gdi32): Add missing return.Juanma Barranquero2011-10-282-1/+5
* | Fix bug #8562 with Emacs display on Windows 9X.Eli Zaretskii2011-10-284-4/+168
* | src/window.c: Fix typos in docstrings.Juanma Barranquero2011-10-272-20/+27
* | More gnutls memory fixes.Chong Yidong2011-10-274-146/+110
* | Fix a memory leak in the built-in GnuTLS support.Chong Yidong2011-10-274-45/+61
* | src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-275-10/+16
* | Fix typos.Juanma Barranquero2011-10-261-1/+1
* | * lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.Juanma Barranquero2011-10-262-5/+16
* | * lisp/progmodes/octave-*.el: Update maintainer.Stefan Monnier2011-10-251-2/+0
* | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).Paul Eggert2011-10-252-0/+5
* | Make function-key-map apply when key is bound to `undefined'.Stefan Monnier2011-10-252-2/+19