1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
Commit graph

36396 commits

Author SHA1 Message Date
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
Eli Zaretskii
61880ffee7 *** empty log message *** 2007-03-24 16:48:39 +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
6e5a4966d5 (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add
prompts to interactive specs.
2007-03-24 15:54:09 +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
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
David Kastrup
ce545621d2 * textmodes/reftex.el: Add maintainer address.
* textmodes/reftex-vars.el: Add maintainer address.

	* textmodes/reftex-toc.el: Add maintainer address.

	* textmodes/reftex-sel.el: Add maintainer address.

	* textmodes/reftex-ref.el: Add maintainer address.

	* textmodes/reftex-parse.el: Add maintainer address.

	* textmodes/reftex-index.el: Add maintainer address.

	* textmodes/reftex-global.el: Add maintainer address.

	* textmodes/reftex-dcr.el: Add maintainer address.

	* textmodes/reftex-cite.el: Add maintainer address.

	* textmodes/reftex-auc.el: Add maintainer address.

	* reftex.texi (Imprint): Update maintainer information.
2007-03-22 21:06:43 +00:00
Carsten Dominik
28a419dd46 (org-agenda-mode, org-table-edit-formulas):
Make sure that `global-font-lock-mode' does not turn on font-lock
in these buffers.
2007-03-22 10:22:36 +00:00
Carsten Dominik
3d49ff4ab4 *** empty log message *** 2007-03-22 10:21:51 +00:00
Kim F. Storm
429146fcad (xterm-mouse-event): Remove unused var `time'. 2007-03-21 22:36:48 +00:00
Nick Roberts
4c8bb950f0 *** empty log message *** 2007-03-21 20:43:49 +00:00
Nick Roberts
a7dc2df1b3 (xt-mouse-epoch): New variable.
(xterm-mouse-event): Use float-time.
2007-03-21 20:41:23 +00:00
Nick Roberts
915bdfc401 (xterm-mouse-event): Compute a timestamp using
current-time.
2007-03-21 20:33:26 +00:00
Nick Roberts
086b2469dc *** empty log message *** 2007-03-21 20:33:01 +00:00
Stefan Monnier
414a17c9a5 (read-file-name-internal): Don't add the final > if the completion is not
finished (re-application of this patch, which was accidentally undone by Eli).
2007-03-21 19:23:12 +00:00
Chong Yidong
ba5b5659a6 (viper-non-hook-settings): Handle mouse clicks in describe-key and
describe-key-briefly advice a little better.
2007-03-21 16:18:25 +00:00
Chong Yidong
4bb5f57981 * emulation/viper.el (viper-non-hook-settings): Handle mouse
clicks in describe-key and describe-key-briefly advice a little
better.
2007-03-21 16:18:16 +00:00
Chong Yidong
c3f82997d7 Fix typo in comment. 2007-03-21 16:15:45 +00:00
Miles Bader
815b81c8f2 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/message.el (message-required-news-headers):
   * lisp/gnus/gnus-util.el (gnus-intern-safe): Fix typo in docstring.

2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-generate-new-buffers): Change the meaning of the
   nil value; add `standard' to the choices; treat t as `unique'; improve
   doc string.
   (gnus-select-frame-set-input-focus): Autoload.
   (message-buffer-name): Search for the existing message buffer if
   message-generate-new-buffers is nil or `standard'; treat the value t of
   message-generate-new-buffers as `unique'.
   (message-pop-to-buffer): Raise the frame already displaying the message
   buffer; clear the echo area after querying.
   (message-setup): Pass the `continue' argument to compose-mail.
   (message-mail): Prefer `switch-function' if it is given; search for the
   existing message buffer if the `continue' argument is non-nil; pass
   continue and switch-function arguments to compose-mail by way of
   message-setup.
   (message-mail-other-window): Adjust argument of message-setup.
   (message-mail-other-frame): Ditto.

2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Message Buffers): Update documentation for
   message-generate-new-buffers.

2007-03-15  Daiki Ueno  <ueno@unixuser.org>

   * man/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-674
2007-03-21 13:28:53 +00:00
Juanma Barranquero
9f25e707aa *** empty log message *** 2007-03-21 12:07:40 +00:00
Juanma Barranquero
82ba1a5a9a (server-process-filter): Cancel any pending isearch. 2007-03-21 12:02:32 +00:00
Glenn Morris
76b0b55fd6 Ulf Jasper <ulf.jasper at web.de>:
(icalendar-version): Increase to 0.15.
(icalendar--get-unfolded-buffer): Define actual arguments rather
than just using &rest.  Check replace-in-string is fbound.
(icalendar-import-buffer): Doc fix.
(icalendar--convert-ical-to-diary): Set diary-file.  Check
diary-file before inserting final newline.
(icalendar--add-diary-entry): Return diary-file.
2007-03-21 07:15:44 +00:00
Glenn Morris
137753463d (diary-set-maybe-redraw): Autoload it.
(diary-display-hook): Add custom :set function.
2007-03-21 06:25:58 +00:00
Glenn Morris
eec39ec7cd (diary-header-line-flag): Doc fix. Add custom :set function.
(diary-header-line-format): Doc fix.
(diary-set-maybe-redraw): New function.
(number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
(diary-list-entries): Always run diary-mode.
2007-03-21 06:25:47 +00:00
David Kastrup
12333e2ba5 (magic-mode-alist): Require literal "%!PS" string for
magic postscript file detection.
2007-03-20 18:36:15 +00:00
Richard M. Stallman
5d5afbcdea (compose-mail): Run switch-function after setting up the mail buffer.
(switch-to-completions): No error if search for \n\n fails.
2007-03-20 16:24:03 +00:00
Richard M. Stallman
bc4c663309 (ispell-call-process): New function.
Defends against bad `default-directory.'
(ispell-check-version, ispell-find-aspell-dictionaries)
(ispell-get-aspell-config-value, lookup-words): Call it.
(ispell-call-process-region): New function.
(ispell-send-string): Call it.
2007-03-20 16:23:09 +00:00
Andreas Schwab
a8b145e357 (custom-deps): Depend on $(lisp)/subdirs.el.
(finder-data): Likewise.
(autoloads): Likewise.
2007-03-20 09:47:48 +00:00
Martin Rudalics
8400146f67 (basic-save-buffer): Do not set visited filename when
the corresponding directory does not exist or the specified
filename is that of an existing directory.
2007-03-20 09:37:57 +00:00
Glenn Morris
e3f4245a04 (diary-live-p): New function.
(number-of-diary-entries): Add a :set function to redisplay diary
when necessary.
2007-03-20 07:45:06 +00:00
Glenn Morris
b537c2a943 *** empty log message *** 2007-03-20 07:44:29 +00:00
Kenichi Handa
6f24655361 (quail-setup-completion-buf): Make the
completion buffer read-only.
(quail-completion): Adjusted for the above change.  Leave the
modified flag nil.
2007-03-20 02:21:58 +00:00
Chong Yidong
85410b02f0 Regenerate. 2007-03-20 01:01:04 +00:00
Chong Yidong
dd35811fe3 Bump version to 22.0.96. 2007-03-20 00:46:19 +00:00
Eli Zaretskii
66cb3e0e8b *** empty log message *** 2007-03-19 21:54:12 +00:00
Glenn Morris
7ad42042de *** empty log message *** 2007-03-19 21:20:10 +00:00
Glenn Morris
7c671b23f3 Change form of license text to match rest of Emacs. 2007-03-19 20:59:53 +00:00
Chong Yidong
c4cbc4b228 Mark 1997-12-22 changes by Kevin Rodgers as tiny. 2007-03-19 20:34:21 +00:00
Chong Yidong
c941883e05 Mark 1994-06-17 change by Kevin Rodgers as tiny. 2007-03-19 20:31:52 +00:00
Chong Yidong
d15a6f0af2 Mark 1994-07-11 change by Kevin Rodgers as tiny. 2007-03-19 20:31:21 +00:00
Chong Yidong
40595afa3a Mark 1995-05-19 change by Kevin Rodgers as tiny. 2007-03-19 20:30:34 +00:00
Nick Roberts
be0a287b76 (t-mouse-make-event-element): Use timestamp output
from client program, mev, to compute mouse event.
2007-03-19 20:07:45 +00:00