aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update commentary in w32notify.c.Eli Zaretskii2013-07-021-1/+1
* Fix bug #2749 with overflow-newline-into-fringe in visual-line-mode.Eli Zaretskii2013-07-022-3/+17
* * process.c (handle_child_signal): Call catch_child_signal if NS_IMPL_GNUSTEP.Jan Djärv2013-07-022-0/+10
* Don't convert function pointers to void * and back.Paul Eggert2013-07-015-15/+55
* Simplify buildobj processing.Paul Eggert2013-07-013-28/+29
* Remove duplicate ChangeLog entry, again.Paul Eggert2013-07-011-18/+0
* Fix bug re noninteractive multithreaded memory allocation.Paul Eggert2013-07-013-14/+17
* src/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before unlinking it.Juanma Barranquero2013-07-012-1/+10
* Add `remember-notes' function to store random notes across EmacsMichal Nazarewicz2013-06-303-17/+47
* * nsfns.m (handlePanelKeys): Don't process Command+Function keys.Jan Djärv2013-06-302-2/+13
* Fix minor problems found by static checking.Paul Eggert2013-06-302-1/+2
* Remove duplicate ChangeLog entry.Paul Eggert2013-06-301-19/+0
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-303-2/+7
* * intervals.c (get_local_map): Actually clip POSITIONPaul Eggert2013-06-302-3/+6
* Spelling fixes.Paul Eggert2013-06-302-2/+2
* A possible fix for bug #14753 with aborts in get_local_map.Eli Zaretskii2013-06-302-6/+5
* Don't call sit-for in right-char and left-char for visual cursor motion.Eli Zaretskii2013-06-302-0/+14
* Fix typos in ChangeLogs.Juanma Barranquero2013-06-291-0/+19
* Fix typo in src/ChangeLog.Eli Zaretskii2013-06-291-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-06-295-36/+53
* Implement visual-order cursor motion.Eli Zaretskii2013-06-292-0/+397
* merge trunkKenichi Handa2013-06-291-1/+2
|\
| * * image.c (image_unget_x_image): Fix formatting.YAMAMOTO Mitsuharu2013-06-291-1/+2
* | merge trunkKenichi Handa2013-06-297-221/+526
|\ \ | |/
| * * image.c (x_from_xcolors): Remove unused local.Paul Eggert2013-06-272-1/+4
| * Fix W32-specific part of last change.YAMAMOTO Mitsuharu2013-06-281-2/+5
| * Fix typo in ChangeLog for last commit.YAMAMOTO Mitsuharu2013-06-281-1/+1
| * Defer image data transfer between X client and server until actual display ha...YAMAMOTO Mitsuharu2013-06-283-165/+338
| * Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-275-36/+54
| * A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert2013-06-235-35/+52
| * Implement :max-width/:max-height for (ImageMagic) imagesLars Magne Ingebrigtsen2013-06-232-17/+87
| * Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-236-4/+25
* | coding.c (setup_coding_system): Handle CODING->spec.undecided.Kenichi Handa2013-06-291-10/+66
* | coding.h (define_coding_undecided_arg_index): New enum.Kenichi Handa2013-06-282-0/+39
|/
* Clean up SIGCHLD handling a bit.Paul Eggert2013-06-224-18/+32
* * process.c (wait_reading_process_output): Avoid int overflowPaul Eggert2013-06-222-7/+9
* * process.c (create_process): Handle a couple more cases,Paul Eggert2013-06-212-8/+36
* * process.c (create_process): Mark PROCESS volatile.Andreas Schwab2013-06-212-1/+6
* Use C99-style flexible array members if available.Paul Eggert2013-06-217-50/+99
* * syntax.c: Integer cleanups.Paul Eggert2013-06-204-201/+208
* Yet another attempt at fixing bugs #14602, 14630, 14669.Eli Zaretskii2013-06-204-5/+43
* * alloc.c (die): Move "assertion failed" string here ...Paul Eggert2013-06-203-3/+9
* Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-202-15/+19
* * floatfns.c: Add commentary re C99 and C11.Paul Eggert2013-06-191-0/+11
* Fix typos in ChangeLogs.Juanma Barranquero2013-06-191-1/+1
* src/sound.c: Silence some warnings.Juanma Barranquero2013-06-192-11/+15
* * sound.c: Integer cleanups.Paul Eggert2013-06-192-65/+44
* * syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert2013-06-182-24/+27
* * process.c: Include xgselect.h if HAVE_GLIB. Include glib.hJan Djärv2013-06-182-1/+9
* * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc.Paul Eggert2013-06-182-0/+35