Colin Walters
e32ddb14af
*** empty log message ***
2002-04-14 01:50:33 +00:00
Colin Walters
744ee133cd
(gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.
...
(gamegrid-add-score-insecure): Restored from the old `update-game-score'.
(gamegrid-add-score): Just dispatch on `system-type' to one of the
previous two functions.
2002-04-13 20:26:36 +00:00
Pavel Janík
a2c060f6b4
Update commentary to include new function iswitchb-exclude-nonmatching.
2002-04-13 13:01:48 +00:00
John Wiegley
30104690c3
(eshell-script-interpreter): Fix for CRLF operating systems to the
...
regexp used to detect a script's interpretor.
2002-04-12 20:11:06 +00:00
John Wiegley
a248d53d08
*** empty log message ***
2002-04-12 20:10:46 +00:00
Eli Zaretskii
061a3f4540
Update author's email address, at his request.
2002-04-12 19:08:32 +00:00
Eli Zaretskii
f29173c984
(frames-on-display-list): Use `equal' to compare the
...
`display' frame parameter to the argument DISPLAY.
2002-04-12 16:50:54 +00:00
Eli Zaretskii
ec2bb97f5c
Regenerated.
2002-04-12 15:45:04 +00:00
Juanma Barranquero
d3b055c20a
(pop3-open-server): Fix typo.
2002-04-12 14:32:09 +00:00
ShengHuo ZHU
ae496852a1
* pop3.el (pop3-munge-message-separator): Work if no date.
...
Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
* pop3.el (pop3-munge-message-separator): Only use valid date.
Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
2002-04-12 11:32:23 +00:00
Gerd Moellmann
e9f8a3abf3
*** empty log message ***
2002-04-12 09:43:20 +00:00
Gerd Moellmann
f03b7c7d8a
(string-key-binding): Deal with margin events.
2002-04-12 09:40:56 +00:00
Juanma Barranquero
feee624038
(gnus-ems-redefine): Fix typo in comment.
2002-04-12 08:46:59 +00:00
Francesco Potortì
c0eb1d62af
(comint-password-prompt-regexp): Match" SMB password".
2002-04-12 07:57:56 +00:00
Francesco Potortì
e58376004f
*** empty log message ***
2002-04-12 07:57:40 +00:00
Stefan Monnier
d7565649a3
*** empty log message ***
2002-04-12 06:01:18 +00:00
Stefan Monnier
ce4ef58746
(sort-reorder-buffer): Don't assume point-min == 1.
2002-04-12 03:42:56 +00:00
Stefan Monnier
c6005bf36e
(xterm-mouse-mode): Use define-minor-mode.
2002-04-12 03:33:20 +00:00
Stefan Monnier
efcc2791fa
(device-class, buffer-syntactic-context)
...
(buffer-syntactic-context-depth): New funs.
2002-04-12 03:25:00 +00:00
Stefan Monnier
0c4a4faa07
(edebug-eval-defun): Don't use defconst on variables.
2002-04-12 03:20:46 +00:00
Stefan Monnier
6836bb6931
(debug-on-entry): Use push.
...
(debugger-make-xrefs): Don't assume point-min == 1.
2002-04-12 03:19:09 +00:00
Stefan Monnier
667e0ba62f
(gnus-update-summary-mark-positions, gnus-summary-toggle-header):
...
Don't assume point-min == 1.
2002-04-12 03:16:26 +00:00
Stefan Monnier
946cca1628
(gnus-uu-binhex-article, gnus-uu-reginize-string, gnus-uu-expand-numbers)
...
(gnus-uu-post-make-mime, gnus-uu-post-encoded): Don't assume point-min == 1.
2002-04-12 03:13:23 +00:00
Stefan Monnier
be1ad76795
(nnfolder-possibly-change-group): Don't assume point-min == 1.
2002-04-12 03:11:40 +00:00
Stefan Monnier
bcb0fd5c82
(nnimap-retrieve-headers): Don't assume point-min == 1.
2002-04-12 03:10:19 +00:00
Stefan Monnier
a76a438129
(nnmbox-create-mbox): Don't assume point-min == 1.
2002-04-12 03:09:47 +00:00
Stefan Monnier
2f85befdd5
(c-backward-to-start-of-if): Don't assume point-min == 1.
2002-04-12 03:05:04 +00:00
Stefan Monnier
a1906d512b
(etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
...
(etags-tags-apropos, select-tags-table): Don't assume point-min == 1.
2002-04-12 03:03:26 +00:00
Stefan Monnier
79424eea3d
(fill-region-as-paragraph): Use save-excursion instead of relying on
...
forward-line to bring us where we started.
2002-04-12 02:56:29 +00:00
Stefan Monnier
4599773d96
(fill-context-prefix): Fix up last change.
2002-04-12 00:01:53 +00:00
Stefan Monnier
9f4e3c269a
*** empty log message ***
2002-04-11 23:49:56 +00:00
Stefan Monnier
41d22ee0a0
(line-move): Use memq rather than or.
...
(transpose-sexps): Don't presume as much of forward-sexp's behavior.
(do-auto-fill): Use fill-move-to-break-point.
(syntax-code-table): Remove.
2002-04-11 23:44:06 +00:00
Stefan Monnier
bb424945f3
(canonically-space-region): Obey sentence-end.
...
Don't add spaces at end of sentences at end of line.
(fill-move-to-break-point): Make sure the result is always greater
than linebeg, so we ensure forward progress.
(fill-region-as-paragraph): Compare to `to' rather than eobp.
(fill-paragraph): Don't rebind fill-paragraph-function.
2002-04-11 22:00:07 +00:00
Mike Williams
2871b07a89
(sgml-guess-indent): New function.
2002-04-11 21:59:45 +00:00
Colin Walters
851476d4ab
Fix previous change.
2002-04-11 18:37:25 +00:00
Pavel Janík
bc6f379196
(menu-bar-adv-search-menu): Add incremental search.
2002-04-11 13:41:49 +00:00
Andreas Schwab
e7572209e4
.
2002-04-11 12:14:07 +00:00
Andreas Schwab
7660e38fa5
(file-name-non-special): Handle return value of t from
...
`file-name-completion'.
2002-04-11 12:13:53 +00:00
Colin Walters
dcec69ee99
Fix previous change.
2002-04-10 23:16:45 +00:00
Colin Walters
b5fb996c06
*** empty log message ***
2002-04-10 21:27:31 +00:00
Stefan Monnier
d47e9c0658
(adaptive-fill-regexp): Add ! and %.
...
(fill-delete-prefix): Remove indentation while removing prefix.
(fill-delete-newlines): Obey sentence-end.
(fill-move-to-break-point, fill-newline): New functions extracted
from fill-region-as-paragraph.
(fill-region-as-paragraph): Use them.
Don't fiddle with fill-indent-according-to-mode.
2002-04-10 21:21:12 +00:00
Colin Walters
b9b966e0d9
*** empty log message ***
2002-04-10 19:17:05 +00:00
Colin Walters
e82defd14e
*** empty log message ***
2002-04-10 19:16:02 +00:00
Colin Walters
76f1b32158
(tetris-score-file): Likewise.
2002-04-10 19:14:38 +00:00
Colin Walters
e6eb4750af
(snake-score-file): Default to just "snake-scores".
2002-04-10 19:14:07 +00:00
Colin Walters
baf9c39a8c
(gamegrid-add-score): Rewrite from scratch to use `update-game-score'.
2002-04-10 19:13:35 +00:00
Colin Walters
b23af46999
(ibuffer-canonicalize-state-list): Delete unused function.
...
(ibuffer-current-buffers-with-marks): Don't call `buffer-list'
ourselves; take it as an argument. Caller updated.
(ibuffer-mode): Make mode-class special.
2002-04-10 19:11:45 +00:00
Stefan Monnier
419275721f
(fill-context-prefix): Match the two prefixes
...
differently to avoid pathological exponential-time case.
2002-04-10 18:19:44 +00:00
Richard M. Stallman
05ea8efde0
*** empty log message ***
2002-04-10 15:19:11 +00:00
Richard M. Stallman
b70ebe3751
(dired-view-command-alist): New variable.
...
(dired-view-file): Use external viewers for some files names.
2002-04-10 15:15:23 +00:00