1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

5166 Commits

Author SHA1 Message Date
Nick Roberts
25606af116 *** empty log message *** 2003-06-29 13:49:13 +00:00
Kai Großjohann
78bcc1482a (set-display-table-and-terminal-coding-system): Remove CVS
conflict markers and some code.
2003-06-29 10:37:00 +00:00
Kai Großjohann
356d2ee466 (menu-bar-options-menu): Move
`mouse-set-fonts' here from Options/Mule submenu.
2003-06-27 20:19:21 +00:00
Markus Rost
fab66cdab4 Remove comment about change in Commentary section. 2003-06-26 18:34:31 +00:00
Stephen Eglen
2d839509cd (iswitchb-read-buffer): Remove redudant variable
iswitchb-prepost-hooks. Remove iswitchb-xemacs variable and use
(featurep 'xemacs) and fboundp instead. (From Stefan Monnier).

(iswitchb-completions): Remove two redundant arguments and local
variables. (From Stefan Monnier).

Commentary fix (from Markus Rost).
2003-06-26 11:47:34 +00:00
Masatake YAMATO
c1b559329f * progmodes/asm-mode.el (asm-font-lock-keywords): Support
labels starting with "." and directives starting with ".".
2003-06-25 06:52:04 +00:00
Andreas Schwab
3fe4e5676c *** empty log message *** 2003-06-22 17:04:22 +00:00
Glenn Morris
f4bbb3646a *** empty log message *** 2003-06-22 00:58:46 +00:00
Kenichi Handa
b510f863d3 (reset-language-environment): Adjusted for the name change:
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
2003-06-21 02:28:35 +00:00
Luc Teirlinck
543a6fb07d *** empty log message *** 2003-06-20 13:19:33 +00:00
Andreas Schwab
fb020fe894 (Info-fontify-node): Improve calculation of other-tag. 2003-06-19 20:56:49 +00:00
Stefan Monnier
87d9913f72 (c-mode): Reverting last change. 2003-06-19 15:55:31 +00:00
Nick Roberts
0f50024e3f *** empty log message *** 2003-06-18 22:33:41 +00:00
Stefan Monnier
f30e0cd847 (looking-back): Handle the case of non-trivial regexps.
Add an optional `limit' argument.
(push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
(with-syntax-table): Add edebug info.
2003-06-18 21:49:55 +00:00
Luc Teirlinck
890348e328 *** empty log message *** 2003-06-18 02:58:36 +00:00
Juanma Barranquero
5d0ab731a5 *** empty log message *** 2003-06-17 21:11:31 +00:00
Stefan Monnier
8bb5a227f1 *** empty log message *** 2003-06-17 18:30:34 +00:00
Kai Großjohann
ea9d144328 Version 2.0.35 of Tramp released.
* net/tramp.el (tramp-password-end-of-line): Use "xy" with plink.
(tramp-completion-function-alist): Add completion function for
"remcp", "remsh" and "plink1".
Factor out the `regular' file name handling via a remote shell of
some sort into a specific function.  Intent is to later put that
part of Tramp into a special file, so that the Tramp `core' is
just a dispatcher that dispatches to various handlers.
(tramp-sh-file-name-handler): New function.
(tramp-foreign-file-name-handler-alist): New default value.  Call
tramp-sh-file-name-handler as default case.
(tramp-file-name-handler): Do not invoke the old remote-shell
handler.
(tramp-find-foreign-file-name-handler): Return after first match
is found.  From Francis Litterio <franl@world.std.com>.
(tramp-handle-file-newer-than-file-p):  `tramp-time-diff' returns
integer, not list.  Do not apply `car' to the return value of
`tramp-time-diff'.  Reported by David D. Smith
<ultrasoul@ultrasoul.com>.
(tramp-time-diff): Convert return value of subtract-time to a
number of seconds in a correct manner, by applying float-time or
time-to-seconds.  Also correct compat code accordingly.  The
XEmacs branch for itimer-time-difference didn't need correction,
it returned a float already.  Reported by David D. Smith
<ultrasoul@ultrasoul.com>.
(tramp-handle-insert-file-contents): When calling
`file-local-copy', let-bind `inhibit-file-name-operation'
accordingly.  This makes sure that jka-compr is not called when
`insert-file-contents-literally' is invoked.  From Katsumi Yamaoka
<yamaoka@jpl.org>.
(tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when
writing the target file.
(tramp-foreign-file-name-handler-alist): Add comment about default
value having to come last.
(tramp-handle-file-local-copy, tramp-handle-write-region): Add the
"-p" hack.
(tramp-handle-copy-file): Set file modes of target file.
(tramp-handle-file-local-copy)
(tramp-do-copy-or-rename-via-buffer): Use binary coding system,
instead of no-conversion.  They are the same on Emacs but
different on XEmacs.
(tramp-shell-prompt-pattern): Allow multiple escape
sequences (each with optional trailing space).

* net/tramp-uu.el:
* net/tramp-util.el:
* net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
for XEmacs compatibility.
2003-06-17 14:03:58 +00:00
Kenichi Handa
b5d2c62196 *** empty log message *** 2003-06-17 11:14:25 +00:00
Luc Teirlinck
1a036ae0f7 *** empty log message *** 2003-06-17 02:31:08 +00:00
Juanma Barranquero
35157cad7a *** empty log message *** 2003-06-16 21:46:50 +00:00
Juanma Barranquero
0a2d0bd4db New file. 2003-06-16 21:33:54 +00:00
Stefan Monnier
f47f530244 (copyright-update-year): New function extracted from copyright-update.
When `arg' is set, replace the year, not the `copyright' text.
Ignore `copyright-update = nil' if called interactively.
Use "," rather than ", " if that's what was used before.
Recognize mixes of 2 and 4 digit years.
Use replace-match.
(copyright-update): Add interactivep arg.  Use it instead of use last-command.
Use replace-match.  Don't assume (point-min) == 1.
2003-06-14 20:11:37 +00:00
Stefan Monnier
effe34908c *** empty log message *** 2003-06-14 20:02:59 +00:00
Juanma Barranquero
72598bf84f *** empty log message *** 2003-06-12 22:31:29 +00:00
Glenn Morris
c110d2729c *** empty log message *** 2003-06-12 17:28:09 +00:00
Stefan Monnier
88c2c26928 *** empty log message *** 2003-06-12 00:36:28 +00:00
Rajesh Vaidheeswarran
72f295ec18 Respect user preference 2003-06-11 04:00:33 +00:00
Rajesh Vaidheeswarran
37a23b5dfd Update whitespace.el 2003-06-11 03:50:45 +00:00
Luc Teirlinck
147e214c5b (dired-re-dot): Make it handle trailing /.
(dired-get-filename): Update documentation string.
Revert previous change and fix typo in earlier version.
2003-06-10 04:03:03 +00:00
Luc Teirlinck
981643e2ee *** empty log message *** 2003-06-10 03:52:52 +00:00
Kim F. Storm
37cb08e728 *** empty log message *** 2003-06-09 21:59:54 +00:00
Andreas Schwab
9b341343a9 (dired-get-filename): Complain only about "." and "..",
not all directories.
2003-06-09 17:05:55 +00:00
Stefan Monnier
15a893fa28 *** empty log message *** 2003-06-08 01:22:30 +00:00
Nick Roberts
d428910d66 *** empty log message *** 2003-06-08 01:19:51 +00:00
Stefan Monnier
b26a7cfab7 *** empty log message *** 2003-06-08 00:39:44 +00:00
Jason Rumney
65419ab2e9 *** empty log message *** 2003-06-07 00:24:22 +00:00
Juanma Barranquero
049e9c764b *** empty log message *** 2003-06-06 17:49:52 +00:00
Lute Kamstra
0defe75805 (Info-complete-menu-item): Revert change of 2003-06-03. 2003-06-06 16:13:31 +00:00
Juanma Barranquero
c07345e235 *** empty log message *** 2003-06-06 15:12:43 +00:00
Andreas Schwab
b038485e9a (Info-select-node): Doc fix. 2003-06-06 12:28:16 +00:00
Miles Bader
9328929244 (set-frame-font): Default to frame's current default font. 2003-06-06 01:32:33 +00:00
Kim F. Storm
396f3b2751 *** empty log message *** 2003-06-05 23:23:23 +00:00
Juanma Barranquero
1f14f29e3c *** empty log message *** 2003-06-05 22:12:43 +00:00
Juanma Barranquero
e99add213b (table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now a
string value instead of a character.  ?= is allowed for horizontal boundary as
well as ?-.
(table-command-remap-alist, table-command-list): Changed defconst to defvar
because the value is modified.
(table-insert, table-insert-row, table-insert-column, table-recognize)
(table-recognize-region, table-widen-cell, table-span-cell)
table-split-cell-vertically): Change due to table-cell-horizontal-chars.
(table--cell-horizontal-char-p): New function.
(table--generate-source-scan-lines, table-delete-row, table-delete-column)
(table--spacify-frame, table--find-row-column, table--probe-cell-left-up)
(table--probe-cell-right-bottom, table--probe-cell): Change due to
table-cell-horizontal-chars.
From David Abrahams <dave@boost-consulting.com>
2003-06-05 20:07:16 +00:00
Juanma Barranquero
0f9c2d466c Moved from lisp/. 2003-06-05 19:58:26 +00:00
Luc Teirlinck
146c341253 *** empty log message *** 2003-06-05 19:05:43 +00:00
Lute Kamstra
3811bec8ed (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
`comint-output-filter-functions' when bash is used as the inferior
shell.
(shell-filter-ctrl-a-ctrl-b): New function.
2003-06-05 12:02:09 +00:00
Dave Love
32be9b2288 *** empty log message *** 2003-06-05 11:55:20 +00:00
Kim F. Storm
192b65f581 (Info-fontify-node): Individually refill menus and
paragraphs to preserve menu items and varying indentation.
Only color first 9 menu items differently.
2003-06-04 23:15:29 +00:00