aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not mark objects from deleted buffers, windows and frames.Dmitry Antipov2012-09-051-0/+6
* * alloc.c (valid_lisp_object_p): Treat killed buffers,Dmitry Antipov2012-09-051-0/+6
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-0/+25
* * xdisp.c (set_message): Simplify and reindent last change.Paul Eggert2012-09-041-0/+4
* src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.Juanma Barranquero2012-09-051-0/+4
* Implement `debug-on-message'.Lars Ingebrigtsen2012-09-041-0/+8
* Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-041-0/+19
* Macro-expand interpreted code during load.Stefan Monnier2012-09-041-0/+6
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-0/+20
* Fix display of Arabic diacriticals on Windows, per bug #11860.Eli Zaretskii2012-09-041-0/+8
* Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-031-0/+14
* Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-031-5/+1
* Fix minor problems found by static checking.Paul Eggert2012-09-031-0/+9
* New macro with-temp-buffer-window and related fixes.Martin Rudalics2012-09-031-0/+4
* * gtkutil.c: Add extern decl for Qxft.Chong Yidong2012-09-031-0/+4
* * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-0/+27
* Clean up some extern decls.Paul Eggert2012-09-021-0/+32
* * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)Paul Eggert2012-09-021-0/+6
* Prototype for x_wm_set_size_hint restored.Jan Djärv2012-09-021-0/+6
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-0/+29
* * keymap.c (push_key_description): Print M-TAB as C-M-i.Chong Yidong2012-09-021-0/+5
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-09-021-0/+10
* Further fix for bug #11860 with Arabic display on Windows.Eli Zaretskii2012-09-011-0/+4
* 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-011-0/+6
* Prevent crash if w32 used before it's initializedDaniel Colascione2012-09-011-0/+5
* Merge from cygw32 branchDaniel Colascione2012-09-011-0/+72
|\
| * Refactor window-system configurationDaniel Colascione2012-08-311-0/+71
* | Better seed support for (random).Paul Eggert2012-08-311-0/+9
|/
* Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-311-0/+10
* Change struct frame bitfields from unsigned char to unsigned.Dmitry Antipov2012-08-311-0/+9
* Remove unused member of struct x_output and struct w32_output.Dmitry Antipov2012-08-311-0/+6
* * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so itJan Djärv2012-08-301-0/+5
* * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflowPaul Eggert2012-08-301-0/+5
* init_lread fix for bug#12302Glenn Morris2012-08-291-0/+6
* Improve NS dialogs. Add close button, remove ugly casts.Jan Djärv2012-08-281-0/+26
* Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-281-0/+9
|\
| * Update release logsemacs-24.2Chong Yidong2012-08-241-4/+4
| * Fix bug #12242 with crashes in ralloc.c on OpenBSD.Eli Zaretskii2012-08-241-0/+5
| * Bump version to 24.2Chong Yidong2012-08-161-0/+4
| * * src/eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)Glenn Morris2012-08-141-0/+4
| * * systime.h (EMACS_TIME_CMP): Don't cast time_t values to long.Ulrich Mueller2012-08-141-0/+5
| * Backport: Don't disable Unicode menus on Windows NT and later.Eli Zaretskii2012-08-131-0/+7
| * Backport fix for Bug#11677 from trunkChong Yidong2012-08-131-0/+6
| * Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu...Jan Djärv2012-08-121-0/+18
* | In Fset_window_configuration install revison of reverted fix.Martin Rudalics2012-08-281-1/+2
* | Remove handling of auto-buffer-name window parameter.Martin Rudalics2012-08-281-0/+5
* | Do not allow to set major mode for a dead buffer.Dmitry Antipov2012-08-281-0/+8
* | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-0/+9
* | Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-0/+13