1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

56044 commits

Author SHA1 Message Date
Richard M. Stallman
7fa57e4559 (Fmake_indirect_buffer): Clear out some local variables. 2005-04-10 23:22:38 +00:00
Richard M. Stallman
a46c015333 Comment changes. 2005-04-10 22:02:41 +00:00
Thien-Thi Nguyen
4f79343e09 (Porting Common Lisp): Fix typo. 2005-04-10 21:27:34 +00:00
Stefan Monnier
f587e30b7f (set-auto-mode-1): Use line-end-position. 2005-04-10 20:50:48 +00:00
Stefan Monnier
35f257bb57 Give punctuation syntax to NBSP. 2005-04-10 20:49:54 +00:00
Stefan Monnier
a172852f2b (bibtex-autokey-titleword-ignore, bibtex-reference-key)
(bibtex-autokey-demangle-name, bibtex-mode): Use char-classes to accept
non-ascii letters, accepted in some recent bibtex implementations.
2005-04-10 20:35:00 +00:00
Stefan Monnier
ba833b25a7 Update copyright. 2005-04-10 20:31:02 +00:00
Luc Teirlinck
d190d8c8ed (Rmail Basics): Put pxref at end of sentence. 2005-04-10 20:26:25 +00:00
Luc Teirlinck
328231242d (Rmail Basics): Clarify description of q' and b'.
(Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric argument.
(Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
(Rmail Output): Clarify which statements apply to `o', `C-o' and `w',
respectively.
(Rmail Labels): Mention `l'.
(Rmail Attributes): Correct pxref.  Mention `stored' attribute.
(Rmail Summary Edit): Describe `j' and RET.
2005-04-10 19:25:14 +00:00
Luc Teirlinck
223bc577bd *** empty log message *** 2005-04-10 19:23:08 +00:00
Stefan Monnier
9d9b0de9ba (mm-string-to-multibyte): New function.
(mm-detect-coding-region): Typo.
2005-04-10 19:04:09 +00:00
Stefan Monnier
862779db9d (Fstring_as_multibyte, Fstring_to_multibyte): Docstring fixes. 2005-04-10 19:02:24 +00:00
Luc Teirlinck
5c5fc296bc (custom-set-minor-mode): Any non-nil value for the variable should
enable the mode when set through Custom.
2005-04-10 18:38:43 +00:00
Stefan Monnier
4bcb9c95c1 (vhdl-mode-map-init): Don't override default
TAB binding so tab-always-indent is obeyed.
(vhdl-minibuffer-local-map): Move initialization into declaration.
(vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
(vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
(vhdl-hooked-abbrev): Avoid test for XEmacs.
(vhdl-current-line): Use line-beginning-position.
(vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
with-output-to-temp-buffer, so the current position can be recorded.
2005-04-10 18:15:43 +00:00
Richard M. Stallman
d7db37ef58 *** empty log message *** 2005-04-10 17:02:44 +00:00
Richard M. Stallman
d9cdf64b8d (url-ldap): Add docstring. Fix call to `ldap-search-internal'. 2005-04-10 17:01:46 +00:00
Jan Djärv
4a4cbd001d * NEWS: Mention fontSet for Lucid menus. 2005-04-10 12:31:24 +00:00
Jan Djärv
34b4a3748b * xresources.texi (Lucid Resources): Added fonSet resource. 2005-04-10 12:30:19 +00:00
Jan Djärv
0d0e15c371 Added text about fontSet in Lucid menus 2005-04-10 12:29:46 +00:00
Masatake YAMATO
0c9a01ff28 * compilation.txt (symbol): Added gcov-file
gcov-bb-file gcov-never-called-line gcov-called-line .

* progmodes/compile.el (compilation-error-regexp-alist-alist): Add
regexp for gcov.
2005-04-10 06:19:31 +00:00
Miles Bader
9147257891 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/calendar/time-date.el (time-to-seconds): Don't use the #xhhhh
   syntax which Emacs 20 doesn't support.
   (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-util.el (mm-coding-system-p): Don't return binary for the nil
   argument in XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): New variable.
   (nnrss-request-group): Decode group name first.
   (nnrss-request-article): Make a text/plain article if mml-to-mime
   failed.
   (nnrss-get-encoding): Return a compatible encoding according to
   nnrss-compatible-encoding-alist.
   (nnrss-opml-export): Use dolist.
   (nnrss-find-el): Use consp instead of listp.
   (nnrss-order-hrefs): Use dolist.

2005-04-06  Arne J,Ax(Brgensen  <arne@arnested.dk>

   * lisp/gnus/nnrss.el (nnrss-verbose): Remove.
   (nnrss-request-group): Use `nnheader-message' instead.

2005-04-06  Mark Plaksin  <happy@usg.edu>  (tiny change)

   * lisp/gnus/nnrss.el (nnrss-verbose): New variable.
   (nnrss-request-group): Make it say nnrss is requesting a group.

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-group-path): Decode group name.
   (gnus-agent-group-pathname): Ditto.

   * lisp/gnus/gnus-cache.el (gnus-cache-file-name): Decode group name.

   * lisp/gnus/gnus-group.el (gnus-group-line-format-alist): Use decoded group
   name for only %g and %c.
   (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group
   instead of gnus-tmp-group to decoded group name.
   (gnus-group-make-group): Decode group name.
   (gnus-group-delete-group): Ditto.
   (gnus-group-make-rss-group): Exclude `/'s from group names;
   register the group data after opening the nnrss group; unify
   non-ASCII group names; encode group name.
   (gnus-group-catchup-current): Decode group name.
   (gnus-group-expire-articles-1): Ditto.
   (gnus-group-set-current-level): Ditto.
   (gnus-group-kill-group): Ditto.

   * lisp/gnus/gnus-spec.el (gnus-update-format-specifications): Flush the
   group format spec cache if it doesn't support decoded group names.

   * lisp/gnus/mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.

   * lisp/gnus/nnrss.el: Require rfc2047 and mml.
   (nnrss-file-coding-system): New variable.
   (nnrss-format-string): Redefine it as an inline function.
   (nnrss-decode-group-name): New function.
   (nnrss-string-as-multibyte): Remove.
   (nnrss-retrieve-headers): Decode group name; don't use
   nnrss-format-string.
   (nnrss-request-group): Decode group name.
   (nnrss-request-article): Decode group name; allow a Message-ID as
   well as an article number; don't use nnrss-format-string; encode a
   Message-ID string which may contain non-ASCII characters; use
   mml-to-mime to compose a MIME article; use search-forward instead
   of re-search-forward.
   (nnrss-request-expire-articles): Decode group name.
   (nnrss-request-delete-group): Delete entries in nnrss-group-alist
   as well; decode group name.
   (nnrss-get-encoding): Fix regexp.
   (nnrss-fetch): Clarify error message.
   (nnrss-read-server-data): Use insert-file-contents instead of load;
   bind file-name-coding-system; use multibyte buffer.
   (nnrss-save-server-data): Insert newline; bind
   coding-system-for-write to the value of nnrss-file-coding-system;
   bind file-name-coding-system; add coding cookie.
   (nnrss-read-group-data): Use insert-file-contents instead of load;
   bind file-name-coding-system; use multibyte buffer.
   (nnrss-save-group-data): Bind coding-system-for-write to the
   value of nnrss-file-coding-system; bind file-name-coding-system.
   (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
   make it work with non-ASCII text.
   (nnrss-opml-export): Use mm-set-buffer-file-coding-system instead
   of set-buffer-file-coding-system.
   (nnrss-find-el): Check carefully whether there's a list of string
   which old xml.el may return rather than a string; make it work
   with old xml.el as well.

2005-04-06  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>

   * lisp/gnus/gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.

   * lisp/gnus/nnrss.el (nnrss-get-encoding): New function.
   (nnrss-fetch): Use unibyte buffer initially; bind
   coding-system-for-read while performing mm-url-insert; remove ^Ms;
   decode contents according to the encoding attribute.
   (nnrss-save-group-data): Add coding cookie.
   (nnrss-mime-encode-string): New function.
   (nnrss-check-group): Use it to encode subject and author.

2005-04-06  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)

   * lisp/gnus/nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
   failed.

2005-04-06  Jesper Harder  <harder@ifa.au.dk>

   * lisp/gnus/mm-util.el (mm-subst-char-in-string): Support inplace.

   * lisp/gnus/nnrss.el: Pedantic docstring and whitespace fixes (courtesy of
   checkdoc.el).
   (nnrss-request-article): Cleanup.
   (nnrss-request-delete-group): Use nnrss-make-filename.
   (nnrss-read-server-data): Use nnrss-make-filename; use load.
   (nnrss-save-server-data): Use nnrss-make-filename; use gnus-prin1.
   (nnrss-read-group-data): Fix off-by-one error.  From Joakim Verona
   <joakim@verona.se>; hash on description if link is missing; use
   nnrss-make-filename; use load.
   (nnrss-save-group-data): Use nnrss-make-filename; use gnus-prin1.
   (nnrss-make-filename): New function.
   (nnrss-close): New function.
   (nnrss-check-group): Hash on description if link is missing.
   (nnrss-get-namespace-prefix): Use string= to compare strings!
   Reported by David D. Smith <davidsmith@acm.org>.
   (nnrss-opml-export): Turn on sgml-mode.

2005-04-06  Mark A. Hershberger  <mah@everybody.org>

   * lisp/gnus/nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.

2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (RSS): Addition.
2005-04-10 04:20:14 +00:00
Richard M. Stallman
36178ae8fb (describe-key-briefly, describe-key): Replace
strings as event types with "(any string)".
2005-04-10 01:47:43 +00:00
Richard M. Stallman
18e2d91f52 (where_is_internal): Convert a string used as event type into "(any string)". 2005-04-10 01:45:58 +00:00
Luc Teirlinck
3f4ae3e474 *** empty log message *** 2005-04-10 00:54:14 +00:00
Richard M. Stallman
bb8c48650e Comment change. 2005-04-10 00:41:34 +00:00
Richard M. Stallman
8c9d5dbafe (Vloads_in_progress): Not static. 2005-04-10 00:28:37 +00:00
Richard M. Stallman
9d5c2e7e2c (Vloads_in_progress): Add extern.
(Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
2005-04-10 00:28:00 +00:00
Richard M. Stallman
6183d8422d (mirror_line_dance): Avoid crash if W2 is null. 2005-04-09 23:51:18 +00:00
Stefan Monnier
941f97789e (archive-mode-map): Move initialization into
the declaration.  Override *all* bindings of `undo'.
(archive-lemacs): Remove, use (featurep 'xemacs) instead.
2005-04-09 19:18:25 +00:00
Jay Belanger
1d1bf52114 *** empty log message *** 2005-04-09 19:15:42 +00:00
Jay Belanger
02bf5ab9c2 (math-standard-units): Redefine Watt hour as W*hr. 2005-04-09 18:59:36 +00:00
Luc Teirlinck
23e3383d01 (Useless Whitespace): `indicate-unused-lines' is now called
`indicate-empty-lines'.
2005-04-09 16:18:51 +00:00
Luc Teirlinck
a13d134ce1 *** empty log message *** 2005-04-09 16:17:18 +00:00
Dan Nicolaescu
ce102cb1e3 (xterm-rgb-convert-to-16bit): Simplify.
(xterm-register-default-colors): Update color values computation
to match xterm-200.
2005-04-09 15:25:50 +00:00
Lute Kamstra
1cf2185017 (PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
accessible part of the buffer.
2005-04-09 08:43:23 +00:00
Kenichi Handa
2a9e192d38 (iso-latin-7): Fix the map. 2005-04-08 23:46:58 +00:00
Luc Teirlinck
ef71f073a5 (comint-highlight-prompt): Fix face spec. 2005-04-08 23:45:09 +00:00
Kim F. Storm
4c03c46d5f (readevalloop): Add args START and END as region in
current buffer to read.  Callers changed.
When specified, narrow to this region only when reading,
not during eval.  Track next point to read from during eval.
Also restore point to "real" buffer position before eval.
(Feval_region): Don't save excursion and restriction here, and
don't narrow to region.  Just pass region to readevalloop.
Note: Point is now preserved even when PRINTFLAG is nil.
2005-04-08 23:33:28 +00:00
Kim F. Storm
bfd9324060 *** empty log message *** 2005-04-08 23:32:54 +00:00
Luc Teirlinck
a64dc1a44c (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)
(insert-parentheses): Doc fixes.
2005-04-08 23:10:24 +00:00
Luc Teirlinck
e790a4a3f1 *** empty log message *** 2005-04-08 23:06:43 +00:00
Kim F. Storm
e0d815a220 (hi-green): Fix face spec. 2005-04-08 22:03:42 +00:00
Kim F. Storm
3306ed3bd0 *** empty log message *** 2005-04-08 21:59:26 +00:00
Dan Nicolaescu
099dcdcf27 * cus-edit.el (custom-modified-face):
* comint.el (comint-highlight-input): Fix previous changes.
* term.el (term-handle-ansi-escape): Add a comment.
2005-04-08 20:55:09 +00:00
Stefan Monnier
c22c3db00e (whitespace-highlight-the-space): Put the same overlay
in the buffer and in whitespace-highlighted-space.
(whitespace-unhighlight-the-space): Simplify.
(whitespace-buffer): Simplify.
2005-04-08 14:40:57 +00:00
Dan Nicolaescu
ea81d57ec5 * mh-customize.el (mh-speedbar-selected-folder-face): Special case
high number of colors displays.

* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
Lute Kamstra
67b4790bd3 (font-lock-keywords): Docstring fixes. 2005-04-08 12:51:07 +00:00
Kenichi Handa
9741224e5c *** empty log message *** 2005-04-08 12:07:27 +00:00
Kim F. Storm
1af7fe2b22 Fix spelling. 2005-04-08 11:58:10 +00:00
Kim F. Storm
3bc8f4ac2a Fix typo. 2005-04-08 11:57:30 +00:00