aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #11073 with bidi-related crashes displaying some byte sequences.Eli Zaretskii2012-03-232-5/+11
* * src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen2012-03-232-10/+20
* For line prefixes, use default face; don't inherit from previous line.Chong Yidong2012-03-223-3/+24
* Fix last ChangeLog + Andreas Politz has signed paperwork.Stefan Monnier2012-03-211-1/+1
* Updates to Display chapter of Lisp manual.Chong Yidong2012-03-212-17/+23
* Doc fixes in w32-specific primitives related to console codepage.Eli Zaretskii2012-03-202-5/+11
* Update doc to reflect new non-nil value of redisplay-dont-pause.Chong Yidong2012-03-202-12/+22
* merge trunkKenichi Handa2012-03-193-3/+38
|\
| * Fix bug #11035 with cursor positioning on overlay strings with newlines.Eli Zaretskii2012-03-182-2/+31
| * * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).Paul Eggert2012-03-122-1/+7
* | ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a ...Kenichi Handa2012-03-192-1/+6
|/
* Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-126-14/+22
* * keymap.c (Fkey_description): Doc fix.Chong Yidong2012-03-122-2/+5
* * src/editfns.c (Fconstrain_to_field): Doc fix.Chong Yidong2012-03-122-3/+8
* * frame.c (other_visible_frames): Don't assume selected frame is visible.Chong Yidong2012-03-102-29/+25
* * src/buffer.c (compare_overlays): Avoid qsort's instability.Stefan Monnier2012-03-092-9/+17
* * gtkutil.c (x_wm_set_size_hint): Use one row in call toJan Djärv2012-03-082-1/+10
* lispref/internals.texi Memory Usage tiny changeGlenn Morris2012-03-022-2/+4
* lispref/internals.texi Pure Storage updatesGlenn Morris2012-03-022-4/+10
* Fix computation of scroll-margin's character position in redisplay_window.Eli Zaretskii2012-03-022-1/+3
* Fix typos in comments.Eli Zaretskii2012-03-022-2/+4
* Fix bug #10902 with cursor positioning at EOB.Eli Zaretskii2012-03-022-2/+12
* * src/buffer.c (buffer-list-update-hook): Doc fix.Glenn Morris2012-03-012-3/+7
* Fix bug #10903 with displaying an empty display string.Eli Zaretskii2012-02-292-2/+23
* * 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