aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2011-09-301-3/+8
|\
| * * buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert2011-09-304-6/+14
* | Merge from trunk.Paul Eggert2011-09-305-52/+122
|\ \ | |/
| * Remove dependency on glibc malloc internals.Paul Eggert2011-09-304-70/+79
| * * nsterm.m (windowDidResize): Call x_set_window_size only whenJan Djärv2011-09-302-1/+23
| * src/ChangeLog: Minor typos fixed.Eli Zaretskii2011-09-301-6/+6
| * Port --enable-checking=all to Fedora 14 x86-64.Paul Eggert2011-09-302-1/+7
| * Port --enable-checking=all to Fedora 14 x86.Paul Eggert2011-09-294-33/+84
| * Fix the MSDOS build.Eli Zaretskii2011-09-292-0/+9
* | * alloc.c: Do not assume sizeof (size_t) is a multiple of 8Paul Eggert2011-09-292-17/+44
* | Merge from trunk.Paul Eggert2011-09-286-40/+121
|\ \ | |/
| * Fix bug #9624 with crashes in Muse mode.Eli Zaretskii2011-09-283-4/+38
| * Fix typos.Juanma Barranquero2011-09-284-3/+7
| * Fix bug #9610 with slow cursor motion in buffers with invisible text.Eli Zaretskii2011-09-272-32/+75
* | * coding.c (Ffind_operation_coding_system): Avoid subscript error.Paul Eggert2011-09-272-1/+2
* | Merge from trunk.Paul Eggert2011-09-272-4/+9
|\ \ | |/
| * * lread.c (readevalloop): Use correct code for NBSP.Andreas Schwab2011-09-272-4/+9
* | * xdisp.c (handle_display_spec, display_prop_string_p): Use ptrdiff_t, not int.Paul Eggert2011-09-272-2/+3
* | * print.c (print_object) [0]: Fix printf format int width.Paul Eggert2011-09-271-1/+1
* | * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int.Paul Eggert2011-09-272-5/+4
* | * keymap.c.c (Fdefine_key): Use ptrdiff_t, not int.Paul Eggert2011-09-271-1/+1
* | * dispnew.c (Fframe_of_buffer_changed_p): Use ptrdiff_t, not int.Paul Eggert2011-09-272-2/+2
* | * data.c (Faref): Use ptrdiff_t, not int.Paul Eggert2011-09-271-1/+1
* | * coding.c: Integer and buffer overflow fixes.Paul Eggert2011-09-272-6/+8
* | * ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version...Paul Eggert2011-09-272-5/+16
* | * eval.c (Fprog2): Simplify and allow C tail recursion.Paul Eggert2011-09-261-2/+2
* | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.Paul Eggert2011-09-262-1/+3
* | * cmds.c (internal_self_insert): Fix EMACS_INT type typo.Paul Eggert2011-09-262-2/+2
* | Merge from trunk.Paul Eggert2011-09-251-1/+1
|\ \ | |/
| * Bump version to 24.0.90.emacs-pretest-24.0.90Chong Yidong2011-09-251-1/+1
* | * eval.c (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.Paul Eggert2011-09-252-36/+9
* | Merge from trunk.Paul Eggert2011-09-252-7/+6
|\ \ | |/
| * * dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus2011-09-252-7/+6
* | * lisp.h (XSETSUBR): Revert, as the old version is needed if debugging is ena...Paul Eggert2011-09-252-3/+2
* | * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hostsPaul Eggert2011-09-252-0/+6
| |
| \
*-. \ Merge from trunk.Paul Eggert2011-09-2410-167/+413
|\ \ \ | | |/
| | * * src/buffer.c (truncate-lines): Doc fix.Glenn Morris2011-09-242-1/+7
| |/
| * Minor doc fixes for some window functions.Chong Yidong2011-09-242-11/+14
| * * src/minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)Glenn Morris2011-09-242-0/+8
| * Fix minor problems found by static checking.Paul Eggert2011-09-243-2/+8
| |\
| | * * xdisp.c (string_from_display_spec): Don't use int for vector length.Paul Eggert2011-09-242-1/+3
| | * * indent.c (Fvertical_motion): Fix == vs = typo.Paul Eggert2011-09-242-1/+5
| |/
| * Change the default value of redisplay-dont-pause to t.Eli Zaretskii2011-09-242-2/+5
| * Fix vertical cursor motion when the newline is covered by a display string.Eli Zaretskii2011-09-243-49/+233
| * * dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus2011-09-242-2/+12
| * bidi.c: Whitespace changes and a few added parentheses,Richard M. Stallman2011-09-241-78/+82
| * do not ignore write error for any output sizeJim Meyering2011-09-242-1/+16
| * * src/emacs.c (Fkill_emacs): In noninteractive mode exitAndreas Schwab2011-09-232-1/+10
* | * coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int,Paul Eggert2011-09-242-1/+3
* | * charset.h (DECODE_CHAR): Return int, not unsigned;Paul Eggert2011-09-242-14/+11