- 04 Apr, 2008 3 commits
-
-
Stefan Monnier authored
(Fundo_boundary): Set them. (syms_of_undo): Initialize them. (record_point): Use them instead of last_point_position*. (last_undo_buffer): Change type.
-
Jason Rumney authored
-
Jason Rumney authored
-
- 03 Apr, 2008 6 commits
-
-
Stefan Monnier authored
buffer with byte-size of source buffer.
-
Chong Yidong authored
when shift-select-mode is off.
-
Jason Rumney authored
-
Jason Rumney authored
dependencies. (w32uniscribe.$(O)): New file to build. (FONT_OBJ): Include w32uniscribe.$(O). (LIBS): Add uniscribe libraries.
-
Kenichi Handa authored
(CATEGORY_MASK_UTF_16): Likewise. (detect_coding_utf_16): Add heuristics to reject utf-16 for a binary file. (detect_coding): Add null-byte detection for a binary file. (detect_coding_system): Likewise.
-
Jason Rumney authored
-
- 02 Apr, 2008 2 commits
-
-
Chong Yidong authored
* keyboard.c (command_loop_1): Don't change the value of transient-mark-mode; this is now handled by handle-shift-selection.
-
Chong Yidong authored
(Finteractive): Document new ^ spec. (Fcall_interactively): Call handle-shift-selection if the ^ spec is present. * keyboard.c (Vthis_command_keys_shift_translated): New var. (command_loop_1): Avoid running the direct display versions of forward-char and backward-char if shift-selection may occur. Don't change the value of transient-mark-mode; this is now handled by handle-shift-selection. (read_key_sequence): Set Vthis_command_keys_shift_translated if shift-translation takes place. * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to avoid clobbering by define-minor-mode. * cmds.c (Fforward_char, Fbackward_char, Fforward_line) (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec. * syntax.c (Fforward_word): Add ^ interactive spec. * window.c (Fscroll_up, Fscroll_down, Fscroll_left) (Fscroll_right): Add ^ interactive spec.
-
- 01 Apr, 2008 4 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Glenn Morris authored
-
Stefan Monnier authored
-
- 31 Mar, 2008 1 commit
-
-
Juri Linkov authored
-
- 30 Mar, 2008 2 commits
-
-
Jan Djärv authored
(xg_resize_outer_widget): Removed (x_wm_size_hint_off): Fix indentation. (xg_frame_set_char_size): Call flush_and_sync after gtk_window_resize. (x_wm_set_size_hint): Pass NULL as geometry window to gtk_window_set_geometry_hints due to Gtk+ bug nr 68668. Add menu bar and tool bar height to base height. (xg_update_frame_menubar, free_frame_menubar) (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback) (update_frame_tool_bar, free_frame_tool_bar): Change xg_resize_outer_widget to xg_frame_set_char_size.
-
Michael Albinus authored
(Fdbus_call_method): New parameter TIMEOUT. (dbus-send-signal): Optimize UNGCPRO call.
-
- 29 Mar, 2008 4 commits
-
-
Juri Linkov authored
Vsplit_window_preferred_function out of conditions that check if window is eligible for vertical splitting. When Vsplit_window_preferred_function is non-nil, call it and use its non-nil return value as window. Otherwise, continue doing vertical splitting using Fsplit_window with arg horflag=nil. (syms_of_window) <Vsplit_window_preferred_function>: Change the default value from `split-window' to nil.
-
Juri Linkov authored
for interactive code letters 'b' and 'B'.
-
Eli Zaretskii authored
-
Stefan Monnier authored
(timer_check): Run it. (syms_of_keyboard): Initialize it. * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions) (Vdelete_terminal_functions): New vars. (syms_of_terminal): Initialize them. (Fdelete_terminal): Run delete-terminal-functions. * xdisp.c (safe_eval): Rewrite. (safe_call2): New fun. * frame.c (Qdelete_frame_functions): New var. (syms_of_frame): Initialize it. (Fdelete_frame): Use it and use safe_call2 and pending_funcalls. * lisp.h (safe_call2, pending_funcalls): Declare.
-
- 28 Mar, 2008 1 commit
-
-
Andreas Schwab authored
-
- 27 Mar, 2008 5 commits
-
-
Stefan Monnier authored
(struct frame): Use bit fields for boolean vars.
-
Stefan Monnier authored
(emacs_get_tty_pgrp): Use SDATA.
-
Stefan Monnier authored
-
Jason Rumney authored
-
Kenichi Handa authored
registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
-
- 26 Mar, 2008 6 commits
-
-
Chong Yidong authored
operations, to avoid having the difference between pointers overflow.
-
Stefan Monnier authored
(scan_for_column): Use it.
-
Stefan Monnier authored
most-negative-fixnum as constants.
-
Stefan Monnier authored
-
Stefan Monnier authored
Merge with the same code from Fmove_to_column. (current_column_1, Fmove_to_column): Use it.
-
Juanma Barranquero authored
-
- 25 Mar, 2008 5 commits
-
-
Stefan Monnier authored
(map_keymap): Use it. (Fmap_keymap_internal): New fun. (Fmap_keymap): Remove left-out test from before make_save_value.
-
Stefan Monnier authored
Remove `sort-first' argument. * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
-
Stefan Monnier authored
-
Stefan Monnier authored
* process.c (QCfilter_multibyte): Remove. (setup_process_coding_systems): Don't use filter_multibyte. (Fstart_process, Fmake_network_process): Don't set filter_multibyte. (read_process_output): Don't adjust multibyteness to filter_multibyte. (Fset_process_filter_multibyte): Change the coding-system to approximate the previous behavior. (Fprocess_filter_multibyte_p): Get the multibyteness straight from the coding-system.
-
Stefan Monnier authored
obey the coding system's preference of (uni|multi)byte.
-
- 24 Mar, 2008 1 commit
-
-
Stefan Monnier authored
every char is changed and has a different byte-length. (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word): Fix int -> EMACS_INT.
-