1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 00:11:49 -07:00
Commit graph

88151 commits

Author SHA1 Message Date
Chong Yidong
30bf4750fb (follow-calc-win-end): Use with-selected-window.
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible.  If the selected window is redrawn,
tell follow-redisplay to preserve it.
2008-12-30 13:26:23 +00:00
Chong Yidong
b4c79e7b01 * follow.el (follow-calc-win-end): Use with-selected-window.
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible.  If the selected window is redrawn,
tell follow-redisplay to preserve it.
2008-12-30 13:25:52 +00:00
Andreas Schwab
d9569a55d8 (server-running-p): Remove interactive spec. Fix
regexp.
2008-12-30 11:28:14 +00:00
Chong Yidong
4484b97dcd (follow-calc-win-start): Don't use `inline'.
(follow-update-window-start, follow-select-if-visible)
(follow-calculate-first-window-start-from-below)
(follow-post-command-hook): Code cleanup.
(follow-downward, follow-calculate-first-window-start): Function
deleted and merged into follow-redisplay.
(follow-redisplay): Merge code from follow-downward and
follow-calculate-first-window-start.
2008-12-30 10:52:01 +00:00
Chong Yidong
0d05df650b * follow.el (follow-calc-win-start): Don't use `inline'.
(follow-update-window-start, follow-select-if-visible)
(follow-calculate-first-window-start-from-below)
(follow-post-command-hook): Code cleanup.
(follow-downward, follow-calculate-first-window-start): Function
deleted and merged into follow-redisplay.
(follow-redisplay): Merge code from follow-downward and
follow-calculate-first-window-start.
2008-12-30 10:51:41 +00:00
Roland Winkler
9330d4c06a Add reference to Bug#1718. 2008-12-30 05:04:54 +00:00
Juanma Barranquero
744c85fbed * proced.el (proced-tree-flag): Fix typo in docstring. 2008-12-30 01:52:14 +00:00
Kenichi Handa
1ede3eb64b (copy_text): To convert a non-ASCII char to unibyte,
just get the low 8-bit of the code.
2008-12-30 01:48:56 +00:00
Kenichi Handa
545312c251 (font_intern_prop): Validate str as multibyte. 2008-12-30 00:46:13 +00:00
Richard M. Stallman
25f0137554 *** empty log message *** 2008-12-29 19:19:26 +00:00
Richard M. Stallman
0a45836335 (pmail-edit-mode): Bind buffer-swwapped-with to nil.
(pmail-edit-current-message): Save all of buffer as old text.
Clear undo list.
(pmail-cease-edit): Widen first.
Operate in the view buffer; copy edited text back to mbox buffer
and re-encode what was decoded to display the message.
(pmail-abort-edit): Widen first.
2008-12-29 19:19:15 +00:00
Richard M. Stallman
e1ebab6e8b (pmail-forwarded-attr-index): Doc fix.
(pmail-resent-attr-index): New variable.
(pmail-attr-array): Add r for resent.
(pmail-add-mbox-headers): Make 8 attributes.
(pmail-set-attribute): Extend attribute line if necessary.

