1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

826 commits

Author SHA1 Message Date
Kenichi Handa
a99c9d06da *** empty log message *** 2000-07-18 02:29:51 +00:00
Kenichi Handa
269b4dcb0a *** empty log message *** 2000-07-17 23:52:13 +00:00
John Wiegley
6feeb380e8 Added a new feature to align.el 2000-07-17 06:33:36 +00:00
Kenichi Handa
7a3fd46758 *** empty log message *** 2000-07-17 01:27:07 +00:00
Stefan Monnier
a45423d8fa (mouse-major-mode-menu-1): get the submenu with lookup-key. 2000-07-16 17:16:28 +00:00
Dave Love
91a38db1dd (custom-buffer-create-internal): Use a help-echo function to be more
specific.
2000-07-16 15:31:10 +00:00
Jason Rumney
3fddcdc33c *** empty log message *** 2000-07-15 12:23:35 +00:00
Gerd Moellmann
bd23a69269 *** empty log message *** 2000-07-14 15:19:14 +00:00
Dave Love
d4af987a94 (Info-mode-menu): Fix use of :help, :enable. 2000-07-14 14:39:34 +00:00
Stefan Monnier
3a4f3f86ef (easy-menu-convert-item-1): Intern the label. 2000-07-14 08:39:48 +00:00
Dave Love
4d6d04b504 Doc fixes.
(easy-menu-remove): Defalias to ignore.
2000-07-13 19:06:25 +00:00
Dave Love
cf6936a48f Change maintainer address. 2000-07-13 19:01:10 +00:00
Gerd Moellmann
56437999a0 (eval-expression-print-length): Change custom type to
allow entering nil as value.
2000-07-13 17:46:34 +00:00
Dave Love
a8189dfe47 (fortran-imenu-generic-expression): Change definition layout.
(fortran-mode-menu): Reinstate customize entries.
2000-07-13 17:23:28 +00:00
Dave Love
d04a3972bf (custom-group-menu-create, customize-menu-create): Use :filter, per old
XEmacs code.
2000-07-13 17:06:15 +00:00
Gerd Moellmann
4bf4fb05c2 (term-send-raw-meta): Strip modifiers from the keyboard
event when deciding what to send to the terminal.
2000-07-12 18:25:40 +00:00
Dave Love
37328bcd53 Add optional version as 4th element of specs and use it for several
things new in v21.  Remove load-path.  Fix type of
line-number-display-limit.
2000-07-12 17:28:19 +00:00
Dave Love
315aa1de5c Don't require easymenu. Use repeat counts in various regexps.
(fortran-mode-syntax-table): Defvar directly.
(fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
(fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
Use defvar, not defconst.
(fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
(fortran-mode): Set fortran-comment-line-start-skip,
fortran-comment-line-start-skip, dabbrev-case-fold-search.
(fortran-comment-indent): Use defsubst.
(fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
Use fortran-comment-indent, not fortran-comment-indent-function.
(fortran-comment-region, fortran-electric-line-number): Simplify.
(fortran-auto-fill): New function.
(fortran-do-auto-fill): Deleted.
(fortran-find-comment-start-skip): Check for non-null
comment-start-skip.
(fortran-auto-fill-mode, fortran-fill-statement): Use
fortran-auto-fill.
(fortran-fill): Use fortran-auto-fill.  Check for null
comment-start-skip.  Simplify final clause and use end-of-line finally.
2000-07-11 17:56:56 +00:00
Dave Love
89492072de (widget-plist-member): New alias. 2000-07-11 14:34:31 +00:00
Eli Zaretskii
d55ead189f *** empty log message *** 2000-07-11 07:38:54 +00:00
Gerd Moellmann
e82a2a05d6 Don't require `dired-aux'. 2000-07-10 12:17:38 +00:00
Miles Bader
1fc7fb2bb9 *** empty log message *** 2000-07-10 07:01:02 +00:00
Kenichi Handa
ab49ce154c *** empty log message *** 2000-07-10 04:02:14 +00:00
Stefan Monnier
f45aab653b (mouse-drag-region): Use functionp rather than fboundp. 2000-07-09 18:36:21 +00:00
Gerd Moellmann
965522f511 *** empty log message *** 2000-07-07 14:15:55 +00:00
Gerd Moellmann
2f72fd2f68 *** empty log message *** 2000-07-07 13:02:53 +00:00
Gerd Moellmann
e5c81191ca *** empty log message *** 2000-07-06 21:03:55 +00:00
Gerd Moellmann
dd8888a136 *** empty log message *** 2000-07-06 14:20:42 +00:00
Michael Kifer
d396e5218f 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-wordify): use syntax table.
	* ediff-init.el (ediff-has-face-support-p): use
	ediff-color-display-p.
	(ediff-color-display-p): use display-color-p, changed to defun
	from defsubst.
	Got rid of special cases for NeXT and OS/2.
	* ediff-wind.el (ediff-setup-control-frame): set proper modeline
	face.
2000-07-06 05:36:21 +00:00
Stefan Monnier
5e2dfaa48e Require CL.
(copy-tree, remprop): Remove, it's provided by CL.
(map-keymap): Define in terms of cl-map-keymap.
(extent-property, set-extent-end-glyph): New functions.
2000-07-05 22:07:21 +00:00
Gerd Moellmann
485266d0f7 *** empty log message *** 2000-07-05 20:04:27 +00:00
Gerd Moellmann
d5c5cddd55 *** empty log message *** 2000-07-05 17:33:10 +00:00
Andrew Innes
e2c46326e6 *** empty log message *** 2000-07-05 17:03:03 +00:00
Stefan Monnier
a027a91ba2 *** empty log message *** 2000-07-05 15:41:18 +00:00
Gerd Moellmann
5e03eb84a1 *** empty log message *** 2000-07-05 15:17:49 +00:00
Dave Love
7ccbba4cce *** empty log message *** 2000-07-04 14:56:20 +00:00
Dave Love
fca68a958a *** empty log message *** 2000-07-04 11:27:14 +00:00
Miles Bader
78e7e8a045 (info-initialize): Use prune-directory-list to remove non-existant
directories from Info-directory-list.
2000-07-04 04:50:20 +00:00
Gerd Moellmann
6753393b26 (command-line): Initialize blink-cursor based
on window-system.
2000-07-03 19:14:39 +00:00
Gerd Moellmann
e4f98ad3c6 (blink-cursor): Default to nil if not running under
a window-system.
2000-07-03 16:01:31 +00:00
Gerd Moellmann
2f51694043 *** empty log message *** 2000-07-03 13:49:08 +00:00
Gerd Moellmann
67c9a1d26e *** empty log message *** 2000-07-03 09:18:48 +00:00
Gerd Moellmann
831a6cb01c *** empty log message *** 2000-07-03 07:51:52 +00:00
Gerd Moellmann
af5c25e198 *** empty log message *** 2000-06-28 20:31:48 +00:00
Eli Zaretskii
d0d57043ae (mouse-show-mark, mouse-save-then-kill): Don't use window-system. 2000-06-28 15:33:59 +00:00
Gerd Moellmann
d5483ab1aa *** empty log message *** 2000-06-28 11:59:30 +00:00
Eli Zaretskii
496b749108 (menu-bar-edit-menu [mark-whole-buffer]): Change name to "Select All". 2000-06-28 04:48:17 +00:00
Eli Zaretskii
9d47450f73 (convert-standard-filename): Fix last change. 2000-06-28 04:40:29 +00:00
Gerd Moellmann
4fa9f63662 *** empty log message *** 2000-06-27 10:55:46 +00:00
Gerd Moellmann
0b431debcc *** empty log message *** 2000-06-27 10:25:51 +00:00