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
Kenichi Handa
435c388ec3
(iso-latin-1): Moved from european.el.
2003-03-13 08:35:07 +00:00
Kenichi Handa
7047378ace
(iso-latin-1): Definition of this coding
...
system moved to mule-conf.el.
2003-03-13 08:34:22 +00:00
Kenichi Handa
787caf990a
(reset-language-environment): Set
...
default-file-name-coding-system to iso-latin-1.
2003-03-13 08:32:17 +00:00
Kenichi Handa
f05394cca8
*** empty log message ***
2003-03-13 06:27:57 +00:00
Kenichi Handa
99b631c8bf
(x-select-text): Don't set a text containing
...
eight-bit-control/graphic into the cut buffer.
2003-03-13 06:23:59 +00:00
Juanma Barranquero
ff4bd68179
*** empty log message ***
2003-03-12 21:37:27 +00:00
Kenichi Handa
b6647390d9
(insert-directory): Decode by what specified.
2003-03-12 08:02:32 +00:00
Kenichi Handa
d5d6513e17
*** empty log message ***
2003-03-12 08:02:15 +00:00
Kenichi Handa
d5f9316f0f
(setup-japanese-environment-internal): Prefer japanese-shift-jis on
...
DOS and Windows.
2003-03-12 07:39:24 +00:00
Kenichi Handa
187e92d01f
*** empty log message ***
2003-03-12 07:38:52 +00:00
Kenichi Handa
9a05d1faa9
(setup-japanese-environment-internal):
...
By defalt, use japanese-iso-8bit for file names.
2003-03-12 07:23:51 +00:00
Kenichi Handa
04c114e57f
(quail-show-guidance-buf): Make the quail
...
guidance buffer inherit the current value of
quail-current-package.
2003-03-12 02:37:07 +00:00
Kenichi Handa
cb07d99bea
*** empty log message ***
2003-03-12 02:36:50 +00:00
Kenichi Handa
67ff221682
(ccl-decode-mule-utf-8): Don't loose
...
bytes on handling an invalid byte sequence.
2003-03-12 00:46:32 +00:00
Jason Rumney
3f5c8d98d2
(auto-mode-alist): Add .xsl for sgml-mode.
2003-03-11 22:17:21 +00:00
Juanma Barranquero
35de62b82b
(xml-skip-dtd): Fix parsing of DOCTYPE.
2003-03-11 21:59:49 +00:00
John Paul Wallington
ee24a85250
(posn-col-row): Heed frame parameter `line-spacing' and
...
`default-line-spacing', rather than buffer-local `line-spacing'.
2003-03-11 12:49:20 +00:00
Per Abrahamsen
963c2e09c0
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (customize-rogue): New command.
2003-03-10 14:06:57 +00:00