aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ChangeLog typos.Juanma Barranquero2012-07-081-8/+8
* * xdisp.c (display_line): Avoid warning about implicit declarationAndreas Schwab2012-07-071-0/+3
* * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.Andreas Schwab2012-07-071-0/+2
* * lisp.h: Remove empty conditional.Andreas Schwab2012-07-071-0/+4
* * lread.c (load_path_check): Now static.Paul Eggert2012-07-071-0/+2
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-0/+19
* Try to simplify the initialization of Vload_pathGlenn Morris2012-07-071-0/+11
* Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii2012-07-071-0/+22
* * sysdep.c (ULLONG_MAX): Define if not already defined.Paul Eggert2012-07-061-0/+2
* * sysdep.c (list_system_processes): Port to NetBSD-current.Paul Eggert2012-07-061-0/+2
* Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-061-0/+14
* Replace some src/s undefs by never even checking on relevant platformsGlenn Morris2012-07-061-0/+6
* Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla....Juanma Barranquero2012-07-071-0/+7
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-0/+7
* * xfont.c (compare_font_names): Redo to omit the need for casts.Paul Eggert2012-07-061-0/+4
* * xfns.c (Fx_change_window_property): Doc fix.Andreas Schwab2012-07-061-0/+3
* Fixes: debbugs:11870Andreas Schwab2012-07-061-0/+6
* * nt/config.nt: Complete rework to bring it in sync with autogen/config.in.Juanma Barranquero2012-07-061-0/+7
* * process.c: Avoid unnecessary calls to gettime.Paul Eggert2012-07-061-0/+7
* Fix stray '<' from last change.Paul Eggert2012-07-061-1/+1
* * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 is defined.Jan Djärv2012-07-061-1/+6
* Fix marker debugging code.Dmitry Antipov2012-07-061-0/+8
* Compile marker debugging code only if ENABLE_CHECKING is defined.Dmitry Antipov2012-07-061-0/+9
* Avoid code repetition in marker-related functions.Dmitry Antipov2012-07-061-1/+13
* * buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov2012-07-061-0/+5
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-0/+13
* Do not use Fdelete_overlay in delete_all_overlaysDmitry Antipov2012-07-061-0/+8
* Port to OpenBSD 5.1 amd64.Paul Eggert2012-07-061-0/+10
* * src/Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.Glenn Morris2012-07-051-0/+4
* More xmalloc and related cleanup.Paul Eggert2012-07-051-0/+25
* Avoid long futile looping on a TTY under huge values of hscroll.Eli Zaretskii2012-07-051-0/+7
* * marker.c (set_marker_restricted_both): Simplify by usingDmitry Antipov2012-07-051-0/+5
* * editfns.c (region_limit): Simplify by using clip_to_bounds.Paul Eggert2012-07-051-0/+4
* Don't use deprecated functions when compiling with Gtk3.Jan Djärv2012-07-051-0/+17
* Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii2012-07-051-3/+0
* Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii2012-07-051-0/+10
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-07-051-0/+5
* Cleanup xmalloc.Dmitry Antipov2012-07-051-0/+56
* * fileio.c (time_error_value): Check the right error number.Paul Eggert2012-07-041-0/+6
* * window.c (set_window_hscroll): Revert the 100000 hscroll limit.Paul Eggert2012-07-041-0/+5
* * fileio.c (time_error_value): Rename from special_mtime.Paul Eggert2012-07-041-0/+4
* * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.Paul Eggert2012-07-041-0/+5
* * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'Paul Eggert2012-07-041-0/+5
* Remove obsolete configuration options (Windows port).Juanma Barranquero2012-07-041-0/+5
* Fix ChangeLog typos.Juanma Barranquero2012-07-041-5/+5
* * buffer.c (init_buffer_once): Fix initialization ofDmitry Antipov2012-07-041-0/+6
* Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.Stefan Monnier2012-07-041-0/+21
* * doprnt.c (doprnt): Don't assume string length fits in 'int'.Paul Eggert2012-07-041-0/+5
* Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-041-0/+9
* Avoid weird behavior with large horizontal scrolls.Paul Eggert2012-07-031-0/+11