1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

69397 Commits

Author SHA1 Message Date
Richard M. Stallman
14007de1ff (flyspell-large-region): Use ispell-call-process-region. 2007-03-26 03:31:29 +00:00
Richard M. Stallman
8bd91fd08d (byte-compile-file-form-defmumble): Use prin1 instead of princ. 2007-03-26 03:30:53 +00:00
Richard M. Stallman
a2ebb43f91 Explain reason for X protocol error recommendations. 2007-03-26 03:28:55 +00:00
Sam Steingold
8f0e1e444f (sigchld_handler): Delay by 1ms instead of 1s to
alleviate sluggishness (the original problem is still fixed).
2007-03-26 02:29:08 +00:00
Nick Roberts
3e32375010 *** empty log message *** 2007-03-26 00:01:03 +00:00
Kim F. Storm
4028a93835 (merge_properties): Use explicit loop instead of
Fplist_member to avoid QUIT.  Don't use Fcdr.
(intervals_equal): Likewise.  Rewrite loop to perform length check
on the fly rather than calling Flength.  Don't use Fcar.
2007-03-25 23:46:19 +00:00
Kim F. Storm
aa95cbb56a *** empty log message *** 2007-03-25 23:45:18 +00:00
Thien-Thi Nguyen
55402668f9 (Setting Process Marks): Fix typo. 2007-03-25 20:10:34 +00:00
Chong Yidong
72e8e39e65 ** rob@tenfoot.org.uk, Mar 12: set-face-attribute doesn't set default for new frames
Fix checked in.
2007-03-25 19:01:35 +00:00
Chong Yidong
6aa2269da5 (face-set-after-frame-default): Revert 2007-03-10 change. Merge in X
resources before global face.
2007-03-25 18:58:06 +00:00
Chong Yidong
17927b3941 ** Add default-directory spec to *Compilation* buffer only when about
to save in a different directory.
Fixed in another way.
2007-03-25 17:54:49 +00:00
Chong Yidong
0c8e847f89 Don't mark default-directory as a safe local var. 2007-03-25 17:54:35 +00:00
Chong Yidong
98d4c36f4c (compilation-start): Save compilation-directory rather than
default-directory as local var.
(compilation-directory): Mark as safe local var.
2007-03-25 17:52:31 +00:00
Chong Yidong
c324c766da * progmodes/compile.el (compilation-start): Save
compilation-directory rather than default-directory as local var.
(compilation-directory): Mark as safe local var.

