⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 windows版本的emacs
💻
📖 第 1 页 / 共 5 页
字号:
2002-09-06  Juanma Barranquero  <lektu@terra.es>	* calendar/solar.el (calendar-time-display-form): Fix spacing.	* double.el (double-prefix-only): Likewise.	* emacs-lisp/easymenu.el (easy-menu-define): Likewise.	* emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.	* emacs-lisp/float.el (string-to-float): Likewise.	* emacs-lisp/rx.el (rx): Likewise.	* faces.el (copy-face): Likewise.	* hilit-chg.el (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): Likewise.	* international/mule.el (decode-char): Likewise.	* international/ucs-tables.el (decode-char): Likewise.	* progmodes/idlwave.el (idlwave-support-inheritance)	(idlwave-routine-entry-compare): Likewise.	* progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):	Likewise.	* progmodes/pascal.el (pascal-start-keywords): Likewise.	* progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):	Likewise.	* progmodes/vhdl-mode.el (vhdl-progress-interval)	(vhdl-corresponding-begin): Likewise.	* ps-mule.el (ps-multibyte-buffer): Likewise.	* textmodes/fill.el (fill-nonuniform-paragraphs)	(fill-individual-paragraphs): Likewise.	* textmodes/reftex.el (reftex-TeX-master-file): Likewise.	* vcursor.el (vcursor-toggle-vcursor-map): Likewise.	* speedbar.el (speedbar-mode): Fix spacing. Fix typos.	* textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.	(reftex-multiref-punctuation): Fix spacing.2002-09-05  Richard M. Stallman  <rms@gnu.org>	* international/ucs-tables.el (non-885 char sets handling): Don't call	coding-system-put or register-char-codings.	* help.el (help-with-tutorial): Allow various ways	to specify the text in the [...] line, in handling the <...> line.2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>	* emacs-lisp/easymenu.el (easy-menu-filter-return): Handle the	case where the filter returns a single menu-entry.	* cus-edit.el (custom-group-menu-create): Only cdr if possible	since custom-menu-create might return a single menu entry (a vector).2002-08-30  Juanma Barranquero  <lektu@terra.es>	* bs.el (bs-message-without-log): Fix typo.	* font-lock.el (font-lock-defaults, font-lock-add-keywords): Likewise.	* mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.	* textmodes/bibtex.el (bibtex-mode): Likewise.	* emulation/viper-ex.el (ex-compile-command): Likewise.	* progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.2002-08-29  Richard M. Stallman  <rms@gnu.org>	* files.el (ange-ftp-completion-hook-function): Add safe-magic prop.2002-08-27  Francesco Potort,Al(B  <pot@gnu.org>	* net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response	given by vsFTPd when accessed with a kerberised FTP client.2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>	* progmodes/fortran.el (fortran-current-defun): Use save-excursion.2002-08-16  Dave Love  <fx@gnu.org>	* emacs-lisp/edebug.el (edebug-read-syntax-table): Use a char	table to account for non-ASCII characters.2002-08-15  Richard M. Stallman  <rms@gnu.org>	* loadup.el: Load international/ucs-tables.elc.	Call ucs-unify-8859.2002-08-13  Stefan Monnier  <monnier@cs.yale.edu>	* emacs-lisp/easymenu.el (easy-menu-return-item):	Only return nil if there is no binding.2002-08-13  Glenn Morris  <gmorris@ast.cam.ac.uk>	* progmodes/f90.el (f90-mode-abbrev-table): Fix abbrev for "include".2002-08-12  Richard M. Stallman  <rms@gnu.org>	* calendar/appt.el (appt-make-list): Correct the parsing of	each appointment from time-string.2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>	* progmodes/f90.el (f90-font-lock-keywords-1): Fix form for	declaration of derived type.	(f90-font-lock-keywords-2): Fix form for `implicit type(foo)'.	(f90-type-def-re): Fix value.	(f90-looking-at-type-like): Adjust for new value of f90-type-def-re.2002-08-02  Richard M. Stallman  <rms@gnu.org>	* autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.	* icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.	* pcomplete.el (pcomplete-entries): Doc fix.2002-07-30  Andreas Schwab  <schwab@suse.de>	* shell.el (explicit-bash-args): New user option.2002-07-29  Dave Love  <fx@gnu.org>	* international/mule-conf.el (non-standard-designations-alist)	(ctext-pre-write-conversion): Don't mung Latin-9 &c.2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>	* scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>	* scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'	instead of `cond'.2002-07-28  Richard M. Stallman  <rms@gnu.org>	* simple.el: Don't require cl.2002-07-25  Dave Love  <fx@gnu.org>	* obsolete/c-mode.el: Deleted.2002-07-20  Andre Spiegel  <spiegel@gnu.org>	* vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,	delete anything that comes after LIMIT from the buffer.	* vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check	if this is really an RCS master file.	* vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.2002-07-18  Dave Love  <fx@gnu.org>	* help.el (describe-function-1): Cope with alias of manyarg function.	* info-look.el: Support current auto{conf,make} manuals.2002-07-16  Dave Love  <fx@gnu.org>	* international/utf-8.el (ccl-decode-mule-utf-8): Fix >= #xfe case.2002-07-16  Juanma Barranquero  <lektu@terra.es>	* timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>	* calendar/timeclock.el (timeclock-get-workday-function):	`timeclock-workday' is not a valid option, rather a possible	return value.2002-07-12  Juanma Barranquero  <lektu@terra.es>	* timer.el (timer-set-time-with-usecs): Fix documentation.	Simplify extraction of time data.2002-07-12  Kenichi Handa  <handa@etl.go.jp>	* files.el (insert-directory): Be sure to bind	coding-system-for-write to the just decided coding-system-for-read.2002-07-11  Dave Love  <fx@gnu.org>	* international/mule-cmds.el (set-language-environment):	Use functionp, not fboundp.	(locale-language-names): Don't special-case utf-8.	Use Cyrillic-iso in place of Latin-5 for Cyrillic locales.	(locale-charset-language-names, locale-preferred-coding-systems):	Add utf-8.	(sort-coding-systems): Use coding-priority property, not coding-system.2002-07-10  Juanma Barranquero  <lektu@terra.es>	* speedbar.el (speedbar-toggle-images): Fix docstring.	(speedbar-toggle-sorting): Likewise.	(speedbar-line-file): Likewise.	(speedbar-parse-c-or-c++tag): Likewise.	(speedbar-special-mode-key-map): Fix typo.	(speedbar-dynamic-tags-function-list): Likewise.	(speedbar-sort-tags): Likewise.	(speedbar-tag-hierarchy-method): Likewise.	(speedbar-use-images): Likewise.	(speedbar-add-supported-extension): Likewise.	(speedbar-make-specialized-keymap): Likewise.	(speedbar-desired-buffer): Likewise.	(speedbar-up-directory): Likewise.	(speedbar-generic-item-info): Likewise.	(speedbar-item-info): Likewise.	(speedbar-set-timer): Likewise.	(speedbar-insert-button): Likewise.	(speedbar-make-button): Likewise.	(speedbar-make-tag-line): Likewise.	(speedbar-insert-files-at-point): Likewise.	(speedbar-update-special-contents): Likewise.	(speedbar-add-indicator): Likewise.	(speedbar-do-function-pointer): Likewise.	(speedbar-line-path): Likewise.	(speedbar-xemacsp): Likewise.	(speedbar-dir-follow): Likewise.	(speedbar-fetch-etags-command): Likewise.	(speedbar-fetch-etags-arguments): Likewise.	(speedbar-toggle-etags): Likewise.	(speedbar-extract-one-symbol): Likewise.	(speedbar-unhighlight-one-tag-line): Likewise.	(speedbar-directory-face): Likewise.	(defimage-speedbar): Likewise.	(speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.	(defimage-speedbar): Likewise.	(speedbar-vc-do-check): Likewise.	(speedbar-obj-do-check): Likewise.	(speedbar-mouse-hscroll): Likewise.	(speedbar-file-lists): Likewise.	* progmodes/idlw-shell.el (idlwave-shell-set-bp): Fix typo.	* progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.2002-07-09  Juanma Barranquero  <lektu@terra.es>	* faces.el (face-id): Fix typo.	* hexl.el (hexl-mode): Likewise.2002-07-11  Dave Love  <fx@gnu.org>	* language/misc-lang.el ("UTF-8"): New language environment.	* international/utf-16.el, international/ucs-tables.el: New file.2002-07-06  Richard M. Stallman  <rms@gnu.org>	* mail/rmail.el (rmail-decode-babyl-format): Disable undo	around the decode-coding-region call.	* edmacro.el (edmacro-fix-menu-commands):	Discard `help-echo' events.  Handle (menu-bar) events.	Simplify by converting key sequence to a list and then back to vector.	* net/browse-url.el (browse-url-at-mouse): Don't pass an arg	to browse-url-at-point.	* simple.el (shell-command): Match & only at end of whole command.2002-07-03  Dave Love  <fx@gnu.org>	* ediff-diff.el (ediff-wordify): Bind ediff-forward-word-function	outside the loop.	(ediff-goto-word): Take ediff-with-syntax-table outside the loop.2002-07-03  Juanma Barranquero  <lektu@terra.es>	* textmodes/reftex-vars.el (reftex-label-alist): Fix typo.	* play/dunnet.el (dun-physobj-desc): Likewise.	* mail/reporter.el (reporter-submit-bug-report): Likewise.	* allout.el (outline-goto-prefix): Likewise.	* calendar/timeclock.el (timeclock-workday-remaining): Likewise.	(timeclock-workday-elapsed): Likewise.2002-07-02  Juanma Barranquero  <lektu@terra.es>	* mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.	* textmodes/reftex-cite.el (reftex-citation): Fix typo.	* progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):	Fix typo.2002-06-27  Eli Zaretskii  <eliz@is.elta.co.il>	* progmodes/perl-mode.el (perl-mode-abbrev-table): New variable.	Set it up as an abbrev-table for Perl mode.2002-06-24  Pavel Jan,Am(Bk  <Pavel@Janik.cz>	* dired.el (dired-find-file): Bind find-file-run-dired around the	call to find-file.  From Dan Nicolaescu <dann@ics.uci.edu>.2002-06-18  Juanma Barranquero  <lektu@terra.es>	* eshell/em-pred.el (eshell-modifier-help-string): Fix typos.	* emulation/edt.el (edt-substitute): Fix typo.	* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.	* comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.2002-06-17  Dave Love  <fx@gnu.org>	* international/utf-8.el (ccl-decode-mule-utf-8):	Deal better with invalid utf-8.	(mule-utf-8): Doc fix.2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>	* international/mule.el (ctext-pre-write-conversion): If FROM is a	string, or if the current buffer is not already a scratch buffer,	generate a new temporary buffer.2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>	* textmodes/bibtex.el: Change the maintainer to "none".2002-06-10  Juanma Barranquero  <lektu@terra.es>	* emulation/viper-cmd.el (viper-smart-suffix-list): Fix typo.	(viper-ask-level): Fix typo.2002-06-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>	* language/cyrillic.el (cyrillic-alternativnyj-decode-table):	Fix the table to contain correct characters.2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>	* faces.el (face-set-after-frame-default): Don't change `default' face.2002-05-27  Glenn Morris  <gmorris@ast.cam.ac.uk>	* scroll-all.el (minor-mode-alist): `scroll-all-mode', not	`scroll-all-mode-mode'.	(scroll-all-page-down-all, scroll-all-page-up-all)	(scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll	commands.	* progmodes/f90.el: Update maintainer.	(f90-startup-message): Obsolete variable removed.	(f90-font-lock-keywords-1): Move "module procedure" to front, remove	override. Fix highlighting of various "type" forms.	(f90-font-lock-keywords-2): Add override flag.	(f90-font-lock-keywords-3): Use 'keep rather than 'override.	(f90-line-continued): Recognize blank/comment lines embedded in	continuation lines.	(f90-looking-at-program-block-start): No extra indentation after	function or subroutine keyword appears in single quotes.	(f90-indent-new-line): Make it indent the current line, as it should.	(f90-indent-region): Correctly indent comments embedded in	continued lines.	* progmodes/fortran.el: Update maintainer.	(fortran-previous-statement, fortran-next-statement): Make them	skip over preprocessor lines as they do with comment lines.	(fortran-beginning-do): Make regexp match a DO statement	irrespective of numeric label.	(fortran-strip-sequence-nos): Rename from typo	`fortran-strip-sqeuence-nos'.2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>	* indent.el (indent-rigidly): Mention how to remove all indentation.2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>	* tar-mode.el (tar-octal-time): Fix the last argument of logior.	Remove the call to insert.2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>	* emacs-lisp/easymenu.el (easy-menu-add): Doc fix.2002-05-03  Richard M. Stallman  <rms@gnu.org>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -