summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * alloc.c (mark_memory): Conditionalize recent fix on USE_USB_TAG.Paul Eggert2012-02-251-0/+2
* Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert2012-02-253-17/+39
* Document SELinux support functions in Lisp manual.Chong Yidong2012-02-252-6/+16
* Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong2012-02-252-5/+17
* More ChangeLog fixesGlenn Morris2012-02-241-5/+4
* Fix another ChangeLog entryGlenn Morris2012-02-241-1/+1
* ChangeLog fixesGlenn Morris2012-02-243-7/+6
* Process multiple X selection requests in process_special_events.Chong Yidong2012-02-242-18/+47
* * window.c: Fix last fix.Chong Yidong2012-02-242-0/+3
* Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-234-12/+48
* * src/lisp.h: Improve comment about USE_LSB_TAG.Paul Eggert2012-02-221-6/+19
* * xterm.c (x_draw_image_relief): Fix last fix.Chong Yidong2012-02-221-2/+2
* * src/xterm.c (x_draw_image_relief): Add missing type check for Vtool_bar_but...Chong Yidong2012-02-222-7/+24
* Update Files chapter in Lisp manual.Chong Yidong2012-02-213-13/+31
* Spelling fix.Paul Eggert2012-02-201-1/+1
* In GDB scripts, don't assume that EMACS_INT fits in long.Paul Eggert2012-02-202-1/+6
* Fix crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert2012-02-203-7/+28
* Protect fileio.c primitives against invalid file handler return values.Chong Yidong2012-02-192-10/+69
* Fix display of iterator stack by .gdbinit command "pitx".Eli Zaretskii2012-02-182-2/+7
* Clarify doc of scan-lists.Chong Yidong2012-02-172-8/+17
* Increase default image size limit; don't unlimit Gnus.Paul Eggert2012-02-142-1/+6
* Doc updates for defvar, defconst, and defcustom.Chong Yidong2012-02-152-20/+34
* * lisp/minibuffer.el (read-file-name): Doc fix. (Bug#10798)Glenn Morris2012-02-131-2/+3
* * gnutls.c (emacs_gnutls_write): Fix last change.Andreas Schwab2012-02-132-14/+21
* Further GnuTLS EAGAIN write fixupsLars Ingebrigtsen2012-02-132-1/+18
* * src/keymap.c (Fsingle_key_description): Handle char ranges.Stefan Monnier2012-02-132-2/+12
* Avoid a risky corner case with invalid face ids.Chong Yidong2012-02-122-1/+7
* * window.c (Fdelete_window_internal): Invalidate the mouse highlight.Chong Yidong2012-02-122-0/+13
* Yet more syncing of xselect docs and argument specsGlenn Morris2012-02-113-46/+109
* * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.Lars Ingebrigtsen2012-02-112-1/+5
* Fix bug #10783 with w32 doc string of x-selection-exists-p.Eli Zaretskii2012-02-112-10/+16
* Sync MS-DOS selection-related doc strings with X doc strings.Eli Zaretskii2012-02-112-8/+16
* * src/fns.c (Fsecure_hash): Doc fix.Glenn Morris2012-02-102-6/+13
* Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.Glenn Morris2012-02-082-3/+7
|\
| * coding.c (produce_chars): Fix updating of src_end (Bug#10701).Kenichi Handa2012-02-082-3/+7
| * * src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.emacs-23.4HIROSHI OOTA2012-01-252-3/+8
| * Bump version number to 23.4Chong Yidong2012-01-191-0/+4
| * Fix usage of unitialized local var (backport from trunk)Paul Eggert2012-01-192-1/+6
| * Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk).Kenichi Handa2012-01-192-40/+157
* | Fix and doc-fix for `buffer-local-variables'.Chong Yidong2012-02-072-4/+16
* | Small imagemagick doc fixesGlenn Morris2012-02-062-0/+3
* | imagemagick-render-type fixesGlenn Morris2012-02-062-8/+20
* | * doc.c (store_function_docstring): Fix last change.Chong Yidong2012-02-071-2/+2
* | * doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong2012-02-062-2/+9
* | Comment fix.Glenn Morris2012-02-061-1/+1
* | * .gdbinit (pp1, pv1): Remove redundant defines.Andreas Schwab2012-02-042-36/+7
* | * src/nsterm.m: Declare a global (Bug#10694).Chong Yidong2012-02-042-0/+5
* | Include --enable-checking in system-configuration-options on MS-Windows.Eli Zaretskii2012-02-042-0/+8
* | When changing frame sizes round before applying new sizes. (Bug#9723) Martin Rudalics2012-02-042-8/+16
* | Fix bug #10696 with crash when an empty display string is at BOB.Eli Zaretskii2012-02-042-1/+8