summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-03-30Fix bug #11068 with window display when default face was remapped.Eli Zaretskii
2012-03-29Discourage in comments from defining HAVE_GETCWD on MS-Windows.Eli Zaretskii
2012-03-28* src/keyboard.c (safe_run_hooks_error): Don't unquote strings.Stefan Monnier
2012-03-26Small doc and elisp manual fixes related to searching Glenn Morris
2012-03-26dispextern.h (struct glyph): Fix previous change. Change the bit length of g...Kenichi Handa
2012-03-26New variable selection-inhibit-update-commands, for inhibiting selection upda...Chong Yidong
2012-03-25Remove dead MSVC-specific code.Fabrice Popineau
2012-03-26dispextern.h (struct glyph): Change the bit length of glyphless.ch to 22 to m...Kenichi Handa
2012-03-24Fix bug #9960 with MSVC build on MS-Windows.Eli Zaretskii
2012-03-24* xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6Andreas Schwab
2012-03-24Fixes: debbugs:11080Andreas Schwab
2012-03-23Fix bug #11073 with bidi-related crashes displaying some byte sequences.Eli Zaretskii
2012-03-23* src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen
2012-03-22For line prefixes, use default face; don't inherit from previous line.Chong Yidong
2012-03-21Updates to Display chapter of Lisp manual.Chong Yidong
2012-03-20Doc fixes in w32-specific primitives related to console codepage.Eli Zaretskii
2012-03-20Update doc to reflect new non-nil value of redisplay-dont-pause.Chong Yidong
2012-03-19merge trunkKenichi Handa
2012-03-19ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a ...Kenichi Handa
2012-03-18Fix bug #11035 with cursor positioning on overlay strings with newlines.Eli Zaretskii
2012-03-12* buffer.c (compare_overlays): Don't assume args differ (Bug#6830).Paul Eggert
2012-03-12Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong
2012-03-12* keymap.c (Fkey_description): Doc fix.Chong Yidong
2012-03-12* src/editfns.c (Fconstrain_to_field): Doc fix.Chong Yidong
2012-03-10* frame.c (other_visible_frames): Don't assume selected frame is visible.Chong Yidong
2012-03-09* src/buffer.c (compare_overlays): Avoid qsort's instability.Stefan Monnier
2012-03-08* gtkutil.c (x_wm_set_size_hint): Use one row in call toJan Djärv
2012-03-02lispref/internals.texi Memory Usage tiny changeGlenn Morris
2012-03-02lispref/internals.texi Pure Storage updatesGlenn Morris
2012-03-02Fix computation of scroll-margin's character position in redisplay_window.Eli Zaretskii
2012-03-02Fix typos in comments.Eli Zaretskii
2012-03-02Fix bug #10902 with cursor positioning at EOB.Eli Zaretskii
2012-03-01* src/buffer.c (buffer-list-update-hook): Doc fix.Glenn Morris
2012-03-01Merge from trunk.Paul Eggert
2012-02-29Fix bug #10903 with displaying an empty display string.Eli Zaretskii
2012-02-25Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert
2012-02-25Document SELinux support functions in Lisp manual.Chong Yidong
2012-02-24Merge from trunk.Paul Eggert
2012-02-25Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong
2012-02-24ChangeLog fixesGlenn Morris
2012-02-24Process multiple X selection requests in process_special_events.Chong Yidong
2012-02-24* window.c: Fix last fix.Chong Yidong
2012-02-23Avoid infloop in next-frame during frame creation.Chong Yidong
2012-02-22* src/xterm.c (x_draw_image_relief): Add missing type check for Vtool_bar_but...Chong Yidong
2012-02-21Update Files chapter in Lisp manual.Chong Yidong
2012-02-20In GDB scripts, don't assume that EMACS_INT fits in long.Paul Eggert
2012-02-20Fix crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert
2012-02-19Protect fileio.c primitives against invalid file handler return values.Chong Yidong
2012-02-18Fix display of iterator stack by .gdbinit command "pitx".Eli Zaretskii
2012-02-17Clarify doc of scan-lists.Chong Yidong