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

59304 Commits

Author SHA1 Message Date
Richard M. Stallman
c3b8339fd7 Require `compile' unconditionally. 2005-09-09 01:24:15 +00:00
Richard M. Stallman
5c290b9e68 (send-mail-function): Add Mailclient alternative. 2005-09-09 01:22:05 +00:00
Richard M. Stallman
b25dc41fea (woman-file-name): Provide a default, not initial input. 2005-09-09 01:21:28 +00:00
Richard M. Stallman
f57b45cfee (smerge-resolve): Pass args to smerge-remove-props. 2005-09-09 01:16:05 +00:00
Richard M. Stallman
59442c8050 (font-lock-support-mode): Doc fix. 2005-09-09 01:15:25 +00:00
Richard M. Stallman
1d0e3fc84f (blink-matching-open): Get rid of text props from
the string shown in echo area.  Don't permanently set point.
Some rearrangements.
2005-09-09 01:11:34 +00:00
Richard M. Stallman
d502fc0692 (describe-property-list): Handle non-symbol prop names. 2005-09-09 01:10:41 +00:00
Kim F. Storm
49c560366c * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
flag in disabled rows below the window.
2005-09-08 22:57:16 +00:00
Kim F. Storm
aeb55c4414 *** empty log message *** 2005-09-08 22:55:37 +00:00
Kim F. Storm
06a9bc2a2e (struct frame): New member updated_p. 2005-09-08 22:30:08 +00:00
Kim F. Storm
2bb212bd1f (redisplay_internal): Mark updated frames in new updated_p
member.  Remove local `updated' array and associated variables.
2005-09-08 22:29:49 +00:00
Kim F. Storm
ae8a568968 *** empty log message *** 2005-09-08 22:29:35 +00:00
Chong Yidong
4ed7ef6b08 Checked hooks.texi, locals.texi. 2005-09-08 22:02:30 +00:00
Chong Yidong
475aab0deb 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
	mode variables for minor modes.
	Fix xrefs for buffer-display-count, buffer-display-table,
	buffer-offer-save, buffer-saved-size, cache-long-line-scans,
	enable-multibyte-characters, fill-column, header-line-format,
	left-fringe-width, left-margin, and right-fringe-width.

	* hooks.texi (Standard Hooks): All hooks should conform to the
	standard naming convention now.
	Fix xref for `echo-area-clear-hook'.

	* display.texi (Usual Display): Note that indicate-empty-lines and
	tab-width are buffer-local.

	* files.texi (Saving Buffers): Add xref to `Killing Buffers'.

	* modes.texi (Mode Help): Note that major-mode is buffer-local.

	* nonascii.texi (Encoding and I/O): Note that
	buffer-file-coding-system is buffer-local.

	* positions.texi (List Motion): Note that defun-prompt-regexp is
	buffer-local.

	* text.texi (Auto Filling): Note that auto-fill-function is
	buffer-local.
	(Undo): Note that buffer-undo-list is buffer-local.

	* windows.texi (Buffers and Windows): Document
	buffer-display-count.
2005-09-08 22:00:58 +00:00
Reiner Steib
9815ca3d25 (recentf-filename-handler): Add custom choice
`abbreviate-file-name'.
2005-09-08 18:45:38 +00:00
Reiner Steib
8e2c8d3ebf (msb--very-many-menus): Fix typo. 2005-09-08 18:42:37 +00:00
Reiner Steib
6fbb1eb031 (standard-display-european): Don't set
enable-multibyte-characters to nil.
2005-09-08 18:41:13 +00:00
David Ponce
e58af6f198 (recentf-show-file-shortcuts-flag): New option.
(recentf-expand-file-name): Doc fix.
(recentf-dialog-mode-map): Define digit shortcuts.
(recentf--files-with-key): New variable.
(recentf-show-digit-shortcut-filter): New function.
(recentf-open-files-items): New function.
(recentf-open-files): Use it.
(recentf-open-file-with-key): New command.
2005-09-08 08:54:34 +00:00
David Ponce
844c6ee749 *** empty log message *** 2005-09-08 08:52:57 +00:00
Kenichi Handa
d87ceee0dd Show a patch for Mule-UCS to make it byte-compiled
correctly.
2005-09-08 07:02:08 +00:00
Kim F. Storm
d9eef135dc * xdisp.c (handle_display_prop): Respect overlay window property. 2005-09-07 21:59:36 +00:00
Kim F. Storm
6e5395f285 *** empty log message *** 2005-09-07 21:59:11 +00:00
Michael Albinus
553f03bcd2 * woman.el (top): Remap man' command by woman' in
`woman-mode-map'.
(Man-getpage-in-background-advice): Remove defadvice; it isn't
necessary any longer with the remapped command.
(Man-bgproc-sentinel-advice): Remove defadvice which counts
formatting time only.

