log src/ChangeLog @ 107445:4f21cfcfbb42

age author description
2010-03-20 Dan Nicolaescu Remove support for old GNU/Linux using libc version 5.
2010-03-20 Dan Nicolaescu Consolidate redundant definitions in s/bsd-common.h.
2010-03-20 Dan Nicolaescu Consolidate redundant definitions.
2010-03-20 Dan Nicolaescu Remove support for old UNIX System V systems.
2010-03-20 Dan Nicolaescu Remove support for Solaris on PPC and for old versions.
2010-03-20 Dan Nicolaescu * s/openbsd.h: Remove support for non-ELF and for systems that do
2010-03-20 Dan Nicolaescu Remove non-working support for lynxos 3.0.
2010-03-20 Dan Nicolaescu Remove obsolete uses of HAVE_SHM.
2010-03-18 Glenn Morris Remove obsolete code in emacs.c that chooses a bug reporting address.
2010-03-18 Glenn Morris Replace some cpp with autoconf.
2010-03-15 Chong Yidong Put non-GTK X scroll-bars on left.
2010-03-13 Chong Yidong Fix bug in `format' (Bug#5710).
2010-03-13 Eli Zaretskii Spell out in ChangeLog the purpose of revision 99649.
2010-03-12 Chong Yidong * xfns.c (Fx_create_frame): Set default to Qright.
2010-03-12 Chong Yidong Put scroll-bar on right by default on UNIX.
2010-03-12 Eli Zaretskii Don't use termcap.c on Posix platforms, only on MS-DOS.
2010-03-10 Chong Yidong Bump version to 24.0.50.
2010-03-10 Stefan Monnier Cleanup setup of gl_state in various parts of the code.
2010-03-05 Stefan Monnier Make it possible to C-g in a tight bytecode loop again (bug#5680).
2010-03-05 Stefan Monnier * regex.c (regex_compile): Setup gl_state as well.
2010-03-05 Stefan Monnier (skip_chars): Setup gl_state (bug#3823).
2010-03-03 Chong Yidong Fix keyboard macro key lookup (Bug#5481).
2010-03-02 Eli Zaretskii Fix bug in decoding emacs-mule encoding.
2010-03-02 Kenichi Handa Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
2010-03-02 Kenichi Handa buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
2010-02-28 Chong Yidong Fix use of unitialized memory.
2010-02-27 Andreas Schwab * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2010-02-27 Chong Yidong Addendum to last patch: add "Medium" GTK font name keyword.
2010-02-27 Chong Yidong Recognize more keywords in GTK font names (Bug#5646).
2010-02-26 Kenichi Handa Fix Myanmar OTF support
2010-02-26 Kenichi Handa from trunk
2010-02-26 Chong Yidong * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
2010-02-26 Kenichi Handa xdisp.c (reseat_to_string): Fix previous change.
2010-02-25 Kenichi Handa xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2010-02-24 Jan D. Move declarations before statements.
2010-02-21 Chong Yidong * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2010-02-18 Stefan Monnier (fatal): Add a final \n if needed (bug#5596).
2010-02-18 Chong Yidong * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2010-02-18 Glenn Morris * callint.c (Finteractive): Doc fix.
2010-02-18 Kenichi Handa Fix handling of CODING_RESULT_INSUFFICIENT_DST.
2010-02-17 Kenichi Handa Fix the ccl decoder for the case that the output buffer is fullfilled.
2010-02-13 Jan D. xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
2010-02-13 Jan D. xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
2010-02-11 Juanma Barranquero Fix typos.
2010-02-10 Jan D. Fix for bug#5512, don't rely on SIGIO alone.
2010-02-09 Glenn Morris * ChangeLog: Mark tiny change.
2010-02-08 Chong Yidong * nsfont.m (nsfont_open): The system's value for the font descent
2010-02-06 Chong Yidong Credit Vivek Dasmohapatra for suggesting the last change.
2010-02-06 Chong Yidong * charset.c (load_charset_map_from_file)
2010-02-05 Chong Yidong Fix for Bug#5526.
2010-01-31 Kenichi Handa Add bug#.
2010-01-31 Kenichi Handa from trunk
2010-01-31 Chong Yidong * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2010-01-31 Kenichi Handa font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
2010-01-31 Chong Yidong * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
2010-01-31 Chong Yidong * nsterm.m (ns_ring_bell): Handle visible bell like X.
2010-01-30 Andreas Schwab * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2010-01-29 Chong Yidong Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
2010-01-29 Eli Zaretskii w32inevt.c (key_event): Remove unnecessary comparison of
2010-01-28 Chong Yidong * fileio.c (Frename_file): Fix last change (Bug#5487).