Glenn Morris
0343a908fa
More details of font-lock-comment-delimiter-face and related issues.
2008-03-13 03:00:27 +00:00
Stefan Monnier
ba4f4f755d
(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.
2008-03-13 02:04:42 +00:00
Stefan Monnier
d443205552
(Info-current-node): Remove.
2008-03-13 01:57:05 +00:00
Juri Linkov
de5ab37dc9
(describe-project): Remove defaliases for view-todo and
...
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.
2008-03-12 21:55:02 +00:00
Juri Linkov
9bc6f805fc
(inhibit-startup-screen): Revert incomplete
...
2008-03-10 merge from emacs--rel--22 that partly reverted
2008-02-28 change that added initial message to *scratch* buffer
regardless of the value of `inhibit-startup-screen'.
Now keep this change in the trunk, but not in the 22 branch.
2008-03-12 21:54:36 +00:00
Stefan Monnier
c593020747
(quail-help): Use set-buffer-multibyte rather than
...
setting default-enable-multibyte-characters.
2008-03-12 21:01:35 +00:00
Stefan Monnier
fd02659e22
(quail-setup-completion-buf): Use set-buffer-multibyte rather than
...
setting default-enable-multibyte-characters.
2008-03-12 20:58:32 +00:00
Stefan Monnier
ca874c230f
(binhex-decode-region-internal): Use set-buffer-multibyte rather than
...
setting default-enable-multibyte-characters.
2008-03-12 20:53:46 +00:00
Stefan Monnier
058f400240
(uudecode-decode-region-internal): Use set-buffer-multibyte rather than
...
setting default-enable-multibyte-characters.
2008-03-12 20:53:10 +00:00
Stefan Monnier
eb21f2ff51
(dns-read-string-name, dns-read, dns-read-type, query-dns):
...
Use set-buffer-multibyte rather than set default-enable-multibyte-characters.
2008-03-12 20:52:31 +00:00
Stefan Monnier
5d2e28bfb4
(mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...
...
(mh-face-display-function, mh-x-image-display): ...rather than bind
default-enable-multibyte-characters.
2008-03-12 20:51:26 +00:00
Stefan Monnier
d008105801
(sha1-string-external): Use set-buffer-multibyte rather than
...
setting default-enable-multibyte-characters.
2008-03-12 20:48:46 +00:00
Stefan Monnier
ed075cb4ea
Use with-current-buffer.
...
(nntp-send-buffer): Just set the buffer to unibyte rather than use the
dubious mm-with-unibyte-current-buffer.
(nntp-with-open-group-function): New function extracted from
nntp-with-open-group macro.
(nntp-with-open-group): Use the function, so it's easier to debug.
Add indentation and debugging info.
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the
use of the netcat alternatives.
2008-03-12 19:56:09 +00:00
Stefan Monnier
f15a9fec25
(rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well.
2008-03-12 19:40:14 +00:00
Stefan Monnier
944c87e061
(nnweb-insert-html): Remove use of nnheader-string-as-multibyte.
2008-03-12 19:20:33 +00:00
Stefan Monnier
2ec9cf150b
(nnheader-init-server-buffer): Use with-current-buffer.
...
(nnheader-string-as-multibyte): Remove.
2008-03-12 19:07:16 +00:00
Stefan Monnier
3d2440b432
Use inhibit-read-only.
...
(mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
(mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
or unibyte-string.
2008-03-12 19:04:56 +00:00
Stefan Monnier
456cace2bc
(mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
...
(mm-uu-yenc-extract): Use with-current-buffer.
2008-03-12 18:54:39 +00:00
Stefan Monnier
f5fcf556b2
(gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
...
since the buffer is unibyte anyway.
2008-03-12 18:49:53 +00:00
Stefan Monnier
c9de775515
Use with-current-buffer.
...
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.
2008-03-12 18:44:07 +00:00
Stefan Monnier
9c5fe825f7
(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
...
(nnimap-request-move-article): Use with-current-buffer.
2008-03-12 18:40:01 +00:00
Stefan Monnier
d4eb2b7e39
(mm-with-part): Set the buffer to unibyte before inserting
...
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.
2008-03-12 18:30:52 +00:00
Stefan Monnier
228b6ecd21
Use with-current-buffer.
2008-03-12 18:23:38 +00:00
Stefan Monnier
1c55ebd109
(Fswitch_to_buffer): Fall back on pop-to-buffer.
2008-03-12 18:13:23 +00:00
Stefan Monnier
6f87952b19
(viper-file-remote-p): Remove, unused.
2008-03-12 17:57:29 +00:00
Stefan Monnier
f130385591
Fix up indentation and comment style. Remove `function'.
2008-03-12 17:56:57 +00:00
Stefan Monnier
33de15f4c1
(reset-language-environment, set-language-environment-nonascii-translation):
...
Don't set-unibyte-charset.
2008-03-12 17:48:00 +00:00
Stefan Monnier
b4cb319f0a
Remove all cb-args, use closures instead.
...
(doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
doing an incorrect check). Update all callers to use the new name.
(doc-view-doc->txt): Add missing `txt' argument.
2008-03-12 15:26:49 +00:00
Tassilo Horn
3c1beeeb87
Fix next to last ChangeLog entry.
2008-03-12 15:01:09 +00:00
Tassilo Horn
86903c81ae
(doc-view-current-cache-dir): Set buffer used for
...
md5 sum calculation to single-byte.
2008-03-12 14:59:10 +00:00
Stefan Monnier
eb79098b2b
(doc-view-new-window-function): Add assertion.
...
(doc-view-doc-type): New var.
(doc-view-convert-current-doc, doc-view-doc->txt): Use it.
(doc-view-intersection): New fun.
(doc-view-mode): Use it to set the new var.
2008-03-12 14:50:36 +00:00
Chong Yidong
8e8b845d1d
Copyedit.
2008-03-12 13:42:04 +00:00
Chong Yidong
a5ef46d972
Remove discussion of flow control.
2008-03-12 13:41:02 +00:00
Chong Yidong
4d2d106e6f
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
...
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.
2008-03-12 13:39:52 +00:00
Stefan Monnier
dd58a68650
(message-ignored-resent-headers): Add "Delivered-To".
2008-03-12 13:06:58 +00:00
Tassilo Horn
515357c252
(doc-view-doc->txt, doc-view-open-text)
...
(doc-view-already-converted-p): New functions.
(doc-view-clear-cache): Don't recreate doc-view-cache-directory.
(doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
(doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
(doc-view-convert-current-doc): Don't hardwire the functions the
sentinels call. Now they're provided by two args CALLBACK and
CB-ARGS to the functions.
(doc-view-search): Use doc-view-doc->txt.
(doc-view-initiate-display): Use doc-view-already-converted-p.
Mention new binding C-c C-t if doc-view-mode doesn't work.
2008-03-12 12:05:30 +00:00
Juanma Barranquero
85efdcf340
Describe linum.el.
2008-03-12 09:31:59 +00:00
Dan Nicolaescu
5e15554dac
(diff-refine-change): Adjust colors to be more visible.
2008-03-12 06:53:18 +00:00
Stefan Monnier
ede8c7f013
(sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation.
2008-03-12 03:15:13 +00:00
Stefan Monnier
94e7375752
(minibuffer-local-map): Use the same command for the "Quit" menu as used for
...
the C-g key, so the shortcut displayed is C-g.
Prefer RET over C-j for exit-minibuffer.
2008-03-11 22:02:46 +00:00
Stefan Monnier
38a79e3315
(display-buffer-other-frame): Eliminate problematic code.
2008-03-11 20:48:57 +00:00
Stefan Monnier
ed10603b35
(menu-bar-update-buffers-maxbuf): Remove.
...
(menu-bar-select-buffer): Remove.
(menu-bar-select-frame): Make non-interactive and take a frame arg.
(menu-bar-update-buffers): Don't use buffer-names or frame names as events.
2008-03-11 17:44:39 +00:00
Juanma Barranquero
3bb1c62756
(icomplete-completions): Remove obsolete code.
2008-03-11 16:27:52 +00:00
Jan Djärv
9a09351550
Fix previous change.
2008-03-11 15:54:05 +00:00
Juanma Barranquero
20f28123b3
(iwconfig-program-options): Doc fix.
...
(net-utils-run-program, run-network-program): Define as functions.
2008-03-11 10:23:09 +00:00
Jan Djärv
ca34d75a59
Add --enable-sync-input, default yes.
2008-03-11 08:14:28 +00:00
Dan Nicolaescu
191a057dc0
(lisp-interaction-mode-map): Fix typo.
2008-03-11 08:04:35 +00:00
Jan Djärv
c523e161a2
(x_connection_closed): For GTK: If this is the last
...
terminal just exit without closing the display.
2008-03-11 07:35:20 +00:00
Glenn Morris
cf358568d8
Remove Creator metadata.
2008-03-11 04:36:26 +00:00
Glenn Morris
69c7cf1b51
(install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/.
2008-03-11 04:28:49 +00:00