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

3797 Commits

Author SHA1 Message Date
Kim F. Storm
958e3d8a97 cua fix 2002-05-01 14:21:37 +00:00
Pavel Janík
ab59447f26 *** empty log message *** 2002-05-01 09:51:15 +00:00
Colin Walters
085917a552 *** empty log message *** 2002-05-01 05:21:26 +00:00
John Wiegley
38c6773188 *** empty log message *** 2002-05-01 00:50:15 +00:00
Martin Stjernholm
b3cf7e18a3 (c-beginning-of-decl-1): Better way to handle protection labels, one
which doesn't get confused by inherit colons.

(c-end-of-decl-1): Don't treat functions that have "class" or "struct"
in the return type as classes or structs.
2002-04-30 23:02:19 +00:00
Kim F. Storm
6e0fbd659e (menu-bar-custom-menu): Change "Recently Changed Options"
to "New Options..."; rephrase tooltip.
Rephrase tooltip for "Specific Option...".
Added "Saved Options" item.  [from Simon Marshall]
2002-04-30 20:39:00 +00:00
Richard M. Stallman
0c8c632233 *** empty log message *** 2002-04-30 17:57:09 +00:00
Richard M. Stallman
8a76146c4c Remove autoload cookies. 2002-04-30 17:46:15 +00:00
Richard M. Stallman
93f7e65790 (tibetan-obsolete-glyphs): From tibetan.el. 2002-04-30 17:24:10 +00:00
Richard M. Stallman
a7938b0e01 (align-region): Fix call to `message'.
Check that (car rule) is a symbol.
2002-04-30 17:14:14 +00:00
Richard M. Stallman
461f30cb27 (report-emacs-bug-hook): Use replace-match only if search was successful. 2002-04-30 17:11:38 +00:00
Richard M. Stallman
87810ca9df (auto-insert-directory): Doc fix. 2002-04-30 16:36:02 +00:00
Richard M. Stallman
bd421bc2dd (documentation): Add ad-define-subr-args call. 2002-04-30 04:20:25 +00:00
Richard M. Stallman
f1b693270a (zone-mode): Add write-file-hooks hook locally. 2002-04-30 03:28:48 +00:00
Richard M. Stallman
74d51fb840 (report-emacs-bug-hook): Don't fail completely
if the user edits the Emacs version number in the text.
2002-04-30 02:23:49 +00:00
Richard M. Stallman
78b3d0f720 (filesets-running-xemacs): Make defvar unconditional.
(filesets-ingroup-files): Renamed from filesets-ingroup-paths.
(filesets-error): Simplify definition and make conditional
on filesets-running-xemacs.
(filesets-find-file-using): Renamed from fsfind-file-using.
2002-04-30 01:59:00 +00:00
Glenn Morris
6965846537 Whitespace changes. 2002-04-29 23:24:28 +00:00
Colin Walters
5167cfda36 *** empty log message *** 2002-04-29 23:16:38 +00:00
Glenn Morris
f31a4f64aa *** empty log message *** 2002-04-29 22:57:45 +00:00
Colin Walters
5a234d2519 *** empty log message *** 2002-04-29 22:55:35 +00:00
Kim F. Storm
8209310978 (yank-excluded-properties): Added help-echo to list. 2002-04-29 21:13:51 +00:00
Glenn Morris
66e0fd2b95 (auto-insert-directory): Doc fix. 2002-04-29 20:20:06 +00:00
Kim F. Storm
5ab950ef3b *** empty log message *** 2002-04-29 13:08:33 +00:00
Pavel Janík
e656fc9d38 *** empty log message *** 2002-04-29 09:27:57 +00:00
Pavel Janík
2912f3494f *** empty log message *** 2002-04-29 09:02:58 +00:00
Pavel Janík
757a6abf33 (filesets-data): Doc fix.
(filesets-running-xemacs): Define even when compiling.
2002-04-29 08:48:34 +00:00
Stefan Monnier
dc864d6e59 (fill-context-prefix): Fix last change with yet-another-approach. 2002-04-29 04:02:22 +00:00
Richard M. Stallman
33ceea4f0e (ange-ftp-passive-host-alist)
(ange-ftp-bs2000-additional-pubsets):  Fix custom type.
2002-04-29 03:58:31 +00:00
Glenn Morris
88b966631f (f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting of
various "type" forms.
2002-04-28 23:38:51 +00:00
Glenn Morris
8201fbe901 *** empty log message *** 2002-04-28 22:46:34 +00:00
Richard M. Stallman
43bbe51672 *** empty log message *** 2002-04-28 22:37:24 +00:00
Colin Walters
b098e75323 (ibuffer-mode): Additional documentation on filter groups. 2002-04-28 21:42:07 +00:00
Richard M. Stallman
c0e48b0bb8 *** empty log message *** 2002-04-28 21:16:32 +00:00
Glenn Morris
8a42a102ef Entries I should have made earlier. 2002-04-28 19:03:24 +00:00
Richard M. Stallman
46b3d18ef0 (occur-accumulate-lines): Avoid incf and decf.
(occur-engine-add-prefix): New function.
(occur-engine): Avoid using macrolet, incf and decf.
Use occur-engine-add-prefix instead.
Rename `l' to `lines' and `c' to `matches'.

