summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-04-07Get rid of some platform-specific functions examining windowDmitry Antipov
2013-04-05merge trunkKenichi Handa
2013-04-05Optimize the code for reading UTF-8 files.Kenichi Handa
2013-04-05Consistently use platform-specific function to detect window system.Dmitry Antipov
2013-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert
2013-03-31* frame.h (struct frame): Drop scroll_bottom_vposDmitry Antipov
2013-03-30ChangeLog whitespace fixGlenn Morris
2013-03-30* nsmenu.m (showAtX:Y:for:): setLevel toJan Djärv
2013-03-30* nsmenu.m (ns_update_menubar): Correct NSTRACE.Jan Djärv
2013-03-29* indent.c (current_column_bol_cache): Remove leftover which is notDmitry Antipov
2013-03-29src/makefile.w32-in: Update dependencies.Juanma Barranquero
2013-03-28* src/lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)Stefan Monnier
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov
2013-03-28Fix bug #14073 with referencing window total number of columns.Eli Zaretskii
2013-03-28Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which brokes Fbuffer_swap_text.Dmitry Antipov
2013-03-28Add debugging code to w32fns.c.Eli Zaretskii
2013-03-28Add DEF_IMGLIB_FN for g_error_free to image.c.Eli Zaretskii
2013-03-28* xdisp.c (with_echo_area_buffer_unwind_data): Save windowDmitry Antipov
2013-03-27* lisp/case-table.el (case-table-get-table): New function.Stefan Monnier
2013-03-27image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function.rzl24ozi
2013-03-27Fix MinGW64 compilation warnings in w32.c and w32proc.c.Eli Zaretskii
2013-03-26Fix MinGW64 compilation of w32.c.Eli Zaretskii
2013-03-26* gtkutil.c (style_changed_cb): Check if frame is live and anJan Djärv
2013-03-26More MinGW64 fixes.Eli Zaretskii
2013-03-26src/ChangeLog: Fix last log entry.Eli Zaretskii
2013-03-26Fix more MinGW64 incompatibilities.Eli Zaretskii
2013-03-26Fix more incompatibilities between MinGW.org and MinGW64 headersEli Zaretskii
2013-03-25Changelog for previous commit.Jan Djärv
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-03-24* xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov
2013-03-23Static checking by GCC 4.8-20130319.Paul Eggert
2013-03-23* src/w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro.Ken Brown
2013-03-23* src/w32term.c (w32_initialize): Silence compiler warning.Ken Brown
2013-03-23Fix fullscreen resizing of multiple frames on MS-Windows.Eli Zaretskii
2013-03-23Fix bug #14032 with restoring frame dimensions on MS-Windows.Eli Zaretskii
2013-03-22* src/unexcw.c: Update for x86_64-cygwin.Ken Brown
2013-03-22* frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov
2013-03-21Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert
2013-03-21* alloc.c: Remove redundant static declarations.Paul Eggert
2013-03-22merge trunkKenichi Handa
2013-03-22Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org.Kenichi Handa
2013-03-20* window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov
2013-03-20Fix ChangeLog entry.Dmitry Antipov
2013-03-20* frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov
2013-03-20merge trunkKenichi Handa
2013-03-20coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa
2013-03-19* print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov
2013-03-19* window.c (Fwindow_combination_limit, Fset_window_combination_limit):Dmitry Antipov
2013-03-18* window.c (window_resize_check, window_resize_apply)Dmitry Antipov
2013-03-17* src/dispnew.c (bitch_at_user): Use `user-error'.Stefan Monnier