1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
Commit graph

55312 commits

Author SHA1 Message Date
Jan Djärv
e9c19b6818 Temporary #undef HAVE_X_I18N until FontSet for UTF-8
on XFree86 is investigated.
2005-03-22 21:41:27 +00:00
Jan Djärv
937a855ded * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8
on XFree86 is investigated.
* xlwmenu.c: Ditto.
2005-03-22 21:40:27 +00:00
Stefan Monnier
4a4a82d641 (showhide-date-time): Remove.
(menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
(menu-bar-make-mm-toggle): Simplify.
2005-03-22 19:44:38 +00:00
Stefan Monnier
44ebeb1b6e (perl-font-lock-keywords-2):
Accept qualified variable and function names.
2005-03-22 19:43:13 +00:00
Stefan Monnier
0302b80e53 (gnus-display-time-event-handler):
Check display-time-timer at runtime rather than only at load time
in case display-time-mode is turned off in the mean time.
2005-03-22 18:48:38 +00:00
Thien-Thi Nguyen
b9d8ddef39 (completion-ignored-extensions): Remove ".lis" for `vax-vms'. 2005-03-22 17:19:14 +00:00
Andreas Schwab
9660f8683f Revert last change. 2005-03-22 16:43:10 +00:00
Andreas Schwab
be65bdd302 Update. 2005-03-22 16:41:54 +00:00
Jay Belanger
948e33b9d6 *** empty log message *** 2005-03-22 16:21:46 +00:00
Jay Belanger
1dddb589fa (Embedded Mode): Add new information on changing modes. 2005-03-22 16:13:53 +00:00
Jay Belanger
9e74b3fb26 (calc-embedded-original-modes): New variable.
(calc-embedded-save-original-modes)
(calc-embedded-restore-original-modes): New functions.
(calc-do-embedded): Save original modes when entering embedded mode
and restore when leaving embedded mode.
(calc-embedded-modes-change): Change the value of
calc-embedded-original-modes to reflect permanent changes.
2005-03-22 16:12:57 +00:00
David Kastrup
d615870ac5 (Fnext_char_property_change)
(Fprevious_char_property_change): allow marker as limit.
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change): Check that limit is a
number in strings.
(Fnext_single_char_property_change): Coerce position to integer.
(Fprevious_single_char_property_change): Same here.
2005-03-22 16:04:02 +00:00
Thien-Thi Nguyen
5295319756 Update year in copyright, commentary; nfc. 2005-03-22 11:58:28 +00:00
Thien-Thi Nguyen
0fa2f7f94b (make-mms-derivative-write-under-root): Delete func.
(make-mms-derivative-progn): Don't quote lambda forms.
(make-mms-derivative): Inline make-mms-derivative-write-under-root.
2005-03-22 11:56:55 +00:00
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