(occur-engine, occur-mode-mouse-goto)
(occur-mode-find-occurrence, occur-mode-goto-occurrence)
(occur-mode-goto-occurrence-other-window)
(occur-mode-display-occurrence): A position is just a marker,
not a list.

(occur-revert-arguments):
Renamed from occur-revert-properties.  All uses changed.
2002-04-28 17:48:31 +00:00
Pavel Janík
b03a2115d3 (recentf-menu-before): Use string to specify path in the menu. 2002-04-28 12:11:55 +00:00
Richard M. Stallman
8ba148c706 (custom-load-symbol): Moved to custom.el.
(custom-load-recursion): Likewise.
2002-04-28 03:29:39 +00:00
Richard M. Stallman
e8e98f20c2 (ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase. 2002-04-28 03:18:29 +00:00
Richard M. Stallman
332b907c86 (menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer. 2002-04-27 23:18:21 +00:00
Pavel Janík
ca429a2557 (read-language-name): Take of non-list values. 2002-04-27 22:34:06 +00:00
Richard M. Stallman
c793c600a0 (Info-header-line): Mark it as risky-local-variable. 2002-04-27 20:16:17 +00:00
Richard M. Stallman
d86a3084f6 (insert-for-yank): Replace `category' property
with whatever properties it stands for.

(member-ignore-case): Ignore non-strings in LIST.
2002-04-27 19:49:18 +00:00
Miles Bader
3b4ef34b2e (read-face-name): Format the prompt correctly when there's no default. 2002-04-27 04:57:44 +00:00
Richard M. Stallman
3fad47d896 Explicitly load cus-face and timer. 2002-04-27 03:50:12 +00:00
Andrew Choi
e0f712ba55 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
2002-04-26 23:39:06 +00:00
Richard M. Stallman
501d8923ae (customize-face-other-window): Make it work similarly. 2002-04-26 22:33:33 +00:00
Richard M. Stallman
9e0ad27acd (tex-start-options): New variable.
(tex-start-commands): New variable.
(tex-start-options-string): Variable deleted.
(tex-start-tex): Use tex-start-options and tex-start-commands,
not tex-start-options-string.
(tex-command): Doc fix.
2002-04-26 21:19:24 +00:00
Sam Steingold
a8ba442952 (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil. 2002-04-26 18:59:08 +00:00
Gerd Moellmann
7f671def72 *** empty log message *** 2002-04-26 14:39:42 +00:00
Michael Kifer
abdb213cb6 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hooks.el: Put back the autoloads.
2002-04-26 05:17:53 +00:00
Colin Walters
a902944c2f *** empty log message *** 2002-04-26 03:59:05 +00:00
Richard M. Stallman
3553e8435f *** empty log message *** 2002-04-25 23:39:06 +00:00
Colin Walters
e1cac35a1e *** empty log message *** 2002-04-25 21:45:22 +00:00
Richard M. Stallman
0b0b4ce761 (mail-use-dsn): New variable to request delivery status notification from MTA.
(sendmail-send-it): Use it.
2002-04-25 21:33:38 +00:00
Colin Walters
d2e064f1a9 *** empty log message *** 2002-04-25 21:10:44 +00:00
Colin Walters
672ab90ba1 *** empty log message *** 2002-04-25 19:12:38 +00:00
Andreas Schwab
62c804f836 (find-name-dired): Don't quote pattern twice. 2002-04-25 16:30:49 +00:00
Miles Bader
e16a803772 (customize-face, customize-face-other-window):
Use default instead of initial-input for suggested face.
2002-04-25 15:39:32 +00:00
Gerd Moellmann
d29a536ab9 (customize-face-other-window, customize-face):
Interactively, when point is on text with a face, suggest to
customize that face.
2002-04-25 14:21:47 +00:00
Colin Walters
9e2b2e3071 (occur-accumulate-lines): Add optional argument `no-props'. Handle it.
(occur-engine): Use it.
2002-04-24 23:28:53 +00:00
Colin Walters
696c9dc676 *** empty log message *** 2002-04-24 23:26:35 +00:00
Richard M. Stallman
63bfbe6f70 *** empty log message *** 2002-04-24 23:25:47 +00:00
Eli Zaretskii
929fa5ce07 (menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text. 2002-04-24 17:17:10 +00:00
Richard M. Stallman
97b913ad8b New file. 2002-04-24 16:09:22 +00:00
Pavel Janík
ae10d59731 (x-select-text, x-cut-buffer-or-selection-value): Check if any of the
available selection sources has new content and if so it will return that
content.
2002-04-24 13:18:27 +00:00
Miles Bader
68310f2a12 (buffers-menu-show-directories, buffers-menu-show-status): New variables.
(menu-bar-update-buffers-1): Use them.
2002-04-24 05:35:03 +00:00
Martin Stjernholm
467690bb1b (c-mask-comment): More fixes when used from `c-do-auto-fill' and point
is at or near the limit of the comment.  Fixed bug when the prefix
from `c-guess-fill-prefix' is longer than the text on the first line
of the comment when it's masked.
2002-04-24 00:50:29 +00:00
Miles Bader
7c1fc73398 (menu-bar-update-buffers-1): Make sure `uniquify-buffer-name-style' is bound. 2002-04-24 00:08:34 +00:00
Colin Walters
973c3c870b *** empty log message *** 2002-04-23 20:34:27 +00:00
Colin Walters
eacdfade34 (syms_of_buffer): Doc fix. 2002-04-23 20:24:25 +00:00
Andreas Schwab
262748c574 (menu-bar-goto-menu): Fix bindings for next-tag and next-tag-otherw. 2002-04-23 15:16:54 +00:00
Miles Bader
68703c1156 (menu-bar-update-buffers-1): Don't display a directory separator if
there's no directory.  Don't display directories at all if uniquify is
active.  Some code cleanup.
(uniquify-buffer-name-style): Declare (but don't initialize).
2002-04-23 14:33:02 +00:00
Miles Bader
887d3c942f (menu-bar-update-buffers): Don't use constant lists for command menu
entries, since the low-level menu code modifies them.  Cache the
resulting list.
(menu-bar-buffers-menu-command-entries): New variable.
2002-04-23 08:36:35 +00:00
Miles Bader
8b621d39e2 (menu-bar-update-buffers): Add `Select Named Buffer'.
Add separator line before commands
Remove old crufty code that tried to line things up by adding
spaces to entries (it doesn't work).
Move `Frames' submenu after the normal buffers, and add a
separator line before it.
(menu-bar-buffers-menu-list-buffers-entry): Variable removed.
2002-04-23 05:02:14 +00:00
Richard M. Stallman
a74357d4ea (after-find-file): Use %s to output MSG. 2002-04-23 03:45:45 +00:00
Richard M. Stallman
2aaa7f0a1b (dired-mouse-find-file-other-window):
Handle events that move out of the window.
2002-04-23 03:14:48 +00:00
Martin Stjernholm
6f93971ccb *** empty log message *** 2002-04-22 22:40:47 +00:00
Richard M. Stallman
df218ce63d *** empty log message *** 2002-04-22 22:36:55 +00:00
Pavel Janík
0347c911e9 *** empty log message *** 2002-04-22 16:00:08 +00:00
Pavel Janík
e5ba1eb9ef (tmm-completion-prompt): Doc fix. 2002-04-22 15:30:18 +00:00
Pavel Janík
79ccae1e45 (global-highlight-changes): Capitalize status texts. 2002-04-22 15:28:00 +00:00
Richard M. Stallman
46e5ea33f5 *** empty log message *** 2002-04-22 07:58:15 +00:00
Martin Stjernholm
a66cd3ee16 CC Mode update to version 5.29. This is for testing; it's not a released
version.
2002-04-22 00:35:36 +00:00
Kim F. Storm
d278091be9 *** empty log message *** 2002-04-21 17:15:46 +00:00
Stefan Monnier
c37adaa5ea (file-name-non-special): Don't mangle the 0'th arg and the
return value of file-name-completion and file-name-all-completions.
2002-04-19 16:27:09 +00:00
Eli Zaretskii
175e150b91 *** empty log message *** 2002-04-19 13:12:14 +00:00
Miles Bader
6d912ee1a7 (customize-mark-to-save, customize-mark-as-set)
(custom-quote): Moved here from `cus-edit.el'.
2002-04-19 07:43:43 +00:00
Richard M. Stallman
39d9e41299 *** empty log message *** 2002-04-19 05:24:02 +00:00
Richard M. Stallman
d9f7eb77e1 *** empty log message *** 2002-04-19 00:29:46 +00:00
Kim F. Storm
1841f9e393 (pop-to-mark-command): Do not set this-command.
(set-mark-command): Always jump to mark when called with arg.
2002-04-18 22:16:50 +00:00
Francesco Potortì
587cd79875 *** empty log message *** 2002-04-18 19:41:16 +00:00
Andrew Innes
a03c7d2406 Remove require of wid-edit. 2002-04-18 12:08:40 +00:00
Colin Walters
3de7b1bde8 *** empty log message *** 2002-04-17 22:37:42 +00:00
Francesco Potortì
e675537cef *** empty log message *** 2002-04-17 09:54:06 +00:00
Francesco Potortì
e190a59bac *** empty log message *** 2002-04-17 08:04:17 +00:00
Jason Rumney
1c565847fa *** empty log message *** 2002-04-16 23:00:27 +00:00
Eli Zaretskii
58db50c3bb *** empty log message *** 2002-04-16 18:55:27 +00:00
Pavel Janík
aa88b9e55f (mode-line-mode-menu): Update names to reflect latest changes. 2002-04-16 14:56:36 +00:00
Mike Williams
662deeab31 (sgml-at-indentation-p): Move to fix compilation error. 2002-04-16 10:38:30 +00:00
Michael Kifer
241d963df0 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
(viper-ex-print-buf-name): New variable.
	(viper-ex-print-buf): New variable.
	(ex-token-alist): Invoke ex-print on ":print" Ex commands.
	(ex-g-marks): New variable.
	(ex-print): New function.
	(ex-print-display-lines): New function.

	* viper.el (viper-set-hooks): add window-setup-hook, which sets
	the cursor color.

	* ediff-util.el (ediff-cleanup-mess): delete ctl window on exit
	when the window is not in its own frame.
	(ediff-clone-buffer-for-region-comparison): more robust window
	arrangement while prompting for regions to compare.
	(ediff-make-cloned-buffer): use generate-new-buffer-name.
	(ediff-inferior-compare-regions): deleted unused vars
	ctl-buf and quit-now.
2002-04-16 05:49:11 +00:00