1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

63233 commits

Author SHA1 Message Date
Bill Wohler
fde155f459 (mh-path, mh-variant): Define with mh-defcustom and add
:package-version keyword.
2006-04-07 18:58:38 +00:00
Reiner Steib
122c30092c (Predicates for Strings): Add string-or-null-p. 2006-04-07 18:53:09 +00:00
Reiner Steib
1ca9b532b1 Add string-or-null-p. 2006-04-07 18:52:30 +00:00
Richard M. Stallman
14f4194d13 (Basic Indent): C-j deletes trailing whitespace before the newline. 2006-04-07 18:23:03 +00:00
Richard M. Stallman
5b31640cad (Comments, Comment Commands, Options for Comments, Multi-Line Comments):
"Align", not "indent".
2006-04-07 16:52:46 +00:00
Nick Roberts
4d91dd05aa (gdb-init-2): Set current filename using
GDB list command without argument for greater generality.
2006-04-07 11:20:39 +00:00
Nick Roberts
a179cd22c5 *** empty log message *** 2006-04-07 11:19:11 +00:00
Miles Bader
667832a118 Add arch tagline 2006-04-07 06:05:50 +00:00
Richard M. Stallman
5a2881c207 Delete the blocks "not suitable for inclusion with Emacs". 2006-04-07 02:07:22 +00:00
Richard M. Stallman
bb63d70689 (Basic Indent): Clarify relationship of C-j to TAB. 2006-04-07 02:00:57 +00:00
Romain Francoise
84471245fc Fix year. 2006-04-06 20:26:11 +00:00
J.D. Smith
8fe9dc245d Removed spurious require, avoiding recursive loads. 2006-04-06 19:23:33 +00:00
Reiner Steib
3e45722587 * subr.el (string-or-null-p): New function.
* textmodes/paragraphs.el (sentence-end): Use string-or-null-p.

* textmodes/ispell.el (ispell-local-dictionary): Use
string-or-null-p.

* files.el: Update comment about safe-local-variable declarations.
2006-04-06 19:20:38 +00:00
Eli Zaretskii
077b72a485 (Rectangles): Add index entry for marking a rectangle. 2006-04-06 19:12:13 +00:00
J.D. Smith
9f4b9ced4b *** empty log message *** 2006-04-06 19:03:35 +00:00
J.D. Smith
4111a42be7 Updated docs for IDLWAVE version 6.0; see idlwave.org. Factor out
blocks not suitable for inclusion with Emacs using PARTOFEMACS variable.
2006-04-06 18:56:09 +00:00
J.D. Smith
cbc285b245 One more copyright year. 2006-04-06 18:53:48 +00:00
J.D. Smith
8013e86617 Restored copyright. 2006-04-06 18:52:56 +00:00
J.D. Smith
906a2f1a6c File obsoleted. IDLWAVE 6.0 now parses XML routine info catalog file
distributed with IDL.
2006-04-06 18:49:01 +00:00
J.D. Smith
f66f03dec5 Update to IDLWAVE version 6.0; see idlwave.org. Includes code to
obsolete idlw-rinfo.el.
2006-04-06 18:47:37 +00:00
J.D. Smith
1af825358c Update to IDLWAVE version 6.0; see idlwave.org. 2006-04-06 18:46:56 +00:00
J.D. Smith
8e0b12d3cf Update copyright, change version. 2006-04-06 18:42:40 +00:00
Romain Francoise
30ceaa687f 2006-04-06 Romain Francoise <romain@orebokech.com>
* pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
	symmetric encryption features and a new asynchronous interface to
	GnuPG.  This new version is version 1.4, plus whitespace changes.
