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
Deepak Goel
1fed17bc70
Notify minor change to calc-forms.el.
2003-03-16 20:29:51 +00:00
Deepak Goel
877d0199ee
Alias UTC to GMT.
2003-03-16 20:26:43 +00:00
Juanma Barranquero
a158ff811f
(xml-ucs-to-string): New function to convert Unicode codepoints to strings.
...
Uses decode-char (mule.el) if available.
(xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
(xml-parse-attlist): Added attribute normalization.
(xml-parse-tag): Replace "\r\n" and "\r" with "\n".
2003-03-16 10:48:34 +00:00
Stefan Monnier
906cbe4568
(cvs-mode!): Remove unused argument.
2003-03-16 01:09:05 +00:00
Stefan Monnier
26647ce218
(easy-menu-name-match): Catch any error that member-ignore-case might signal.
...
(easy-menu-add-item): Default to the global map, as documented.
(easy-menu-convert-item-1): Use match-string.
2003-03-16 00:39:23 +00:00
Stefan Monnier
f202a7a25f
(indent-for-tab-command): If tab-always-indent is non-nil
...
and the user hits TAB a second time, just insert a tab.
2003-03-14 23:11:20 +00:00
John Paul Wallington
194600a8fa
* files.el (recover-session): Error if there are no previous
...
sessions to recover.
* subr.el (posn-col-row): Simplify.
* arc-mode.el (archive-subtype, archive-file-list-start)
(archive-file-list-end, archive-proper-file-start)
(archive-read-only, archive-local-name, archive-mode-map)
(archive-file-name-indent, archive-remote)
(archive-alternate-display, archive-superior-buffer)
(archive-subfile-mode): Doc fixes.
2003-03-14 22:38:46 +00:00
Stefan Monnier
f412245b47
(texinfo-outline-level): Remove.
...
(texinfo-mode): Set outline-heading-alist instead.
(texinfo-section-list): Reorder for the needs of outline-heading-alist.
(texinfo-insert-block): Don't cons needlessly.
(texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
(texinfo-insert-quote): Use them.
2003-03-14 22:29:13 +00:00
Stefan Monnier
8973cfc915
*** empty log message ***
2003-03-14 21:56:25 +00:00
Stefan Monnier
5748357975
(outline-level): Demote it to defvar.
...
(outline-heading-alist): Document extended semantics.
(outline-head-from-level): New fun.
(outline-promote, outline-demote): Use it.
(outline-show-heading): New fun.
(hide-sublevels, show-children): Use it together with outline-map-region.
(outline-get-next-sibling): Don't call outline-level at eob.
2003-03-14 21:43:53 +00:00
Simon Josefsson
7c928b8f67
*** empty log message ***
2003-03-14 16:22:57 +00:00
Simon Josefsson
60e3dd1459
(fringe-mode): Autoload so that
...
Options->Show/Hide->Fringe->Customize works.
2003-03-14 16:13:50 +00:00
Dave Love
87f506c3f6
(ucs-tables): Don't require.
...
(latin1-display-face): New.
(latin1-display-char): Use it.
2003-03-13 23:02:19 +00:00
Stefan Monnier
21a3d3e7c9
(outline-mode-menu-bar-map): Add entries.
...
(outline-mode-prefix-map): Match new bindings to those of allout.
(outline-map-region): New fun.
(outline-map-tree): Remove.
(outline-promote, outline-demote): Apply to region if active.
Change the default to apply to the subtree.
(outline-move-subtree-up, outline-move-subtree-down): New funs.
(outline-invisible-p): Add optional `pos' argument.
(outline-next-visible-heading, outline-toggle-children): Use it.
(outline-get-next-sibling): Don't call outline-level at eob.
2003-03-13 18:15:07 +00:00
Stefan Monnier
df38096221
(custom-set-minor-mode): New fun.
2003-03-13 18:10:41 +00:00
Kenichi Handa
db4b01921c
*** empty log message ***
2003-03-13 08:41:15 +00:00