Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (terminal-init-xterm): delete-frame-hook -> delete-frame-functions. | Stefan Monnier | 2008-03-13 | 2 | -1/+4 |
| | |||||
* | (Info-current-node): Remove. | Stefan Monnier | 2008-03-13 | 2 | -9/+8 |
| | |||||
* | (describe-project): Remove defaliases for view-todo and | Juri Linkov | 2008-03-12 | 2 | -2/+12 |
| | | | | | describe-project that are now unnecessary after the merge from emacs--rel--22 that added define-obsolete-function-alias. | ||||
* | (inhibit-startup-screen): Revert incomplete | Juri Linkov | 2008-03-12 | 1 | -12/+1 |
| | | | | | | | 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. | ||||
* | (quail-help): Use set-buffer-multibyte rather than | Stefan Monnier | 2008-03-12 | 2 | -2/+3 |
| | | | | setting default-enable-multibyte-characters. | ||||
* | (quail-setup-completion-buf): Use set-buffer-multibyte rather than | Stefan Monnier | 2008-03-12 | 2 | -9/+10 |
| | | | | setting default-enable-multibyte-characters. | ||||
* | (binhex-decode-region-internal): Use set-buffer-multibyte rather than | Stefan Monnier | 2008-03-12 | 2 | -2/+3 |
| | | | | setting default-enable-multibyte-characters. | ||||
* | (uudecode-decode-region-internal): Use set-buffer-multibyte rather than | Stefan Monnier | 2008-03-12 | 2 | -6/+7 |
| | | | | setting default-enable-multibyte-characters. | ||||
* | (dns-read-string-name, dns-read, dns-read-type, query-dns): | Stefan Monnier | 2008-03-12 | 2 | -147/+148 |
| | | | | Use set-buffer-multibyte rather than set default-enable-multibyte-characters. | ||||
* | (mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte... | Stefan Monnier | 2008-03-12 | 2 | -10/+14 |
| | | | | | (mh-face-display-function, mh-x-image-display): ...rather than bind default-enable-multibyte-characters. | ||||
* | (sha1-string-external): Use set-buffer-multibyte rather than | Stefan Monnier | 2008-03-12 | 2 | -2/+6 |
| | | | | setting default-enable-multibyte-characters. | ||||
* | Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -97/+105 |
| | | | | | | | | | | | (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. | ||||
* | (rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well. | Stefan Monnier | 2008-03-12 | 2 | -14/+17 |
| | |||||
* | (nnweb-insert-html): Remove use of nnheader-string-as-multibyte. | Stefan Monnier | 2008-03-12 | 2 | -2/+9 |
| | |||||
* | (nnheader-init-server-buffer): Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -6/+7 |
| | | | | (nnheader-string-as-multibyte): Remove. | ||||
* | Use inhibit-read-only. | Stefan Monnier | 2008-03-12 | 2 | -42/+42 |
| | | | | | | (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. | ||||
* | (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness. | Stefan Monnier | 2008-03-12 | 2 | -2/+7 |
| | | | | (mm-uu-yenc-extract): Use with-current-buffer. | ||||
* | (gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer | Stefan Monnier | 2008-03-12 | 2 | -4/+6 |
| | | | | since the buffer is unibyte anyway. | ||||
* | Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -10/+10 |
| | | | | | (nnmh-request-list-1): Use mm-string-to-multibyte rather than mm-string-as-multibyte on the output of mm-encode-coding-string. | ||||
* | (nnimap-retrieve-headers-progress): Use a unibyte temp buffer. | Stefan Monnier | 2008-03-12 | 2 | -3/+7 |
| | | | | (nnimap-request-move-article): Use with-current-buffer. | ||||
* | (mm-with-part): Set the buffer to unibyte before inserting | Stefan Monnier | 2008-03-12 | 2 | -14/+16 |
| | | | | | the handle-buffer's text, so the implicit multibyte->unibyte conversion uses string-make-unibyte rather than string-as-unibyte. | ||||
* | Use with-current-buffer. | Stefan Monnier | 2008-03-12 | 2 | -28/+16 |
| | |||||
* | (viper-file-remote-p): Remove, unused. | Stefan Monnier | 2008-03-12 | 2 | -5/+2 |
| | |||||
* | Fix up indentation and comment style. Remove `function'. | Stefan Monnier | 2008-03-12 | 2 | -184/+170 |
| | |||||
* | (reset-language-environment, set-language-environment-nonascii-translation): | Stefan Monnier | 2008-03-12 | 2 | -2/+13 |
| | | | | Don't set-unibyte-charset. | ||||
* | Remove all cb-args, use closures instead. | Stefan Monnier | 2008-03-12 | 2 | -87/+58 |
| | | | | | | | (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. | ||||
* | Fix next to last ChangeLog entry. | Tassilo Horn | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | (doc-view-current-cache-dir): Set buffer used for | Tassilo Horn | 2008-03-12 | 2 | -0/+6 |
| | | | | md5 sum calculation to single-byte. | ||||
* | (doc-view-new-window-function): Add assertion. | Stefan Monnier | 2008-03-12 | 2 | -13/+57 |
| | | | | | | | (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. | ||||
* | (message-ignored-resent-headers): Add "Delivered-To". | Stefan Monnier | 2008-03-12 | 2 | -4/+14 |
| | |||||
* | (doc-view-doc->txt, doc-view-open-text) | Tassilo Horn | 2008-03-12 | 2 | -63/+116 |
| | | | | | | | | | | | | | | | (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. | ||||
* | (diff-refine-change): Adjust colors to be more visible. | Dan Nicolaescu | 2008-03-12 | 2 | -2/+6 |
| | |||||
* | (sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation. | Stefan Monnier | 2008-03-12 | 2 | -1/+8 |
| | |||||
* | (minibuffer-local-map): Use the same command for the "Quit" menu as used for | Stefan Monnier | 2008-03-11 | 2 | -1/+6 |
| | | | | | the C-g key, so the shortcut displayed is C-g. Prefer RET over C-j for exit-minibuffer. | ||||
* | (display-buffer-other-frame): Eliminate problematic code. | Stefan Monnier | 2008-03-11 | 2 | -3/+14 |
| | |||||
* | (menu-bar-update-buffers-maxbuf): Remove. | Stefan Monnier | 2008-03-11 | 2 | -66/+50 |
| | | | | | | (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. | ||||
* | (icomplete-completions): Remove obsolete code. | Juanma Barranquero | 2008-03-11 | 2 | -5/+2 |
| | |||||
* | (iwconfig-program-options): Doc fix. | Juanma Barranquero | 2008-03-11 | 2 | -28/+29 |
| | | | | (net-utils-run-program, run-network-program): Define as functions. | ||||
* | (lisp-interaction-mode-map): Fix typo. | Dan Nicolaescu | 2008-03-11 | 2 | -1/+5 |
| | |||||
* | (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face. | Glenn Morris | 2008-03-11 | 2 | -4/+11 |
| | |||||
* | (mode-line-emphasis): New face. | Glenn Morris | 2008-03-11 | 1 | -0/+8 |
| | |||||
* | (top-level): Load cal-loaddefs when compiling. | Glenn Morris | 2008-03-11 | 1 | -1/+4 |
| | |||||
* | (set-mark-command): Doc fix. | Chong Yidong | 2008-03-11 | 1 | -1/+2 |
| | |||||
* | * simple.el (set-mark-command): Doc fix. | Chong Yidong | 2008-03-11 | 1 | -0/+4 |
| | |||||
* | (bootstrap-prepare): Don't chmod cal-loaddefs.el. | Stefan Monnier | 2008-03-10 | 2 | -2/+3 |
| | |||||
* | (autoload-find-destination): Don't force raw-text. | Stefan Monnier | 2008-03-10 | 2 | -6/+8 |
| | |||||
* | Ignore cal-loaddefs.el. | Stefan Monnier | 2008-03-10 | 1 | -0/+1 |
| | |||||
* | * calendar/calendar.el ("cal-loaddefs"): Load, rather than require. | Stefan Monnier | 2008-03-10 | 3 | -688/+6 |
| | | | | * calendar/cal-loaddefs.el: Don't version control. | ||||
* | (makefile-mode-abbrev-table): Add menu | Dan Nicolaescu | 2008-03-10 | 2 | -8/+61 |
| | | | | entries and add :help to the existing ones. | ||||
* | (date, entry, number): Move declarations to where they are needed. | Glenn Morris | 2008-03-10 | 2 | -3/+9 |
| |