Juanma Barranquero
b9c3f7eb15
Add definition of XColor.
2002-10-23 16:54:36 +00:00
Juanma Barranquero
316ed82195
(w32_term_init): Pass XColor to w32_define_color, not COLORREF.
2002-10-23 16:53:48 +00:00
Kai Großjohann
df140a6877
From Michael Albinus.
...
* README: Target for Info file is `make info'.
* files.texi (File Name Components): Fixed typos in
`file-name-sans-extension'.
(Magic File Names): Complete list of operations for magic file
name handlers.
2002-10-23 09:34:45 +00:00
Juanma Barranquero
2d4c3c85e0
Updated user interface generally, especially Cygwin
...
compatibility. Added some support for long groff names of the
form [xxx]. Added preprocessor detection and preliminary support
for tables using tbl/.TS/.TE.
2002-10-23 09:08:20 +00:00
Kim F. Storm
08bfde76b7
(ido-restrict-to-matches): New command.
...
(ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
2002-10-22 22:27:50 +00:00
Kim F. Storm
00e98040d1
*** empty log message ***
2002-10-22 22:27:39 +00:00
Kim F. Storm
7440eb85bc
Added (tiny change) remark.
2002-10-22 21:51:52 +00:00
Stefan Monnier
1b49bf99d3
(x_set_name, x_set_title): `icon.value' has unsigned char.
2002-10-22 19:35:20 +00:00
Stefan Monnier
a5731348b5
(window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
...
Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
window if it is dedicated.
(Fshrink_window): Add preserve_before as was done for enlarge_window.
(Vspecial_display_function): Update docstring.
2002-10-22 19:28:17 +00:00
Stefan Monnier
6d70a280d5
(assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
...
(call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
(Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
2002-10-22 18:57:19 +00:00
John Wiegley
2c762cee38
Bob Halley <halley@play-bow.org>: (eshell-set-output-handle): Fix so
...
that multiple redirection can work.
2002-10-22 18:22:24 +00:00
John Wiegley
44f4a515d0
*** empty log message ***
2002-10-22 18:21:36 +00:00
Stefan Monnier
66f067937b
(inferior-emacs-lisp-mode): If hexl not found, use cat. point-min != 1.
2002-10-21 22:49:17 +00:00
Stefan Monnier
87b3b78a06
(hexl-mode-old-write-contents-hooks): Remove.
...
(hexl-mode, hexl-current-address, hexl-address-to-marker)
(hexl-insert-char): Don't hardcode point-min == 1.
(hexl-isearch-search-function): New fun.
(hexl-mode-old-isearch-search-fun-function): New var.
(hexl-mode): Use them.
(hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
Use write-contents-functions rather then write-contents-hooks.
2002-10-21 22:45:20 +00:00
Stefan Monnier
635d2972f3
*** empty log message ***
2002-10-21 21:05:04 +00:00
Stefan Monnier
61ed2dcc9a
(text-mode-syntax-table): Make ' a prefix.
...
(paragraph-indent-text-mode-abbrev-table)
(paragraph-indent-text-mode-syntax-table): Remove.
(paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2002-10-21 21:04:50 +00:00
Stefan Monnier
cdeb348047
(casify_region): Don't treat a prefix char as part
...
of a word when at the beginning.
2002-10-21 21:03:00 +00:00
Juanma Barranquero
8954702403
*** empty log message ***
2002-10-21 07:16:19 +00:00
Juanma Barranquero
c4e5b8886f
(directory-files-and-attributes): Copy docstring from Emacs 21. Arg DIR renamed
...
to DIRECTORY for consistency.
2002-10-21 07:00:52 +00:00
Kenichi Handa
7a362b93f3
*** empty log message ***
2002-10-21 00:06:33 +00:00
Andreas Schwab
0eabdbd66c
.
2002-10-20 21:06:38 +00:00
Andreas Schwab
2d37b91ee0
(apropos-group): Use customize-group-other-window.
2002-10-20 21:03:54 +00:00
Andreas Schwab
b0c02fbcf7
Ignore MacOS.
2002-10-19 14:24:25 +00:00
Andreas Schwab
f1b443bf84
.
2002-10-19 13:55:57 +00:00
Andreas Schwab
67bb79b7f8
(${archlibdir}): Always create $(gamedir).
...
(update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
2002-10-19 13:55:15 +00:00
Stefan Monnier
42be8f2eca
(perl-mode-syntax-table): Change $ back to just "/" instead of "/ p".
...
(perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
2002-10-18 21:35:05 +00:00
Juanma Barranquero
a9645a6697
(artist-ff-is-bottommost-line): Fix misplaced ELSE expression on IF.
2002-10-18 15:27:18 +00:00
Dave Love
0479c919d6
*** empty log message ***
2002-10-18 14:21:49 +00:00
Dave Love
652dbc073e
Revert decoding changes temporarily.
2002-10-18 14:15:44 +00:00
Dave Love
56e09c0969
(mm-mime-mule-charset-alist): Require when compiling.
...
(mm-auto-save-coding-system): Prefer utf-8-emacs coding system to
emacs-mule.
(mm-find-mime-charset-region): Fix :mime-charset part.
(mm-mule-charset-to-mime-charset, mm-charset-to-coding-system)
(mm-mime-charset, mm-find-mime-charset-region): Look for
`:mime-charset' property of coding systems before `mime-charset'.
(mm-mule4-p, mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
(mm-with-unibyte-current-buffer-mule4): Deleted.
(mm-point-at-bol, mm-point-at-eol, mm-insert-byte)
(multibyte-char-to-unibyte): New.
2002-10-18 11:05:28 +00:00
Dave Love
5d54c59d41
(mm-body-7-or-8): Don't special-case Mule.
...
(mm-encode-body): Just call mm-encode-coding-region in encoding
case.
2002-10-18 10:55:38 +00:00
Dave Love
c2e5122264
(message-forward-make-body): Use
...
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
2002-10-18 10:54:31 +00:00
Dave Love
8754535275
(gnus-summary-mode, gnus-summary-display-article)
...
(gnus-summary-select-article, gnus-summary-edit-article): Use
mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4.
2002-10-18 10:53:41 +00:00
Dave Love
7f0321ff13
(message-posting-charset): defvar when compiling.
...
(ietf-drums, gnus-util): Don't require.
(rfc2047-header-encoding-alist): Add `address-mime' part. Doc
fixes.
(rfc2047-charset-encoding-alist): Use B for iso-8859-7,
iso-8859-8.
(rfc2047-q-encoding-alist): Augment header list.
(rfc2047-encoding-type): New.
(rfc2047-dissect-region): Deleted.
(rfc2047-encode-region, rfc2047-encode): Rewritten to take
account of rfc2047 rules with respect to rfc2822 tokens and to do
encoding in place rather than by passing strings.
(rfc2047-encode-message-header): Don't include header name field
in encoding. Add `address-mime' case and bind
rfc2047-encoding-type for `mime' case.
(rfc2047-encode-string): Doc fix.
(rfc2047-encode): Use longer chunks for base64.
(rfc2047-fold-region): Insert single characters, not strings.
(rfc2047-encoded-word-regexp): Wrap in eval-and-compile.
(rfc2047-decode-region): Avoid consing regexp in loop.
2002-10-18 10:52:56 +00:00
Dave Love
5f8dd322a9
(quoted-printable-encode-region): Use mm-insert-byte.
...
Maybe use string-to-multibyte. Avoid find-charset-region. Cope
with encoding Emacs 22 eight-bit chars.
2002-10-18 10:43:12 +00:00
Juanma Barranquero
d9c25020a0
*** empty log message ***
2002-10-18 10:11:25 +00:00
Juanma Barranquero
7d0393cf12
Fix typo in comment.
2002-10-18 10:09:43 +00:00
Juanma Barranquero
d49e7392f8
(vcursor-other-window): Fix typo.
2002-10-18 09:07:18 +00:00
Juanma Barranquero
79ef886b1d
(top-level): Fix typo.
2002-10-18 08:59:10 +00:00
Juanma Barranquero
6c83d99f87
Fix typo in comment.
2002-10-18 08:52:37 +00:00
Juanma Barranquero
3d8c35d3b0
(gnus-parse-netrc): Fix typo.
2002-10-18 08:41:46 +00:00
Juanma Barranquero
711a4be3eb
(gnus-group-customize): Fix typo.
2002-10-18 08:38:17 +00:00
Juanma Barranquero
1dda7cc892
(gnus-nocem-liberal-fetch): Fix typo.
2002-10-18 08:36:59 +00:00
Juanma Barranquero
88ab16c8e4
(nnlistserv-kk-create-mapping): Fix typo.
2002-10-18 08:35:07 +00:00
Juanma Barranquero
debad045d2
(nnweb-dejanews-create-mapping, nnweb-reference-create-mapping,
...
nnweb-altavista-create-mapping, nnweb-google-create-mapping): Fix typos.
2002-10-18 08:33:46 +00:00
Juanma Barranquero
a9d4efa239
(sgml-close-tag, html-imenu-index): Fix typo.
2002-10-18 08:30:49 +00:00
Juanma Barranquero
51b5edd64f
(bibtex-find-entry-location): Fix typo.
2002-10-18 08:27:27 +00:00
Juanma Barranquero
b554bbff24
(sh-indent-for-then): Fix typo.
2002-10-18 08:18:29 +00:00
Juanma Barranquero
775591f767
(idlwave-region-active-p): Fix typo.
2002-10-18 08:12:35 +00:00
Juanma Barranquero
106ba1bb30
(ebrowse-ts, ebrowse-view/find-file-and-search-pattern,
...
ebrowse-draw-file-member-info): Fix typo.
2002-10-17 16:57:37 +00:00