1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

47600 Commits

Author SHA1 Message Date
Andreas Schwab
3fe4e5676c *** empty log message *** 2003-06-22 17:04:22 +00:00
Andreas Schwab
48f1d01501 (Symbol Type): Fix description of examples. 2003-06-22 17:04:07 +00:00
Andreas Schwab
8fd9bef258 (easy-mmode-define-navigation): Avoid
variable as format argument for error.  Don't call symbol-name on
string.
2003-06-22 16:55:47 +00:00
Andreas Schwab
c009ca06ed (eshell-do-opt): Avoid variable as format
argument for error.
2003-06-22 16:52:45 +00:00
Andreas Schwab
bf473948b3 (vis-mode): Doc fix. 2003-06-22 16:49:31 +00:00
Glenn Morris
c87a1f384e (diary-check-diary-file): New function.
(diary, view-diary-entries, show-all-diary-entries)
(mark-diary-entries): Use it.
(view-other-diary-entries): Doc fix.  Use `prefix-numeric-value'.
(diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix.
(diary-modified, d-file): No need to defvar (for compiler).
(list-diary-entries): No need for `let*' so use `let'.
(simple-diary-display): Use `diary-file' directly rather than
inheriting `d-file' from `list-diary-entries' caller.
(make-fancy-diary-buffer, show-all-diary-entries): `mode-line-format'
already buffer-local.
(diary-mail-addr): Set to the empty string (rather than nil) if
undefined, as per `user-mail-address'.
(diary-mail-entries): Doc fix.  Error if `diary-mail-address' unset.
(mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice.
Remove an un-needed `if'.
(list-sexp-diary-entries): Remove local vars mark and s-entry, and
use `let' rather than `let*'.
(diary-date, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(font-lock-diary-date-forms): No need for `let*' so use `let'.
(make-diary-entry): Doc fix.  Use `or' rather than `if'.
(diary-font-lock-keywords): Use `when'.  `cal-islam' is required
feature, not `cal-islamic'.
`calendar-islamic-month-name-array-leap-year' does not exist - use
`calendar-islamic-month-name-array'.
2003-06-22 01:02:22 +00:00
Glenn Morris
f4bbb3646a *** empty log message *** 2003-06-22 00:58:46 +00:00
Richard M. Stallman
2601f59e10 (wait_reading_process_input): Don't signal SIGIO in batch mode. 2003-06-22 00:04:49 +00:00
Richard M. Stallman
0c328a0ef5 (Fwrite_region): Alternate messages for append and partial write. 2003-06-22 00:04:10 +00:00
Richard M. Stallman
f1871a7dc8 (read_key_sequence): When converting upcase fn key to
downcase, update fkey and keytran so `backspace' gets translated.

(read_avail_input): Don't signal SIGHUP in batch mode.
2003-06-22 00:01:42 +00:00
Glenn Morris
27a99a7c95 Regenerate. 2003-06-21 23:59:13 +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
Kenichi Handa
65a0e5fec3 Many name changes: utf-16-{be,le} -> utf-16{be,le}.
(mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
system aliases for backward compatibility.
2003-06-21 02:26:13 +00:00
Kenichi Handa
9ef9b28e03 Adjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. 2003-06-21 02:25:38 +00:00
Kenichi Handa
566f38a0e0 (ucs-unify-8859, ucs-fragment-8859): Adjusted for the name change:
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
2003-06-21 02:25:19 +00:00
Kenichi Handa
72b338a277 (utf-translate-cjk-mode): Fix docstring. 2003-06-21 02:24:14 +00:00
Luc Teirlinck
86a6519064 (vc-rename-file): Fix typo. 2003-06-20 13:21:24 +00:00
Luc Teirlinck
543a6fb07d *** empty log message *** 2003-06-20 13:19:33 +00:00
Glenn Morris
595f5aa5ee Entry that should have been made last month. 2003-06-20 10:14:31 +00:00
Andreas Schwab
fb020fe894 (Info-fontify-node): Improve calculation of other-tag. 2003-06-19 20:56:49 +00:00
Eli Zaretskii
a67ae60e4a Add a comment in set-display-table-and-terminal-coding-system
explaining why we futz with display tables.
2003-06-19 16:12:21 +00:00
Stefan Monnier
87d9913f72 (c-mode): Reverting last change. 2003-06-19 15:55:31 +00:00
Stefan Monnier
c3f6b2b412 (gud-find-expr-function): Rename from gud-find-expr.
(gud-find-fortran-expr): Move to fortran.el.
2003-06-18 23:26:28 +00:00
Stefan Monnier
5727e74864 (fortran-gud-find-expr): Move from gud.el (was gud-find-fortran-expr).
(fortran-mode): Set gud-find-expr-function.
2003-06-18 23:25:39 +00:00
Nick Roberts
8a3b93ee30 (gud-display1): Keep the gdb command, "display", in
the command history.
(gdb-restore-windows): Make restore work when gdb-many-windows
is nil.
(gdb-source-info, gdba): Display assembler if there is no symbol
table for main, or message if there is no main.
(gdb-assembler-custom): Move point to current line of assembler.
2003-06-18 22:37:40 +00:00
Nick Roberts
deaef28929 (gud-menu-map): Add dbx support for "run" and
"nexti".
(dbx): Define gud-nexti and gud-run.
(gud-find-expr, gud-find-fortran-expr): New functions.
(gud-find-expr): New variable.
(gud-find-c-expr): Simplify.
2003-06-18 22:36:40 +00:00
Nick Roberts
f6bf87c5a1 (fortran-gud-syntax-table): Syntax table
for parsing Fortran expressions for gud-print. (Stefan Monnier)
(fortran-mode): Add local variable gud-find-expr.
2003-06-18 22:35:37 +00:00
Nick Roberts
c6c54ea8e9 (c-mode): Add local variable gud-find-expr. 2003-06-18 22:34:36 +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
2e49e8e850 (Info-fontify-node): Give only the last whitespace character after the
node name the display property.  Give all other such whitespace the
invisibility property.
2003-06-18 03:03:23 +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
Juanma Barranquero
5d538ce37e Add support for SQLite interpreter. 2003-06-17 20:58:37 +00:00
Stefan Monnier
aca8bee599 (kill-new): Leave yank-handler property alone if no
explicit yank-handler is specified.
(vis-mode-saved-buffer-invisibility-spec): Rename from
saved-buffer-invisibility-spec.
(vis-mode): Correctly handle the case where the mode is turned on
or off several times in a row.
2003-06-17 18:40:06 +00:00
Stefan Monnier
8bb5a227f1 *** empty log message *** 2003-06-17 18:30:34 +00:00
Kai Großjohann
41bed43cf0 Version 2.0.35 of Tramp released.
From Michael Albinus <Michael.Albinus@alcatel.de>:
(Inline methods): Add methods `remsh' and `plink1'.
(External transfer methods): Add method `remcp'.
(Multi-hop Methods): Add method `remsh'.
Small patch from Adrian Aichner <adrian@xemacs.org>:
Fix minor typos.
(Concept Index): Added to make manual searchable via
`Info-index'.
(Version Control): Add cindex entry.
2003-06-17 14:05:19 +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
Kenichi Handa
c7d9df18e4 (x-select-request-type): New variable.
(x-select-utf8-or-ctext): New function.
(x-selection-value): New function.
(x-cut-buffer-or-selection-value): Call x-selection-value to get
a selection data.  Set next-selection-coding-system to nil.
2003-06-17 10:56:24 +00:00
Kenichi Handa
f147fd76db (x-get-selection): If the string returned by
x-get-selection-internal has text property `foreign-selection',
decode it while preserving that property.
2003-06-17 10:54:39 +00:00
Kenichi Handa
0c6db68bc0 (xselect.o): Don't depend on charset.h, coding.h, composite.h. 2003-06-17 10:52:01 +00:00
Kenichi Handa
e57ad4d894 Don't include cahrset.h, coding.h, composite.h.
(Qforeign_selection): New variable.
(syms_of_xselect): Intern and static it.
(selection_data_to_lisp_data): Return a unibyte string made from
data with `foreign-selection' text property.
2003-06-17 10:51:11 +00:00
Luc Teirlinck
4e57881d89 (vis-mode): New function.
(saved-buffer-invisibility-spec): New variable.
2003-06-17 02:35:46 +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
8f0b0ca5f5 (sh-while-getopts, sh-if, sh-case): Revert part of previous change. 2003-06-16 21:41:18 +00:00
Juanma Barranquero
0a2d0bd4db New file. 2003-06-16 21:33:54 +00:00
Juanma Barranquero
259be4e69d (recover-session-finish): Don't give up when there are two consecutive empty
lines in the auto-save-list file.
2003-06-16 21:24:07 +00:00
Stefan Monnier
9817a6a3ee (ispell-menu-bar): Don't autoload.
(cvs-global-menu): Use the function rather than the variable.
2003-06-16 20:30:31 +00:00