Miles Bader
68380acf41
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 13)
- Update from CVS
2007-05-10 Richard M. Stallman <rms@gnu.org>
* lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Fix generated doc string.
* lisp/startup.el (fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
* lisp/progmodes/compile.el (compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
* lisp/files.el (file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
2007-05-10 Richard M. Stallman <rms@gnu.org>
* lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.
* lispref/help.texi (Keys in Documentation): Add reference to
Documentation Tips.
* lispref/files.texi (Format Conversion): TO-FN gets three arguments.
* lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
2007-05-11 04:44:30 +00:00
Richard M. Stallman
a484846f80
(Scanning Keymaps): Update where-is-internal example.
2007-05-10 16:39:33 +00:00
Richard M. Stallman
13a3164f84
(Keys in Documentation): Add reference to Documentation Tips.
2007-05-10 16:38:28 +00:00
Richard M. Stallman
5f5d617f40
(Format Conversion): TO-FN gets three arguments.
2007-05-10 16:37:21 +00:00
Richard M. Stallman
4fb4bdcf6d
(iso-cvt-read-only): Ignore arguments.
...
(iso-cvt-write-only): Likewise.
2007-05-10 16:34:28 +00:00
Richard M. Stallman
7d5e5e7087
(define-minor-mode): Fix generated doc string.
2007-05-10 16:33:50 +00:00
Richard M. Stallman
9adcbb0ce2
(timeclock-in): Fix non-interactive workday specifications.
...
(timeclock-log): Don't kill the log buffer if it already existed.
2007-05-10 16:32:30 +00:00
Richard M. Stallman
ef533d3e77
(fancy-splash-text): Add URL of guided tour.
...
Adjust horizontal and vertical whitespace.
2007-05-10 16:12:37 +00:00
Richard M. Stallman
e5a7834f45
(compilation-handle-exit):
...
Use run-hook-with-args to run compilation-finish-functions.
2007-05-10 16:10:27 +00:00
Richard M. Stallman
7d145fa308
*** empty log message ***
2007-05-10 14:53:13 +00:00
Richard M. Stallman
4c88cf6dec
(Auto Major Mode): Document file-start-mode-alist.
2007-05-10 14:51:08 +00:00
Richard M. Stallman
1477487565
(file-start-mode-alist): New variable.
...
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
2007-05-10 14:48:46 +00:00
Richard M. Stallman
e2e7506851
(dabbrev-eliminate-newlines): Renamed from
...
dabbrev--eliminate-newlines. All uses changed.
2007-05-10 14:46:52 +00:00
Michaël Cadilhac
b52efb9faf
(Man-next-section): Don't consider the last line of the page as being
...
part of any section.
2007-05-10 11:54:33 +00:00
Thien-Thi Nguyen
ed9bc8a2e6
* elisp.texi (Top): Remove "Saving Properties" from detailed menu.
...
* files.texi (Format Conversion): Expand intro; add menu.
(Format Conversion Overview, Format Conversion Round-Trip)
(Format Conversion Piecemeal): New nodes/subsections.
* hooks.texi: Xref "Format Conversion" , not "Saving Properties".
* text.texi (Text Properties): Remove "Saving Properties" from menu.
(Saving Properties): Delete node/subsection.
2007-05-10 08:43:56 +00:00
Stefan Monnier
00affaf137
(sgml-value): Fix handling of attributes which can take any number of values.
2007-05-10 06:02:15 +00:00
Stefan Monnier
1d16f33c78
(tex-font-lock-keywords-2): Add citet and citep
...
to the list of citation commands.
2007-05-10 06:00:48 +00:00
Miles Bader
93fe701da4
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 12)
- Update from CVS
2007-05-08 Richard M. Stallman <rms@gnu.org>
* lisp/mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-739
2007-05-09 23:47:51 +00:00
Reiner Steib
a57de0d420
(nndiary-request-move-article): Revert hunk from previous commit.
2007-05-09 21:02:29 +00:00
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
Richard M. Stallman
75dcf19e44
(sendmail-pre-abbrev-expand-hook):
...
Don't include non-self-insert commands in the exception for `-'.
2007-05-08 18:15:58 +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