Mathias Dahl
cf88289824
(tumme-write-tags): Add.
2006-07-24 16:09:33 +00:00
Miles Bader
bd876f9095
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 118-120)
- Merge from emacs--devo--0
- Update from CVS
2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
workaround for the url package included with Emacs.
* lisp/gnus/nnweb.el (nnweb-google-create-mapping): Update regexp.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-367
2006-07-24 10:53:10 +00:00
Mathias Dahl
5bf9fc454e
Add extra check for end of buffer.
2006-07-24 09:40:09 +00:00
Mathias Dahl
ec59c1ea34
*** empty log message ***
2006-07-24 09:39:43 +00:00
Reiner Steib
88dcc76aa7
2006-07-24 Daiki Ueno <ueno@unixuser.org>
...
* pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
andreas@altroot.de (Andreas V�e)
2006-07-24 07:32:16 +00:00
Thien-Thi Nguyen
38db29e017
*** empty log message ***
2006-07-23 21:21:37 +00:00
Nick Roberts
35b6eb23c6
(find-function-search-for-symbol): Expand comment.
2006-07-23 21:21:29 +00:00
Thien-Thi Nguyen
faad80bfe0
(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.
2006-07-23 21:20:50 +00:00
Thien-Thi Nguyen
23eb76c4f7
(mouse-on-link-p): Doc fix.
2006-07-23 21:13:13 +00:00
Nick Roberts
7358462606
(find-function-search-for-symbol): Handle "C-h f `".
2006-07-22 22:51:11 +00:00
Nick Roberts
52c13c9b68
*** empty log message ***
2006-07-22 22:50:46 +00:00
Stefan Monnier
2db8f17387
(Fdefine_key): If the key binding definition looks like an
...
XEmacs-style key sequence, convert it to Emacs's format.
2006-07-22 21:22:52 +00:00
Dan Nicolaescu
b9debd5432
(ibuffer-formats): Use left alignment for the mode
...
column.
2006-07-22 13:56:19 +00:00
Eli Zaretskii
272f22ebb0
*** empty log message ***
2006-07-22 11:32:46 +00:00
Eli Zaretskii
48b62d105b
(w32_createwindow): If left' and/or
top' frame parameters are bound to some
...
values, use that instead of CW_USEDEFAULT.
2006-07-22 11:31:55 +00:00
Eli Zaretskii
04437a8fe8
Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.
2006-07-22 11:14:25 +00:00
Eli Zaretskii
5b01aef2db
(delphi-fill-comment): Use save-restriction.
2006-07-22 11:08:55 +00:00
Eli Zaretskii
23310d0e8b
Document use of EMAIL.
2006-07-22 10:56:33 +00:00
Eli Zaretskii
a502d5f3b3
(General Variables): Document EMAIL.
2006-07-22 10:48:46 +00:00
Eli Zaretskii
cee0c99673
(user-mail-address): Initialize from the `EMAIL' environment variable first.
...
Document this.
(command-line): Ditto.
2006-07-22 10:37:52 +00:00
Nick Roberts
46ab76918c
(help-function-def, help-variable-def)
...
(help-face-def): Print a message in the minibuffer.
2006-07-21 22:54:40 +00:00
Nick Roberts
5ab67056a1
*** empty log message ***
2006-07-21 22:54:15 +00:00
Dan Nicolaescu
c79722c9f7
(terminal-init-xterm): Fix key bindings
...
syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2006-07-21 17:36:10 +00:00
Eli Zaretskii
69b72317ae
(convert_time): Use explicit long double constants to ensure long double
...
arithmetics is used throughout.
2006-07-21 17:28:23 +00:00
Kim F. Storm
796660a58f
(Forcing Redisplay): Don't mention systems which
...
don't support sub-second timers for redisplay-preemption-period.
2006-07-21 12:22:32 +00:00
Kim F. Storm
ffe379cb24
(Terminal Output): Clarify text vs graphical terminal.
2006-07-21 12:22:19 +00:00
Kim F. Storm
9e4101b20b
*** empty log message ***
2006-07-21 12:22:11 +00:00
Eli Zaretskii
e9fe3513c9
(archive-set-buffer-as-visiting-file): Comment fix.
2006-07-21 09:27:17 +00:00
Eli Zaretskii
b3658160cb
(po-find-charset): Doc fix.
2006-07-21 09:20:38 +00:00
Eli Zaretskii
9e36182786
(find-buffer-file-type-coding-system): Support calls where `(nth 1 command)'
...
is a cons cell. Doc fix.
2006-07-21 09:20:02 +00:00
Eli Zaretskii
cc539208b9
*** empty log message ***
2006-07-21 08:27:00 +00:00
Eli Zaretskii
0458fa80d7
(allout-unprotected, allout-e-o-prefix-p)
...
(allout-beginning-of-current-line, allout-end-of-current-line)
(allout-next-visible-heading, allout-open-topic)
(allout-kill-topic, allout-yank-processing, allout-resolve-xref)
(allout-flag-current-subtree, allout-show-to-offshoot)
(allout-hide-current-entry, allout-show-current-branches)
(allout-hide-region-body, allout-old-expose-topic)
(allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
(allout-mark-topic, allout-adjust-file-variable): Enclose scopes
containing `beginning-of-line' and `end-of-line' with
`inhibit-field-text-motion' t.
2006-07-21 08:26:24 +00:00
Eli Zaretskii
979b403323
(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.
2006-07-21 08:00:36 +00:00
Eli Zaretskii
b56868c32d
(Frame Commands): Mention that focus-follows-mouse doesn't have effect on
...
MS-Windows.
2006-07-21 07:56:51 +00:00
Eli Zaretskii
38938eeb4f
(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
2006-07-21 07:43:29 +00:00
Karl Fogel
06dc832132
(nnmail-article-group): If splitting raises an error, give some
...
information about the error when saying that the `bogus' mail group
will be used.
2006-07-21 06:34:45 +00:00
Stefan Monnier
3a723c3afa
(sh-quoted-subshell): Further fix last change.
2006-07-20 21:23:48 +00:00
Jay Belanger
bde078957d
*** empty log message ***
2006-07-20 20:34:36 +00:00
Jay Belanger
973a6d1b2d
(Error forms): Mention M-+ keybinding for calc-plus-minus.
2006-07-20 20:28:36 +00:00
Jay Belanger
c02337538f
(calc-curve-fit-history): New variable.
...
(calc-curve-fit): Use calc-curve-fit-history.
2006-07-20 20:25:02 +00:00
Jay Belanger
64d96023ac
(calc-selection-history): New variable.
...
(calc-enter-selection, calc-sel-mult-both-sides, calc-sel-add-both-sides):
Use calc-selection-history.
2006-07-20 20:24:40 +00:00
Jay Belanger
a5ff30757f
(calc-get-operator-history): New variable.
...
(calc-get-operator): Use calc-get-operator-history.
2006-07-20 20:23:58 +00:00
Jay Belanger
56e8410bf7
(calc-match): Remove reference to calc-previous-alg-entry.
2006-07-20 20:23:33 +00:00
Jay Belanger
0b504d64af
(calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry.
...
(calcAlg-previous): Use previous-history-element instead of
calc-previous-alg-entry.
(calc-do-alg-entry): Add history to reading from minibuffer.
Change keybinding for calcAlg-plus-minus, add keybindings for
previous-history-element and next-history-element.
(calc-alg-entry-history, calc-quick-calc-history): New variables.
(calc-do-quick-calc): Use calc-quick-calc-history.
Remove reference to calc-previous-alg-entry.
(calc-alg-entry): Use calc-alg-entry-history.
2006-07-20 20:23:06 +00:00
Jay Belanger
8190210bf9
(calc-previous-alg-entry): Remove variable.
2006-07-20 20:22:18 +00:00
Andreas Schwab
116e754b8c
.
2006-07-20 13:33:59 +00:00
Andreas Schwab
5a84ed337a
(fatal): Drop second parameter and treat first
...
parameter as a plain string. Callers changed.
2006-07-20 13:33:48 +00:00
Kenichi Handa
ccb0634087
(select-safe-coding-system): Fix the
...
way of deciding eol-type of the coding system.
2006-07-20 11:28:48 +00:00
Alan Mackenzie
26b8f810d0
* progmodes/cc-langs.el (c-emacs-variable-inits): new variable.
...
(c-lang-setvar): new macro.
(c-make-init-lang-vars-fun): Use the initialization forms in
c-emacs-variable-inits in addition to those in c-lang-variable-inits.
(comment-start, comment-end, comment-start-skip): Change these from
c-lang-defvar's to c-lang-setvar's.
* progmodes/cc-mode.el (c-make-emacs-variables-local): new macro,
which calls make-local-variable on the elements of
c-emacs-variable-inits.
(c-init-language-vars-for): Call this new macro.
2006-07-20 09:48:09 +00:00
Alan Mackenzie
d8cd72025e
*** empty log message ***
2006-07-20 09:46:04 +00:00