aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge trunkKenichi Handa2014-07-0527-340/+347
|\
| * * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-049-46/+19
| * On MS-Windows, display busy cursor on all GUI frames.Dmitry Antipov2014-07-033-82/+42
| * Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-036-79/+56
| * Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-028-28/+98
| |\
| | * src/dispnew.c: Fix a typo in a comment.Eli Zaretskii2014-07-011-1/+1
| | * Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-015-12/+65
| | * Fix ChangeLog entryDmitry Antipov2014-07-011-1/+1
| | * * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov2014-07-012-0/+7
| | * * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889).Dmitry Antipov2014-07-012-13/+7
| | * Fix bug #17875 with changing TTY frame size, then selecting new frame.Eli Zaretskii2014-06-302-3/+19
| * | * lisp.h (toplevel): Add compile-time assert to verify suitable member layoutDmitry Antipov2014-07-022-1/+7
| * | * print.c (print_object): Adjust to match new layout of sub char-tableDmitry Antipov2014-07-022-2/+11
| * | Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.Dmitry Antipov2014-07-026-60/+103
| * | * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier2014-07-012-41/+10
* | | merge trunkKenichi Handa2014-07-029-31/+70
|\ \ \ | |/ /
| * | 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 (MIN_CHARBUF_SIZE): Delete it.Kenichi Handa2014-07-022-4/+14
|/ /
* | * 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