aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * emacs.c (main): Fix syntax error.Jan Djärv2013-07-102-1/+5
* Timestamp fixes for undo.Paul Eggert2013-07-096-49/+52
* * src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB.Ken Brown2013-07-092-0/+8
* src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.Juanma Barranquero2013-07-092-2/+4
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-0911-66/+138
* * filelock.c: Fix comment to match code.Paul Eggert2013-07-081-2/+2
* Space between "defined" and "(".Paul Eggert2013-07-085-9/+9
* configure.ac (HAVE_IMAGEMAGICK): Check on NS also.Jan Djärv2013-07-082-1/+6
* Port to Ubuntu 10.Paul Eggert2013-07-072-0/+10
* ChangeLog fixes.Juanma Barranquero2013-07-081-1/+1
* MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii2013-07-075-0/+13
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-0712-120/+140
* *** empty log message ***Jan Djärv2013-07-072-0/+15
* Fix openp errno handling.Paul Eggert2013-07-073-15/+51
* * lisp/files.el (write-file): Do not display confirm dialog for NS,Jan Djärv2013-07-064-68/+96
* Fix bug #14771 with scroll-step = 1 and non-nil line-spacing.Eli Zaretskii2013-07-065-35/+127
* Clarify documentation of multibyte-string-p.Eli Zaretskii2013-07-062-1/+6
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-0523-76/+120
* * lisp/subr.el (read-quoted-char): Use read-key.Stefan Monnier2013-07-051-1/+0
* Remove duplicate #include directives.Paul Eggert2013-07-0512-20/+17
* Scale ImageMagick images more carefully.Paul Eggert2013-07-042-32/+60
* Add multi-monitor support on W32.YAMAMOTO Mitsuharu2013-07-043-25/+307
* * fileio.c (Qfile_notify_error): New error symbol.Michael Albinus2013-07-045-23/+46
* Try again to fix FreeBSD bug re multithreaded memory alloc.Paul Eggert2013-07-032-8/+18
* src/image: Remove unused variables.Juanma Barranquero2013-07-042-2/+5
* Try to fix FreeBSD bug re multithreaded memory allocation.Paul Eggert2013-07-032-0/+14
* * src/sysdep.c (sys_siglist): Fix typo in previous commit.Paul Eggert2013-07-021-1/+1
* Remove some unused macros from 'configure'.Paul Eggert2013-07-022-0/+7
* Improve commentary for glyph.charpos and glyph.object.Eli Zaretskii2013-07-021-11/+16
* 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