Bump version to 24.2
[bpt/emacs.git] / src / ChangeLog
2012-08-15 Chong YidongBump version to 24.2
2012-08-14 Glenn Morris* src/eval.c (Fcalled_interactively_p): Doc fix. ...
2012-08-14 Ulrich Mueller* systime.h (EMACS_TIME_CMP): Don't cast time_t values...
2012-08-13 Eli ZaretskiiBackport: Don't disable Unicode menus on Windows NT...
2012-08-13 Chong YidongBackport fix for Bug#11677 from trunk
2012-08-12 Jan DjärvBackports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995...
2012-08-08 YAMAMOTO Mitsuharu* unexmacosx.c (copy_data_segment): Copy initialized...
2012-08-07 YAMAMOTO MitsuharuAdd new load commands for OS X 10.8.
2012-07-19 Chong YidongAvoid two crashes involving windows on dead frames.
2012-07-14 Eli ZaretskiiDon't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.
2012-07-12 Andreas SchwabFixes: debbugs:11917
2012-06-28 Andreas Schwab* gnutls.c (emacs_gnutls_handshake): Revert last change...
2012-06-26 Andreas Schwab* gnutls.c (emacs_gnutls_handshake): Only retry if
2012-06-23 Eli ZaretskiiBackport: Really fix bug #11519, by fixing the last...
2012-06-21 Glenn Morris* src/charset.c (init_charset): Make lack of etc/charse...
2012-06-11 Jan Djärv* nsterm.m (x_free_frame_resources): Move xfree so...
2012-06-01 Chong YidongBump version to 24.1.
2012-05-30 Eli ZaretskiiFix bug #11587 with a crash in an Info buffer under...
2012-05-30 Chong Yidong* keymap.c (describe_map_tree): Revert 2011-07-07 change.
2012-05-29 Eli ZaretskiiDon't call r_alloc_inhibit_buffer_relocation from search.c.
2012-05-28 Eli ZaretskiiAvoid buffer text relocations in calls to STRING_CHAR_...
2012-05-24 Ken Brown* src/callproc.c (Fcall_process): Restore a line that...
2012-05-23 Eli ZaretskiiFix bug #11519 with relocation of buffer text during...
2012-05-21 Eli ZaretskiiUpdate value of window-system-version for MS-DOS build.
2012-05-19 Eli ZaretskiiA better fix for bug #11464 with pos-visible-in-window...
2012-05-15 Eli ZaretskiiFix the changes in 2012-04-22T13:58:00Z!cyd@gnu.org...
2012-05-13 Eli ZaretskiiFix bug #11464 with pos-visible-in-window-p and R2L...
2012-05-13 Eli ZaretskiiFix bug #11417 with infloop when left-fringe/right...
2012-05-11 Eli ZaretskiiFix display when left-fringe/right-fringe display spec...
2012-05-09 Paul Eggert* unexaix.c (make_hdr): Fix typo in prototype.
2012-05-05 Eli ZaretskiiFix failures in starting subprocesses on Windows 7.
2012-05-02 Jim MeyeringAdd NUL-termination to some uses of strncpy.
2012-04-29 Eli ZaretskiiFix bug #11367 with assertion violation during vertical...
2012-04-24 Chong Yidong* src/xselect.c (x_convert_selection): Initialize a...
2012-04-23 Eli ZaretskiiAvoid assertion violation when scrolling minibuffer...
2012-04-23 Chong YidongDoc fixes for where-is-internal.
2012-04-20 Glenn Morrisfileio.c fix for bug#11245
2012-04-20 Eli ZaretskiiFix bug #11288 with overrunning array limits.
2012-04-20 Chong YidongFixes for pty handling in gdb-mi.el and process.c.
2012-04-18 Glenn MorrisMore small doc and lispref edits related to processes
2012-04-18 Glenn MorrisMore process-related doc and manual small edits
2012-04-17 Eli ZaretskiiFix bug #11261 with cursor movement in a continued...
2012-04-13 Atsuo Ohki* lread.c (lisp_file_lexically_bound_p): Fix hang at...
2012-04-10 Chong YidongMerge 2012-04-09 GnuTLS fix from trunk
2012-04-09 Eli ZaretskiiFix bug #11199 with killing a line at EOB that was...
2012-04-09 Jan Djärv* nsterm.m (constrainFrameRect): Always constrain when...
2012-04-06 Eli ZaretskiiWarning comments about subtleties of fetching character...
2012-04-04 Chong YidongSeveral miscellaneous doc changes.
2012-04-01 Eli ZaretskiiFix unsafe use of alloca reported in bug #11138.
2012-04-01 Andreas SchwabFixes: debbugs:11141
2012-03-31 Eli ZaretskiiFix bug #11063 with move_it_by_lines when there's a...
2012-03-31 Eli ZaretskiiFix bug #7464 with mouse highlight after "C-x 1".
2012-03-31 Eli ZaretskiiRemove an incorrect assertion on move_it_by_lines.
2012-03-31 Eli ZaretskiiFix cursor positioning in rows completely covered by...
2012-03-30 Eli ZaretskiiFix bug #11068 with window display when default face...
2012-03-29 Eli ZaretskiiDiscourage in comments from defining HAVE_GETCWD on...
2012-03-28 Stefan Monnier* src/keyboard.c (safe_run_hooks_error): Don't unquote...
2012-03-27 Glenn MorrisSmall doc and elisp manual fixes related to searching
2012-03-26 Kenichi Handadispextern.h (struct glyph): Fix previous change. ...
2012-03-26 Chong YidongNew variable selection-inhibit-update-commands, for...
2012-03-25 Fabrice PopineauRemove dead MSVC-specific code.
2012-03-25 Kenichi Handadispextern.h (struct glyph): Change the bit length...
2012-03-24 Eli ZaretskiiFix bug #9960 with MSVC build on MS-Windows.
2012-03-24 Andreas Schwab* xdisp.c (produce_glyphless_glyph): Limit length of...
2012-03-24 Andreas SchwabFixes: debbugs:11080
2012-03-23 Eli ZaretskiiFix bug #11073 with bidi-related crashes displaying...
2012-03-23 Troels Nielsen* src/process.c (wait_reading_process_output): Handle...
2012-03-22 Chong YidongFor line prefixes, use default face; don't inherit...
2012-03-21 Kenichi Handamerge trunk
2012-03-21 Chong YidongUpdates to Display chapter of Lisp manual.
2012-03-20 Eli ZaretskiiDoc fixes in w32-specific primitives related to console...
2012-03-20 Chong YidongUpdate doc to reflect new non-nil value of redisplay...
2012-03-19 Kenichi Handamerge trunk
2012-03-19 Kenichi Handaftfont.c (ftfont_drive_otf): Mask bits of character...
2012-03-18 Eli ZaretskiiFix bug #11035 with cursor positioning on overlay strin...
2012-03-12 Paul Eggert* buffer.c (compare_overlays): Don't assume args differ...
2012-03-12 Chong YidongRename inhibit_window_configuration_change_hook to...
2012-03-11 Chong Yidong* keymap.c (Fkey_description): Doc fix.
2012-03-11 Chong Yidong* src/editfns.c (Fconstrain_to_field): Doc fix.
2012-03-10 Chong Yidong* frame.c (other_visible_frames): Don't assume selected...
2012-03-09 Stefan Monnier* src/buffer.c (compare_overlays): Avoid qsort's instab...
2012-03-08 Jan Djärv* gtkutil.c (x_wm_set_size_hint): Use one row in call to
2012-03-03 Glenn Morrislispref/internals.texi Memory Usage tiny change
2012-03-03 Glenn Morrislispref/internals.texi Pure Storage updates
2012-03-02 Eli ZaretskiiFix computation of scroll-margin's character position...
2012-03-02 Eli ZaretskiiFix typos in comments.
2012-03-02 Eli ZaretskiiFix bug #10902 with cursor positioning at EOB.
2012-03-02 Glenn Morris* src/buffer.c (buffer-list-update-hook): Doc fix.
2012-02-29 Eli ZaretskiiFix bug #10903 with displaying an empty display string.
2012-02-25 Paul EggertGeneralize fix for crash due to non-contiguous EMACS_IN...
2012-02-25 Chong YidongDocument SELinux support functions in Lisp manual.
2012-02-25 Chong YidongReduce x-selection-timeout to 5s, and add a message...
2012-02-24 Glenn MorrisChangeLog fixes
2012-02-24 Chong YidongProcess multiple X selection requests in process_specia...
2012-02-23 Chong Yidong* window.c: Fix last fix.
2012-02-23 Chong YidongAvoid infloop in next-frame during frame creation.
2012-02-22 Chong Yidong* src/xterm.c (x_draw_image_relief): Add missing type...
2012-02-21 Chong YidongUpdate Files chapter in Lisp manual.
2012-02-21 Paul EggertIn GDB scripts, don't assume that EMACS_INT fits in...
2012-02-20 Paul EggertFix crash due to non-contiguous EMACS_INT (Bug#10780).
next