* xfaces.c (Qframe_set_background_mode): Now static.
[bpt/emacs.git] / src / ChangeLog
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 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-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...
2011-08-02 Stefan Monnier* src/keymap.c (Fdefine_key): Fix Lisp_Object/int mixup...
2011-08-02 Don MarchFix non-prefix key error message when last character...
2011-08-02 Kenichi Handasrc/ChangeLog: Fix format.
2011-08-02 Kenichi HandaMake uniprop_table non-static.
2011-08-01 Eli ZaretskiiFix bug #9212 with selective-display under bidi.
2011-07-30 Andreas Schwab* src/regex.c (re_comp): Protoize.
2011-07-29 Paul Eggert* image.c (check_image_size): Use 1024x1024 if unknown...
2011-07-28 Andreas SchwabImplement ## reader macro
2011-07-28 Alp AkerFix for raise display property on NS (Bug#8913).
2011-07-28 Alp AkerFix display artifacts from ns_dumpglyphs_stretch (Bug...
2011-07-28 Alp AkerFix tooltip dimensions on NS (Bug#9176).
2011-07-28 Alp AkerFix image fg and bg colors on NS (Bug#9175).
2011-07-28 Alp AkerImplement strike-through and overline on NextStep ...
2011-07-28 Eli Zaretskiisrc/buffer.c: Fix last change.
2011-07-28 Eli ZaretskiiTurn on bidi-display-reordering by default.
2011-07-28 Paul Eggert* alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-relat...
2011-07-28 Chong YidongBackport 2010-07-03T14:42:02Z!eliz@gnu.org from trunk
2011-07-28 Paul Eggert* image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
2011-07-28 Andreas Schwab* regex.c (re_iswctype): Convert return values to boolean.
2011-07-28 Eli ZaretskiiFix bug #9184 with org-agenda crashing under bidi redis...
2011-07-28 Paul Eggert* callproc.c (Fcall_process): Use 'volatile' to avoid...
2011-07-28 Paul EggertMerge: Integer signedness and overflow and related...
2011-07-28 Paul EggertMerge from trunk.
2011-07-27 Lars Magne Ingebri... Silence error message we get in gnutls when the peer...
2011-07-26 Andreas Schwab* fontset.c (fontset_get_font_group): Add proper type...
2011-07-25 Jan Djärv* nsmenu.m (ns_popup_dialog): Add an "ok" button if...
2011-07-25 Paul Eggert* bidi.c (bidi_dump_cached_states): Fix printf format...
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-24 Eli ZaretskiiFix cursor motion slowdown at the beginning of buffer.
2011-07-24 Eli ZaretskiiFix crash at startup under XASSERTS.
2011-07-23 Paul Eggert* xml.c (parse_region): Remove unused local
2011-07-23 Eli ZaretskiiFix compilation with GLYPH_DEBUG.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay when...
2011-07-23 Jan DjärvFix title and toolbar not shown in OSX 10.7.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-23 YAMAMOTO MitsuharuSupport LC_FUNCTION_STARTS load command on Darwin.
2011-07-22 Eli ZaretskiiFix bug #9149 with mouse highlight of empty lines.
2011-07-22 Chong YidongMerge fix for Bug#4238 from trunk
2011-07-22 Eli ZaretskiiFix previous change that broke faces in bidirectional...
2011-07-22 Chong YidongFix --reverse-video on ttys.
2011-07-21 Chong YidongDoc fix for string-to-char (Bug#6576).
2011-07-20 Lars Magne Ingebri... * xml.c (parse_region): Make sure we always return...
2011-07-20 HAMANO Kiyoto* xml.c (parse_region): If a document contains only...
2011-07-20 Lars Magne Ingebri... * xml.c (make_dom): Return comments, too.
2011-07-20 Paul EggertMerge from trunk.
2011-07-19 Paul EggertMerge from trunk.
2011-07-19 Eli ZaretskiiSpeed up cursor motion in large fontified buffers.
2011-07-19 Paul EggertPort to OpenBSD.
2011-07-19 Lars Magne Ingebri... * lread.c (syms_of_lread): Clarify when `lexical-bindin...
2011-07-18 Paul Eggert* fileio.c (Fcopy_file) [!MSDOS]: Tighten created file...
2011-07-18 Paul Eggert* alloc.c (valid_pointer_p): Use pipe, not open.
2011-07-18 Paul Eggert* fileio.c (Fcopy_file): Adjust mode if fchown fails...
2011-07-18 Stefan Monnier* src/xdisp.c (next_element_from_string, next_element_f...
2011-07-17 Andreas SchwabMake read-symbol-positions-list more accurate
2011-07-17 Andreas Schwab* src/lread.c (read1): Read `#:' as empty uninterned...
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul Eggert* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug...
2011-07-17 Paul EggertMerge from trunk.
2011-07-16 Juanma Barranquerosrc/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c...
2011-07-16 Lars Magne Ingebri... Move the defintion of `gnutls-log-level' to the C level...
2011-07-16 Paul Eggert* fileio.c (Fcopy_file): Don't diagnose fchown failures.
2011-07-16 Lars Magne Ingebri... Use the same condition for POLL_FOR_INPUT in both keybo...
2011-07-16 Eli ZaretskiiFix a terrible slowdown in large fully fontified buffers.
2011-07-15 Lawrence MitchellAllow controlling how many prime bits to use during...
2011-07-15 Andreas Schwab* src/doc.c (Fsubstitute_command_keys): Revert last...
2011-07-15 Lars Magne Ingebri... Clarify that \= only quotes the next character
2011-07-15 Lars Magne Ingebri... `lexical-binding' doc clarification
next