* net/tramp.el (tramp-action-password)
(tramp-multi-action-password): Compile the password prompt from
`method', `user' and `host'.  Sometimes it isn't obvious which
password to enter, for example with remote files offered by
recentf.el, or with multiple steps.  Suggested by Robert Marshall
<robert@chezmarshall.freeserve.co.uk>.
2005-09-07 21:23:36 +00:00
Stefan Monnier
dcc6da3a1c (perl-font-lock-syntactic-keywords):
Fix regexp for when "s///" is at the beginning of line.
2005-09-07 19:54:49 +00:00
Jay Belanger
2ccc02f218 (math-expand-term): Multiply out the powers when in matrix mode. 2005-09-07 19:29:38 +00:00
Chong Yidong
104fc809f9 *** empty log message *** 2005-09-07 18:48:34 +00:00
Kim F. Storm
edf3d146cc (try_window): Remove superfluous cursor_height calculation.
Fixes crash reported by YAMAMOTO Mitsuharu.
2005-09-07 08:46:04 +00:00
Kim F. Storm
821f6daef7 *** empty log message *** 2005-09-07 08:45:39 +00:00
Stefan Monnier
3076c7266f (Buffer-menu-make-sort-button): Add docstrings, use non-anonymous functions. 2005-09-06 20:44:41 +00:00
Chong Yidong
4cc1468e0b Added custom themes. 2005-09-06 19:24:32 +00:00
Chong Yidong
eeb01cc9d3 Bug fixed: mouse-1 on buffer-menu header. 2005-09-06 19:18:24 +00:00
Chong Yidong
efe4e5af8a *** empty log message *** 2005-09-06 19:10:06 +00:00
YAMAMOTO Mitsuharu
9655b40493 (xstrlwr): Don't use tolower for non-ASCII characters. 2005-09-06 08:08:08 +00:00
YAMAMOTO Mitsuharu
468213f1f3 (struct xlfdpat_block, struct xlfdpat): New structs.
(xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
(xlfdpat_block_match_1, xlfdpat_match): New functions.
(xlfdpat_block_match): New macro.
(mac_to_x_fontname): Don't use tolower for non-ASCII characters.
(x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
(add_font_name_table_entry): Increase font_name_table_size more
rapidly.
(mac_c_string_match): Remove function.
(mac_do_list_fonts): Use XLFD pattern match instead of regular
expression match.
2005-09-06 08:07:32 +00:00
Richard M. Stallman
2a6bc1f7ca (Coding Conventions): Sometimes it is ok to put the
package prefix elsewhere than at the start of the name.
2005-09-06 04:40:23 +00:00
Chong Yidong
f4885d8137 Fix last change to custom-push-theme. 2005-09-06 03:14:46 +00:00
Miles Bader
4a2358e9b4 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-530
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 106-111)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-tab-body-function): Fixed mismatched custom
   type.

   * lisp/gnus/gnus.el (gnus-group-change-level-function): Ditto.

   * lisp/gnus/gnus-msg.el (gnus-outgoing-message-group): Ditto.

   * lisp/gnus/gnus-art.el (gnus-signature-limit)
   (gnus-article-mime-part-function): Ditto.

