aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-05-282-2/+10
* | Fix last change in bidi_mirror_char.Eli Zaretskii2012-05-272-1/+15
* | * unexmacosx.c (copy_data_segment): Truncate after 16 charactersAndreas Schwab2012-05-272-9/+15
* | * lisp.h [REL_ALLOC]: Omit duplicate prototypes.Paul Eggert2012-05-272-9/+5
* | * bidi.c (bidi_mirror_char): Don't possibly truncate the integerPaul Eggert2012-05-272-6/+9
* | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-267-3/+81
|\ \ | |/
| * * src/callproc.c (Fcall_process): Restore a line that was accidentally commen...Ken Brown2012-05-242-1/+6
| * Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii2012-05-235-11/+52
| * Update value of window-system-version for MS-DOS build.Eli Zaretskii2012-05-212-1/+6
| * A better fix for bug #11464 with pos-visible-in-window-p and R2L text.Eli Zaretskii2012-05-192-2/+22
| * Fix the changes in 2012-04-22T13:58:00Z!cyd@gnu.org for bug #11464.Eli Zaretskii2012-05-152-1/+5
* | Fix coding-related core dumps with gcc -ftrapv.Paul Eggert2012-05-262-17/+48
* | Don't mess with INFOPATH in ns buildsGlenn Morris2012-05-262-10/+4
* | Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-261-3/+1
* | Extend mouse support on W32 text-mode console.Eli Zaretskii2012-05-264-5/+163
|\ \
| * | Support help-echo and tooltip messages on w32 text-mode terminals.Eli Zaretskii2012-05-262-2/+12
| * | Support mouse-autoselect-window on w32 text-mode terminals.Eli Zaretskii2012-05-262-3/+36
| * | Refactor mouse highlight invocation for w32 console.Eli Zaretskii2012-05-262-8/+27
| * | Support mouse highlight on w32 text-mode frames.Eli Zaretskii2012-05-264-6/+113
* | | * lread.c (read1): Simplify slightly to avoid an overflow warningPaul Eggert2012-05-262-8/+8
|/ /
* | Revert last change in bidi.c.Eli Zaretskii2012-05-262-1/+6
* | * lisp/paths.el: Remove no-byte-compile.Glenn Morris2012-05-251-3/+4
* | * src/buffer.c (Fmove_overflay): Clip instead of trying to fix bug 9642.Paul Eggert2012-05-252-14/+16
* | Merge from trunk.Paul Eggert2012-05-253-102/+86
|\ \
| * | * src/lisp.mk (lisp): Update for more files being compiled now.Glenn Morris2012-05-252-18/+22
| * | * src/lread.c: Remove `read_pure' which makes no difference.Stefan Monnier2012-05-252-84/+64
* | | Merge recent dbus changes better.Paul Eggert2012-05-253-43/+43
* | | Merge from trunk.Paul Eggert2012-05-2580-3057/+2269
|\ \ \ | |/ /
| * | * src/fileio.c, src/character.h: Minor style tweaks.Stefan Monnier2012-05-253-34/+38
| * | * src/window.h (clip_changed): Remove useless declaration.Dmitry Antipov2012-05-232-5/+4
| * | Fix ChangeLog typos.Juanma Barranquero2012-05-221-2/+2
| * | src/makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.Juanma Barranquero2012-05-222-3/+7
| * | Remove src/m/*.Paul Eggert2012-05-2222-385/+86
| * | Assume C89 or later.Paul Eggert2012-05-2118-213/+145
| * | * src/xgselect.c (xg_select): Fix first argument in call to 'select' (bug#115...Ken Brown2012-05-212-4/+9
| * | Get rid of compiler warnings on Cygwin.Ken Brown2012-05-202-2/+7
| * | Improve test for when xg_select should just invoke select (bug#9754).Ken Brown2012-05-194-2/+12
| * | Remove unused HAVE_* symbols for functions.Paul Eggert2012-05-192-1/+2
| * | Remove no-longer-used macro HAVE_FTIME.Paul Eggert2012-05-193-24/+5
| * | Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.Eli Zaretskii2012-05-183-2/+38
| * | Move word search functions from search.c to isearch.el (bug#10145, bug#11381).Juri Linkov2012-05-172-181/+7
| * | * xgselect.c (xg_select): Just invoke 'select' if -nw.Paul Eggert2012-05-152-1/+9
| * | * src/lread.c (init_obarray): Declare Qt and Qnil as special.Stefan Monnier2012-05-152-1/+7
| * | Make a self-contained ns build able to find its own libexec directoryGlenn Morris2012-05-142-2/+10
| * | * src/nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").Glenn Morris2012-05-142-1/+5
| * | * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.Paul Eggert2012-05-142-2/+3
| * | * unexaix.c: Port to more-recent AIX compilers.Paul Eggert2012-05-142-12/+21
| * | Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.orgChong Yidong2012-05-143-8/+127
| |\ \ | | |/
| | * Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.Eli Zaretskii2012-05-132-1/+29
| | * Fix bug #11417 with infloop when left-fringe/right-fringe spec is used on TTY.Eli Zaretskii2012-05-132-5/+81