]> code.delx.au - gnu-emacs/history - src/ChangeLog
Merge from emacs-24
[gnu-emacs] / src / ChangeLog
2014-10-02 Stefan MonnierMerge from emacs-24
2014-10-02 Dmitry Antipov* alloc.c (mark_overlay): Assume that overlay boundarie...
2014-10-02 Stefan Monnier* src/lisp.h: Fix up compilation for USE_STACK_LISP_OBJ...
2014-10-02 Stefan MonnierConsolidate management/ownership of selections.
2014-10-02 Glenn MorrisChangeLog whitespace trivia
2014-10-01 Stefan MonnierCommit forgotten ChangeLog files
2014-10-01 Jan Djärv* xfaces.c (Finternal_set_lisp_face_attribute): Added...
2014-10-01 Jan Djärv* xfaces.c (Finternal_set_lisp_face_attribute): Don...
2014-10-01 Eli ZaretskiiDon't modify the process's command name passed to start...
2014-10-01 Eli ZaretskiiRevert the changes in 2014-10-01T02:25:40Z!eggert@cs...
2014-10-01 Dmitry Antipov* gtkutil.c (xg_set_toolkit_horizontal_scroll_bar_thumb):
2014-10-01 Paul EggertUse AUTO_CONS instead of SCOPED_CONS, etc.
2014-10-01 Paul Eggert* dispnew.c (adjust_decode_mode_spec_buffer): Prefer...
2014-09-30 Stefan MonnierMerge from emacs-24
2014-09-30 Paul Eggert* alloc.c: Remove now-unnecessary check.
2014-09-30 Paul Eggert* xterm.c (x_term_init): Allocate temps on stack, not...
2014-09-30 Paul Eggert* frame.c (x_set_frame_parameters): Port --enable-gcc...
2014-09-30 Eli ZaretskiiFix creation of frames on MS-Windows: don't cons Lisp...
2014-09-30 Paul EggertSimplify stack-allocated Lisp objects, and make them...
2014-09-29 Eli ZaretskiiFollow-up to renaming v24.5 to 25.1.
2014-09-29 Eli ZaretskiiFix bug #18545 with lack of scrolling a window when...
2014-09-29 Stefan MonnierRename 24.5 to 25.1
2014-09-29 Ulf JasperDo not set `url-gateway-method' in `url-https'. (Bug...
2014-09-29 Dmitry AntipovKeep stack-allocated Lisp objects fast rather than...
2014-09-28 Ken Brown* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant...
2014-09-27 Ken BrownFix implementation of HYBRID_MALLOC on Cygwin.
2014-09-27 Stefan Monnier* lisp/subr.el (track-mouse): New macro.
2014-09-27 Stefan MonnierIntroduce global-eldoc-mode. Move Elisp-specific code...
2014-09-26 Paul Eggert* xfns.c (x_default_scroll_bar_color_parameter):
2014-09-26 Ken Brownsrc/w32term.h (ALIGN_STACK): Fix the cpp condition.
2014-09-25 Eli ZaretskiiDon't use USE_STACK_LISP_OBJECTS on Windows with GCC...
2014-09-25 Eli ZaretskiiDefault to stack objects on DOS_NT platforms as well.
2014-09-25 Martin RudalicsRemove code left dead after 2014-07-27 changes.
2014-09-25 Paul EggertFix local_cons etc. to not exhaust the stack when in...
2014-09-24 Paul EggertDefault to stack objects on non-GNU/Linux, non-DOS_NT...
2014-09-24 Paul EggertAvoid signed integer overflow when converting Time...
2014-09-24 Paul Eggert* keyboard.c (make_lispy_event): Avoid unnecessary...
2014-09-24 Dmitry Antipov* lisp.h (USE_STACK_LISP_OBJECTS): Enable by default...
2014-09-24 Dmitry Antipov* chartab.c (uniprop_encode_value_numeric):
2014-09-24 Eli ZaretskiiFix fallout on MinGW64 from the previous commit.
2014-09-24 Eli ZaretskiiFix bug #18528 with crashes at startup during frameset...
2014-09-24 Dmitry Antipov* termhooks.h (enum scroll_bar_part): Begin from 0...
2014-09-24 Paul EggertFix some slow uses and misuses of strcat.
2014-09-23 Paul Eggert* lisp.h (lispstpcpy): Rename from lispstrcpy, and...
2014-09-23 Paul Eggert* dispextern.h, xdisp.c (window_box_right_offset):...
2014-09-23 Dmitry AntipovUse known length of a Lisp string to copy it faster.
2014-09-23 Paul EggertFix SAFE_ALLOCA to not exhaust the stack when in a...
2014-09-22 Stefan MonnierMerge from emacs-24
2014-09-22 Stefan MonnierAdd pcase-defmacro, as well as `quote' and `app' patterns.
2014-09-22 Eli ZaretskiiFix bug #18516 with SIGSEGV in expand-file-name.
2014-09-22 Dmitry AntipovAvoid extra call to oblookup when interning symbols.
2014-09-22 Dmitry AntipovOn OSX, do not free font-specific data more than once...
2014-09-21 Paul EggertMinor improvements to new stack-allocated Lisp objects.
2014-09-21 David Caldwell* configure.ac: Increase headerpad_extra to 1000, updat...
2014-09-18 Juri Linkov* src/image.c (imagemagick_load_image): Add delay to...
2014-09-18 Eli ZaretskiiClarify the doc strings of mouse-position and set-mouse...
2014-09-18 Eli ZaretskiiFix bug #18490 with redisplay of other windows showing...
2014-09-18 Dmitry AntipovMore and more stack-allocated Lisp objects if USE_LOCAL...
2014-09-18 Paul EggertPort USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
2014-09-18 Paul EggertPort USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
2014-09-17 Samuel Bronson* unexmacosx.c (copy_data_segment): Port to GCC 4.6+.
2014-09-17 Paul EggertFix minor problems found by static checking.
2014-09-17 Dmitry AntipovAvoid clang-specific warnings.
2014-09-16 Eli ZaretskiiFix display of hollow-box and hbar cursors on r2L lines.
2014-09-16 Eli ZaretskiiFix block cursor display in R2L lines.
2014-09-16 Daniel ColascioneFor symbols, use address as hash code.
2014-09-16 Dmitry AntipovAvoid more integer overflows on string size calculations.
2014-09-16 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate even more Lisp object...
2014-09-16 Dmitry AntipovPrefer ptrdiff_t to int and avoid integer overflows.
2014-09-16 Dmitry AntipovAlways use matched specpdl entry to record call argumen...
2014-09-15 Eli ZaretskiiSupport playing on MS-Windows non-ASCII sound files...
2014-09-15 Eli ZaretskiiFix display of R2L lines in partial-width windows.
2014-09-15 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate some Lisp objects...
2014-09-15 Daniel ColascioneTweak sort docstring
2014-09-15 Daniel ColascioneUpdate documentation for `insert-register'
2014-09-15 Glenn MorrisMerge from emacs-24; up to 2014-07-09T02:04:12Z!rgm...
2014-09-14 Eli ZaretskiiFix bug #18420 with deadlocks communicating with subpro...
2014-09-14 Jan Djärv* callproc.c (init_callproc): Fix bug introduced at...
2014-09-13 Eli ZaretskiiFix expansion and encoding of sound file names on MS...
2014-09-13 Dmitry AntipovPrefer ptrdiff_t to int and avoid integer overflows.
2014-09-12 Detlev Zundel* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
2014-09-11 Dmitry AntipovRemove redundant GCPROs around Ffuncall and Fapply...
2014-09-11 Dmitry Antipov* lread.c (readevalloop_eager_expand_eval): Add GCPRO...
2014-09-11 Dmitry AntipovMore debugging aids around GCPROs.
2014-09-11 Martin RudalicsIn Fresize_mini_window_internal set w->total_lines...
2014-09-11 Dmitry Antipov* lisp.h (make_local_string): Nitpick indent.
2014-09-11 Paul EggertPacify --enable-gcc-warnings when no window system...
2014-09-11 Paul Eggert* charset.c (Fget_unused_iso_final_char): Fix subscript...
2014-09-10 Paul EggertSimplify lisp.h by removing the __COUNTER__ business.
2014-09-10 Alp Aker* nsterm.m (ns_draw_fringe_bitmap): Use the same logic...
2014-09-10 Eli Zaretskiisrc/w32.c (sys_write): Use SAFE_NALLOCA for the NL...
2014-09-10 Paul Eggert* xterm.c (handle_one_xevent): Add braces to pacify...
2014-09-10 Jan DjärvDetect iconified under Compiz/Unity
2014-09-10 Paul Eggert* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.
2014-09-10 Paul EggertImprove the experimental local and scoped allocation.
2014-09-09 Jan Djärv* nsterm.m (updateFrameSize:, initFrameFromEmacs:)
2014-09-09 Eli ZaretskiiFix the row number mistakenly reported by pos_visible_p...
2014-09-09 Dmitry AntipovCleanup last change and make all new stuff conditional.
2014-09-09 Dmitry AntipovAdd macros to allocate temporary Lisp objects with...
2014-09-09 Dmitry Antipov* xterm.c (x_term_init): Consolidate duplicated code.
next