1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

43557 Commits

Author SHA1 Message Date
Juanma Barranquero
4f7bf99054 (calendar-time-display-form): Fix spacing. 2002-09-06 07:12:06 +00:00
Richard M. Stallman
b7c1256511 (set_image_of_range_1): In no-TRANSLATE case,
call EXTEND_RANGE_TABLE and return a proper value.
(set_image_of_range): Don't call set_image_of_range_1
if no TRANSLATE or if range includes all of Latin-1.
Only call it for the Latin-1 part of the range.
For other cases, make two separate ranges,
one for the original specified characters and one for
their case-conversions.
2002-09-06 03:09:13 +00:00
Richard M. Stallman
6d621baba5 Look for LessTif in /usr/X11R6/LessTif/ before Motif.
Handle $GCC_LINK_TEST_OPTIONS and
$NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
2002-09-05 22:58:05 +00:00
Markus Rost
790f437cec (table-command-prefix): Fix type. 2002-09-05 18:42:13 +00:00
Francesco Potortì
069352e247 Changed URL for etags. 2002-09-05 12:44:05 +00:00
André Spiegel
d7fb8b4235 # 2002-09-05 06:35:12 +00:00
André Spiegel
99e400efbf Don't require vc.el at compile-time; it causes recursive requirements. 2002-09-05 06:31:11 +00:00
Kenichi Handa
570af494cd *** empty log message *** 2002-09-05 05:33:29 +00:00
Kenichi Handa
df3595f87d (thai-kesmanee): Fix the mapping of "' and }'. 2002-09-05 05:06:10 +00:00
Richard M. Stallman
4d8da98bc4 *** empty log message *** 2002-09-05 02:47:51 +00:00
Richard M. Stallman
3d9a3367c1 Small clarifications. 2002-09-05 02:43:05 +00:00
Richard M. Stallman
b48092574e Changes from Mats Lidell. 2002-09-05 02:42:15 +00:00
Richard M. Stallman
adc7d9cd31 ("Swedish"): New set-language-info-alist call. 2002-09-05 02:40:00 +00:00
Richard M. Stallman
e06d1742ac (help-with-tutorial): Properly set up
completion-reference-buffer in the *Completion* buffer.
2002-09-05 02:38:41 +00:00
Richard M. Stallman
91fda8546a (UNEXEC): Use unexsol.o. 2002-09-05 02:37:17 +00:00
Richard M. Stallman
1de65f5131 (displayed_window_lines): Correct for one-off bug
in HEIGHT on non-window displays.
2002-09-05 02:36:22 +00:00
Richard M. Stallman
77d11aec51 (set_image_of_range_1): New function.
(set_image_of_range): Use set_image_of_range_1 for Latin-1.
Return a value to indicate running out of memory.
(SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
(extend_range_table_work_area): New subroutine.
(EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
Different calling conventions, and used from set_image_of_range{,_1}.
(IMMEDIATE_QUIT_CHECK): Definitions moved.
2002-09-05 02:34:37 +00:00
Kenichi Handa
dfc538bb10 (decode-char): Cancel the previous change. 2002-09-05 00:28:04 +00:00
Kenichi Handa
3873f5a52e *** empty log message *** 2002-09-05 00:27:49 +00:00
John Paul Wallington
16d2fae910 *** empty log message *** 2002-09-05 00:19:49 +00:00
André Spiegel
6a66dca96b # 2002-09-04 20:54:44 +00:00
André Spiegel
ef1a388cb3 (vc-rcs-state): Don't require vc.el. 2002-09-04 20:49:35 +00:00
André Spiegel
fd4ca8fb12 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved to
vc-hooks.el.
2002-09-04 20:47:08 +00:00
André Spiegel
e767004f7a Require vc.el at compile-time.
(vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved
here from vc.el.
2002-09-04 20:45:34 +00:00
Simon Josefsson
d0e28141ba Update copyright. 2002-09-04 19:11:28 +00:00
Kenichi Handa
1e7f6327e3 (decode-char): Translate a character by
utf-8-translation-table-for-decode only when
utf-8-fragment-on-decoding is non-nil.
2002-09-04 08:17:23 +00:00
Juanma Barranquero
6218196f53 All dependencies updated. 2002-09-04 06:21:03 +00:00
Kenichi Handa
502b096b88 Fix Unicode Greek line. 2002-09-04 04:18:39 +00:00
Francesco Potortì
4c6dce51b6 etags bug 2002-09-03 15:21:51 +00:00
Francesco Potortì
a127d423b5 (regex_tag_multiline, readline): Never pass pfnote a
string that cannot be freed.
2002-09-03 15:21:07 +00:00
Kenichi Handa
bda54be798 Updated in accordance with the latest English version. 2002-09-03 12:18:20 +00:00
Juanma Barranquero
b0a1b9bbff Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>. 2002-09-03 07:14:54 +00:00
Pavel Janík
210f10ece8 Fix typo. 2002-09-03 04:16:36 +00:00
Stefan Monnier
81cb34cd03 (paragraph-indent-text-mode-abbrev-table)
(paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
Use text-mode's syntax-table and abbrev-table.
(text-mode): Set require-final-newline to t.
2002-09-03 01:59:51 +00:00
Stefan Monnier
3674a4a93f (comment-make-extra-lines): Only use the
dummy `=' char when there's really nothing else.
Don't remove spaces if it leads to an incorrect comment.
2002-09-03 01:45:18 +00:00
Stefan Monnier
6b2e4334c9 (cvs-run-process): Use a pty rather than a pipe to work
around the cvs/ssh/libc bug.
(cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
(defun-cvs-mode): Use the new `declare' thingy.
(cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
(cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
(cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
2002-09-03 01:40:29 +00:00
Stefan Monnier
f9e7890c82 (cvs-parse-table): Create a `need-update'
node rather than a message for new directories.
(cvs-parse-status): Add support for `Entry Invalid'.
2002-09-03 01:23:15 +00:00
Stefan Monnier
814838dff6 (smerge-diff-buffer-name): Default to *vc-diff*.
(smerge-combine-with-next): New function.
(smerge-diff): Don't output `wrote /tmp/foo' messages.
Insert message if no diffs were found.
2002-09-03 01:20:20 +00:00
Stefan Monnier
a56f616a7d *** empty log message *** 2002-09-03 01:16:33 +00:00
Kenichi Handa
a30c876ac7 *** empty log message *** 2002-09-03 00:23:09 +00:00
Stefan Monnier
567bb3dd3a (mail-mode): Don't set local-abbrev-table.
(mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2002-09-02 17:24:54 +00:00
Kai Großjohann
dba28077d3 * net/tramp.el: Version 2.0.15 released.
(require 'base64): Most modern Emacsen have the base64
encode/decode functions built in, so test to see if they are bound
before we go blindly requiring base64.el.  From Steve Youngs
<youngs@xemacs.org>.
(tramp-feature-write-region-fix): XEmacs doesn't have a
'find-operation-coding-system' and this variable doesn't seem to
be used anywhere so wrap it in (unless (featurep 'xemacs)).  From
Steve Youngs <youngs@xemacs.org>.
(tramp-methods): Remove duplicate definition of ssh1-old and
ssh2-old.
(tramp-open-connection-su): Use user name "root" if no user name
is given.

From Michael Albinus <Michael.Albinus@alcatel.de>:
* net/tramp.el (tramp-invoke-ange-ftp):
(tramp-ange-ftp-file-name-p): Check for Xemacs.
(tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
tramp-invoke-ange-ftp 'rename.
(tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
tramp-invoke-ange-ftp 'write-region.
(tramp-handle-set-file-modes): Change order of FILENAME and MODE
passing to tramp-invoke-ange-ftp 'set-file-modes.
(tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
again after activating `ange-ftp'.
2002-09-02 12:53:12 +00:00
Kim F. Storm
52698d459a (multi-occur): Made "ido-aware":
Changed prompt to use C-j instead of RET to end.
Set ido-ignore-item-temp-list to the selected buffers so far, so
they are automatically excluded from the list of choices.
Use add-to-list instead of push.
2002-09-02 10:41:25 +00:00
Kim F. Storm
69beb26d2f (ido-ignore-item-temp-list): New variable.
(ido-read-internal): Don't set ido-default-item if the default is
member of ido-ignore-item-temp-list.
Don't return first match for C-j if no text is entered.
(ido-buffer-internal): Check for empty string return.
(ido-make-buffer-list1): Use member instead of memq.
(ido-window-buffer-p): Likewise.
(ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
(ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
2002-09-02 10:40:56 +00:00
Kim F. Storm
efa1b437a1 *** empty log message *** 2002-09-02 10:40:23 +00:00
Richard M. Stallman
957e7c38bb *** empty log message *** 2002-09-02 00:15:35 +00:00
Richard M. Stallman
769508c9f1 Fix typo. 2002-09-02 00:12:31 +00:00
Richard M. Stallman
1eeae2a113 (save-some-buffers-action-alist): New variable.
(save-some-buffers): Use that.
(diff-buffer-with-file): New function.
2002-09-02 00:11:41 +00:00
Richard M. Stallman
8f96b49bc7 (function-key-map): Define S-iso-lefttab. 2002-09-02 00:09:27 +00:00
Kim F. Storm
f8a14459c5 (edit-kbd-macro): Recognize new default binding for
C-x e in addition to old binding.
2002-09-01 21:26:25 +00:00