]>
git.eshelyaron.com Git - emacs.git/log
Dave Love [Wed, 6 Jun 2001 10:23:58 +0000 (10:23 +0000)]
(file-coding-system-alist): Add
pattern for utf-8.
Dave Love [Tue, 5 Jun 2001 20:29:28 +0000 (20:29 +0000)]
#
Dave Love [Tue, 5 Jun 2001 20:26:34 +0000 (20:26 +0000)]
moved to international
Dave Love [Tue, 5 Jun 2001 20:25:29 +0000 (20:25 +0000)]
#
Dave Love [Tue, 5 Jun 2001 20:23:27 +0000 (20:23 +0000)]
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill it out with Unicode.
(ccl-encode-koi8): Generalize for use by unification code.
(cyrillic-koi8): Doc fix.
(cp878, cp866): New coding system alias.
(cyrillic-koi8-u-decode-table): New variable.
(koi8-u, font-ccl-encoder-alist, ccl-encode-koi8-u-font): New ccl
program.
(koi8-u"): New coding system.
("Cyrillic-KOI8-U"): New language environment.
(cyrillic-alternativnyj): Define mime-charset.
Dave Love [Tue, 5 Jun 2001 20:13:49 +0000 (20:13 +0000)]
Add coding tag.
(ccl-encode-mule-utf-8): Translate using
ucs-mule-8859-to-mule-unicode.
(ucs-mule-8859-to-mule-unicode): New translation table.
(utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
(utf-8-post-read-conversion, utf-8-pre-write-conversion): New
function.
(utf-8-subst-table): New variable.
(mule-utf-8): Modify coding system definition to use post-read and
pre-write functions.
Dave Love [Tue, 5 Jun 2001 20:00:47 +0000 (20:00 +0000)]
(list-charset-chars): Set
indent-tabs-mode to nil
(describe-character-set): Capitalize output.
(describe-char-after): Maybe character's Unicode.
(list-input-methods): Put xrefs in the output.
(dump-charsets, dump-codings): Deleted.
Dave Love [Tue, 5 Jun 2001 19:55:19 +0000 (19:55 +0000)]
Modify the set of tables
constructed. Make encoding translation tables to unify 8859.
(ucs-ucs-to-mule-8859-table, ucs-preferred-8859-set)
(ucs-latin-1-unification-table): Deleted.
(ucs-mule-8859-to-mule-unicode, ucs-mule-8859-to-mule-unicode):
Commented out.
(ucs-8859-1-encode-table, ucs-8859-2-encode-table)
(ucs-8859-3-encode-table, ucs-8859-4-encode-table)
(ucs-8859-5-encode-table, ucs-8859-7-encode-table)
(ucs-8859-8-encode-table, ucs-8859-9-encode-table)
(ucs-8859-14-encode-table, ucs-8859-15-encode-table): New
variable.
(ucs-unify-8859): New function.
(ucs-translate-region): Deleted.
(ucs-insert): New command.
Dave Love [Tue, 5 Jun 2001 19:37:47 +0000 (19:37 +0000)]
(latin1-display-reset):
Special-case arabic.
(latin1-char-displayable-p): Doc fix.
Dave Love [Thu, 1 Mar 2001 18:28:48 +0000 (18:28 +0000)]
(customize-face): Default to face at point.
(hook): Use functionp, not fboundp.
(custom-hook-convert-widget): Allow symbols as well as (defined)
functions.
Dave Love [Wed, 28 Feb 2001 15:51:26 +0000 (15:51 +0000)]
(ucs-tables): Don't require when
compiling.
(ucs-mule-8859-to-mule-unicode): Add dummy definition.
Dave Love [Tue, 20 Feb 2001 20:51:12 +0000 (20:51 +0000)]
Add i18n to keywords.
(ccl-decode-mule-utf-8, ccl-encode-mule-utf-8, mule-utf-8): Doc
fix.
(internal-require-ucs-tables): Fix args, return value.
Dave Love [Tue, 20 Feb 2001 10:59:03 +0000 (10:59 +0000)]
(widget-convert-text): Respect personality for
Emacspeak.
(insert/delete-button): New widget type.
(widget-insert/delete-button-action, widget-list-item-insert)
(widget-list-item-delete): New functions.
(insert-button): Change :tag, :help-echo.
(delete-button, widget-delete-button-action): Deleted.
(editable-list): Change :entry-format.
(widget-editable-list-entry-create): Use ins/del.
Process %-, not %i, %d.
Dave Love [Fri, 16 Feb 2001 16:42:18 +0000 (16:42 +0000)]
Don't use a lambda for pre-write-conversion.
Dave Love [Wed, 14 Feb 2001 23:57:13 +0000 (23:57 +0000)]
Add automake bits to makefile-mode spec.
Dave Love [Wed, 14 Feb 2001 23:55:05 +0000 (23:55 +0000)]
(server-process-filter): Run pre-command-hook,
post-command-hook.
Dave Love [Wed, 14 Feb 2001 14:26:05 +0000 (14:26 +0000)]
(mule-utf-8): Fix backquoting.
Dave Love [Mon, 12 Feb 2001 20:53:46 +0000 (20:53 +0000)]
Changes for repeat widget.
Dave Love [Mon, 12 Feb 2001 20:43:17 +0000 (20:43 +0000)]
(ucs-tables): Require when compiling.
(ccl-encode-mule-utf-8): Translate using
ucs-mule-8859-to-mule-unicode. Adjust safe-charsets. Add
pre-write-conversion kluge.
Dave Love [Mon, 12 Feb 2001 20:29:47 +0000 (20:29 +0000)]
*** empty log message ***
Dave Love [Sat, 10 Feb 2001 01:04:48 +0000 (01:04 +0000)]
Changes for ins/del in repeat.
Dave Love [Sat, 10 Feb 2001 00:41:39 +0000 (00:41 +0000)]
(customize-face): Default to face of text at point.
(hook): Use functionp, not fboundp.
(custom-hook-convert-widget): Allow symbols (functions not
necessarily defined).
Dave Love [Sat, 10 Feb 2001 00:25:59 +0000 (00:25 +0000)]
Fix for K&R cpp.
(HAVE_PWD_H, HAVE_SYS_IOCTL_H, HAVE_ULIMIT_H): New.
(getenv): Move declaration and prototype it.
Dave Love [Sat, 10 Feb 2001 00:22:11 +0000 (00:22 +0000)]
Test for pwd.h, sys/ioctl.h, ulimit.h.
Test jpeglib version.
Dave Love [Mon, 5 Feb 2001 17:47:32 +0000 (17:47 +0000)]
*** empty log message ***
Dave Love [Mon, 5 Feb 2001 17:41:40 +0000 (17:41 +0000)]
Revert last change following loadup.el change.
Dave Love [Mon, 5 Feb 2001 17:38:20 +0000 (17:38 +0000)]
Revert last two changes -- bootstrapping works with
regenerated loaddefs.
Eli Zaretskii [Mon, 5 Feb 2001 17:19:23 +0000 (17:19 +0000)]
(Remote Files): Explain how to use ange-ftp behind firewalls. Add a
pointer to the ange-ftp.el commentary for more usage tips.
Eli Zaretskii [Mon, 5 Feb 2001 17:16:40 +0000 (17:16 +0000)]
Document problems with AUC TeX and Emacs 21.
Eli Zaretskii [Mon, 5 Feb 2001 17:15:07 +0000 (17:15 +0000)]
(isearch-forward): Doc fix.
Eli Zaretskii [Mon, 5 Feb 2001 17:10:33 +0000 (17:10 +0000)]
(Incremental Search): Document C-\ and C-^.
(Regexps): Document the \cx and \Cx, and the describe-categories command.
Andrew Innes [Mon, 5 Feb 2001 16:59:20 +0000 (16:59 +0000)]
*** empty log message ***
Andrew Innes [Mon, 5 Feb 2001 16:58:57 +0000 (16:58 +0000)]
(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
path absolute.
Andrew Innes [Mon, 5 Feb 2001 16:57:21 +0000 (16:57 +0000)]
($(EMACS)): Use $(THISDIR) instead of . in
invocation of temacs, to work with Windows 2000.
(bootstrap-emacs): Ditto.
Andrew Innes [Mon, 5 Feb 2001 16:56:32 +0000 (16:56 +0000)]
($(DOC)): Use $(THISDIR) instead of . in
invocation of make-docfile, to work with Windows 2000.
Andrew Innes [Mon, 5 Feb 2001 16:55:05 +0000 (16:55 +0000)]
(THISDIR): New definition.
Gerd Moellmann [Mon, 5 Feb 2001 15:48:00 +0000 (15:48 +0000)]
(x_display_and_set_cursor): Check for the focus
frame's selected window instead of selected_window.
Eli Zaretskii [Mon, 5 Feb 2001 13:30:45 +0000 (13:30 +0000)]
(nroff-mode): Set the SYNTAX-BEGIN part
of font-lock-defaults to backward-paragraph.
Gerd Moellmann [Mon, 5 Feb 2001 13:02:51 +0000 (13:02 +0000)]
(try_scrolling): If point is in the line below the
window, make sure to move the iterator at least a canonical
char height down.
Gerd Moellmann [Mon, 5 Feb 2001 12:24:27 +0000 (12:24 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 5 Feb 2001 12:24:00 +0000 (12:24 +0000)]
(Fmove_to_window_line): Don't add 1 if window is
vscrolled.
Gerd Moellmann [Mon, 5 Feb 2001 11:31:52 +0000 (11:31 +0000)]
(rmail-ignored-headers): Add X-Trace,
X-Complaints-To, NNTP-Posting-Date, and User-Agent.
Gerd Moellmann [Mon, 5 Feb 2001 11:21:33 +0000 (11:21 +0000)]
Eliminate time-stamp functions.
(ebnf-version): New version (3.5).
(ebnf-eps-finish-and-write): Replace time-stamp functions by
format-time-string.
Gerd Moellmann [Mon, 5 Feb 2001 10:16:47 +0000 (10:16 +0000)]
(next-line): Goto end-of-line before inserting a newline.
Miles Bader [Mon, 5 Feb 2001 04:10:38 +0000 (04:10 +0000)]
(insert-image-file): When visiting an image, set `truncate-lines' to t
so that any fringe arrow looks correct.
Kenichi Handa [Mon, 5 Feb 2001 01:20:55 +0000 (01:20 +0000)]
(CCL_WRITE_CHAR): Check if CH is valid or not. If
invalid, execute CCL_INVALID_CMD.
(ccl_driver): If the CCL program is terminated because of
CCL_STAT_INVALID_CMD, copy the remaining source data to the
destination instead of throwing them away.
Kenichi Handa [Mon, 5 Feb 2001 01:20:37 +0000 (01:20 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 5 Feb 2001 00:39:48 +0000 (00:39 +0000)]
(isearch-forward): Add description about input method in the docsting.
Kenichi Handa [Mon, 5 Feb 2001 00:38:37 +0000 (00:38 +0000)]
(isearch-forward): Add description about input method
in the docsting.
Stefan Monnier [Sun, 4 Feb 2001 20:57:37 +0000 (20:57 +0000)]
Docstring fixes.
Stefan Monnier [Sun, 4 Feb 2001 20:46:51 +0000 (20:46 +0000)]
(skeleton-internal-1): Always push the mark for @.
Eli Zaretskii [Sun, 4 Feb 2001 18:32:50 +0000 (18:32 +0000)]
Don't say that isearch faces inherit from other faces.
Miles Bader [Sun, 4 Feb 2001 08:46:00 +0000 (08:46 +0000)]
Update mouse-wheel section.
Eli Zaretskii [Sun, 4 Feb 2001 07:29:18 +0000 (07:29 +0000)]
Remove the more arcane part of Emacs debug instructions. Replace
them with a reference to etc/DEBUG.
Andrew Innes [Sat, 3 Feb 2001 18:27:42 +0000 (18:27 +0000)]
*** empty log message ***
Andrew Innes [Sat, 3 Feb 2001 18:27:26 +0000 (18:27 +0000)]
(LATIN): Fix last change to use () not {}.
Andrew Innes [Sat, 3 Feb 2001 18:26:12 +0000 (18:26 +0000)]
Add note about need to specify extra compiler flags
with recent Cygwin ports of gcc.
Andrew Innes [Sat, 3 Feb 2001 18:24:14 +0000 (18:24 +0000)]
(Trouble-shooting): Add note about need to specify extra
compiler flags with recent Cygwin ports of gcc.
Andrew Innes [Sat, 3 Feb 2001 18:23:30 +0000 (18:23 +0000)]
Replace outdated information.
Andrew Innes [Sat, 3 Feb 2001 18:23:07 +0000 (18:23 +0000)]
Leave a space before >> only when there is a
preceding digit. Add a comment about the importance of this.
Miles Bader [Sat, 3 Feb 2001 06:20:16 +0000 (06:20 +0000)]
Update entry for mouse-wheel support.
Stefan Monnier [Fri, 2 Feb 2001 18:21:56 +0000 (18:21 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 2 Feb 2001 18:10:41 +0000 (18:10 +0000)]
(info-initialize): If installation-directory is nil, for
DOS/Windows systems try looking in a sibling of
invocation-directory.
Eli Zaretskii [Fri, 2 Feb 2001 18:06:18 +0000 (18:06 +0000)]
Yet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 16:36:27 +0000 (16:36 +0000)]
More typos from Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 16:14:19 +0000 (16:14 +0000)]
Fix a couple of typos.
Gerd Moellmann [Fri, 2 Feb 2001 15:28:28 +0000 (15:28 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 15:27:55 +0000 (15:27 +0000)]
(x_set_font): If font hasn't changed, avoid recomputing
faces and other things.
Gerd Moellmann [Fri, 2 Feb 2001 14:55:04 +0000 (14:55 +0000)]
(widget-button-click): Fix last change.
Gerd Moellmann [Fri, 2 Feb 2001 13:57:46 +0000 (13:57 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 13:55:42 +0000 (13:55 +0000)]
(frame-notice-user-settings): When resizing the initial
frame because the tool bar is off, also change the frame's top
position if a negative top position was specified.
Miles Bader [Fri, 2 Feb 2001 13:11:39 +0000 (13:11 +0000)]
(insert-image-file): When visiting an image, suppress the cursor in the
image buffer.
Gerd Moellmann [Fri, 2 Feb 2001 13:09:26 +0000 (13:09 +0000)]
(errstatus): Chmod a+rx directories we create.
Gerd Moellmann [Fri, 2 Feb 2001 13:04:00 +0000 (13:04 +0000)]
(uninstall): Ignore exit code of `rm'.
Gerd Moellmann [Fri, 2 Feb 2001 12:32:16 +0000 (12:32 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 12:31:50 +0000 (12:31 +0000)]
(uninstall): Remove more info files. Remove
${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
Gerd Moellmann [Fri, 2 Feb 2001 11:51:06 +0000 (11:51 +0000)]
(get_next_display_element): Fix case of empty
display table entry.
Eli Zaretskii [Fri, 2 Feb 2001 07:57:56 +0000 (07:57 +0000)]
Several typos fixed. From Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 07:54:48 +0000 (07:54 +0000)]
(Fconstrain_to_field): Doc fix.
Eli Zaretskii [Fri, 2 Feb 2001 07:50:18 +0000 (07:50 +0000)]
(Fclear_face_cache): Rename the `thorougly' argument
into `thoroughly', to make it consistent with the doc string.
Eli Zaretskii [Fri, 2 Feb 2001 07:42:05 +0000 (07:42 +0000)]
(Fenlarge_window, Fshrink_window): Doc fix.
André Spiegel [Fri, 2 Feb 2001 07:25:49 +0000 (07:25 +0000)]
#
André Spiegel [Fri, 2 Feb 2001 07:21:21 +0000 (07:21 +0000)]
Remove autoloads. Require vc when compiling.
ShengHuo ZHU [Fri, 2 Feb 2001 03:15:52 +0000 (03:15 +0000)]
2001-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-score.el (gnus-summary-score-entry): match may be an integer.
* gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
command if there is not last-saver.
* rfc2047.el (rfc2047-encode): MIME charset is not coding system.
(rfc2047-charset-encoding-alist): Add big5.
* mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
GB2312 and Big5.
* gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
* gnus-sum.el (gnus-summary-print-article): Remove process mark.
* gnus-sum.el (gnus-summary-print-article): Take one prefix
argument. Allow to print several articles in one file.
* webmail.el (webmail-type-definition): netaddress changes.
Kenichi Handa [Thu, 1 Feb 2001 23:47:16 +0000 (23:47 +0000)]
(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa [Thu, 1 Feb 2001 23:46:41 +0000 (23:46 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 1 Feb 2001 23:32:12 +0000 (23:32 +0000)]
LaTeX-like input method for Latin characaters
Andrew Innes [Thu, 1 Feb 2001 23:06:49 +0000 (23:06 +0000)]
(LATIN): Include $(srcdir)/quail/latin-alt.elc.
Gerd Moellmann [Thu, 1 Feb 2001 19:21:52 +0000 (19:21 +0000)]
(search_buffer): Call set_search_regs with a byte
position, not a character position.
Dave Love [Thu, 1 Feb 2001 17:42:44 +0000 (17:42 +0000)]
Copyright up-date.
Dave Love [Thu, 1 Feb 2001 16:02:07 +0000 (16:02 +0000)]
(f90-mode): Remove startup message.
Gerd Moellmann [Thu, 1 Feb 2001 15:37:03 +0000 (15:37 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 1 Feb 2001 15:22:20 +0000 (15:22 +0000)]
(command-line): Fix code determining whether or not
to use delete-key-deletes-forward-mode.
André Spiegel [Thu, 1 Feb 2001 15:16:04 +0000 (15:16 +0000)]
#
André Spiegel [Thu, 1 Feb 2001 15:12:35 +0000 (15:12 +0000)]
(vc-sccs-diff-switches): New customization option.
(vc-sccs-diff): Use it via vc-diff-switches-list.
(vc-sccs-workfile-unchanged-p): Return correct status.
André Spiegel [Thu, 1 Feb 2001 15:11:05 +0000 (15:11 +0000)]
(vc-rcs-diff-switches): New customization option.
(vc-rcs-diff): Use it via vc-diff-switches-list.
André Spiegel [Thu, 1 Feb 2001 15:10:16 +0000 (15:10 +0000)]
(vc-cvs-diff-switches): New customization option.
(vc-cvs-diff): Use it via vc-diff-switches-list.
André Spiegel [Thu, 1 Feb 2001 15:08:49 +0000 (15:08 +0000)]
(vc-diff-switches): New user option.
(vc-version-diff): Use it.
(vc-diff-switches-list): New macro.
Gerd Moellmann [Thu, 1 Feb 2001 15:01:11 +0000 (15:01 +0000)]
(x_set_tool_bar_lines): Do nothing If frame is
minibuffer-only,
Eli Zaretskii [Thu, 1 Feb 2001 14:09:49 +0000 (14:09 +0000)]
(Fmodify_frame_parameters): Doc fix.