summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (terminal-init-xterm): delete-frame-hook -> delete-frame-functions.Stefan Monnier2008-03-132-1/+4
|
* (Info-current-node): Remove.Stefan Monnier2008-03-132-9/+8
|
* (describe-project): Remove defaliases for view-todo andJuri Linkov2008-03-122-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 incompleteJuri Linkov2008-03-121-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 thanStefan Monnier2008-03-122-2/+3
| | | | setting default-enable-multibyte-characters.
* (quail-setup-completion-buf): Use set-buffer-multibyte rather thanStefan Monnier2008-03-122-9/+10
| | | | setting default-enable-multibyte-characters.
* (binhex-decode-region-internal): Use set-buffer-multibyte rather thanStefan Monnier2008-03-122-2/+3
| | | | setting default-enable-multibyte-characters.
* (uudecode-decode-region-internal): Use set-buffer-multibyte rather thanStefan Monnier2008-03-122-6/+7
| | | | setting default-enable-multibyte-characters.
* (dns-read-string-name, dns-read, dns-read-type, query-dns):Stefan Monnier2008-03-122-147/+148
| | | | Use set-buffer-multibyte rather than set default-enable-multibyte-characters.
* (mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...Stefan Monnier2008-03-122-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 thanStefan Monnier2008-03-122-2/+6
| | | | setting default-enable-multibyte-characters.
* Use with-current-buffer.Stefan Monnier2008-03-122-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 Monnier2008-03-122-14/+17
|
* (nnweb-insert-html): Remove use of nnheader-string-as-multibyte.Stefan Monnier2008-03-122-2/+9
|
* (nnheader-init-server-buffer): Use with-current-buffer.Stefan Monnier2008-03-122-6/+7
| | | | (nnheader-string-as-multibyte): Remove.
* Use inhibit-read-only.Stefan Monnier2008-03-122-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 Monnier2008-03-122-2/+7
| | | | (mm-uu-yenc-extract): Use with-current-buffer.
* (gnus-soup-send-packet): Don't use mm-with-unibyte-current-bufferStefan Monnier2008-03-122-4/+6
| | | | since the buffer is unibyte anyway.
* Use with-current-buffer.Stefan Monnier2008-03-122-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 Monnier2008-03-122-3/+7
| | | | (nnimap-request-move-article): Use with-current-buffer.
* (mm-with-part): Set the buffer to unibyte before insertingStefan Monnier2008-03-122-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 Monnier2008-03-122-28/+16
|
* (viper-file-remote-p): Remove, unused.Stefan Monnier2008-03-122-5/+2
|
* Fix up indentation and comment style. Remove `function'.Stefan Monnier2008-03-122-184/+170
|
* (reset-language-environment, set-language-environment-nonascii-translation):Stefan Monnier2008-03-122-2/+13
| | | | Don't set-unibyte-charset.
* Remove all cb-args, use closures instead.Stefan Monnier2008-03-122-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 Horn2008-03-121-1/+1
|
* (doc-view-current-cache-dir): Set buffer used forTassilo Horn2008-03-122-0/+6
| | | | md5 sum calculation to single-byte.
* (doc-view-new-window-function): Add assertion.Stefan Monnier2008-03-122-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 Monnier2008-03-122-4/+14
|
* (doc-view-doc->txt, doc-view-open-text)Tassilo Horn2008-03-122-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 Nicolaescu2008-03-122-2/+6
|
* (sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation.Stefan Monnier2008-03-122-1/+8
|
* (minibuffer-local-map): Use the same command for the "Quit" menu as used forStefan Monnier2008-03-112-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 Monnier2008-03-112-3/+14
|
* (menu-bar-update-buffers-maxbuf): Remove.Stefan Monnier2008-03-112-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 Barranquero2008-03-112-5/+2
|
* (iwconfig-program-options): Doc fix.Juanma Barranquero2008-03-112-28/+29
| | | | (net-utils-run-program, run-network-program): Define as functions.
* (lisp-interaction-mode-map): Fix typo.Dan Nicolaescu2008-03-112-1/+5
|
* (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.Glenn Morris2008-03-112-4/+11
|
* (mode-line-emphasis): New face.Glenn Morris2008-03-111-0/+8
|
* (top-level): Load cal-loaddefs when compiling.Glenn Morris2008-03-111-1/+4
|
* (set-mark-command): Doc fix.Chong Yidong2008-03-111-1/+2
|
* * simple.el (set-mark-command): Doc fix.Chong Yidong2008-03-111-0/+4
|
* (bootstrap-prepare): Don't chmod cal-loaddefs.el.Stefan Monnier2008-03-102-2/+3
|
* (autoload-find-destination): Don't force raw-text.Stefan Monnier2008-03-102-6/+8
|
* Ignore cal-loaddefs.el.Stefan Monnier2008-03-101-0/+1
|
* * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.Stefan Monnier2008-03-103-688/+6
| | | | * calendar/cal-loaddefs.el: Don't version control.
* (makefile-mode-abbrev-table): Add menuDan Nicolaescu2008-03-102-8/+61
| | | | entries and add :help to the existing ones.
* (date, entry, number): Move declarations to where they are needed.Glenn Morris2008-03-102-3/+9
|