]> code.delx.au - gnu-emacs/history - src
ibuffer: Fix issue with ERC scroll-to-bottom (Bug #858).
[gnu-emacs] / src /
2008-10-07 Chong Yidong(xg_display_open): Reset default display if none exists.
2008-10-07 Chong Yidong* gtkutil.c (xg_display_open): Reset default display...
2008-10-07 Andreas SchwabAdd comment for last change.
2008-10-06 Andreas Schwab(sys_signal): Always set SA_RESTART when
2008-10-06 Chong Yidong(Vbefore_init_time, Vafter_init_time): Declare.
2008-10-06 Chong Yidong(x_wm_set_size_hint): Return immediately if called...
2008-10-06 Chong Yidong(Vbefore_init_time, Vafter_init_time): Moved from start...
2008-10-06 Chong Yidong* emacs.c (Vbefore_init_time, Vafter_init_time): Moved...
2008-10-04 Glenn MorrisFix case of "GNUstep".
2008-10-04 Eli Zaretskii(update_frame): Flush termscript for MSDOS frames as...
2008-10-04 Eli Zaretskii(redisplay_internal): If frame switched, redisplay...
2008-10-04 Eli Zaretskii(init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames...
2008-10-04 Eli Zaretskii(EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
2008-10-04 Eli Zaretskii(change_frame_size_1): Set FrameRows and FrameCols...
2008-10-04 Adrian Robert* menu.c (find_and_return_menu_selection) Add cast.
2008-10-03 Adrian Robert* menu.c (find_and_return_menu_selection) Add cast.
2008-10-03 Adrian Robert* image.c (x_clear_image_1): Under NS, call ns_free_ind...
2008-10-03 Glenn Morris(USAGE1): Add --daemon.
2008-10-02 Eli Zaretskii(procfs_system_process_attributes): Multiply `pcpu...
2008-10-02 Adrian Robert* nsterm.h (ns_cursor_types, ns_output.desired_cursor_c...
2008-10-02 Martin Rudalics(Faccept_process_output): Fix doc-string.
2008-10-02 Dan Nicolaescu* gmalloc.c (__sbrk): Also define for uClibc.
2008-10-01 Adrian Robert* nsfont.m (nsfont_spec_to_traits): Use UnXX masks...
2008-10-01 Kenichi Handa(font_matching_entity): Reflect ATTRS in font selection.
2008-10-01 Juanma BarranqueroFix typos.
2008-09-30 Stefan Monnier(Fsend_string_to_terminal): Don't try to send a string...
2008-09-30 Michael Albinus* dbusbind.c (xd_signature): Use strcat instead of...
2008-09-30 Eli Zaretskii(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
2008-09-30 Chong Yidong(move_it_to): Don't advance the iterator if the last...
2008-09-30 Chong Yidong* xdisp.c (move_it_to): Don't advance the iterator...
2008-09-30 Adrian Robert* nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_li...
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-29 Andreas Schwab(syms_of_keyboard) <input-decode-map>: Doc fix.
2008-09-28 Martin Rudalics(Fchar_resolve_modifiers): Rewrite Elisp function
2008-09-28 Dan Nicolaescu(init_display): Return earlier when running as a
2008-09-27 Adrian Robert* nsfont.m (nsfont_draw): Fix up composition rendering.
2008-09-27 Eli Zaretskii(Fcomposition_get_gstring, Fcompose_region_internal...
2008-09-27 Eli Zaretskii(struct glyph) <union cmp>: Fix a typo in a comment.
2008-09-27 Eli Zaretskii(encode_terminal_code): Fix a typo in a comment.
2008-09-25 Chong Yidong(wordify): New argument for lax word-ends.
2008-09-25 Chong Yidong* search.c (wordify): New argument for lax word-ends.
2008-09-24 Dan Nicolaescu* lisp.h (is_daemon): Declare.
2008-09-24 Juanma BarranqueroFix previous changes.
2008-09-24 Juanma BarranqueroFix typos.
2008-09-22 Chong Yidong(compute_tip_xy): Use x_display_pixel_width and
2008-09-22 Chong Yidong* nsfns.m (compute_tip_xy): Use x_display_pixel_width and
2008-09-22 Martin Rudalics(record_point): Don't call Fundo_boundary for first
2008-09-22 Juanma Barranquero* emacs.c (Fdaemonp): Doc fix.
2008-09-22 Dan Nicolaescu(main): Place #ifdef.in the proper place.
2008-09-21 Dan Nicolaescu* emacs.c (standard_args): Add --daemon.
2008-09-20 Glenn Morris(Qdelete_by_moving_to_trash): New Lisp_Object.
2008-09-20 Chong Yidong(get_next_display_element): Handle string display corre...
2008-09-20 Chong Yidong* xdisp.c (get_next_display_element): Handle string...
2008-09-20 Glenn Morris(Frename_file): Avoid copying to trash if a rename...
2008-09-20 Eli Zaretskii(Fset_quit_char, Fset_input_meta_mode, Fset_output_flow...
2008-09-19 Eli Zaretskii(procfs_system_process_attributes): Fix last change.
2008-09-19 Eli Zaretskii(procfs_system_process_attributes): Fix cmdline in...
2008-09-19 Eli Zaretskii(x_wm_set_size_hint): Use x_display_pixel_width and...
2008-09-19 Juanma Barranquero* frame.c (x_fullscreen_adjust): Declare var as Display...
2008-09-19 Dan Nicolaescu(struct it): Move line_wrap away from the middle of
2008-09-19 Dan Nicolaescu*** empty log message ***
2008-09-19 Dan Nicolaescu* frame.h (struct frame): Move alpha from the middle...
2008-09-18 Chong Yidong* xterm.h (x_display_info): Remove `height' and `width...
2008-09-18 Chong Yidong(x_display_pixel_height, x_display_pixel_width): New...
2008-09-18 Chong Yidong(ns_display_info): Remove `height' and `width' members.
2008-09-18 Chong Yidong(x_display_pixel_height, x_display_pixel_width): New...
2008-09-18 Chong Yidong(w32_display_info): Remove `height', `width', `height_i...
2008-09-18 Chong Yidong(x_fullscreen_adjust): Use x_display_pixel_height and
2008-09-18 Chong Yidong(menu_position_func): Use x_display_pixel_height and
2008-09-18 Chong Yidong(Fx_display_pixel_width, Fx_display_pixel_height)
2008-09-18 Chong Yidong(x_display_pixel_height, x_display_pixel_width): New...
2008-09-18 Chong Yidong(x_display_info): Remove `height' and `width' members.
2008-09-18 Kenichi Handa(fill_gstring_header): Don't check FROM and TO here.
2008-09-17 Stefan Monnier(Fcomposition_get_gstring): Yet another int/Lisp_Oject...
2008-09-17 Chong YidongMinor fix to last change.
2008-09-17 Chong Yidong(Fvertical_motion): Use position reported by iterator
2008-09-17 Chong Yidong* indent.c (Fvertical_motion): Use position reported...
2008-09-17 Romain Francoise(composition_adjust_point): Fix int/EMACS_INT mixup.
2008-09-17 Kenichi Handa(ftfont_shape_by_flt): Downcase family name.
2008-09-17 Kenichi Handa(Fcomposition_get_gstring): Make bigger gstring_work...
2008-09-16 Kenichi Handa*** empty log message ***
2008-09-16 Kenichi Handa(make_conversion_work_buffer): Avoid calling
2008-09-15 Martin Rudalics(Fselect_window): Don't update window_select_count and
2008-09-14 Kenichi Handa(Finsert_file_contents): Delete incorrect decrement...
2008-09-12 Kenichi Handa*** empty log message ***
2008-09-12 Kenichi Handa(scan_for_column): Don't handle automatic composition...
2008-09-12 Kenichi Handa(find_automatic_composition): Fix previous change.
2008-09-12 Kenichi Handa(compose-gstring-for-graphic): Fix previous change.
2008-09-12 Kenichi Handa(composition_reseat_it): If the current buffer is
2008-09-12 Stefan Monnier* term.c (close_gpm): New fun extracted from Fgpm_mouse...
2008-09-12 Stefan Monnier(set_window_buffer): Always preserve current-buffer.
2008-09-12 Glenn Morris(init_charset): Warn if etc/charsets not found. (Bug...
2008-09-11 Glenn Morris(charset-map-path): Doc fix.
2008-09-10 Kenichi Handa(handle_composition_prop): Set it->cmp_it.ch to -1.
2008-09-10 Kenichi Handa(composition_compute_stop_pos): Reset cmp_it->id to...
2008-09-10 Kenichi Handa(Ffont_shape_gstring): Make glyphs of non-nil adjustment
2008-09-10 Glenn Morris(character.o, chartab.o): Fix config.h typo.
2008-09-10 Kenichi Handa(composition_compute_stop_pos): Fix previous change.
2008-09-09 Chong Yidong(read_key_sequence): Reapply translation maps when...
2008-09-09 Chong Yidong* keyboard.c (read_key_sequence): Reapply translation...
next