aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/doprnt.c: Fix comment.Paul Eggert2013-01-201-1/+1
* * lisp.h (eabs): Define unconditionally.Paul Eggert2013-01-192-5/+10
* Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-192-1/+8
|\
| * * src/fns.c (Frandom): Doc fix.Glenn Morris2013-01-162-1/+8
* | Fix crashes with lots of overlays.Eli Zaretskii2013-01-193-2/+20
* | * fileio.c: Use O_APPEND to append.Paul Eggert2013-01-192-23/+28
* | Fix size bug on DOS_NT introduced by CIFS workaround.Paul Eggert2013-01-192-1/+4
* | * fileio.c (Fwrite_region): Sync diagnostic to previous change.Paul Eggert2013-01-191-1/+1
* | Allow floating-point file offsets.Paul Eggert2013-01-192-32/+36
* | * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid aborting on Fsig...Chong Yidong2013-01-192-5/+11
* | Make 'fstat' on MS-Windows behave more like 'stat' and 'lstat'.Eli Zaretskii2013-01-192-7/+18
* | Minor fix in acl_set_file.Eli Zaretskii2013-01-192-1/+8
* | Work around bug in CIFS and vboxsf file systems.Paul Eggert2013-01-184-0/+68
* | * fileio.c (Finsert_file_contents): Simplify new diagnosticPaul Eggert2013-01-182-2/+6
* | Fix crash when inserting data from non-regular files. SeeDmitry Antipov2013-01-182-102/+86
* | Close a race when statting and reading files.Paul Eggert2013-01-172-31/+21
* | * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-1716-38/+101
* | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov2013-01-173-41/+34
* | * src/alloc.c (free_save_value): Now static.Paul Eggert2013-01-153-2/+6
* | * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-154-37/+36
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-1516-31/+45
* | Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-154-49/+91
* | Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-1411-11/+25
* | * lisp.h (toplevel): Fix typo in comment.Dmitry Antipov2013-01-141-1/+1
* | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.Dmitry Antipov2013-01-142-0/+9
* | Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-1417-104/+217
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-134-22/+36
|\ \ | |/
| * Fix spelling error.Jan Djärv2013-01-131-1/+1
| * * nsfont.m (LCD_SMOOTHING_MARGIN): New define.Jan Djärv2013-01-132-3/+11
| * ChangeLog fix (no need to merge to trunk)Glenn Morris2013-01-121-1/+1
| * * gtkutil.c (xg_initialize): Backport from trunk.Jan Djärv2013-01-112-0/+7
| * Backport typo fix from trunk, for AIX.Paul Eggert2013-01-102-1/+7
| * Fix SIGDANGER handlers, for AIX.Paul Eggert2013-01-103-19/+25
* | ChangeLog whitespace triviaGlenn Morris2013-01-131-3/+3
* | Add tiny change.Jan Djärv2013-01-111-1/+1
* | Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.Jan Djärv2013-01-112-4/+11
* | Introduce scroll-bar-adjust-thumb-portion.Jan Djärv2013-01-113-22/+46
* | * nsterm.m (keyDown:): Set processingCompose to NO if an emacs keyJan Djärv2013-01-132-0/+6
* | * nsfont.m (ns_findfonts): Add block/unblock_input calls.Jan Djärv2013-01-132-10/+27
* | * indent.c (Fvertical_motion): Remove now-incorrect GCPROsPaul Eggert2013-01-112-2/+7
* | Enable conservative stack scanning for all architectures.Paul Eggert2013-01-111-1/+5
* | Remove obsolete comment about NON_SAVING_SETJMP.Paul Eggert2013-01-111-5/+0
* | Fix bug with set-time-zone-rule and LOCALTIME_CACHE.Paul Eggert2013-01-112-0/+8
* | Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-114-7/+19
* | Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-115-24/+28
* | emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-104-16/+57
* | * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE aroundJan Djärv2013-01-102-0/+7
* | Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-105-62/+58
* | src/w32.c, src/w32term.c: Remove unused local variables.Juanma Barranquero2013-01-093-3/+6
* | * insdel.c (make_gap_larger): Fix comment because gap_left doesn'tDmitry Antipov2013-01-092-5/+3