Reformat copyright line.
[bpt/emacs.git] / src /
2010-01-16 Eli ZaretskiiReformat copyright line.
2010-01-16 Andreas SchwabUpdate $(lisp) and $(shortlisp) to match changes in...
2010-01-16 Stefan Monnier(x_term_init): Instead of inhibiting GC while running...
2010-01-15 Jan DjärvTake desktop panels into account when sizing frames...
2010-01-15 Kenichi Handafrom trunk
2010-01-15 Kenichi Handafrom trunk
2010-01-15 Kenichi Handaxdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Caller...
2010-01-15 Chong YidongFix Qnone definition in NS files.
2010-01-14 Juanma BarranqueroFix typos in comments.
2010-01-14 Juanma BarranqueroFix typos in ChangeLogs and NEWS files.
2010-01-14 Kenichi HandaFix handling of euc-xx coding systems.
2010-01-14 Kenichi Handafrom trunk
2010-01-14 Kenichi HandaMake auto-composition work on all buffers even if they...
2010-01-13 Chong YidongFix gc bug in terminal allocation.
2010-01-13 Juanma BarranqueroFix typos in comments and ChangeLogs.
2010-01-13 Glenn MorrisAdd 2010 to copyright years.
2010-01-13 YAMAMOTO MitsuharuCall SIGNAL_THREAD_CHECK from signal handlers.
2010-01-13 Stefan MonnierTry to fix bug#5314. This is probably not the final...
2010-01-13 Kenichi Handamerge trunk
2010-01-13 Kenichi HandaDisplay buffer name, etc. in mode line by composing...
2010-01-12 YAMAMOTO Mitsuharu* keyboard.c (read_char): Don't apply previous change...
2010-01-12 Jan Djärvkeyboard.c (read_char): Return after executing from...
2010-01-12 Glenn MorrisReplace emacs-pretest-bug with bug-gnu-emacs mailing...
2010-01-11 Chong Yidong* nsterm.m: Use DEFSYM for last change.
2010-01-11 Chong Yidong* nsterm.m (syms_of_nsterm): Initialize Qcontrol etc...
2010-01-11 YAMAMOTO Mitsuharu* xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT &&...
2010-01-09 Chong YidongFix bounds checking for text properties in `format...
2010-01-09 Chong YidongFix for Bug#4113.
2010-01-09 Chong Yidong* xdisp.c (pos_visible_p): Check for invisible text...
2010-01-09 Eli Zaretskiieditfns.c (Ffloat_time): Doc fix.
2010-01-09 Jan Djärv(Fx_create_frame): Don't create frame larger than displ...
2010-01-09 YAMAMOTO MitsuharuMake line<->pixel_y conversion macros aware of native...
2010-01-08 Eli ZaretskiiFix format.
2010-01-08 Jan DjärvFrame width was not updated in fullscreen when scroll...
2010-01-06 Jan DjärvMerge from trunk
2010-01-06 Jan DjärvForgot one.
2010-01-06 Jan DjärvFix slowdown and wrong font choosed by XSETTINGS change...
2010-01-06 Chong YidongNS fixes for Bug#3233.
2010-01-06 Jan DjärvMerge from trunk
2010-01-06 Jan DjärvFixing user-spec for fonts instead of using name.
2010-01-06 Jan Djärvxterm.c (x_clear_frame): Queue draw for scroll bars.
2010-01-06 Jan Djärvxterm.c (x_clear_frame): Queue draw for scroll bars.
2010-01-05 Jan DjärvMerge from mainline.
2010-01-05 Jan DjärvRemove fprintf
2010-01-05 Jan DjärvHandle change of internal-border width when maximized.
2010-01-05 Chong Yidong* keyboard.c (read_key_sequence): Catch keyboard switch...
2010-01-05 Kenichi Handafontset.c (fontset_find_font): Fix getting the frame...
2010-01-04 Stefan Monnier(xd_remove_watch): Avoid trying to convert a void* to
2010-01-03 Michael Albinus* dbusbind.c (xd_add_watch): Improve debug message.
2010-01-01 Chong YidongFix buffer overflow in ns_get_color.
2010-01-01 Chong Yidong* src/lread.c (syms_of_lread): Make it clearer that...
2010-01-01 Chong Yidong* eval.c (run_hook_with_args): Handle the case where...
2009-12-29 Juanma BarranqueroFix typos in ChangeLogs.
2009-12-29 Juanma Barranqueroprocess.c: Fix typo in comment.
2009-12-28 Kenichi HandaAdd new entries to ChangeLog
2009-12-28 Kenichi Handa*** empty log message ***
2009-12-27 Chong Yidong* minibuf.c (Fall_completions): Minor optimization.
2009-12-26 Eli Zaretskii(pitx) Fix last change.
2009-12-26 Eli Zaretskii(pgx): Fix display of composite glyphs. Display cmp...
2009-12-25 Kenichi Handa(command_loop_1): Fix previous change.
2009-12-25 Kenichi Handa(composition_adjust_point): Update prototype.
2009-12-25 Kenichi Handa(composition_reseat_it): Don't make a composition
2009-12-25 Kenichi Handa(command_loop_1): Force redisplay if the last point
2009-12-24 Stefan Monnier(Fsave_excursion): Mention save-current-buffer in the...
2009-12-19 Eli Zaretskii(pitx): Don't use enum names, use their values. Remove...
2009-12-19 Eli Zaretskii($(BLD)/cmds.$(O)): Depend on frame.h.
2009-12-19 Eli Zaretskii(alloc.o): Fix last change.
2009-12-19 Eli ZaretskiiUpdate dependencies in Makefile.in.
2009-12-19 Andreas Schwab(Fclear_font_cache): Pass correct cache argument to
2009-12-17 Andreas Schwab(prefix-args${EXEEXT}): Don't compile prefix-args.c
2009-12-15 Chong YidongMinor tweak to last change.
2009-12-15 Chong Yidong* xdisp.c (decode_mode_spec): Inhibit garbage collectio...
2009-12-15 Michael Albinus* dbusbind.c (xd_retrieve_arg): Reorder declarations...
2009-12-14 Kenichi Handa(decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
2009-12-13 Jan DjärvSet the extended window manager hint for tooltip windows.
2009-12-13 Jan DjärvWork around warning about g_set_prgname() called multip...
2009-12-13 Jan DjärvBug 5177: Scroll bar thumb did not move when scrolling...
2009-12-13 Jan Djärvxftfont.c: Parse symbolic names for constants also.
2009-12-12 Jan DjärvFix typo.
2009-12-12 Jan DjärvDPI might get set to 0 if we saw some Xsettings, but...
2009-12-12 Eli Zaretskii(struct text_pos): Use EMACS_INT;
2009-12-12 Jan Djärvgtkutil.c: Scroll bar thumb not updated properly (bug...
2009-12-12 Kenichi Handa(struct ftfont_info): New member matrix.
2009-12-12 Kenichi Handa(struct xftfont_info): New member matrix.
2009-12-09 Andreas Schwab* xsettings.c: Include "keyboard.h".
2009-12-09 Andreas Schwab(xg_tool_bar_proxy_help_callback): Fix missing return.
2009-12-09 Andreas Schwab* cmds.c: Include "frame.h".
2009-12-09 Chong Yidong* configure.in: Allow compiling Emacs with GTK on Cygwin.
2009-12-07 Andreas Schwab(unexec): Don't search for .data twice.
2009-12-05 Chong Yidong* xdisp.c (push_display_prop): Don't set avoid_cursor_p...
2009-12-05 Chong YidongMinor doc fix.
2009-12-05 Chong Yidong* xfaces.c (Fx_family_fonts): Handle 2009-07-14 change...
2009-12-05 Chong YidongFix a comment and delete trailing whitespace.
2009-12-05 Eli Zaretskii(next_element_from_ellipsis): Fix a typo in the commentary.
2009-12-05 Eli Zaretskii(next_element_from_display_vector): Fix a typo in the...
2009-12-04 Juanma BarranqueroFix `string-to-number' to deal consistently with intege...
2009-12-04 Eli Zaretskii(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused...
2009-12-03 Eli Zaretskii(lisp, shortlisp): Replace indian.el with indian.elc.
2009-12-03 Stefan Monnier(Fmake_network_process): Fix up the tests for
2009-12-03 Stefan Monnier(Qseqpacket): New symbol.
next