]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoHandle leim/MISC-DIC. Only include
Gerd Moellmann [Fri, 6 Apr 2001 10:08:04 +0000 (10:08 +0000)]
Handle leim/MISC-DIC.  Only include
`[a-zA-Z]*.{el,elc}' from leim/quail.

23 years ago(encoded-kbd-self-insert-ccl):
Dave Love [Fri, 6 Apr 2001 09:44:13 +0000 (09:44 +0000)]
(encoded-kbd-self-insert-ccl):
Remove redundant string-to-list.

23 years ago(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
Gerd Moellmann [Fri, 6 Apr 2001 09:09:39 +0000 (09:09 +0000)]
(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.

23 years agoMention there are other search-terminating Meta chars.
Richard M. Stallman [Fri, 6 Apr 2001 08:29:10 +0000 (08:29 +0000)]
Mention there are other search-terminating Meta chars.
Add xref for baud-rate.
Explain why ^ in set must not be first.
Clarify complemented set example.
Clarify \s syntax characters and add xref.
Update sentence-end example.
Document M-c in isearch.
Clarify query-replace preserving case.

23 years agoMinor clarification; add xref for C-x RET x and C-x RET X.
Richard M. Stallman [Fri, 6 Apr 2001 08:24:26 +0000 (08:24 +0000)]
Minor clarification; add xref for C-x RET x and C-x RET X.

23 years ago(reference-point-alist): Doc fix.
Stefan Monnier [Fri, 6 Apr 2001 01:22:03 +0000 (01:22 +0000)]
(reference-point-alist): Doc fix.

23 years agocomment
Dave Love [Thu, 5 Apr 2001 21:15:02 +0000 (21:15 +0000)]
comment

23 years agoRename delete-key-deletes-forward.
Eli Zaretskii [Thu, 5 Apr 2001 20:50:58 +0000 (20:50 +0000)]
Rename delete-key-deletes-forward.

23 years ago(Cursor Display): show-cursor-in-non-selected-windows was renamed.
Eli Zaretskii [Thu, 5 Apr 2001 20:43:24 +0000 (20:43 +0000)]
(Cursor Display): show-cursor-in-non-selected-windows was renamed.

23 years agoshow-cursor-in-non-selected-windows is no cursor-in-non-selected-windows.
Eli Zaretskii [Thu, 5 Apr 2001 20:41:08 +0000 (20:41 +0000)]
show-cursor-in-non-selected-windows is no cursor-in-non-selected-windows.

23 years agomade font-lock-keywords-case-fold-search buffer-local
Sam Steingold [Thu, 5 Apr 2001 18:49:46 +0000 (18:49 +0000)]
made font-lock-keywords-case-fold-search buffer-local

23 years ago(fail): Don't return a value.
Dave Love [Thu, 5 Apr 2001 18:46:47 +0000 (18:46 +0000)]
(fail): Don't return a value.
(main): Cast uid values for sprintf.

23 years ago(defface menu): Doc fix.
Gerd Moellmann [Thu, 5 Apr 2001 16:16:28 +0000 (16:16 +0000)]
(defface menu): Doc fix.

23 years agoRemove LessTif restriction for the `menu' face.
Gerd Moellmann [Thu, 5 Apr 2001 16:13:19 +0000 (16:13 +0000)]
Remove LessTif restriction for the `menu' face.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 5 Apr 2001 15:57:52 +0000 (15:57 +0000)]
*** empty log message ***

23 years ago(widget-color-sample-face-get): Don't make
Gerd Moellmann [Thu, 5 Apr 2001 15:57:16 +0000 (15:57 +0000)]
(widget-color-sample-face-get): Don't make
faces for undefined colors.

23 years ago(getwd) [!HAVE_GETWD]: Unblock input before returning.
Gerd Moellmann [Thu, 5 Apr 2001 14:59:37 +0000 (14:59 +0000)]
(getwd) [!HAVE_GETWD]: Unblock input before returning.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 5 Apr 2001 14:05:12 +0000 (14:05 +0000)]
*** empty log message ***

23 years ago(Fcurrent_time_zone): Accept spaces in timezone
Gerd Moellmann [Thu, 5 Apr 2001 14:04:44 +0000 (14:04 +0000)]
(Fcurrent_time_zone): Accept spaces in timezone
names.

23 years ago(install): Remove .cvsignore files.
Gerd Moellmann [Thu, 5 Apr 2001 13:53:02 +0000 (13:53 +0000)]
(install): Remove .cvsignore files.

23 years ago(install-arch-indep): Remove .cvsignore files.
Gerd Moellmann [Thu, 5 Apr 2001 13:52:09 +0000 (13:52 +0000)]
(install-arch-indep): Remove .cvsignore files.

23 years ago(emacs-version): Include LessTif/Motif version info.
Gerd Moellmann [Thu, 5 Apr 2001 13:13:10 +0000 (13:13 +0000)]
(emacs-version): Include LessTif/Motif version info.

23 years ago(x_free_frame_resources) [USE_X_TOOLKIT]: Set
Gerd Moellmann [Thu, 5 Apr 2001 13:08:48 +0000 (13:08 +0000)]
(x_free_frame_resources) [USE_X_TOOLKIT]: Set
f->output_data.x->widget to null after destroying it.

23 years ago(free_frame_menubar) [USE_MOTIF]: Preserve the
Gerd Moellmann [Thu, 5 Apr 2001 13:07:44 +0000 (13:07 +0000)]
(free_frame_menubar) [USE_MOTIF]: Preserve the
shell widget's position only if it is non-null.

23 years ago(Vmotif_version_string) [USE_MOTIF]: New variable.
Gerd Moellmann [Thu, 5 Apr 2001 13:07:22 +0000 (13:07 +0000)]
(Vmotif_version_string) [USE_MOTIF]: New variable.
(syms_of_xfns): DEFVAR_LISP it.  Initialize from XmVERSION_STRING.

23 years ago(Frequire): Doc fix. Rename parameter FILE_NAME to
Gerd Moellmann [Thu, 5 Apr 2001 12:29:24 +0000 (12:29 +0000)]
(Frequire): Doc fix.  Rename parameter FILE_NAME to
FILENAME to bring it in synch with the documentation.

23 years ago(realizing_basic_faces_p): Renamed from
Gerd Moellmann [Thu, 5 Apr 2001 12:13:17 +0000 (12:13 +0000)]
(realizing_basic_faces_p): Renamed from
realize_default_face_p.
(realize_basic_faces): Set/clear realizing_basic_faces_p.
(realize_default_face): Don't set the flag.

23 years agoComment fix.
Gerd Moellmann [Thu, 5 Apr 2001 12:01:19 +0000 (12:01 +0000)]
Comment fix.

23 years agoBump version number.
Gerd Moellmann [Thu, 5 Apr 2001 11:05:39 +0000 (11:05 +0000)]
Bump version number.

23 years ago*** empty log message *** emacs-pretest-21.0.101
Gerd Moellmann [Thu, 5 Apr 2001 10:44:22 +0000 (10:44 +0000)]
*** empty log message ***

23 years ago("japanese-hankaku-kana"): Don't use
Gerd Moellmann [Thu, 5 Apr 2001 10:09:36 +0000 (10:09 +0000)]
("japanese-hankaku-kana"): Don't use
the same translations as for `japanese'.

