summaryrefslogtreecommitdiff
path: root/lisp/tutorial.el
Commit message (Expand)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | * tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.Chong Yidong2010-08-081-1/+1
* | Evaluate file-local variables in tutorials.Eli Zaretskii2010-08-071-0/+4
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-2/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
* * keymap.c (QCadvertised_binding): New constant.Stefan Monnier2009-09-111-2/+1
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-211-2/+2
* (tutorial--describe-nonstandard-key):Glenn Morris2009-07-081-3/+9
* * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorialChong Yidong2009-05-121-3/+1
* * tutorial.el (help-with-tutorial): Don't use text mode, since theChong Yidong2009-05-121-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * completion.el (add-completion-to-head, add-completion): Doc fixes.Juanma Barranquero2008-10-251-1/+1
* New function `locate-user-emacs-file'.Juanma Barranquero2008-10-241-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (tutorial--default-keys): Update `C-l' binding.Thien-Thi Nguyen2008-03-091-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * Display message when tutorial position is not savedVinicius Jose Latorre2007-10-171-1/+2
* | (tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.Juri Linkov2007-10-181-1/+1
* | Display message when tutorial position is not savedVinicius Jose Latorre2007-10-171-1/+2
* | (tutorial--default-keys): Replace fill-paragraphJuri Linkov2007-10-061-4/+2
* | (tutorial--default-keys): Update standard bindings:Juri Linkov2007-09-221-2/+2
* | (help-with-tutorial): Tutorials now in tutorial-directory.Glenn Morris2007-08-221-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-241-1/+7
|\ \ | |/
| * (tutorial--find-changed-keys): Handle C-x specially like ESC.Richard M. Stallman2007-07-151-1/+7
| * (get-lang-string, tutorial--find-changed-keys): Fix typos in docstrings.Juanma Barranquero2007-05-161-6/+6
* | (tutorial--saved-dir): Use user-emacs-directory.Chong Yidong2007-06-131-2/+1
* | (tutorial--describe-nonstandard-key): Adjust for newGlenn Morris2007-06-071-7/+19
* | (get-lang-string, tutorial--find-changed-keys): Fix typos in docstrings.Juanma Barranquero2007-05-161-6/+6
|/
* (tutorial--describe-nonstandard-key): Tweak text in the menus case.Glenn Morris2007-02-281-1/+4
* (tutorial--detailed-help): Make the list of changed keys look nicer.Richard M. Stallman2007-01-301-14/+10
* (tutorial--default-keys): Check M-DEL, not `M-backspace'.Richard M. Stallman2007-01-281-88/+91
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (tutorial--display-changes): Show M-x sequence if noChong Yidong2007-01-091-1/+4
* (tutorial--describe-nonstandard-key): Fix typo.Juanma Barranquero2007-01-031-1/+1
* (tutorial--save-tutorial): Prompt before saving tutorial state.Chong Yidong2006-12-221-3/+4
* (tutorial--detailed-help): Remove unnecessary linkChong Yidong2006-12-221-87/+70
* Remove `cl' requirement. Clean up whitespace.Chong Yidong2006-12-211-179/+105
* (tutorial--default-keys): Add newline and delete-backward-char bindings.Chong Yidong2006-11-211-8/+23
* (tutorial-warning-face): New face.Chong Yidong2006-11-201-19/+29
* Add arch taglineMiles Bader2006-10-311-0/+1
* Fix last fix.Chong Yidong2006-10-301-155/+155
* * tutorial.el: Move defvars to avoid bytecomp warnings.Chong Yidong2006-10-301-175/+173