1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00
Commit graph

4921 commits

Author SHA1 Message Date
André Spiegel
d02fcd847e # 2003-04-06 12:35:33 +00:00
Masatake YAMATO
844062627c * progmodes/etags.el (tag-find-file-of-tag): Renamed from
find-file-of-tag to avoid name space pollution.
(tag-find-file-of-tag-noselect): Likewise.
(etags-list-tags, etags-tags-apropos): Use
tag-find-file-of-tag instead of find-file-of-tag.
2003-04-05 18:19:30 +00:00
Masatake YAMATO
fafb00dc11 (Info-goto-emacs-command-node): If command
is given as a string, convert it to a symbol.
2003-04-05 18:01:14 +00:00
Juanma Barranquero
16524b9bcb (emacs-lisp-mode): Add prefix/suffix matching regexps. 2003-04-05 12:59:38 +00:00
Vinicius Jose Latorre
0ed2c9b6d5 Adjust number-sequence code 2003-04-05 02:13:44 +00:00
Stefan Monnier
da2c1d6bd1 *** empty log message *** 2003-04-04 22:02:35 +00:00
John Paul Wallington
0aa1b02e81 (ibuffer-format-filter-group-data): Don't append "\n". 2003-04-04 21:50:21 +00:00
Juanma Barranquero
79e01623a7 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
(snarf-tag-function): Doc string is changed.  Explained about new optional
argument, `use-explicit'.
(etags-snarf-tag): Added one optional argument `use-explicit'.
(file-of-tag-function): Doc string is changed.  Explained about new optional
argument, `relative'.
(file-of-tag): Doc string is changed.  Explained about new optional argument,
`relative'.  Pass `relative' to `file-of-tag-function'.
(etags-file-of-tag): Added new argument `relative`.
(list-tags): Set `buffer-read-only' to t after making the major mode
apropos-mode.
(etags-list-tags): Used `make-text-button' instead of `add-text-properties'.
Used `snarf-tag-function', `goto-tag-location-function' and `find-file-of-tag'
instead of `find-tag-other-window' (it's too simple).
(find-tag-in-order): Used `find-file-of-tag-noselect' instead of `find-file'.
(etags-tags-apropos): Used `find-file-of-tag-noselect' instead of `find-file'.
Do not use `etags-goto-tag-location` directly; use `goto-tag-location-function'
instead.  Print relative file paths instead of complete ones in *Tags List*
buffer, so lines in the buffer become shorter.
(etags-tags-apropos-additional): Use `make-text-button' instead of
`add-text-properties'.
2003-04-04 20:02:58 +00:00
Stefan Monnier
a9b4949e2d *** empty log message *** 2003-04-04 17:24:46 +00:00
Andreas Schwab
49914e046a (tramp-send-string): Handle empty string. 2003-04-04 11:33:54 +00:00
Richard M. Stallman
efc13f4638 (easy-menu-define): Don't make a defvar for nil.
(easy-menu-convert-item-1): Doc fix.
(easy-menu-change): Call easy-menu-create-menu.
2003-04-03 23:15:47 +00:00
Juanma Barranquero
7cd032e130 *** empty log message *** 2003-04-03 16:09:02 +00:00
Juanma Barranquero
89228b6326 Require button.el.
(etags-tags-apropos): Use make-text-button instead of add-text-properties.  Use
snarf-tag-function and etags-goto-tag-location instead of find-tag-other-window
(it's too simple).
2003-04-03 15:57:45 +00:00
Kenichi Handa
162eab5f18 *** empty log message *** 2003-04-03 02:43:32 +00:00
Juanma Barranquero
c6bb268852 *** empty log message *** 2003-04-02 21:38:43 +00:00
Juanma Barranquero
a5393da851 (woman-xref): Removed.
(woman-mode): Use `Man-highlight-references' instead of `WoMan-highlight-references'.
(WoMan-highlight-references): Removed.
2003-04-02 21:24:56 +00:00
Stefan Monnier
dfc42f38c1 (asm-calculate-indentation, asm-indent-line): New functions.
(asm-mode): Use them in indent-line-function.
Set tab-always-indent to nil to stay closer to previous tab behavior.
Set comment-add.  Remove space at end of comment-add.
(asm-newline): Obsolete.  Use newline-and-indent instead.
(asm-mode-map): Remove TAB binding.
(asm-code-level-empty-comment-pattern)
(asm-flush-left-empty-comment-pattern)
(asm-inline-empty-comment-pattern): Remove.
(asm-comment): Use newcomment functions instead.
(asm-colon): Don't tab if colon is not after a label.
(asm-line-matches, asm-pop-comment-level): Remove.
2003-04-02 16:48:11 +00:00
Kai Großjohann
6d91a595e0 (top-level): Quote second arg to
`eval-after-load'.
2003-04-02 10:41:40 +00:00
Miles Bader
64453f32d0 (scroll-bar-mode): Correctly specify `nil' choice. 2003-04-02 04:31:22 +00:00
Dave Love
8064e321d0 *** empty log message *** 2003-04-01 18:08:13 +00:00
Kenichi Handa
f202923389 (indian-font-char-index-table): Fix the
order of CDAC fonts.
2003-04-01 01:06:19 +00:00
Kim F. Storm
874ebf3a3e *** empty log message *** 2003-03-31 22:45:30 +00:00
Nick Roberts
049eb0cb97 *** empty log message *** 2003-03-31 21:43:21 +00:00
Juanma Barranquero
9443fcf690 *** empty log message *** 2003-03-31 21:32:25 +00:00
Kai Großjohann
493c98af4a (file-relative-name): Remove superfluous `and'.
Clarify docstring.  From Lars Hansen.
2003-03-31 16:05:50 +00:00
Kenichi Handa
2217b8e1e6 (ccl-decode-mule-utf-16-le): Don't assume the signature bytes.
(ccl-decode-mule-utf-16-be): Likewise.
(ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
(ccl-encode-mule-utf-16-be): Likewise.
2003-03-31 01:48:48 +00:00
Juanma Barranquero
c0e7fbb88e (sh-mode): Add doc-specs for commands and variables. 2003-03-30 20:31:23 +00:00
Kai Großjohann
fcfdeaf69d (utf-translate-cjk-mode): Minor mode,
replaces variable utf-translate-cjk which must be set via Custom.
2003-03-29 17:11:42 +00:00
Kai Großjohann
753ad98890 (file-relative-name): If FILENAME and DIRECTORY are on
different drives (on DOS/Windows) or use different handlers, do
like `expand-file-name' on FILENAME and return an absolute name.
From Lars Hansen <larsh@math.ku.dk>.
2003-03-29 15:31:07 +00:00
Kai Großjohann
b1a2b924ce * tramp.el: Version 2.0.31 released.
(tramp-handle-expand-file-name): Do not allow ".." to
cross file handler boundaries, so that "/user@host:/../foo"
expands to itself, rather than "/foo".  This is intended to work
in conjunction with a change in `file-relative-name' which makes
sure to use absolute file names if FILE and DIRECTORY have
different handlers.
(tramp-handle-insert-directory): Comment out XEmacs
kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.

* Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
version of manual.

* tramp.texi (Auto-save and Backup): New node.
2003-03-29 15:16:57 +00:00
John Paul Wallington
ef6e365d09 (with-category-table): Use `make-symbol' to avoid variable capture.
Set table within `unwind-protect'.  Ensure table is restored in
correct buffer.  Add docstring.  Basically, copy `with-syntax-table'.
2003-03-29 02:57:19 +00:00
Kenichi Handa
1a5f6e6adf If system-type is not for Windows, prefer japanese-iso-8bit. 2003-03-29 02:35:08 +00:00
Juanma Barranquero
c337cd0a62 (iconify-or-deiconify-frame): Define for compatibility with packages
that use it.
2003-03-28 17:49:49 +00:00
Jonathan Yavner
676b36fb14 *** empty log message *** 2003-03-28 16:56:13 +00:00
Andreas Schwab
92788b3bcd (vc-cvs-parse-entry): Make sure a file with conflicts
is marked as edited.
2003-03-27 22:40:29 +00:00
Stefan Monnier
9227d8f1c3 *** empty log message *** 2003-03-26 16:46:41 +00:00
Kenichi Handa
8798ecdb37 *** empty log message *** 2003-03-26 04:45:38 +00:00
Kenichi Handa
527b7890aa *** empty log message *** 2003-03-26 01:12:54 +00:00
John Wiegley
6fdeb33cab *** empty log message *** 2003-03-25 20:59:04 +00:00
Stefan Monnier
4a1186d388 (easy-menu-add-item): Align the docstring with the code. 2003-03-24 17:29:20 +00:00
John Paul Wallington
4b0cbff969 (easy-menu-add-item): Don't default to the global map. 2003-03-24 12:21:02 +00:00
Kim F. Storm
0a38b109dc typo 2003-03-24 11:01:00 +00:00
Kim F. Storm
18c5df4079 Rework last change so C-x C-SPC C-SPC does not
repeat pop-global-mark by default.
(pop-global-mark-quick-repeat): New user option.
(set-mark-command): Use it.
2003-03-24 11:00:39 +00:00
Kim F. Storm
1ab892eb4c *** empty log message *** 2003-03-24 10:57:09 +00:00
John Paul Wallington
784fda4fef (emerge-show-file-name): Read event irrespective of whether minibuffer
window is resized.  Clear minibuffer when done.
2003-03-24 08:53:46 +00:00
John Paul Wallington
f560e69cee (customize-create-theme): Rename from
`custom-theme-create'.
2003-03-24 06:08:32 +00:00
John Paul Wallington
9b7826f4ab 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
2003-03-24 01:46:29 +00:00
Peter Breton
ac8a189856 Add dns-lookup-program wrapper 2003-03-23 13:39:14 +00:00
Martin Stjernholm
94ab35adb4 *** empty log message *** 2003-03-23 02:07:31 +00:00
Kim F. Storm
56c806b77e Cosmetic changes only. 2003-03-22 21:44:38 +00:00