1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

115 Commits

Author SHA1 Message Date
Juanma Barranquero
b617318246 (INFO_TARGETS): Add remember.
(DVI_TARGETS): Add remember.dvi.
($(infodir)/remember): New rule.
(clean): Add remember*.
2007-10-30 12:50:53 +00:00
Michael Olson
51d24a1248 remember.texi (Introduction): Fix typographical issue with "---" 2007-10-30 12:36:46 +00:00
Michael Olson
70bdc930e0 doc/misc/Makefile.in: Add targets to build Remember Manual 2007-10-30 12:31:34 +00:00
Glenn Morris
db8446b8bd (Directory Tracking): Explain a bit more about dirtrack-mode. 2007-10-30 06:39:10 +00:00
Glenn Morris
c004e539dc (shell-dirtrack-verbose, shell-mode, shell-directory-tracker)
(shell-dirtrack-mode): Doc fix.
2007-10-30 06:39:00 +00:00
Michael Olson
7d3f6f1a28 Reorganize chapters in Remember Manual 2007-10-30 01:53:49 +00:00
Stefan Monnier
79415279b3 Rename count' and system-flag' to :count and :system. Update all users.
(abbrev-get, abbrev-put): Simplify.
(define-abbrev): Don't store the `force' value in the :system property.
(abbrev--before-point): Obey the :enable-function of the abbrev as well.
2007-10-30 01:39:19 +00:00
Michael Olson
15f3eb73ae Check in Remember Mode 2007-10-30 01:39:14 +00:00
Michael Albinus
9bbb9638e7 * tramp.texi (Connection caching): Host names must be different
when tunneling.
2007-10-29 20:17:03 +00:00
Juri Linkov
70ee951bc8 Fix typos. 2007-10-28 14:47:58 +00:00
Reiner Steib
c7ff939ae2 * gnus.texi, gnus-faq.texi, message.texi: Bump version to Gnus v5.13.
* gnus.el: Bump version to Gnus v5.13.
2007-10-28 13:40:46 +00:00
Miles Bader
01c52d3165 Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-911
2007-10-28 09:18:39 +00:00
Stefan Monnier
e047f44883 Rewrite abbrev.c in Elisp.
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.

