]> code.delx.au - gnu-emacs/history - src/ChangeLog
Fix the MS-Windows build broken by SAFE_ALLOCA changes.
[gnu-emacs] / src / ChangeLog
2014-09-07 Eli ZaretskiiFix the MS-Windows build broken by SAFE_ALLOCA changes.
2014-09-07 Paul Eggert* keyboard.c (read_decoded_event_from_main_queue):...
2014-09-07 Paul EggertUse SAFE_ALLOCA etc. to avoid unbounded stack allocation.
2014-09-06 Eli ZaretskiiRemove unused variable EMACS_HEAPSIZE from src/Makefile.in.
2014-09-04 Jan Djärv* xsmfns.c: Initialize ice_fd.
2014-09-04 Paul EggertLess chatter in 'make' output.
2014-09-03 Martin RudalicsClean up initialization and customization of horizontal...
2014-09-03 Glenn MorrisMerge from emacs-24; up to 2014-07-04T02:28:54Z!dmantip...
2014-09-02 Paul EggertMinor cleanup of recent strlen-avoiding patch.
2014-09-02 Eli ZaretskiiFix bug #18384 with incorrect reporting of row number...
2014-09-02 Dmitry Antipov* buffer.h (decode_buffer): New function.
2014-09-02 Dmitry Antipov* callproc.c (egetenv_internal): Add arg and rename...
2014-09-02 Paul Eggert* eval.c (internal_lisp_condition_case): Don't overrun...
2014-09-02 Dmitry Antipov* fileio.c (CHECK_LENGTH): New macro.
2014-09-01 Dmitry AntipovAvoid extra calls to strlen in filesystem I/O routines.
2014-09-01 Eli Zaretskiisrc/w32proc.c (w32_compare_strings): Support "C" and...
2014-09-01 Paul EggertFix typo in previous change's ChangeLog.
2014-09-01 Paul Eggert--enable-silent-warnings now suppresses more chatter.
2014-09-01 Paul EggertClean up extern decls a bit.
2014-08-31 Eli ZaretskiiFix cursor display on the fringe of R2L screen lines.
2014-08-31 Eli ZaretskiiFix cursor drawing in hscrolled R2L screen lines.
2014-08-31 Ken BrownFix bug#18368 with broken build on AIX due to HYBRID_MA...
2014-08-30 Paul EggertVector-sorting fixes.
2014-08-30 Ken Brown* src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI...
2014-08-30 Paul Eggert* sysdep.c (str_collate): Clear errno just before wcsco...
2014-08-30 Eli ZaretskiiMinor ChangeLog fixes.
2014-08-30 Eli ZaretskiiImprove error checking and error messages in string...
2014-08-29 Michael Albinus* sysdep.c (str_collate) [__STDC_ISO_10646__]: Move...
2014-08-29 Paul Eggert* sysdep.c (str_collate): Do not look at errno after...
2014-08-29 Eli ZaretskiiImplement case-insensitive and Unicode-compliant collat...
2014-08-29 Michael AlbinusAdd optional arguments LOCALE and IGNORE-CASE to collat...
2014-08-29 Dmitry AntipovFix ChangeLog entry.
2014-08-29 Dmitry AntipovFix last change to support Darwin/OSX (Bug#18354).
2014-08-29 Dmitry AntipovAdd vectors support to Fsort.
2014-08-28 Martin RudalicsRevert x_scroll_bar_handle_click "typo fix".
2014-08-28 Eli ZaretskiiFix bug #18339 with segfault when $ is typed into empty...
2014-08-28 Ken BrownAdd support for HYBRID_MALLOC, allowing the use of...
2014-08-28 Martin RudalicsSome fixes for scroll bar code.
2014-08-28 Glenn MorrisMerge from emacs-24; up to 2014-07-02T00:57:53Z!juri...
2014-08-28 Paul Eggert* sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individu...
2014-08-27 Eli ZaretskiiFix bug #18339 with segfault when $ is typed into empty...
2014-08-27 Paul EggertImprove robustness of new string-collation code.
2014-08-27 Michael Albinus* lisp.h (str_collate):
2014-08-27 Dmitry Antipov* src/keyboard.c (Vtop_level_message): Rename to
2014-08-27 Dmitry AntipovFix some glitches in previous change.
2014-08-26 Glenn MorrisChangeLog fixes
2014-08-26 Dmitry AntipovHandle C stack overflow caused by too nested Lisp evalu...
2014-08-25 Ken Brown* configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete...
2014-08-25 Eli ZaretskiiFix unoptimized build on MSDOS.
2014-08-25 Eli ZaretskiiImplement locale-sensitive string collation for MS...
2014-08-25 Dmitry AntipovOne more minor cleanup of font subsystem.
2014-08-25 Paul EggertMinor cleanups of str_collate fix.
2014-08-24 Michael AlbinusAdd string collation.
2014-08-23 Karol OstrovskyFix bug #18302 with minor issues in the MSYS2/MinGW64...
2014-08-20 Eli ZaretskiiRemove 16-bit limitations in scroll bar position report...
2014-08-19 Eli ZaretskiiFix horizontal scroll bar dragging in R2L paragraphs.
2014-08-19 YAMAMOTO Mitsuharu* xdisp.c (erase_phys_cursor): Fix confusion between...
2014-08-18 Eli Zaretskiisrc/xdisp.c (handle_stop): Improve commentary.
2014-08-18 Eli ZaretskiiFix bug #18276 with vertical motion through a display...
2014-08-17 Eli ZaretskiiAvoid overwriting the reversed_p flags in the glyph...
2014-08-17 Eli ZaretskiiAvoid inflooping in redisplay caused by hscrolled R2L...
2014-08-17 Eli ZaretskiiFix bug #18277 with mouse clicks on R2L lines.
2014-08-16 Paul Eggert* xdisp.c (set_horizontal_scroll_bar): Don't use uninit...
2014-08-16 Martin RudalicsPreliminary attempt to fix horizontal scroll bar draggi...
2014-08-15 Glenn MorrisMerge from emacs-24; up to 2014-06-29T18:32:35Z!michael...
2014-08-12 Martin RudalicsIn set_menu_bar_lines call change_frame_size instead...
2014-08-11 Ken Brown* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex...
2014-08-11 Jan DjärvFix default width not being 80, but 77.
2014-08-11 Glenn MorrisMerge from emacs-24; up to 2014-06-28T23:35:17Z!rgm...
2014-08-11 Glenn MorrisRevert 2013-01-31 change that decides coding system...
2014-08-10 Reuben ThomasFix a couple of recent inadvertent breaks of the MSDOS...
2014-08-10 Martin RudalicsFix handling of menu bar line on TTY frames (Bug#18136...
2014-08-09 Reuben Thomassrc/alloc.c: remove a stray brace
2014-08-09 Reuben ThomasAdd changelog entry missing from previous commit
2014-08-09 Reuben ThomasRemove support for DJGPP < 2.02
2014-08-09 Martin RudalicsSecond attempt to fix some doc-strings in window.c.
2014-08-09 Jan Djärv* widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues...
2014-08-08 Martin RudalicsFix some doc-strings in window.c (Bug#18112) (Bug#18194).
2014-08-07 Eli ZaretskiiFix bug #18162 with assertion violations due to empty...
2014-08-07 Paul Eggert* xterm.c (x_delete_terminal): Plug file descriptor...
2014-08-07 Reuben ThomasFix a few ``MS-DOG''s overlooked in the previous commit.
2014-08-05 Martin RudalicsDon't redeem scroll bars that have been turned off.
2014-08-05 Dmitry AntipovFix bug with uninitialized undo list of an indirect...
2014-08-05 Dmitry Antipov* keyboard.c (safe_run_hooks): Follow the convenient...
2014-08-04 Martin RudalicsFix scroll bar handling for non-toolkit builds.
2014-08-04 Dmitry Antipov* keyboard.c (safe_run_hook_funcall): Avoid consing...
2014-08-03 Paul EggertDon't let big frames overrun the stack.
2014-08-03 Glenn MorrisMerge from emacs-24; up to 2014-06-27T16:27:08Z!rgm...
2014-08-03 Paul EggertDon't mishandle year-9999 dates.
2014-08-03 Paul EggertAvoid undefined behavior with signed left shift.
2014-08-03 Dmitry AntipovFix bug with an attempt to select uninitialized frame...
2014-08-02 Paul EggertFix bug with clang + directory_files_internal + GC.
2014-08-02 Paul EggertAvoid 100% CPU utilization on ssh session exit.
2014-08-02 Dmitry AntipovFix spacing in ChangeLog
2014-08-02 Paul EggertMake compare-strings more compatible with old behavior.
2014-08-02 Jan Djärv* gtkutil.c (create_dialog): Force min spacing 10 betwe...
2014-08-01 Paul EggertMake functions static that no longer need to be extern.
2014-08-01 Eli ZaretskiiMerge from emacs-24; up to 2014-06-26T21:51:25Z!rgm...
2014-08-01 Eli ZaretskiiFix display of R2L lines when the last character fits...
2014-08-01 Dmitry Antipov* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.
next