1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

60846 Commits

Author SHA1 Message Date
Eli Zaretskii
3bf70c4e0a Rename emacs.ico into emacs21.ico. 2005-11-26 10:04:05 +00:00
Chong Yidong
49d11c492a * progmodes/compile.el (compilation-setup): Fix last fix. 2005-11-25 22:07:00 +00:00
Nick Roberts
be1c984450 (gdb-info-breakpoints-custom)
(gdb-mouse-toggle-breakpoint-margin)
(gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
Add gdb-server-prefix to keep out of command history.
(gdb-edit-register-value): New function.
(gdb-registers-mode-map): Bind mouse-2 and RET to it.
(gdb-info-registers-custom): Use above map.
2005-11-25 21:34:03 +00:00
Nick Roberts
1c5a7258db *** empty log message *** 2005-11-25 21:33:02 +00:00
Chong Yidong
e335f09e0e * custom.el (enable-theme): Signal error if argument is not a
theme.  Don't recalculate a face if it's not loaded yet.

	* cus-face.el (custom-theme-set-faces): Don't change saved-face if
	the `user' theme is in effect.
2005-11-25 18:00:10 +00:00
Kim F. Storm
93a068651d *** empty log message *** 2005-11-25 17:57:06 +00:00
Chong Yidong
d590dbd27a * info.el (Info-on-current-buffer): Record actual filename in
Info-current-file, instead of t, or a fake filename if a non-file
	buffer.  Make autoload.
	(Info-find-node, Info-revert-find-node): No need to check for
	Info-current-file nil.
	(Info-set-mode-line, Info-up, Info-copy-current-node-name):
	Info-current-file is now never `t'.
	(Info-fontify-node): Many simplifications due to Info-current-file
	always being valid.  Use Info-find-file to find node filename.
2005-11-25 16:35:34 +00:00
David Kastrup
e5ad37ee8d (longlines-wrap-line): Reorder wrapping to "insert
new character, then delete" in order to preserve markers.
2005-11-25 11:06:30 +00:00
David Ponce
d973cf9cdb (recentf-arrange-by-rule): Handle a special `auto-mode-alist'-like
"strip suffix" rule.
(recentf-build-mode-rules): Handle second level auto-mode entries.
2005-11-25 07:57:21 +00:00
David Ponce
f81b92f259 *** empty log message *** 2005-11-25 07:55:48 +00:00
Michael Kifer
9b01475db9 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-wind (ediff-make-wide-display): Slight simplification.

	* ediff.el (ediff-date): Changed the date of last update.
2005-11-25 07:29:10 +00:00
Michael Kifer
0680ea10b4 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-keym.el (viper-ESC-key): use different values in terminal and
	window modes.

	* viper.el (viper-emacs-state-mode-list): delete mail-mode, add
	jde-javadoc-checker-report-mode.
2005-11-25 07:18:07 +00:00
Chong Yidong
e4d5906679 * hi-lock.el (hi-lock-buffer-mode): Turn on font-lock.
(hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
	font-lock-fontify-buffer.
	(hi-lock-refontify): Deleted.
	(hi-lock-font-lock-hook): Turn off hi-lock when font lock is
	turned off.
2005-11-25 05:32:56 +00:00
Chong Yidong
9cb4bb4503 Fix typo. 2005-11-24 21:11:42 +00:00
Chong Yidong
ae34cba19b Fix two omissions in last change. 2005-11-24 21:05:33 +00:00
Chong Yidong
963b20402d * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
Use define-minor-mode, and make it a local mode.
	(hi-lock-mode): New global minor mode.
	(turn-on-hi-lock-if-enabled): New function.
	(hi-lock-line-face-buffer, hi-lock-face-buffer)
	(hi-lock-set-pattern): Changed arguments to regexp and face
	instead of a font-lock pattern.  Directly set face property,
	instead of refontifying.
	(hi-lock-font-lock-hook): Check if font-lock is being turned on.
	(hi-lock-find-patterns): Use line-number-at-pos.

	(hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
	arguments for hi-lock-set-pattern.
	(hi-lock-find-file-hook, hi-lock-current-line)
	(hi-lock-set-patterns): Deleted unused functions.

	* progmodes/compile.el (compilation-setup): Don't fiddle with
	font-lock-defaults.
2005-11-24 20:52:16 +00:00
Nick Roberts
f3220d3a39 (gdb-var-create-handler, gdb-var-list-children-handler):
Find values for all variable objects.  gud-speedbar-buttons
decides whether to display them.
2005-11-24 20:45:50 +00:00
Nick Roberts
e5a690f115 *** empty log message *** 2005-11-24 20:43:52 +00:00
Romain Francoise
357e604527 (Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a
space.
2005-11-24 16:10:00 +00:00
Carsten Dominik
929d3fae89 version 3.21 2005-11-24 14:48:48 +00:00
Carsten Dominik
ebfe0a9cff (Structure editing): New item moving commands added.
(Plain Lists): New section.
2005-11-24 14:47:17 +00:00
Carsten Dominik
9981213caf *** empty log message *** 2005-11-24 14:46:59 +00:00
Carsten Dominik
7a368970c7 (org-export-plain-list-max-depth): Renamed from
`org-export-local-list-max-depth'.  Default values changed to 3.
	(org-auto-renumber-ordered-lists,
	org-plain-list-ordered-item-terminator): New options.
	(org-at-item-p, org-beginning-of-item, org-end-of-item,
	org-get-indentation, org-get-string-indentation,
	org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
	functions.
	(org-move-item-down, org-move-item-up): New commands.
	(org-export-as-html): New classes for CSS support.  Bug fix in
	regular expression detecting fixed-width regions.  Respect
	`org-local-list-ordered-item-terminator'.
	(org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
	also a list item.
	(org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
	New item moving functions added.
2005-11-24 14:45:21 +00:00
Juri Linkov
ece75c05d6 (isearch-repeat): With empty search ring set `isearch-error' to the
error string instead of signaling error with the function `error'.
2005-11-24 09:59:37 +00:00
YAMAMOTO Mitsuharu
b9c7cbf926 *** empty log message *** 2005-11-24 08:20:41 +00:00
YAMAMOTO Mitsuharu
f2d8779be3 (Qcontrol): Rename from Qctrl. All uses changed.
(syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
Qsuper, and Qmodifier_value.
(Vmac_control_modifier, Vmac_option_modifier)
(Vmac_command_modifier, Vmac_function_modifier)
(Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
(Vmac_pass_command_to_system, Vmac_pass_control_to_system)
(Vmac_charset_info_alist): Doc fixes.
2005-11-24 08:20:16 +00:00
YAMAMOTO Mitsuharu
d0aeb9af35 (Mac Input): Remove description of mac-command-key-is-meta. Add
descriptions of mac-control-modifier, mac-command-modifier, and
mac-option-modifier.
(Mac International): Fix description of conversion of clipboard	data.
(Mac Font Specs): Add example of font customization by face attributes.
2005-11-24 08:19:31 +00:00
YAMAMOTO Mitsuharu
d8dabccce2 Make modifier ctrl' an alias of control'. 2005-11-24 08:18:37 +00:00
YAMAMOTO Mitsuharu
7d638a7632 The variable `mac-command-key-is-meta' is obsolete. 2005-11-24 08:18:17 +00:00
Nick Roberts
1e906233d4 (gud-speedbar-menu-items): Add gdb-speedbar-auto-raise as radio button.
(gud-speedbar-buttons): Raise speedbar if requested.
Don't match on "char **...".
(gud-speedbar-buttons): Add (pointer) value for non-leaves.
Make it editable.
2005-11-24 00:36:03 +00:00
Nick Roberts
66395e6be0 (gdb-speedbar-auto-raise): New function and variable.
(gdb-var-create-handler, gdb-var-list-children-handler):
Don't match on "char **...".
(gdb-var-update-handler): Find values for all variable objects.
(gdb-info-frames-custom): Identify frames by leading "#".
2005-11-24 00:34:59 +00:00
Nick Roberts
55b2dea3c4 *** empty log message *** 2005-11-24 00:33:42 +00:00
Chong Yidong
98b37eab5d * info.el (Info-fontify-node): Handle the case where
Info-current-file is t.
2005-11-23 17:57:46 +00:00
Stefan Monnier
9c03d47858 (blink-matching-open): Fix off-by-one in last change. 2005-11-23 15:05:27 +00:00
YAMAMOTO Mitsuharu
2c012c4187 *** empty log message *** 2005-11-23 07:20:09 +00:00
YAMAMOTO Mitsuharu
0d83c94d20 Don't change default directory. 2005-11-23 07:19:59 +00:00
YAMAMOTO Mitsuharu
836d66d3ca (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: Add prototype. 2005-11-23 07:19:24 +00:00
YAMAMOTO Mitsuharu
f997a55890 (DECODE_UTF_8): Remove macro.
[TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
created from cfstring_to_lisp.
[TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
(xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
2005-11-23 07:19:16 +00:00
YAMAMOTO Mitsuharu
a4f8f6cf42 (main) [MAC_OSX]: Change working directory to home
directory if `-psn_*' option is specified.
2005-11-23 07:19:03 +00:00
Luc Teirlinck
eac1f7d830 (Custom-reset-standard): Make it handle Custom group
buffers correctly.  (It used to throw an error in such buffers.)
Make it ask for confirmation in group buffers and other Custom
buffers containing more than one customization item.
2005-11-22 23:28:28 +00:00
Luc Teirlinck
2036ac732c *** empty log message *** 2005-11-22 23:26:53 +00:00
John Paul Wallington
43fb082deb (goto-address-fontify): Put `follow-link' property on mail and url overlays.
(goto-address-at-point): Use `posn-set-point' instead of `mouse-set-point'
because the latter is not fbound when configured without X.
2005-11-22 22:08:11 +00:00
Romain Francoise
5c4ce34de3 *** empty log message *** 2005-11-22 19:56:07 +00:00
Lars Hansen
5eba3394e0 (ls-lisp-parse-symlink): Delete.
(ls-lisp-classify, ls-lisp-format): Delete call to ls-lisp-parse-symlink.
(ls-lisp-handle-switches): Handle symlinks to directories as directories
when ls-lisp-dirs-first in non-nil.
2005-11-22 19:25:50 +00:00
Romain Francoise
ad7a98ae73 Add etc/images/icons. 2005-11-22 12:55:06 +00:00
Nick Roberts
5fdd4cf709 (gdb-locals-watch-keymap): Add "\r" binding to local map. 2005-11-22 03:35:33 +00:00
Luc Teirlinck
e7eda24568 (command-line): Make sure that loaddefs.el is handled correctly in
load-history.
2005-11-22 03:32:50 +00:00
Luc Teirlinck
84ad29ae9a *** empty log message *** 2005-11-22 03:31:30 +00:00
Nick Roberts
42cb485e8c (Watch Expressions): Expand description.
(Other GDB User Interface Buffers): Describe local map for
gud-watch.
2005-11-22 03:22:52 +00:00
Nick Roberts
b581a7273b *** empty log message *** 2005-11-22 03:22:05 +00:00