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
Eli Zaretskii
20320eebf2
(Documentation Tips): Rearrange items to place the more important ones first.
...
Add an index entry for hyperlinks.
2007-05-04 13:17:20 +00:00
Nick Roberts
1a12af30ce
(t-mouse-mode): Do nothing on a graphical display
...
when disabling t-mouse-mode.
2007-05-04 02:26:14 +00:00
Nick Roberts
12bf4a28f2
*** empty log message ***
2007-05-04 02:23:56 +00:00
Miles Bader
9e83b91a26
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 6)
- Update from CVS
2007-05-03 Karl Berry <karl@gnu.org>
* man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
* man/texinfo.tex: update from current version for better pdf generation.
* man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
for printing.
2007-05-03 Karl Berry <karl@gnu.org>
* lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2007-05-01 Richard M. Stallman <rms@gnu.org>
* man/cmdargs.texi (Initial Options): Under --batch, mention --eval.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
2007-05-04 01:05:55 +00:00
Richard M. Stallman
763d24ed1e
*** empty log message ***
2007-05-03 22:56:49 +00:00
Karl Berry
aec2864888
make EMACSVER plain 22 for printed version
2007-05-03 16:47:47 +00:00
Karl Berry
92ba796a6c
black refs for printing
2007-05-03 16:36:22 +00:00
Karl Berry
e84eab4010
black refs for printing
2007-05-03 16:34:25 +00:00
Karl Berry
7f95255fad
no @anchor in mid-paragraph
2007-05-03 16:33:40 +00:00