]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years agoRegenerated emacs-pretest-21.2.91
Francesco Potortì [Tue, 8 Oct 2002 13:45:45 +0000 (13:45 +0000)]
Regenerated

21 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Oct 2002 10:58:53 +0000 (10:58 +0000)]
*** empty log message ***

21 years agoComment corrected.
Francesco Potortì [Tue, 8 Oct 2002 10:58:42 +0000 (10:58 +0000)]
Comment corrected.

21 years ago(unify-8859-on-encoding-mode): Set
Kenichi Handa [Tue, 8 Oct 2002 10:58:24 +0000 (10:58 +0000)]
(unify-8859-on-encoding-mode): Set
:init-value to nil, and calls (unify-8859-on-encoding-mode 1)
later.

21 years ago(code_convert_region): When we need more GAP for
Kenichi Handa [Tue, 8 Oct 2002 01:13:23 +0000 (01:13 +0000)]
(code_convert_region): When we need more GAP for
conversion, pay attention to the case that coding->produced is not
greater than coding->consumed.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Oct 2002 01:12:00 +0000 (01:12 +0000)]
*** empty log message ***

21 years ago(fortran-beginning-do): Ignore labelled DO loops altogether.
Glenn Morris [Sun, 6 Oct 2002 14:52:47 +0000 (14:52 +0000)]
(fortran-beginning-do): Ignore labelled DO loops altogether.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 1 Oct 2002 06:59:57 +0000 (06:59 +0000)]
*** empty log message ***

21 years agoSynchronized with the code in 21.4
Kenichi Handa [Tue, 1 Oct 2002 06:58:37 +0000 (06:58 +0000)]
Synchronized with the code in 21.4
and deleted codes for not yet supported features;
utf-fragment-on-decoding, utf-translate-cjk, and
minibuffer-selected-window.

21 years agoSynchronized with the code in 21.4 and
Kenichi Handa [Tue, 1 Oct 2002 06:58:10 +0000 (06:58 +0000)]
Synchronized with the code in 21.4 and
deleted codes for not yet supported features;
utf-fragment-on-decoding and utf-translate-cjk.

21 years agoSynchronized with the code in 21.4
Kenichi Handa [Tue, 1 Oct 2002 06:57:47 +0000 (06:57 +0000)]
Synchronized with the code in 21.4
and deleted codes for not yet supported features;
utf-fragment-on-decoding and utf-translate-cjk.

21 years ago(describe-coding-system): Describe `dependency' property.
Kenichi Handa [Tue, 1 Oct 2002 06:56:53 +0000 (06:56 +0000)]
(describe-coding-system): Describe `dependency' property.

21 years ago(ucs-mule-to-mule-unicode): Define this
Kenichi Handa [Tue, 1 Oct 2002 06:38:57 +0000 (06:38 +0000)]
(ucs-mule-to-mule-unicode): Define this
translation table name here.
(ucs-mule-cjk-to-unicode): New translation table name.
(font-ccl-encoder-alist): Change the font registry pattern to
"ISO10646.*-*".

21 years agoPreload international/utf-16. Don't call ucs-unify-8859.
Kenichi Handa [Tue, 1 Oct 2002 06:37:30 +0000 (06:37 +0000)]
Preload international/utf-16.  Don't call ucs-unify-8859.

21 years ago(encode-char): Pay attention to utf-translation-table-for-encode.
Kenichi Handa [Tue, 1 Oct 2002 06:35:48 +0000 (06:35 +0000)]
(encode-char): Pay attention to utf-translation-table-for-encode.

21 years ago(lisp, shortlisp): Add utf-16.elc
Kenichi Handa [Tue, 1 Oct 2002 06:34:13 +0000 (06:34 +0000)]
(lisp, shortlisp): Add utf-16.elc

