aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.Bill Wohler2005-12-281-4/+0
* (get-next-valid-buffer, last-buffer)Juri Linkov2005-12-231-8/+9
* (choose-completion): Use `buffer-substring-no-properties'Juri Linkov2005-12-161-48/+33
* 2005-12-16 Lőrentey Károly <lorentey@elte.hu>Károly Lőrentey2005-12-161-14/+57
* (zap-to-char): Translate CHAR byKenichi Handa2005-12-101-0/+2
* (completion-setup-function): Put completions-common-partJuri Linkov2005-12-041-6/+7
* (transient-mark-mode, line-number-mode)Luc Teirlinck2005-12-021-4/+4
* * longlines.el (longlines-mode): Add mail-setup-hook.Chong Yidong2005-11-291-2/+3
* (quoted-insert): Let-bind input-method-function to nil.Juri Linkov2005-11-281-1/+1
* (blink-matching-paren-on-screen): Doc fix.Luc Teirlinck2005-11-271-1/+1
* (blink-matching-paren-on-screen): Further doc fix.Luc Teirlinck2005-11-271-1/+3
* (blink-matching-open): Ignore `blink-matching-paren-on-screen' ifLuc Teirlinck2005-11-271-5/+8
* (blink-matching-open): Fix off-by-one in last change.Stefan Monnier2005-11-231-1/+1
* (blink-matching-open): Allow new paren-class info.Stefan Monnier2005-11-201-1/+5
* (what-cursor-position): Use Lisp-readable syntax for octal and hex.Juri Linkov2005-11-201-9/+9
* (completion-setup-function): Fix last change.Stefan Monnier2005-11-181-1/+1
* * simple.el (next-line): Use hard-newline.Chong Yidong2005-11-171-1/+1
* * simple.el (sendmail-user-agent-compose): Use hard-newline.Chong Yidong2005-11-171-1/+1
* * simple.el (hard-newline): New variable.Chong Yidong2005-11-171-0/+2
* (blink-matching-open): Simplify a bit.Stefan Monnier2005-11-161-23/+33
* (what-cursor-position): Print (EOB) instead of (100%)Kim F. Storm2005-11-121-7/+7
* (set-mark-command-repeat-pop): New variable.Richard M. Stallman2005-11-031-2/+12
* (eval-expression-print-format): Use lisp-readable syntaxStefan Monnier2005-11-011-35/+24
* (undo): Display message at end, not at start.Richard M. Stallman2005-10-291-5/+9
* (completion-common-substring): Use `completion-common-substring' prior to `co...Masatake YAMATO2005-10-241-4/+4
* (line-move-finish): Ignore fields computing LINE-END.Richard M. Stallman2005-10-231-2/+3
* (set-variable): Use user-variable-p instead of symbolp.Juri Linkov2005-10-211-5/+6
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-5/+21
* (what-cursor-position): If the character is displayedKenichi Handa2005-10-061-12/+34
* (next-error-internal): New function.Richard M. Stallman2005-10-021-0/+8
* (blink-matching-open): Don't no-op when point is BEGV+1.Richard M. Stallman2005-09-261-1/+1
* Message format spec fixes (1)Deepak Goel2005-09-181-3/+12
* 2005-09-15 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-151-2/+3
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-121-3/+2
* (blink-matching-open): Get rid of text props fromRichard M. Stallman2005-09-091-81/+83
* (compilation-current-error): Add defvar.Juanma Barranquero2005-08-311-0/+2
* (blink-matching-paren-distance): Document the meaning of nil value,Eli Zaretskii2005-08-271-2/+3
* (next-error-follow-minor-mode): Fix init value andDan Nicolaescu2005-08-151-1/+1
* (pop-global-mark): Reverse test of widen-automatically.Richard M. Stallman2005-08-111-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+1
* (next-error-follow-minor-mode):Stefan Monnier2005-07-291-1/+1
* (line-move-1): Fix comments.Juri Linkov2005-07-221-2/+2
* (clone-indirect-buffer): Doc fix.Juanma Barranquero2005-07-201-25/+25
* (line-move-1): Undo rest of 2005-06-23 change.Kim F. Storm2005-07-131-37/+29
* (line-move-1): Always use vertical-motion toKim F. Storm2005-07-131-10/+8
* (next-error-hook): New variable.Juri Linkov2005-07-091-4/+11
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (set-variable): Warn about obsolete user variables.Juanma Barranquero2005-06-291-13/+20
* (line-move-1): Fix previous change.Richard M. Stallman2005-06-241-9/+5
* (set-variable): Args renamed; doc fix.Richard M. Stallman2005-06-231-32/+49