aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2005-09-091-81/+83
|\
| * (blink-matching-open): Get rid of text props fromRichard M. Stallman2005-09-091-81/+83
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-78/+77
|\|
| * (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
* | Rename function-key-map to local-function-key-map, and global-function-key-ma...Karoly Lorentey2005-07-121-0/+1
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from [email protected] (patch 83-87, 449-468)Karoly Lorentey2005-07-051-13/+20
|\|
| * (set-variable): Warn about obsolete user variables.Juanma Barranquero2005-06-291-13/+20
* | Merged from [email protected] (patch 447-448)Karoly Lorentey2005-06-261-9/+5
|\|
| * (line-move-1): Fix previous change.Richard M. Stallman2005-06-241-9/+5
* | Merged from [email protected] (patch 441-446)Karoly Lorentey2005-06-251-32/+49
|\|
| * (set-variable): Args renamed; doc fix.Richard M. Stallman2005-06-231-32/+49
* | Merged from [email protected] (patch 435-437)Karoly Lorentey2005-06-211-7/+5
|\|
| * (comment-line-break-function): Doc fix: don't say variable is automaticallyJuanma Barranquero2005-06-201-3/+1
| * (next-error-buffer-p, next-error-find-buffer): Fix typos in docstrings.Juanma Barranquero2005-06-201-4/+4
* | Merged from [email protected] (patch 423-434)Karoly Lorentey2005-06-211-8/+9
|\|
| * (undo-more): Don't use `format' on `error' arguments. ImproveJuanma Barranquero2005-06-161-6/+6
| * (fundamental-mode): Run after-change-major-mode-hook conditionally.Lute Kamstra2005-06-161-2/+3
* | Merged from [email protected] (patch 80-82, 350-422)Karoly Lorentey2005-06-151-15/+28
|\|
| * Comment changes.Richard M. Stallman2005-06-081-2/+9
| * (completion-setup-function): Look for completion-base-size-functionRichard M. Stallman2005-06-061-1/+5
| * Add comment to line-move re. sit-for.Kim F. Storm2005-06-051-0/+2
| * (eval-expression-print-level)Luc Teirlinck2005-06-041-3/+3
| * (line-move): Only call sit-for when moving backwards.Kim F. Storm2005-06-031-9/+9
* | Merged from [email protected] (patch 74-79, 332-349)Karoly Lorentey2005-06-031-1/+1
|\|
| * (filter-buffer-substring): Fix typo in docstring.Juanma Barranquero2005-05-311-1/+1
* | Merged from [email protected] (patch 70-73, 320-331)Karoly Lorentey2005-05-281-2/+11
|\|
| * (completion-list-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
| * (yank, yank-pop): Mention `yank-excluded-properties'Eli Zaretskii2005-05-221-1/+10
* | Merged from [email protected] (patch 292-295)Karoly Lorentey2005-05-091-3/+1
|\|
| * (next-error-overlay-arrow-position): Revert the change made on 2005-04-30.Eli Zaretskii2005-05-081-3/+1
* | Merged from [email protected] (patch 68, 286-291)Karoly Lorentey2005-05-061-6/+23
|\|
| * (line-move-1): Fix 2005-04-26 change. Must still useKim F. Storm2005-05-051-6/+9
| * (line-move-1): Fix previous change to signal errors appropriately.Richard M. Stallman2005-05-041-3/+7
| * (widen-automatically): New variable.Richard M. Stallman2005-05-011-1/+11
* | Merged from [email protected] (patch 281-285)Karoly Lorentey2005-05-021-10/+26
|\|
| * (next-error-overlay-arrow-position): Turn off, for ttys.Richard M. Stallman2005-04-301-1/+3
| * (line-move-1): Avoid using vertical-motion in easy cases.Richard M. Stallman2005-04-261-9/+23
* | Merged from [email protected] (patch 269)Karoly Lorentey2005-04-251-14/+3
|\|