aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix use of deallocated memory.Jan Djärv2014-06-303-10/+10
* Fix bug #17881 with infloop in decoding emacs-mule encoded text.Eli Zaretskii2014-06-302-1/+6
* Remove unnecessary redisplays in NS port.Jan Djärv2014-06-303-5/+30
* * xfns.c (Qsuppress_icon): Remove; no real users.Dmitry Antipov2014-06-293-10/+7
* * src/Makefile.in (ns-app): Mark as PHONY.Glenn Morris2014-06-282-0/+5
* * src/Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a):Glenn Morris2014-06-282-8/+6
* * src/Makefile.in: Fix thinko in previous.Glenn Morris2014-06-281-1/+3
* Small cleanup for src/Makefile liblw.a, libXMenu11.a rulesGlenn Morris2014-06-282-5/+10
* Use gcc auto-dependency information for lwlib and oldXMenuGlenn Morris2014-06-281-4/+2
* Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris2014-06-282-1/+6
|\
| * Fixes: debbugs:17865Andreas Schwab2014-06-282-1/+6
| * ChangeLog fixGlenn Morris2014-06-251-1/+1
| * * src/puresize.h (BASE_PURESIZE): Add 1%, for safety.Glenn Morris2014-06-251-1/+1
| * * src/puresize.h (BASE_PURESIZE): Bump by another 1K.Glenn Morris2014-06-252-1/+5
* | * coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.Kenichi Handa2014-06-282-8/+17
* | src/w32heap.c: Minor formatting and whitespace changes.Eli Zaretskii2014-06-271-18/+24
* | Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacsGlenn Morris2014-06-262-26/+24
* | * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.Dmitry Antipov2014-06-262-15/+6
* | Fix ChangeLog entry.Dmitry Antipov2014-06-251-1/+3
* | Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-255-47/+41
* | Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-252-42/+31
* | Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-244-15/+24
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-2320-98/+68
* | "the the", "from from" and "and and".Mario Lang2014-06-232-1/+5
* | * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-228-92/+55
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-218-39/+115
|\ \ | |/
| * src/dispextern.h: Fix commentary to it's hpos member.Eli Zaretskii2014-06-211-1/+2
| * Fix bug #17823 with vertical-motion in lines with line-prefix.Eli Zaretskii2014-06-212-12/+10
| * Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-212-3/+10
| * Port to OS X ACLs.Paul Eggert2014-06-212-1/+10
| * * src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_commandStefan Monnier2014-06-182-12/+19
| * * font.c (font_make_object): Avoid dangling pointer which mayDmitry Antipov2014-06-192-0/+8
| * src/image.c: Yet another fix for last commit.Eli Zaretskii2014-06-181-0/+1
| * src/image.c: Another fix for last commit.Eli Zaretskii2014-06-181-1/+1
| * src/image.c: Fix last commit.Eli Zaretskii2014-06-181-2/+2
| * Fix bug #17790 with compilation against giflib 5.1.0 and later.Eli Zaretskii2014-06-182-7/+45
| * A better fix for bug #17777 with visual-order cursor movement.Eli Zaretskii2014-06-162-1/+11
| * Spelling fix.Paul Eggert2014-06-151-1/+1
* | Minor cleanup of fonset code.Dmitry Antipov2014-06-192-28/+24
* | Omit redundant extern decls.Paul Eggert2014-06-1714-91/+62
* | * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-175-6/+11
* | * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-174-15/+7
* | * eval.c (toplevel): Remove redundant #include directives.Dmitry Antipov2014-06-173-6/+3
* | * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-175-43/+49
* | * Makefile.in (ns-app): Fix typo that broke build on OS X.Paul Eggert2014-06-162-1/+7
* | Do not ask for XRender extension each time XFT font is opened.Dmitry Antipov2014-06-163-17/+31
* | Use `make -C' rather than `cd && make'Glenn Morris2014-06-142-14/+17
* | Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris2014-06-143-6/+85
|\ \ | |/
| * Fix bug #17777 with keyboard macros and visual-order cursor movement.Eli Zaretskii2014-06-142-0/+8
| * src/xdisp.c: Enhance commentary.Eli Zaretskii2014-06-141-3/+64