1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
Commit graph

21224 commits

Author SHA1 Message Date
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
Richard M. Stallman
bac8c2e70a (picture-forward-column): New arg `interactive'
is non-nil for an interactive call.  Use instead of interactive-p.
(picture-backward-column): Likewise.
2002-03-08 09:58:51 +00:00
Richard M. Stallman
b77784f7d9 (browse-url-galeon): Specify --existing for an existing window.
Use --noraise rather than --no-raise.  Don't use -x.
2002-03-08 09:56:30 +00:00
Richard M. Stallman
27129192f5 (tar-untar-buffer): New function. 2002-03-08 09:54:42 +00:00
Richard M. Stallman
24f6a98765 (Info-fontify-node): Bind up-clicks, not down-clicks.
Put the mouse-face on the entire xref, like the local keymap.
2002-03-08 09:39:16 +00:00
Richard M. Stallman
ff39e69ccd (find-name-dired): Use shell-quote-argument. 2002-03-08 09:35:44 +00:00
Eli Zaretskii
6d8ccf7aaf *** empty log message *** 2002-03-08 08:18:06 +00:00
Eli Zaretskii
d93196b328 (mpuz-unsolved-face, mpuz-solved-face)
(mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
(mpuz-allow-double-multiplicator): new options for nicer look and
new features.
(mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): new
functions.
(mpuz-check-all-solved, mpuz-random-puzzle)
(mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
(mpuz-show-solution): functions streamlined and removed french
style space before punctuation, added face support and optional
solving of trivial results.
2002-03-08 08:11:21 +00:00
Colin Walters
6d63dcf565 (ibuffer-filter-format-alist): Add type and group. 2002-03-08 04:06:18 +00:00
Colin Walters
cb05942644 (ibuffer-update-mode-name): Substitute "view time" instead of
"recency" for clarity.
(ibuffer-compile-format): Document more.  Handle new "summarizer"
columns.
(ibuffer-fontify-region-function): Ditto.
(ibuffer-insert-buffer-line): Ditto.
(ibuffer-map-lines): Ditto.
(ibuffer-insert-buffers-and-marks): Ditto.
(ibuffer-update-title-and-summary): Renamed from
`ibuffer-update-title'.  Handle "summarizer" columns.
(ibuffer-clear-summary-columns): New function.
2002-03-08 04:04:22 +00:00
Colin Walters
ceb449353b (define-ibuffer-column): Add :summarizer property. 2002-03-08 04:03:36 +00:00
Colin Walters
2ef3551dfd *** empty log message *** 2002-03-08 04:03:21 +00:00
Gerd Moellmann
52db9321f6 Add 2002 to the copyright years. 2002-03-07 11:30:36 +00:00
Gerd Moellmann
5bc2ca8362 (ebrowse-view/find-file-and-search-pattern):
Use the other-window instead of the other-frame functions when
the window is dedicated.
2002-03-07 11:26:09 +00:00
Stefan Monnier
d88c544942 *** empty log message *** 2002-03-07 00:02:55 +00:00
ShengHuo ZHU
3e549b18cf * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
with SILENT so that a new field can be added.
2002-03-06 21:57:10 +00:00