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

📄 changelog.3

📁 windows版本的emacs
💻 3
📖 第 1 页 / 共 5 页
字号:
1993-04-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* tabify.el (untabify): Don't really change where restriction starts.1993-04-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* dired.el (dired-pop-to-buffer): Adjust count-lines val for last line.1993-04-05  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)	* add-log.el (find-change-log): New function.	(add-change-log-entry): FILE-NAME frobnicating code moved there;	call it.	* vc.el (vc-comment-to-change-log):	Renamed from vc-comment-to-changelog.	Take optional arg and pass it to find-change-log.	Added docstring and interactive spec.1993-04-05  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* compile.el (compilation-error-regexp-alist):	Merged HP-UX 7.0 fc regexp with the	GNU format regexp: just allowing blanks to terminate the line number	makes that one handle the HP case.  Merged MIPS RISC CC regexp with	Apollo cc regexp: make "s optional, and don't anchor to bol.	* compile.el (compilation-error-regexp-alist):	Changed MIPS RISC CC regexp (last one) to	be anchored at bol, and to never match multiple lines.1993-04-03  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* man.el, assoc.el: Installed Barry Warsaw's new and much more	featureful man page browser.	* finder.el, help-screen.el, faces.el: Added or corrected	documentation headers1993-04-03  Noah Friedman  (friedman@splode.com)	* comint.el: New comint-read-noecho.1993-04-02  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* chistory.el (repeat-history-command): Bug fix.  Someone forgot a car.1993-04-02  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* mpuz.el (mpuz-try-letter): Use read-char to read digit.	Use message directly also.  Use downcase.	(mpuz-read-map): Deleted.	* dired.el (dired-unmark-all-files): Read the arg as just a char.1993-04-01  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* lisp-mode.el (eval-defun): Rename argument to avoid collision.	(eval-last-sexp): Likewise.1993-03-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* etags.el (etags-tags-completion-table): Rewritten with a mondo	regexp.1993-03-31  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* timer.el (timer-program): New defconst.	(run-at-time): Use timer-program as the name of the program the	subprocess should run, and search for it in exec-directory, rather	than checking the entire exec path.1993-03-31  Roland McGrath  (roland@geech.gnu.ai.mit.edu)	* simple.el (indent-for-comment): Use skip-syntax-backward in place of	skip-chars-backward.	Correctly set INDENT to the return value of comment-indent-function.	* etags.el (etags-tags-completion-table): Use skip-syntax-backward	instead of skip-chars-backward.	* view.el (view-exit): Use local map view-old-local-map,	not (current-local-map).	(view-buffer-other-window): Remove spurious backslashes from	interactive spec.	* map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be	each a vector containing the user's binding, rather than 'user.  Check	(vectorp DEF) and call the vector's elt, rather than checking (eq 'user	DEF) and calling something completely random.	* novice.el (enable-command): Remove spurious assignment of free	variable `foo'.	* help.el (describe-function): For Lisp functions, write a	prototype call before the docstring, instead of an argument	description after it.1993-03-30  Noah Friedman  (friedman@splode.com)	* files.el (find-backup-file-name): Delete nothing if overflow	in number of versions to keep.1993-03-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* subr.el (int-to-string): Make this an alias for the subr	number-to-string.1993-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* isearch.el (isearch-mode-map): Delete the binding for C-h.	(isearch-done): Customize the message about mark.1993-03-30  Noah Friedman  (friedman@splode.com)        * comint.el (comint-read-noecho): Rewritten to provide some simple        editing ability and be able to abort when called from a process        filter.  Re-arranged and updated docstring.1993-03-30  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)	* ring.el: Changed summary line.1993-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* faces.el: New file.1993-03-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* rmail.el (rmail): Don't use mbox as inbox by default.	* simple.el (count-lines): Use save-match-data.	* buff-menu.el: Put back removed years in copyright notice.1993-03-29  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer):	Improved logic for parent buffer finding.	(vc-cancel-version): bug fix.1993-03-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* mailabbrev.el: Provide mailabbrev, not mail-abbrevs.1993-03-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* fill.el (fill-individual-paragraphs): When skipping mail headers,	skip to a blank line.	* env.el (setenv): Renamed back from putenv.	* replace.el (regexp-history): New history list.	(occur, flush-lines, keep-lines, how-many): Use it.	(occur): Don't insert previous string in minibuffer gratuitously.	Just use it if input is empty.	Use save-match-data around count-lines.1993-03-28  Noah Friedman  (friedman@splode.com)        * setenv.el: Renamed to env.el.  Provide `env', not `setenv'.        (setenv): Renamed to `putenv', which is the more proper complement        of `getenv'.  `setenv' retained as an alias.        Make VALUE parameter optional; if not set, remove VARIABLE from        process-environment.        * rlogin.el (rlogin): If given a prefix argument and an rlogin        session for HOST is already running, start a new rlogin process        rather than switching to the existing one.  Added docstring.	Bound `proc' in let*.        (rlogin-explicit-args, rlogin-password-paranoia): New variables.        (rlogin-filter): Prompt for passwords in minibuffer if        rlogin-password-paranoia is set.        (rlogin-with-args, rlogin-password): New functions.1993-03-28  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added.	(vc-checkout): Now rejects attempts to check out files via FTP.	* vc.el: The `derived buffers' in the mode (the VC log buffer,	status buffers, and most buffer output commands) now know which	file buffer was their parent, and most commands will try to find	such a parent buffer when executed from within a special buffer.	* makefile.el: Added autoload cookie for entry point.	* files.el (auto-mode-alist): added pairs for .ms, .man, .mk,	[Mm]akefile, .lex.	* electric.el: (shrink-window-if-larger-than-buffer) Added doc	string.  Made argument optional, because window-buffer does the	right thing with nil.	* ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a	 valid operation on maps any more.1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* refer.el: Installed.1993-03-27  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* lucid.el (try-face-font, find-face, get-face): New aliases.1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el,	oshell.el: Removed.1993-03-27  Noah Friedman  (friedman@splode.com)        * rlogin.el: Updated copyright year and added autoload cookies.        (rlogin): Set process marker to beginning of buffer.        (rlogin-filter): Use unwind-protect to restore match-data.  Use        insert-before-markers instead of insert to keep input and output        from getting garbled.  Delete spurious ?\C-m chars in output        instead of replacing them with ?\ .1993-03-27  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* case-table.el: Add autoloads.	(set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):	Rename arg STRING to TABLE.  Do not set the standard case table.1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* loaddefs.el: Commented out function-key-error definition and	uses in the global keymaps.  RMS and jimb objected to the amount	of space these took up in the keybinding listings.1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* lpr.el (printify-buffer): Added, debugged from Roland McGrath's	printify-buffer code in LCD.	* cookie.el (cookie): Enhanced it to handle both LINS files and	UNIX fortune files.	* rect.el (fill-rectangle):  Added.  Inspired by Lynn Slater's	insert-box package in LCD, but the interface and implementation	are different.	* loaddefs.el (ctl-x-map): Added binding for fill-rectangle.	* buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob	Austein's suggestion in the LCD package bm-toggle.el.	* subr.el (add-hook):  Added optional arg to cause hook to be	appended rather than prepended to the hook list.  This obviates	the 23 different hook-bashing packages in LCD.	* subr.el (current-word): Added.  Lots of help and default-generator	functions in LCD use it, and it's remarkably difficult to get	right, especially given the new syntax primitives.1993-03-26  Richard Stallman  (rms@geech.gnu.ai.mit.edu)	* files.el (local-write-file-hooks): New variable.	(set-visited-file-name): Kill local-write-file-hooks as local var.	(basic-save-buffer): Use local-write-file-hooks.1993-03-26  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* files.el (local-write-file-hooks): New variable.	(set-visited-file-name): Kill local-write-file-hooks as local var.	(basic-save-buffer): Use local-write-file-hooks.1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy.  I	gave it one.	* two-column.el: Added Commentary.1993-03-25  Richard Stallman  (rms@geech.gnu.ai.mit.edu)	* help.el (describe-function): Add blank line above doc string.	* uncompress.el: Add provide call.1993-03-25  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* lisp-mnt.el (lm-last-modified-date): Fixed return bug.	(lm-author, lm-maintainer): These now return cons pairs, not strings.	* shell.el: Brent Benson's patch to support `cd -'.	* mh-e.el (mh-unshar): Added.	* emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this.1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* term/x-win.el (x-defined-colors): Use x-color-defined-p instead of	x-defined-color.	(x-handle-geometry): Use x-parse-geometry instead of x-geometry.1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* calendar.el (calendar-standard-time-zone-name,	calendar-daylight-time-zone-name): Initialize these at load-time,	as well as calendar-time-zone.	* calendar.el (calendar-time-zone): Fix code which initializes	this.1993-03-24  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* term/x-win.el: Bind M-next to an alias scroll-other-window-1	to get better doc string output.1993-03-23  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* compile.el: Fix library headers.1993-03-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* files.el (insert-directory): Do chase symlinks before passing	the directory name to ls.1993-03-23  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* buff-menu.el: Incorporated changes from Bob Weiner's enhanced	buff-menu from the LCD archive.1993-03-23  Richard Stallman  (rms@geech.gnu.ai.mit.edu)	* replace.el (query-replace-map): Define backspace like delete.1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)        * cookie.el: Created.  This file contains what was formerly the	guts of spook.el, lightly hacked to support more than one	simultaneous cookie database.	* spook.el, yow.el: Modified to use cookie.el.  Total code in	the three files cookie.el, yow.el and spook.el is less than the	old spook.el + yow.el.	* time.el, timer.el, uncompress.el, underline.el, view.el, vip.el,	xscheme.el: Added or corrected Commentary section.  This finishes	my pass over the lisp libraries; I'll teach the finder about	these commentary sections soon.1993-03-22  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)	* term/x-win.el (x-win-suspend-error):	suspend-hook renamed from suspend-hooks.1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* help.el, register.el, replace.el, reposition.el, rfc822.el,	rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,	setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,	spook.el, studly.el, tabify.el, text-mode.el: Added or corrected	Commentary headers.1993-03-22  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)        * diary-insert.el: Change the name to diary-ins.el.        * calendar.el: Change all autoload references to diary-ins.1993-03-22  Richard Stallman  (rms@geech.gnu.ai.mit.edu)	* help.el: Don't load help-screen at run time if compiled.1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)	* man.el, mlconvert.el, mlsupport.el, modula2.el, mouse

⌨️ 快捷键说明

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