(pmail-widen): New command.
(pmail-mode-map): o is pmail-output, C-o is pmail-output-as-seen,
(pmail-mode-map): c-w is pmail-widen.
(pmail-change-major-mode-hook): Do nothing unless buffer-swapped-with.
(pmail-show-message): Downcase character-coding.
2008-12-29 19:16:37 +00:00
Richard M. Stallman
5921f0a48c (pmail-output-decode-coding): New variable.
(pmail-delete-unwanted-fields): Greatly simplified.
(pmail-output-as-babyl): New function.
(pmail-convert-to-babyl-format): Considerably simplified:
assume just one message and don't worry about Content-Type.
(pmail-output-as-mbox): New function.
(pmail-output): Total rewrite.
(pmail-output-as-seen): New command.
(pmail-output-read-pmail-file-name): Function deleted.
(pmail-output-to-babyl-file): Function deleted.
(pmail-output-body-to-file): Don't set an attribute.
2008-12-29 19:12:22 +00:00
Juanma Barranquero
e3021fe7db Add bug reference. 2008-12-29 16:56:51 +00:00
Roland Winkler
48152a7052 (proced-temp-alist): Renamed from variable proced-children-alist.
(proced-process-tree, proced-toggle-tree): Fix docstring.
(proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
(proced-temp-internal): Use proced-temp-alist.
2008-12-29 06:13:36 +00:00
Dan Nicolaescu
53374291b7 (mkdir): New defalias. 2008-12-29 05:11:15 +00:00
Dan Nicolaescu
31e0750eac (struct face): Move lface and hash from the middle
of bitfields.
2008-12-29 04:53:10 +00:00
Dan Nicolaescu
bd7bbf294e (INTERVALS_H): Rename from INTERVAL_SRC, update all users. 2008-12-29 04:01:06 +00:00
Dan Nicolaescu
b5672e7ca4 (INTERVAL_SRC): Also depend on dispextern.h.
(coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
instead of intervals.h.
2008-12-29 03:55:53 +00:00
Juri Linkov
2e4667d1ca (Fill Commands): Replace M-s' with M-o M-s'. 2008-12-29 00:19:35 +00:00
Juri Linkov
69e9caddaf (Minibuffer History): Add a link to `Isearch Minibuffer'. 2008-12-29 00:19:15 +00:00
Juri Linkov
5adfa483c2 (proced-mode-map): Bind " " to next-line instead of the
command `proced-next-line' removed on 2008-09-06.
2008-12-29 00:12:12 +00:00
Juri Linkov
18e4b9bdcb Add `butterfly'. 2008-12-28 23:52:31 +00:00
Juri Linkov
0f9568b7a1 (butterfly): Doc fix. Add animate-string' and browse-url'. 2008-12-28 23:50:47 +00:00
Juri Linkov
e8d24e5b09 (butterfly): New command. 2008-12-28 23:48:21 +00:00
Juri Linkov
fa862320ce (reftex-isearch-switch-to-next-file):
Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
(reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
set 4 obsolete variables for backward-compatibility with Emacs 22.
2008-12-28 23:46:34 +00:00
Juri Linkov
9b7322d8c3 (multi-isearch-next-buffer-function): Doc fix.
(multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2008-12-28 23:45:53 +00:00
Roland Winkler
f1d2765346 (proced-grammar-alist): Allow predicate nil. New attribute tree.
(proced-format-alist): Use attribute tree.
(proced-tree-flag, proced-tree-indent): New variables.
(proced-children-alist): Renamed from proced-process-tree.  PPID
must refer to a process in process-alist.  Ignore PPIDs that equal
PID.  Children alist inherits sorting order from process-alist.
(proced-process-tree): New variable.  New function.
(proced-process-tree-internal, proced-toggle-tree)
(proced-tree, proced-tree-insert, proced-format-tree): New
functions.
(proced-mark-process-alist): Add docstring.
(proced-filter-parents): PPID must refer to a process in
process-alist.  Ignore PPIDs that equal PID.
(proced-sort): Throw error if attribute is not sortable.
(proced-sort-interactive): Restrict completion to sortable
attributes.
(proced-format): Include tree in standard attributes if
proced-tree-flag is non-nil.  Make header clickable only if
corresponding predicate is non-nil.
(proced-update): Use proced-tree.
2008-12-28 13:58:10 +00:00
Chong Yidong
39791e03e1 (Goto Address mode): Rename from Goto-address. Refer to
goto-address-mode instead of goto-address.
2008-12-28 05:03:34 +00:00
Chong Yidong
60d8d1642b (Top): Update node listing. 2008-12-28 05:03:10 +00:00
Chong Yidong
f4afec8a98 (Rmail Display): Goto-address renamed to Goto Address mode. 2008-12-28 05:01:53 +00:00
Chong Yidong
3da8da94c2 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
mode.
2008-12-28 05:01:05 +00:00
Chong Yidong
2a3eac47a0 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
goto-address-mode instead of goto-address.
2008-12-28 04:58:54 +00:00
Chong Yidong
55fdbbb55b (diff): Doc fix. 2008-12-28 04:40:08 +00:00
Chong Yidong
3dfe36a55f * diff.el (diff): Doc fix. 2008-12-28 04:38:44 +00:00
Chong Yidong
baac7510a4 (rx): Doc fix. 2008-12-28 04:19:34 +00:00
Chong Yidong
5fa77a6a7a * emacs-lisp/rx.el (rx): Doc fix. 2008-12-28 04:19:03 +00:00
Chong Yidong
d5ac5779a4 (move-file-to-trash): Bind backup-directory-alist to nil before
uniquifying backup trash file name.
2008-12-28 03:24:53 +00:00
Chong Yidong
7d96af1ab4 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
before uniquifying backup trash file name.
2008-12-28 03:24:19 +00:00
Andreas Schwab
7f4a3168c8 (vc-git-dir-printer): Fix filename column. 2008-12-27 22:24:31 +00:00
Eli Zaretskii
d14030f587 (Top): Add @detailmenu items for "Multiple Terminals" and its subsections. 2008-12-27 18:57:52 +00:00
Eli Zaretskii
b40222038c (Multiple Terminals, Low-level Terminal)
(Terminal Parameters, Frames on Other TTY devices): New sections.
(Frames): Add an xref to "Multiple Terminals".
2008-12-27 18:56:53 +00:00
Dan Nicolaescu
fe3a1c1dd2 (term-emulate-terminal): Decode substring just prior to
inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2008-12-27 17:57:25 +00:00
Dan Nicolaescu
bda28f63f8 Remove non-working entry for pmail.
(fill-column): Fix typo.
(change-log-mode): Add fill column.
2008-12-27 17:10:24 +00:00
Eli Zaretskii
765980a41e (Top): Add @detailmenu item for "Terminal Type". 2008-12-27 15:46:03 +00:00
Eli Zaretskii
eba64e97a1 (Terminal Type): New node.
(Editing Types): Add it to the menu.
2008-12-27 15:44:38 +00:00
Eli Zaretskii
47bd5577b2 (Top): Add a @detailmenu item for "Directory Local Variables". 2008-12-27 15:26:23 +00:00
Eli Zaretskii
eb22b78cab (Directory Local Variables): New node. 2008-12-27 15:23:37 +00:00
Eli Zaretskii
b8afe7e422 (Autoload): Document generate-autoload-cookie' and generated-autoload-file'. 2008-12-27 14:02:07 +00:00
Eli Zaretskii
6c4d5dd3eb (MH_E_DIR): New variable.
($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2008-12-27 12:03:46 +00:00