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

23525 Commits

Author SHA1 Message Date
Juanma Barranquero
8a42b33604 (mode-line-major-mode-keymap): New variable.
(mode-line-minor-mode-help): New function, bound to mode-line-minor-mode-keymap.
(mode-line-modes): Split mode-line-mode definitions to mode-name,
mode-line-process and minor-mode-alist. For mode-name,
mode-line-major-mode-keymap is used.
2003-03-31 20:24:56 +00:00
Juanma Barranquero
8e86406878 (describe-minor-mode, describe-minor-mode-from-indicator,
lookup-minor-mode-from-indicator): New functions.
2003-03-31 20:22:58 +00:00
Juanma Barranquero
3d29fd3365 (asm-mode): Support skipping C lang style comments. 2003-03-31 20:16:01 +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
Juanma Barranquero
b08b261e8b (checkdoc-display-status-buffer): Fix docstring.
(checkdoc-interactive, checkdoc-message-interactive): Make them perform spell
checking when appropriate.
(checkdoc-interactive-loop): Fix docstring and a few typos.
(checkdoc-interactive-ispell-loop)
(checkdoc-message-interactive-ispell-loop): New functions.
(checkdoc-next-error): Fix docstring.
(checkdoc-this-string-valid-engine): Fix typo.
(checkdoc-ispell-docstring-engine): Do test for checkdoc-autofix-flag = nil.
2003-03-28 17:38:50 +00:00
Jonathan Yavner
676b36fb14 *** empty log message *** 2003-03-28 16:56:13 +00:00
Jonathan Yavner
7119cefec2 No error when marking functions whose body just returns a constant. Handle
screwy top-level macros that create functions and store them as properties of
symbols.  Support for CL's function* macro.
2003-03-28 16:45:19 +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
Simon Josefsson
01b2d1dd68 Initial revision 2003-03-26 11:48:32 +00:00
Kenichi Handa
8798ecdb37 *** empty log message *** 2003-03-26 04:45:38 +00:00
Kenichi Handa
9bdbd98e40 (recode-file-name): New function. 2003-03-26 04:42:29 +00:00
Kenichi Handa
527b7890aa *** empty log message *** 2003-03-26 01:12:54 +00:00
John Wiegley
c54e9f9cfe 2003-03-26 Steve Youngs <youngs@xemacs.org>:
(eshell-plain-locate-behavior): Make the default the return value of
`eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for
XEmacs.
2003-03-25 20:59:35 +00:00
John Wiegley
6fdeb33cab *** empty log message *** 2003-03-25 20:59:04 +00:00
Stefan Monnier
e64e9e6a7f (byte-optimize-set): Avoid CLism. 2003-03-25 16:48:43 +00:00
Stefan Monnier
66ff289307 (byte-optimize-set): New. Turn set' into setq' when applicable. 2003-03-25 16:34:00 +00:00
Stefan Monnier
73ceba9f1a (define-minor-mode): Use custom-set-minor-mode.
Pass unknown keyword args blindly to defcustom.
2003-03-24 17:41:43 +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
48ce734b52 (cua-set-mark): Check pop-global-mark-quick-repeat. 2003-03-24 11:01:17 +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
Kenichi Handa
ed459fb675 Setup categories for Indian characters. 2003-03-23 02:22:11 +00:00
Martin Stjernholm
94ab35adb4 *** empty log message *** 2003-03-23 02:07:31 +00:00
Martin Stjernholm
e33c01bb57 (c-parse-state): Added kludge to avoid an infinite loop when Emacs'
open-paren-in-column-zero rule kicks in and causes the sexp functions
to misbehave.
2003-03-23 01:58:30 +00:00
Kim F. Storm
56c806b77e Cosmetic changes only. 2003-03-22 21:44:38 +00:00
Peter Breton
e2af3dca74 *** empty log message *** 2003-03-22 13:19:51 +00:00
Peter Breton
9845e6697b Use fixes to rul-generic-mode, contributed by "Rolf Sandau" <Rolf.Sandau@marconi.com>
Add etc-modules-conf-generic-mode
2003-03-22 13:00:38 +00:00
Peter Breton
b9e316dd7f Remove timestamp
Add dirtrack-cygwin-directory-function
2003-03-22 12:49:03 +00:00
Peter Breton
570896112a Add file-cache-add-directory-recursively function
Add file-cache-complete function
Add file-cache-display function
2003-03-22 12:43:50 +00:00
Kim F. Storm
b0df3884b1 (ido-mode): Remove unused NOBIND arg. Fix doc string accordingly.
(ido-define-mode-map): Bind C-l for both file and dir modes.
(ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
Let-bind enable-recursive-minibuffers to t around read-string.
2003-03-22 01:21:09 +00:00
Kim F. Storm
3bb1e519e6 *** empty log message *** 2003-03-22 01:20:44 +00:00
Kenichi Handa
a030d0e1cc (setup-default-fontset): Use
indian-font-char-range for specifying ranges of indian-glyph
chars.  Setup for AKRUTI fonts.
2003-03-22 01:08:45 +00:00
Kenichi Handa
098d86d571 (indian-font-foundry): New variable.
(indian-script-language-alist): New variable.
(indian-font-char-index-table): New variable.
(indian-font-char): New function.
(indian-font-char-range): New function.
(font-ccl-encoder-alist): Add entry for AKRUTI font.
2003-03-22 01:07:17 +00:00
Kim F. Storm
d6156ce844 (cperl-electric-backspace): Add delete-selection property. 2003-03-22 00:40:00 +00:00
Kim F. Storm
d71a4497ba *** empty log message *** 2003-03-22 00:39:38 +00:00