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

36668 commits

Author SHA1 Message Date
Alan Mackenzie
8007b73c14 (c-in-function-trailer-p): Fix this: when a function return type contains
"struct", "union", etc.  c-end-of-defun goes too far forward.
2007-04-19 17:35:16 +00:00
Alan Mackenzie
0f13b47681 *** empty log message *** 2007-04-19 17:33:34 +00:00
Chong Yidong
bbcda6be9a (show-paren-function): Reset window-start to avoid recentering. 2007-04-19 17:21:37 +00:00
Chong Yidong
bae6731f9c * paren.el (show-paren-function): Reset window-start to avoid
recentering.
2007-04-19 17:18:55 +00:00
Miles Bader
6b554e8869 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 216)

   - Update from CVS

2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-strip-charset-parameters): New function.
   (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
   displayed of multipart/alternative part if it is invoked from summary
   buffer.
   (gnus-article-part-wrapper): Select article window.

   * lisp/gnus/mm-view.el (mm-inline-text-html-render-with-w3m)
   (mm-inline-text-html-render-with-w3m-standalone)
   (mm-inline-render-with-function): Use mail-parse-charset by default.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-706
2007-04-19 12:08:53 +00:00
Glenn Morris
745465ec5f Fix typo: "threshhold" -> "threshold". 2007-04-19 06:31:04 +00:00
Kim F. Storm
9efe0fb661 *** empty log message *** 2007-04-18 09:05:11 +00:00
Glenn Morris
e8bc96a3c6 Improve previous fix by only setting header-line-format in diary-mode. 2007-04-18 06:44:01 +00:00
Glenn Morris
253b50b479 (diary-header-line-format): Add a custom :set function.
(diary-list-entries): Only switch to diary-mode from
default-major-mode (reverts 2007-03-21 change).  Otherwise, set
header-line-format, in case of any customization.
2007-04-18 04:06:37 +00:00
Glenn Morris
a26a08f253 Remove whitespace. 2007-04-18 04:05:40 +00:00
Glenn Morris
d14f861468 *** empty log message *** 2007-04-18 04:05:06 +00:00
Kenichi Handa
e18cb3949f *** empty log message *** 2007-04-18 02:43:44 +00:00
Kenichi Handa
7486204449 (parse-time-string-chars): Check if CHAR is less than the length of
parse-time-syntax.
2007-04-18 02:32:04 +00:00
David Kastrup
fc6a22502e * NEWS: Mention `query-replace-regexp-eval' being deprecated.
* replace.el (query-replace-regexp-eval): Deprecate.
2007-04-17 23:24:13 +00:00
Alan Mackenzie
f7510c4036 (c-beginning-of-defun): With -ve arg and point too close to EOB, leave
point at EOB rather than last `}'.
2007-04-17 20:48:43 +00:00
Alan Mackenzie
c825c7249f *** empty log message *** 2007-04-17 20:44:18 +00:00
Roland Winkler
27a61fcd5f (bibtex-include-OPTkey, bibtex-user-optional-fields)
(bibtex-entry-field-alist): Fix defcustom.
2007-04-17 03:25:51 +00:00
Glenn Morris
a20becf321 *** empty log message *** 2007-04-17 02:41:18 +00:00
Glenn Morris
11dd1e5ee4 (Commentary): No longer maintained by original author, bug reports as
for the rest of emacs.
2007-04-17 02:35:44 +00:00
Glenn Morris
b29f67d75d (Commentary): No longer maintained by original author, bug reports as
for the rest of emacs.  Do not advertise the original author's book in
this file, since he forbids the use of the relevant algorithms under a
GNU license. See:
<http://lists.gnu.org/archive/html/bug-gnu-emacs/2005-04/msg00062.html>
2007-04-17 02:33:07 +00:00
Glenn Morris
325c2dd180 (calendar-dst-find-startend): If YEAR cannot be encoded, fall back to
current year.
(Commentary): No longer maintained by original author, bug reports as
for the rest of emacs.
2007-04-17 02:29:50 +00:00
Chong Yidong
57d52f187e Regenerate. 2007-04-17 01:52:39 +00:00
Chong Yidong
48742df4f4 Bump version to 22.0.98. 2007-04-17 01:38:44 +00:00
Chong Yidong
bdbfe3bfd6 (archive-lzh-summarize): Only apply the "downcase if all upcase" rule
to OS-ID 0 "generic".  Always downcase for OS-ID M "MSDOS".
2007-04-16 19:40:14 +00:00
Chong Yidong
3dd2971931 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if all
upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID M
"MSDOS".
2007-04-16 19:38:10 +00:00
Chong Yidong
003586aae6 (python-end-of-block): Avoid looping forever if python-next-statement
fails.
2007-04-16 18:55:29 +00:00
Chong Yidong
80dce3a4b7 * progmodes/python.el (python-end-of-block): Avoid looping forever
if python-next-statement fails.
2007-04-16 18:55:18 +00:00
Roland Winkler
0dcfda42f3 (bibtex-entry-field-alist): Use defcustom. 2007-04-16 18:03:29 +00:00
Dan Nicolaescu
80382c240f * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
* progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2007-04-16 07:05:28 +00:00
Jay Belanger
510b69a886 *** empty log message *** 2007-04-16 02:57:52 +00:00
Jay Belanger
bd149d6ec3 (calc-version): New function. 2007-04-16 02:30:04 +00:00
Jay Belanger
213f742013 *** empty log message *** 2007-04-16 01:57:04 +00:00
Jay Belanger
802ed9b9e7 (calc-trail-mode): Shorten the title. 2007-04-16 01:50:16 +00:00
Chong Yidong
04cc65dcae (footnote-style): Clarify docstring to state that customizing this
only applies to future footnotes.
2007-04-15 17:28:00 +00:00
Chong Yidong
dbbab658ce * mail/footnote.el (footnote-style): Clarify docstring to state
that customizing this only applies to future footnotes.
2007-04-15 17:27:47 +00:00
Chong Yidong
c6578117a2 Revert last change. 2007-04-15 17:25:36 +00:00
Chong Yidong
3715ab231d (footnote-current-style): New var.
(Footnote-index-to-string, Footnote-current-regexp)
(Footnote-cycle-style, Footnote-set-style): Use it instead of
footnote-style.
(footnote-mode): Make footnote-current style buffer-local instead
of footnote-style, and initialize it to footnote-style.
(footnote-style): Update docstring.
2007-04-15 17:21:21 +00:00
Chong Yidong
807707ad9e * mail/footnote.el (footnote-current-style): New var.
(Footnote-index-to-string, Footnote-current-regexp)
(Footnote-cycle-style, Footnote-set-style): Use it instead of
footnote-style.
(footnote-mode): Make footnote-current style buffer-local instead
of footnote-style, and initialize it to footnote-style.
(footnote-style): Update docstring.
2007-04-15 17:19:30 +00:00
Chong Yidong
0539db756c (url-generic-parse-url): Revert 2006-10-09 changes. 2007-04-15 16:47:20 +00:00
Chong Yidong
5cfdb0fb63 * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes. 2007-04-15 16:47:08 +00:00
Roland Winkler
cbc0b7831f (bibtex-field-list): Use functionp.
(bibtex-make-field): Check that INIT is a string. Use functionp.
2007-04-15 16:05:19 +00:00
Glenn Morris
e00c1b9cae (PC-goto-end, PC-do-completion-end): Make buffer-local. 2007-04-14 20:23:31 +00:00
Glenn Morris
031199c77c *** empty log message *** 2007-04-14 20:23:01 +00:00
Glenn Morris
19608e4254 *** empty log message *** 2007-04-14 19:33:32 +00:00
Glenn Morris
d73bbb352c (PC-goto-end): New variable.
(partial-completion-mode) <choose-completion-string-functions>:
Do not go to the end of the minibuffer if PC-goto-end is non-nil.
(PC-do-completion): New optional fourth argument GOTO-END.  Add a
doc string.  Set PC-goto-end for choose-completion.
(PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
PC-do-completion.
2007-04-14 19:33:06 +00:00
Glenn Morris
84aa4fc6ee (bibtex-insert-kill): Pass non-nil NODELIM arg to bibtex-make-field.
(bibtex-make-field): Add optional fourth arg NODELIM.  Insert
delimiters around INIT unless this arg is non-nil.
2007-04-14 19:12:59 +00:00
Glenn Morris
c810a79638 *** empty log message *** 2007-04-14 19:12:31 +00:00
Nick Roberts
e47b701926 (tmm-get-keybind): Use copy-sequence to ensure that the
global map isn't modified
2007-04-14 12:34:35 +00:00
Nick Roberts
57b213434a *** empty log message *** 2007-04-14 12:33:25 +00:00
Glenn Morris
a291c1b752 (appt-disp-window): Do not split small windows.
Suggested by Jeff Miller <jmiller@cablespeed.com>.
2007-04-14 02:36:58 +00:00