1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00
Commit graph

4500 commits

Author SHA1 Message Date
Bill Wohler
2940c0539c (Viewing): Update URL for adding header fields to
mh-invisible-header-fields-default.
2008-03-17 01:20:29 +00:00
Bill Wohler
30864d5f80 (Preface): Add Gnus to requirements.
(Forwarding): Note that forwarded MIME messages are now inline.
2008-03-16 00:51:59 +00:00
Martin Rudalics
c70a68dbf1 (Finding Overlays): Say that empty overlays at
the end of the buffer are reported too.
2008-03-15 09:22:43 +00:00
Stefan Monnier
31fe2b00d9 (Example Methods, Direct Functions, Indirect Functions)
(Common Variables): Give precedence to the netcat methods over the telnet
methods, and mention that they are more reliable.
2008-03-14 14:37:22 +00:00
Carsten Dominik
28a16a1bf0 * org.texi (Exporting Agenda Views): Document agenda export to
iCalendar.
	(Progress logging): Document the new progress logging
	stuff.
2008-03-13 08:50:59 +00:00
Carsten Dominik
5e97c6261a *** empty log message *** 2008-03-13 08:49:10 +00:00
Glenn Morris
dc47d1fff7 (EMACSVER): Set to 23.0.60. 2008-03-13 03:16:29 +00:00
Glenn Morris
1291fd360b (EMACSVER): Set to 23.0.60. 2008-03-13 03:15:47 +00:00
Glenn Morris
31d8442d26 Fix Emacs version. 2008-03-13 03:14:57 +00:00
Miles Bader
37a68866aa Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099
2008-03-10 02:39:21 +00:00
Miles Bader
8f7abae3a9 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
2008-03-10 00:50:22 +00:00
Alan Mackenzie
f1bb4ee1b8 (Limitations and Known Bugs): State that the number of parens/brackets in
a k&r region is limited.
2008-03-07 22:31:59 +00:00
Alan Mackenzie
af379c86fb *** empty log message *** 2008-03-07 22:25:42 +00:00
Juanma Barranquero
d0207bf38c *** empty log message *** 2008-03-05 21:52:47 +00:00
Glenn Morris
e3e0fb390f (Hiding Subdirectories): Fix previous change. 2008-03-05 21:01:54 +00:00
Bastien Guerry
8b74f389a8 * dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'. 2008-03-05 17:12:17 +00:00
Kim F. Storm
087a8fdc6f (Help Files): Move describe-gnu-project to C-h g.
Move describe-distribution to C-h C-o.
Move view-emacs-problems to C-h C-p.
Add view-emacs-debugging on C-h C-d.
Add view-external-packages on C-h C-e.
Add view-order-manuals on C-h C-m.
2008-02-29 23:44:55 +00:00
Kim F. Storm
5e14abf860 Add header line. 2008-02-29 23:44:30 +00:00
Miles Bader
3d0f8a6740 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
2008-02-27 06:22:10 +00:00
Glenn Morris
52151df0ac Remove a lot of old and obsolete info.
(titlepage): Simplify.
(Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
(VM with any Emacsen, GNEWS with any Emacsen)
(Overloading for Non-conforming MUAs, Version 3 Changes)
(The Supercite Mailing List): Delete nodes.
(Introduction): Remove info about old packages.
(Getting Connected): Simplify.  Remove info about old packages.
(Citing Commands): Delete Emacs 19 info.
(Hints to MUA Authors): Simplify.
(Thanks and History): Merge in some info from the deleted node
"Version 3 Changes".
2008-02-27 04:42:33 +00:00
Chong Yidong
b20e7c7dcc (Formatting Strings): Treat - and 0 as flag characters. 2008-02-26 18:48:00 +00:00
Chong Yidong
c6b0dfd519 * strings.texi (Formatting Strings): Treat - and 0 as flag
characters.
2008-02-26 18:47:52 +00:00
Stefan Monnier
a2bc5bdd7d Allow fine-grained image-cache flushing.
* dispextern.h (struct image): Add `dependencies' field.
(clear_image_caches): Change arg to Lisp_Object.
* image.c (make_image): Initialize `dependencies' field.
(clear_image_cache): Change arg to allow fine-grained flushing.
Perform the flush even if image-cache-eviction-delay is nil.
(clear_image_caches): Change arg to Lisp_Object.
(Fclear_image_cache): Expand meaning of the argument.
(mark_image): Mark `dependencies' field.
* xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
(lface_hash): Use XHASH rather than XFASTINT.
(face_at_buffer_position): Fix int -> EMACS_INT position.
* xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
(select_frame_for_redisplay): Remove code duplication.
(redisplay_internal): Adapt arg to call to clear_image_caches.
2008-02-24 13:36:39 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Miles Bader
52bec650ae Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1073
2008-02-24 06:43:15 +00:00
Glenn Morris
88076fba58 Fix previous change. 2008-02-22 08:52:41 +00:00
Glenn Morris
875fc30cdf (Position Parameters): Clarify the description of left' and top',
using information from "Geometry".
(Geometry): Give a pointer to "Position Parameters", rather than
repeating information.
2008-02-22 08:50:37 +00:00
Bastien Guerry
1757718397 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
* msdog-xtra.texi (MS-DOS): Docstring fix.
2008-02-17 23:18:45 +00:00
Romain Francoise
34a3c5871c (Overview): Fix typo. 2008-02-12 21:43:49 +00:00
Michael Olson
5a8d03e9b9 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode. 2008-02-12 01:24:20 +00:00
Glenn Morris
d8c8e45ab8 (Equality Predicates): No longer talk about "two" functions. 2008-02-11 00:50:40 +00:00
Glenn Morris
46c0aa175c Lawrence Mitchell <wence at gmx.li> (tiny change)
(Equality Predicates): Add defun for equal-including-properties.
2008-02-11 00:49:15 +00:00
Michael Olson
f1914c4078 EasyPG: Implement some suggestions from emacs-devel. 2008-02-10 20:57:47 +00:00
Glenn Morris
bfffe0b196 (Equality Predicates): Mention equal-including-properties. 2008-02-10 02:23:05 +00:00
Eli Zaretskii
87e391bb24 (Windows Fonts): Use a @table for describing font properties. 2008-02-09 14:06:47 +00:00
Miles Bader
37b77401a1 Add arch tagline 2008-02-09 02:29:02 +00:00
Juanma Barranquero
bca98fc942 (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
($(infodir)/epa, epa.dvi): New targets.
2008-02-08 10:20:27 +00:00
Michael Olson
4b01af2e1e EasyPG: Add ChangeLog entries. 2008-02-08 06:56:24 +00:00
Michael Olson
c154c0be04 EasyPG: Initial check-in. 2008-02-08 06:54:27 +00:00
Jason Rumney
ec6d1b1413 Typo fix 2008-02-08 00:02:57 +00:00
Jason Rumney
5662e50362 *** empty log message *** 2008-02-07 23:22:08 +00:00
Jason Rumney
03bebefcd9 (Windows Files): w32-get-true-file-attributes default
value has changed.
(Windows HOME): Clarify what is meant by "if that fails as well".
(Windows Fonts): New section.
2008-02-07 21:50:14 +00:00
Jan Djärv
eafa12e67b (Tool Bar): Doculemt rtl property. 2008-02-07 13:05:09 +00:00
Glenn Morris
7246382464 D. E. Evans <sinuhe at gnu.org> (tiny change)
(Basic Undo): Remove duplicate "you can".
2008-02-07 06:27:09 +00:00
Jason Rumney
9c92f9c982 Revert last change 2008-02-06 23:02:52 +00:00
Jason Rumney
f272c0fda9 Revert last change 2008-02-06 23:01:28 +00:00
Michael Albinus
06c0751a07 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
(Inspection): New function dbus-ping.
2008-02-06 21:31:16 +00:00
Stefan Monnier
ca3199106f * process.c (Fstart_process):
* callproc.c (Fcall_process): Handle the case where
Funhandled_file_name_directory returns nil.
2008-02-06 03:16:10 +00:00
Michael Albinus
f18ce50c69 * tramp.texi (Remote processes): Add `shell-command'. 2008-02-05 21:17:26 +00:00
Michael Albinus
7dcccd7b74 *** empty log message *** 2008-02-05 21:16:39 +00:00