aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make mode line help-echo visible for unibyte buffers.Chong Yidong2012-06-032-4/+9
* * xdisp.c (note_mode_line_or_margin_highlight): Fix last change.Chong Yidong2012-06-031-1/+1
* Implement default help-echo for mode line.Chong Yidong2012-06-034-50/+121
* * sysdep.c (system_process_attributes): Improve comment.Paul Eggert2012-06-022-1/+6
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-024-25/+34
* * minibuf.c (Fassoc_string): Remove duplicate declaration.Paul Eggert2012-06-022-2/+2
* * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:Paul Eggert2012-06-022-2/+8
* * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end ofAndreas Schwab2012-06-022-2/+9
* * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.Paul Eggert2012-06-012-1/+5
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-018-107/+113
* Add option imagemagick-types-enableGlenn Morris2012-05-312-2/+8
* Pacify gcc -Wdouble-precision when using Xaw.Paul Eggert2012-05-302-2/+10
* Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-318-34/+66
|\
| * Fix bug #11587 with a crash in an Info buffer under linum-mode.Eli Zaretskii2012-05-302-1/+8
| * * keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong2012-05-304-12/+25
| * Don't call r_alloc_inhibit_buffer_relocation from search.c.Eli Zaretskii2012-05-292-20/+7
| * Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii2012-05-283-1/+26
* | Remove obsolete '#define static' cruft.Paul Eggert2012-05-305-18/+14
* | Clean up __executable_start, monstartup when --enable-profiling.Paul Eggert2012-05-304-25/+34
* | Improve call-process-region error message.Jim Meyering2012-05-302-1/+6
* | * alloc.c, lisp.h (make_pure_vector): Now static.Paul Eggert2012-05-303-2/+6
* | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-295-143/+46
* | Fix ChangeLog entry by negating its 1st sentence.Paul Eggert2012-05-291-1/+1
* | Do not avoid creating empty evaporating overlays (Bug#9642).Troels Nielsen2012-05-292-42/+52
* | Fix bug #11513 with raise-frame on MS-Windows.Eli Zaretskii2012-05-284-15/+42
* | * bidi.c (bidi_mirror_char): Put eassert before conversion to int.Paul Eggert2012-05-282-3/+11
* | 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
|\ \