aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.Eli Zaretskii2008-10-101-0/+4
|
* (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed away code.Eli Zaretskii2008-10-091-0/+5
|
* * dispnew.c (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-0/+5
| | | | overhangs (bug#1070).
* (face_for_char): If face->fontset is negative, just return ascii_face.Kenichi Handa2008-10-091-0/+8
|
* (Fraise_frame): On text-only terminals select frame inMartin Rudalics2008-10-091-0/+5
| | | | order to make it visible. (Bug#1061)
* * fontset.c (fontset_find_font): Check frame validity.Chong Yidong2008-10-081-0/+4
|
* * gtkutil.c (xg_display_open): Reset default display if none exists.Chong Yidong2008-10-071-0/+6
| | | | (xg_display_close): Allow Emacs to close all displays (bug#985).
* (sys_signal): Always set SA_RESTART whenAndreas Schwab2008-10-061-0/+5
| | | | noninteractively.
* * emacs.c (Vbefore_init_time, Vafter_init_time): Moved fromChong Yidong2008-10-061-0/+10
| | | | | | | | | startup.el. * lisp.h: (Vbefore_init_time, Vafter_init_time): Declare. * gtkutil.c (x_wm_set_size_hint): Return immediately if called during initialization.
* Fix case of "GNUstep".Glenn Morris2008-10-041-3/+3
|
* (update_frame): Flush termscript for MSDOS frames as well as for TTY.Eli Zaretskii2008-10-041-0/+8
| | | | | (Fopen_termscript): Allow opening a termscript on MSDOS frames as well as on a TTY.
* (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY.Eli Zaretskii2008-10-041-0/+3
|
* (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.Eli Zaretskii2008-10-041-0/+2
|
* (change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well.Eli Zaretskii2008-10-041-0/+5
|
* * menu.c (find_and_return_menu_selection) Add cast.Adrian Robert2008-10-031-0/+1
|
* * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with ↵Adrian Robert2008-10-031-0/+5
| | | | correct arguments.
* (USAGE1): Add --daemon.Glenn Morris2008-10-031-0/+4
|
* (procfs_system_process_attributes): Multiply `pcpu' by 100, so it's inEli Zaretskii2008-10-021-0/+5
| | | | percents as advertised.
* * nsterm.h (ns_cursor_types, ↵Adrian Robert2008-10-021-0/+22
| | | | ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
* (Faccept_process_output): Fix doc-string.Martin Rudalics2008-10-021-0/+4
|
* * gmalloc.c (__sbrk): Also define for uClibc.Dan Nicolaescu2008-10-021-0/+7
| | | | | * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition for uClibc.
* * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal ↵Adrian Robert2008-10-011-0/+6
| | | | styles. (nsfont_open): Reenable the cache.
* (font_matching_entity): Reflect ATTRS in font selection.Kenichi Handa2008-10-011-0/+5
| | | | (font_find_for_lface) [HAVE_NS]: Don't ignore case.
* Fix typos.Juanma Barranquero2008-10-011-8/+8
|
* (Fsend_string_to_terminal): Don't try to send a string to a suspended terminal.Stefan Monnier2008-09-301-4/+7
|
* * dbusbind.c (xd_signature): Use strcat instead of sprintf.Michael Albinus2008-09-301-0/+4
|
* (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.Eli Zaretskii2008-09-301-0/+4
|
* * xdisp.c (move_it_to): Don't advance the iterator if the last tabChong Yidong2008-09-301-0/+5
| | | | in a continued line coincides with a line beginning.
* * nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list ↵Adrian Robert2008-09-301-0/+7
| | | | rather than a vector (syncs with Handa changes of 2008-05-14). (nsfont_open): Improve logging.
* (syms_of_keyboard) <input-decode-map>: Doc fix.Andreas Schwab2008-09-291-0/+4
|
* (Fchar_resolve_modifiers): Rewrite Elisp functionMartin Rudalics2008-09-281-0/+6
| | | | | name as char-resolve-modifiers. Reported by: Markus Triska <markus.triska@gmx.at>
* (init_display): Return earlier when running as aDan Nicolaescu2008-09-281-0/+5
| | | | daemon.
* * nsfont.m (nsfont_draw): Fix up composition rendering.Adrian Robert2008-09-271-0/+5
|
* (Fcomposition_get_gstring, Fcompose_region_internal, Fcompose_string_internal)Eli Zaretskii2008-09-271-0/+9
| | | | | | | (Ffind_composition_internal): Doc fix. (syms_of_composite) <compose-chars-after-function>: Doc fix. (syms_of_composite) <auto-composition-function>: Doc fix. (syms_of_composite) <composition-function-table>: Doc fix.
* * search.c (wordify): New argument for lax word-ends.Chong Yidong2008-09-251-0/+5
| | | | (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
* * lisp.h (is_daemon): Declare.Dan Nicolaescu2008-09-241-0/+6
| | | | | * dispnew.c (init_display): Do not try to initialize the terminal when running as a daemon.
* Fix typos.Juanma Barranquero2008-09-241-43/+43
|
* * nsfns.m (compute_tip_xy): Use x_display_pixel_width andChong Yidong2008-09-221-0/+5
| | | | x_display_pixel_height.
* (record_point): Don't call Fundo_boundary for firstMartin Rudalics2008-09-221-0/+5
| | | | change. (Bug#731)
* * emacs.c (Fdaemonp): Doc fix.Juanma Barranquero2008-09-221-1/+5
|
* (main): Place #ifdef.in the proper place.Dan Nicolaescu2008-09-221-0/+4
|
* * emacs.c (standard_args): Add --daemon.Dan Nicolaescu2008-09-211-0/+8
| | | | | | | | | | | (main): Disconnect from the terminal when --daemon is passed. (is_daemon): New variable. (Fdaemonp): New function. (syms_of_emacs): Defsubr it. * startup.el (command-line): Start the server when in daemon mode. * cmdargs.texi (Initial Options): Document --daemon.
* (Qdelete_by_moving_to_trash): New Lisp_Object.Glenn Morris2008-09-201-1/+3
| | | | (syms_of_fileio): Add Qdelete_by_moving_to_trash.
* * xdisp.c (get_next_display_element): Handle string display correctlyChong Yidong2008-09-201-0/+5
| | | | when checking for the end of a box run.
* (Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964).Glenn Morris2008-09-201-0/+5
|
* (Fset_quit_char, Fset_input_meta_mode, Fset_output_flow_control)Eli Zaretskii2008-09-201-0/+8
| | | | | (Fcurrent_input_mode): Support MSDOS frames as well as termcap frames. (handle_interrupt): Remove "#ifndef MSDOS" around the call to get_named_tty.
* (procfs_system_process_attributes): Fix cmdline in case /proc/PID/cmdlineEli Zaretskii2008-09-191-0/+3
| | | | is empty.
* (x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.Eli Zaretskii2008-09-191-0/+5
|
* * frame.c (x_fullscreen_adjust): Declare var as Display_Info.Juanma Barranquero2008-09-191-0/+7
| | | | | * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height) (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
* (struct it): Move line_wrap away from the middle ofDan Nicolaescu2008-09-191-0/+6
| | | | | bitfields. Move voffset in struct iterator_stack_entry after the bitfields. Move tab_width near after another short.