2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
   Make fetching article by MID work again for Google Groups.  Added
   FIXME concerning gnus-group-make-web-group.

   * lisp/gnus/mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
   Don't depend on Gnus by using mail-extract-address-components if
   gnus-extract-address-components is not bound.

   * lisp/gnus/gnus.el (gnus-user-agent): Use list of symbols instead of
   symbols.  Display full version number for (S)XEmacs.  Optionally
   display (S)XEmacs codename.

   * lisp/gnus/gnus-util.el (gnus-emacs-version): Update for new
   `gnus-user-agent'.

   * lisp/gnus/gnus-msg.el (gnus-extended-version): Make it possible to omit
   Gnus version.

2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>

   * lisp/gnus/mm-encode.el (mm-encode-content-transfer-encoding): Likewise
   when encoding.

   * lisp/gnus/mm-bodies.el (mm-decode-content-transfer-encoding):
   De-canonicalize CRLF for all text content types, not just
   text/plain.

2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Doc fix.

   * lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
   list, not listp.

2005-08-29  Romain Francoise  <romain@orebokech.com>

   * lisp/gnus/gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
   docstring.
   (gnus-face-from-file): Likewise.

2005-08-31  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/gnus/gnus-art.el (w3m-minor-mode-map):
   * lisp/gnus/gnus-spec.el (gnus-newsrc-file-version):
   * lisp/gnus/gnus-util.el (nnmail-active-file-coding-system)
   (gnus-original-article-buffer, gnus-user-agent):
   * lisp/gnus/gnus.el (gnus-ham-process-destinations)
   (gnus-parameter-ham-marks-alist)
   (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
   (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
   (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
   * lisp/gnus/mm-decode.el (gnus-current-window-configuration):
   * lisp/gnus/mm-extern.el (gnus-article-mime-handles):
   * lisp/gnus/mm-url.el (url-current-object, url-package-name)
   (url-package-version):
   * lisp/gnus/mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
   (smime-keys, w3m-cid-retrieve-function-alist)
   (w3m-current-buffer, w3m-display-inline-images)
   (w3m-minor-mode-map):
   * lisp/gnus/mml-smime.el (gnus-extract-address-components):
   * lisp/gnus/mml.el (gnus-article-mime-handles, gnus-mouse-2)
   (gnus-newsrc-hashtb, message-default-charset)
   (message-deletable-headers, message-options)
   (message-posting-charset, message-required-mail-headers)
   (message-required-news-headers):
   * lisp/gnus/mml1991.el (mc-pgp-always-sign):
   * lisp/gnus/mml2015.el (mc-pgp-always-sign):
   * lisp/gnus/nnheader.el (nnmail-extra-headers):
   * lisp/gnus/rfc1843.el (gnus-decode-encoded-word-function)
   (gnus-decode-header-function, gnus-newsgroup-name):
   * lisp/gnus/spam-stat.el (gnus-original-article-buffer): Add defvars.
2005-09-05 23:58:09 +00:00
Chong Yidong
79a0aa1174 Custom Theme bugfixes. 2005-09-05 19:50:02 +00:00
Paul Eggert
c9ac21eb0d * config.guess, config.sub: Updated from master source. 2005-09-05 17:39:25 +00:00
Stefan Monnier
1550ae60d1 *** empty log message *** 2005-09-05 15:43:54 +00:00
Stefan Monnier
7bbbd31fed (compilation-goto-locus): Take into account
iconified frames when determining whether the buffer is already visible.
Don't reset window height if the window already existed.
2005-09-05 15:43:22 +00:00
Stefan Monnier
928f12c976 *** empty log message *** 2005-09-05 15:39:26 +00:00
Chong Yidong
656f8fc5fd Custom themes documented. 2005-09-05 11:56:47 +00:00
Chong Yidong
4242b8d6d1 Document custom themes. 2005-09-05 11:52:21 +00:00
Chong Yidong
87d737aed0 *** empty log message *** 2005-09-04 18:00:43 +00:00
Richard M. Stallman
d7ea8b71aa *** empty log message *** 2005-09-04 01:48:58 +00:00
Richard M. Stallman
f37e01634c (Programming Tips): Add conventions for minibuffer questions and prompts. 2005-09-04 01:48:26 +00:00
Richard M. Stallman
0c6087a609 (nil and t): Minor cleanup.
Delete spurious mention of keyword symbols.
(Evaluation Notation): Add index entry.
(A Sample Function Description): Minor cleanup.
(A Sample Variable Description): Not all vars can be set.
2005-09-04 01:37:17 +00:00
Richard M. Stallman
f2455bde70 (Search Case): Mention vars that control
case-fold-search for various operations.
2005-09-04 01:31:14 +00:00
Richard M. Stallman
366717cfa0 (redisplay_internal): Make UPDATED as long as needed.
(move_it_in_display_line_to): Stop after last char on line even
on a windowing terminal, if that's the specified stop position.
2005-09-04 01:28:41 +00:00