aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix ChangeLog entry.Dmitry Antipov2014-06-251-1/+3
* | Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-251-0/+11
* | Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-251-0/+8
* | Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-241-0/+9
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-0/+14
* | "the the", "from from" and "and and".Mario Lang2014-06-231-0/+4
* | * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-0/+12
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-0/+39
|\ \ | |/
| * Fix bug #17823 with vertical-motion in lines with line-prefix.Eli Zaretskii2014-06-211-0/+4
| * Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-211-0/+4
| * Port to OS X ACLs.Paul Eggert2014-06-211-0/+6
| * * src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_commandStefan Monnier2014-06-181-0/+5
| * * font.c (font_make_object): Avoid dangling pointer which mayDmitry Antipov2014-06-191-0/+5
| * Fix bug #17790 with compilation against giflib 5.1.0 and later.Eli Zaretskii2014-06-181-0/+10
| * A better fix for bug #17777 with visual-order cursor movement.Eli Zaretskii2014-06-161-0/+7
* | Minor cleanup of fonset code.Dmitry Antipov2014-06-191-0/+13
* | Omit redundant extern decls.Paul Eggert2014-06-171-0/+35
* | * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-171-0/+4
* | * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-171-0/+3
* | * eval.c (toplevel): Remove redundant #include directives.Dmitry Antipov2014-06-171-0/+2
* | * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-171-0/+8
* | * Makefile.in (ns-app): Fix typo that broke build on OS X.Paul Eggert2014-06-161-0/+6
* | Do not ask for XRender extension each time XFT font is opened.Dmitry Antipov2014-06-161-0/+6
* | Use `make -C' rather than `cd && make'Glenn Morris2014-06-141-0/+4
* | Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris2014-06-141-0/+10
|\ \ | |/
| * Fix bug #17777 with keyboard macros and visual-order cursor movement.Eli Zaretskii2014-06-141-0/+7
| * Attempt to fix bug #17771 with segfault if "C-h h" is interrupted.Eli Zaretskii2014-06-131-0/+5
* | With GNU make, MFLAGS is not neededGlenn Morris2014-06-131-0/+9
* | Avoid hangs in accept-process-output.Paul Eggert2014-06-131-0/+12
* | Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii2014-06-131-0/+7
* | * src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier2014-06-121-3/+8
* | Merge from emacs-24; up to 2014-06-02T14:17:07Z!michael.albinus@gmx.deGlenn Morris2014-06-111-0/+6
|\ \ | |/
| * Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.Eli Zaretskii2014-06-111-0/+6
* | Fix memory leaksJan Djärv2014-06-111-0/+10
* | * frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false.Dmitry Antipov2014-06-101-0/+3
* | * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-0/+8
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-0/+9
* | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-101-0/+7
* | Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert2014-06-091-0/+7
* | Further adjustments to mark_object and friends.Dmitry Antipov2014-06-091-0/+8
* | Fix core dump after a dropped X connection.Paul Eggert2014-06-091-0/+6
* | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-081-0/+6
|\ \ | |/
| * * src/fileio.c (write-region-inhibit-fsync): Doc tweak.Glenn Morris2014-06-071-0/+2
| * Doc tweaks re < etcGlenn Morris2014-06-071-0/+4
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-0/+25
* | Change object marking routines to minimize stack usage.Dmitry Antipov2014-06-081-0/+15
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-0/+32
|\ \ | |/
| * Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii2014-06-041-0/+4
| * Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii2014-06-041-0/+20
| * * src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier2014-06-021-0/+5