aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup terminal handling code.Dmitry Antipov2014-10-1414-141/+135
* Fix bug #18699 with startup aborts of 32-bit MinGW64 build.Eli Zaretskii2014-10-132-1/+6
* Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris2014-10-124-5/+23
|\
| * Fix mailaddressJan Djärv2014-10-111-1/+1
| * Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-102-0/+8
| * Spelling fixes.Paul Eggert2014-10-091-1/+1
| * * src/frame.c (Fmouse_pixel_position): Call Vmouse_position_function.Stefan Monnier2014-10-092-4/+14
* | * editfns.c (dump_tz_string): No longer const.Paul Eggert2014-10-122-2/+5
* | Spelling fixes.Paul Eggert2014-10-125-19/+18
* | * nsmenu.m (clear): Assume OS X 10.6 or later.Paul Eggert2014-10-122-3/+5
* | Update doc to say Mac OS X 10.6 or later now required.Paul Eggert2014-10-122-7/+7
* | Require OSX >= 10.6. Remove PowerPC unexec code.Jan Djärv2014-10-1210-316/+85
* | Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-117-240/+262
* | Fix mailaddress.Jan Djärv2014-10-111-1/+1
* | * lisp.h (USE_STACK_STRING): Now true only if USE_STACK CONS.Paul Eggert2014-10-082-2/+14
* | Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-082-2/+2
|\ \ | |/
| * Doc tweaksGlenn Morris2014-10-082-2/+2
| * Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa2014-10-082-8/+31
* | Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-094-7/+36
* | Fix bug #18649 with handling C-g on MS-Windows in -nw sessions.Eli Zaretskii2014-10-082-1/+8
* | Accept terminal devices on MS-Windows in APIs that accept frame or display.Eli Zaretskii2014-10-082-6/+20
* | * admin/unidata/Makefile.in: Check for deleted uni- files. Glenn Morris2014-10-072-1/+10
* | Fix bug #18650 with warning about zlib when loading url-vars.el.Eli Zaretskii2014-10-072-5/+11
* | * font.c (Ffont_get_glyphs): Use validate_subarray and fixDmitry Antipov2014-10-072-24/+35
* | * lisp/term/w32-win.el: Move all code from 32-common-fns.el here.Stefan Monnier2014-10-062-10/+12
* | * keyboard.c (Qleft, Qright): Remove duplicate definitions.Paul Eggert2014-10-052-1/+7
* | Fix disable toolbar for GNUStep.Jan Djärv2014-10-052-1/+5
* | * nsfont.m (nsfont_draw): Use CGFloat for GNUstep newer than 0.23.Jan Djärv2014-10-052-0/+8
* | * nsterm.m (ns_draw_window_cursor): Adjust y for hbar cursor only if smaller ...Jan Djärv2014-10-052-2/+7
* | * nsterm.m (ns_select, ns_read_socket): Use unwind_protect to decreaseJan Djärv2014-10-052-3/+22
* | Add ns-use-fullscreen-animation for non-native fullscreen on NS.Jan Djärv2014-10-052-2/+11
* | Import from macoport 24.3.94.Jan Djärv2014-10-052-1583/+1612
* | coding.c (detect_coding_iso_2022): Fix previous change.Kenichi Handa2014-10-051-2/+2
* | coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv...Kenichi Handa2014-10-052-6/+29
* | Fix Gtk+ tearoff not present on Customize Emacs and not at menu top.Jan Djärv2014-10-042-7/+18
* | Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-043-15/+28
* | ChangeLog merge fixGlenn Morris2014-10-031-6/+0
* | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-032-0/+12
|\ \ | |/
| * * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-10-032-16/+25
| * Fix bug #18584 with assertion violations while scrolling.Eli Zaretskii2014-10-022-0/+6
* | * fileio.c (emacs_readlinkat, Finsert_file_contents):Dmitry Antipov2014-10-034-4/+13
* | Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-037-32/+26
* | Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert2014-10-024-33/+51
* | src/dispnew.c (adjust_decode_mode_spec_buffer): Use 'int' instead of 'ssize_t'.Eli Zaretskii2014-10-022-1/+6
* | Merge from emacs-24Stefan Monnier2014-10-022-12/+27
|\ \ | |/
| * ChangeLog whitespace triviaGlenn Morris2014-10-011-2/+2
| * * xfaces.c (Finternal_set_lisp_face_attribute): Added FIXME comment.Jan Djärv2014-10-012-0/+8
| * * xfaces.c (Finternal_set_lisp_face_attribute): Don't try toJan Djärv2014-10-012-11/+19
* | * alloc.c (mark_overlay): Assume that overlay boundaries areDmitry Antipov2014-10-023-25/+18
* | * src/lisp.h: Fix up compilation for USE_STACK_LISP_OBJECTS=false.Stefan Monnier2014-10-022-1/+3