summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-06-25Fix ChangeLog entry.Dmitry Antipov
2014-06-25Consistently use validate_subarray to verify substring.Dmitry Antipov
2014-06-25Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov
2014-06-24Be more consistent about the 'Qfoo' naming convention.Paul Eggert
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-06-23"the the", "from from" and "and and".Mario Lang
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov
2014-06-21Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris
2014-06-21Fix bug #17823 with vertical-motion in lines with line-prefix.Eli Zaretskii
2014-06-21Improve documentation of how vertical-motion interprets columns.Eli Zaretskii
2014-06-21Port to OS X ACLs.Paul Eggert
2014-06-19Minor cleanup of fonset code.Dmitry Antipov
2014-06-18* src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_commandStefan Monnier
2014-06-19* font.c (font_make_object): Avoid dangling pointer which mayDmitry Antipov
2014-06-18Fix bug #17790 with compilation against giflib 5.1.0 and later.Eli Zaretskii
2014-06-17Omit redundant extern decls.Paul Eggert
2014-06-17* src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier
2014-06-17* lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov
2014-06-17* eval.c (toplevel): Remove redundant #include directives.Dmitry Antipov
2014-06-17* fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov
2014-06-16* Makefile.in (ns-app): Fix typo that broke build on OS X.Paul Eggert
2014-06-16A better fix for bug #17777 with visual-order cursor movement.Eli Zaretskii
2014-06-16Do not ask for XRender extension each time XFT font is opened.Dmitry Antipov
2014-06-14Use `make -C' rather than `cd && make'Glenn Morris
2014-06-14Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris
2014-06-14Fix bug #17777 with keyboard macros and visual-order cursor movement.Eli Zaretskii
2014-06-13With GNU make, MFLAGS is not neededGlenn Morris
2014-06-13Avoid hangs in accept-process-output.Paul Eggert
2014-06-13Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii
2014-06-13Attempt to fix bug #17771 with segfault if "C-h h" is interrupted.Eli Zaretskii
2014-06-12* src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier
2014-06-11Merge from emacs-24; up to 2014-06-02T14:17:07Z!michael.albinus@gmx.deGlenn Morris
2014-06-11Fix memory leaksJan Djärv
2014-06-11Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.Eli Zaretskii
2014-06-10* frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false.Dmitry Antipov
2014-06-10* dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov
2014-06-10* dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov
2014-06-10* dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov
2014-06-09Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert
2014-06-09Further adjustments to mark_object and friends.Dmitry Antipov
2014-06-09Fix core dump after a dropped X connection.Paul Eggert
2014-06-08Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-08Change object marking routines to minimize stack usage.Dmitry Antipov
2014-06-07* src/fileio.c (write-region-inhibit-fsync): Doc tweak.Glenn Morris
2014-06-07Doc tweaks re < etcGlenn Morris
2014-06-07Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris
2014-06-07Fix last commit.Eli Zaretskii
2014-06-06* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.Paul Eggert
2014-06-06* src/window.c (Frecenter): Signal an error if window-buffer is notStefan Monnier