summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Spelling fixes.Paul Eggert2013-06-181-1/+1
* src/ChangeLog: Add bug ID to the previous change.Kenichi Handa2013-06-181-1/+2
* merge emacsKenichi Handa2013-06-1810-23059/+23215
|\
| * lisp/ChangeLog, src/ChangeLog: Rotate changelogs.Juanma Barranquero2013-06-182-22924/+22950
| * Porting fixes for merged specpdl and backtrace stacks.Paul Eggert2013-06-185-115/+154
| * * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t.Paul Eggert2013-06-172-1/+4
| * * nsfont.m (ns_registry_to_script): Parenthesize while expression.Paul Eggert2013-06-172-1/+5
| * src/ChangeLog: Rearrange the last 2 entries in correct order.Eli Zaretskii2013-06-171-6/+6
| * Possible fix for bug #14630, which continues bug #14062.Eli Zaretskii2013-06-172-1/+8
| * Implement new function `add-face-text-property'Lars Magne Ingebrigtsen2013-06-172-17/+94
* | font.c (Ffont_spec): Signal an error for an invalid font name.Kenichi Handa2013-06-182-1/+6
|/
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-1617-704/+1565
* Fix bug #14567 with jumpy scrolling of tall images.Eli Zaretskii2013-06-152-0/+24
* * fns.c (Fcopy_sequence): Simplify XTYPE calculation.Paul Eggert2013-06-152-1/+5
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-133-4/+12
* * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change)Kelly Dean2013-06-122-1/+5
* * src/fileio.c (expand_file_name): Doc fix.Xue Fuqiao2013-06-122-2/+7
* Tickle glib by waiting for Emacs itself, not for process 0.Paul Eggert2013-06-112-2/+8
* Fix typos.Juanma Barranquero2013-06-111-1/+1
* * keyboard.c: Don't use PROP (...) as an lvalue.Paul Eggert2013-06-102-5/+12
* Fix ChangeLog typos and whitespace.Juanma Barranquero2013-06-101-12/+11
* Minor cleanup in last commit in get_it_property.Eli Zaretskii2013-06-102-1/+6
* Fix current-bidi-paragraph-direction wrt window pointer.Eli Zaretskii2013-06-092-3/+10
* Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix.Eli Zaretskii2013-06-092-5/+14
* Fix bug #14575 with window-specific overlays with display props.Eli Zaretskii2013-06-084-10/+54
* Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-083-5/+9
* * xgselect.c (xg_select): Remove call to window_system_availableJan Djärv2013-06-082-3/+13
* Fix "make TAGS" on MS-Windows.Eli Zaretskii2013-06-072-4/+15
* Fix bug #14513 with --enable-locallisppath not working on MS-Windows.Richard Copley2013-06-072-3/+7
* Fix typos.Juanma Barranquero2013-06-072-13/+13
* Improve the fix for bug #14558.Eli Zaretskii2013-06-062-6/+18
* A few porting etc. fixes for the new file monitor code.Paul Eggert2013-06-062-28/+62
* Fix bug #14558 with turning off mouse-highlight during highlight.Eli Zaretskii2013-06-052-11/+41
* * lisp/simple.el: Move all the prog-mode code to prog-mode.el.Stefan Monnier2013-06-052-0/+5
* Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert2013-06-054-9/+37
* * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.Michael Albinus2013-06-054-4/+21
* * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-044-30/+49
* Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p.Eli Zaretskii2013-06-042-3/+8
* Fix crashes in a text-mode session on Windows.Eli Zaretskii2013-06-034-14/+24