summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-10-12src/bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.Eli Zaretskii
2011-10-11* alloc.c (Fgc_status): Do not access beyond zombies arrayDmitry Antipov
2011-10-11* xdisp.c (set_cursor_from_row): Simplify conditionals,Paul Eggert
2011-10-11* lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.Paul Eggert
2011-10-11* src/lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)Andreas Schwab
2011-10-11* minibuf.c (Finternal_complete_buffer): Fix last change.Stefan Monnier
2011-10-10* process.c (Fsignal_process): Simplify by avoiding a goto.Paul Eggert
2011-10-08Small callint.c fix.Glenn Morris
2011-10-08Fix cursor positioning in hscrolled lines with R2L characters.Eli Zaretskii
2011-10-08src/xdisp.c (hscroll_window_tree): Support hscroll in right-to-left lines.Eli Zaretskii
2011-10-08Fix bug #4426 with buffer_posn_from_coords when header line is present.Eli Zaretskii
2011-10-07Tidy up ChangeLog a bit.Paul Eggert
2011-10-07Merge from trunk.Paul Eggert
2011-10-07* src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don'tStefan Monnier
2011-10-07Merge from trunk.Paul Eggert
2011-10-07Fix alignment-related core dump during GC.Paul Eggert
2011-10-06Merge from trunk.Paul Eggert
2011-10-06* alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.Paul Eggert
2011-10-06[ChangeLog]Paul Eggert
2011-10-03* src/keyboard.c (read_key_sequence_remapped): New var.Stefan Monnier
2011-10-01Merge from trunk.Paul Eggert
2011-10-02* lisp/pcomplete.el: Require comint.Stefan Monnier
2011-10-01* src/minibuf.c (Finternal_complete_buffer): Only show internal buffers ifStefan Monnier
2011-10-01Merge changes from emacs-23Chong Yidong
2011-09-30* bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int.Paul Eggert
2011-09-30* buffer.c (Fmove_overlay): Delete an evaporating overlayPaul Eggert
2011-09-30Merge from trunk.Paul Eggert
2011-09-30* buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert
2011-09-30Merge from trunk.Paul Eggert
2011-09-30Remove dependency on glibc malloc internals.Paul Eggert
2011-09-30* nsterm.m (windowDidResize): Call x_set_window_size only whenJan Djärv
2011-09-30src/ChangeLog: Minor typos fixed.Eli Zaretskii
2011-09-30Port --enable-checking=all to Fedora 14 x86-64.Paul Eggert
2011-09-29Port --enable-checking=all to Fedora 14 x86.Paul Eggert
2011-09-29Fix the MSDOS build.Eli Zaretskii
2011-09-29* alloc.c: Do not assume sizeof (size_t) is a multiple of 8Paul Eggert
2011-09-28Merge from trunk.Paul Eggert
2011-09-28Fix bug #9624 with crashes in Muse mode.Eli Zaretskii
2011-09-28Fix typos.Juanma Barranquero
2011-09-27Fix bug #9610 with slow cursor motion in buffers with invisible text.Eli Zaretskii
2011-09-27* coding.c (Ffind_operation_coding_system): Avoid subscript error.Paul Eggert
2011-09-27Merge from trunk.Paul Eggert
2011-09-27* xdisp.c (handle_display_spec, display_prop_string_p): Use ptrdiff_t, not int.Paul Eggert
2011-09-27* nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int.Paul Eggert
2011-09-27* dispnew.c (Fframe_of_buffer_changed_p): Use ptrdiff_t, not int.Paul Eggert
2011-09-27* coding.c: Integer and buffer overflow fixes.Paul Eggert
2011-09-27* ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version...Paul Eggert
2011-09-27* lread.c (readevalloop): Use correct code for NBSP.Andreas Schwab
2011-09-26* floatfns.c (Fexpt): Avoid undefined signed * signed overflow.Paul Eggert
2011-09-26* cmds.c (internal_self_insert): Fix EMACS_INT type typo.Paul Eggert