Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / ChangeLog
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-16 Paul EggertRemove DATA_SEG_BITS.
2014-04-16 Stefan Monnier* src/window.c (save_window_save): Lookup window_point_...
2014-04-16 Eli ZaretskiiFix the MSDOS build.
2014-04-15 Paul EggertRevert previous change.
2014-04-15 Eli ZaretskiiResurrect 2 entries in src/ChangeLog nuked by the previ...
2014-04-15 Paul EggertFix some xgselect-vs-pselect bugs.
2014-04-15 Stefan Monnier* src/buffer.c (Foverlays_at): Add argument `sorted'.
2014-04-14 Eli ZaretskiiFix bidirectional redisplay when deletion creates a...
2014-04-13 Paul EggertPort to IRIX 6.5.
2014-04-13 Eli ZaretskiiFix open-dribble-file's treatment of non-ASCII file...
2014-04-13 Eli ZaretskiiFix bug #17255 with insufficient pure space on 32-bit...
2014-04-13 Stefan Monnier* src/bytecode.c (exec_byte_code): Rework the volatiles...
2014-04-12 Paul Eggert* keyboard.c (Fopen_dribble_file): Avoid some races.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-12 Eli ZaretskiiFix bug #17244 with line-move-visual when display strin...
2014-04-11 Eli Zaretskiisrc/w32.c (sys_umask) <WRITE_USER>: Remove redundant...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-11 Glenn Morris* src/keyboard.c (Fopen_dribble_file): Make file private.
2014-04-10 Daniel ColascioneIncrease BASE_PURESIZE
2014-04-09 Ken BrownRevert most of the recent change involving manifests...
2014-04-09 Stefan Monnier* src/keyboard.c (syms_of_keyboard): Make deactivate...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-09 Stefan Monnier* src/insdel.c (prepare_to_modify_buffer_1): Cancel...
2014-04-08 Daniel ColascioneMore GC assertions
2014-04-08 Daniel ColascioneRearrange pointer logging
2014-04-07 Glenn MorrisChangeLog fixes
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-07 Paul Eggert* alloc.c: Simplify by removing use of HAVE_EXECINFO_H.
2014-04-07 Stefan Monnier* src/alloc.c: Keep track of symbols referenced from...
2014-04-07 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix typos.
2014-04-05 Paul EggertPrefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-05 Glenn MorrisChangeLog fix
2014-04-05 Glenn MorrisMinor doc updates related to dribble files
2014-04-04 Jan DjärvBackport from trunk.
2014-04-03 Daniel ColascioneRename EARRAYSIZE to ARRAYELTS
2014-04-03 Ken BrownDon't use manifest on Cygwin. (Bug#17176)
2014-04-03 Daniel ColascioneAssert that function cells contain valid lisp objects
2014-04-03 Daniel ColascioneRearrange suspicious pointer logging
2014-04-03 Daniel ColascioneClean up array size calculations
2014-04-03 Daniel ColascioneAdd missing src/ChangeLog text that somehow ended up...
2014-04-03 Stefan Monnier* lisp/progmodes/perl-mode.el (perl-syntax-propertize...
2014-04-03 Daniel ColascioneAdd GC bug investigation code
2014-04-02 Dmitry Antipov* xterm.c (x_term_init) [USE_LUCID]: Fix minor memory...
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-04-02 Martin RudalicsIn x_new_font don't calculate non-toolkit scrollbar...
2014-04-02 Dmitry Antipov* font.c (font_list_entities): Do not add empty vector...
2014-04-01 Paul Eggert* fns.c (validate_subarray): Rename from validate_subst...
2014-03-31 Dmitry Antipov* fns.c (Fsubstring, Fsubstring_no_properties, secure_h...
2014-03-31 Dmitry Antipov* search.c (Freplace_match): Use make_specified_string.
2014-03-31 Jan Djärv* nsmenu.m (free_frame_tool_bar): Set wait_for_tool_bar...
2014-03-30 Jan DjärvAvoid flickering on frame creation with tool bar on...
2014-03-30 Martin RudalicsIn x_set_window_size postpone calculation of default...
2014-03-28 Glenn MorrisImprove usage of AC_INIT
2014-03-28 Glenn MorrisAdd system-configuration-features, summarising some...
2014-03-28 Ken Brown* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]...
2014-03-28 YAMAMOTO MitsuharuAdjust image background width on X11 accordingly when...
2014-03-27 Paul EggertPort recent signal-related changes to FreeBSD.
2014-03-27 Juanma BarranqueroMerge from emacs-24; up to 2014-03-24T03:06:35Z!dancol...
2014-03-27 YAMAMOTO MitsuharuFix bug #17115 with displaying on w32 images that have...
2014-03-27 Juanma Barranquerosrc/image.c: Avoid partial load of SVG libraries.
2014-03-26 Paul EggertMore backward-compatible fix to char-equal core dump.
2014-03-26 Juanma BarranqueroMerge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka...
2014-03-26 Juanma Barranquerosrc/*.c: Silence a few warnings about unused vars and...
2014-03-26 Paul EggertFix core dump in char-equal.
2014-03-26 Paul Eggert* insdel.c (adjust_markers_for_delete): Remove unused...
2014-03-26 Glenn MorrisDoc tweaks related to file locking
2014-03-26 Glenn MorrisRemove the build-time option CLASH_DETECTION
2014-03-25 Eli ZaretskiiSpeed up thread startup on MS-Windows.
2014-03-25 Paul EggertHandle sigmask better with nested signal handlers.
2014-03-25 Barry O'ReillyUndo in region after markers in undo history relocated
2014-03-24 Martin RudalicsRefine previous fix of x_set_window_size to handle...
2014-03-23 Glenn Morris* src/fileio.c (Ffile_symlink_p): Doc fix.
2014-03-23 Stefan Monnier* lisp/simple.el (redisplay-highlight-region-function...
2014-03-23 Daniel ColascioneClean up gc_sweep
2014-03-23 Juanma Barranquerosrc/w32fns.c (Fw32_shell_execute): Declare `result...
2014-03-23 Eli ZaretskiiFix ChangeLog entry of last commit.
2014-03-23 Eli ZaretskiiFix bug #17047 with cursor motion when invisible text...
2014-03-23 Daniel ColascioneFurther improve XIM init
2014-03-23 Daniel ColascioneFurther improve create_frame_xic patch
2014-03-23 Daniel ColascioneMake Emacs work with ibus
2014-03-23 Daniel ColascioneImprove XIC fix
2014-03-23 Daniel ColascioneWork around flaky XIM modules
2014-03-23 Daniel ColascioneImprove init_tty readability
2014-03-23 Daniel ColascioneBackport memory fix (2014-03-22T03:04:53Z!dancol@dancol...
2014-03-23 Daniel ColascioneBackport memory fix (2014-03-23T05:15:48Z!dancol@dancol...
2014-03-23 Daniel ColascioneMerge from emacs-24; up to 2014-03-21T23:16:26Z!rms...
2014-03-23 Daniel ColascioneDon't underflow datagram_address array
2014-03-22 Glenn MorrisMake some files in etc obsolete
2014-03-22 Glenn MorrisMerge from emacs-24; up to 2014-03-21T21:27:25Z!dancol...
2014-03-22 Daniel ColascioneDo not read uninitialized memory in conv_sockaddr_to_lisp
2014-03-22 Daniel ColascioneDo not read unitialized memory in conv_sockaddr_to_lisp
2014-03-21 Daniel ColascioneAdd memory information to bug reports
2014-03-21 Glenn MorrisMerge from emacs-24; up to 2014-03-21T08:51:02Z!eliz...
2014-03-21 Glenn MorrisIncrease default history-length from 30 to 100
2014-03-21 Daniel ColascioneFrame icon optimization
2014-03-21 Daniel ColascioneAllow lisp allocation via mmap in dumped emacs
2014-03-21 YAMAMOTO MitsuharuFix regression introduced by patch for Bug#10500.
2014-03-21 Daniel ColascioneAllow lisp allocation via mmap in dumped emacs
2014-03-21 Martin RudalicsTruly maximize w32 frames with odd fonts and some texi...
next