1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

56891 Commits

Author SHA1 Message Date
Masatake YAMATO
359e4563ca Supprot mouse-face on mode-line.
2005-05-23  Masatake YAMATO  <jet@gyve.org>

	* xdisp.c (note_mode_line_or_margin_highlight): Added code
	for mouse-face. Change the type of the first argument from `window'
	to `List_Object'.
	(note_mouse_highlight): Call note_mode_line_or_margin_highlight with
	window instead of w.

2005-05-23  Masatake YAMATO  <jet@gyve.org>

	* bindings.el (mode-line-major-mode-keymap): Bind
	[mode-line down-mouse-1] to `mouse-major-mode-menu'.

	* faces.el (mode-line-highlight): New face.

	* ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
	as mouse-face.

	* bindings.el (top-level, help-echo, mode-line-modified)
	(mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
	as mouse-face.
2005-05-23 11:19:17 +00:00
Juanma Barranquero
a4632380fa (c-guess-basic-syntax): Remove spurious call to `zerop'. 2005-05-23 09:16:17 +00:00
Lute Kamstra
33f413db2f *** empty log message *** 2005-05-23 09:08:33 +00:00
Lute Kamstra
a7e3b4ef13 Update FSF's address throughout.
(Preface): Use @cite.
(Distrib): Add cross reference to the node "Copying".  Mention the
FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of printed
manuals.
(Intro): Use @xref for the Emacs Lisp Intro.
2005-05-23 09:05:38 +00:00
Kim F. Storm
0bf2d8f4bb *** empty log message *** 2005-05-23 08:09:56 +00:00
Juanma Barranquero
28fdc86acb Maintain timestamp order (new zealanders live in the future ;-) 2005-05-23 00:14:50 +00:00
Martin Stjernholm
7c09345fe4 *** empty log message *** 2005-05-23 00:06:28 +00:00
Juanma Barranquero
868904eb92 (acons, pairlis): Add docstring. 2005-05-23 00:05:40 +00:00
Martin Stjernholm
3efc2cd768 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
CC Mode update to 5.30.10:

	* cc-fonts.el (c-font-lock-declarators): Fixed bug where the point
	could go past the limit in decoration level 2, thereby causing
	errors during interactive fontification.

	* cc-mode.el (c-make-inherited-keymap): Fixed cc-bytecomp bug when
	the file is evaluated interactively.

	* cc-engine.el (c-guess-basic-syntax): Handle operator
	declarations somewhat better in C++.

	* cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
	make use of run-mode-hooks' which has been added in Emacs 21.1.

	(c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode,
	awk-mode): Use it.

	(make-local-hook): Suppress warning about obsoleteness.

	* cc-engine.el, cc-align.el, cc-cmds.el
	(c-append-backslashes-forward, c-delete-backslashes-forward,
	c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
	Compensate for return value from forward-line' when it has moved
	but not to a different line due to eob.

	* cc-engine.el (c-guess-basic-syntax): Fixed anchoring in
	objc-method-intro' and objc-method-args-cont'.

2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>

	CC Mode update to 5.30.10:

	* cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
	in the copyright statement.  Incidentally, change "along with GNU
	Emacs" to "along with this program" where it occurs.

	* cc-mode.el: Add a fourth parameter t' to the awk-mode autoload,
	so that it is interactive, hence can be found by M-x awk-mode
	whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
	<gmorris+emacs@ast.cam.ac.uk>.

	* cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
	Mode's regexps.

2005-05-23  Kevin Ryde  <user42@zip.com.au>:

	* cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
	c-parse-state, to avoid a lisp error (on bad code).
2005-05-23 00:03:59 +00:00
Lute Kamstra
f1e9abb9bf (font-lock-defaults): Remove defvar as it's already defined in font-core.el. 2005-05-22 23:50:05 +00:00
Lute Kamstra
822b23b008 (font-lock-beginning-of-syntax-function): Fix docstring. 2005-05-22 23:48:12 +00:00
Luc Teirlinck
21178fee96 Update comment. 2005-05-22 22:13:49 +00:00
Luc Teirlinck
7fb8093523 (define-global-minor-mode): Use `after-change-major-mode-hook' instead
of `find-file-hook'.
2005-05-22 22:07:22 +00:00
Luc Teirlinck
5f90d77ec8 (Buffer-menu-mode): Use `run-mode-hooks'. 2005-05-22 22:01:22 +00:00
Eli Zaretskii
a0e8eaa345 (yank, yank-pop): Mention `yank-excluded-properties'
and `yank-handler' in the doc strings.
2005-05-22 20:58:52 +00:00
Stefan Monnier
6cd0254fe9 (eql): Remove. It's a builtin already. 2005-05-22 20:15:05 +00:00
Juanma Barranquero
3187ba1c4f (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,
multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring
consistency.
2005-05-22 17:51:22 +00:00
Juanma Barranquero
9ae5b0b9dc (coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,
notevery, signum, isqrt, concatenate, list-length, get*, getf, cl-remprop):
Improve argument/docstring consistency.
2005-05-22 17:48:02 +00:00
Juanma Barranquero
708c63a689 (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,
list*, copy-list, adjoin, subst): Improve argument/docstring consistency.
2005-05-22 17:46:50 +00:00
Richard M. Stallman
1b12fa9dc4 (describe-key): Move print-help-return-message call out of conditional. 2005-05-22 15:52:51 +00:00
Richard M. Stallman
724e07b9a0 *** empty log message *** 2005-05-22 13:56:37 +00:00
Richard M. Stallman
6ef254eca4 (list-tags): Use with-no-warnings. 2005-05-22 13:51:28 +00:00
Richard M. Stallman
88f2c9add0 (smtpmail-open-stream): Use with-no-warnings.
(smtpmail-send-queued-mail): Avoid beginning-of-buffer.
(starttls-extra-args, starttls-extra-arguments): Add defvars.
2005-05-22 13:49:09 +00:00
Richard M. Stallman
637502c3f3 (mail-get-names): Avoid beginning-of-buffer. 2005-05-22 13:43:55 +00:00
Richard M. Stallman
aade916c26 (viet-viscii-nonascii-translation-table): Add defvar. 2005-05-22 13:42:49 +00:00
Richard M. Stallman
e07ff07849 (viper-ex-work-buf, viper-ex-print-buf): Use defvar, not defconst. 2005-05-22 13:38:39 +00:00
Richard M. Stallman
9bbe39270f (hexl-follow-line): Use with-no-warnings. 2005-05-22 13:35:56 +00:00
Richard M. Stallman
2225a1961e (dired-font-lock-keywords): Fontify files with junk extensions
even if marked by -F.
2005-05-22 13:35:21 +00:00
Richard M. Stallman
90d5ea0499 Use write-file-functions instead of write-file-hooks. 2005-05-22 13:31:22 +00:00
Nick Roberts
453b7959ae (gdb-info-locals-handler): Make regexps
more general and work when GDB variable "print pretty" is on,
as with Emacs, for example.
2005-05-22 12:37:24 +00:00
Nick Roberts
99fa411654 *** empty log message *** 2005-05-22 12:36:27 +00:00
Thien-Thi Nguyen
5b4adcae98 For copyright years, change status of TTN-munged areas back to
"working" pending review pending more precise guidelines from RMS.
2005-05-22 11:18:46 +00:00
André Spiegel
5426f82958 # 2005-05-22 11:02:09 +00:00
André Spiegel
3b37b1796f (vc-trunk-p): Add autoload cookie. The function is used in vc-rcs.el
when vc-mistrust-permissions is t, which is not the default.
2005-05-22 10:51:32 +00:00
Juanma Barranquero
2641cc63e2 (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. 2005-05-22 10:38:08 +00:00
André Spiegel
a41c216fd7 # 2005-05-22 10:31:42 +00:00
André Spiegel
ce127eaa53 (vc-cvs-checkout-model): Handle the case where FILE doesn't exist. 2005-05-22 10:29:44 +00:00
Andreas Schwab
41c4895cd7 (send_process): Move misplaced volatile. 2005-05-22 09:49:43 +00:00
Andreas Schwab
edceb51cbc (send_process): Remove misplaced volatile. 2005-05-22 09:35:04 +00:00
Richard M. Stallman
5c213fcc86 (display_mode_element): If we're processing a list and
padding is specified, put it after the last element.
2005-05-22 02:54:12 +00:00
Nick Roberts
8449720ce4 Remove make-obsolete-variable for
already deleted variables: auto-fill-hook, blink-paren-hook,
lisp-indent-hook, inhibit-local-variables, unread-command-event
suspend-hooks, comment-indent-hook, meta-flag,
before-change-function, after-change-function,
font-lock-doc-string-face.
2005-05-22 02:30:41 +00:00
Nick Roberts
fdd55b6a87 *** empty log message *** 2005-05-22 02:29:51 +00:00
Luc Teirlinck
3e2c3ab0f5 (define-derived-mode): Doc fix. 2005-05-21 22:35:35 +00:00
Luc Teirlinck
71f800cf3b *** empty log message *** 2005-05-21 22:34:12 +00:00
Luc Teirlinck
e09aff745e (Reading File Names): Update description of `read-directory-name'. 2005-05-21 22:29:19 +00:00
Luc Teirlinck
a217fa213f (Derived Modes): Clarify :group keyword. 2005-05-21 22:24:04 +00:00
Luc Teirlinck
2a4d7cb355 *** empty log message *** 2005-05-21 22:22:26 +00:00
Jay Belanger
9aa21f5167 *** empty log message *** 2005-05-21 16:33:18 +00:00
Jay Belanger
c7bb1c63f1 (Storing variables): Mention that only most variables are void to
begin with.
2005-05-21 16:03:42 +00:00
Eli Zaretskii
aa4060b96f (Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"
on DOS_NT systems.
2005-05-21 15:28:57 +00:00