Commit graph

55298 commits

Author SHA1 Message Date
Lute Kamstra
e6c901b674 Require generic again. 2005-03-22 08:30:24 +00:00
Miles Bader
0c04baa6c5 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199
Tweak gdb-ui breakpoint faces

2005-03-22  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
   Tweak details to look good on both ttys and bitmap displays, light
   or dark background, etc.
2005-03-22 05:05:50 +00:00
Miles Bader
28c22055e5 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198
Tweak gdb-ui breakpoint faces

2005-03-22  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
   Tweak details to look good on both ttys and bitmap displays, light
   or dark background, etc.
2005-03-22 05:05:37 +00:00
Kim F. Storm
e07aa7db90 (tooltip-show-help-function): Check car and cdr of
mouse position.
2005-03-21 22:16:22 +00:00
Kim F. Storm
f0ebf1ebe7 *** empty log message *** 2005-03-21 22:15:54 +00:00
Stefan Monnier
47fda8fcf6 Don't forcibly turn on the mode upon load.
(icomplete-mode): Use define-minor-mode.
(icomplete-eoinput): Default to nil.
(icomplete-minibuffer-setup): Remove autoload.
(icomplete-tidy): Simplify.
(icomplete-exhibit): Use buffer-undo-list to determine if we're still
in the initial state or if the user has modified the field.
Fix handling of icomplete-max-delay-chars.
Remove code that handles the oddball case where
minibuffer-completion-table is an integer.
Wrap icomplete-completions in while-no-input in case building
completions takes more time than expected.
(icomplete-completions): Simplify.
2005-03-21 19:19:26 +00:00
Richard M. Stallman
c9f63b4157 (Acknowledgments): Updated. 2005-03-21 19:15:03 +00:00
Richard M. Stallman
b91cc27c6e (Format Faces): Replace old M-g key prefix with M-o. 2005-03-21 19:06:47 +00:00
Richard M. Stallman
6be8476a60 (Fortran Motion): Document f90-next-statement,
f90-previous-statement, f90-next-block, f90-previous-block,
f90-end-of-block, and f90-beginning-of-block.
2005-03-21 19:02:02 +00:00
Richard M. Stallman
3567915c5b (Input Methods): Leim is now built-in.
(Select Input Method): Document quail-show-key.
(Specify Coding): Document revert-buffer-with-coding-system.
2005-03-21 18:54:00 +00:00
Richard M. Stallman
a3f7375f2d (Saving Emacs Sessions): Document desktop-restore-eager.
(Emulation): CUA mode replaces pc-bindings-mode,
pc-selection-mode, and s-region.
2005-03-21 18:46:31 +00:00
Richard M. Stallman
be8a531de7 (Completion): Completion acts on text before point. 2005-03-21 18:38:31 +00:00
Lute Kamstra
f31259da8d Remove define-generic-mode entry (DONE). 2005-03-21 18:18:54 +00:00
Richard M. Stallman
870f8c9766 (Deletion): Document numeric argument for just-one-space. 2005-03-21 18:18:27 +00:00
Richard M. Stallman
c882ba2e22 (Misc Help): Document numeric argument for C-h i.
Correctly explain the effect of just C-u as argument.
2005-03-21 18:17:37 +00:00
Richard M. Stallman
b50352ecce (Wheeled Mice): Mouse wheel support on by default.
Document mouse-wheel-progressive speed.
2005-03-21 18:16:34 +00:00
Richard M. Stallman
3aff69e30f (Visiting): Document large-file-warning-threshold.
Move paragraph on file-selection dialog.
Mention visiting files using X drag and drop.
(Reverting): Mention using Auto-Revert mode to tail files.
Document auto-revert-tail-mode.
(Version Systems): Minor correction.
(Comparing Files): Diff-mode is no longer based on Compilation mode.
Document compare-ignore-whitespace.
(Misc File Ops): Explain passing a directory to rename-file.
Likewise for copy-file and make-symbolic-link.
2005-03-21 18:14:33 +00:00
Richard M. Stallman
67bca9b20f (Misc Dired Features): Rename node from Misc Dired Commands.
Mention effect of X drag and drop on Dired buffers.
2005-03-21 18:12:14 +00:00
Richard M. Stallman
9beff3e775 (Importing Diary): Rename node from iCalendar. Document diary-from-outlook. 2005-03-21 18:08:14 +00:00
Richard M. Stallman
ed4389afef (Starting GUD): Add bashdb.
(Building): Put Grep Searching after Compilation Shell.
(Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
Document next-error-highlight.
(Grep Searching): Document grep-highlight-matches.
(Lisp Eval): Typing C-x C-e twice prints integers specially.
2005-03-21 18:06:58 +00:00
Richard M. Stallman
33e54c8713 (Moving Point): Add M-g M-g binding.
(Undo): Document undo-only.
(Position Info): Document M-g M-g and C-u M-g M-g.
2005-03-21 18:02:55 +00:00
Richard M. Stallman
4829cfc31b Total rewrite. 2005-03-21 17:59:35 +00:00
Richard M. Stallman
a775dff462 *** empty log message *** 2005-03-21 17:54:51 +00:00
Richard M. Stallman
543bc1b084 (Skipping Characters): skip-chars-forward allows character classes. 2005-03-21 17:54:33 +00:00
Richard M. Stallman
3a05b1e422 (Other Font Lock Variables): Document font-lock-lines-before. 2005-03-21 17:52:30 +00:00
Richard M. Stallman
af300e6952 (Reading File Names): Document read-file-name-function. 2005-03-21 17:50:35 +00:00
Richard M. Stallman
a93cc2b5a8 (Invisible Text): State default value of line-move-ignore-invisible.
(Managing Overlays): Document remove-overlays.
(Standard Faces): Document escape-glyph face.
2005-03-21 17:47:42 +00:00
Richard M. Stallman
dd83d95af1 (jka-compr-really-do-compress): Make variable buffer-local. 2005-03-21 17:44:27 +00:00
Richard M. Stallman
837daa0d41 Handle .xpm files too.
(image-toggle-display): Preserve modification flag.
2005-03-21 17:42:36 +00:00
Richard M. Stallman
740b479c63 (where-is): Don't mention aliases with no key bindings. 2005-03-21 17:41:41 +00:00
Thien-Thi Nguyen
32b939ead5 (LD_SWITCH_SYSTEM_tmp): Define if undefined. 2005-03-21 17:36:01 +00:00
Lute Kamstra
077f708503 *** empty log message *** 2005-03-21 17:12:58 +00:00
Lute Kamstra
f665853a1a (lisp-font-lock-keywords-1): Font lock a call to define-generic-mode
like a function declaration.
2005-03-21 17:12:01 +00:00
Lute Kamstra
d86771563f Don't prevent compilation. Don't require generic.
Follow coding conventions.  Minor code cleanup.
(etc-fstab-generic-mode): Add some keywords.
2005-03-21 17:10:57 +00:00
Lute Kamstra
ea67f0cee4 Fix commentary section. Don't require cl for compilation.
(generic-mode-list): Add autoload cookie.
(generic-use-find-file-hook, generic-lines-to-scan)
(generic-find-file-regexp, generic-ignore-files-regexp)
(generic-mode, generic-mode-find-file-hook)
(generic-mode-ini-file-find-file-hook): Fix docstrings.
(define-generic-mode): Make it a defmacro.  Fix docstring.
(generic-mode-internal): Code cleanup.  Add autoload cookie.
(generic-mode-set-comments): Code cleanup.
2005-03-21 17:10:06 +00:00
Lute Kamstra
af5a6df7b1 (Instrumenting Macro Calls): Fix another typo. 2005-03-21 16:45:24 +00:00
Jay Belanger
51d6d30054 calc-embed.el
(calc-do-embedded): Put data on stack before changing modes.
2005-03-21 15:49:02 +00:00
Sam Steingold
568ec09d60 (add-log-current-defun): Support more C DEFUN forms. 2005-03-21 14:37:36 +00:00
Thien-Thi Nguyen
7651545c10 (dcl-font-lock-keywords): Add underscore to "f$ lexicals" regexp. 2005-03-21 07:44:22 +00:00
J.D. Smith
10c8e594f6 Remove unnecessary `beginning-of-buffer'. 2005-03-21 02:10:48 +00:00
Juri Linkov
fe6b1dbdc6 (progress-reporter-do-update): When `min-value' is equal
to `max-value', set `percentage' to 0 and prevent division by zero.
2005-03-20 20:59:52 +00:00
Michael Albinus
340b8d4f63 Sync with Tramp 2.0.48. 2005-03-20 20:00:20 +00:00
Stefan Monnier
92aba9ab38 (perl-indent-new-calculate): New function.
(perl-indent-line): Use it.
2005-03-20 18:04:41 +00:00
Stefan Monnier
ca79c816e8 (perl-font-lock-syntactic-face-function): Properly handle the case where the
`m' or `s' command's argument is not yet terminated.
2005-03-20 17:06:13 +00:00
Miles Bader
e38b967ad7 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
Use gdb-ui breakpoint faces on ttys too

2005-03-20  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
   in text-mode too.  Change to new face names.
   (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
   Add `:weight bold' attribute.
   (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
2005-03-20 01:49:32 +00:00
Miles Bader
a0747ee5f1 Changes from arch/CVS synchronization 2005-03-20 01:49:13 +00:00
Juri Linkov
0ee6e7b7c2 (auto-mode-alist): Add comment. Optimize jar/ear/war. 2005-03-19 20:00:36 +00:00
Juri Linkov
e3668698dc (auto-coding-alist): Sync with
`auto-mode-alist' by adding upper case archive file extensions
and adding ear/war to jar extension.
2005-03-19 19:58:09 +00:00
Stefan Monnier
6027e473ed (Fignore_event): Remove.
(syms_of_frame): Don't defsubr it.
2005-03-19 16:37:27 +00:00
Stefan Monnier
a18bf8979e (keys_of_keyboard): Just use ignore' instead of the redundant ignore-event'. 2005-03-19 16:36:01 +00:00