* gtkutil.c (get_utf8_string): Remove redundant assignment.
[bpt/emacs.git] / src / ChangeLog
2012-06-25 Paul Eggert* gtkutil.c (get_utf8_string): Remove redundant assignment.
2012-06-25 Paul Eggert* xfns.c (x_window): Remove redundant cast.
2012-06-25 Dmitry Antipov* xmenu.c (xmenu_show, xdialog_show): Explicit cast...
2012-06-24 Paul Eggert* xterm.c (x_term_init): Build proper-sized _XSETTINGS_...
2012-06-24 Paul Eggert* process.c: Fix spelling and caps in comments.
2012-06-24 Dan Nicolaescu* emacs.c (setpgrp): Remove definition, unused.
2012-06-24 Dan Nicolaescu* sysdep.c (setpgrp): Remove definition, not used in...
2012-06-24 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Eli ZaretskiiImprove port of struct timespec to MS-Windows.
2012-06-24 Paul EggertFix bug when time_t is unsigned and as wide as intmax_t.
2012-06-23 Eli ZaretskiiAvoid compiler warnings in comparing time_t.
2012-06-23 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-23 Juanma Barranquerosrc/w32.c (ltime): Add return type and declare static.
2012-06-23 Paul Eggert* sysdep.c [__FreeBSD__]: Fix more recently-introduced...
2012-06-23 Eli ZaretskiiFix a bug in w32-get-locale-info.
2012-06-23 Eli ZaretskiiImprove and document the language-change event on MS...
2012-06-23 Chong Yidong* xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new...
2012-06-23 Eli ZaretskiiFix the MS-Windows build broken by 2012-06-22T21:17...
2012-06-23 Eli ZaretskiiReally fix bug #11519, by fixing the last change in...
2012-06-23 Paul Eggert* sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Chong Yidong* xdisp.c (x_consider_frame_title): Revert last change.
2012-06-22 Eli ZaretskiiEnlarge NSTATICS to 0x650.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-20 Paul Eggert* fileio.c (Fdefault_file_modes): Block input while...
2012-06-19 Paul EggertFix misspelling of Dmitry's last name in ChangeLog.
2012-06-19 Stefan Monnier* src/minibuf.c (Fread_string): Bind minibuffer-complet...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-19 Chong YidongPreserve tty top-frames under various window-changing...
2012-06-18 Paul EggertPort byte-code-meter to modern targets.
2012-06-18 Stefan MonnierFix return value of `defun' and un-define it.
2012-06-18 Martin RudalicsHandle cases where buffer gets killed while running...
2012-06-18 Paul EggertFix recently-introduced process.c problems found by...
2012-06-17 Chong YidongOptimization to avoid redisplaying hidden terminal...
2012-06-17 Troels NielsenEnsure correct ordering of process writes.
2012-06-17 Paul Eggert* lisp.h (eassert): Assume C89 or later.
2012-06-17 Paul Eggert* coding.c (produce_chars): Use ptrdiff_t, not int.
2012-06-17 Paul Eggert* xterm.c (x_draw_underwave): Check for integer overflow.
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-17 Alp AkerImplement wave-style variant of underlining.
2012-06-16 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-16 Eli ZaretskiiFix bug #11720 with cursor positioning in outline-mode...
2012-06-16 Eli ZaretskiiFix bug #11653 with a crash when more than 16 overlay...
2012-06-16 Eli ZaretskiiFix bug #11653 with cursor positioning in a row that...
2012-06-16 Andreas Schwab* category.h (CHAR_HAS_CATEGORY): Define as inline.
2012-06-16 Eli ZaretskiiFix bug #11677 with segfault when deleting windows...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-14 Paul Eggert.gdbinit: Update to match recent lisp.h changes.
2012-06-14 Paul EggertSimplify lisp.h in minor ways that should not affect...
2012-06-13 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/data.$(O)): Update dependen...
2012-06-13 Glenn MorrisRemove some unused definitions from src/s
2012-06-13 Andreas SchwabUse a simple struct to implement compile time checks...
2012-06-13 Glenn MorrisRemove HAVE_SYSV_SIGPAUSE unused remnants
2012-06-13 Glenn Morris* src/s/gnu.h (POSIX_SIGNALS): Remove (again).
2012-06-13 Paul EggertUSE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
2012-06-12 Glenn MorrisRemove src/s/sol2-10.h
2012-06-12 Glenn MorrisRemove src/s/hpux11.h
2012-06-12 Glenn MorrisRemove a couple of src/s files
2012-06-12 Glenn MorrisMove NO_TERMIO, BROKEN_SIGIO from src/s to configure
2012-06-12 Chong YidongHandle availability of MagickMergeImageLayers and Magic...
2012-06-12 Paul Eggert* image.c (imagemagick_load_image): Remove unused label.
2012-06-11 Glenn MorrisMove SYSTEM_TYPE from src/s to configure
2012-06-11 Jan Djärv* nsterm.m (x_free_frame_resources): Move xfree so...
2012-06-11 Stefan MonnierDon't purify in Fmake_byte_code.
2012-06-11 Chong YidongSupport transparency for ImageMagick images.
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-10 Andreas Schwab* regex.c (at_begline_loc_p): Also recognize `(?N:...
2012-06-09 Chong YidongAdd support for italic text on ttys.
2012-06-09 Michael Albinus* dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_val...
2012-06-09 Chong Yidong* xfaces.c (face_for_overlay_string): Handle face remap...
2012-06-09 Chong Yidong* fringe.c (Fset_fringe_bitmap_face): Handle the nonint...
2012-06-08 Paul Eggert* xdisp.c (vmessage): Treat frame message as multibyte.
2012-06-08 Eli ZaretskiiRevert inadvertent commit in dispnew.c as part of 2012...
2012-06-08 Stefan MonnierClean up scoping rule of predefined single-word vars.
2012-06-08 Juanma Barranquerosrc/dispnew.c (showing_window_margins_p): Wrap in ...
2012-06-08 Eli ZaretskiiFix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08...
2012-06-08 Dmitry AntipovBlock-based vector allocation of small vectors.
2012-06-08 Stefan Monnier* src/eval.c (Fmacroexpand): Stop if the macro returns...
2012-06-07 Paul Eggert* doprnt.c (doprnt): Truncate multibyte char correctly.
2012-06-06 Chong Yidong* buffer.c (word_wrap): Doc fix.
2012-06-04 Paul Eggert* xdisp.c (note_mode_line_or_margin_highlight): Pacify...
2012-06-03 Glenn Morristool-bar-style doc fixes
2012-06-03 Ulrich MüllerWorkaround dumping problem on PaX-enabled Linux kernels
2012-06-03 Chong YidongMake mode line help-echo visible for unibyte buffers.
2012-06-03 Chong YidongImplement default help-echo for mode line.
2012-06-02 Paul Eggert* sysdep.c (system_process_attributes): Improve comment.
2012-06-02 Stefan Monnier* lisp/simple.el (execute-extended-command): Set real...
2012-06-02 Paul Eggert* minibuf.c (Fassoc_string): Remove duplicate declaration.
2012-06-02 Paul Eggert* sysdep.c (system_process_attributes) [SOLARIS2 &...
2012-06-02 Andreas Schwab* alloc.c (CONS_BLOCK_SIZE): Account for padding at...
2012-06-01 Paul Eggert* xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to...
2012-06-01 Chong YidongBump version to 24.1.
2012-06-01 Dmitry AntipovFor a 'struct window', replace some Lisp_Object fields to
2012-05-31 Glenn MorrisAdd option imagemagick-types-enable
2012-05-31 Paul EggertPacify gcc -Wdouble-precision when using Xaw.
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-31 Paul EggertRemove obsolete '#define static' cruft.
2012-05-30 Paul EggertClean up __executable_start, monstartup when --enable...
next