summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Further fix for bug #11860 with Arabic display on Windows.Eli Zaretskii2012-09-012-16/+30
* Remove conflict markers and fix entries for 2012-09-01T06:38:52Z!dancol@danco...Eli Zaretskii2012-09-011-5/+4
* Fix last changes related to w32 and Cygwin.Eli Zaretskii2012-09-012-0/+7
* Prevent crash if w32 used before it's initializedDaniel Colascione2012-09-012-1/+6
* Merge from cygw32 branchDaniel Colascione2012-09-0120-156/+176
|\
| * Refactor window-system configurationDaniel Colascione2012-08-3120-156/+175
* | * sysdep.c (seed_random): Fix typo: HAV_LRAND48 -> HAVE_LRAND48.Paul Eggert2012-08-311-1/+1
* | Better seed support for (random).Paul Eggert2012-08-315-26/+39
|/
* Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-314-18/+11
* Change struct frame bitfields from unsigned char to unsigned.Dmitry Antipov2012-08-312-12/+21
* Remove unused member of struct x_output and struct w32_output.Dmitry Antipov2012-08-313-6/+6
* * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so itJan Djärv2012-08-302-2/+8
* * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflowPaul Eggert2012-08-302-0/+6
* init_lread fix for bug#12302Glenn Morris2012-08-292-3/+12
* Improve NS dialogs. Add close button, remove ugly casts.Jan Djärv2012-08-283-39/+79
* Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-283-18/+45
|\
| * Update release logsemacs-24.2Chong Yidong2012-08-241-4/+4
| * Fix bug #12242 with crashes in ralloc.c on OpenBSD.Eli Zaretskii2012-08-242-13/+37
| * Bump version to 24.2Chong Yidong2012-08-161-0/+4
| * * src/eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)Glenn Morris2012-08-142-5/+8
| * * systime.h (EMACS_TIME_CMP): Don't cast time_t values to long.Ulrich Mueller2012-08-142-7/+9
| * Backport: Don't disable Unicode menus on Windows NT and later.Eli Zaretskii2012-08-133-2/+15
| * Backport fix for Bug#11677 from trunkChong Yidong2012-08-132-17/+29
| * Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu...Jan Djärv2012-08-123-34/+92
* | In Fset_window_configuration install revison of reverted fix.Martin Rudalics2012-08-282-1/+17
* | Remove handling of auto-buffer-name window parameter.Martin Rudalics2012-08-282-15/+6
* | Do not allow to set major mode for a dead buffer.Dmitry Antipov2012-08-282-4/+12
* | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-2817-24/+37
* | Fix usage of set_buffer_internal.Dmitry Antipov2012-08-2810-38/+40
* | * dispnew.c: Use bool for boolean.Paul Eggert2012-08-277-166/+189
* | In Fset_window_configuration revert first part of last change.Martin Rudalics2012-08-272-18/+5
* | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): InitializeJan Djärv2012-08-273-4/+39
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-2710-73/+89
* | * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-277-266/+208
* | Fix spare memory change.Dmitry Antipov2012-08-272-0/+8
* | Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208).Martin Rudalics2012-08-272-2/+36
* | Special MEM_TYPE_SPARE to denote reserved memory.Dmitry Antipov2012-08-272-7/+17
* | Spelling fixes.Paul Eggert2012-08-264-4/+7
* | Remove unused external symbols.Paul Eggert2012-08-265-9/+16
* | * fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte change.Paul Eggert2012-08-261-1/+1
* | * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-266-56/+74
* | * lisp.h (ASET): Remove attempt to detect side effects.Paul Eggert2012-08-252-3/+9
* | * src/lisp.h (functionp): New function (extracted from Ffunctionp).Barry O'Reilly2012-08-253-33/+43
* | * xgselect.c (xg_select): Use auto storage for the GPollFD bufferPaul Eggert2012-08-254-37/+27
* | * emacs.c (fatal_error_signal_hook): Remove.Paul Eggert2012-08-242-8/+3
* | * casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert2012-08-245-18/+28
* | MS-Windows adaptations for 2012-08-25T04:04:08Z!eggert@cs.ucla.edu and 2012-0...Eli Zaretskii2012-08-252-0/+5
* | On assertion failure, print backtrace if available.Paul Eggert2012-08-243-0/+17
* | * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-246-30/+43
* | * buffer.c, buffer.h: Use bool for boolean.Paul Eggert2012-08-234-78/+86