1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00
Commit Graph

57109 Commits

Author SHA1 Message Date
Juanma Barranquero
18fde8504f (quit-window, shrink-window-if-larger-than-buffer): Doc fixes. 2005-05-24 08:48:48 +00:00
Nick Roberts
16b1266812 (Fx_popup_dialog): Allow 3rd optional argument. 2005-05-24 08:45:35 +00:00
Nick Roberts
3f2975360c (Fx_popup_dialog): Add a third boolean argument to select frame title
("Question"/"Information").
(mac_dialog_show): Use it.
2005-05-24 08:42:23 +00:00
Nick Roberts
d23928c704 (Fx_popup_dialog): Add a third boolean argument to select frame title
("Question"/"Information").
(w32_dialog_show): Use it.
2005-05-24 08:38:58 +00:00
Nick Roberts
13dcfc3518 *** empty log message *** 2005-05-24 08:36:28 +00:00
Nick Roberts
dd6700eb23 (Debugger Operation): Simplify last sentence. 2005-05-24 04:42:37 +00:00
Nick Roberts
cb5db137cc *** empty log message *** 2005-05-24 04:41:03 +00:00
Nick Roberts
607fc154ea (Dialog Boxes): Add double space. 2005-05-24 04:30:53 +00:00
Nick Roberts
24f8f30b73 (Dialog Boxes): Descibe new optional argument. 2005-05-24 04:29:14 +00:00
Nick Roberts
8794438453 (Fmessage_box): Use "Information" for frame title. 2005-05-24 03:48:32 +00:00
Nick Roberts
6a040d6a2c (Fx_popup_dialog): Add a third boolean argument to
select frame title ("Question"/"Information").
(xdialog_show): Use it.
2005-05-24 03:45:42 +00:00
Nick Roberts
897001fedb Fx_popup_dialog can have three arguments. 2005-05-24 03:44:09 +00:00
Nick Roberts
086d0593ec (gdb-inferior-io-mode-map): Bind gdb-inferior-io-eof to C-d. 2005-05-23 23:38:29 +00:00
Nick Roberts
fcaed7ce73 (dired-dnd-popup-notice): Use message-box. 2005-05-23 23:36:18 +00:00
Nick Roberts
86041bae4b *** empty log message *** 2005-05-23 23:29:36 +00:00
Masatake YAMATO
d2c619c835 Install a change I forgot to install at the last committing.
* faces.el (mode-line-highlight): New face.
2005-05-23 18:30:20 +00:00
Thien-Thi Nguyen
71d4fba16f [VMS] Include <starlet.h>. 2005-05-23 12:56:23 +00:00
Lute Kamstra
3c8572f598 (Font Lock Basics, Syntactic Font Lock): Recommend
syntax-begin-function over font-lock-beginning-of-syntax-function.
2005-05-23 12:01:32 +00:00
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