aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Eli Zaretskii2012-11-171-0/+157
|\
| * Fix MS-Windows emulation of 'faccessat' wrt directories.Eli Zaretskii2012-11-171-0/+3
| * Fix bug #12829 with aborts on MS-Windows when several child processes die.Eli Zaretskii2012-11-171-0/+20
| * Fix problems in ns port found by static checking.Paul Eggert2012-11-171-0/+10
| * Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-161-0/+25
| |\
| | * * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)Glenn Morris2012-11-151-0/+4
| | * * src/eval.c (Finteractive_p): Revert lexbind-merge mishap.Stefan Monnier2012-11-151-6/+10
| | * Clean up w32 timer thread code in the hope of solving bug #12832.Eli Zaretskii2012-11-141-0/+12
| | * * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket isJan Djärv2012-11-131-0/+5
| * | Remove no-longer-used pty_max_bytes variable.Paul Eggert2012-11-161-0/+6
| * | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-11-151-0/+5
| * | * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.Paul Eggert2012-11-141-0/+7
| * | MS-Windows followup for 2012-11-14T04:55:41Z!eggert@cs.ucla.edu, regarding fa...Eli Zaretskii2012-11-141-0/+9
| * | * xdisp.c (echo_area_display, redisplay_internal):Dmitry Antipov2012-11-141-0/+5
| * | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-0/+67
* | | Merge from trunk.Eli Zaretskii2012-11-131-3/+554
|\ \ \ | |/ /
| * | Fix a typo in src/ChangeLog.Eli Zaretskii2012-11-131-1/+1
| * | Omit glyphs initialization at startup.Dmitry Antipov2012-11-131-0/+10
| * | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-121-0/+8
| |\ \ | | |/
| | * Fix bug #12867 with crashes due to large field width in mode-line format.Eli Zaretskii2012-11-121-0/+8
| * | Fix a race with verify-visited-file-modtime.Paul Eggert2012-11-121-0/+11
| * | * frame.h (struct frame): Convert external_tool_bar member toDmitry Antipov2012-11-121-0/+7
| * | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-0/+17
| * | * data.c (Qdefalias_fset_function): Now static.Paul Eggert2012-11-111-0/+2
| * | Another tweak to vectorlike_header change.Paul Eggert2012-11-111-0/+8
| * | * window.c (list4i): Rename from 'quad'. All uses changed.Paul Eggert2012-11-111-0/+5
| * | src/xdisp.c (start_hourglass) [HAVE_NTGUI]: Silence warning.Juanma Barranquero2012-11-111-0/+5
| * | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-0/+21
| |\ \ | | |/
| | * Fix and rewrite doc on window recombining facilities.Martin Rudalics2012-11-071-0/+8
| | * Fix bug #12811 with scrolling under scroll-up/down-aggressively.Eli Zaretskii2012-11-061-0/+10
| | * Fix bug #12774 with crashes in ralloc.c.Eli Zaretskii2012-11-051-0/+6
| * | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-091-1/+12
| * | * image.c (xpm_make_color_table_h): Change to hashtest_equal.Jan Djärv2012-11-091-0/+2
| * | * nsfont.m (Qcondensed, Qexpanded): New variables.Jan Djärv2012-11-091-0/+6
| * | Fix recently introduced crash on MS-Windows (Bug#12839).Dmitry Antipov2012-11-091-0/+7
| * | Tweak last vectorlike_header change.Dmitry Antipov2012-11-091-0/+11
| * | * nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded hasJan Djärv2012-11-091-0/+5
| * | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-081-0/+5
| * | * fns.c (Qeql, hashtest_eq): Now static.Paul Eggert2012-11-081-0/+4
| * | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-081-0/+7
| * | Use same hash function for hashfn_profiler as for hash_string etc.Paul Eggert2012-11-081-0/+9
| * | * src/xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)Stefan Monnier2012-11-081-6/+13
| * | * image.c (xpm_make_color_table_h): Fix compiler error becauseJan Djärv2012-11-081-0/+5
| * | nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).Jan Djärv2012-11-081-0/+4
| * | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-0/+27
| * | More fixes for bug #12806.Eli Zaretskii2012-11-081-0/+6
| * | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-0/+47
| * | * keyboard.c (event_to_kboard): Do not dereferenceDmitry Antipov2012-11-081-0/+7
| * | Fix Num Lock handling related to bug #12806.Eli Zaretskii2012-11-071-2/+1
| * | A (hopefully) better fix for bug #1280.Eli Zaretskii2012-11-071-5/+4