* files.el: Don't mark default-directory as a safe local var.
2007-03-25 17:51:56 +00:00
Chong Yidong
0080747bab ** christensenthomas@gmail.com, Mar 18: C indentation (problem)
Bug is in third-party package.
2007-03-25 17:50:02 +00:00
Chong Yidong
528e6035dc ** michael@cadilhac.name, Mar 7: input-method completion is annoying.
See Handa's 2007-03-20 message to emacs-devel.
2007-03-25 17:49:40 +00:00
Romain Francoise
d242242b23 (New in Emacs 22): Reorganize using an itemized list for readability,
and include various fixes by Daniel Brockman, Nick Roberts and Dieter
Wilhelm.
2007-03-25 13:30:46 +00:00
Alan Mackenzie
c421028a68 Fix typo. 2007-03-25 12:04:11 +00:00
Alan Mackenzie
6bc7293bd6 (c-before-change): Fix BOB bug. 2007-03-25 12:03:13 +00:00
Alan Mackenzie
0c5f5bd4f9 *** empty log message *** 2007-03-25 12:01:03 +00:00
Juri Linkov
84d6b04be1 (compare-windows): Rename customization group
`compare-w' to `compare-windows'.
(compare-windows-whitespace, compare-ignore-whitespace)
(compare-ignore-case, compare-windows-sync)
(compare-windows-sync-string-size, compare-windows-recenter)
(compare-windows-highlight, compare-windows): Change group name in
the `group' tag from `compare-w' to `compare-windows'.
(compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2007-03-25 09:29:32 +00:00
Sam Steingold
e7d4a90405 revert the last patch to the original fix: sleep BEFORE the first wait
it appears to be absolutely necessary for prevention of the load surge
2007-03-25 03:03:40 +00:00
Thien-Thi Nguyen
a0ca081df2 (Splitting Mail): Reword "splitting"-as-adj to be -as-noun. 2007-03-24 23:26:46 +00:00
Chong Yidong
716b54cc00 ** john.carter@tait.co.nz, 12 Mar: Find this error in... Changes in complete.el?
This was fixed by the 2007-03-18 Nick Roberts checkin.
2007-03-24 16:53:14 +00:00
Eli Zaretskii
61880ffee7 *** empty log message *** 2007-03-24 16:48:39 +00:00
Eli Zaretskii
f540a63988 (Standard Errors): Add an index entry. 2007-03-24 16:48:11 +00:00
Eli Zaretskii
bab818545b Change example to always enable abbrev-mode, and remove redundant `function'.
(expand-abbrev-hook): Add autoload cookie.
2007-03-24 16:39:43 +00:00
Eli Zaretskii
9de5eb68fb Fix a comment before `read_key_sequence'. 2007-03-24 16:24:54 +00:00
Eli Zaretskii
f6f11d1ca3 Fix a comment before `current_minor_maps'. 2007-03-24 16:23:01 +00:00
Eli Zaretskii
8696b55799 (Fgoto_char): Doc fix. 2007-03-24 16:03:48 +00:00
Chong Yidong
b7520f856f ** sigchld issue.
This was fixed by the 2007-03-11 Sam Steingold patch.
2007-03-24 16:03:47 +00:00
Eli Zaretskii
f64f035e75 (Findent_to): Doc fix. 2007-03-24 15:58:17 +00:00
Eli Zaretskii
6e5a4966d5 (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add
prompts to interactive specs.
2007-03-24 15:54:09 +00:00
Chong Yidong
9788311dac ** handa@m17n.org, Mar 7: Display bug [Re: My Emacs unicode 2 crash again ...]
Was already fixed.
2007-03-24 15:52:22 +00:00
Chong Yidong
916480c4ef (Ftranspose_regions): Use set_text_properties_1 instead of
Fset_text_properties to avoid GC.  Signal after change.
2007-03-24 15:50:21 +00:00
Chong Yidong
159f7befee * editfns.c (Ftranspose_regions): Use set_text_properties_1
instead of Fset_text_properties to avoid GC.  Signal after change.
2007-03-24 15:50:05 +00:00
Eli Zaretskii
87c891c71b (Fx_show_tip): Doc fix. 2007-03-24 15:42:17 +00:00
Thien-Thi Nguyen
573ab279d6 (Mail Source Specifiers): Fix typo. 2007-03-24 13:49:54 +00:00
Jason Rumney
ced3c1e229 (find-file-hook, auto-revert-tail-mode):
Use file size in bytes for auto-revert-tail-pos not characters.
2007-03-24 13:39:21 +00:00
Jason Rumney
2eed4e6824 *** empty log message *** 2007-03-24 13:38:43 +00:00
Thien-Thi Nguyen
53cc5b9c57 (vc-rcs-annotate-command):
Set text property :vc-annotate-prefix on the annotation text.
(vc-rcs-annotate-time): Instead of searching for ": ",
search for end of text propertized with :vc-annotate-prefix.
2007-03-24 11:33:42 +00:00
Martin Rudalics
ae18604f63 (top level): Remove calls putting
permanent-local nil property since these are no-ops.
2007-03-24 09:51:52 +00:00
Martin Rudalics
fcbd9af64f (Man-support-local-filenames): Assure that
default-directory exists when doing call-process.
2007-03-24 09:43:07 +00:00
Richard M. Stallman
937e7eee48 *** empty log message *** 2007-03-24 02:11:34 +00:00
Kim F. Storm
a839e2f373 Fix last change - reverse args to Fplist_member. 2007-03-23 16:04:03 +00:00
Kim F. Storm
f813361dc3 (merge_properties, intervals_equal):
Use Fplist_member instead of Fmemq to find properties.
2007-03-23 15:42:48 +00:00
Kim F. Storm
be5ef8f0f3 *** empty log message *** 2007-03-23 15:42:08 +00:00
Thien-Thi Nguyen
39db15c998 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Use m4-program-options to construct shell command.
2007-03-23 14:12:02 +00:00
David Kastrup
7a147065e4 (c-make-emacs-variables-local): Use
`mapcar' rather than `mapcan' to silence compiler warning.
2007-03-23 09:52:42 +00:00
Glenn Morris
18d534c9df (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT): Delete
unused variables.
(dired-refcards, misc-refcards, survival-card, viper-cards): New
targets.
(all): Also build dired-refcards and misc-refcards.
(clean, distclean, maintainer-clean): Depend on mostlyclean.
(SOURCES): Remove non-existent files.
(mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
Mark as phony.
(.ps files): Specify default papersize in the dvips command.
2007-03-23 03:48:03 +00:00