summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-09-25* eval.c (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.Paul Eggert
2011-09-25Merge from trunk.Paul Eggert
2011-09-25* lisp.h (XSETSUBR): Revert, as the old version is needed if debugging is ena...Paul Eggert
2011-09-25* puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hostsPaul Eggert
2011-09-25* dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus
2011-09-24Merge from trunk.Paul Eggert
2011-09-24* src/buffer.c (truncate-lines): Doc fix.Glenn Morris
2011-09-24* coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int,Paul Eggert
2011-09-24* charset.h (DECODE_CHAR): Return int, not unsigned;Paul Eggert
2011-09-24* charset.c: Integer overflow fixes.Paul Eggert
2011-09-24Minor doc fixes for some window functions.Chong Yidong
2011-09-24* src/minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)Glenn Morris
2011-09-24Fix minor problems found by static checking.Paul Eggert
2011-09-24* xdisp.c (string_from_display_spec): Don't use int for vector length.Paul Eggert
2011-09-24* indent.c (Fvertical_motion): Fix == vs = typo.Paul Eggert
2011-09-24Change the default value of redisplay-dont-pause to t.Eli Zaretskii
2011-09-24Fix vertical cursor motion when the newline is covered by a display string.Eli Zaretskii
2011-09-24* dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus
2011-09-24do not ignore write error for any output sizeJim Meyering
2011-09-23* src/emacs.c (Fkill_emacs): In noninteractive mode exitAndreas Schwab
2011-09-21* lread.c (read_filtered_event): Use duration_to_sec_usec.Paul Eggert
2011-09-21* ftfont.c (ftfont_shape_by_flt): Add lint_assume to pacify GCC 4.6.1 x86-64.Paul Eggert
2011-09-21* casetab.c (set_identity, shuffle): Use lint_assume.Paul Eggert
2011-09-21Merge from trunk.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-21Fix assertion failure when displaying stretch glyphs under linum-mode.Eli Zaretskii
2011-09-20Fix bidi-aware cursor motion inside indentation.Eli Zaretskii
2011-09-20Fix bug #9549 with longlines-show-hard-newlines.Eli Zaretskii
2011-09-19* src/keymap.c (Fsingle_key_description): Use make_specified_stringAndreas Schwab
2011-09-19* lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is.Lars Magne Ingebrigtsen
2011-09-18Fix handling of X resource for window icons.Chong Yidong
2011-09-18Fix bug #9545 with crash in Dired when $ is pressed.Eli Zaretskii
2011-09-18Fix a bug in :align-to on a TTY when the column is beyond frame width.Eli Zaretskii
2011-09-18Fix bug #9530 on a TTY.Eli Zaretskii
2011-09-18Merge changes from emacs-23 branchChong Yidong
2011-09-18src/xdisp.c (reseat_at_next_visible_line_start): Fix last change.Eli Zaretskii
2011-09-18Fix minor problem found by static checking.Paul Eggert
2011-09-18* fileio.c: Report proper errno when syscall falls.Paul Eggert
2011-09-18src/.gdbinit (pgx): Fix references to fields of `struct glyph'.Eli Zaretskii
2011-09-17Fix bug #9530 with incorrect display of zero-width stretch.Eli Zaretskii
2011-09-17Fix bug #9470 with slow redisplay in huge single-paragraph buffers.Eli Zaretskii
2011-09-17Fix typos.Juanma Barranquero
2011-09-17Fix bug #9524 with cursor positioning on display strings in truncated lines.Eli Zaretskii
2011-09-17lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522).Sven Joachim
2011-09-16* xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert
2011-09-16* src/eval.c (Fquote): Document its non-consing behavior.Stefan Monnier
2011-09-16Fix a compilation error with MinGW GCC 3.x in tiff_handler.Eli Zaretskii
2011-09-15* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).Paul Eggert
2011-09-15Fix my ChangeLog entry.Paul Eggert
2011-09-15* src/editfns.c (Fformat): Correctly handle text properties on "%%".Andreas Schwab