21 years ago(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
Kenichi Handa [Tue, 1 Oct 2002 06:32:55 +0000 (06:32 +0000)]
(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
-1 before calling ccl_driver.

21 years agoVersion number is 21.2.91
Francesco Potortì [Mon, 30 Sep 2002 15:39:06 +0000 (15:39 +0000)]
Version number is 21.2.91

21 years agoRegenerated
Francesco Potortì [Mon, 30 Sep 2002 15:29:23 +0000 (15:29 +0000)]
Regenerated

21 years agoDelete the superfluous `!'.
Kenichi Handa [Mon, 30 Sep 2002 12:24:51 +0000 (12:24 +0000)]
Delete the superfluous `!'.

21 years ago(__restrict_arr): Do not redefine it if already defined.
Francesco Potortì [Mon, 30 Sep 2002 08:07:42 +0000 (08:07 +0000)]
(__restrict_arr): Do not redefine it if already defined.

21 years ago__restrict_arr
Francesco Potortì [Mon, 30 Sep 2002 08:07:17 +0000 (08:07 +0000)]
__restrict_arr

21 years ago*** empty log message ***
Richard M. Stallman [Sun, 29 Sep 2002 18:25:42 +0000 (18:25 +0000)]
*** empty log message ***

21 years ago(undo-elt-in-region): Fix one-off error at END.
Richard M. Stallman [Sun, 29 Sep 2002 18:24:51 +0000 (18:24 +0000)]
(undo-elt-in-region): Fix one-off error at END.

21 years ago(byte-compile-delete-errors): Default to nil.
Richard M. Stallman [Sun, 29 Sep 2002 18:24:24 +0000 (18:24 +0000)]
(byte-compile-delete-errors): Default to nil.

21 years ago(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
Richard M. Stallman [Sun, 29 Sep 2002 18:24:03 +0000 (18:24 +0000)]
(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
non-nil VISIT arg to ange-ftp-real-write-region.

21 years ago(grep-compute-defaults): Move definition up before `grep-command'.
Richard M. Stallman [Sun, 29 Sep 2002 18:23:23 +0000 (18:23 +0000)]
(grep-compute-defaults): Move definition up before `grep-command'.

21 years ago(STOP_POLLING, RESUME_POLLING): New macros.
Richard M. Stallman [Sun, 29 Sep 2002 17:50:27 +0000 (17:50 +0000)]
(STOP_POLLING, RESUME_POLLING): New macros.
(read_char): Use them.  Do all exits thru the end of the function.

21 years ago(STOP_POLLING, RESUME_POLLING): New macros.
Richard M. Stallman [Sun, 29 Sep 2002 17:47:50 +0000 (17:47 +0000)]
(STOP_POLLING, RESUME_POLLING): New macros.
(redisplay_internal): Use them.  Do RESUME_POLLING at end of function.

21 years ago(m4-font-lock-keywords)
John Paul Wallington [Sat, 28 Sep 2002 02:49:33 +0000 (02:49 +0000)]
(m4-font-lock-keywords)
(m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
(m4-m4-region): Doc fixes.

22 years agoBrought up to date with the version on the trunk
Francesco Potortì [Wed, 25 Sep 2002 11:23:31 +0000 (11:23 +0000)]
Brought up to date with the version on the trunk

22 years ago(eudc-install-menu): Use `define-key' and
John Paul Wallington [Sat, 21 Sep 2002 04:38:39 +0000 (04:38 +0000)]
(eudc-install-menu): Use `define-key' and
`easy-menu-create-menu' to avoid duplication of menu.

22 years ago(tetris-blank-options, tetris-cell-options):
Francesco Potortì [Fri, 13 Sep 2002 13:33:10 +0000 (13:33 +0000)]
(tetris-blank-options, tetris-cell-options):
Remove various redundant `(t nil)'.
(tetris-border-options): Use color on tty if available.

22 years ago(snake-border-options): Use color on tty if available.
Francesco Potortì [Fri, 13 Sep 2002 13:31:23 +0000 (13:31 +0000)]
(snake-border-options): Use color on tty if available.

22 years ago(pong-border-options): Use color on tty if
Francesco Potortì [Fri, 13 Sep 2002 13:28:12 +0000 (13:28 +0000)]
(pong-border-options): Use color on tty if
available.  Reset color on tty to be [0.5 0.5 0.5].

22 years agoGood appearance of gamegrid-based games on color ttys.
Francesco Potortì [Fri, 13 Sep 2002 13:26:16 +0000 (13:26 +0000)]
Good appearance of gamegrid-based games on color ttys.

22 years ago(Charset Translation): Fix description of process.
Dave Love [Thu, 12 Sep 2002 17:11:36 +0000 (17:11 +0000)]
(Charset Translation): Fix description of process.

22 years agogamegrid.el changes on the trunk ported here
Francesco Potortì [Thu, 12 Sep 2002 10:52:22 +0000 (10:52 +0000)]
gamegrid.el changes on the trunk ported here

22 years ago(gamegrid-make-color-tty-face): Handle string as COLOR arg.
Francesco Potortì [Thu, 12 Sep 2002 09:59:14 +0000 (09:59 +0000)]
(gamegrid-make-color-tty-face): Handle string as COLOR arg.
(gamegrid-display-type): Don't assume display-color-p
implies a color-x terminal.
(gamegrid-hide-cursor): Set `cursor-type' local variable.

22 years ago(cyrillic-alternativnyj): Remove bogus
Dave Love [Wed, 11 Sep 2002 21:22:58 +0000 (21:22 +0000)]
(cyrillic-alternativnyj): Remove bogus
charset-origin-alist.

22 years ago*** empty log message ***
Juanma Barranquero [Fri, 6 Sep 2002 10:05:15 +0000 (10:05 +0000)]
*** empty log message ***

22 years ago(Fcompose_region_internal, Fcompose_string_internal): Fix typo and spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:04:40 +0000 (10:04 +0000)]
(Fcompose_region_internal, Fcompose_string_internal): Fix typo and spacing.

22 years ago(syms_of_xselect): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:04:24 +0000 (10:04 +0000)]
(syms_of_xselect): Fix spacing.

22 years ago(syms_of_w32select): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:04:11 +0000 (10:04 +0000)]
(syms_of_w32select): Fix spacing.

22 years ago(syms_of_win16select): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:03:57 +0000 (10:03 +0000)]
(syms_of_win16select): Fix spacing.

22 years ago(Fset_fontset_font): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:03:44 +0000 (10:03 +0000)]
(Fset_fontset_font): Fix spacing.

22 years ago(Fchar_table_subtype, Fdefine_hash_table_test): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:03:30 +0000 (10:03 +0000)]
(Fchar_table_subtype, Fdefine_hash_table_test): Fix spacing.

22 years ago(Flsh): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:03:14 +0000 (10:03 +0000)]
(Flsh): Fix spacing.

22 years ago(syms_of_coding): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 10:02:51 +0000 (10:02 +0000)]
(syms_of_coding): Fix spacing.

22 years ago(reftex-label-menu-flags): Fix typo.
Juanma Barranquero [Fri, 6 Sep 2002 09:49:06 +0000 (09:49 +0000)]
(reftex-label-menu-flags): Fix typo.

22 years ago(speedbar-mode): Fix typos.
Juanma Barranquero [Fri, 6 Sep 2002 09:46:10 +0000 (09:46 +0000)]
(speedbar-mode): Fix typos.

22 years ago(gnus-status-message): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:41:57 +0000 (09:41 +0000)]
(gnus-status-message): Fix spacing.

22 years ago(vcursor-toggle-vcursor-map): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:41:21 +0000 (09:41 +0000)]
(vcursor-toggle-vcursor-map): Fix spacing.

22 years ago(reftex-multiref-punctuation): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:40:04 +0000 (09:40 +0000)]
(reftex-multiref-punctuation): Fix spacing.

22 years ago(reftex-TeX-master-file): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:39:48 +0000 (09:39 +0000)]
(reftex-TeX-master-file): Fix spacing.

22 years ago(fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:39:30 +0000 (09:39 +0000)]
(fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.

22 years ago(speedbar-mode): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:38:28 +0000 (09:38 +0000)]
(speedbar-mode): Fix spacing.

22 years ago(ps-multibyte-buffer): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:38:11 +0000 (09:38 +0000)]
(ps-multibyte-buffer): Fix spacing.

22 years ago(vhdl-progress-interval, vhdl-corresponding-begin): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:37:55 +0000 (09:37 +0000)]
(vhdl-progress-interval, vhdl-corresponding-begin): Fix spacing.

22 years ago(sh-indent-for-fi, sh-indent-for-done): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:37:35 +0000 (09:37 +0000)]
(sh-indent-for-fi, sh-indent-for-done): Fix spacing.

22 years ago(pascal-start-keywords): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:37:13 +0000 (09:37 +0000)]
(pascal-start-keywords): Fix spacing.

22 years ago(idlwave-shell-use-breakpoint-glyph): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:36:57 +0000 (09:36 +0000)]
(idlwave-shell-use-breakpoint-glyph): Fix spacing.

22 years ago(idlwave-support-inheritance, idlwave-routine-entry-compare): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:36:38 +0000 (09:36 +0000)]
(idlwave-support-inheritance, idlwave-routine-entry-compare): Fix spacing.

22 years ago(decode-char): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:36:11 +0000 (09:36 +0000)]
(decode-char): Fix spacing.

22 years ago(highlight-changes-colours, highlight-changes-active-string, highlight-changes-passiv...
Juanma Barranquero [Fri, 6 Sep 2002 09:35:39 +0000 (09:35 +0000)]
(highlight-changes-colours, highlight-changes-active-string, highlight-changes-passive-string,
highlight-changes-global-modes, hilit-chg-hide-changes, highlight-changes-rotate-faces,
global-highlight-changes): Fix spacing.

22 years ago(copy-face): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:35:02 +0000 (09:35 +0000)]
(copy-face): Fix spacing.

22 years ago(rx): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:34:37 +0000 (09:34 +0000)]
(rx): Fix spacing.

22 years ago(string-to-float): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:34:14 +0000 (09:34 +0000)]
(string-to-float): Fix spacing.

22 years ago(find-function-search-for-symbol): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:33:51 +0000 (09:33 +0000)]
(find-function-search-for-symbol): Fix spacing.

22 years ago(easy-menu-define): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:33:24 +0000 (09:33 +0000)]
(easy-menu-define): Fix spacing.

22 years ago(double-prefix-only): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:33:08 +0000 (09:33 +0000)]
(double-prefix-only): Fix spacing.

22 years ago(calendar-time-display-form): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:32:39 +0000 (09:32 +0000)]
(calendar-time-display-form): Fix spacing.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 5 Sep 2002 22:54:36 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago(current_column_1, Fmove_to_column): Separate the code
Richard M. Stallman [Thu, 5 Sep 2002 22:53:47 +0000 (22:53 +0000)]
(current_column_1, Fmove_to_column): Separate the code
for display-table glyphs from the code for buffer text, to fix
bugs in the former.

22 years ago(non-885 char sets handling): Don't call coding-system-put or
Richard M. Stallman [Thu, 5 Sep 2002 22:49:23 +0000 (22:49 +0000)]
(non-885 char sets handling): Don't call coding-system-put or
register-char-codings.

22 years ago(help-with-tutorial): Allow various ways
Richard M. Stallman [Thu, 5 Sep 2002 22:47:16 +0000 (22:47 +0000)]
(help-with-tutorial): Allow various ways
to specify the text in the [...] line, in handling the <...> line.

22 years agoSmall clarifications, fix typo.
Richard M. Stallman [Thu, 5 Sep 2002 22:45:47 +0000 (22:45 +0000)]
Small clarifications, fix typo.
Use <Delback> instead of <Delete>, and explain how to find it.
Say "human-language" instead of "English".
Update copyright info.
Compare C-f, etc, with arrow keys.  Mention PageUp and PageDn.
Mention the Emacs manual.
Explain C-x b.
Explicitly give the replacement text that goes with blank lines.

22 years agoChanged URL for etags.
Francesco Potortì [Thu, 5 Sep 2002 12:43:27 +0000 (12:43 +0000)]
Changed URL for etags.

22 years agoUpdated in accordance with the latest English version.
Kenichi Handa [Thu, 5 Sep 2002 05:32:59 +0000 (05:32 +0000)]
Updated in accordance with the latest English version.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Sep 2002 05:32:33 +0000 (05:32 +0000)]
*** empty log message ***

22 years ago(thai-kesmanee): Fix the mapping of `"' and `}'.
Kenichi Handa [Thu, 5 Sep 2002 05:07:51 +0000 (05:07 +0000)]
(thai-kesmanee): Fix the mapping of `"' and `}'.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 30 Aug 2002 21:50:35 +0000 (21:50 +0000)]
*** empty log message ***

22 years ago(easy-menu-filter-return): Handle the
Stefan Monnier [Fri, 30 Aug 2002 21:46:15 +0000 (21:46 +0000)]
(easy-menu-filter-return): Handle the
case where the filter returns a single menu-entry.

22 years ago(custom-group-menu-create): Only cdr if possible
Stefan Monnier [Fri, 30 Aug 2002 21:35:53 +0000 (21:35 +0000)]
(custom-group-menu-create): Only cdr if possible
since custom-menu-create might return a single menu entry (a vector).

22 years ago(get_next_display_element): Remove spurious extra open-paren.
Stefan Monnier [Fri, 30 Aug 2002 20:45:31 +0000 (20:45 +0000)]
(get_next_display_element): Remove spurious extra open-paren.

22 years ago(get_next_display_element): Fix previous change.
Kenichi Handa [Fri, 30 Aug 2002 13:48:32 +0000 (13:48 +0000)]
(get_next_display_element): Fix previous change.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 30 Aug 2002 13:47:28 +0000 (13:47 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Juanma Barranquero [Fri, 30 Aug 2002 10:38:49 +0000 (10:38 +0000)]
*** empty log message ***

22 years ago(imap-stream-alist, imap-authenticator-alist): Fix typos.
Juanma Barranquero [Fri, 30 Aug 2002 10:38:28 +0000 (10:38 +0000)]
(imap-stream-alist, imap-authenticator-alist): Fix typos.

22 years ago(dcl-calc-cont-indent-relative): Fix typos.
Juanma Barranquero [Fri, 30 Aug 2002 10:37:03 +0000 (10:37 +0000)]
(dcl-calc-cont-indent-relative): Fix typos.

22 years ago(ex-compile-command): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 10:36:31 +0000 (10:36 +0000)]
(ex-compile-command): Fix typo.

22 years ago(bibtex-mode): Fix typos.
Juanma Barranquero [Fri, 30 Aug 2002 10:36:08 +0000 (10:36 +0000)]
(bibtex-mode): Fix typos.

22 years ago(mouse-copy-work-around-drag-bug): Fix typos.
Juanma Barranquero [Fri, 30 Aug 2002 10:35:39 +0000 (10:35 +0000)]
(mouse-copy-work-around-drag-bug): Fix typos.

22 years ago(font-lock-defaults, font-lock-add-keywords): Fix typos.
Juanma Barranquero [Fri, 30 Aug 2002 10:35:14 +0000 (10:35 +0000)]
(font-lock-defaults, font-lock-add-keywords): Fix typos.

22 years ago(bs-message-without-log): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 10:34:48 +0000 (10:34 +0000)]
(bs-message-without-log): Fix typo.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 29 Aug 2002 19:29:28 +0000 (19:29 +0000)]
*** empty log message ***

22 years ago(BROKEN_SIGIO): Add #undef.
Richard M. Stallman [Thu, 29 Aug 2002 19:28:58 +0000 (19:28 +0000)]
(BROKEN_SIGIO): Add #undef.

22 years ago(ange-ftp-completion-hook-function): Add safe-magic prop.
Richard M. Stallman [Thu, 29 Aug 2002 19:27:54 +0000 (19:27 +0000)]
(ange-ftp-completion-hook-function): Add safe-magic prop.

22 years ago(decode_env_path): Don't add /: if file name handler
Richard M. Stallman [Thu, 29 Aug 2002 19:27:07 +0000 (19:27 +0000)]
(decode_env_path): Don't add /: if file name handler
has a `safe-magic' property.

22 years ago(create_process): Test USG_SUBTTY_WORKS.
Richard M. Stallman [Thu, 29 Aug 2002 19:26:23 +0000 (19:26 +0000)]
(create_process): Test USG_SUBTTY_WORKS.