1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

28003 commits

Author SHA1 Message Date
Michael Albinus
01917a18b4 Sync with Tramp 2.0.47. 2005-01-16 13:18:31 +00:00
Miles Bader
42187e99f8 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
Fix regressions from latest reftex update

In the latest update to reftex from upstream, some changes in Emacs CVS
(mostly maintenance stuff -- typos, whitespace, etc) were apparently lost.
This changeset re-applies them.
2005-01-16 02:37:50 +00:00
Richard M. Stallman
d4b6c2e332 (lm-with-file): Use Lisp mode in temp buffer.
In non-temp buffer, switch syntax table temporarily.
2005-01-15 18:16:44 +00:00
Richard M. Stallman
5a77048aef (indent-pp-sexp): Doc fix. 2005-01-15 18:11:33 +00:00
Richard M. Stallman
9976909669 (occur-accumulate-lines, occur-engine): Avoid warnings. 2005-01-15 18:10:59 +00:00
Richard M. Stallman
5b0102e26a (tar-extract): Bind buffer-undo-list to t. 2005-01-15 18:10:12 +00:00
Richard M. Stallman
5f7bccdad8 (imenu--split-menu): Copy menulist before sorting.
(imenu--generic-function): Use START, not BEG, as pos of definition.
2005-01-15 18:09:16 +00:00
Richard M. Stallman
56abefac4f (just-one-space): Argument specifies number of spaces.
(eval-expression-print-format): Avoid warning about edebug-active.
2005-01-15 18:08:46 +00:00
Richard M. Stallman
bdd5fa9932 (sh-mode-map): Bind C-c C-\.
(sh-backslash-column, sh-backslash-align): New variables.
(sh-backslash-region, sh-append-backslash): New functions.
2005-01-15 18:07:21 +00:00
Eli Zaretskii
43805352f1 *** empty log message *** 2005-01-15 14:31:22 +00:00
Eli Zaretskii
1086788e92 Updated to work with movemail from GNU Mailutils
(rmail-pop-password, rmail-pop-password-required): Moved to
rmail-obsolete group.
(rmail-set-pop-password): Renamed to rmail-set-remote-password.
All callers updated.
(rmail-get-pop-password): Renamed to rmail-get-remote-password.
Take an argument specifying whether it is POP or IMAP mailbox we
are using. All callers updated.
(rmail-pop-password-error): Renamed to rmail-remote-password-error.
Added mailutils-specific error message.
(rmail-movemail-search-path)
(rmail-movemail-variant-in-use): New variables.
(rmail-remote-password, rmail-remote-password-required): New
customization variables.
(rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New functions
(rmail-parse-url): New function.
(rmail-get-new-mail, rmail-insert-inbox-text): Updated for use
with GNU mailutils movemail.
2005-01-15 14:27:41 +00:00
Eli Zaretskii
2d3eadf205 Fix Copyright years. 2005-01-15 14:05:47 +00:00
Eli Zaretskii
5754a69e2e *** empty log message *** 2005-01-15 14:05:13 +00:00
Eli Zaretskii
3b90e93257 (c-mode/symbol): Add ^` to prefix, and change
suffix to space, $ or '$, to correctly position point when going
to @table style constants like DBL_MAX.
2005-01-15 14:00:03 +00:00
Eli Zaretskii
a7ed85f05b (type-break-file-name): Doc update as per the above.
(type-break-mode, type-break-file-time, type-break-file-keystroke-count)
(type-break-choose-file): Don't store data in or load data from the file
if none specified.
2005-01-15 13:06:55 +00:00
Eli Zaretskii
f79b331a48 (woman-dired-define-key-maybe): If KEY is undefined,
lookup-key might return nil; handle that.
2005-01-15 12:46:54 +00:00
Eli Zaretskii
8b3a75ac8f (ebrowse-class-in-tree): Return the tail of the tree
rather than the element found, thus enabling the tree to be
setcar'd.
2005-01-15 12:39:25 +00:00
Carsten Dominik
7d7dac8c93 *** empty log message *** 2005-01-14 13:08:16 +00:00
Carsten Dominik
81bdc71881 Fixed a few things in the file herder which I accidentially change
during the last update.
2005-01-14 13:05:35 +00:00
Carsten Dominik
791d856fac 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-show-following-heading): New option.
	(org-show-hierarchy-above): Use `org-show-following-heading'.

	* org.el (orgtbl-optimized): New option
	(orgtbl-mode): New command, a minor mode.
	(orgtbl-mode-map): New variable.
	(turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
	(orgtbl-error, orgtbl-self-insert-command)
	(orgtbl-delete-backward-char, orgtbl-delete-char): New functions.

	* org.el (org-mode): `org-table-may-need-update' is now a local
	variable in each org-mode buffer.

	* org.el (org-set-regexps-and-options): Renamed from
	`org-set-regexps'.  Added checking for STARTUP keyword.
	(org-get-current-options): Added STARTUP options.
	(org-table-insert-row): Mode mode intelligent about when
	realignment is needed.
	(org-self-insert-command, org-delete-backward-char,
	org-delete-char): New commands.
	(org-enable-table-editor): new default value `optimized'.
	(org-table-blank-field): Support blanking regions if active.
2005-01-14 10:47:42 +00:00
Carsten Dominik
099fc2c9b1 Fixed typo in reftex log 2005-01-14 10:18:12 +00:00
Carsten Dominik
af41e1415a RefTeX upgraded to version 4.26 2005-01-14 10:14:35 +00:00
Carsten Dominik
f3c18bd097 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
* reftex-cite.el (reftex-bib-sort-year): Catch the case if the
        year is not given.

        * reftex-ref.el (reftex-replace-prefix-escapes): Added new escapes
        %m and %M, fixed bug with %F by adding save-match-data.
        (reftex-reference): Removed ?. from list of spaces.
        (reftex-label-info): Added automatic label prefix recognition

        * reftex-index.el (reftex-index-next-phrase): Added slave
        parameter to call of `reftex-index-this-phrase'
        (reftex-index-this-phrase): New optional argument
        (reftex-index-region-phrases): Added slave parameter to call of
        `reftex-index-this-phrase'
        (reftex-display-index): New argument redo
        (reftex-index-rescan): Added 'redo to arguments of
        `reftex-display-index'
        (reftex-index-Rescan, reftex-index-revert)
        (reftex-index-switch-index-tag): Added 'redo to arguments of
        `reftex-display-index'
        (reftex-index-make-phrase-regexp): Fixed bug with case-sensitive
        indexing.  Fixed bug with matching is there is a quote before or
        after the word.

        * reftex-cite.el (reftex-all-used-citation-keys): Fix bug when
        collecting citation keys in lines with comments.
        (reftex-citation): Prefix argument no longer rescans the document,
        but forces prompting for optional arguments of cite macros.
        (reftex-do-citation): Prompting for optional arguments
        implemented.

        * reftex-vars.el (reftex-cite-format-builtin): Added optional
        arguments to most cite commands.
        (reftex-cite-cleanup-optional-args): New option
        (reftex-cite-prompt-optional-args): New option.
        (reftex-trust-label-prefix): New option

        * reftex-toc.el (reftex-toc-find-section): Added push-mark before
        changing the position in the buffer.

        * reftex.el (reftex-prefix-to-typekey-alist): New variable
        (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist
2005-01-14 10:12:03 +00:00
Nick Roberts
fcd9df1bf0 (xterm-mouse-event): Compute window co-ordinates
more carefully.
2005-01-14 07:36:50 +00:00
Nick Roberts
5ca75c83ef *** empty log message *** 2005-01-14 07:35:58 +00:00
Richard M. Stallman
2e36c3b0f8 Comment change. 2005-01-13 20:06:32 +00:00
Richard M. Stallman
ef8f2df66a Whitespace change. 2005-01-13 19:45:51 +00:00
Stefan Monnier
ed8031f295 (sgml-fill-nobreak): New fun.
(sgml-mode): Use it.
(sgml-get-context): Better keep track of implicitly closed tags.
2005-01-13 14:51:57 +00:00
Stefan Monnier
944b2ab6ca (url-retrieve-synchronously): Use accept-process-output rather than sit-for. 2005-01-13 14:35:11 +00:00
Kenichi Handa
7573e36da2 *** empty log message *** 2005-01-13 04:38:31 +00:00
Kenichi Handa
8253213c10 (ispell-unified-chars-table): New variable.
(ispell-get-decoded-string): New function.
(ispell-get-casechars, ispell-get-not-casechars)
(ispell-get-otherchars): Call ispell-get-decoded-string.
2005-01-13 04:33:05 +00:00
John Paul Wallington
e2244c1dd9 *** empty log message *** 2005-01-12 23:14:00 +00:00
John Paul Wallington
808882608a (custom-declare-variable): Just put symbol instead of (defvar . symbol)
on `current-load-list'.
2005-01-12 22:49:19 +00:00
Reiner Steib
9deb0abaf8 Fixed typo in Commentary section. 2005-01-12 16:07:42 +00:00
Jay Belanger
f5340eb76a *** empty log message *** 2005-01-12 14:52:11 +00:00
Jay Belanger
fcda5138f2 (calc-describe-key): Use temporary info buffer to create a Calc
summary.
2005-01-12 14:31:52 +00:00
Kim F. Storm
b41a40196b More doc fixes. 2005-01-12 10:54:02 +00:00
Kim F. Storm
a0ec7b7fd7 (mouse-on-link-p): Change functionality and doc
string to comply with latest description in lisp ref.
2005-01-12 10:17:02 +00:00
Kim F. Storm
1e801ac3be *** empty log message *** 2005-01-12 10:16:45 +00:00
Nick Roberts
bf31a09320 (xterm-mouse-translate, xterm-mouse-event): Enable
mouse clicks on mode-line, header-line and margin.
(event-type): Give mouse event symbols an 'event-kind property
with value 'mouse-click.
2005-01-12 06:13:08 +00:00
Nick Roberts
a1c9fd1979 *** empty log message *** 2005-01-12 06:12:34 +00:00
Richard M. Stallman
28f94a3454 *** empty log message *** 2005-01-12 05:14:15 +00:00
Richard M. Stallman
1b8d07559d (type-break-mode): Fix previous change. 2005-01-12 04:24:20 +00:00
Juri Linkov
aac42a1b2c (desktop-save): Add `mode: emacs-lisp' to the local
variables line in desktop files.
2005-01-12 00:52:33 +00:00
Juri Linkov
0137bae605 (pop-mark): Move deactivate-mark out of conditional
part to deactivate the active mark regardless of the state of the
mark ring.
2005-01-12 00:42:57 +00:00
Juri Linkov
987d1819c1 * facemenu.el (list-colors-print): New function created from code
in list-colors-display.  Print #RRGGBB at the window right edge.
(list-colors-display): When temp-buffer-show-function is not
defined, call list-colors-print from temp-buffer-show-hook
to get the right value of window-width in list-colors-print
after the buffer is displayed.
2005-01-12 00:33:00 +00:00
Juri Linkov
066a23af25 (list-colors-display): Add new arg buffer-name.
Use it.  Fix docstring.  Replace code for identifying duplicate
colors by the name with call to `list-colors-duplicates' which
identifies duplicate colors by the value unless the color
is one of special Windows colors.  Set truncate-lines to t.
Print sorted duplicate color names on each line.  Indent to 22
\(the longest color name in rgb.txt) instead of 20.  Optimize.
(list-colors-duplicates): New function.
(facemenu-color-name-equal): Delete function.
2005-01-11 23:53:35 +00:00
Juri Linkov
30cec4ee13 Add back_arrow.xpm and fwd_arrow.xpm. 2005-01-11 23:06:42 +00:00
Juri Linkov
afd33362f4 (query-replace-lazy-highlight): Add lazy-highlight group.
(query-replace-highlight, query-replace-lazy-highlight)
(query-replace): Move definitions to the beginning of the file.
2005-01-11 23:05:16 +00:00
Juri Linkov
bca92193e4 (search-highlight, isearch, isearch-lazy-highlight):
Bring together isearch highlight related options.
(lazy-highlight): Replace group `replace' by `matching'.
(lazy-highlight-cleanup, lazy-highlight-initial-delay)
(lazy-highlight-interval, lazy-highlight-max-at-a-time)
(lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
and declare them obsolete.
(lazy-highlight-face): Rename from isearch-lazy-highlight-face.
(isearch-faces): Remove defgroup.
(isearch-overlay, isearch-highlight, isearch-dehighlight):
Move isearch highlighting code closer to lazy highlighting code.
2005-01-11 23:03:01 +00:00