Add Bug#.
[bpt/emacs.git] / src / ChangeLog
2011-07-25 Paul EggertAdd Bug#.
2011-07-25 Paul EggertMerge from trunk.
2011-07-25 Paul Eggert* bidi.c (bidi_dump_cached_states): Fix printf format...
2011-07-25 Paul EggertMerge from trunk.
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-24 Paul EggertMerge from trunk.
2011-07-24 Paul EggertMerge from gnulib, using build-aux to remove clutter.
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-22 Eli ZaretskiiFix bug #9149 with mouse highlight of empty lines.
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-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 Eggert* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug...
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
2011-07-15 Eli ZaretskiiFix vertical cursor motion in Speedbar frames under...
2011-07-15 Glenn MorrisNo need for ChangeLog entry about quickly reverted...
2011-07-14 Paul EggertFix minor problems found by static checking.
2011-07-14 Paul Eggert* indent.c (Fvertical_motion): Mark locals as initialized.
2011-07-14 Paul Eggert* xdisp.c (reseat_to_string): Fix pointer signedness...
2011-07-14 Lars Magne Ingebri... * data.c (Fcdr, Fcar): Revert the last change, since...
2011-07-14 Lars Magne Ingebri... Mention `case-fold-search' in all the re_search_* functions
2011-07-14 Lars Magne Ingebri... * keyboard.c (Fopen_dribble_file): Document when the...
2011-07-14 Adam Sjøgren* data.c (car, cdr): add functionality hints to documen...
2011-07-14 Eli ZaretskiiFix format conversion in bidi.c.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Eli ZaretskiiFix declarations of variables related to bidi cache...
2011-07-14 Lars Magne Ingebri... * editfns.c (Fdelete_region): Clarify the use of the...
2011-07-14 Martin RudalicsFix bugs in vertical-motion and display-buffer-normaliz...
2011-07-13 Lars Magne Ingebri... Fstring_to_char doc clarification
2011-07-13 Juanma Barranquerosrc/gnutls.c (init_gnutls_functions): Honor gnutls_log_...
2011-07-13 Eli Zaretskiisrc/buffer.c (mmap_find): Fix a typo.
2011-07-13 Johan BockgårdFix execution of x selection hooks.
2011-07-13 Paul Eggert* buffer.c (Fget_buffer_create): Initialized inhibit_sh...
2011-07-13 Paul Eggert* alloc.c (gc_sweep): Don't read past end of array.
2011-07-12 Andreas Schwab* src/character.c (Fcharacterp): Don't advertise option...
2011-07-12 Lars Magne Ingebri... (syms_of_keymap): Clarify that "modifier" is "modifier...
2011-07-12 Lars Magne Ingebri... window.c doc fixes.
2011-07-12 Paul EggertMerge: Fix minor new problems caught by GCC 4.6.1.
2011-07-12 Paul Eggert* xsettings.c (store_monospaced_changed): Define only...
2011-07-12 Paul Eggert* term.c (init_tty): Remove unused local.
2011-07-12 Chong Yidong* xdisp.c (Vresize_mini_windows): Incredibly minor...
2011-07-11 Lars Magne Ingebri... Make it explicit that the mini-windows are the mini...
2011-07-11 Lars Magne Ingebri... Remove support for supdup, c10 and perq terminals,...
2011-07-10 Johan Bockgård* src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP...
2011-07-10 Jan Djärv* xmenu.c (menu_highlight_callback): Only pass frame...
2011-07-10 Andreas SchwabProtoize
2011-07-10 Andreas SchwabProtoize
2011-07-10 Paul EggertFix ChangeLog to reflect merge better.
2011-07-10 Paul EggertMerge from trunk.
2011-07-09 Eli Zaretskiisrc/bidi.c: Fix type of a variable revealed on x86_64.
2011-07-09 Juanma Barranquerosrc/chartab.c (uniprop_table_uncompress): Remove unused...
2011-07-09 Eli ZaretskiiFix various problems with cursor positioning around...
2011-07-09 Jan Djärv* gtkutil.c (qttip_cb): Remove code without function.
2011-07-09 Eli ZaretskiiFix MS-Windows build broken by 2011-07-08T20:39:30Z...
2011-07-09 Paul EggertAdd Bug#.
2011-07-09 Paul EggertFix minor problems found by static checking.
2011-07-08 Paul EggertMerge: Use pthread_sigmask, not sigprocmask (Bug#9010).
2011-07-08 Paul EggertMerge from trunk.
2011-07-08 Jan DjärvBetter fix that keeps corret margins in tooltip.
2011-07-08 Jan DjärvDon't let Gtk+ linewrap tooltips.
2011-07-08 Jan DjärvFix breakage introduced by fixing Bug#8842.
2011-07-08 Jason Rumney* src/w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR...
2011-07-08 Jan DjärvFix warnings in ns*m files: Replace deprecated methods...
2011-07-08 Paul EggertMerge from gnulib.
2011-07-08 Paul EggertMerge from trunk.
2011-07-08 Jan Djärv* nsgui.h: Fix compiler warning about gnulib redefining...
2011-07-08 Jan DjärvFix services menu empty on OSX 1.6+.
2011-07-07 Eli ZaretskiiFix another bug with cursor motion around display prope...
2011-07-07 Lars Magne Ingebri... (describe_map_tree): Don't insert a double newline...
2011-07-07 Lars Magne Ingebri... Clarify the `call-interactively' doc string, and add...
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-07 Eli ZaretskiiFix bug #9015 with a bogus crash with glyphless charact...
2011-07-07 Kenichi HandaIgnore a static composition that starts before the...
next