Rewrite abbrev.c in Elisp.
* abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
(abbrev-table-get, abbrev-table-put, abbrev-get)
(abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
(define-abbrev, abbrev--check-chars, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
(abbrev-expansion, abbrev--before-point, expand-abbrev)
(unexpand-abbrev, abbrev--write, abbrev--describe)
(insert-abbrev-table-description, define-abbrev-table):
New funs, largely transcribed from abbrev.c.
(abbrev-with-wrapper-hook): New macro.
(abbrev-table-name-list, global-abbrev-table)
(abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
(abbrevs-changed, abbrev-all-caps, abbrev-start-location)
(abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
(last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
New vars, largely transcribed from abbrev.c.
* cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
* cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
* loadup.el: Load "abbrev.el" before "lisp-mode.el".
2007-10-28 02:41:00 +00:00
Jay Belanger
0edd2970d2 (Formulas, Composition Basics): Lower the precedence of negation. 2007-10-27 20:38:38 +00:00
Miles Bader
fdc9061358 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Richard M. Stallman
f2b480f4ba (Equality Predicates): Null strings are uniquified. 2007-10-26 09:49:54 +00:00
Richard M. Stallman
c1d2409c37 Minor clarifications in previous change. 2007-10-26 09:48:56 +00:00
Jonathan Yavner
a9afba2096 ses.texi (The Basics): Mention how to create a new spreadsheet. Mention the
new three-letter column identifiers.
(More on cell printing): Calculate-cell and truncate-cell are now `c' and
`t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error message
when using `c' on an empty default with default printer.
(Buffer-local variables in spreadsheets): `symbolic-formulas' was
renamed to `ses--symbolic-formulas' some time ago.
2007-10-25 20:13:19 +00:00
Glenn Morris
ca8c5b8ca4 (Fortran): F90 mode handles F2003. 2007-10-25 04:04:54 +00:00
Glenn Morris
db21122cd6 (Variable Definitions): Add :risky and :safe keywords. 2007-10-25 04:03:40 +00:00
Jay Belanger
45b778a677 (Default Simplifications, Making Selections, Customizing Calc):
Clarify associativity of multiplication.
2007-10-25 03:41:31 +00:00
Michael Albinus
03b5badef8 * tramp.texi (Traces and Profiles): Simplify loop over
`trace-function-background'.
2007-10-23 21:54:24 +00:00
Juanma Barranquero
87e04f1615 *** empty log message *** 2007-10-23 17:05:41 +00:00
Juanma Barranquero
8b296cdd66 *** empty log message *** 2007-10-22 22:21:45 +00:00
Juri Linkov
e658c8eee6 (Shell Command Guessing): Default values are now available by typing M-n instead of M-p. 2007-10-22 00:30:53 +00:00
Juri Linkov
c066bafa71 (Text from Minibuffer, Minibuffer Completion, High-Level Completion):
Document a list of default value strings in the DEFAULT argument,
for which minibuffer functions return the first element.
2007-10-22 00:30:11 +00:00
Juri Linkov
eabd84c93d (Minibuffer History): Add text about a list of minibuffer default values. 2007-10-22 00:28:52 +00:00
Michael Albinus
dd75368812 * tramp.texi (Cleanup remote connections): New section.
(Password caching): Remove `tramp-clear-passwd'.  It's not a command
anymore.
(Bug Reports): Add `tramp-bug' to function index.
(Function Index, Variable Index): New nodes.
(Remote shell setup): Describe `tramp-password-prompt-regexp'.

* trampver.texi: Update release number.
2007-10-21 14:11:18 +00:00
Jay Belanger
9c26440366 (Trigonometric and Hyperbolic Functions): Fix typo. 2007-10-20 15:38:24 +00:00
Eric S. Raymond
0b43c7e24f Disambiguate two slightly different uses of the term 'filesets'. 2007-10-20 04:24:26 +00:00
Jay Belanger
4bb49b438b (History and Acknowledgements): Turn comment about integer size into
past tense.
(Time Zones): Remove pointer to Calc author's address.
(Trigonometric and Hyperbolic Functions): Mention cotangent and
hyperbolic cotangent functions.
2007-10-20 00:48:06 +00:00
Richard M. Stallman
97862da1ef Whitespace fix. 2007-10-19 17:24:03 +00:00
Miles Bader
5a95db215e Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 125-127)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896
2007-10-18 21:07:49 +00:00
Glenn Morris
7b6be8339c (Mode Line Mouse): Mention minor mode names. 2007-10-18 04:16:09 +00:00
Glenn Morris
c9447ae1d8 Add mouse-1 in mode-line for minor modes. 2007-10-18 04:15:58 +00:00
Juri Linkov
65ced25fcb (Filling): Update arguments of fill-paragraph.
fill-paragraph operates on the active region in Transient Mark mode.
Remove fill-paragraph-or-region.
2007-10-18 00:14:35 +00:00
Juri Linkov
168b980f4b (Spelling): ispell-word operates on the active region in Transient Mark mode. 2007-10-18 00:10:41 +00:00
Juri Linkov
f0a35bd4ff (Arguments): Replace fill-paragraph-or-region with fill-paragraph. 2007-10-18 00:09:49 +00:00
Juri Linkov
ad6d10b1b2 (Fill Commands): Undocument fill-paragraph-or-region.
fill-paragraph operates on the active region in Transient Mark mode.
(Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
with fill-paragraph.
2007-10-18 00:09:22 +00:00
Juanma Barranquero
5a331f34c3 (Glossary): Use "key binding" consistently. 2007-10-17 08:58:23 +00:00
Juanma Barranquero
e2949eb050 (Init Non-ASCII): Use "key binding" consistently. 2007-10-17 08:54:49 +00:00
Juanma Barranquero
d9c4c9990a building.texi (Source Buffers): Use "key binding" consistently. 2007-10-17 08:54:14 +00:00
Juanma Barranquero
2a9f4d55f8 *** empty log message *** 2007-10-17 08:01:23 +00:00
Juanma Barranquero
7a80711bab (Diary): Fix directive. 2007-10-17 07:54:16 +00:00
Miles Bader
81d3d428c6 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-892
2007-10-16 22:39:24 +00:00
Miles Bader
b2529d56b5 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 116-121)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
2007-10-15 02:07:53 +00:00
Karl Berry
ee46ec8e40 move @dircategory to after @copying 2007-10-13 23:48:41 +00:00
Eric S. Raymond
5f90d53e19 Capitalize node names according to convention. 2007-10-13 07:24:20 +00:00
Glenn Morris
87a7d8345b (Interactive Shell): Correct INSIDE_EMACS reference. 2007-10-13 02:50:44 +00:00
Glenn Morris
3aa491bcaf Diane Murray <disumu at x3y2z1.net>
(url-basic-auth): Set path to "/" when URL has an empty string filename.
2007-10-13 02:50:02 +00:00