1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
Commit graph

23500 commits

Author SHA1 Message Date
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
Kim F. Storm
f45a683109 (cua-set-mark): Doc fixes.
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
C-u C-u C-SPC now unconditionally sets the mark.
2003-03-22 00:18:12 +00:00
Kim F. Storm
16210a2570 *** empty log message *** 2003-03-22 00:17:48 +00:00
Kim F. Storm
66ef2df9d6 (set-mark-command): Doc fixes.
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
C-u C-u C-SPC now unconditionally sets the mark.
2003-03-21 23:49:23 +00:00
Kim F. Storm
6e6410cf9d *** empty log message *** 2003-03-21 23:48:53 +00:00
Juanma Barranquero
f0ec17115f (xml-parse-attlist): typo in attribute parsing. 2003-03-20 18:01:58 +00:00
Kenichi Handa
76b7fded09 (ccl-decode-mule-utf-8): Fix a bug of
invalid 5 to 6 bytes sequence.
2003-03-19 23:36:15 +00:00
Juanma Barranquero
0b51ba8a5a (makefile-font-lock-syntactic-keywords): New variable.
(makefile-mode): Use it for value of font-lock-syntactic-keywords.
2003-03-19 22:25:11 +00:00
John Paul Wallington
87e391a986 (custom-theme-create): Add autoload cookie. 2003-03-19 17:17:58 +00:00
Stefan Monnier
7b004f77e2 (cvs-mode-tag): Docstring improvement. 2003-03-19 14:34:24 +00:00
Kenichi Handa
4f497b0aab *** empty log message *** 2003-03-19 11:58:43 +00:00
Kenichi Handa
038b550196 * dired.el (dired-get-filename): Pay attention to the case that
`read' returns a unibyte string.  Don't encode the file name by
buffer-file-coding-system.
2003-03-19 11:58:25 +00:00
Kenichi Handa
f9babe5250 *** empty log message *** 2003-03-19 11:37:35 +00:00
Kenichi Handa
bccb30c422 ("Latin-6"): Fix input-method.
("Latin-7"): Fix input-method.
2003-03-19 11:11:50 +00:00
Juanma Barranquero
f18d7ed33c *** empty log message *** 2003-03-18 21:20:51 +00:00
Stefan Monnier
f39864ec14 (command-line-1): Use command-execute for any command. 2003-03-18 09:41:39 +00:00
Kenichi Handa
cb0d45626e *** empty log message *** 2003-03-18 04:27:53 +00:00
Kenichi Handa
fcaabbd5c2 (cp-fix-safe-chars): Make it obsolete.
(cp-make-coding-system): Don't call cp-fix-safe-chars.
2003-03-18 04:25:02 +00:00
Kenichi Handa
6053d86a69 (find-coding-systems-for-charsets):
Use find-coding-systems-string instead of looking up
char-coding-system-table.
2003-03-18 04:23:50 +00:00
Kenichi Handa
701117d5c6 (no-conversion): Call
define-coding-system-internal on this coding system instead of
calling register-char-codings.
2003-03-18 04:23:12 +00:00
Kenichi Handa
620956ca4e * international/mule.el (optimize-char-coding-system-table):
Remove this function.
(register-char-codings): Make it obsolete.
(char-coding-system-table): Defconst it here.
(make-coding-system): Don't call register-char-codings, call
define-coding-system-internal.
2003-03-18 04:11:32 +00:00
Kenichi Handa
0eea77c3e7 (ucs-unify-8859): Don't call
register-char-codings.
(ucs-unify-8859): Don't call optimize-char-coding-system-table.
(ucs-fragment-8859): Don't update char-coding-system-table.  Don't
call register-char-codings nor optimize-char-coding-system-table.
2003-03-18 04:08:39 +00:00
Kenichi Handa
535665b85b (utf-fragment-on-decoding): Don't call
register-char-codings.
(utf-fragment-on-decoding): Don't update char-coding-system-table.
(utf-translate-cjk): Don't call register-char-codings nor
optimize-char-coding-system-table.  Don't update
char-coding-system-table.
2003-03-18 04:06:48 +00:00
Stefan Monnier
489e070d89 *** empty log message *** 2003-03-17 18:24:27 +00:00
Stefan Monnier
748a336b92 (list-buffers-noselect): Use the display property
to properly align header-line text with the buffer's contents.
2003-03-17 18:12:42 +00:00
Kenichi Handa
58b8be1cfe (ctext-post-read-conversion): Convert the
search pattern to multibyte by string-to-multibyte.
2003-03-17 05:38:39 +00:00