aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dispnew.c (scrolling_window): Fix index usage.Eli Zaretskii2011-11-122-4/+9
| * | | Don't handle splits status.Martin Rudalics2011-11-123-68/+15
| * | | Fix more typos.Juanma Barranquero2011-11-122-2/+2
| * | | Fix typos.Juanma Barranquero2011-11-124-6/+6
| * | | * xfns.c (unwind_create_frame):Jan Djärv2011-11-114-3/+10
| * | | Spelling fixes.Paul Eggert2011-11-112-3/+3
| * | | * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.Dmitry Antipov2011-11-112-1/+4
| * | | callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.Kenichi Handa2011-11-112-0/+8
| * | | merge trunkKenichi Handa2011-11-1113-133/+219
| |\ \ \ | | |/ /
| | * | Disallow calling window-inside-edges and related functions on internal windows.Chong Yidong2011-11-092-9/+14
| | * | Spelling fixes.Paul Eggert2011-11-082-2/+2
| | * | * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).Paul Eggert2011-11-082-0/+6
| | * | Avoid some portability problems by eschewing 'extern inline' functions.Paul Eggert2011-11-084-28/+43
| | * | Move low-level window width/height functions to C, and high-level functions t...Chong Yidong2011-11-082-48/+73
| | * | src/lisp.h (syms_of_abbrev): Remove declaration.Juanma Barranquero2011-11-072-4/+5
| | * | Allow to run temacs.exe on MS-Windows in GUI mode.Eli Zaretskii2011-11-072-1/+10
| | * | Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-074-40/+53
| | * | * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).Paul Eggert2011-11-062-1/+13
| * | | xdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (...Kenichi Handa2011-11-112-0/+11
| |/ /
| * | merge trunkKenichi Handa2011-11-0719-274/+579
| |\ \
| | * \ Merge from emacs-23; up to 2010-06-22T07:41:10Z!rgm@gnu.orgGlenn Morris2011-11-062-4/+33
| | |\ \ | | | |/
| | | * 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
* | | Merge from trunk.Paul Eggert2011-11-013-41/+40
|\ \ \ | |/ /
| * | 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
* | | Merge from trunk.Paul Eggert2011-10-315-15/+74
|\ \ \ | |/ /
| * | 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