bpt/emacs.git
13 years agomm-decode.el (mm-inline-media-tests): Add text/x-sh.
Julien Danjou [Thu, 20 Jan 2011 23:43:27 +0000 (23:43 +0000)]
mm-decode.el (mm-inline-media-tests): Add text/x-sh.
gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather than mm-insert-inline to insert inline part: this respect mm-inline-media-tests displayers.
mm-view.el (mm-display-shell-script-inline): New function.
mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
mm-uu.el (mm-uu-type-alist): Add org block.
 (mm-uu-org-src-code-block-extract): New function.
mm-view.el (mm-display-org-inline): New function.
mm-decode.el (mm-automatic-display): Add text/org.
mailcap.el (mailcap-mime-extensions): Add .org.

13 years agoDon't mess with *temp*.
Stefan Monnier [Thu, 20 Jan 2011 22:36:12 +0000 (17:36 -0500)]
Don't mess with *temp*.
* lisp/obsolete/spell.el: Move from textmodes/spell.el.
(spell-string):
* lisp/term.el (term-read-input-ring):
* lisp/startup.el (display-startup-echo-area-message):
* lisp/progmodes/antlr-mode.el (antlr-directory-dependencies):
* lisp/gnus/message.el (message-mailer-swallows-blank-line):
* lisp/comint.el (comint-read-input-ring): Use with-temp-buffer.
* lisp/international/mule.el (ctext-pre-write-conversion):
Don't hardcode point-min==1.
* lisp/gnus/mm-util.el (mm-find-buffer-file-coding-system): Don't forget to
kill the temp buffer.

13 years ago(allout-institute-keymap): Use fset instead of reapplying defalias.
Ken Manheimer [Thu, 20 Jan 2011 21:57:15 +0000 (16:57 -0500)]
(allout-institute-keymap): Use fset instead of reapplying defalias.

(allout-hotspot-key-handler): Check for non-control-modified bindings for
hotspot characters if there is no control-modified versions.

13 years agoallout.el: Summary - migrate to defining allout mode using
Ken Manheimer [Thu, 20 Jan 2011 18:13:30 +0000 (13:13 -0500)]
allout.el: Summary - migrate to defining allout mode using
define-minor-mode instead of defun.  Significantly clean-up internal keymap
provisions, refactoring a bit and removing a lot of accumulated cruft.

allout-mode-map is now a keymap by virtue of being an defalias to
allout-mode-map-value, which contains the actual keymap structure.

(allout-mode): Use define-minor-mode rather than defun.  Remove
now-unnecessary minor-mode setup activities from the body.  Specify :keymap
as allout-mode-map so the minor-mode-map-alist entry will be
'(allout-mode . allout-mode-map) - see allout-mode-map-value, below.
Adjust docstring to track changes.
(allout-minor-mode): Remove this defalias, now that we're using
define-minor-mode.
(allout-mode-map): Set value to be 'allout-mode-map.  The actual keymap
is allout-mode-map-value, via defalias.
(allout-mode-map-value): The variable holding the actual mode keymap
structure, by virtue of defalias from allout-mode-map.
(allout-compose-and-institute-keymap): Renamed from allout-bind-keys, and
including the binding-composition functionality of the former
produce-allout-mode-map and allout-setup-mode-map.
(allout-institute-keymap): Take over the "setup" part of the former
allout-setup-mode-map.  Reassign allout-mode-map-value value and update the
defalias.
(allout-command-prefix) (allout-prefixed-keybindings)
(allout-unprefixed-keybindings): Use allout-compose-and-institute-keymap to
process the bindings.
(allout-unprefixed-keybindings): Remove extraneous '?' question marks.
(allout-prefixed-keybindings): Elide binding to (prefixed) \C-h - user can
customize if they want to use that binding.  Bind allout-copy-topic-as-kill
to (prefixed) \M-k.  Bind allout-up-current-level to (prefixed) \C-u.  (I
think i mistakenly elided that, previously, instead of the one for \C-h.)
(allout-hotspot-key-handler): Remove attempt to resolve the key through the
literal key-string lookup on allout-keybindings-list.  That probably hasn't
worked for a Long Time, and removal of allout-keybindings-list further
simplifies the keybindings situation.
(allout-pre-command-business): Use allout-mode-map-value instead of
allout-mode-map.
(allout-preempt-trailing-ctrl-h): Remove.  The user can customize the
bindings if they want to use a keybinding having a trailing \C-h.  No
deprecation needed since this feature was never in a release.
(allout-keybindings-list): Remove.  It's not been useful for a while.  (See
allout-hotspot-key-handler changes, above.)
(produce-allout-mode-map): Remove.  Consolidate into
allout-compose-and-institute-keymap.
(allout-mode-map-adjustments): Remove.  No longer necessary with removal of
allout-preempt-trailing-ctrl-h.
(allout-setup-mode-map): Remove.  Consolidate into
allout-compose-and-institute-keymap and allout-institute-keymap.

13 years ago* lisp/vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
Glenn Morris [Thu, 20 Jan 2011 07:17:22 +0000 (23:17 -0800)]
* lisp/vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.

13 years ago* src/unexmacosx.c: Add comment about include order.
Jan Djärv [Thu, 20 Jan 2011 06:43:04 +0000 (07:43 +0100)]
* src/unexmacosx.c: Add comment about include order.

13 years agoGive read-expression-history a doc.
Glenn Morris [Thu, 20 Jan 2011 06:40:36 +0000 (22:40 -0800)]
Give read-expression-history a doc.

* lisp/simple.el (read-expression-history): Remove, it's in minibuf.c.

* src/minibuf.c (syms_of_minibuf) <read-expression-history>:
Give it a doc string.
* src/globals.h: Add Vread_expression_history.

13 years agoGive kbd-macro-termination-hook a doc.
Glenn Morris [Thu, 20 Jan 2011 06:10:05 +0000 (22:10 -0800)]
Give kbd-macro-termination-hook a doc.

* src/macros.c (syms_of_macros) <kbd-macro-termination-hook>:
Give it a doc string.
* src/globals.h: Add Vkbd_macro_termination_hook.

13 years agoMerge: omit auto-generated aclocal.m4 from repository
Paul Eggert [Thu, 20 Jan 2011 05:02:52 +0000 (21:02 -0800)]
Merge: omit auto-generated aclocal.m4 from repository

13 years agoaclocal.m4: omit auto-generated file from repository
Paul Eggert [Thu, 20 Jan 2011 05:00:40 +0000 (21:00 -0800)]
aclocal.m4: omit auto-generated file from repository

13 years agoRevert changes adding format args to yes-or-no-p and y-or-n-p.
Chong Yidong [Thu, 20 Jan 2011 02:55:36 +0000 (21:55 -0500)]
Revert changes adding format args to yes-or-no-p and y-or-n-p.
See discussion on emacs-devel at
http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00388.html

* src/fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS.

* lisp/subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.

* lisp/files.el (find-alternate-file, basic-save-buffer)
(basic-save-buffer-2, revert-buffer, recover-file)
(kill-buffer-ask, abort-if-file-too-large)
(set-visited-file-name, write-file, backup-buffer)
(basic-save-buffer, save-some-buffers):
* lisp/dired-aux.el (dired-compress-file): Callers changed.

13 years agoMerge from mainline.
Paul Eggert [Wed, 19 Jan 2011 23:58:00 +0000 (15:58 -0800)]
Merge from mainline.

13 years agoMinor Makefile.in tweaks to build from gnulib better.
Paul Eggert [Wed, 19 Jan 2011 23:56:53 +0000 (15:56 -0800)]
Minor Makefile.in tweaks to build from gnulib better.

<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
* Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
(top_maintainer_clean): Don't remove aclocal.m4.

