Merge from emacs--rel--22
[bpt/emacs.git] / src / ChangeLog
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-17 Jason Rumney(change_frame_size): Remove extern declaration.
2008-07-17 Adrian Robertrevert changes to getloadavg.c
2008-07-17 Adrian Robertremove need for nextstep/compile for NS build; also...
2008-07-17 Dan Nicolaescu* s/sol2.h:
2008-07-17 Dan Nicolaescu* ecrt0.c: Remove code depending on m68000, not used...
2008-07-17 Adrian Robertchange most cases of PENDING to TODO, some to FIXME...
2008-07-17 Andreas Schwab* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
2008-07-17 YAMAMOTO MitsuharuMention setsid after vfork.
2008-07-17 Stefan Monnier* Makefile.in: Undef LIB_STANDARD before defining it...
2008-07-16 Adrian Robertvarious small cleanups detailed in changelogs
2008-07-16 Stefan Monnier(lisp_to_mod): Use parse_solitary_modifier instead.
2008-07-16 Stefan Monnier* keymap.c: Remove all NS-specific code.
2008-07-16 Andreas Schwab(SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
2008-07-16 Chong Yidong* xdisp.c (move_it_in_display_line): Account for word...
2008-07-16 Stefan Monnier(Qsuper): Remove.
2008-07-16 Dan NicolaescuRemove boilerplate comments.
2008-07-16 Dan Nicolaescu(__ELF__): Consolidate conditions.
2008-07-16 Dan Nicolaescu* m/m68k.h (linux): Use GNU_LINUX instead.
2008-07-16 Dan NicolaescuUndo reactoring from previous change.
2008-07-16 Jason RumneyFix last change.
2008-07-16 Dan Nicolaescu* systty.h: Remove code for Aix on 386, unsupported...
2008-07-16 Dan Nicolaescu* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
2008-07-16 Dan NicolaescuRemove comments about static.
2008-07-16 Dan Nicolaescu* sysdep.c: Remove code depending on NEED_PTEM_H, unuse...
2008-07-16 Dan Nicolaescu* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as...
2008-07-16 Dan Nicolaescu* m/ibms390.h:
2008-07-16 Dan NicolaescuRemove boilerplate comments and code for systems that
2008-07-16 Dan Nicolaescu* m/mips.h: Remove boilerplate comments and code for...
2008-07-16 Dan Nicolaescu* editfns.c (Fuser_full_name): Replace the only use of
2008-07-16 David Reitter*** empty log message ***
2008-07-16 Glenn Morris(system-type): Doc fix.
2008-07-15 Stefan Monnier*** empty log message ***
2008-07-15 Stefan Monnier(parse_menu_item): Don't use cachelist, even under NS.
2008-07-15 Adrian Robertadding forgotten file src/nsfont.m for emacs.app merge
2008-07-15 Adrian Robertmerging Emacs.app (NeXTstep port)
2008-07-15 Jason Rumney* w32fns.c (Fx_create_frame): Remove duplicate unwind_p...
2008-07-15 Chong Yidongs/xxxfns.c/xfns.c/
2008-07-15 Adrian Robertapplying patch to consolidate non-GUI portion of hourgl...
2008-07-14 Jason Rumney(w32_get_arg): Remove wrapper function.
2008-07-14 Kenichi Handa(xfont_open): Add workaround for X's bug.
2008-07-14 Kenichi HandaInclude <stdio.h> unconditionally.
2008-07-13 Michael Albinus* dbusbind.c (Fdbus_register_signal): Allow also signal...
2008-07-13 Dan Nicolaescu* config.nt (HAVE_FACES): Remove, unused.
2008-07-12 Dan Nicolaescu* syswait.h: Remove old if 0 code. Do not define WAITT...
2008-07-12 Chong Yidong* indent.c (Fvertical_motion): Restore hscroll before...
2008-07-11 Dan NicolaescuRemove left over code.
2008-07-11 Andreas SchwabFix logic in last change.
2008-07-11 Andreas Schwab* menu.h: New file.
2008-07-11 YAMAMOTO Mitsuharu[USE_MAC_TSM] (mac_handle_text_input_event):
2008-07-11 Kenichi Handa(fontset_from_font): Cancel the previous change.
2008-07-11 Dan Nicolaescu* lisp.h:
2008-07-10 Chong Yidong* xdisp.c (move_it_to): Backtrack if past the edge...
2008-07-10 Dan Nicolaescu* src/fileio.c:
2008-07-10 Andreas Schwab(ftfont_resolve_generic_family): Remove foundry from
2008-07-10 Dan Nicolaescu* unexec.c:
2008-07-10 Dan Nicolaescu* s/vms.h:
2008-07-10 Dan Nicolaescu* m/template.h:
2008-07-10 Dan Nicolaescu* unexmips.c:
2008-07-10 Dan Nicolaescu* configure.in: Use macppc for Darwin.
2008-07-10 Dan NicolaescuRemove boilerplate comments.
2008-07-10 Dan Nicolaescu(UNEXEC, NO_TERMIO): Don't define, the s/ files
2008-07-10 Kenichi Handa(xfont_open): Log the reason of failure.
2008-07-09 Stefan Monnier* fontset.c (fontset_get_font_group):
2008-07-09 Kenichi Handa(detect_coding_utf_8): Set detect_info->found only...
2008-07-09 Kenichi Handa(ftfont_text_extents): Fix initial setting of metrics.
2008-07-09 Kenichi Handa*** empty log message ***
2008-07-08 Chong Yidong* macfns.c (x_create_tip_frame):
2008-07-08 Chong Yidong* xfaces.c (Finternal_merge_in_global_face): Save merged
2008-07-08 Andreas Schwab* fontset.h: Declare fontset_from_font. Don't declare
2008-07-08 Glenn MorrisUse __sparc__ rather than sparc. (Bug#507.)
2008-07-07 Chong Yidong* frame.c (Qinhibit_face_set_after_frame_default):...
2008-07-07 Juanma Barranquero* w32fns.c (map_w32_filename): Declare extern.
2008-07-07 Jason Rumney(WS_EX_LAYERED): Define if not already.
2008-07-07 YAMAMOTO Mitsuharu(png_load): Use correct bit-depth for setting backgroun...
2008-07-06 Chong Yidong* xfaces.c (set_font_frame_param): Don't try to set...
2008-07-05 Chong Yidong* xfaces.c (Finternal_merge_in_global_face): Don't...
2008-07-05 Chong Yidong* xdisp.c (try_window_id): Give up if word-wrapping...
2008-07-05 Andreas Schwab(get_it_property): Move out of HAVE_WINDOW_SYSTEM
2008-07-05 Chong Yidong* xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it...
2008-07-04 Stefan Monnier(${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
2008-07-04 Kenichi HandaEXFUN adjusted for the change of Fstring_to_unibyte.
2008-07-02 Jason Rumney(syms_of_xfns): Only define x-select-font when both...
2008-07-02 Jason RumneyChanges from Toru Tsuneyoshi for using Trash can when...
2008-07-01 Jason Rumney(w32font_text_extents): Don't count overhang as part...
2008-07-01 Juanma BarranqueroFix typos.
2008-07-01 Miles BaderImplement display-time wrap/line-prefix feature
2008-07-01 Glenn MorrisSet bug-reference-url-format.
2008-06-30 Kenichi Handa(fc_charset_table): New member lang.
2008-06-30 Chong Yidong* xfaces.c (Finternal_merge_in_global_face): If default...
2008-06-29 Jason Rumney*** empty log message ***
2008-06-29 Kenichi Handa(Finternal_char_font): Return font-object instead of...
2008-06-29 Stefan Monnier(Fvertical_motion): Properly handle float column arg.
2008-06-28 Jason Rumney* w32term.c (pfnGetFontUnicodeRanges): Remove unused...
2008-06-27 Jason Rumney* w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
2008-06-27 Dan Nicolaescu(USG_SHARED_LIBRARIES): Remove duplicate definition.
2008-06-27 Dan NicolaescuFix previous change: keep the correct branch of a
2008-06-26 Juanma BarranqueroRemove unneeded -Defines in the compiler command line...
2008-06-26 Jason Rumney* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
2008-06-26 Chong Yidong* xdisp.c (extend_face_to_end_of_line): Fix last change.
next