summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-07-09* syntax.c (back_comment): Use more-natural location for label.Paul Eggert
2014-07-09* font.c, font.h (font_unparse_fcname): Now static.Paul Eggert
2014-07-09* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int andDmitry Antipov
2014-07-09Next minor cleanup of font subsystem.Dmitry Antipov
2014-07-08Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris
2014-07-08* process.c (read_and_dispose_of_process_output): Fix typoPaul Eggert
2014-07-08Fix bug #17969 with vertical-motion through continuation lines with TABs.Eli Zaretskii
2014-07-08* font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov
2014-07-08* nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.Dmitry Antipov
2014-07-08* chartab.c (char_table_translate): Move to...Dmitry Antipov
2014-07-07* process.c: Add sanity checks for file descriptors.Paul Eggert
2014-07-07Minor fixups related to usage of the 'long' type.Paul Eggert
2014-07-07Minor ImageMagick safety fixes.Paul Eggert
2014-07-05merge trunkKenichi Handa
2014-07-05Fix bug #17944 with pos-visible-in-window-p when there's image at window start.Eli Zaretskii
2014-07-05A better fix for bug #17942.Eli Zaretskii
2014-07-05Fix bug #17942 with pos-visible-in-window-p and image and BOB.Eli Zaretskii
2014-07-04* src/syntax.c (find_defun_start): Try the cache evenStefan Monnier
2014-07-04Backport from trunk.Jan Djärv
2014-07-04Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii
2014-07-04src/w32.c (network_interface_info): Make sure the argument is a Lisp string.Eli Zaretskii
2014-07-04* font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov
2014-07-03On MS-Windows, display busy cursor on all GUI frames.Dmitry Antipov
2014-07-03Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov
2014-07-02Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris
2014-07-02* lisp.h (toplevel): Add compile-time assert to verify suitable member layoutDmitry Antipov
2014-07-02* print.c (print_object): Adjust to match new layout of sub char-tableDmitry Antipov
2014-07-02Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.Dmitry Antipov
2014-07-01* doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier
2014-07-01Fix bug #17892 with mode/header line and display margins.Eli Zaretskii
2014-07-02merge trunkKenichi Handa
2014-07-02* coding.c (MIN_CHARBUF_SIZE): Delete it.Kenichi Handa
2014-07-01Fix ChangeLog entryDmitry Antipov
2014-07-01* menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov
2014-07-01* xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889).Dmitry Antipov
2014-06-30Fix use of deallocated memory.Jan Djärv
2014-06-30Fix bug #17875 with changing TTY frame size, then selecting new frame.Eli Zaretskii
2014-06-30Fix bug #17881 with infloop in decoding emacs-mule encoded text.Eli Zaretskii
2014-06-30Remove unnecessary redisplays in NS port.Jan Djärv
2014-06-29* xfns.c (Qsuppress_icon): Remove; no real users.Dmitry Antipov
2014-06-28* src/Makefile.in (ns-app): Mark as PHONY.Glenn Morris
2014-06-28* src/Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a):Glenn Morris
2014-06-28Small cleanup for src/Makefile liblw.a, libXMenu11.a rulesGlenn Morris
2014-06-28Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris
2014-06-28* coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.Kenichi Handa
2014-06-28Fixes: debbugs:17865Andreas Schwab
2014-06-26Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacsGlenn Morris
2014-06-26* src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.Dmitry Antipov
2014-06-25ChangeLog fixGlenn Morris
2014-06-25* src/puresize.h (BASE_PURESIZE): Bump by another 1K.Glenn Morris