aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Entry I should have made earlier.Glenn Morris2002-04-281-0/+5
|
* Place under GFDL. Fix copyright years.Eli Zaretskii2002-01-041-0/+4
| | | | | | | | (Top): Fix markup of quoted chapter names. (Stack Manipulation, Rearranging with Selections) (Operations on Variables): Use @kbd instead of @key. (Installation): Update instructions. Comment out the description of the \bumpoddpages macro which was deleted
* *** empty log message ***Eli Zaretskii2002-01-041-0/+5
|
* 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-12-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * viper-cmd.el (viper-change-state): Got rid of make-local-hook. (viper-special-read-and-insert-char): Make C-m work right in the r comand. (viper-buffer-search-enable): Fixed format string. * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name instead of viper-info-on-file. (ex-set-visited-file-name): New function. * viper.el (viper-emacs-state-mode-list): Added mail-mode. * ediff-mult.el (ediff-meta-mark-equal-files): Added optional action argument. * ediff-init.el: Fixed some doc strings. * ediff-util.el (ediff-after-quit-hook-internal): New variable. Got rid of make-local-hook. * ediff-wind.el (ediff-setup-control-frame): Got rid of make-local-hook.
* (EMACSSOURCES): Update the list of Emacs manual source files.Eli Zaretskii2001-12-201-0/+5
|
* *** empty log message ***Andreas Schwab2001-12-071-0/+5
|
* *** empty log message ***Pavel Janík2001-12-021-0/+4
|
* *** empty log message ***Eli Zaretskii2001-12-011-0/+5
|
* (Marking Objects): `M-h' accepts prefix arg.Kai Großjohann2001-12-011-0/+4
|
* *** empty log message ***Jason Rumney2001-11-251-0/+4
|
* *** empty log message ***Colin Walters2001-11-241-0/+7
|
* *** empty log message ***Eli Zaretskii2001-11-161-0/+4
|
* *** empty log message ***Pavel Janík2001-11-141-0/+5
|
* fixed formatSam Steingold2001-11-131-16/+16
|
* *** empty log message ***Eli Zaretskii2001-11-071-0/+7
|
* New file.Eli Zaretskii2001-11-061-0/+4
|
* (Glossary): Fix syntax.Pavel Janík2001-11-011-0/+2
|
* *** empty log message ***Pavel Janík2001-11-011-0/+4
|
* *** empty log message ***Pavel Janík2001-10-311-0/+5
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|
* 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-10-131-0/+5
| | | | | | | | | | * viper-ex.el (ex-edit): make checks for modified buffer/file. (viper-get-ex-address-subr): more precise addr for the $ marker * viper-cmd.el: Fixed indentation. * viper.texi: Clarified that viper won't expand special symbols in search patterns.
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-061-0/+5
|
* Update Stephen Gildea's email address.Eli Zaretskii2001-09-101-1/+1
|
* 2001-08-21 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-08-211-0/+5
| | | | | * macos.texi: Change mac-filename-to-unix and unix-filename-to-mac to mac-file-name-to-posix and posix-file-name-to-mac, resp.
* * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesyMichael Kifer2001-07-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of Scott Bronson. (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions. (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): Deleted functions. (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new ex-token-list. (viper-get-ex-address-subr): convert registers to char data type. * viper-util.el (viper-int-to-char,viper-char-equal): new functions. (viper-memq-char): use viper-int-to-char. (viper-file-checked-in-p): use vc-locking-user, if vc doesn't have vc-locking-state. (viper-read-key): use viper-read-key-sequence. * viper.el (viper-major-mode-modifier-list): added inferior-emacs-lisp-mode. (this-major-mode-requires-vi-state): new function that uses simple heuristics to decide if vi state is appropriate. (set-viper-state-in-major-mode): use this-major-mode-requires-vi-state. (viper-non-hook-settings): don't advise read-key-sequence. (viper-read-key-sequence): new function that replaces the previously used advice to read-key-sequence. * viper-cmd.el (viper-test-com-defun,viper-exec-change, viper-exec-Change,viper-execute-com,viper-insert,viper-append, viper-Append,viper-Insert,viper-open-line,viper-Open-line, viper-open-line-at-point,viper-substitute,viper-overwrite, viper-replace-char-subr,viper-forward-word,viper-forward-Word): got rid of the negative character hack. (viper-escape-to-state,viper-replace-state-exit-cmd): use viper-read-key-sequence. (viper-envelop-ESC-key): no need for ad-get-orig-definition. (viper-minibuffer-standard-hook,viper-read-string-with-history): don't override existing minibuffer-setup-hook. (viper-mark-point,viper-goto-mark-subr,viper-brac-function): convert registers to char data type. (viper-autoindent): use viper-indent-line. * viper-keym.el: use viper-exec-key-in-emacs. * viper.texi: Added credits, new commands, like :make. * ediff-util.el: Copyright years. (ediff-choose-syntax-table): New function. (ediff-setup): Use ediff-choose-syntax-table. (ediff-file-checked-out-p,ediff-file-checked-in-p): check if vc-state is available. (ediff-make-temp-file): use ediff-coding-system-for-write. * ediff-init.el (ediff-with-syntax-table): New macro, uses with-syntax-table. (ediff-coding-system-for-read): from ediff-diff.el (ediff-coding-system-for-write): new variable. (ediff-highest-priority): fixed the bug having to do with disappearing overlays. (ediff-file-remote-p): use file-remote-p, if available. (ediff-listable-file): new function. (ediff-file-attributes): use ediff-listable-file. * ediff-mult.el (ediff-meta-insert-file-info1): use ediff-listable-file. * ediff-ptch.el (ediff-prompt-for-patch-file): use ediff-coding-system-for-read. (ediff-patch-file-internal): use ediff-coding-system-for-write. * ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el. (ediff-match-diff3-line,ediff-get-diff3-group): improved pattern. * ediff.el: Date of last update, copyright years. * ediff-wind (ediff-setup-control-frame): Nill->nil. * ediff.texi: added clarifications, acknowledgements.
* *** empty log message ***Carsten Dominik2001-06-081-0/+4
|
* *** empty log message ***Eli Zaretskii2001-06-071-0/+5
|
* *** empty log message ***Gerd Moellmann2001-05-141-0/+4
|
* Remove the entry for the 19.34 release. RMS says it was done on a branch.Eli Zaretskii2001-05-111-4/+0
|
* Remove log entries for 20.5 .. 20.7.Gerd Moellmann2001-05-091-30/+0
|
* *** empty log message ***Eli Zaretskii2001-05-041-0/+4
|
* *** empty log message ***Gerd Moellmann2001-04-191-3/+3
|
* *** empty log message ***Eli Zaretskii2001-04-141-0/+7
|
* *** empty log message ***John Wiegley2001-04-091-0/+4
|
* *** empty log message ***Gerd Moellmann2001-04-021-5/+0
|
* *** empty log message ***Andreas Schwab2001-03-301-0/+4
|
* *** empty log message ***Gerd Moellmann2001-03-211-0/+4
|
* *** empty log message ***John Wiegley2001-03-201-0/+5
|
* 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-03-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * ediff-util.el: Copyright years. (ediff-choose-syntax-table): New function. (ediff-setup): Use ediff-choose-syntax-table. * ediff-init.el (ediff-with-syntax-table): New macro, uses with-syntax-table. * ediff.el: Date of last update, copyright years. * ediff-wind (ediff-setup-control-frame): Nill->nil. * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy of Scott Bronson. (ex-cmd-assoc,ex-cmd-one-letr): New functions. (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): Deleted functions. (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new ex-token-list. * viper-util.el: Spaces, indentation. * viper.el: Changed version, modification time.
* *** empty log message ***Thien-Thi Nguyen2001-03-141-0/+4
|
* Mention that file names are tags.Francesco Potortì2001-03-121-30/+35
|
* (mostlyclean, maintainer-clean): Delete more files.Gerd Moellmann2001-03-051-0/+4
|
* (mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii2001-03-021-2/+2
|
* 2001-02-24 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-02-251-0/+4
| | | | * ediff.texi: Fixed some typos
* *** empty log message ***Bill Wohler2001-02-191-0/+20
|
* Fix typo.Andreas Schwab2001-02-191-0/+4
|
* 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>Michael Kifer2001-02-121-0/+6
| | | | | | | | | | | | * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks for remote files. (ediff-coding-system-for-read): replaced the no-conversion default with raw-text. * ediff-init.el: Removed :version from defcustom vars. * ediff-util.el (ediff-compute-custom-diffs-maybe): Better handling of the diff mode * ediff.texi: Added ediff-coding-system-for-read. * viper.texi: typos
* * gnus.texi (Pterodactyl Gnus): Added.ShengHuo ZHU2001-02-111-0/+5
| | | | (Newest Features): Removed. Suggested by RMS.