1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
Commit graph

62520 commits

Author SHA1 Message Date
Nick Roberts
cb0ea01ead (gud-speedbar-buttons): Use shadow face for all out of scope components. 2006-02-20 21:47:56 +00:00
Nick Roberts
17007b970a *** empty log message *** 2006-02-20 21:46:12 +00:00
Chong Yidong
a073faa64c * regex.c: Revert 2006-02-19 change.
Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
2006-02-20 16:44:09 +00:00
Chong Yidong
a77f947b23 * regex.c (xmalloc, xrealloc): Define these when not linked to
Emacs.
2006-02-20 16:25:21 +00:00
Chong Yidong
ec9f0a62bf * custom.el (customize-mark-to-save, customize-mark-as-set): Load
the symbol first.
2006-02-20 15:59:51 +00:00
Juanma Barranquero
58f7100978 (Using Interactive): Fix reference to node "Minibuffers". 2006-02-20 10:29:02 +00:00
Miles Bader
d8bd1ad494 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-102
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-20 09:40:28 +00:00
Luc Teirlinck
2f90d2bc9d *** empty log message *** 2006-02-20 03:53:56 +00:00
Luc Teirlinck
4aea1d4bd7 (extend_range_table_work_area): Fix typo. 2006-02-20 03:48:53 +00:00
Bill Wohler
ae494f66e7 * mh-alias.el (mh-address-mail-regexp)
(mh-goto-address-find-address-at-point): Delete copies from
goto-addr.el. (mh-alias-suggest-alias): Use goto-address-mail-regexp
instead of mh-address-mail-regexp.
(mh-alias-add-address-under-point): Use
goto-address-find-address-at-point instead of
mh-goto-address-find-address-at-point.

* mh-e.el (mh-show-use-goto-addr-flag): Delete.

* mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
docstring.
(mh-show-addr): Call goto-address unconditionally. User should use
goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
2006-02-20 01:24:38 +00:00
Juanma Barranquero
5376d5f625 *** empty log message *** 2006-02-20 01:21:47 +00:00
Richard M. Stallman
7b1d7d664b (regex_compile): Call xmalloc and xrealloc.
(regcomp): Use xmalloc.
2006-02-20 01:19:15 +00:00
Richard M. Stallman
5eeafdc912 (x_catch_errors): Use xmalloc. 2006-02-20 01:18:43 +00:00
Richard M. Stallman
8a169494f0 (extend_range_table_work_area): Call xmalloc and xrealloc. 2006-02-20 01:15:42 +00:00
Richard M. Stallman
6d304eed7f (malloc_widget_value): Use xmalloc. 2006-02-20 01:14:07 +00:00
Juanma Barranquero
fff861a2e0 (list-buffers-noselect): Turn also "\n" into a strech spec so it doesn't display
as "^J" on the header line when `Buffer-menu-use-header-line' is t.
2006-02-20 00:56:31 +00:00
Nick Roberts
ffb2cf00c2 (gdb-speedbar-expand-node): Force update of speedbar. 2006-02-20 00:03:15 +00:00
Nick Roberts
6d210c9d81 (gud-speedbar-buttons): Fontify watch expessions. 2006-02-20 00:02:22 +00:00
Nick Roberts
37eadbacb4 (speedbar-make-button): Keep text properties
of string arguments if desired.
2006-02-20 00:01:10 +00:00
Richard M. Stallman
5498b6af64 *** empty log message *** 2006-02-20 00:00:31 +00:00
Richard M. Stallman
933f22f4f4 [HAVE_GETRLIMIT]: Include sys/resource.h.
(check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
2006-02-20 00:00:18 +00:00
Nick Roberts
8e6694f5e9 *** empty log message *** 2006-02-20 00:00:11 +00:00
Richard M. Stallman
e33c22a563 (digest_single_submenu): When pane_string is empty, do initialize save_wv. 2006-02-19 23:41:31 +00:00
Richard M. Stallman
53ba8be73b (High-Level Completion): Add xref to read-input-method-name. 2006-02-19 23:40:25 +00:00
Richard M. Stallman
240e8be5a3 (Relative File Names): Move file-relative-name here.
(File Name Expansion): From here.  Minor clarifications.
2006-02-19 23:39:55 +00:00
Richard M. Stallman
df36a07ef0 (Using Interactive): Put string case before list case. 2006-02-19 23:38:11 +00:00
Richard M. Stallman
8b77e9ed72 (Using Interactive): Add xrefs about reading input.
Clarify remarks about that moving point and mark.
2006-02-19 23:37:38 +00:00
Richard M. Stallman
d7fb7d7fec Use @smallbook.
(Top): Update ref to Emacs paper, delete ref to Cookbook.
Update subnode menu.
2006-02-19 23:35:56 +00:00
Richard M. Stallman
b9195b5232 (Lisp Interaction): Minor addition. 2006-02-19 23:34:53 +00:00
John Paul Wallington
07556e354b (ffap-read-file-or-url): Bind `completion-ignore-case' to value of
`read-file-name-completion-ignore-case'.  From Ryan Yeske.
2006-02-19 23:28:42 +00:00
Richard M. Stallman
de22bb5ea6 *** empty log message *** 2006-02-19 21:21:34 +00:00
Chong Yidong
8ed50a66d3 * cus-edit.el (customize-set-variable): Push setting to `user' theme. 2006-02-19 17:27:37 +00:00
Chong Yidong
fccf278488 * custom.el (customize-mark-as-set): Push to `user' theme. 2006-02-19 17:26:44 +00:00
Chong Yidong
4a9ceb4e9d * custom.el (customize-mark-to-save): Load the symbol's
dependencies, so that `standard-value' will be present.
2006-02-19 16:20:21 +00:00
Chong Yidong
2d656942f6 * cus-edit.el (custom-save-variables): Allow unthemed values. 2006-02-19 15:50:09 +00:00
YAMAMOTO Mitsuharu
4f2f32146a (update_menu_bar) [MAC_OS]: Don't set
w->update_mode_line if arg F is not the selected frame.
2006-02-19 07:33:40 +00:00
YAMAMOTO Mitsuharu
0f745bcf79 (popup_activated_flag, submenu_id)
(next_menubar_widget_id): Remove variables.
(initialize_frame_menubar): Remove function.
(pop_down_menu, mac_menu_show): Simplify save value.
(dispose_menus): New function.
(pop_down_menu, fill_menubar): Use it.
(fill_submenu): Remove function.  All uses changed to fill_menu.
(add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
POS.  Don't call SetMenuItemHierarchicalID here.
(fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
used next.  Call SetMenuItemHierarchicalID here.
(fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
objects if needed.  Reuse existing menu bar titles if possible.
(set_frame_menubar): Don't clean up menu objects here.
2006-02-19 07:33:13 +00:00
Nick Roberts
e5538a995c (gdb-force-update): Rename from gdb-var-changed.
(gdb-post-prompt): Use it.
(gdb-var-create-handler, gdb-var-evaluate-expression-handler)
(gdb-var-update-handler, gdb-var-delete)
(gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Don't set gdb-var-changed, just set
gdb-force-update in gdb-post-prompt.
(gdb-reset): Clear watch expressions from speedbar when quitting.
2006-02-19 05:21:50 +00:00
Nick Roberts
672162f3de Don't require font-lock as it's now automatically loaded.
(gud-speedbar-buttons): Replace gdb-var-changed with gdb-force-update.
2006-02-19 05:20:44 +00:00
Nick Roberts
4d9fa6b8dd *** empty log message *** 2006-02-19 05:19:26 +00:00
Michael Kifer
b6178721d8 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el (viper-insert-state-post-command-sentinel,
	viper-change-state-to-vi, viper-change-state-to-emacs):
	made aware of cursor coloring in the emacs state.
	(viper-special-read-and-insert-char): use read-char-exclusive.
	(viper-minibuffer-trim-tail): workaround for fields in minibuffer.

	* viper-init.el (viper-emacs-state-cursor-color): new variable.

	* viper-util.el (viper-save-cursor-color,
	viper-get-saved-cursor-color-in-replace-mode,
	viper-get-saved-cursor-color-in-insert-mode,
	viper-restore-cursor-color): make aware of the cursor color in emacs
	state.
	(viper-get-saved-cursor-color-in-emacs-mode): new function.

	* ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option,
	ediff-ignore-case-option3, ediff-actual-diff-options,
	ediff-actual-diff3-options): new variables to control case sensitivity.
	(ediff-make-diff2-buffer, ediff-setup-fine-diff-regions,
	ediff-setup-diff-regions3): made aware of case-sensitivity.
	(ediff-toggle-ignore-case): new function.
	(ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers.

	* ediff-help.el (ediff-long-help-message-narrow2,
	ediff-long-help-message-compare2, ediff-long-help-message-compare3,
	ediff-long-help-message-word-mode): add ignore-case command.
	(ediff-help-for-quick-help): add ignore-case command.

	* ediff-merg.el: move provide to the end.

	* ediff-ptch.el: move provide to the end.

	* ediff-wind.el: move provide to the end.

	* ediff-mult.el: move provide to the end.
	(ediff-set-meta-overlay): enable follow-link.

	* ediff.el: move provide to the end.
	Break recursive load cycle in eval-when-compile.
	(ediff-patch-buffer): better heuristics.

	* ediff-util.el: move provide to the end.
	Break recursive load cycle in eval-when-compile.
	(ediff-setup-keymap): add binding for #c. Replaced some defsubsts with
	defuns.
	(ediff-submit-report): pass the values of ediff-diff3-program,
	ediff-diff3-options.
2006-02-19 03:16:45 +00:00
Bill Wohler
803c30445d (Version, mh-version): Add +cvs to version. 2006-02-18 23:38:39 +00:00
Juanma Barranquero
dee503e5c3 (help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
the following bracketing pairs: {}, [], (), <>, `' (for example, in the
docstring of `windmove-default-keybindings').
2006-02-18 23:34:18 +00:00
Nick Roberts
054d409eaf (gdb-var-evaluate-expression-handler)
(gdb-var-update-handler): Detect out of scope variables with pre
GDB 6.4 too.
(gdb-post-prompt): Revert changet 2006-02-17 (force update).
Reset status of variable objexts to nil in update handlers.
(gdb-var-update-handler-1): Detect when a variable object comes
in scope.  setcar on var changes gdb-var-list directly.
2006-02-18 22:58:26 +00:00
Nick Roberts
02a471b435 (gud-speedbar-buttons): Update properly for
shadow face.  Don't provide binding to edit variable when it is
out of scope.
2006-02-18 22:57:05 +00:00
Nick Roberts
e06b715f25 *** empty log message *** 2006-02-18 22:55:09 +00:00
Bill Wohler
ba88a6ef23 Mention that 7.92 is the third 8.0 beta release. 2006-02-18 22:47:54 +00:00
Bill Wohler
0951cd3644 Update for MH-E release 7.92. 2006-02-18 22:47:01 +00:00
Bill Wohler
927967ee92 (Version, mh-version): Update for release 7.92. 2006-02-18 22:43:43 +00:00
Chong Yidong
da7520dea4 * window.c (window_min_size_1): Ensure room for the scroll bar and
fringes.
2006-02-18 22:17:09 +00:00