aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/nsterm.m, src/nsterm.h (ns_etc_directory): Fix type, empty return.Glenn Morris2012-07-091-0/+4
* | * process.c (wait_reading_process_output): 'waitchannels' was unsetPaul Eggert2012-07-091-0/+3
* | Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-091-0/+14
* | Minor improvements to make_formatted_string.Paul Eggert2012-07-091-0/+7
* | Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-0/+18
* | Stop ns builds polluting the environment with EMACSDATA, EMACSDOCGlenn Morris2012-07-091-0/+9
* | Move marker debugging code under MARKER_DEBUG.Dmitry Antipov2012-07-091-0/+9
* | * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.Paul Eggert2012-07-081-0/+5
* | Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-081-0/+8
* | Fix bug #11813 with invalid font for buffer name on the modeline.Eli Zaretskii2012-07-081-0/+5
* | 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