Reiner Steib
eca818096e
Remove the description comment (nndiary is now properly documented in the Gnus
...
manual). Fix the spelling of "Back End".
2007-05-09 19:29:12 +00:00
Reiner Steib
9135a6699c
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
...
(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.
2007-05-09 19:07:32 +00:00
Stefan Monnier
c709388394
(vc-find-root): Stop searching when the user changes.
2007-05-09 17:09:08 +00:00
Stefan Monnier
0b480dc773
(python-font-lock-keywords, python-open-block-statement-p, python-mode):
...
Add support for the new "with" keyword.
2007-05-09 16:56:20 +00:00
Stefan Monnier
0f21ecf3c5
(python-end-of-block): Revert last change.
...
(python-end-of-statement): Make sure we move *forward*.
2007-05-09 16:53:13 +00:00
Stefan Monnier
44a07c5a3c
(diff-apply-hunk, diff-test-hunk): Don't do by default
...
the exact opposite of diff-goto-source.
2007-05-08 16:07:32 +00:00
Stefan Monnier
5d08a78606
(ad-special-forms): Remove.
...
(ad-special-form-p): Use subr-arity.
2007-05-08 16:05:02 +00:00
Stefan Monnier
44038dc83b
(compilation-find-file): Add a big comment.
2007-05-08 16:02:14 +00:00
Stefan Monnier
2ed8e1f79e
(comment-search-forward): Make sure we search forward.
...
(comment-enter-backward): Try and distinguish the non-matching case at
EOB from the non-matching case with a missing comment-end-skip for
a 2-char comment ender.
(comment-choose-indent): New function extracted from comment-indent.
Improve the alignment algorithm.
(comment-indent): Use it.
2007-05-08 15:59:45 +00:00
Stefan Monnier
121f19217d
(sgml-lexical-context): Add handling of XML style Processing Instructions.
...
(sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
(sgml-calculate-indent): Handle `pi' context.
2007-05-08 06:57:38 +00:00
Stefan Monnier
45fd3a0071
Ensure that update-changelog issues an error when used with
...
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument. Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2007-05-08 04:26:41 +00:00
Miles Bader
6e1504ad81
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 11)
- Update from CVS
2007-05-08 David Reitter <david.reitter@gmail.com>
* lisp/progmodes/python.el (python-guess-indent): Check non-nullness
before comparing indent against the 2..8 interval.
2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
* src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
(YAILOM)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-736
2007-05-08 02:07:17 +00:00
Stefan Monnier
11c4b29d3a
(python-guess-indent): Check non-nullness before comparing indent against
...
the 2..8 interval.
2007-05-08 01:35:26 +00:00
Stefan Monnier
48b8e4a004
*** empty log message ***
2007-05-08 00:50:07 +00:00
Richard M. Stallman
ce55f97ce3
*** empty log message ***
2007-05-07 23:42:38 +00:00
Andreas Schwab
d6d8548d54
(Flookup_key): Fix typo in last change.
2007-05-07 20:50:08 +00:00
Karl Berry
7489372ab1
EMACSVER=22 for printing, per rms.
2007-05-07 17:08:09 +00:00
Stefan Monnier
5df3999833
(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
...
mapping for unibyte strings.
2007-05-07 15:41:37 +00:00
Stefan Monnier
c10b281064
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
2007-05-07 15:25:47 +00:00
YAMAMOTO Mitsuharu
b70b6847b7
(mac-ts-unicode-for-key-event): Check if text is available.
2007-05-07 08:06:55 +00:00
YAMAMOTO Mitsuharu
59c58feafb
(mac-ts-unicode-for-key-event): Check if text is available.
2007-05-07 08:05:55 +00:00
Miles Bader
589e28cdeb
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 9-10)
- Update from CVS
2007-05-06 Richard M. Stallman <rms@gnu.org>
* lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2007-05-03 Ryan Yeske <rcyeske@gmail.com>
* lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
disconnections.
2007-05-06 Richard M. Stallman <rms@gnu.org>
* lispref/processes.texi (Accepting Output): Revert most of previous change.
2007-05-05 Richard M. Stallman <rms@gnu.org>
* lispref/processes.texi (Accepting Output): accept-process-output
uses microseconds, not milliseconds. But that arg is obsolete.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734
2007-05-07 01:09:35 +00:00
Richard M. Stallman
2f7ab554c1
*** empty log message ***
2007-05-06 20:27:47 +00:00
Richard M. Stallman
205f01b404
*** empty log message ***
2007-05-06 18:10:44 +00:00
Richard M. Stallman
e850c5e182
(turn-on-eldoc-mode): Doc fix.
2007-05-06 18:10:35 +00:00
Richard M. Stallman
53441303ea
(Create Tags Table): Clean up previous change.
2007-05-06 17:50:22 +00:00
Richard M. Stallman
500c43ed9f
(Create Tags Table): Add text about the dangers of
...
making symbolic links to tags files. (Clarified by RMS.)
2007-05-06 17:49:19 +00:00
Richard M. Stallman
facc74f786
(Accepting Output): Revert most of previous change.
2007-05-06 17:44:41 +00:00
Richard M. Stallman
64b6dd6133
Undo May 3 change.
2007-05-06 17:39:53 +00:00
Glenn Morris
9913756b34
Change from author without relevant assignment is (thankfully) tiny.
2007-05-05 22:57:07 +00:00
Glenn Morris
41cf03b018
*** empty log message ***
2007-05-05 22:50:55 +00:00
Glenn Morris
0fd352a510
Add notes about NEWS, as a reminder for the next release.
2007-05-05 22:47:02 +00:00
Glenn Morris
5b48250ff2
Try to rearrange by related topics, and some order of importance.
2007-05-05 22:40:31 +00:00
Glenn Morris
8ec65cd7d1
Try to rearrange by related topics, and some order of importance.
2007-05-05 22:39:58 +00:00
Glenn Morris
2aaacad4c7
*** empty log message ***
2007-05-05 22:39:13 +00:00
Stefan Monnier
d4871b4f71
(diff): Use buffer-local vars diff-old-file and diff-new-file
...
rather than storing their value in the revert-buffer function.
2007-05-05 22:12:40 +00:00
Richard M. Stallman
39f3dff9f3
*** empty log message ***
2007-05-05 04:50:04 +00:00
Richard M. Stallman
2e8750896b
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
2007-05-05 04:49:51 +00:00
Richard M. Stallman
c88be8a752
(Accepting Output): accept-process-output
...
uses microseconds, not milliseconds. But that arg is obsolete.
2007-05-05 04:05:14 +00:00
Richard M. Stallman
55da0626a4
(Faccept_process_output): Revert 2006-03-22 change so
...
that the third argument once again is in microseconds (not
milliseconds). This makes it compatible with Emacs 21 and
earlier. Problem found by Henrik Rindlöw.
2007-05-05 04:02:09 +00:00
Francesco Potortì
bdd1961c05
(Create Tags Table): Add text about the dangers of
...
making symbolic links to tags files.
2007-05-05 00:36:21 +00:00
Francesco Potortì
8224ce18f1
maintaining.texi changes to etags abotu symlinks.
2007-05-05 00:35:55 +00:00
Miles Bader
ab23894e92
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 8)
- Update from CVS
2007-05-04 Karl Berry <karl@tug.org>
* lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2007-05-04 Karl Berry <karl@gnu.org>
* man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-731
2007-05-04 23:08:42 +00:00
Karl Berry
04474229c7
sync for lispref changes
2007-05-04 20:40:48 +00:00
Richard M. Stallman
2511170598
*** empty log message ***
2007-05-04 17:09:11 +00:00
Karl Berry
66d6ead825
EMACSVER 22.1 for printed version
2007-05-04 17:03:08 +00:00
Juanma Barranquero
65f557b406
Fix typos.
2007-05-04 14:06:32 +00:00
Eli Zaretskii
17f55fae57
Add information about building with Cygwin Make 3.80.
2007-05-04 13:43:21 +00:00
Eli Zaretskii
16fb735f4a
Add information about building with Cygwin Make 3.80.
2007-05-04 13:41:15 +00:00
Eli Zaretskii
a2a48b7105
(Documentation Tips): Rearrange items to place the more important ones first.
...
Add an index entry for hyperlinks.
2007-05-04 13:20:25 +00:00