1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

59726 Commits

Author SHA1 Message Date
Juanma Barranquero
7bf42457a9 (speedbar-attached-frame): Add defvar. 2005-10-06 08:19:57 +00:00
Juanma Barranquero
58eb29e58e (x-pointer-hand2, x-pointer-top-left-arrow): Add defvars. 2005-10-06 08:19:10 +00:00
Kenichi Handa
01017d922c (set-language-environment): Fix
setting up of case-table for unibyte mode.
2005-10-06 08:11:14 +00:00
Kenichi Handa
c8d21d09f1 *** empty log message *** 2005-10-06 08:09:19 +00:00
Kenichi Handa
a41b50cadd (what-cursor-position): If the character is displayed
by some `display' text property, show that.  Don't use
single-key-description for eight-bit characters in multibyte mode.
2005-10-06 06:57:41 +00:00
Nick Roberts
475a41c957 (gdb-fringe-width): New variable.
(gdb-ann3): Set it.
(gdb-put-breakpoint-icon): Don't take fringe-width from speedbar
frame.
(gdb-info-frames-custom): Use inverse-video for first five
characters of selected frame only.
(gdb-get-frame-number): Select frame even when point is on frame
number.
2005-10-06 06:06:55 +00:00
Nick Roberts
7f77845246 *** empty log message *** 2005-10-06 06:05:59 +00:00
Nick Roberts
6a8a087a3c (gdb-fringe-width): New variable.
(gdb-ann3): Set it.
(gdb-put-breakpoint-icon): Don't take fringe-width from speedbar
frame.
2005-10-06 03:42:24 +00:00
Nick Roberts
cf85afc95b *** empty log message *** 2005-10-06 03:41:32 +00:00
Michael Kifer
28b55b3036 added acknowledgement 2005-10-06 00:51:34 +00:00
Michael Kifer
e2de3a2945 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-merge.el (ediff-merge-region-is-non-clash): new defsubst.
	(ediff-merge-region-is-non-clash-to-skip): previouslu called
	ediff-merge-region-is-non-clash.

	* ediff-mult.el (ediff-append-custom-diff,ediff-meta-show-patch): use
	insert-buffer-substring.

	* ediff-ptch.el (ediff-fixup-patch-map): use better heuristics for
	selecting files to patch. Also bug fixes.

	* ediff-util.el (ediff-setup): bug fix.
	(ediff-next-difference): Never skip clashes that differ in white space
	only.

	* ediff-wind.el (ediff-setup-control-frame,ediff-destroy-control-frame):
	check the menubar feature.

	* viper-cmd.el (viper-normalize-minor-mode-map-alist,
	viper-refresh-mode-line): use make-local-variable to localize some vars
	instead of make-variable-buffer-local. Suggested by Stefan Monnier.

	* viper-init.el (viper-make-variable-buffer-local): delete alias.
	(viper-restore-cursor-type,viper-set-insert-cursor-type): use
	make-local-variable instead of make-variable-buffer-local. Suggested by
	Stefan Monnier.

	* viper.el (viper-mode): don't use viper-make-variable-buffer-local.
	(viper-comint-mode-hook): use make-local-variable on
	require-final-newline.
	(viper-non-hook-settings): don't use make-variable-buffer-local.
2005-10-06 00:09:49 +00:00
Masatake YAMATO
20ef86730c 2005-10-06 Masatake YAMATO <jet@gyve.org>
* progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Put
	`font-lock-function-name-face'.
	(gdb-info-frames-custom): Put `font-lock-function-name-face'
	and `font-lock-variable-name-face'
	(gdb-registers-font-lock-keywords): New font lock keywords definition.
	(gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
	(gdb-memory-font-lock-keywords): New font lock keywords definition.
	(gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
	(gdb-local-font-lock-keywords): New font lock keywords definition.
	(gdb-locals-mode): Use `gdb-local-font-lock-keywords'
	(gdb-threads-font-lock-keywords): New font lock keywords definition.
	(gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2005-10-05 17:20:04 +00:00
Stefan Monnier
21c3ef84cc (scheme-mode-syntax-table): Mark ; as being also the
second char of a comment-start sequence.
(scheme-sexp-comment-syntax-table): New var.
(lambda, define): Set their scheme-doc-string-elt property.
(scheme-font-lock-syntactic-face-function): Handle sexp-comments.
Use lisp-font-lock-syntactic-face-function now that it properly
handles |...| symbols.
(scheme-mode-variables): Set lisp-doc-string-elt-property,
parse-sexp-lookup-properties and font-lock-extra-managed-props.
2005-10-05 15:31:44 +00:00
Stefan Monnier
d95af087de (lisp-mode-syntax-table): Move the nesting bit from # to |.
(lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2005-10-05 15:19:38 +00:00
Stefan Monnier
f8ab194748 (lambda): Add its doc-string-elt property.
(lisp-doc-string-elt-property): New var.
(lisp-font-lock-syntactic-face-function): Use it.
Rewrite to recognize docstrings even for forms not at toplevel.
2005-10-05 15:03:09 +00:00
Stefan Monnier
f17ae68f2a (scheme-mode-syntax-table): Move the nesting bit from # to |.
(scheme-font-lock-syntactic-face-function): New function, to
distinguish strings from |...| symbols.
(scheme-mode-variables): Use it.  Also fix up the font-lock-time
syntax-table so that #|...|# is properly highlighted.
2005-10-05 14:23:13 +00:00
Stefan Monnier
efbbcafbbe (lisp-font-lock-syntactic-face-function):
Don't mark as docstring the 3rd elem of an unknown toplevel form.
2005-10-05 14:07:18 +00:00
Nick Roberts
ec79de1002 (GDB): Describe use of watch expressions. 2005-10-04 22:54:13 +00:00
Nick Roberts
281cc7f019 *** empty log message *** 2005-10-04 22:52:16 +00:00
Miles Bader
8753ddeed0 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-574
Merge from gnus--rel--5.10

2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-url.el (mm-url-predefined-programs): Add switches for curl.

   * lisp/gnus/gnus-util.el (gnus-remove-duplicates): Remove.

   * lisp/gnus/nnmail.el (nnmail-article-group): Use mm-delete-duplicates
   instead of gnus-remove-duplicates.

   * lisp/gnus/message.el (message-remove-duplicates): Remove.
   (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
   message-remove-duplicates.

   * lisp/gnus/mm-util.el (mm-delete-duplicates): Use `delete-dups' if
   available, else use implementation from `delete-dups'.
2005-10-04 22:51:06 +00:00
Stefan Monnier
f88febbb69 (global-map): Resync [home] and [end] bindings with C-a and C-e. 2005-10-04 21:50:34 +00:00
Stefan Monnier
c0752bdcf7 Move comments into docstrings.
(eldoc-message-commands): Initialize in its declaration.
Add move-beginning-of-line and move-end-of-line.
(eldoc-add-command, eldoc-add-command-completions)
(eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2005-10-04 21:49:09 +00:00
Stefan Monnier
d35b8a281b (outline-mark-subtree): Activate the mark. 2005-10-04 20:54:26 +00:00
Stefan Monnier
0cb7f2c026 (appt-time-regexp): New var.
(appt-add, appt-make-list): Use it.
(appt-convert-time): Clean up.
2005-10-04 20:51:16 +00:00
Stefan Monnier
3307a4fa17 (tex-font-lock-syntactic-face-function):
Don't set any syntax-table property here.
(tex-font-lock-verb): New function.  Do it here.
(tex-font-lock-syntactic-keywords): Use it.
2005-10-04 20:45:58 +00:00
Richard M. Stallman
d315fc0fcb (widget-file-complete): Get the widget start point the right way.
Default directory to `/' if file has none.
2005-10-04 20:31:22 +00:00
Richard M. Stallman
69a069faab (x-dnd-drop-data): Check for dedicated windows. 2005-10-04 20:29:50 +00:00
Richard M. Stallman
6487ea0d84 (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries. 2005-10-04 20:29:00 +00:00
Richard M. Stallman
966a7f495b (ispell-word, ispell-region): Call ispell-maybe-find-aspell-dictionaries.
(ispell-accept-buffer-local-defs):
Don't call ispell-maybe-find-aspell-dictionaries
2005-10-04 20:28:27 +00:00
Richard M. Stallman
1a1dd431f0 (iswitchb-buffer-ignore): Label it risky.
(iswitchb-ignore-buffername-p): Use `functionp'
instead of `fboundp' in order to allow for anonymous functions.
2005-10-04 20:27:58 +00:00
Richard M. Stallman
49efed3a0f (refill_memory_reserve): Conditionalize the body, not the function's existence. 2005-10-04 20:26:13 +00:00
Bill Wohler
8973af1616 Testing loginfo entry. 2005-10-04 18:29:01 +00:00
Kim F. Storm
5136954240 *** empty log message *** 2005-10-04 15:26:35 +00:00
Kim F. Storm
180ce0f4fd (Window Split Tree): New section describing
new function window-split-tree function.
2005-10-04 14:26:20 +00:00
Kim F. Storm
abc8ce502c *** empty log message *** 2005-10-04 14:26:06 +00:00
Kim F. Storm
94e16dd575 (window_split_tree): New function.
(Fwindow_split_tree): New defun.
(syms_of_window): Defsubr it.
2005-10-04 14:14:05 +00:00
Chong Yidong
222a6c9b7f * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
case the user clicks on the link while another window is selected.
	(Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.

	* dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
	functionality.
	(dframe-help-echo): Save point in case mouse tracking is off.
2005-10-04 14:06:44 +00:00
Miles Bader
bbcb5072a3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-572
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 129-130)

   - Update from CVS

2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/time-date.el: Autoload parse-time-string, XEmacs needs it.
2005-10-04 13:55:17 +00:00
YAMAMOTO Mitsuharu
66533b2580 *** empty log message *** 2005-10-04 09:21:09 +00:00
YAMAMOTO Mitsuharu
d4a8455bf1 (mac_invert_rectangle): New function.
(XTflash): Use it.
2005-10-04 09:20:38 +00:00
YAMAMOTO Mitsuharu
9797a87d24 Prefer Carbon if --enable-carbon-app or --with-carbon is explicitly
specified even when X11 is detected.
2005-10-04 09:19:37 +00:00
YAMAMOTO Mitsuharu
1d4d56045e Regenerate. 2005-10-04 09:19:24 +00:00
Stefan Monnier
4e2f601fbc (re_char): Don't expose it in the interface.
(re_set_whitespace_regexp): Adjust the arg's type to not use it.
2005-10-04 04:32:50 +00:00
Stefan Monnier
6470ea05f9 (re_char): Move it back to the implementation file.
(re_set_whitespace_regexp): Change the arg's type to not use it.
2005-10-04 04:31:08 +00:00
Stefan Monnier
4156359ea5 (make_lispy_event): If point has moved between down and up event, make it
a drag, not a click, to mirror what mouse-drag-region expects.
2005-10-04 04:23:12 +00:00
Thien-Thi Nguyen
c7bef55fee (ange-ftp-ls): Fix typo introduced in last change. 2005-10-04 00:21:58 +00:00
Stefan Monnier
6d1f4dc422 (c-basic-common-init): Remove calls to
make-local-variable which we do not need any more.
2005-10-03 21:23:06 +00:00
Stefan Monnier
6c715ec53e (c-setup-paragraph-variables): Make sure we do
not change the global value of those vars.
2005-10-03 21:21:35 +00:00
Stefan Monnier
b63f6e81f7 Use with-current-buffer.
(ange-ftp-insert-directory): Do not follow symlinks any more.
2005-10-03 21:19:15 +00:00
Chong Yidong
7752250e6b * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
(speedbar-ignored-path-expressions, speedbar-buffers-line-path)
	(speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
	(speedbar-path-line): Define obsolete aliases.
	(speedbar-line-directory): Doc fix.

	* progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
	(vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
	instead of speedbar-line-path.
2005-10-03 20:46:29 +00:00