- 16 Jan, 2010 4 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* src/emacs.c (standard_args): Adjust arg priorities to reflect how they are processed in startup.el. * lisp/startup.el (command-line): Remove unused --icon-type arg. Handle --display arg, passing it to command-line-1 (Bug#5392).
-
Andreas Schwab authored
* Makefile.in (lisp, shortlisp): Update.
-
Stefan Monnier authored
code, link the new kboard into all_kboard before running Lisp code, and protect the new terminal with GCPRO (Bug#5365). (x_term_init): Remove unused var `atom'. (x_delete_display, x_delete_terminal): Remove unused var `i'.
-
- 15 Jan, 2010 3 commits
-
-
Jan Djärv authored
xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea to find out usable size of the desktop. Don't make frames larger than this. Bug #3643.
-
Kenichi Handa authored
-
Chong Yidong authored
* nsterm.m (Qnone): Define here. * nsfns.m (Qnone): Move definition to nsterm.m.
-
- 14 Jan, 2010 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 13 Jan, 2010 4 commits
-
-
Chong Yidong authored
* xterm.c (x_term_init): Avoid garbage-collecting the new terminal during call to vendor-specific-keysyms (Bug#5365).
-
YAMAMOTO Mitsuharu authored
* keyboard.c (input_available_signal) [SYNC_INPUT]: Call SIGNAL_THREAD_CHECK (Bug#5333). * atimer.c (alarm_signal_handler) [!SYNC_INPUT]: Call SIGNAL_THREAD_CHECK.
-
Stefan Monnier authored
* buffer.c (Fset_buffer_modified_p): Try and be careful not to modify recent-auto-save-p as a side-effect. * buffer.h (BUF_AUTOSAVE_MODIFF): New macro. * buffer.c (Fkill_buffer, reset_buffer): * editfns.c (Fsubst_char_in_region): * fileio.c (Finsert_file_contents, Fdo_auto_save) (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
-
Kenichi Handa authored
-
- 12 Jan, 2010 3 commits
-
-
YAMAMOTO Mitsuharu authored
buffer is unchanged by command execution.
-
Jan Djärv authored
-
Glenn Morris authored
See http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00758.html * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * mail/emacsbug.el (report-emacs-bug-pretest-address): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * trouble.texi (Checklist): Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions.
-
- 11 Jan, 2010 2 commits
-
-
Chong Yidong authored
initializing the Lisp variables that depend on them.
-
YAMAMOTO Mitsuharu authored
Clear areas that will not be updated after change of menu bar lines. Clear the menu bar window's current matrix when the window gets empty.
-
- 09 Jan, 2010 6 commits
-
-
Chong Yidong authored
* intervals.h, textprop.c (extend_property_ranges): Return value and args changed. Discard properties that begin at or after the new end (Bug#5306). * editfns.c (Fformat): Caller changed.
-
Chong Yidong authored
* nsterm.m (ns_set_default_prefs): Delete function. (syms_of_nsterm): Initialize ns_command_modifier, ns_control_modifier, ns_function_modifier, ns_antialias_text, and ns_antialias_threshold here, not in ns_term_init (Bug#4113).
-
Chong Yidong authored
-
Eli Zaretskii authored
-
Jan Djärv authored
-
YAMAMOTO Mitsuharu authored
They are placed above the internal border. This supersedes special treatment of native tool bars in the display code. This fixes wrong display position of native menu bars and bogus mouse highlighting of native tool bars, both of which can be found when internal border width is large. Also it fixes wrong flashed part on visible bell with native menu bars. * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro. (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo windows above internal border. * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros. (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo windows above internal border. * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat tool bar windows specially. * xfns.c (x_set_tool_bar_lines): Take account of menu bar height. * xterm.c (x_after_update_window_line): Don't treat tool bar windows specially. (XTflash): Take account of menu bar height. * w32term.c (x_after_update_window_line): Don't treat tool bar windows specially.
-
- 08 Jan, 2010 2 commits
-
-
Eli Zaretskii authored
-
Jan Djärv authored
(change_frame_size_1): newwidth == FRAME_COLS (f) must also be true before we can return early (bug #5339).
-
- 06 Jan, 2010 4 commits
-
-
Jan Djärv authored
-
Jan Djärv authored
* font.c (font_open_entity): Enable chache and call cached_font_ok for the driver if defined. (QCuser_spec): New symbol. (font_spec_from_name): Save name as user-spec. (font_load_for_lface): Keep user-spec instead of name. (font_open_by_name): Save name as user-spec. (syms_of_font): Initialize QCuser_spec. * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters. (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New. (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok. * font.h (struct font_driver): Add cached_font_ok. * font-setting.el (font-setting-change-default-font): Use user-spec instead of name.
-
Chong Yidong authored
* nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. (Fns_display_usable_bounds): Rewrite, computing bounds properly (Bug#3233).
-
Jan Djärv authored
-
- 05 Jan, 2010 3 commits
-
-
Jan Djärv authored
* xterm.c (x_new_font): Move code for setting rows/cols before resizing ... (x_set_window_size): ... to here. bug #2568. * gtkutil.c (xg_clear_under_internal_border): New function. (xg_frame_resized, xg_frame_set_char_size): Call xg_clear_under_internal_border. (xg_update_scrollbar_pos): Clear under old scroll bar position.
-
Chong Yidong authored
making a new tty frame (Bug#5095).
-
Kenichi Handa authored
-
- 04 Jan, 2010 1 commit
-
-
Stefan Monnier authored
Lisp_Object, preferring to convert a lisp_Object to a void* instead. (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
-
- 03 Jan, 2010 1 commit
-
-
Michael Albinus authored
(xd_remove_watch): Improve debug message. If DATA is the session bus, unset D-Bus session environment. (Fdbus_init_bus): Pass the bus as argument to dbus_connection_set_watch_functions. (Bug#5283)
-
- 01 Jan, 2010 3 commits
-
-
Chong Yidong authored
* nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
-
Chong Yidong authored
names of loaded files (Bug#5068). * doc/lispref/loading.texi (Where Defined): Make it clearer that these are loaded files (Bug#5068).
-
Chong Yidong authored
value has the obsolete single-function form (Bug#5026).
-
- 29 Dec, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 28 Dec, 2009 1 commit
-
-
Kenichi Handa authored
-