summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-01-17Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.Glenn Morris
2011-01-17Merge from mainline.Paul Eggert
2011-01-17Merge from mainline.Paul Eggert
2011-01-16* xfns.c (x_real_positions): Fix signedness of local var 'ign'.Paul Eggert
2011-01-16* regex.c (analyse_first): Remove unreachable 'continue' statement.Paul Eggert
2011-01-16* xterm.h (struct x_display_info): Remove stray semicolon.Paul Eggert
2011-01-16* lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.Paul Eggert
2011-01-16* fileio.c (make_temp_name): Remove unreachable code.Paul Eggert
2011-01-16* fontset.c (free_realized_fontset): Mark unreachable code with if (0).Paul Eggert
2011-01-16* coding.c (decode_coding_emacs_mule): Remove unreachable code.Paul Eggert
2011-01-16* image.c (syms_of_image): Don't access XSYMBOL's internals directly.Stefan Monnier
2011-01-16Fix bug #7848 with using SET_SYMBOL_VALUE in image.cEli Zaretskii
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-15Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.Glenn Morris
2011-01-14Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics
2011-01-14Merge from mainline.Paul Eggert
2011-01-14ChangeLog merge fixes.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-11Merge from mainline.Paul Eggert
2011-01-11Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong
2011-01-11* image.c (imagemagick_load_image, Finit_image_library): FreeTassilo Horn
2011-01-10* dbusbind.c (Fdbus_register_service): Raise an error in case ofMichael Albinus
2011-01-10* dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;Michael Albinus
2011-01-09Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.Paul Eggert
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-08* mktime.c: Remove; moving to ../lib.Paul Eggert
2011-01-08Use gnulib's mktime module.Paul Eggert
2011-01-08Minor fix to GTK tool-bar button refresh code.Chong Yidong
2011-01-08Use gnulib's ftoastr module.Paul Eggert
2011-01-08Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong
2011-01-08Automate syncing from gnulib.Paul Eggert
2011-01-08* src/fns.c (Fyes_or_no_p): Add usage.Andreas Schwab
2011-01-07In Makefiles, -batch implies -q.Glenn Morris
2011-01-07Fix bug#7750.Glenn Morris
2011-01-07Fix some resource leaks in ImageMagick image loaderAndreas Schwab
2011-01-07Allow format args for y-or-n-p and yes-or-no-p.Chong Yidong
2011-01-06Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris
2011-01-05Use __builtin_unwind_init if availableAndreas Schwab
2011-01-04* dbusbind.c (Fdbus_register_method): Added optional parameterMichael Albinus
2011-01-03* src/emacs.c (emacs_copyright): Update short copyright year to 2011.Glenn Morris
2011-01-03Backport bug 7517 fixes from trunk.Jan Djärv
2011-01-03Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii
2011-01-03Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2011-01-02Merge changes from emacs-23 branchChong Yidong
2011-01-01Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.Chong Yidong
2010-12-31More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii
2010-12-31For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.Jan Djärv
2010-12-31Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii
2010-12-30Encode frame title and icon name before setting.Jan Djärv