Commit graph

28530 commits

Author SHA1 Message Date
Richard M. Stallman
a775dff462 *** empty log message *** 2005-03-21 17:54:51 +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
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
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
Eli Zaretskii
dc2ab26eb7 (save-buffer): Fix last change. 2005-03-19 15:11:07 +00:00
Eli Zaretskii
864f69e9ca *** empty log message *** 2005-03-19 15:07:32 +00:00
Eli Zaretskii
3356ce3b56 (tex-view): If tex-shell process is not running, restart it. 2005-03-19 14:45:20 +00:00
Eli Zaretskii
580a2a0205 (Man-follow-manual-reference): If current-word returns nil, use "". 2005-03-19 14:37:59 +00:00
Eli Zaretskii
62832105d7 (finder-current-item): Throw an error on an empty line. 2005-03-19 14:35:59 +00:00
Eli Zaretskii
09ad1a5b64 (goto-line): Doc fix. 2005-03-19 14:25:29 +00:00
Eli Zaretskii
9dce96b55a (save-buffer): Doc fix. 2005-03-19 14:18:22 +00:00
Eli Zaretskii
068f123a5f (recentf-cleanup-remote): New variable.
(recentf-cleanup): Use it to conditionally check availablity of
remote files.
2005-03-19 14:10:46 +00:00
Eli Zaretskii
1b1556b11a (lisp-mode-variables): Recognize `@' in function names. 2005-03-19 14:01:52 +00:00
Eli Zaretskii
504f06a270 New file, from Werner Lemberg and Kenichi Handa. 2005-03-19 13:53:13 +00:00
Eli Zaretskii
79d2d2796a (backup-buffer): If the file's directory is not writable,
use copy instead of move to backup the file.
2005-03-19 13:30:10 +00:00
Eli Zaretskii
f3b7338cc3 Moved keyswap.el from term/ to obsolete/. 2005-03-19 13:15:38 +00:00
Vinicius Jose Latorre
f601dcd602 Fix date in ps-print-version. 2005-03-19 04:18:17 +00:00
Vinicius Jose Latorre
5d62baca6d Use functionp instead symbolp and fboundp. 2005-03-19 04:11:54 +00:00
Stefan Monnier
951f97e67d (table--line-column-position): New idiom.
(table--row-column-insertion-point-p): New function to test
validity of row and column insertion operation at a location.
(table-global-menu, table-cell-menu): Use above functions for
deterministic test operation.
(table--editable-cell-p): Behave in deterministic fashion.
2005-03-18 23:17:34 +00:00
Juri Linkov
1332f1a08b (ispell-lazy-highlight): New defcustom.
(ispell-highlight-face): Set default face to `isearch' when
lazy highlighting is enabled.
(ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
priority to 1.  Add lazy highlighting.
(ispell-highlight-spelling-error-xemacs): Remove obsolete arg
from `isearch-dehighlight'.
2005-03-18 10:01:12 +00:00
Juri Linkov
444697a17a (perform-replace): Remove bindings of global
variables isearch-string, isearch-regexp, isearch-case-fold-search.
Add three new arguments to `replace-highlight'.
(replace-highlight): Add arguments string, regexp, case-fold.
Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
to allow isearch-lazy-highlight-new-loop to use these values
to set corresponding isearch-lazy-highlight-... internal
variables whose values lazy highlighting will use regardless of
changes to global variables isearch-string, isearch-regexp,
isearch-case-fold-search during lazy highlighting loop.
(replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
to `lazy-highlight-cleanup'.
2005-03-18 09:59:45 +00:00
Juri Linkov
d9dd1f33b6 (isearch-lazy-highlight-new-loop):
Make arguments beg and end optional.
(isearch-update): Remove optional arguments nil from
isearch-lazy-highlight-new-loop.
(isearch-lazy-highlight-search): Let-bind case-fold-search to
isearch-lazy-highlight-case-fold-search instead of
isearch-case-fold-search, and let-bind isearch-regexp to
isearch-lazy-highlight-regexp.  Use
isearch-lazy-highlight-last-string instead of isearch-string.
2005-03-18 09:59:31 +00:00
David Ponce
5a146628e5 (hack-local-variables): Do a case-insensitive search
for End.
2005-03-18 08:07:55 +00:00
David Ponce
42f73fb49a *** empty log message *** 2005-03-18 08:07:17 +00:00
Kenichi Handa
db32818283 *** empty log message *** 2005-03-18 07:10:50 +00:00
Juri Linkov
46fe9018aa (lazy-highlight-cleanup) <command>: Rename from
`isearch-lazy-highlight-cleanup', add alias to old name and
declare obsolete.  Add release numbers to other obsolete vars.
(isearch-done, isearch-lazy-highlight-new-loop): Rename
`isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
(lazy-highlight-cleanup) <variable>: Doc fix.
(isearch-lazy-highlight-update): Rename obsolete
`isearch-lazy-highlight-face' to `lazy-highlight-face'.
2005-03-18 07:06:45 +00:00
Kenichi Handa
1ab06fdf11 (quail-thai-update-translation): Delete it.
(thai-generate-quail-map): Generate is simple map.
("thai-kesmanee"): Don't use quail-thai-update-translation.
(thai-generate-quail-map): Likewise.
2005-03-18 06:54:25 +00:00
Kenichi Handa
8f9eda28ce Fix categorization of Thai characters in
thai-category-table.
(thai-composition-pattern): Adjust it for the above change.
(thai-self-insert-command, thai-compose-syllable): New functions.
(thai-compose-region): Use thai-compose-syllable.
(thai-compose-string): Likewise.
(thai-composition-function): Likewise.
(thai-auto-composition): New function.
(thai-auto-composition-mode): New minor mode.
2005-03-18 06:51:41 +00:00
Kenichi Handa
7b6fb48002 Fix patterns to be registered in composition-function-table. 2005-03-18 06:48:58 +00:00
Kenichi Handa
276bc00212 (quail-input-method): Locally bind
inhibit-modification-hooks to .
2005-03-18 06:43:15 +00:00
Miles Bader
8f7ee63901 Changes from arch/CVS synchronization 2005-03-18 02:53:44 +00:00
Miles Bader
fa9a04e10b Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-187
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 39-44)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnimap.el (nnimap-open-connection): Print which authinfo file is
   used.

   * lisp/gnus/nneething.el (nneething-map-file-directory): Derive from
   `gnus-directory'.

   * lisp/gnus/gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
   the To/Cc button.

2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnmaildir.el (nnmaildir-request-accept-article): Use
   `nnheader-cancel-timer' for compatibility with current XEmacs.

2005-03-13  Steve Youngs  <steve@sxemacs.org>

   * lisp/gnus/gnus.el: Don't try and mark `gnus-agent-save-groups' as an
   autoloaded function.
   From: Andrey Slusar <anrays@gmail.com>.

2005-03-13  Steve Youngs  <steve@sxemacs.org>

   * lisp/gnus/mm-url.el: Require timer-funcs at compile time when in XEmacs
   for `with-timeout'.

   * lisp/gnus/mail-source.el: Require timer-funcs at compile time when in
   XEmacs for `run-with-idle-timer'.

   * lisp/gnus/gnus-async.el: Ditto.

   * lisp/gnus/dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs
   has this function now.
2005-03-18 02:49:57 +00:00
Richard M. Stallman
c7bd5d5712 *** empty log message *** 2005-03-18 00:15:23 +00:00
Richard M. Stallman
8eac6e91e4 (perl-mode-hook): Defvar it.
(perl-mode): Use run-mode-hooks.
2005-03-18 00:13:40 +00:00