aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Attempt to fix bug #17771 with segfault if "C-h h" is interrupted.Eli Zaretskii2014-06-132-3/+15
* | With GNU make, MFLAGS is not neededGlenn Morris2014-06-132-14/+19
* | Avoid hangs in accept-process-output.Paul Eggert2014-06-133-62/+78
* | Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii2014-06-132-3/+13
* | * src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier2014-06-122-6/+9
* | Merge from emacs-24; up to 2014-06-02T14:17:07Z!michael.albinus@gmx.deGlenn Morris2014-06-112-3/+9
|\ \ | |/
| * Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.Eli Zaretskii2014-06-112-3/+9
* | Fix memory leaksJan Djärv2014-06-114-22/+43
* | Spelling fix.Paul Eggert2014-06-111-7/+7
* | * frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false.Dmitry Antipov2014-06-103-9/+11
* | * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-107-21/+30
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-107-18/+20
* | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-107-27/+26
* | Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert2014-06-092-13/+19
* | Further adjustments to mark_object and friends.Dmitry Antipov2014-06-092-22/+40
* | Fix core dump after a dropped X connection.Paul Eggert2014-06-092-1/+9