13 years ago* make-tarball.txt: Suggest 'autoreconf -I m4 --force'
Paul Eggert [Wed, 19 Jan 2011 23:56:42 +0000 (15:56 -0800)]
* make-tarball.txt: Suggest 'autoreconf -I m4 --force'

rather than doing rm and autoconf by hand.  See
<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.

13 years agoFix X11 compilation failure.
Paul Eggert [Wed, 19 Jan 2011 23:32:42 +0000 (15:32 -0800)]
Fix X11 compilation failure.

* globals.h (struct emacs_globals): Document f_Vselection_alist.
* xselect.c (Vselection_alist): Remove declaration, moving its
documentation to globals.h.  This fixes a compilation failure
induced by the earlier change to globals.h today.

13 years agognus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add...
Katsumi Yamaoka [Wed, 19 Jan 2011 22:35:53 +0000 (22:35 +0000)]
gnus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add-buttons.

13 years agognus-art.el (gnus-article-add-buttons): Simplify condition.
Gnus developers [Wed, 19 Jan 2011 22:22:18 +0000 (22:22 +0000)]
gnus-art.el (gnus-article-add-buttons): Simplify condition.
 (gnus-button-push): Remove gnus-button-entry function, it fails heavily if you have the same regexp several times.
 (gnus-button-push): Fix matching when regexp is symbol.
spam.el (spam-spamassassin-register-with-sa-learn): Insert a full From header with a date and "nobody" as the sender.

13 years ago* unexmacosx.c: Include config.h before unistd.h.
Jan Djärv [Wed, 19 Jan 2011 22:13:54 +0000 (23:13 +0100)]
* unexmacosx.c: Include config.h before unistd.h.

Fixes: debbugs:7859

13 years agoFix NextStep build problems with globals.h introducion.
Jan Djärv [Wed, 19 Jan 2011 22:11:33 +0000 (23:11 +0100)]
Fix NextStep build problems with globals.h introducion.

* src/globals.h (struct emacs_globals): Add f_ns_input_file,
f_ns_input_font, f_ns_input_fontsize, f_ns_input_line,
f_ns_input_color, f_ns_input_text, f_ns_working_text,
f_ns_input_spi_name, f_ns_input_spi_arg, f_ns_alternate_modifier,
f_ns_right_alternate_modifier, f_ns_command_modifier,
f_ns_right_command_modifier, f_ns_control_modifier,
f_ns_right_control_modifier, f_ns_function_modifier,
f_ns_antialias_text, f_ns_confirm_quit, f_Vns_icon_type_alist,
f_Vns_version_string, f_Vns_sent_selection_hooks,
f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script
and corresponding defines.

* src/nsfns.m (Vmenu_bar_mode, Vtool_bar_mode): Remove declaration.
(Vns_icon_type_alist, Vns_version_string): Move to globals.h.
(syms_of_nsfns): Remove & from DEFVAR_LISP calls.

* src/nsfont.m (Vns_reg_to_script, ns_antialias_text): Move to
globals.h.
(syms_of_nsfont): Remove & from DEFVAR_LISP.

* src/nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks
(Vselection_alist, Vselection_converter_alist): Move to globals.h.
(syms_of_nsselect): Remove & from DEFVAR_LISP.