2006-04-06 18:01:16 +00:00
Reiner Steib
6c07f4d42a * files.el: Move some `safe-local-variable' declarations to the
respective files.

* textmodes/ispell.el (ispell-check-comments)
(ispell-local-dictionary): Mark as safe.

* abbrev.el (abbrev-mode): Mark as safe.

* add-log.el (change-log-default-name): Mark as safe.

* textmodes/reftex-vars.el (reftex-vref-is-default)
(reftex-fref-is-default, reftex-level-indent)
(reftex-guess-label-type): Mark as safe.

* textmodes/fill.el (colon-double-space): Mark as safe.

* textmodes/paragraphs.el (paragraph-start, paragraph-separate)
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, sentence-end, sentence-end-base)
(page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2006-04-06 15:36:24 +00:00
Kim F. Storm
b97f1994c4 (ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
(ido-downcase-unc-hosts): New user option.  Default on.
(ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
when it is set, as regexps are now applied on the fly.
(ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
on the fly, but only when ido-process-ignore-lists is set.
Do case insensitive filtering if ido-downcase-unc-hosts is set.
Only downcase names if ido-downcase-unc-hosts is set.
2006-04-06 10:35:22 +00:00
Kim F. Storm
f133ecc0fa *** empty log message *** 2006-04-06 10:35:03 +00:00
Juanma Barranquero
da080609df *** empty log message *** 2006-04-06 09:01:01 +00:00
Juanma Barranquero
d36995c61a (ido-unc-hosts-cache): Fix typo in docstring. 2006-04-06 08:47:07 +00:00
Juanma Barranquero
2b54c197fe (WoMan-xref-man-page): Fix call to `substring'. 2006-04-06 08:44:24 +00:00
Richard M. Stallman
f634ee8e35 (Top): Update subnode menu. 2006-04-06 02:56:05 +00:00
Richard M. Stallman
6248c1a69d (Unasked-for Search): Node deleted.
(Lossage): Delete from menu.
2006-04-06 02:55:42 +00:00
Kim F. Storm
1b00bc649c (ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.
(ido-save-history): Save ido-unc-hosts-cache.
(ido-load-history): Load ido-unc-hosts-cache.
(ido-reread-directory): Refresh unc hosts cache in // dir.
2006-04-05 14:17:08 +00:00
Kim F. Storm
82f7171594 *** empty log message *** 2006-04-05 14:16:54 +00:00
Kim F. Storm
9f0ae1a527 (fancy-splash-screens): Set emulation-mode-map-alists
to nil while displaying slash screen.
2006-04-05 14:10:41 +00:00
Kim F. Storm
eda39f7a0c *** empty log message *** 2006-04-05 14:10:27 +00:00
Simon Josefsson
39a270b10c 2006-04-05 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
	for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2006-04-05 11:00:11 +00:00
Kenichi Handa
a293e9b6ed Setup cases of Latin, Greek, and
Cyrillic characters in CJK charsets.
2006-04-05 06:34:46 +00:00
Miles Bader
b6f2cf4bfa Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 76-77)

   - Update from CVS: README: Addition from 5.10.6 tar ball.
   - Update from CVS
2006-04-05 04:02:36 +00:00
Richard M. Stallman
21c8020376 Various cleanups.
(Checklist): Don't bother saying how to snail a bug report.
(Emergency Escape): Much rewriting.
(After a Crash): Rename the core dump immediately.
(Total Frustration): Call it a psychotherapist.
(Bug Criteria): Avoid "illegal instruction".
(Sending Patches): We always put the contributor's name in.
2006-04-05 01:42:33 +00:00
Simon Josefsson
cddfe50b49 2006-03-29 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-start-process): Don't bind
	default-enable-multibyte-characters.  This reverts the change from
	revision 6.17 which is no longer necessary because the passphrase
	is sent separately now.  GnuPG messages are unreadable under
	multibyte locales with default-enable-multibyte-characters set to
	nil.
2006-04-04 23:30:03 +00:00
Richard M. Stallman
a69b0f47ec (Thumbnails): Minor correction. 2006-04-04 20:15:50 +00:00
Andreas Schwab
704d70172a Mark left-margin', byte-compile-dynamic-docstrings'
and `byte-compile-warnings' as `safe-local-variable'.
2006-04-04 18:59:01 +00:00
Dan Nicolaescu
e008f665d6 Add note about vc-checkin and vc-annotate. 2006-04-04 18:12:24 +00:00
Dan Nicolaescu
707f55b0d6 * man.el (Man-mode-map): Restore the \r binding.
(Man-abstract-xref-man-page): If Man-target-string is a function,
call it.
(Man-highlight-references): Use Man-default-man-entry to get the
target. Deal with xrefs too.
(Man-highlight-references0): Don't call the target function.

* woman.el (WoMan-xref-man-page): Strip the section number, woman
cannot deal with it.
2006-04-04 16:46:03 +00:00
Miles Bader
3dd9f19eeb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-196
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 74-75)

   - Update from CVS
2006-04-04 12:46:32 +00:00
Simon Josefsson
bd707233ea 2006-04-04 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el: Clean up process buffers every time gpg processes
	complete.
2006-04-04 10:34:03 +00:00
Paul Eggert
d65b42351f * lib-src/b2m.c (main): Don't include <limits.h>.
(TM_YEAR_BASE): New macro.
(TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
that s/ files can override this.  Use the more-conservative range
1000-9999.
(main): Check for asctime returning NULL.
* lib-src/fakemail.c: Likewise.
* src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
../lib-src/b2m.c and ../lib-src/editfns.c.
(Fcurrent_time_string): Use it.
Document that the year might not consume 4 columns if it's outside
the range 1000-9999.
Check for asctime failure.
Don't assume that the output string length is always exactly 24.
2006-04-04 04:13:02 +00:00
Richard M. Stallman
d4d0c924b1 (Thumbnails): Minor cleanup. 2006-04-04 03:39:23 +00:00
Kenichi Handa
5b9d5ffc30 *** empty log message *** 2006-04-04 01:32:11 +00:00
Kenichi Handa
979a59c2bf (sort-build-lists): Don't bind inhibit-field-text-motion
here.
(sort-lines, sort-numeric-fields, sort-fields, sort-columns):
Temporarily bind inhibit-field-text-motion to t.
2006-04-04 01:21:26 +00:00