summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-02-14Increase default image size limit; don't unlimit Gnus.Paul Eggert
2012-02-15Doc updates for defvar, defconst, and defcustom.Chong Yidong
2012-02-13* gnutls.c (emacs_gnutls_write): Fix last change.Andreas Schwab
2012-02-13Further GnuTLS EAGAIN write fixupsLars Ingebrigtsen
2012-02-13* src/keymap.c (Fsingle_key_description): Handle char ranges.Stefan Monnier
2012-02-12Avoid a risky corner case with invalid face ids.Chong Yidong
2012-02-12* window.c (Fdelete_window_internal): Invalidate the mouse highlight.Chong Yidong
2012-02-11Yet more syncing of xselect docs and argument specsGlenn Morris
2012-02-11* gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.Lars Ingebrigtsen
2012-02-11Fix bug #10783 with w32 doc string of x-selection-exists-p.Eli Zaretskii
2012-02-11Sync MS-DOS selection-related doc strings with X doc strings.Eli Zaretskii
2012-02-10Merge from trunk.Paul Eggert
2012-02-10* src/fns.c (Fsecure_hash): Doc fix.Glenn Morris
2012-02-08Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.Glenn Morris
2012-02-08coding.c (produce_chars): Fix updating of src_end (Bug#10701).Kenichi Handa
2012-02-07Fix and doc-fix for `buffer-local-variables'.Chong Yidong
2012-02-06Small imagemagick doc fixesGlenn Morris
2012-02-06imagemagick-render-type fixesGlenn Morris
2012-02-06* doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong
2012-02-04* .gdbinit (pp1, pv1): Remove redundant defines.Andreas Schwab
2012-02-04* src/nsterm.m: Declare a global (Bug#10694).Chong Yidong
2012-02-04Include --enable-checking in system-configuration-options on MS-Windows.Eli Zaretskii
2012-02-04When changing frame sizes round before applying new sizes. (Bug#9723) Martin Rudalics
2012-02-04Fix bug #10696 with crash when an empty display string is at BOB.Eli Zaretskii
2012-02-03Handle overflow when computing char display width (Bug#9496).Paul Eggert
2012-02-02* dbusbind.c (Fdbus_register_method): Mention the return valueMichael Albinus
2012-02-02merge trunkKenichi Handa
2012-02-02Fix previous change for Bug#6988.Kenichi Handa
2012-02-01Tiny doc tweaks for call-process's :file spec.Glenn Morris
2012-02-01Native scroll-bars are not implemented for Nextstep (bug#10673)Glenn Morris
2012-02-02merge trunkKenichi Handa
2012-02-02Inhibit null-string composition component (Bug#6988).Kenichi Handa
2012-02-01Speed up insertion of subprocess output on MS-Windows.Eli Zaretskii
2012-01-31Fix typos in ChangeLogs.Juanma Barranquero
2012-01-30* w32term.c: Copy previous xterm.c doc fix.Glenn Morris
2012-01-30x-toolkit-scroll-bars doc fix.Glenn Morris
2012-01-28Minor NEWS cleanup, mainly for "Installation Changes" section.Glenn Morris
2012-01-28* src/s/gnu.h: Define POSIX_SIGNALS.Chong Yidong
2012-01-28* minibuf.c (syms_of_minibuf): Doc fix.Chong Yidong
2012-01-27* src/keyboard.c (Vecho_keystrokes): Document zero value.Chong Yidong
2012-01-26Document negative repeat counts for search-forward and search-backward.Chong Yidong
2012-01-25Doc fix for lexical-binding being in line one.Glenn Morris
2012-01-25Merge from emacs-23 branchChong Yidong
2012-01-25Tweak custom-variable-p and user-variable-p docs.Chong Yidong
2012-01-25* src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.HIROSHI OOTA
2012-01-21Make second arg of copysign non-optional.Chong Yidong
2012-01-21* process.c (read_process_output): Use p instead of XPROCESS (proc).Andreas Schwab
2012-01-19Bump version number to 23.4Chong Yidong
2012-01-19Fix usage of unitialized local var (backport from trunk)Paul Eggert
2012-01-19Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk).Kenichi Handa