Merge from emacs-23 branch
[bpt/emacs.git] / src / ChangeLog
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...
2011-07-07 Kenichi Handamerge trunk
2011-07-07 Dan NicolaescuSimplify Irix build, remove iris4d.h file.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Kenichi HandaAdd C interface for Unicode character property table.
2011-07-06 Paul EggertRemove more assumptions re struct layout (Bug#8884).
2011-07-06 Paul EggertMerge: Remove unportable assumption about struct layout...
2011-07-06 Paul EggertRemove unportable assumption about struct layout (Bug...
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-07-05 Juanma BarranqueroFix typos.
2011-07-05 Jan DjärvUse GConf and GSettings both, check GConf/GSettings...
2011-07-05 Paul EggertRandom fixes. E.g., (random) never returned negative...
2011-07-04 Stefan Monnier* textprop.c (text_property_stickiness): Obey Vtext_pro...
2011-07-04 Paul Eggert* fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
2011-07-04 Lars Magne Ingebri... * buffer.c (Foverlay_put): Say what the return value is
2011-07-04 Lars Magne Ingebri... (barf_or_query_if_file_exists): Make the "File is a...
2011-07-04 Lars Magne Ingebri... * fileio.c (barf_or_query_if_file_exists): Check first...
2011-07-04 Lars Magne Ingebri... * fns.c (Frequire): Remove the mention of the .gz files...
2011-07-04 Paul Eggert* editfns.c (Fformat_time_string): Don't assume strlen...
2011-07-04 Bill WohlerMerge from trunk.
2011-07-04 Juanma Barranquerosrc/gnutls.c: Remove bogus references to :verify-error.
2011-07-04 Juanma Barranquerosrc/eval.c (find_handler_clause): Remove unused parameters.
2011-07-03 Lars Magne Ingebri... * callint.c (Finteractive): Clarify the meaning of...
2011-07-03 Chong YidongFix how custom themes handle faces, so the multi-tty...
2011-07-03 Lars Magne Ingebri... Clarify what the "-" and "0" flags mean in the `format...
2011-07-03 Paul Eggert* xsettings.c (SYSTEM_FONT): Define only when used.
2011-07-03 Paul Eggert* keymap.c (access_keymap_1): Now static.
2011-07-02 Chong YidongFix corner case in prefix-arg handling for mouse events...
2011-07-02 Lars Magne Ingebri... * lread.c (syms_of_lread): Mention single symbols defin...
2011-07-02 Lars Magne Ingebri... (Frequire): Mention get-load-suffixes.
2011-07-02 Lars Magne Ingebri... * fns.c (Frequire): Mention .el.gz files.
2011-07-02 Martin RudalicsRemove clone-number support. Provide clone-of paramete...
2011-07-02 Stefan MonnierAdd multiple inheritance to keymaps.
2011-07-01 Glenn MorrisFix typos that break xsettings.c compilation.
2011-07-01 Kazuhiro Ito* coding.c (Fencode_coding_string): Record the last...
2011-07-01 Jan Djärv* process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
2011-07-01 Paul EggertMerge from trunk.
2011-07-01 Paul Eggert* eval.c (struct backtrace): Simplify and port the...
2011-06-30 Jan DjärvFix bad include.
2011-06-30 Jan DjärvAdd GSettings support (GConf is going away).
2011-06-29 Martin RudalicsRename more functions to use window-/window-- prefixes.
2011-06-28 Paul Eggert* gnutls.c (Qgnutls_bootprop_verify_error): Remove...
2011-06-27 Martin RudalicsUse window- prefix more consistently. Fix two buffer...
2011-06-27 Juanma Barranquerosrc/makefile.w32-in: Redesign dependencies.
2011-06-27 Martin RudalicsUse better names for window-next/-prev and window-vchil...
2011-06-27 Martin RudalicsHave overlays with window property respect clone numbers.
2011-06-26 Jan DjärvFix wm_size-hints race between KDE/KWin and Gtk+ 3.
2011-06-26 Eli ZaretskiiAvoid bidi-related crashes in Cperl Mode.
2011-06-26 Chong YidongFix handling of pending signals in wait_reading_process...
2011-06-25 Glenn MorrisChangeLog fix.
2011-06-25 Paul EggertMerge from trunk.
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-25 Paul EggertUse gnulib's dup2 module instead of rolling our own.
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-24 Ted Zlatanov* gnutls.c (syms_of_gnutls): Use the DEFSYM macro from...
2011-06-23 Paul EggertMerge from trunk.
2011-06-23 Paul Eggert* print.c (printchar, strout): Check for string overflow.
2011-06-23 Paul Eggert* minibuf.c (read_minibuf_noninteractive): Use ptrdiff_...
2011-06-23 Paul Eggert* macros.c: Integer and buffer overflow fixes.
2011-06-23 Paul Eggert* lread.c (read1): Check for size overflow.
2011-06-23 Paul Eggert* lisp.h (DEFVAR_KBOARD): Use offsetof instead of char...
2011-06-23 Paul Eggert* lread.c (read_escape): Avoid int overflow.
2011-06-23 Leo LiuMove completing-read-function and completing-read-defau...
2011-06-23 Paul Eggert* lread.c: Integer overflow fixes.
2011-06-23 Paul Eggert* image.c (cache_image): Check for size arithmetic...
2011-06-22 Paul Eggert* lread.c (read_escape): Check for hex character overflow.
2011-06-22 Paul Eggert* lread.c: Integer overflow issues.
2011-06-22 Paul EggertMerge: Fixes for GLYPH_DEBUG found by GCC 4.6.0 static...
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertGLYPH_DEBUG fixes
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Jim Meyeringdon't leak an XBM-image-sized buffer
2011-06-22 Paul Eggert* font.c (font_score): Use EMACS_INT, not int, to store...
2011-06-22 Paul Eggert* dispextern.h (struct face.stipple):
2011-06-21 Paul Eggert* buffer.c (OVERLAY_COUNT_MAX): New macro.
2011-06-21 Paul EggertUse ptrdiff_t, not int, for overlay counts.
2011-06-21 Paul Eggert* xterm.c (xim_initialize, same_x_server): Strlen may...
2011-06-21 Paul Eggert* xsmfns.c (smc_save_yourself_CB, x_session_initialize...
2011-06-21 Paul Eggert* xsettings.c (Ffont_get_system_normal_font, Ffont_get_...
2011-06-21 Paul Eggert* xsettings.c (apply_xft_settings): Fix potential buffe...
2011-06-21 Paul EggertMerge from trunk.
2011-06-21 Paul EggertPort to Sun C.
2011-06-21 Leo LiuNew primitive secure-hash supporting md5, sha-1 and...
2011-06-21 Paul Eggert* xselect.c (Fx_get_atom_name): Avoid need for strlen.
2011-06-21 Paul Eggert* xrdb.c: Don't assume strlen fits in int; avoid some...
2011-06-21 Paul Eggert* xfont.c (xfont_match): Avoid need for strlen.
2011-06-21 Paul Eggert* xfns.c: Don't assume strlen fits in int.
2011-06-21 Paul Eggert* xdisp.c (display_mode_element): Don't assume strlen...
2011-06-21 Paul Eggert* xdisp.c (message_log_check_duplicate): Return intmax_t,
2011-06-21 Paul EggertMerge from trunk.
2011-06-20 Deniz Dogan* src/process.c (Fset_process_buffer): Clarify return...
2011-06-20 Paul Eggert* termcap.c: Don't assume sizes fit in int and never...
2011-06-20 Paul Eggert* minibuf.c (Fread_buffer): Don't assume strlen fits...
2011-06-20 Paul Eggert* lread.c (intern, intern_c_string): Don't assume strle...
2011-06-20 Paul Eggert* keyboard.c (parse_tool_bar_item): Avoid need for...
2011-06-20 Paul Eggert* image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
next