summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-07-07* lread.c (load_path_check): Now static.Paul Eggert
2012-07-07Improve static checking when configured --with-ns.Paul Eggert
2012-07-07Try to simplify the initialization of Vload_pathGlenn Morris
2012-07-07Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii
2012-07-06* sysdep.c (ULLONG_MAX): Define if not already defined.Paul Eggert
2012-07-06* sysdep.c (list_system_processes): Port to NetBSD-current.Paul Eggert
2012-07-06Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert
2012-07-06Replace some src/s undefs by never even checking on relevant platformsGlenn Morris
2012-07-07Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla....Juanma Barranquero
2012-07-06Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert
2012-07-06* xfont.c (compare_font_names): Redo to omit the need for casts.Paul Eggert
2012-07-06* xfns.c (Fx_change_window_property): Doc fix.Andreas Schwab
2012-07-06Fixes: debbugs:11870Andreas Schwab
2012-07-06* nt/config.nt: Complete rework to bring it in sync with autogen/config.in.Juanma Barranquero
2012-07-06* process.c: Avoid unnecessary calls to gettime.Paul Eggert
2012-07-06Fix stray '<' from last change.Paul Eggert
2012-07-06* gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 is defined.Jan Djärv
2012-07-06Fix marker debugging code.Dmitry Antipov
2012-07-06Compile marker debugging code only if ENABLE_CHECKING is defined.Dmitry Antipov
2012-07-06Avoid code repetition in marker-related functions.Dmitry Antipov
2012-07-06* buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov
2012-07-06Introduce fast path for the widely used marker operation.Dmitry Antipov
2012-07-06Do not use Fdelete_overlay in delete_all_overlaysDmitry Antipov
2012-07-06Port to OpenBSD 5.1 amd64.Paul Eggert
2012-07-05* src/Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.Glenn Morris
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05Avoid long futile looping on a TTY under huge values of hscroll.Eli Zaretskii
2012-07-05* marker.c (set_marker_restricted_both): Simplify by usingDmitry Antipov
2012-07-05* editfns.c (region_limit): Simplify by using clip_to_bounds.Paul Eggert
2012-07-05Don't use deprecated functions when compiling with Gtk3.Jan Djärv
2012-07-05Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii
2012-07-05Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii
2012-07-05src/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-07-04* fileio.c (time_error_value): Check the right error number.Paul Eggert
2012-07-04* window.c (set_window_hscroll): Revert the 100000 hscroll limit.Paul Eggert
2012-07-04* fileio.c (time_error_value): Rename from special_mtime.Paul Eggert
2012-07-04* emacs.c (gdb_pvec_type): Change it back to enum pvec_type.Paul Eggert
2012-07-04* alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'Paul Eggert
2012-07-04Remove obsolete configuration options (Windows port).Juanma Barranquero
2012-07-04Fix ChangeLog typos.Juanma Barranquero
2012-07-04* buffer.c (init_buffer_once): Fix initialization ofDmitry Antipov
2012-07-04Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.Stefan Monnier
2012-07-04* doprnt.c (doprnt): Don't assume string length fits in 'int'.Paul Eggert
2012-07-04Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov
2012-07-03Avoid weird behavior with large horizontal scrolls.Paul Eggert
2012-07-03* buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.Paul Eggert
2012-07-04* buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.Dmitry Antipov
2012-07-03Remove stray empty line.Paul Eggert
2012-07-03* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)Paul Eggert