* font.c (font_unparse_xlfd): Don't blindly alloca long strings.
[bpt/emacs.git] / src / ChangeLog
2011-08-29 Paul Eggert* font.c (font_unparse_xlfd): Don't blindly alloca...
2011-08-29 Paul Eggert* filelock.c (lock_file_1, lock_file): Don't blindly...
2011-08-29 Paul Eggert* eval.c (verror): Simplify by rewriting in terms of...
2011-08-29 Paul Eggert* emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
2011-08-29 Paul Eggert* editfns.c (Fcurrent_time_zone): Don't overrun buffer
2011-08-29 Paul Eggert* dispnew.c (add_window_display_history): Don't overrun...
2011-08-29 Paul Eggert* dbusbind.c (xd_signature, Fdbus_register_signal):
2011-08-29 Paul Eggertsprintf-related integer and memory overflow issues.
2011-08-26 Paul EggertMerge from trunk.
2011-08-26 Eli ZaretskiiFix bug #9324 with unwarranted repositioning of point.
2011-08-26 Paul EggertMerge from trunk.
2011-08-25 Paul EggertMerge from trunk.
2011-08-25 Paul EggertMerge from trunk.
2011-08-25 Eli ZaretskiiFix last change for text terminals.
2011-08-25 Eli ZaretskiiFix cursor motion with long continued lines near window...
2011-08-25 Eli ZaretskiiHandle `(space ...)' display spec as paragraph separator.
2011-08-25 Chong YidongDelete record-buffer, and rename unrecord-buffer to...
2011-08-24 Paul EggertMerge from trunk.
2011-08-24 Eli ZaretskiiFix cursor movement in R2L text within L2R paragraphs.
2011-08-24 Eli ZaretskiiFix current-bidi-paragraph-direction and its doc.
2011-08-24 Eli ZaretskiiMinor changes in bidi.c.
2011-08-23 Eli ZaretskiiFollowup for character properties in 2011-08-23T11...
2011-08-23 Chong Yidong* src/nsfont.m (ns_otf_to_script): Fix typo.
2011-08-23 Kenichi Handamerge trunk
2011-08-23 Kenichi HandaFix default values of character properties.
2011-08-23 Eli ZaretskiiFix bug #8874 with recentering and header line under...
2011-08-23 Eli ZaretskiiFix crashes with completion and composed characters.
2011-08-23 Eli ZaretskiiFix pos-visible-in-window-p for zero-column composed...
2011-08-23 Stefan Monnier* src/cmds.c (Fself_insert_command): Mention post-self...
2011-08-22 Eli ZaretskiiFix vertical cursor motion under bidi on auto-composed...
2011-08-22 Chong YidongFix animated gif segfault and frame clearing bug.
2011-08-20 Chong Yidong* eval.c (Fcondition_case): Document `debug' symbol...
2011-08-20 Chong Yidong* src/eval.c (Fsignal): Handle `debug' symbol in error...
2011-08-19 Paul EggertMerge from trunk.
2011-08-19 Eli ZaretskiiAvoid a crash in mouse-highlight of Speedbar frames.
2011-08-19 Eli ZaretskiiFix bidi cursor motion when a line begins with a compos...
2011-08-19 Paul Eggert* bidi.c (bidi_cache_shrink): update size after realloc
2011-08-19 Paul EggertMerge from trunk.
2011-08-18 Eli ZaretskiiProtect the bidi iterator against zero bidi properties.
2011-08-18 Paul EggertMerge from trunk.
2011-08-18 Eli ZaretskiiFix bidi reordering around TAB characters covered by...
2011-08-18 Andreas Schwab* src/process.c (Fnetwork_interface_list): Correctly...
2011-08-18 Paul EggertMerge from trunk.
2011-08-18 Paul Eggert* doc.c (get_doc_string): Rework so that
2011-08-17 Chong YidongRemove aborts from internal_condition_case*.
2011-08-17 Eli ZaretskiiFix bug #9311 with loading on MS-Windows .elc files...
2011-08-16 Ken Brown* src/gmalloc.c: Expand comment.
2011-08-16 Paul EggertMerge from trunk.
2011-08-16 Paul EggertSimplify previous changes.
2011-08-16 Eli ZaretskiiFix cursor positioning at end of buffer under bidi...
2011-08-16 Ken BrownFix memory allocation problems in Cygwin build (Bug...
2011-08-16 Paul EggertMerge from trunk.
2011-08-15 Paul Eggert* buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
2011-08-15 Paul EggertMerge from trunk.
2011-08-15 Paul Eggert* bidi.c (bidi_initialize): Remove unused local.
2011-08-15 Eli ZaretskiiUse uniprop tables instead of biditype.h and bidimirror.h.
2011-08-15 Eli ZaretskiiSupport RLE/RLO/LRE/LRO for determining paragraph direc...
2011-08-15 Eli ZaretskiiAnother part of fixing bug #9296 with vertical cursor...
2011-08-15 Paul EggertMerge from trunk.
2011-08-14 Kenichi HandaAvoid crash with invalid default-process-coding-system.
2011-08-14 Eli ZaretskiiFix bug #9296 with vertical cursor motion on images.
2011-08-14 Jan DjärvFix that executing applescript may hang emacs uninterru...
2011-08-14 Andreas SchwabFollow variable naming convention
2011-08-14 Paul EggertMerge from trunk.
2011-08-14 Paul Eggert* xfaces.c (Qframe_set_background_mode): Now static.
2011-08-14 Paul Eggert* process.c (Fnetwork_interface_info): Declare local...
2011-08-14 Paul EggertMerge from trunk.
2011-08-13 Jan DjärvFix network-interface-list|info on newer BSD derived...
2011-08-12 Eli ZaretskiiFix bug #9284 with line/wrap-prefix property on display...
2011-08-09 Chong YidongMerge from emacs-23 branch
2011-08-08 Eli ZaretskiiImprove on previous change in xdisp.c.
2011-08-08 Eli ZaretskiiSpeed up bidi redisplay with selective-display.
2011-08-08 Chong YidongLisp code shouldn't use set-time-zone-rule except throu...
2011-08-08 Chong YidongDon't lose extra font info when using the Fontconfig...
2011-08-07 Chong Yidong* composite.c (autocmp_chars): Don't reset point.
2011-08-07 Juri LinkovMinor doc fixes. Remove duplicate ChangeLog entries.
2011-08-06 Paul EggertMerge from trunk.
2011-08-06 Eli ZaretskiiReally fix bug #9224 with vertical-motion under word...
2011-08-06 Eli ZaretskiiFix bug #9254 with crash and cursor positioning under...
2011-08-06 Paul EggertAdjust further in response to jan.h.d's comments.
2011-08-06 Paul EggertMerge from trunk.
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Eli ZaretskiiBug #9224 was fixed together with bug #9221.
2011-08-05 Eli ZaretskiiMake bidi_cache_total_alloc static.
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-08-05 Eli ZaretskiiFix bug #9221 with resource allocation under word-wrap.
2011-08-05 Eli ZaretskiiFix bug #9229 with cursor positioning on display strings.
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Paul EggertAdjust in response to jan.h.d's comments.
2011-08-04 Paul EggertMerge from trunk.
2011-08-04 Jan DjärvCheck for pthread and use it if found.
2011-08-04 Andreas Schwab* regex.c (re_iswctype): Remove some redundant boolean...
2011-08-04 Jan DjärvSet _NET_WM_WINDOW_OPACITY on outer window manager...
2011-08-04 Paul Eggert* callproc.c (Fcall_process): Avoid vfork clobbering
2011-08-04 Paul EggertMerge from trunk.
2011-08-03 Stefan Monnier* src/keymap.c (Fmake_composed_keymap): Move to subr.el.
2011-08-03 Paul Eggert* fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare...
2011-08-03 Paul Eggert* xdisp.c (compute_display_string_pos): Remove unused...
2011-08-03 Paul EggertMerge from trunk.
2011-08-02 Eli ZaretskiiFix bug #9218 with slow cursor motion and scrolling...
next