23 years agoEliminate cl package dependence.
Gerd Moellmann [Thu, 5 Apr 2001 09:46:15 +0000 (09:46 +0000)]
Eliminate cl package dependence.
(char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
if they aren't defined yet.
(ps-mule-encode-header-string, ps-mule-header-string-charsets):
Eliminate cl package dependence.

23 years ago(c-outline-level):
Stefan Monnier [Wed, 4 Apr 2001 20:13:35 +0000 (20:13 +0000)]
(c-outline-level):
Bind buffer-invisibility-spec.  Originally from Dave Love, but
got lost when incorporating version 5.26.

23 years ago(Init Syntax): Mention the -*-coding:-*- tag if .emacs uses non-ASCII
Eli Zaretskii [Wed, 4 Apr 2001 14:11:05 +0000 (14:11 +0000)]
(Init Syntax): Mention the -*-coding:-*- tag if .emacs uses non-ASCII
characters in strings.

23 years ago(pc-selection-mode): Call normal-erase-is-backspace-mode instead of
Eli Zaretskii [Wed, 4 Apr 2001 14:09:12 +0000 (14:09 +0000)]
(pc-selection-mode): Call normal-erase-is-backspace-mode instead of
binding keys individually.

23 years ago(normal-erase-is-backspace): Rename from
Eli Zaretskii [Wed, 4 Apr 2001 14:07:13 +0000 (14:07 +0000)]
(normal-erase-is-backspace): Rename from
delete-key-deletes-forward.  Doc fix.
(normal-erase-is-backspace-mode): Rename from
delete-key-deletes-forward-mode.  Doc fix.  Run
normal-erase-is-backspace-hook.

23 years ago(with_echo_area_buffer): Avoid confusion from reusing
Gerd Moellmann [Wed, 4 Apr 2001 14:06:06 +0000 (14:06 +0000)]
(with_echo_area_buffer): Avoid confusion from reusing
the buffer that was used for echoing.

23 years ago(command-line): Use normal-erase-is-backspace and
Eli Zaretskii [Wed, 4 Apr 2001 14:05:18 +0000 (14:05 +0000)]
(command-line): Use normal-erase-is-backspace and
normal-erase-is-backspace-mode.

23 years ago(normal-erase-is-backspace): Use it instead of
Eli Zaretskii [Wed, 4 Apr 2001 14:04:43 +0000 (14:04 +0000)]
(normal-erase-is-backspace): Use it instead of
delete-key-deletes-forward.

23 years ago(echoing, echo_message_buffer): Make externally
Gerd Moellmann [Wed, 4 Apr 2001 14:04:38 +0000 (14:04 +0000)]
(echoing, echo_message_buffer): Make externally
visible.

23 years ago(echoing, echo_message_buffer, cancel_echoing): Declare.
Gerd Moellmann [Wed, 4 Apr 2001 14:04:01 +0000 (14:04 +0000)]
(echoing, echo_message_buffer, cancel_echoing): Declare.

23 years ago(best_matching_font): Remove unused parameter PATTERN.
Gerd Moellmann [Wed, 4 Apr 2001 12:56:14 +0000 (12:56 +0000)]
(best_matching_font): Remove unused parameter PATTERN.
(first_font_matching): Removed unused function.
(x_face_list_fonts): Remove unused parameter SCALABLE_P.
(may_use_scalable_font_p): Remove parameter FONT; rename
parameter NAME to FONT.
(x_face_list_fonts): Fix missing bounds check.
(realizing_default_face_p): New variable.
(realize_default_face): Set and clear that flag.
(x_face_list_fonts): When called during the realization of the
default face, and no matching fonts are found when ignoring
scalable fonts and fonts matching a regexp from
face-ignored-fonts, try without ignoring fonts.

23 years ago(dired-move-to-filename-regexp): Support file sizes in
Eli Zaretskii [Wed, 4 Apr 2001 11:18:59 +0000 (11:18 +0000)]
(dired-move-to-filename-regexp): Support file sizes in
``human-readable'' format produced by GNU `ls'.
(dired-move-to-filename-regexp): Recognize ISO format dates.  From
Paul Eggert <eggert@twinsun.com>.

23 years ago(lm-keywords-list, lm-keywords-finder-p):
Gerd Moellmann [Wed, 4 Apr 2001 09:58:56 +0000 (09:58 +0000)]
(lm-keywords-list, lm-keywords-finder-p):
New functions.
(lm-verify): Check keywords.
From: Eric M. Ludlam <eric@siege-engine.com>.

23 years ago(speedbar-insert-image-button-maybe): Check for `xemacs' feature
Eric M. Ludlam [Wed, 4 Apr 2001 00:51:48 +0000 (00:51 +0000)]
(speedbar-insert-image-button-maybe): Check for `xemacs' feature
instead of for the function `set-extent-property'.

23 years ago(mh-folder-hist): New var.
Stefan Monnier [Tue, 3 Apr 2001 16:02:45 +0000 (16:02 +0000)]
(mh-folder-hist): New var.
(mh-prompt-for-folder): Use it and pass `default' to completing-read.

23 years ago(TIT_GB): Delete quail/PY.elc and
Andrew Innes [Tue, 3 Apr 2001 15:41:47 +0000 (15:41 +0000)]
(TIT_GB): Delete quail/PY.elc and
quail/ZIRANMA.elc.
(NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
$(srcdir)/quail/tsang-b5.elc.
(NON_TIT_CNS): Delete.
(CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
(CHINESE_CNS): Delete.
(KOREAN): Add ${srcdir}/quail/hanja3.elc.  From Kenichi Handa
<handa@etl.go.jp>.
(MISC_DIC): New variable.
(CHINESE): Delete $(CHINESE_CNS).
(WORLD): Add $(MISC_DIC).
(all): Depends on $(MISC_DIC).
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
($(MISC_DIC)): New target.
(clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
and $(MISC_DIC:.elc=.el).

23 years agoFix a typo forther -> farther.
Gerd Moellmann [Tue, 3 Apr 2001 15:41:03 +0000 (15:41 +0000)]
Fix a typo forther -> farther.

23 years ago(postprocess_image): New function.
Gerd Moellmann [Tue, 3 Apr 2001 15:31:08 +0000 (15:31 +0000)]
(postprocess_image): New function.
(lookup_image): Call it for all image types except PostScript.
(x_kill_gs_process): Call postprocess_image.

23 years ago*** empty log message ***
Stefan Monnier [Tue, 3 Apr 2001 15:16:33 +0000 (15:16 +0000)]
*** empty log message ***

23 years ago(icomplete-mode): Treat an argument like other
Gerd Moellmann [Tue, 3 Apr 2001 14:48:02 +0000 (14:48 +0000)]
(icomplete-mode): Treat an argument like other
modes do.

23 years ago(Finding Overlays): Fix example code.
Gerd Moellmann [Tue, 3 Apr 2001 14:28:29 +0000 (14:28 +0000)]
(Finding Overlays): Fix example code.

23 years ago(hexl-scroll-up): If scrolling gets outside the hexl
Eli Zaretskii [Tue, 3 Apr 2001 14:13:46 +0000 (14:13 +0000)]
(hexl-scroll-up): If scrolling gets outside the hexl
region, position point on the first or last 16-byte group.
(hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
hexl-beginning-of-line.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 3 Apr 2001 13:52:16 +0000 (13:52 +0000)]
*** empty log message ***

23 years ago(fancy-splash-head): Use splash8.xpm for color
Gerd Moellmann [Tue, 3 Apr 2001 13:51:41 +0000 (13:51 +0000)]
(fancy-splash-head): Use splash8.xpm for color
depth 8.

23 years ago(fail, main): Don't use implicit int return type.
Gerd Moellmann [Tue, 3 Apr 2001 13:37:23 +0000 (13:37 +0000)]
(fail, main): Don't use implicit int return type.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 3 Apr 2001 13:34:06 +0000 (13:34 +0000)]
*** empty log message ***

23 years ago(main): Always return a value.
Gerd Moellmann [Tue, 3 Apr 2001 13:33:45 +0000 (13:33 +0000)]
(main): Always return a value.

23 years ago(checkdoc-common-verbs-wrong-voice): Add
Gerd Moellmann [Tue, 3 Apr 2001 13:22:07 +0000 (13:22 +0000)]
(checkdoc-common-verbs-wrong-voice): Add
an antry for ``converts''.

23 years ago("Slovak"): Add documentation string. From
Gerd Moellmann [Tue, 3 Apr 2001 13:10:43 +0000 (13:10 +0000)]
("Slovak"): Add documentation string.  From
Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).

23 years ago("Czech"): Add documentation string.
Gerd Moellmann [Tue, 3 Apr 2001 13:07:46 +0000 (13:07 +0000)]
("Czech"): Add documentation string.

23 years agoRemove info on Purify, which isn't free software.
Gerd Moellmann [Tue, 3 Apr 2001 12:57:36 +0000 (12:57 +0000)]
Remove info on Purify, which isn't free software.

23 years agoFix a typo.
Gerd Moellmann [Tue, 3 Apr 2001 11:38:18 +0000 (11:38 +0000)]
Fix a typo.

23 years agoChange version of LessTif that's required.
Gerd Moellmann [Tue, 3 Apr 2001 11:36:08 +0000 (11:36 +0000)]
Change version of LessTif that's required.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 3 Apr 2001 11:29:55 +0000 (11:29 +0000)]
*** empty log message ***

23 years ago(x_use_underline_position_properties): New variable.
Gerd Moellmann [Tue, 3 Apr 2001 11:25:12 +0000 (11:25 +0000)]
(x_use_underline_position_properties): New variable.
(x_draw_glyph_string): Use it.
(syms_of_xterm): DEFVAR_BOOL it.

23 years agoMinor cleanups.
Richard M. Stallman [Tue, 3 Apr 2001 11:16:17 +0000 (11:16 +0000)]
Minor cleanups.

23 years agoAdd `d' after `C-h i' in examples.
Richard M. Stallman [Tue, 3 Apr 2001 10:59:00 +0000 (10:59 +0000)]
Add `d' after `C-h i' in examples.
Change hello to HELLO as file name.

23 years ago(ps-mule-font-info-database-bdf): Change
Gerd Moellmann [Tue, 3 Apr 2001 09:17:32 +0000 (09:17 +0000)]
(ps-mule-font-info-database-bdf): Change
`isci24-etl.bdf' to `isci24-mule.bdf'.  From: Kenichi Handa
<handa@etl.go.jp>.

23 years ago(mail-extr-delete-char, mail-extr-safe-move-sexp)
Stefan Monnier [Mon, 2 Apr 2001 22:49:38 +0000 (22:49 +0000)]
(mail-extr-delete-char, mail-extr-safe-move-sexp)
(mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
(mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
Use `defsubst' rather than a macro to ease debugging.
(mail-extr-last): Remove (use `last' instead).
(mail-extract-address-components): Properly reset the syntax-table
after parsing an address.  Use `last' rather than mail-extr-last.
Make sure the end marker stays at the very end.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 2 Apr 2001 20:40:16 +0000 (20:40 +0000)]
*** empty log message ***

23 years ago(miscdic-convert): Fix a typo in the last change.
Eli Zaretskii [Mon, 2 Apr 2001 20:37:34 +0000 (20:37 +0000)]
(miscdic-convert): Fix a typo in the last change.

23 years ago(srcdir=): Edit @srcdir@ into an absolute file name
Eli Zaretskii [Mon, 2 Apr 2001 20:35:49 +0000 (20:35 +0000)]
(srcdir=): Edit @srcdir@ into an absolute file name
of the leim subdirectory, so that EMACSLOADPATH doesn't break when
titdic-convert chdirs into leim/quail.

23 years ago(x_alloc_nearest_color_1): New function.
Gerd Moellmann [Mon, 2 Apr 2001 15:50:06 +0000 (15:50 +0000)]
(x_alloc_nearest_color_1): New function.
(x_alloc_nearest_color): Use it.
(x_color_cells): Take a Display as argument, instead of a frame.
(string_to_pixel_args, cvt_string_to_pixel_value): New variables.
(cvt_string_to_pixel, cvt_pixel_dtor): New functions.
(x_initialize): Register cvt_string_to_pixel as resource converter
string -> Pixel and cvt_pixel_dtor as pixel resource destructor.

23 years agoUndo last commit by John Wiegley.
Gerd Moellmann [Mon, 2 Apr 2001 11:56:36 +0000 (11:56 +0000)]
Undo last commit by John Wiegley.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 2 Apr 2001 11:55:06 +0000 (11:55 +0000)]
*** empty log message ***

23 years agoFix typo in comment.
Gerd Moellmann [Mon, 2 Apr 2001 10:41:10 +0000 (10:41 +0000)]
Fix typo in comment.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 2 Apr 2001 10:39:33 +0000 (10:39 +0000)]
*** empty log message ***

23 years agoLine and paragraph spacing feature.
Gerd Moellmann [Mon, 2 Apr 2001 10:38:26 +0000 (10:38 +0000)]
Line and paragraph spacing feature.
(LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
(EffectShadow, EffectBox, EffectOutline): New vars.
(PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
(PHL, LHL): New funs.

23 years agoXEmacs compatibility. Doc fix.
Gerd Moellmann [Mon, 2 Apr 2001 10:36:32 +0000 (10:36 +0000)]
XEmacs compatibility.  Doc fix.
(leading-code-private-22): Declare var if it's not declared yet.
(charset-bytes, charset-dimension, charset-id, charset-width)
(find-charset-region, split-char, char-width, chars-in-region)
(forward-point, decompose-composite-char, encode-coding-string)
(coding-system-p, ccl-execute-on-string, define-ccl-program):
Define funs if not defined yet.
(encode-composition-rule, find-composition): Define funs if not
loaded yet.
(ps-mule-prologue): PostScript code fix.

(ps-mule-generate-font): New arg HEADER-P.  If it is
non-nil, generate font for the header strings.
(ps-mule-prepare-font): Likewise.
(ps-mule-generate-glyphs): Likewise.
(ps-mule-string-encoding): Likewise.
(ps-mule-header-charsets): New variable.
(ps-mule-encode-header-string): New function.
(ps-mule-header-string-charsets): New function.
(ps-mule-begin-job): Check charsets in the header strings.  If there
are non-ASCII and non-Latin1 charsets, prepare fonts for them.

23 years agoXEmacs compatibility. Doc fix.
Gerd Moellmann [Mon, 2 Apr 2001 10:35:44 +0000 (10:35 +0000)]
XEmacs compatibility.  Doc fix.
(installation-directory, coding-system-for-read): Declare vars if
it's not declared yet.
(bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.

23 years agoLine and paragraph spacing feature. Region to cut
Gerd Moellmann [Mon, 2 Apr 2001 10:35:07 +0000 (10:35 +0000)]
Line and paragraph spacing feature.  Region to cut
out when printing.  Doc fix.
(ps-print-version): New version number (6.5).
(ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp): New
vars.  Line and paragraph spacing feature.
(ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
out when printing.
(ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
(ps-get-font-size, ps-begin-job, ps-continue-line)
(ps-plot-region): Code fix.
(ps-print-prologue-2): Var eliminated.
(ps-line-spacing-internal, ps-paragraph-spacing-internal): New
internal vars.
(ps-get-size): New fun.
(ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
(ps-next-line): Replace defun by defsubst.
(ps-mule-plot-string): Autoload doc fix.

(ps-mule-generate-font): New arg HEADER-P.  If it is
non-nil, generate font for the header strings.
(ps-mule-prepare-font): Likewise.
(ps-mule-generate-glyphs): Likewise.
(ps-mule-string-encoding): Likewise.
(ps-mule-header-charsets): New variable.
(ps-mule-encode-header-string): New function.
(ps-mule-header-string-charsets): New function.
(ps-mule-begin-job): Check charsets in the header strings.  If there
are non-ASCII and non-Latin1 charsets, prepare fonts for them.

23 years ago(cursor-in-non-selected-windows): Replaces
Gerd Moellmann [Mon, 2 Apr 2001 10:19:52 +0000 (10:19 +0000)]
(cursor-in-non-selected-windows): Replaces
show-cursor-in-non-selected-windows.

23 years ago(KOREAN): Add ${srcdir}/quail/hanja3.elc. From
Eli Zaretskii [Mon, 2 Apr 2001 08:01:09 +0000 (08:01 +0000)]
(KOREAN): Add ${srcdir}/quail/hanja3.elc.  From
Kenichi Handa <handa@etl.go.jp>.

23 years ago(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
Eli Zaretskii [Mon, 2 Apr 2001 07:49:21 +0000 (07:49 +0000)]
(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.

23 years agoFix last change.
Eli Zaretskii [Sun, 1 Apr 2001 08:03:41 +0000 (08:03 +0000)]
Fix last change.

23 years agoAdd concept of "usual erasure key" to explain about DEL.
Richard M. Stallman [Sun, 1 Apr 2001 03:32:04 +0000 (03:32 +0000)]
Add concept of "usual erasure key" to explain about DEL.

23 years agoCorrect sentence-end regexp example.
Richard M. Stallman [Sun, 1 Apr 2001 03:29:00 +0000 (03:29 +0000)]
Correct sentence-end regexp example.

23 years agoFurther clarification for DEL vs BS on text terminals.
Richard M. Stallman [Sun, 1 Apr 2001 03:27:41 +0000 (03:27 +0000)]
Further clarification for DEL vs BS on text terminals.

23 years agobaud-rate affects incremental search.
Richard M. Stallman [Sun, 1 Apr 2001 03:26:38 +0000 (03:26 +0000)]
baud-rate affects incremental search.

23 years agoCorrect syntax table data structure. Other clarifications about
Richard M. Stallman [Sun, 1 Apr 2001 03:25:57 +0000 (03:25 +0000)]
Correct syntax table data structure.  Other clarifications about
syntax tables.

23 years agoMinor changes.
Richard M. Stallman [Sun, 1 Apr 2001 03:23:15 +0000 (03:23 +0000)]
Minor changes.

23 years agoMinor change.
Richard M. Stallman [Sun, 1 Apr 2001 03:20:52 +0000 (03:20 +0000)]
Minor change.

23 years ago(Checklist): Include more LC_* variables in the list, as suggested
Eli Zaretskii [Sat, 31 Mar 2001 09:48:53 +0000 (09:48 +0000)]
(Checklist): Include more LC_* variables in the list, as suggested
by Paul Eggert.

23 years ago(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa [Sat, 31 Mar 2001 02:23:04 +0000 (02:23 +0000)]
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
(NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
${srcdir}/quail/tsang-b5.elc.
(CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
(CHINESE-CNS): Delete it.
(MISC-DIC): New variable.
(CHINESE): Delete ${CHINESE-CNS}.
(WORLD): Delete ${MISC-DIC}.
(all): Depends on ${MISC-DIC}.
(${MISC-DIC}): New target.
(clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 31 Mar 2001 02:22:45 +0000 (02:22 +0000)]
*** empty log message ***

23 years ago(quail-cxterm-package-ext-info):
Kenichi Handa [Sat, 31 Mar 2001 02:22:17 +0000 (02:22 +0000)]
(quail-cxterm-package-ext-info):
Delete entries for "chinese-py" and "chinese-ziranma".
(quail-misc-package-ext-info): New variable.
(tsang-quick-converter): New function.
(tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
(quick-cns-converter, py-converter, ziranma-converter)
(miscdic-convert, batch-miscdic-convert): New functions.

23 years agoadd cangjie-table.b5 cangjie-table.cns ziranma.cin pinyin.map
Kenichi Handa [Sat, 31 Mar 2001 02:19:51 +0000 (02:19 +0000)]
add cangjie-table.b5 cangjie-table.cns ziranma.cin pinyin.map

23 years agodelete PY.tit ZIRANMA.tit
Kenichi Handa [Sat, 31 Mar 2001 02:18:00 +0000 (02:18 +0000)]
delete PY.tit ZIRANMA.tit

23 years agodelete quick-b5.el quick-cns.el tsang-b5.el tsang-cns.el
Kenichi Handa [Sat, 31 Mar 2001 02:17:20 +0000 (02:17 +0000)]
delete quick-b5.el quick-cns.el tsang-b5.el tsang-cns.el