aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Spelling fixes.Paul Eggert2012-10-212-4/+3
| * Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2012-10-202-1/+8
| * Port to OpenBSD 5.1.Paul Eggert2012-10-207-38/+71
| * Add comments with instructions for creating new Lisp data types.Eli Zaretskii2012-10-201-1/+50
| * * lread.c (Fload): Doc fix.Chong Yidong2012-10-202-12/+15
| * Undo faccessat change.Paul Eggert2012-10-1913-132/+137
| * Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-1913-137/+132
* | Make face-font-rescale-alist work correctly for non-ASCII fonts.Kenichi Handa2012-10-242-22/+32
|/
* src/ChangeLog: Fix changers name.Kenichi Handa2012-10-191-1/+1
* font.c (Ffont_at): Fix previous change.Kenichi Handa2012-10-193-2/+6
* Increase the value of BASE_PURESIZE to avoid pure space overflow.Eli Zaretskii2012-10-192-1/+5
* Decrease NSTATICS to 0x800.Eli Zaretskii2012-10-192-1/+5
* * src/fns.c (Fnreverse): Include the problem element when signalling an error.Stefan Monnier2012-10-182-2/+7
* * nsterm.m (ns_select): Check writefds before call toJan Djärv2012-10-182-3/+8
* Fix wording of error message in staticpro.Eli Zaretskii2012-10-181-1/+1
* Increase NSTATICS; tell the user when we run out of static slots.Daniel Colascione2012-10-182-2/+8
* In window.c fix two flaws reported by Dmitry Antipov.Martin Rudalics2012-10-182-35/+17
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-1712-5/+91
* Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.Eli Zaretskii2012-10-173-4/+13
* merge trunkKenichi Handa2012-10-1713-72/+132
|\
| * Fix ChangeLog typos.Juanma Barranquero2012-10-171-13/+13
| * * buffer.c (Fkill_buffer): When unchaining the marker,Dmitry Antipov2012-10-172-12/+18
| * Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov2012-10-173-9/+26
| * * alloc.c (Fmake_byte_code): Fix typo in comment.Dmitry Antipov2012-10-164-6/+11
| * * editfns.c (get_system_name): Remove.Dmitry Antipov2012-10-164-18/+11
| * * lisp/erc/erc.el (erc-log): Make it into a defsubst.Stefan Monnier2012-10-151-8/+7
| * Add comment for undef of "interface"Daniel Colascione2012-10-152-0/+8
| * Fix Fwindow_end's handling of cached position (Bug#12600).Martin Rudalics2012-10-152-3/+12
| * Fix cygw32 build break with dbus compilationDaniel Colascione2012-10-142-0/+10
| * * image.c (init_tiff_functions, init_imagemagick_functions)Daniel Colascione2012-10-142-3/+9
| * * nsterm.m (ns_select): Count fd:s in writefs also.Jan Djärv2012-10-142-1/+8
* | xdisp.c (reseat_1): Make the information stored in it->cmp_it invalidate.Kenichi Handa2012-10-172-0/+7
|/
* ChangeLog fixGlenn Morris2012-10-131-1/+0
* * gtkutil.c (xg_set_widget_bg): Divide by 65535.Jan Djärv2012-10-132-3/+8
* merge trunkKenichi Handa2012-10-134-92/+57
|\
| * * fileio.c: Formatting fixes.Andreas Schwab2012-10-132-29/+30
| * Fix some stat-related races.Paul Eggert2012-10-124-63/+27
* | coding.c (detect_coding): Set coding->id before calling this->detector.Kenichi Handa2012-10-132-0/+8
|/
* * src/doc.c (get_doc_string): Don't signal an error if the file is missing.Stefan Monnier2012-10-122-1/+6
* * nsterm.m (hold_event_q): New static variable.Jan Djärv2012-10-122-2/+48
* src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.Juanma Barranquero2012-10-122-1/+6
* Fix typo in last change.Eli Zaretskii2012-10-121-1/+1
* Update dependencies in src/makefile.w32-in.Eli Zaretskii2012-10-122-0/+3
* Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-125-12/+45
* Add comments about how non-GUI input works on MS-Windows.Eli Zaretskii2012-10-122-1/+35
* * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.Jan Djärv2012-10-122-32/+6
* * src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)Glenn Morris2012-10-112-1/+5
* * src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well.Stefan Monnier2012-10-112-11/+22
* Fix spurious "cl--defsubst-expand might not be defined at runtime"Stefan Monnier2012-10-112-3/+9
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-1111-148/+161