1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

72115 commits

Author SHA1 Message Date
Dan Nicolaescu
fd2d29b2bd (vc-bzr-print-log): Insert a file marker. Run the log
command for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.
(vc-bzr-show-log-entry): Make regexp match more cases.
2008-03-19 03:49:09 +00:00
Dan Nicolaescu
88219c1f13 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars. 2008-03-19 03:43:11 +00:00
Stefan Monnier
36374111c8 (For Clauses): Fix loop over key-seq to match code. 2008-03-19 02:38:44 +00:00
Stefan Monnier
1690cfbfac (vc-bzr-log-view-mode, vc-bzr-annotate-command)
(vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
Revision numbers can include ".".
2008-03-18 20:52:17 +00:00
Stefan Monnier
aec1ef0729 (diff-end-of-hunk): Be careful not to overlook trailing
"+" lines not accounted for by counting "-" and context lines.
2008-03-18 20:49:52 +00:00
Jason Rumney
117402b86d M-x term does not work on Windows. 2008-03-17 23:34:55 +00:00
Juri Linkov
8135f120d7 *** empty log message *** 2008-03-16 16:16:28 +00:00
Juri Linkov
e1dab605db (dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Renamed from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.
2008-03-16 16:10:01 +00:00
YAMAMOTO Mitsuharu
89fe77298d (mac-service-open-file): Use file URL instead of file name string. 2008-03-16 09:16:08 +00:00
Stefan Monnier
0e12ba6d61 (vc-bzr-registered): Fail if `bzr' is not installed.
(vc-bzr-annotate-command): Preserve line alignment.
(vc-bzr-annotate-time): Accept space used to preserve alignment.
2008-03-14 19:38:46 +00:00
Glenn Morris
f14c33580d (font-lock-comment-face): Move from 22.1 to 22.2 2008-03-14 17:47:50 +00:00
Richard M. Stallman
4587349a79 (mouse-yank-secondary): Nice error msg if no secondary sel. 2008-03-13 15:29:18 +00:00
Richard M. Stallman
7aefbb0613 (defadvice): Add usage pattern. 2008-03-13 15:28:04 +00:00
Glenn Morris
0b2a5e8f79 More details of font-lock-comment-delimiter-face and related issues. 2008-03-13 02:59:51 +00:00
Reiner Steib
81fc1eb405 Refer to node name `Init Rebinding' instead of title. 2008-03-12 23:11:29 +00:00
Reiner Steib
59eda47fdb Add `referenced in the tutorial' comments. 2008-03-12 23:09:54 +00:00
Reiner Steib
bd6b0b0177 Remove even more discussion of flow control. 2008-03-12 22:38:26 +00:00
Chong Yidong
c7ede309ee Update to new org-mode website. 2008-03-12 14:37:46 +00:00
Chong Yidong
800c8ac446 * org.texi: Update to new org-mode website. 2008-03-12 14:37:39 +00:00
Chong Yidong
00daea80aa Remove discussion of flow control. 2008-03-12 13:36:10 +00:00
Chong Yidong
9cd754b337 * TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.
2008-03-12 13:34:10 +00:00
Chong Yidong
3d1093a7d4 * simple.el (set-mark-command): Doc fix. 2008-03-11 01:58:48 +00:00
Chong Yidong
ab7f9c7726 Doc fix. 2008-03-11 01:57:57 +00:00
Juanma Barranquero
6feaf11097 *** empty log message *** 2008-03-10 22:53:10 +00:00
Nick Roberts
1109332fdf Add advice about using Cygwin GDB (from a
thread in [h-e-w]).
2008-03-10 22:43:56 +00:00
Nick Roberts
5e215a9bf8 *** empty log message *** 2008-03-10 22:41:28 +00:00
Kenichi Handa
fe56282f27 (Finsert_file_contents): Don't make CCL program to
append "CCL: Quitted" when the decoding is quitted, but just
signal `quit'.
2008-03-10 12:21:09 +00:00
Kenichi Handa
74215b5521 (ccl_driver): If ccl->quit_silently is nonzero, don't
append "CCL: Quitted" when the CCL program is quitted.
(setup_ccl_program): Initialize ccl->quit_silently to zero.
2008-03-10 12:18:02 +00:00
Kenichi Handa
7a1dd8de8f (struct ccl_program): New member quit_silently. 2008-03-10 12:16:47 +00:00
Miles Bader
3796e31564 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-246
2008-03-10 02:39:57 +00:00
Chong Yidong
46aeed7600 ** Emacs 22 lockup + CCL: Quited. 2008-03-10 01:49:40 +00:00
Chong Yidong
4e6535084a Fix typo. 2008-03-10 01:48:00 +00:00
Reiner Steib
286b40657d (WINDOWS SUPPORT BUGS): Add two issues. 2008-03-09 13:28:23 +00:00
Johan Bockgård
8db8d2a130 (while-no-input): Don't splice BODY directly into the `or' form. 2008-03-08 16:00:20 +00:00
Andreas Schwab
f2549aa023 (struct Lisp_Process): Declare bit field as unsigned. 2008-03-08 15:55:51 +00:00
Reiner Steib
8b7d6d40e5 Update for change of `mail-source-delete-incoming'. 2008-03-08 15:53:31 +00:00
Reiner Steib
38711604b6 (Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.
2008-03-08 15:51:24 +00:00
Reiner Steib
d59cff5af2 (mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.
2008-03-08 12:06:58 +00:00
Chong Yidong
48d6e8e392 ** slow editing in .h files 2008-03-07 17:34:48 +00:00
Chong Yidong
e50003f5fa Regenerate. 2008-03-07 16:49:48 +00:00
Chong Yidong
6dc48f1415 Bump to version 22.1.92 2008-03-07 16:46:49 +00:00
Chong Yidong
7ed195b4da Regenerate. 2008-03-07 16:26:15 +00:00
Stefan Monnier
3efaadb7b2 (Fsubstitute_in_file_name): Fix up computation of maximum
size of resulting string.
2008-03-07 15:42:30 +00:00
Glenn Morris
c80b160d07 Remove `+++'. 2008-03-07 03:54:03 +00:00
Chong Yidong
16369bef45 Copyedit. 2008-03-06 19:32:55 +00:00
Chong Yidong
090fc4cf23 Move deprecation message to Installation Changes and rewrite it. 2008-03-06 19:29:30 +00:00
Juanma Barranquero
391e76628e *** empty log message *** 2008-03-06 08:49:25 +00:00
Kim F. Storm
b33061c28d *** empty log message *** 2008-03-06 00:08:22 +00:00
Kim F. Storm
015b0d507d (describe-gnu-project): Rename from describe-project. Change users. 2008-03-06 00:08:01 +00:00
Kim F. Storm
4e44f5ceeb (view-emacs-todo): Rename from view-todo. Change users.
(describe-gnu-project): Rename from describe-project. Change users.
Define obsolete function aliases for the old names.
2008-03-06 00:07:41 +00:00