* src/nsterm.m (ns_input_file, ns_input_font, ns_input_fontsize)
(ns_input_line, ns_input_color, ns_input_text, ns_working_text)
(ns_input_spi_name, ns_input_spi_arg)
(ns_alternate_modifier, ns_right_alternate_modifier)
(ns_command_modifier, ns_right_command_modifier, ns_control_modifier)
(ns_right_control_modifier, ns_function_modifier)
(ns_antialias_text, ns_confirm_quit): Move to globals.h.
(Vx_toolkit_scroll_bars, x_use_underline_position_properties)
(x_underline_at_descent_line): Remove declaration.
(syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.

* src/nsmenu.m (Voverriding_local_map, Voverriding_local_map_menu_flag):
Remove declaration.

13 years agoFix an error introduced by the previous patch.
Sam Steingold [Wed, 19 Jan 2011 15:55:47 +0000 (10:55 -0500)]
Fix an error introduced by the previous patch.

13 years ago* src/w32.c (check_windows_init_file): Remove declarations of
Sam Steingold [Wed, 19 Jan 2011 15:24:40 +0000 (10:24 -0500)]
* src/w32.c (check_windows_init_file): Remove declarations of
Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.

13 years ago* window.c: Fix error introduced by previous patch.
Tom Tromey [Wed, 19 Jan 2011 15:06:24 +0000 (08:06 -0700)]
* window.c: Fix error introduced by previous patch.

13 years agovc-svn fix for bug#7861.
Glenn Morris [Wed, 19 Jan 2011 03:49:00 +0000 (19:49 -0800)]
vc-svn fix for bug#7861.

* lisp/vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
Also check the property status.

13 years agoMove all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey [Tue, 18 Jan 2011 20:45:37 +0000 (13:45 -0700)]
Move all DEFVAR'd globals into a structure -- threading infrastructure

* globals.h: New file.
* xterm.h (Vx_pixel_size_width_font_regexp): Remove declaration.
* window.h (Vinitial_window_system, Vminibuf_scroll_window)
(Vwindow_system_version): Remove declaration.
* w32term.h (Vw32_enable_palette)
(Vx_pixel_size_width_font_regexp): Remove declaration.
* w32menu.c (Voverriding_local_map)
(Voverriding_local_map_menu_flag): Remove declaration.
* w32inevt.c (Vw32_alt_is_meta, Vw32_apps_modifier)
(Vw32_capslock_is_shiftlock, Vw32_enable_caps_lock)
(Vw32_enable_num_lock, Vw32_lwindow_modifier)
(Vw32_pass_lwindow_to_system, Vw32_pass_rwindow_to_system)
(Vw32_phantom_key_code, Vw32_recognize_altgr)
(Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
(w32_use_full_screen_buffer): Remove declaration.
* w32.c (Vsystem_configuration, Vw32_downcase_file_names)
(Vw32_generate_fake_inodes, Vw32_get_true_file_attributes)
(w32_num_mouse_buttons, w32_pipe_read_delay): Remove declaration.
* termopts.h (Vtruncate_partial_width_windows, inverse_video)
(no_redraw_on_reenter, visible_bell): Remove declaration.
* sysdep.c (Vsystem_name): Remove declaration.
* syntax.h (parse_sexp_lookup_properties): Remove declaration.
* menu.h (Vmenu_updating_frame): Remove declaration.
* macros.h (Vexecuting_kbd_macro, executing_kbd_macro_index):
Remove declaration.
* lisp.h (Vafter_init_time, Vafter_load_alist)
(Vauto_save_list_file_name, Vbefore_init_time, Vcommand_history)
(Vcompletion_regexp_list, Vcurrent_load_list)
(Vcurrent_prefix_arg, Vdata_directory, Vdebug_on_error)
(Vdoc_directory, Vdoc_file_name, Vdynamic_library_alist)
(Vexec_directory, Vexec_path, Vexec_suffixes)
(Vface_font_rescale_alist, Vface_ignored_fonts, Vfeatures)
(Vhelp_form, Vhistory_length, Vinhibit_field_text_motion)
(Vinhibit_quit, Vinhibit_read_only, Vinhibit_redisplay)
(Vinstallation_directory, Vinvocation_directory)
(Vinvocation_name, Vload_file_rep_suffixes, Vload_history)
(Vload_suffixes, Vmark_even_if_inactive, Vmemory_full)
(Vmessage_log_max, Vobarray, Vprint_length, Vprint_level)
(Vpurify_flag, Vquit_flag, Vsaved_region_selection)
(Vscalable_fonts_allowed, Vselect_active_regions)
(Vshell_file_name, Vstandard_input, Vstandard_output)
(Vsystem_name, Vtemporary_file_directory, Vthrow_on_input)
(Vtop_level, Vtty_erase_char, Vundo_outer_limit)
(Vuser_login_name, Vwindow_scroll_functions)
(Vwindow_system_version, Vx_no_window_manager)
(Vx_resource_class, Vx_resource_name, baud_rate)
(completion_ignore_case, debug_on_next_call, gc_cons_threshold)
(history_delete_duplicates, inhibit_x_resources)
(last_nonmenu_event, load_in_progress, max_specpdl_size)
(minibuffer_auto_raise, print_escape_newlines, scroll_margin)
(use_dialog_box, use_file_dialog): Remove declaration.  Include
globals.h.
* keymap.h (Voverriding_local_map)
(Voverriding_local_map_menu_flag, meta_prefix_char): Remove
declaration.
* keyboard.h (Vdouble_click_time, Vfunction_key_map)
(Vinput_method_function, Vkey_translation_map)
(Vlucid_menu_bar_dirty_flag, Vthis_original_command)
(do_mouse_tracking, extra_keyboard_modifiers)
(num_nonmacro_input_events): Remove declaration.
* intervals.h (Vchar_property_alias_alist)
(Vdefault_text_properties, Vinhibit_point_motion_hooks)
(Vtext_property_default_nonsticky): Remove declaration.
* gtkutil.h (x_gtk_file_dialog_help_text)
(x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
(x_gtk_whole_detached_tool_bar): Remove declaration.
* frame.h (Vdefault_frame_alist, Vframe_alpha_lower_limit)
(Vmenu_bar_mode, Vmouse_highlight, Vterminal_frame)
(Vtool_bar_mode, Vx_resource_class, Vx_resource_name)
(focus_follows_mouse): Remove declaration.
* fontset.h (Valternate_fontname_alist, Vfontset_alias_alist)
(Vignore_relative_composition, Votf_script_alist)
(Vuse_default_ascent, Vvertical_centering_font_regexp): Remove
declaration.
* font.h (Vfont_log): Remove declaration.
* dosfns.h (Vdos_display_scancodes, Vdos_version)
(Vdos_windows_version, dos_codepage, dos_country_code)
(dos_decimal_point, dos_hyper_key, dos_keyboard_layout)
(dos_keypad_mode, dos_super_key, dos_timezone_offset): Remove
declaration.
* disptab.h (Vglyph_table, Vstandard_display_table): Remove
declaration.
* dispextern.h (Vface_remapping_alist, Vglyphless_char_display)
(Vmouse_autoselect_window, Voverflow_newline_into_fringe)
(Vshow_trailing_whitespace, Vtool_bar_button_margin)
(Vtool_bar_style, cursor_in_echo_area, display_hourglass_p)
(inverse_video, mode_line_in_non_selected_windows)
(tool_bar_button_relief, tool_bar_max_label_size)
(underline_minimum_offset)
(unibyte_display_via_language_environment, x_stretch_cursor_p):
Remove declaration.
* composite.h (Vauto_composition_function)
(Vcomposition_function_table): Remove declaration.
* commands.h (Vexecuting_kbd_macro)
(Vminibuffer_local_completion_map)
(Vminibuffer_local_filename_completion_map)
(Vminibuffer_local_filename_must_match_map)
(Vminibuffer_local_map, Vminibuffer_local_must_match_map)
(Vminibuffer_local_ns_map, Vthis_command)
(Vunread_command_events, cursor_in_echo_area)
(last_command_event, last_nonmenu_event, unread_command_char):
Remove declaration.
* coding.h (Vcoding_system_for_read, Vcoding_system_for_write)
(Vdefault_file_name_coding_system)
(Vdefault_process_coding_system, Vfile_name_coding_system)
(Vlast_coding_system_used, Vlocale_coding_system)
(Vselect_safe_coding_system_function)
(Vtranslation_table_for_input, coding_system_require_warning)
(eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
(eol_mnemonic_unix, inherit_process_coding_system): Remove
declaration.
* charset.h (Vcharset_list, Vcurrent_iso639_language): Remove
declaration.
* character.h (Vauto_fill_chars, Vchar_direction_table)
(Vchar_script_table, Vchar_width_table, Vprintable_chars)
(Vscript_representative_chars, Vtranslation_table_vector)
(Vunicode_category_table): Remove declaration.
* ccl.h (Vfont_ccl_encoder_alist): Remove declaration.
* buffer.h (Vafter_change_functions, Vbefore_change_functions)
(Vdeactivate_mark, Vfirst_change_hook, Vtransient_mark_mode)
(inhibit_modification_hooks): Remove declaration.
* xterm.c (syms_of_xterm): Update.
(Vx_alt_keysym, Vx_hyper_keysym, Vx_keysym_table)
(Vx_meta_keysym, Vx_super_keysym, Vx_toolkit_scroll_bars)
(x_mouse_click_focus_ignore_position)
(x_underline_at_descent_line)
(x_use_underline_position_properties): Remove.
* xsmfns.c (syms_of_xsmfns): Update.
(Vx_session_id, Vx_session_previous_id): Remove.
* xsettings.c (syms_of_xsettings): Update.
(Vxft_settings, use_system_font): Remove.
* xselect.c (syms_of_xselect): Update.
(Vselection_converter_alist, Vx_lost_selection_functions)
(Vx_sent_selection_functions, x_selection_timeout): Remove.
* xfns.c (syms_of_xfns): Update.
(Vgtk_version_string, Vmotif_version_string)
(Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
(Vx_max_tooltip_size, Vx_mode_pointer_shape)
(Vx_no_window_manager, Vx_nontext_pointer_shape)
(Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
(Vx_sensitive_text_pointer_shape)
(Vx_window_horizontal_drag_shape, x_gtk_file_dialog_help_text)
(x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
(x_gtk_use_system_tooltips, x_gtk_whole_detached_tool_bar):
Remove.
* xfaces.c (syms_of_xfaces): Update.
(Vface_default_stipple, Vface_font_rescale_alist)
(Vface_ignored_fonts, Vface_new_frame_defaults)
(Vface_remapping_alist, Vfont_list_limit)
(Vscalable_fonts_allowed, Vtty_defined_color_alist): Remove.
* xdisp.c (syms_of_xdisp): Update.
(Vauto_resize_tool_bars, Vblink_cursor_alist)
(Vdisplay_pixels_per_inch, Vfontification_functions)
(Vframe_title_format, Vglobal_mode_string)
(Vglyphless_char_display, Vhourglass_delay, Vhscroll_step)
(Vicon_title_format, Vinhibit_redisplay)
(Vline_number_display_limit, Vline_prefix)
(Vmax_mini_window_height, Vmenu_bar_update_hook)
(Vmenu_updating_frame, Vmessage_log_max)
(Vmouse_autoselect_window, Vnobreak_char_display)
(Voverlay_arrow_position, Voverlay_arrow_string)
(Voverlay_arrow_variable_list, Vredisplay_end_trigger_functions)
(Vresize_mini_windows, Vshow_trailing_whitespace)
(Vtool_bar_border, Vtool_bar_button_margin, Vtool_bar_style)
(Vtruncate_partial_width_windows, Vvoid_text_area_pointer)
(Vwindow_scroll_functions, Vwindow_size_change_functions)
(Vwindow_text_change_functions, Vwrap_prefix)
(auto_raise_tool_bar_buttons_p, automatic_hscrolling_p)
(debug_end_pos, display_hourglass_p, emacs_scroll_step)
(highlight_nonselected_windows, hscroll_margin)
(inhibit_eval_during_redisplay, inhibit_free_realized_faces)
(inhibit_menubar_update, inhibit_try_cursor_movement)
(inhibit_try_window_id, inhibit_try_window_reusing)
(line_number_display_limit_width)
(make_cursor_line_fully_visible_p, message_truncate_lines)
(mode_line_inverse_video, multiple_frames, overline_margin)
(scroll_conservatively, scroll_margin, tool_bar_button_relief)
(tool_bar_max_label_size, underline_minimum_offset)
(unibyte_display_via_language_environment, x_stretch_cursor_p):
Remove.
* window.c (syms_of_window): Update.
(Vminibuf_scroll_window, Vother_window_scroll_buffer)
(Vrecenter_redisplay, Vscroll_preserve_screen_position)
(Vtemp_buffer_show_function, Vwindow_configuration_change_hook)
(Vwindow_point_insertion_type, auto_window_vscroll_p)
(mode_line_in_non_selected_windows, next_screen_context_lines)
(window_min_height, window_min_width): Remove.
(scroll_margin): Remove declaration.
* w32term.c (syms_of_w32term): Update.
(Vw32_capslock_is_shiftlock, Vw32_grab_focus_on_raise)
(Vw32_recognize_altgr, Vw32_swap_mouse_buttons)
(Vx_toolkit_scroll_bars, w32_num_mouse_buttons)
(w32_use_visible_system_caret, x_underline_at_descent_line)
(x_use_underline_position_properties): Remove.
(Vcommand_line_args, Vsystem_name, extra_keyboard_modifiers):
Remove declaration.
* w32select.c (syms_of_w32select): Update.
(Vnext_selection_coding_system, Vselection_coding_system): Remove.
* w32proc.c (syms_of_ntproc): Update.
(Vw32_downcase_file_names, Vw32_generate_fake_inodes)
(Vw32_get_true_file_attributes, Vw32_quote_process_args)
(Vw32_start_process_inherit_error_mode)
(Vw32_start_process_share_console)
(Vw32_start_process_show_window, w32_pipe_read_delay): Remove.
(Vsystem_name): Remove declaration.
* w32font.c (syms_of_w32font): Update.
(Vw32_charset_info_alist): Remove.
* w32fns.c (globals_of_w32fns, syms_of_w32fns): Update.
(Vw32_alt_is_meta, Vw32_apps_modifier, Vw32_bdf_filename_alist)
(Vw32_color_map, Vw32_enable_caps_lock, Vw32_enable_num_lock)
(Vw32_enable_palette, Vw32_lwindow_modifier)
(Vw32_pass_alt_to_system, Vw32_pass_lwindow_to_system)
(Vw32_pass_rwindow_to_system, Vw32_phantom_key_code)
(Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
(Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
(Vx_max_tooltip_size, Vx_mode_pointer_shape)
(Vx_no_window_manager, Vx_nontext_pointer_shape)
(Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
(Vx_sensitive_text_pointer_shape)
(Vx_window_horizontal_drag_shape, w32_ansi_code_page)
(w32_enable_synthesized_fonts, w32_mouse_button_tolerance)
(w32_mouse_move_interval)
(w32_pass_extra_mouse_buttons_to_system)
(w32_pass_multimedia_buttons_to_system, w32_quit_key)
(w32_strict_fontnames, w32_strict_painting): Remove.
(Vhourglass_delay, Vmenu_bar_mode, Vtool_bar_mode)
(Vw32_recognize_altgr, Vwindow_system_version)
(w32_num_mouse_buttons, w32_use_visible_system_caret): Remove
declaration.
* w32console.c (syms_of_ntterm): Update.
(w32_use_full_screen_buffer): Remove.
(Vtty_defined_color_alist): Remove declaration.
* w16select.c (syms_of_win16select): Update.
(Vnext_selection_coding_system, Vselection_coding_system): Remove.
* undo.c (syms_of_undo): Update.
(Vundo_outer_limit, Vundo_outer_limit_function)
(undo_inhibit_record_point, undo_limit, undo_strong_limit):
Remove.
* textprop.c (syms_of_textprop): Update.
(Vchar_property_alias_alist, Vdefault_text_properties)
(Vinhibit_point_motion_hooks, Vtext_property_default_nonsticky):
Remove.
* terminal.c (syms_of_terminal): Update.
(Vdelete_terminal_functions, Vring_bell_function): Remove.
* term.c (syms_of_term): Update.
(Vresume_tty_functions, Vsuspend_tty_functions)
(no_redraw_on_reenter, system_uses_terminfo, visible_cursor):
Remove.
* syntax.c (syms_of_syntax): Update.
(Vfind_word_boundary_function_table, multibyte_syntax_as_symbol)
(open_paren_in_column_0_is_defun_start)
(parse_sexp_ignore_comments, parse_sexp_lookup_properties)
(words_include_escapes): Remove.
* search.c (syms_of_search): Update.
(Vinhibit_changing_match_data, Vsearch_spaces_regexp): Remove.
* process.c (syms_of_process): Update.
(Vprocess_adaptive_read_buffering, Vprocess_connection_type)
(delete_exited_processes): Remove.
* print.c (syms_of_print): Update.
(Vfloat_output_format, Vprint_charset_text_property)
(Vprint_circle, Vprint_continuous_numbering, Vprint_gensym)
(Vprint_length, Vprint_level, Vprint_number_table)
(Vstandard_output, print_escape_multibyte)
(print_escape_newlines, print_escape_nonascii, print_quoted):
Remove.
* msdos.c (syms_of_msdos): Update.
(Vdos_unsupported_char_glyph): Remove.
(unibyte_display_via_language_environment): Remove declaration.
* minibuf.c (syms_of_minibuf): Update.
(Vcompletion_regexp_list, Vhistory_add_new_input)
(Vhistory_length, Vminibuffer_completing_file_name)
(Vminibuffer_completion_confirm)
(Vminibuffer_completion_predicate, Vminibuffer_completion_table)
(Vminibuffer_exit_hook, Vminibuffer_help_form)
(Vminibuffer_history_position, Vminibuffer_history_variable)
(Vminibuffer_prompt_properties, Vminibuffer_setup_hook)
(Vread_buffer_function, Vread_expression_map)
(completion_ignore_case, enable_recursive_minibuffers)
(history_delete_duplicates, minibuffer_allow_text_properties)
(minibuffer_auto_raise, read_buffer_completion_ignore_case):
Remove.
* marker.c (syms_of_marker): Update.
(byte_debug_flag): Remove.
* macros.c (syms_of_macros): Update.
(Vexecuting_kbd_macro, executing_kbd_macro_index): Remove.
* lread.c (syms_of_lread): Update.
(Vafter_load_alist, Vbyte_boolean_vars)
(Vbytecomp_version_regexp, Vcurrent_load_list)
(Veval_buffer_list, Vload_file_name, Vload_file_rep_suffixes)
(Vload_history, Vload_path, Vload_read_function)
(Vload_source_file_function, Vload_suffixes, Vobarray)
(Vold_style_backquotes, Vpreloaded_file_list, Vread_circle)
(Vread_symbol_positions_list, Vread_with_symbol_positions)
(Vsource_directory, Vstandard_input, Vuser_init_file, Vvalues)
(force_load_messages, load_convert_to_unibyte)
(load_dangerous_libraries, load_force_doc_strings)
(load_in_progress): Remove.
* keymap.c (syms_of_keymap): Update.
(Vdefine_key_rebound_commands, Vemulation_mode_map_alists)
(Vminibuffer_local_completion_map)
(Vminibuffer_local_filename_completion_map)
(Vminibuffer_local_filename_must_match_map)
(Vminibuffer_local_map, Vminibuffer_local_must_match_map)
(Vminibuffer_local_ns_map, Vminor_mode_map_alist)
(Vminor_mode_overriding_map_alist, Vwhere_is_preferred_modifier):
Remove.
* keyboard.c (syms_of_keyboard): Update.
(Vauto_save_timeout, Vcommand_error_function)
(Vcommand_hook_internal, Vdeactivate_mark)
(Vdeferred_action_function, Vdeferred_action_list)
(Vdisable_point_adjustment, Vdouble_click_time)
(Vecho_keystrokes, Venable_disabled_menus_and_buttons)
(Vfunction_key_map, Vglobal_disable_point_adjustment)
(Vhelp_char, Vhelp_event_list, Vhelp_form)
(Vinput_method_function, Vinput_method_previous_message)
(Vkey_translation_map, Vlast_event_frame)
(Vlucid_menu_bar_dirty_flag, Vmenu_bar_final_items)
(Vminibuffer_message_timeout, Voverriding_local_map)
(Voverriding_local_map_menu_flag, Vpost_command_hook)
(Vpre_command_hook, Vprefix_help_command)
(Vsaved_region_selection, Vselect_active_regions)
(Vshow_help_function, Vspecial_event_map, Vsuggest_key_bindings)
(Vthis_command, Vthis_command_keys_shift_translated)
(Vthis_original_command, Vthrow_on_input, Vtimer_idle_list)
(Vtimer_list, Vtool_bar_separator_image_expression, Vtop_level)
(Vtty_erase_char, Vunread_command_events)
(Vunread_input_method_events, Vunread_post_input_method_events)
(auto_save_interval, cannot_suspend, do_mouse_tracking)
(double_click_fuzz, extra_keyboard_modifiers)
(inhibit_local_menu_bar_menus, last_command_event)
(last_input_event, last_nonmenu_event, menu_prompt_more_char)
(menu_prompting, meta_prefix_char, num_input_keys)
(num_nonmacro_input_events, polling_period, unread_command_char):
Remove.
* insdel.c (syms_of_insdel): Update.
(Vcombine_after_change_calls, check_markers_debug_flag): Remove.
* indent.c (syms_of_indent): Update.
(indent_tabs_mode): Remove.
* image.c (syms_of_image): Update.
(Vimage_cache_eviction_delay, Vimage_types)
(Vimagemagick_render_type, Vmax_image_size, Vx_bitmap_file_path)
(cross_disabled_images): Remove.
* fringe.c (syms_of_fringe): Update.
(Vfringe_bitmaps, Voverflow_newline_into_fringe): Remove.
* frame.c (syms_of_frame): Update.
(Vdefault_frame_alist, Vdefault_frame_scroll_bars)
(Vdelete_frame_functions, Vframe_alpha_lower_limit)
(Vmake_pointer_invisible, Vmenu_bar_mode, Vmouse_highlight)
(Vmouse_position_function, Vterminal_frame, Vtool_bar_mode)
(Vx_resource_class, Vx_resource_name, focus_follows_mouse):
Remove.
* fontset.c (syms_of_fontset): Update.
(Valternate_fontname_alist, Vfont_encoding_charset_alist)
(Vfontset_alias_alist, Vignore_relative_composition)
(Votf_script_alist, Vuse_default_ascent)
(Vvertical_centering_font_regexp): Remove.
* font.c (syms_of_font): Update.
(Vfont_encoding_alist, Vfont_log, Vfont_slant_table)
(Vfont_weight_table, Vfont_width_table): Remove.
* fns.c (syms_of_fns): Update.
(Vfeatures, use_dialog_box, use_file_dialog): Remove.
* filelock.c (syms_of_filelock): Update.
(Vtemporary_file_directory): Remove.
* fileio.c (syms_of_fileio): Update.
(Vafter_insert_file_functions, Vauto_save_include_big_deletions)
(Vauto_save_list_file_name, Vauto_save_visited_file_name)
(Vdefault_file_name_coding_system, Vfile_name_coding_system)
(Vfile_name_handler_alist, Vinhibit_file_name_handlers)
(Vinhibit_file_name_operation, Vset_auto_coding_function)
(Vwrite_region_annotate_functions)
(Vwrite_region_annotations_so_far)
(Vwrite_region_post_annotation_function)
(delete_by_moving_to_trash, write_region_inhibit_fsync): Remove.
(Vw32_get_true_file_attributes): Remove declaration.
* eval.c (syms_of_eval): Update.
(Vdebug_ignored_errors, Vdebug_on_error, Vdebug_on_signal)
(Vdebugger, Vinhibit_quit, Vmacro_declaration_function)
(Vquit_flag, Vsignal_hook_function, Vstack_trace_on_error)
(debug_on_next_call, debug_on_quit, debugger_may_continue)
(max_lisp_eval_depth, max_specpdl_size): Remove.
* emacs.c (syms_of_emacs): Update.
(Vafter_init_time, Vbefore_init_time, Vcommand_line_args)
(Vdynamic_library_alist, Vemacs_copyright, Vemacs_version)
(Vinstallation_directory, Vinvocation_directory)
(Vinvocation_name, Vkill_emacs_hook, Vpath_separator)
(Vprevious_system_messages_locale, Vprevious_system_time_locale)
(Vsystem_configuration, Vsystem_configuration_options)
(Vsystem_messages_locale, Vsystem_time_locale, Vsystem_type)
(inhibit_x_resources, noninteractive1): Remove.
* editfns.c (syms_of_editfns): Update.
(Vbuffer_access_fontified_property)
(Vbuffer_access_fontify_functions, Vinhibit_field_text_motion)
(Voperating_system_release, Vsystem_name, Vuser_full_name)
(Vuser_login_name, Vuser_real_login_name): Remove.
* dosfns.c (syms_of_dosfns): Update.
(Vdos_display_scancodes, Vdos_version, Vdos_windows_version)
(dos_codepage, dos_country_code, dos_decimal_point)
(dos_hyper_key, dos_keyboard_layout, dos_keypad_mode)
(dos_super_key, dos_timezone_offset): Remove.
* doc.c (syms_of_doc): Update.
(Vbuild_files, Vdoc_file_name): Remove.
* dispnew.c (syms_of_display): Update.
(Vglyph_table, Vinitial_window_system)
(Vredisplay_preemption_period, Vstandard_display_table)
(Vwindow_system_version, baud_rate, cursor_in_echo_area)
(inverse_video, redisplay_dont_pause, visible_bell): Remove.
* dired.c (syms_of_dired): Update.
(Vcompletion_ignored_extensions): Remove.
(Vw32_get_true_file_attributes): Remove declaration.
* dbusbind.c (syms_of_dbusbind): Update.
(Vdbus_debug, Vdbus_registered_buses)
(Vdbus_registered_objects_table): Remove.
* data.c (syms_of_data): Update.
(Vmost_negative_fixnum, Vmost_positive_fixnum): Remove.
* composite.c (syms_of_composite): Update.
(Vauto_composition_function, Vauto_composition_mode)
(Vcompose_chars_after_function, Vcomposition_function_table):
Remove.
* coding.c (syms_of_coding): Update.
(Vcharset_revision_table, Vcoding_category_list)
(Vcoding_system_alist, Vcoding_system_for_read)
(Vcoding_system_for_write, Vcoding_system_list)
(Vdefault_process_coding_system, Venable_character_translation)
(Vfile_coding_system_alist, Vlast_code_conversion_error)
(Vlast_coding_system_used, Vlatin_extra_code_table)
(Vlocale_coding_system, Vnetwork_coding_system_alist)
(Vprocess_coding_system_alist)
(Vselect_safe_coding_system_function)
(Vstandard_translation_table_for_decode)
(Vstandard_translation_table_for_encode)
(Vtranslation_table_for_input, coding_system_require_warning)
(eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
(eol_mnemonic_unix, inherit_process_coding_system)
(inhibit_eol_conversion, inhibit_iso_escape_detection)
(inhibit_null_byte_detection): Remove.
* cmds.c (syms_of_cmds): Update.
(Vpost_self_insert_hook): Remove.
* charset.c (syms_of_charset): Update.
(Vcharset_list, Vcharset_map_path, Vcurrent_iso639_language)
(inhibit_load_charset_map): Remove.
* character.c (syms_of_character): Update.
(Vauto_fill_chars, Vchar_direction_table, Vchar_script_table)
(Vchar_width_table, Vprintable_chars)
(Vscript_representative_chars, Vtranslation_table_vector)
(Vunicode_category_table): Remove.
* ccl.c (syms_of_ccl): Update.
(Vcode_conversion_map_vector, Vfont_ccl_encoder_alist)
(Vtranslation_hash_table_vector): Remove.
* category.c (syms_of_category): Update.
(Vword_combining_categories, Vword_separating_categories): Remove.
* callproc.c (syms_of_callproc): Update.
(Vconfigure_info_directory, Vdata_directory, Vdoc_directory)
(Vexec_directory, Vexec_path, Vexec_suffixes)
(Vinitial_environment, Vprocess_environment)
(Vshared_game_score_directory, Vshell_file_name): Remove.
* callint.c (syms_of_callint): Update.
(Vcommand_debug_status, Vcommand_history, Vcurrent_prefix_arg)
(Vmark_even_if_inactive, Vmouse_leave_buffer_hook): Remove.
* bytecode.c (syms_of_bytecode): Update.
(Vbyte_code_meter, byte_metering_on): Remove.
* buffer.c (syms_of_buffer): Update.
(Vafter_change_functions, Vbefore_change_functions)
(Vchange_major_mode_hook, Vfirst_change_hook)
(Vinhibit_read_only, Vkill_buffer_query_functions)
(Vtransient_mark_mode, inhibit_modification_hooks): Remove.
* alloc.c (syms_of_alloc): Update.
(Vgc_cons_percentage, Vgc_elapsed, Vmemory_full)
(Vmemory_signal_data, Vpost_gc_hook, Vpurify_flag)
(cons_cells_consed, floats_consed, garbage_collection_messages)
(gc_cons_threshold, gcs_done, intervals_consed)
(misc_objects_consed, pure_bytes_used, string_chars_consed)
(strings_consed, symbols_consed, vector_cells_consed): Remove.

* lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
(DEFVAR_INT): Assume global is in `globals'.
* alloc.c (globals): Define.

13 years agoUpdate md5 checksums
Andreas Schwab [Tue, 18 Jan 2011 19:08:00 +0000 (20:08 +0100)]
Update md5 checksums

13 years ago* image.c (Vimagemagick_render_type): Remove redundant
Tom Tromey [Tue, 18 Jan 2011 17:55:46 +0000 (10:55 -0700)]
* image.c (Vimagemagick_render_type): Remove redundant
definition.

13 years ago* xdisp.c (emacs_scroll_step): Rename from scroll_step.
Tom Tromey [Tue, 18 Jan 2011 17:34:08 +0000 (10:34 -0700)]
* xdisp.c (emacs_scroll_step): Rename from scroll_step.
(try_scrolling): Rename argument to 'arg_scroll_conservatively'.
(redisplay_window): Update.
(syms_of_xdisp): Update.

13 years agoDeclare some DEFVARs globally, not locally
Tom Tromey [Tue, 18 Jan 2011 17:28:28 +0000 (10:28 -0700)]
Declare some DEFVARs globally, not locally

* gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
(x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
Declare.
* gtkutil.c (xg_uses_old_file_dialog):
(xg_get_file_with_chooser):
(xg_tool_bar_detach_callback): Don't redeclare globals.

13 years agoChange buffer_defaults to new new macro; preparation for thread patch
Tom Tromey [Tue, 18 Jan 2011 17:00:04 +0000 (10:00 -0700)]
Change buffer_defaults to new new macro; preparation for thread patch

* lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
* buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.

13 years ago* net/tramp.el (tramp-debug-message): Extend function exclude
Michael Albinus [Tue, 18 Jan 2011 15:33:24 +0000 (16:33 +0100)]
* net/tramp.el (tramp-debug-message): Extend function exclude
list.  Use `regexp-opt'.

13 years agoAdd missing copyright years.
Michael Albinus [Tue, 18 Jan 2011 15:30:51 +0000 (16:30 +0100)]
Add missing copyright years.

13 years agoSmall updates for manual Ack section.
Glenn Morris [Tue, 18 Jan 2011 08:22:22 +0000 (00:22 -0800)]
Small updates for manual Ack section.

* doc/emacs/ack.texi, doc/emacs/emacs.texi (Acknowledgments):
Update for ERT addition.

* doc/emacs/ack.texi (Acknowledgments): Remove mention of replaced prolog.el.

13 years ago* doc/misc/ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
Glenn Morris [Tue, 18 Jan 2011 08:16:08 +0000 (00:16 -0800)]
* doc/misc/ert.texi: Relicense under GFDL 1.3+, and standardize license notice.

13 years agoMinor cleanups for 'bzr status'
Paul Eggert [Tue, 18 Jan 2011 05:23:52 +0000 (21:23 -0800)]
Minor cleanups for 'bzr status'

* .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
the output of config.guess.
* Makefile.in (top_distclean): Remove stamp-h1 too.

13 years agoImprove performance on non-GCC hosts with __aligned__.
Paul Eggert [Tue, 18 Jan 2011 04:54:23 +0000 (20:54 -0800)]
Improve performance on non-GCC hosts with __aligned__.

13 years ago* lisp/textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
Stefan Monnier [Tue, 18 Jan 2011 04:07:36 +0000 (23:07 -0500)]
* lisp/textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
highlighting doesn't spill over subsequent lines.

13 years ago* admin/notes/bzr: Fix typos in previous.
Glenn Morris [Tue, 18 Jan 2011 02:57:04 +0000 (18:57 -0800)]
* admin/notes/bzr: Fix typos in previous.

13 years ago* admin/notes/bzr: More bzrmerge notes.
Glenn Morris [Tue, 18 Jan 2011 02:55:26 +0000 (18:55 -0800)]
* admin/notes/bzr: More bzrmerge notes.

13 years agoMerge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.
Glenn Morris [Tue, 18 Jan 2011 02:49:59 +0000 (18:49 -0800)]
Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.

13 years ago* admin/bzrmerge.el: Fix paren typo in previous.
Glenn Morris [Tue, 18 Jan 2011 02:35:23 +0000 (18:35 -0800)]
* admin/bzrmerge.el: Fix paren typo in previous.

13 years ago* etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)
Glenn Morris [Tue, 18 Jan 2011 02:31:59 +0000 (18:31 -0800)]
* etc/PROBLEMS: Add note about svn+ssh.  (Bug#7791)

13 years ago* admin/notes/bzr: Add some more bzrmerge details.
Glenn Morris [Tue, 18 Jan 2011 02:22:36 +0000 (18:22 -0800)]
* admin/notes/bzr: Add some more bzrmerge details.

13 years ago* lisp/electric.el (electric-indent-post-self-insert-function):
Stefan Monnier [Tue, 18 Jan 2011 02:11:51 +0000 (21:11 -0500)]
* lisp/electric.el (electric-indent-post-self-insert-function):
Don't auto-indent for indent-to-left-margin, it's too often
counter-productive.

13 years ago* notes/bzr (Installing changes from gnulib): New section.
Paul Eggert [Mon, 17 Jan 2011 22:11:13 +0000 (14:11 -0800)]
* notes/bzr (Installing changes from gnulib): New section.

Need for this suggested by Stefan Monnier.

13 years ago* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
Stefan Monnier [Mon, 17 Jan 2011 21:42:23 +0000 (16:42 -0500)]
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
keymap expression.  Improve docstring.

13 years ago* admin/bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
Stefan Monnier [Mon, 17 Jan 2011 21:18:00 +0000 (16:18 -0500)]
* admin/bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
an inconsistent state.

13 years agoMerge from mainline.
Paul Eggert [Mon, 17 Jan 2011 19:47:38 +0000 (11:47 -0800)]
Merge from mainline.

13 years agoUpdate ChangeLog dates to today.
Paul Eggert [Mon, 17 Jan 2011 19:38:39 +0000 (11:38 -0800)]
Update ChangeLog dates to today.

13 years agoMerge from mainline.
Paul Eggert [Mon, 17 Jan 2011 19:24:36 +0000 (11:24 -0800)]
Merge from mainline.

13 years agoMakefile.in: tidy up the building of lib
Paul Eggert [Mon, 17 Jan 2011 19:20:37 +0000 (11:20 -0800)]
Makefile.in: tidy up the building of lib

* Makefile.in (am--refresh): Mark as .PHONY.
(top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
as they're not rebuilt unless you do a "make sync-from-gnulib"
and the former is needed for "configure".
(maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
has already removed lib/Makefile.

13 years agoMerge from mainline.
Paul Eggert [Mon, 17 Jan 2011 19:01:01 +0000 (11:01 -0800)]
Merge from mainline.

13 years ago* xfns.c (x_real_positions): Fix signedness of local var 'ign'.
Paul Eggert [Mon, 17 Jan 2011 07:45:28 +0000 (23:45 -0800)]
* xfns.c (x_real_positions): Fix signedness of local var 'ign'.

XGetGeometry wants unsigned int *, not int *, for its last 4 args,
so change the type of 'ign' to unsigned int from int.

13 years ago* regex.c (analyse_first): Remove unreachable 'continue' statement.
Paul Eggert [Mon, 17 Jan 2011 07:34:14 +0000 (23:34 -0800)]
* regex.c (analyse_first): Remove unreachable 'continue' statement.

13 years ago* xterm.h (struct x_display_info): Remove stray semicolon.
Paul Eggert [Mon, 17 Jan 2011 07:27:25 +0000 (23:27 -0800)]
* xterm.h (struct x_display_info): Remove stray semicolon.

The extra semicolon didn't conform to the C standard.
Problem reported by Sun cc.

13 years ago* lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
Paul Eggert [Mon, 17 Jan 2011 07:16:08 +0000 (23:16 -0800)]
* lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.

These changes make compilation easier to follow with Sun cc.
(ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
EMACS_INT values without provoking overflow diagnostics.
(PSEUDOVECTOR_FLAG): Likewise, for consistency.
(XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow
diagnostic with signed left shift.

13 years ago* fileio.c (make_temp_name): Remove unreachable code.
Paul Eggert [Mon, 17 Jan 2011 07:07:30 +0000 (23:07 -0800)]
* fileio.c (make_temp_name): Remove unreachable code.

13 years ago* fontset.c (free_realized_fontset): Mark unreachable code with if (0).
Paul Eggert [Mon, 17 Jan 2011 03:05:08 +0000 (19:05 -0800)]
* fontset.c (free_realized_fontset): Mark unreachable code with if (0).

Previously it was marked by preceding it with "return;", but
Sun cc complains about this.

13 years ago* coding.c (decode_coding_emacs_mule): Remove unreachable code.
Paul Eggert [Mon, 17 Jan 2011 02:55:28 +0000 (18:55 -0800)]
* coding.c (decode_coding_emacs_mule): Remove unreachable code.

This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
which fixed Bug#2370.  Caught by Sun cc.

13 years agoSync from gnulib.
Paul Eggert [Mon, 17 Jan 2011 02:35:15 +0000 (18:35 -0800)]
Sync from gnulib.

13 years ago* strokes.el (strokes-read-stroke): Re-fill strokes buffer with
Tassilo Horn [Sun, 16 Jan 2011 20:41:25 +0000 (21:41 +0100)]
* strokes.el (strokes-read-stroke): Re-fill strokes buffer with
spaces if the frame was resized, so that the full visible buffer
serves as canvas for strokes.

13 years agoAdd face definition for header-line.
Tassilo Horn [Sun, 16 Jan 2011 20:02:27 +0000 (21:02 +0100)]
Add face definition for header-line.

13 years ago* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
Stefan Monnier [Sun, 16 Jan 2011 15:40:47 +0000 (10:40 -0500)]
* image.c (syms_of_image): Don't access XSYMBOL's internals directly.

13 years agoFix bug #7848 with using SET_SYMBOL_VALUE in image.c
Eli Zaretskii [Sun, 16 Jan 2011 09:51:59 +0000 (04:51 -0500)]
Fix bug #7848 with using SET_SYMBOL_VALUE in image.c

!!!DO NOT MERGE TO THE TRUNK!!!

 image.c (syms_of_image): Don't use SET_SYMBOL_VALUE.

13 years ago* lisp/info-xref.el (info-xref-docstrings): Also skip directories.
Glenn Morris [Sun, 16 Jan 2011 02:34:57 +0000 (18:34 -0800)]
* lisp/info-xref.el (info-xref-docstrings): Also skip directories.

13 years agoRefill some copyright headers.
Glenn Morris [Sun, 16 Jan 2011 02:21:30 +0000 (18:21 -0800)]
Refill some copyright headers.

13 years ago* src/xsettings.c: Comment fix.
Glenn Morris [Sun, 16 Jan 2011 02:10:13 +0000 (18:10 -0800)]
* src/xsettings.c: Comment fix.

13 years ago* lisp/info-xref.el (info-xref-docstrings): Replace cl function.
Glenn Morris [Sun, 16 Jan 2011 02:01:34 +0000 (18:01 -0800)]
* lisp/info-xref.el (info-xref-docstrings): Replace cl function.

13 years agoinfo-xref.el Version 3.
Kevin Ryde [Sun, 16 Jan 2011 01:59:33 +0000 (17:59 -0800)]
info-xref.el  Version 3.

* lisp/info-xref.el (info-xref-check, info-xref-check-all): Move
commentary details into docstrings for better visibility.
Use compilation-mode for the results buffer.
(info-xref-output, info-xref-output-error, info-xref-with-output)
(info-xref-filename, info-xref-in-progress):
New internals for this.
(info-xref-check-list, info-xref-check-buffer)
(info-xref-check-all-custom): Use those.
(info-xref-output-buffer): Rename from info-xref-results-buffer.
(info-xref-output-heading): Rename from info-xref-filename-heading.
(info-xref-good, info-xref-bad, info-xref-xfile-alist)
(info-xref-filename-heading): Move to output managing section.
(info-xref-docstrings): New command checking "Info node `(foo)Bar'"
(info-xref-lock-file-p, info-xref-with-file): New helpers for it.
(info-xref-subfile-p): Move to generic section with those two.
(info-xref-check-node): New function split from
info-xref-check-buffer, shared by info-xref-docstrings.
(info-xref-goto-node-p): Move to a checking section with that func.
(info-xref-unavail): New counter.
(info-xref-check-node): Use it.
(info-xref-with-output): Show count of unavailables at end of output.
(info-xref-all-info-files): Exclude ".*" dotfiles.  Ignore broken
symlinks.  Exclude .texi files.  Exclude Emacs backup files.
(info-xref-check-all-custom): Fix quietening viper-mode and
gnus-registry-install -- use setq not let so as not to unbind after load.

Fixes: debbugs:7611

13 years ago* lisp/isearch.el (isearch-abort): Don't quit if search has
Juri Linkov [Sun, 16 Jan 2011 01:04:22 +0000 (01:04 +0000)]
* lisp/isearch.el (isearch-abort): Don't quit if search has
an incomplete regexp (isearch-error is non-nil).  (Bug#7534)

13 years ago* Makefile.in (epaths-force): No more arch-tag to edit.
Glenn Morris [Sat, 15 Jan 2011 23:23:57 +0000 (15:23 -0800)]
* Makefile.in (epaths-force): No more arch-tag to edit.

13 years agoNuke arch-tags.
Glenn Morris [Sat, 15 Jan 2011 23:16:57 +0000 (15:16 -0800)]
Nuke arch-tags.

13 years ago* admin/charsets/cp51932.awk: No longer print arch-tag.
Glenn Morris [Sat, 15 Jan 2011 22:46:51 +0000 (14:46 -0800)]
* admin/charsets/cp51932.awk: No longer print arch-tag.

13 years ago* admin/charsets/eucjp-ms.awk: No longer print arch-tag.
Glenn Morris [Sat, 15 Jan 2011 22:44:52 +0000 (14:44 -0800)]
* admin/charsets/eucjp-ms.awk: No longer print arch-tag.

13 years agoAdd 2011 to remaining FSF/AIST copyright years.
Glenn Morris [Sat, 15 Jan 2011 22:10:37 +0000 (14:10 -0800)]
Add 2011 to remaining FSF/AIST copyright years.

13 years ago* admin/notes/bzr: More on previous.
Glenn Morris [Sat, 15 Jan 2011 21:51:36 +0000 (13:51 -0800)]
* admin/notes/bzr: More on previous.

13 years ago* admin/notes/bzr: Add an idiot's guide to merging between branches.
Glenn Morris [Sat, 15 Jan 2011 21:47:46 +0000 (13:47 -0800)]
* admin/notes/bzr: Add an idiot's guide to merging between branches.

13 years agobzrmerge.el trivia.
Glenn Morris [Sat, 15 Jan 2011 20:42:23 +0000 (12:42 -0800)]
bzrmerge.el trivia.
* admin/bzrmerge.el (bzrmerge-missing): Add another skip indicator.
(bzrmerge-resolve): Also ignore cl-loaddefs.el.

13 years agoMerge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
Glenn Morris [Sat, 15 Jan 2011 20:38:27 +0000 (12:38 -0800)]
Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
Note:
emacs-23 2010-05-20T01:32:08Z!lekktu@gmail.com is rendered unnecessary by pre-existing 2010-05-20
trunk change.

13 years agoMerge from emacs-23 branch.
Glenn Morris [Sat, 15 Jan 2011 20:03:38 +0000 (12:03 -0800)]
Merge from emacs-23 branch.

13 years agoBump version to 23.2.92.
Chong Yidong [Sat, 15 Jan 2011 03:50:47 +0000 (22:50 -0500)]
Bump version to 23.2.92.
Regenerate AUTHORS, configure, and ldefs-boot.el.

13 years ago* configure: Bump min libxml2 version to 2.6.17 (Bug#7603).
Chong Yidong [Sat, 15 Jan 2011 03:21:48 +0000 (22:21 -0500)]
* configure: Bump min libxml2 version to 2.6.17 (Bug#7603).

13 years ago* building.texi (Compilation): Improve instructions for running two compilations...
Chong Yidong [Sat, 15 Jan 2011 03:10:38 +0000 (22:10 -0500)]
* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).

13 years agoAvoid crash in Fselect_frame due to null selected_window (Bug#7728).
Martin Rudalics [Sat, 15 Jan 2011 02:55:58 +0000 (21:55 -0500)]
Avoid crash in Fselect_frame due to null selected_window (Bug#7728).

* window.c (inhibit_point_swap): New variable.
(Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
point this time.
(Fset_window_configuration): Set inhibit_point_swap to 1 instead
of setting selected_window to nil (Bug#7728).

13 years agoMake last-resort backup file in .emacs.d (Bug#6953).
Mark Diekhans [Sat, 15 Jan 2011 02:32:19 +0000 (21:32 -0500)]
Make last-resort backup file in .emacs.d (Bug#6953).

* lisp/files.el (backup-buffer): Make last-resort backup file in
.emacs.d.

* lisp/subr.el (locate-user-emacs-file): If .emacs.d does not exist,
make it with permission 700.

* doc/emacs/files.texi (Backup Names): Document the new location of the
last-resort backup file.

13 years ago[Gnus] Update copyright years.
Katsumi Yamaoka [Sat, 15 Jan 2011 00:35:35 +0000 (00:35 +0000)]
[Gnus] Update copyright years.

13 years agoMerge from mainline.
Paul Eggert [Fri, 14 Jan 2011 21:12:57 +0000 (13:12 -0800)]
Merge from mainline.

13 years ago* lisp/hexl.el (hexl-mode-old-*): Remove.
Stefan Monnier [Fri, 14 Jan 2011 19:55:35 +0000 (14:55 -0500)]
* lisp/hexl.el (hexl-mode-old-*): Remove.
(hexl-mode--old-var-vals): New var to replace them.
(hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
(hexl-mode, hexl-follow-line, hexl-activate-ruler):
Use them to set local vars.
(hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
(hexl-backward-short, hexl-backward-word, hexl-scroll-down)
(hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.

Fixes: debbugs:7846

13 years agoMerge: make-dist distributes test/ files too.
Paul Eggert [Fri, 14 Jan 2011 18:58:35 +0000 (10:58 -0800)]
Merge: make-dist distributes test/ files too.

13 years ago* make-dist: Distribute test/ files too.
Paul Eggert [Fri, 14 Jan 2011 18:56:58 +0000 (10:56 -0800)]
* make-dist: Distribute test/ files too.

Distribute every file under test/ that is under version control,
using patterns like *.el to capture files that are added later.
Without this change, "configure" would fail, because it would
attempt to build from a Makefile.in that was not distributed.

13 years agoMerge from mainline.
Paul Eggert [Fri, 14 Jan 2011 18:14:17 +0000 (10:14 -0800)]
Merge from mainline.

13 years ago* lisp/vc/smerge-mode.el: Resolve comment conflicts more aggressively.
Stefan Monnier [Fri, 14 Jan 2011 18:10:15 +0000 (13:10 -0500)]
* lisp/vc/smerge-mode.el: Resolve comment conflicts more aggressively.
(smerge-resolve--normalize-re): New var.
(smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
(smerge-resolve): Use them.
* lisp/newcomment.el (comment-only-p): New function.
(comment-or-uncomment-region): Use it.

13 years agoUpdate md5 checksums
Stefan Monnier [Fri, 14 Jan 2011 18:06:07 +0000 (13:06 -0500)]
Update md5 checksums

13 years agoChangeLog merge fixes.
Glenn Morris [Fri, 14 Jan 2011 17:42:40 +0000 (09:42 -0800)]
ChangeLog merge fixes.

13 years agoMerge from emacs-23
Stefan Monnier [Fri, 14 Jan 2011 17:18:41 +0000 (12:18 -0500)]
Merge from emacs-23

13 years ago* emulation/cua-base.el (cua--init-keymaps):
Kim F. Storm [Fri, 14 Jan 2011 15:06:17 +0000 (16:06 +0100)]
* emulation/cua-base.el (cua--init-keymaps):
Remap exchange-point-and-mark in cua-global-keymap.

13 years ago* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
Tassilo Horn [Fri, 14 Jan 2011 12:17:24 +0000 (13:17 +0100)]
* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
loop keyword.

13 years ago* net/rcirc.el: Adding maintainer info and e-mail addresses.
Deniz Dogan [Fri, 14 Jan 2011 11:25:56 +0000 (12:25 +0100)]
* net/rcirc.el: Adding maintainer info and e-mail addresses.

13 years agoMerge from mainline.
Paul Eggert [Fri, 14 Jan 2011 05:07:26 +0000 (21:07 -0800)]
Merge from mainline.

13 years agomerge emacs-23
Kenichi Handa [Fri, 14 Jan 2011 04:08:30 +0000 (13:08 +0900)]
merge emacs-23

13 years agoFix setting of buffer-file-coding-system of RMAIL buffer.
Kenichi Handa [Fri, 14 Jan 2011 04:04:10 +0000 (13:04 +0900)]
Fix setting of buffer-file-coding-system of RMAIL buffer.