1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

20339 commits

Author SHA1 Message Date
Gerd Moellmann
9309787357 (common-lisp-loop-part-indentation):
Fix simple loop indentation.
2002-03-15 08:57:55 +00:00
Miles Bader
cf232e4dec (rlogin-mode): Use `define-derived-mode'. 2002-03-14 11:52:39 +00:00
Miles Bader
5b905677a5 *** empty log message *** 2002-03-14 09:03:46 +00:00
Miles Bader
bb9a622e93 Require `button'.
(debugger-mode-map): Set the parent keymap to `button-buffer-map',
to get TAB and <backtab> bindings.
2002-03-14 09:02:36 +00:00
Richard M. Stallman
afcdd7bd28 Syntax fix around @ref. 2002-03-14 09:02:11 +00:00
Richard M. Stallman
5ed5b2c2da (picture-insert, picture-clear-column, picture-draw-rectangle):
Use move-to-column, not move-to-column-force.
2002-03-14 08:57:36 +00:00
Miles Bader
a5e28954df regenerated 2002-03-14 08:57:06 +00:00
Richard M. Stallman
876a2544ce (dired-fun-in-all-buffers): Moved to dired.el. 2002-03-14 08:55:48 +00:00
Richard M. Stallman
bf989169d3 (dired-readin): Clear out undo list.
(dired-fun-in-all-buffers): Definition moved from dired-aux.el.
(dired-delete-entry): New function.
(dired-internal-do-deletions): Use dired-fun-in-all-buffers
and dired-delete-entry, to update this buffer (and others).
2002-03-14 08:55:20 +00:00
Richard M. Stallman
af1eab213c (facemenu-add-new-face):
Pass region args to facemenu-set-face, when there is a region.
(facemenu-set-foreground, facemenu-set-background)
(facemenu-add-face): Doc fixes.
2002-03-14 08:52:16 +00:00
Miles Bader
0fd2d581b7 (rlogin-carriage-filter): Function removed.
(rlogin): Don't install the `rlogin-carriage-filter' filter, as
comint removes carriage returns itself now.
2002-03-14 08:52:01 +00:00
Richard M. Stallman
8dd511f607 (cperl-outline-regexp): Move definition up. 2002-03-14 08:50:03 +00:00
Miles Bader
17230c90f3 (rfn-eshadow-update-overlay): Bind `inhibit-point-motion-hooks' to t while
messing around, to avoid getting hosed by our own intangible property.
2002-03-14 08:09:30 +00:00
Eli Zaretskii
6e75414a7e *** empty log message *** 2002-03-13 17:41:53 +00:00
Stefan Monnier
894dc7e75d (fortran-split-line): Make it work with any `!' comment as well. 2002-03-13 16:42:47 +00:00
Stefan Monnier
ff451e174b (fortran-mode): Set comment-padding to "$$$".
Add fortran-comment-line-start-skip to comment-start-skip.
(fortran-comment-indent): Keep whole-line comments in column 0.
(fortran-find-comment-start-skip): New arg `all'.
If ALL is nil, make sure we only match comment-start-skip if we
can't match fortran-comment-line-start-skip.
Fix bug that made it return t but without moving point when
matching '!'! (a false-comment followed by a real comment).
(fortran-indent-comment): Use new `all' argument above.
Be careful not to add an incorrect comment-starter like "C"
in comment-column.
(fortran-split-line): When splitting a comment, reuse the comment
starter from the current line rather than fortran-comment-line-start.
(fortran-indent-line, fortran-auto-fill): Simplify thanks to the
cleaner behavior of fortran-find-comment-start-skip.
(fortran-fill): Don't be confused by ! inside a comment.
(fortran-break-line): Minor cleanup and simplification.
2002-03-13 16:33:56 +00:00
Francesco Potortì
1f21ea9472 * progmodes/etags.el (tag-exact-file-name-match-p)
(tag-file-name-match-p, tag-partial-file-name-match-p): Use a
simpler regexp.
2002-03-13 14:48:00 +00:00
Francesco Potortì
f6010b5421 *** empty log message *** 2002-03-13 14:47:12 +00:00
Colin Walters
ed233dd8cb (ibuffer-redisplay-current): Don't move point when redisplaying a
line.
2002-03-13 02:31:26 +00:00
Colin Walters
6b16ab4871 *** empty log message *** 2002-03-13 02:30:32 +00:00
Jan Djärv
363a4df604 *** empty log message *** 2002-03-12 21:15:39 +00:00
Jan Djärv
3842fde117 (emacs-session-save): Add comment that return t means cancel shutdown 2002-03-12 21:15:07 +00:00
Jan Djärv
1e4f6cec82 (emacs-session-restore): Take previous id as an argument. 2002-03-12 19:15:06 +00:00
Jan Djärv
70646cf0fc (command-line): Must check that x-session-previous-id
is bound also, for non-X platforms.
2002-03-12 19:13:52 +00:00
Gerd Moellmann
8460b6897b *** empty log message *** 2002-03-12 18:55:12 +00:00
Gerd Moellmann
59e0f57942 (lisp-loop-keyword-indentation)
(lisp-loop-forms-indentation, lisp-simple-loop-indentation): New
user options.
(extended-loop-p, common-lisp-loop-part-indentation): New
functions.
(common-lisp-indent-function-1): Renamed from
common-lisp-indent-function.
(common-lisp-indent-function): Handle loop forms specially.
(lisp-indent-defmethod): Use car/cdr instead of first/rest.
2002-03-12 16:27:15 +00:00
Francesco Potortì
1381f9e6a8 * progmodes/etags.el (tag-exact-file-name-match-p)
(tag-file-name-match-p, tag-partial-file-name-match-p): Assume
that the header of a tags section has either a number or nothing
after the last comma.
2002-03-12 13:12:34 +00:00
Francesco Potortì
aad00fb00b *** empty log message *** 2002-03-12 13:12:10 +00:00
Colin Walters
4ecee85b3e *** empty log message *** 2002-03-11 21:53:49 +00:00
Colin Walters
8f36167aa6 (toplevel): Revert previous change to use pcomplete.
(shell-mode): Ditto.
(shell-pcomplete-setup-done): Remove.
(shell-pcomplete): Ditto.
(shell-pcomplete-reverse): Ditto.
2002-03-11 21:13:14 +00:00
Colin Walters
22c663ed24 Remove documentation on setting up pcomplete. 2002-03-11 21:12:49 +00:00
Pavel Janík
b3f1e48a47 (java-font-lock-extra-types): Add "URL" as separate item. Doc fix. 2002-03-11 13:39:02 +00:00
Pavel Janík
ee485a8387 (image-type-from-file-header): Make temporary buffer unibyte. 2002-03-11 13:32:22 +00:00
Pavel Janík
daebae3d8c (add-to-list): Doc fix. 2002-03-11 13:31:50 +00:00
Richard M. Stallman
a3841d3be9 (imenu-update-menubar-modified-tick): New variable.
(imenu-update-menubar): Don't call imenu--make-index-alist
if buffer has not changed since last time.
2002-03-11 09:16:37 +00:00
Richard M. Stallman
0a8c82250e (desktop-buffer-handlers): Doc fix.
(desktop-buffer-file): Explicitly return BUF.
2002-03-11 09:15:27 +00:00
Richard M. Stallman
6be7b1272d (show-paren-function): Move back in other direction
to verify the match is correct.
2002-03-11 09:14:28 +00:00
Miles Bader
8a5782b5da (pcomplete-entries): Expand environment variables in filename. 2002-03-11 04:15:31 +00:00
Eli Zaretskii
a0db0bbfdb Use defface instead of facemenu-get-face. 2002-03-10 17:28:58 +00:00
Jan Djärv
d873ec96b5 *** empty log message *** 2002-03-10 16:31:43 +00:00
Jan Djärv
ca57f55d6f (command-line): Add call to emacs-session-restore 2002-03-10 16:29:34 +00:00
Jan Djärv
941a391a0b (x-handle-smid): New function.
(emacs-session-filename): New function.
(emacs-session-save): New function.
(emacs-save-session-functions): New variable.
(emacs-session-restore): New function.
2002-03-10 16:27:26 +00:00
Andreas Schwab
945a8e9b95 *** empty log message *** 2002-03-09 20:36:59 +00:00
Andreas Schwab
64a1ba1846 Revert last change. 2002-03-09 20:11:46 +00:00
Eli Zaretskii
5fdac1b8b9 Split pre-21.1 changes into a separate file. 2002-03-09 09:26:56 +00:00
Eli Zaretskii
cc054b63ed Entries for Richard's commits from yesterday. 2002-03-09 09:21:45 +00:00
Eli Zaretskii
3088377355 (shell-command-on-region): Call push-mark with
non-nil second arg, to suppress the "Mark set" message.
2002-03-09 09:06:04 +00:00
Richard M. Stallman
f67acc8dfb (sc-select-attribution): Accept whatever value we get in CHOICE; there
is no value meaning "try again".
2002-03-08 21:08:19 +00:00
Andreas Schwab
6b997f0825 Change Maintainer to FSF. 2002-03-08 19:31:38 +00:00
Gerd Moellmann
f2c7b04fb2 *** empty log message *** 2002-03-08 10:26:55 +00:00