]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years ago* follow.el (follow-select-if-visible): Improve the check for the
Chong Yidong [Tue, 30 Dec 2008 16:19:50 +0000 (16:19 +0000)]
* follow.el (follow-select-if-visible): Improve the check for the
last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.

15 years ago*** empty log message ***
Jason Rumney [Tue, 30 Dec 2008 15:10:39 +0000 (15:10 +0000)]
*** empty log message ***

15 years ago(follow-calculate-first-window-start-from-below): Avoid looping
Chong Yidong [Tue, 30 Dec 2008 15:09:35 +0000 (15:09 +0000)]
(follow-calculate-first-window-start-from-below): Avoid looping
forever if vertical-motion returns an unexpected value.

15 years ago(store_frame_param, x_get_arg): Enable newer code on
Jason Rumney [Tue, 30 Dec 2008 15:09:13 +0000 (15:09 +0000)]
(store_frame_param, x_get_arg): Enable newer code on
WINDOWSNT too, as related changes have already been synced.

15 years ago* follow.el (follow-calculate-first-window-start-from-below): Avoid
Chong Yidong [Tue, 30 Dec 2008 15:08:22 +0000 (15:08 +0000)]
* follow.el (follow-calculate-first-window-start-from-below): Avoid
looping forever if vertical-motion returns an unexpected value.

15 years ago(Fvertical_motion): Don't advance iterator if we have reseated to the
Chong Yidong [Tue, 30 Dec 2008 15:03:08 +0000 (15:03 +0000)]
(Fvertical_motion): Don't advance iterator if we have reseated to the
desired position.

15 years ago(move_it_to): Handle GET_FROM_STRETCH method when checking for pos
Chong Yidong [Tue, 30 Dec 2008 14:50:19 +0000 (14:50 +0000)]
(move_it_to): Handle GET_FROM_STRETCH method when checking for pos
match.

15 years ago* indent.c (Fvertical_motion): Don't advance iterator if we have
Chong Yidong [Tue, 30 Dec 2008 14:49:28 +0000 (14:49 +0000)]
* indent.c (Fvertical_motion): Don't advance iterator if we have
reseated to the desired position.

* xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
checking for pos match.

15 years agoMinor doc fix.
Chong Yidong [Tue, 30 Dec 2008 13:28:33 +0000 (13:28 +0000)]
Minor doc fix.

15 years ago(follow-calc-win-end): Use with-selected-window.
Chong Yidong [Tue, 30 Dec 2008 13:26:23 +0000 (13:26 +0000)]
(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.

15 years ago* follow.el (follow-calc-win-end): Use with-selected-window.
Chong Yidong [Tue, 30 Dec 2008 13:25:52 +0000 (13:25 +0000)]
* 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.

15 years ago(server-running-p): Remove interactive spec. Fix
Andreas Schwab [Tue, 30 Dec 2008 11:28:14 +0000 (11:28 +0000)]
(server-running-p): Remove interactive spec.  Fix
regexp.

15 years ago(follow-calc-win-start): Don't use `inline'.
Chong Yidong [Tue, 30 Dec 2008 10:52:01 +0000 (10:52 +0000)]
(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.

15 years ago* follow.el (follow-calc-win-start): Don't use `inline'.
Chong Yidong [Tue, 30 Dec 2008 10:51:41 +0000 (10:51 +0000)]
* 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.

15 years agoAdd reference to Bug#1718.
Roland Winkler [Tue, 30 Dec 2008 05:04:54 +0000 (05:04 +0000)]
Add reference to Bug#1718.

15 years ago* proced.el (proced-tree-flag): Fix typo in docstring.
Juanma Barranquero [Tue, 30 Dec 2008 01:52:14 +0000 (01:52 +0000)]
* proced.el (proced-tree-flag): Fix typo in docstring.

15 years ago(copy_text): To convert a non-ASCII char to unibyte,
Kenichi Handa [Tue, 30 Dec 2008 01:48:56 +0000 (01:48 +0000)]
(copy_text): To convert a non-ASCII char to unibyte,
just get the low 8-bit of the code.

15 years ago(font_intern_prop): Validate str as multibyte.
Kenichi Handa [Tue, 30 Dec 2008 00:46:13 +0000 (00:46 +0000)]
(font_intern_prop): Validate str as multibyte.

15 years ago*** empty log message ***
Richard M. Stallman [Mon, 29 Dec 2008 19:19:26 +0000 (19:19 +0000)]
*** empty log message ***

15 years ago(pmail-edit-mode): Bind buffer-swwapped-with to nil.
Richard M. Stallman [Mon, 29 Dec 2008 19:19:15 +0000 (19:19 +0000)]
(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.

15 years ago(pmail-forwarded-attr-index): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2008 19:16:37 +0000 (19:16 +0000)]
(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.

15 years ago(pmail-output-decode-coding): New variable.
Richard M. Stallman [Mon, 29 Dec 2008 19:12:22 +0000 (19:12 +0000)]
(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.

15 years agoAdd bug reference.
Juanma Barranquero [Mon, 29 Dec 2008 16:56:51 +0000 (16:56 +0000)]
Add bug reference.

15 years ago(proced-temp-alist): Renamed from variable proced-children-alist.
Roland Winkler [Mon, 29 Dec 2008 06:13:36 +0000 (06:13 +0000)]
(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.

15 years ago(mkdir): New defalias.
Dan Nicolaescu [Mon, 29 Dec 2008 05:11:15 +0000 (05:11 +0000)]
(mkdir): New defalias.

15 years ago(struct face): Move lface and hash from the middle
Dan Nicolaescu [Mon, 29 Dec 2008 04:53:10 +0000 (04:53 +0000)]
(struct face): Move lface and hash from the middle
of bitfields.

15 years ago(INTERVALS_H): Rename from INTERVAL_SRC, update all users.
Dan Nicolaescu [Mon, 29 Dec 2008 04:01:06 +0000 (04:01 +0000)]
(INTERVALS_H): Rename from INTERVAL_SRC, update all users.

15 years ago(INTERVAL_SRC): Also depend on dispextern.h.
Dan Nicolaescu [Mon, 29 Dec 2008 03:55:53 +0000 (03:55 +0000)]
(INTERVAL_SRC): Also depend on dispextern.h.
(coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
instead of intervals.h.

15 years ago(Fill Commands): Replace `M-s' with `M-o M-s'.
Juri Linkov [Mon, 29 Dec 2008 00:19:35 +0000 (00:19 +0000)]
(Fill Commands): Replace `M-s' with `M-o M-s'.

15 years ago(Minibuffer History): Add a link to `Isearch Minibuffer'.
Juri Linkov [Mon, 29 Dec 2008 00:19:15 +0000 (00:19 +0000)]
(Minibuffer History): Add a link to `Isearch Minibuffer'.

15 years ago(proced-mode-map): Bind " " to next-line instead of the
Juri Linkov [Mon, 29 Dec 2008 00:12:12 +0000 (00:12 +0000)]
(proced-mode-map): Bind " " to next-line instead of the
command `proced-next-line' removed on 2008-09-06.

15 years agoAdd `butterfly'.
Juri Linkov [Sun, 28 Dec 2008 23:52:31 +0000 (23:52 +0000)]
Add `butterfly'.

15 years ago(butterfly): Doc fix. Add `animate-string' and `browse-url'.
Juri Linkov [Sun, 28 Dec 2008 23:50:47 +0000 (23:50 +0000)]
(butterfly): Doc fix.  Add `animate-string' and `browse-url'.

15 years ago(butterfly): New command.
Juri Linkov [Sun, 28 Dec 2008 23:48:21 +0000 (23:48 +0000)]
(butterfly): New command.

15 years ago(reftex-isearch-switch-to-next-file):
Juri Linkov [Sun, 28 Dec 2008 23:46:34 +0000 (23:46 +0000)]
(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.

15 years ago(multi-isearch-next-buffer-function): Doc fix.
Juri Linkov [Sun, 28 Dec 2008 23:45:53 +0000 (23:45 +0000)]
(multi-isearch-next-buffer-function): Doc fix.
(multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.

15 years ago(proced-grammar-alist): Allow predicate nil. New attribute tree.
Roland Winkler [Sun, 28 Dec 2008 13:58:10 +0000 (13:58 +0000)]
(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.

15 years ago(Goto Address mode): Rename from Goto-address. Refer to
Chong Yidong [Sun, 28 Dec 2008 05:03:34 +0000 (05:03 +0000)]
(Goto Address mode): Rename from Goto-address.  Refer to
goto-address-mode instead of goto-address.

15 years ago(Top): Update node listing.
Chong Yidong [Sun, 28 Dec 2008 05:03:10 +0000 (05:03 +0000)]
(Top): Update node listing.

15 years ago(Rmail Display): Goto-address renamed to Goto Address mode.
Chong Yidong [Sun, 28 Dec 2008 05:01:53 +0000 (05:01 +0000)]
(Rmail Display): Goto-address renamed to Goto Address mode.

15 years ago* rmail.texi (Rmail Display): Goto-address renamed to Goto Address
Chong Yidong [Sun, 28 Dec 2008 05:01:05 +0000 (05:01 +0000)]
* rmail.texi (Rmail Display): Goto-address renamed to Goto Address
mode.

15 years ago* misc.texi (Goto Address mode): Rename from Goto-address. Refer to
Chong Yidong [Sun, 28 Dec 2008 04:58:54 +0000 (04:58 +0000)]
* misc.texi (Goto Address mode): Rename from Goto-address.  Refer to
goto-address-mode instead of goto-address.

15 years ago(diff): Doc fix.
Chong Yidong [Sun, 28 Dec 2008 04:40:08 +0000 (04:40 +0000)]
(diff): Doc fix.

15 years ago* diff.el (diff): Doc fix.
Chong Yidong [Sun, 28 Dec 2008 04:38:44 +0000 (04:38 +0000)]
* diff.el (diff): Doc fix.

15 years ago(rx): Doc fix.
Chong Yidong [Sun, 28 Dec 2008 04:19:34 +0000 (04:19 +0000)]
(rx): Doc fix.

15 years ago* emacs-lisp/rx.el (rx): Doc fix.
Chong Yidong [Sun, 28 Dec 2008 04:19:03 +0000 (04:19 +0000)]
* emacs-lisp/rx.el (rx): Doc fix.

15 years ago(move-file-to-trash): Bind backup-directory-alist to nil before
Chong Yidong [Sun, 28 Dec 2008 03:24:53 +0000 (03:24 +0000)]
(move-file-to-trash): Bind backup-directory-alist to nil before
uniquifying backup trash file name.

15 years ago* files.el (move-file-to-trash): Bind backup-directory-alist to nil
Chong Yidong [Sun, 28 Dec 2008 03:24:19 +0000 (03:24 +0000)]
* files.el (move-file-to-trash): Bind backup-directory-alist to nil
before uniquifying backup trash file name.

15 years ago(vc-git-dir-printer): Fix filename column.
Andreas Schwab [Sat, 27 Dec 2008 22:24:31 +0000 (22:24 +0000)]
(vc-git-dir-printer): Fix filename column.

15 years ago(Top): Add @detailmenu items for "Multiple Terminals" and its subsections.
Eli Zaretskii [Sat, 27 Dec 2008 18:57:52 +0000 (18:57 +0000)]
(Top): Add @detailmenu items for "Multiple Terminals" and its subsections.

15 years ago(Multiple Terminals, Low-level Terminal)
Eli Zaretskii [Sat, 27 Dec 2008 18:56:53 +0000 (18:56 +0000)]
(Multiple Terminals, Low-level Terminal)
(Terminal Parameters, Frames on Other TTY devices): New sections.
(Frames): Add an xref to "Multiple Terminals".

15 years ago(term-emulate-terminal): Decode substring just prior to
Dan Nicolaescu [Sat, 27 Dec 2008 17:57:25 +0000 (17:57 +0000)]
(term-emulate-terminal): Decode substring just prior to
inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)

15 years agoRemove non-working entry for pmail.
Dan Nicolaescu [Sat, 27 Dec 2008 17:10:24 +0000 (17:10 +0000)]
Remove non-working entry for pmail.
(fill-column): Fix typo.
(change-log-mode): Add fill column.

15 years ago(Top): Add @detailmenu item for "Terminal Type".
Eli Zaretskii [Sat, 27 Dec 2008 15:46:03 +0000 (15:46 +0000)]
(Top): Add @detailmenu item for "Terminal Type".

15 years ago(Terminal Type): New node.
Eli Zaretskii [Sat, 27 Dec 2008 15:44:38 +0000 (15:44 +0000)]
(Terminal Type): New node.
(Editing Types): Add it to the menu.

15 years ago(Top): Add a @detailmenu item for "Directory Local Variables".
Eli Zaretskii [Sat, 27 Dec 2008 15:26:23 +0000 (15:26 +0000)]
(Top): Add a @detailmenu item for "Directory Local Variables".

15 years ago(Directory Local Variables): New node.
Eli Zaretskii [Sat, 27 Dec 2008 15:23:37 +0000 (15:23 +0000)]
(Directory Local Variables): New node.

15 years ago(Autoload): Document `generate-autoload-cookie' and `generated-autoload-file'.
Eli Zaretskii [Sat, 27 Dec 2008 14:02:07 +0000 (14:02 +0000)]
(Autoload): Document `generate-autoload-cookie' and `generated-autoload-file'.

15 years ago(MH_E_DIR): New variable.
Eli Zaretskii [Sat, 27 Dec 2008 12:03:46 +0000 (12:03 +0000)]
(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.

15 years ago($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
Eli Zaretskii [Sat, 27 Dec 2008 11:19:41 +0000 (11:19 +0000)]
($(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.

15 years ago(Directory Variables): Fix wording of last change.
Eli Zaretskii [Sat, 27 Dec 2008 09:46:01 +0000 (09:46 +0000)]
(Directory Variables): Fix wording of last change.

15 years ago(dosified-file-name): Declare.
Eli Zaretskii [Fri, 26 Dec 2008 18:00:26 +0000 (18:00 +0000)]
(dosified-file-name): Declare.

15 years ago(keymap-canonicalize): Properly preserve keymap prompt.
Andreas Schwab [Fri, 26 Dec 2008 16:49:30 +0000 (16:49 +0000)]
(keymap-canonicalize): Properly preserve keymap prompt.

15 years ago(tar-swap-data): New function.
Andreas Schwab [Fri, 26 Dec 2008 16:38:00 +0000 (16:38 +0000)]
(tar-swap-data): New function.
(tar-change-major-mode-hook): Use it instead of buffer-swap-text.
(tar-mode-revert): Likewise.
(tar-mode): Likewise.  Don't set write-region-annotate-functions.
(tar-data-swapped-p): Test buffer-swapped-with.
(tar-write-region-annotate): Remove.
(tar-header-block-tokenize): Add argument `coding' and use it
instead of tar-file-name-coding-system.
(tar-summarize-buffer): Pass tar-file-name-coding-system here.

15 years ago(Directory Variables): Explain what is a "project". Add indexing. Improve
Eli Zaretskii [Fri, 26 Dec 2008 16:01:27 +0000 (16:01 +0000)]
(Directory Variables): Explain what is a "project".  Add indexing.  Improve
wording.  Add a footnote about using _dir-locals.el on MS-DOS.

15 years agoIgnore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii [Fri, 26 Dec 2008 15:05:11 +0000 (15:05 +0000)]
Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.

15 years agoProduce _dir-locals.el from .dir-locals.el.
Eli Zaretskii [Fri, 26 Dec 2008 15:03:47 +0000 (15:03 +0000)]
Produce _dir-locals.el from .dir-locals.el.

15 years ago(dosified-file-name): New function.
Eli Zaretskii [Fri, 26 Dec 2008 15:02:47 +0000 (15:02 +0000)]
(dosified-file-name): New function.

15 years ago(dir-locals-find-file) [ms-dos]: Run dir-locals-file through
Eli Zaretskii [Fri, 26 Dec 2008 15:01:10 +0000 (15:01 +0000)]
(dir-locals-find-file) [ms-dos]: Run dir-locals-file through
dosified-file-name.  Compare files case-insensitively on systems whose
filesystems are case-insensitive.

15 years ago(map_keymap_char_table_item): Make a copy of KEY if it is a
Andreas Schwab [Fri, 26 Dec 2008 14:43:21 +0000 (14:43 +0000)]
(map_keymap_char_table_item): Make a copy of KEY if it is a
cons.

15 years ago* textprop.c (Qminibuffer_prompt): New variable.
Martin Rudalics [Fri, 26 Dec 2008 09:39:49 +0000 (09:39 +0000)]
* textprop.c (Qminibuffer_prompt): New variable.
(syms_of_textprop): Initialize it.
* callint.c (Fcall_interactively): For `c', `k', and `K' prompt
in minibuffer-prompt face.  (Bug#1662)

15 years agoChanges from arch/CVS synchronization
Miles Bader [Fri, 26 Dec 2008 02:31:57 +0000 (02:31 +0000)]
Changes from arch/CVS synchronization

15 years ago*** empty log message ***
Jason Rumney [Thu, 25 Dec 2008 15:32:18 +0000 (15:32 +0000)]
*** empty log message ***

15 years ago(PTR): Remove.
Jason Rumney [Thu, 25 Dec 2008 14:30:22 +0000 (14:30 +0000)]
(PTR): Remove.

15 years ago(help-for-help-internal): Fix entry for "l".
Martin Rudalics [Thu, 25 Dec 2008 13:49:52 +0000 (13:49 +0000)]
(help-for-help-internal): Fix entry for "l".

15 years ago(Fbuffer_swap_text): Use POINTER_TYPE.
Jason Rumney [Thu, 25 Dec 2008 10:33:33 +0000 (10:33 +0000)]
(Fbuffer_swap_text): Use POINTER_TYPE.

15 years ago(shadow-copy-file): Revert previous change.
Richard M. Stallman [Thu, 25 Dec 2008 08:08:46 +0000 (08:08 +0000)]
(shadow-copy-file): Revert previous change.
This code as it was should work properly with buffer-swapped-with.

15 years agoAdd bug id for recently fixed bugs.
Jason Rumney [Thu, 25 Dec 2008 01:15:03 +0000 (01:15 +0000)]
Add bug id for recently fixed bugs.

15 years agoAdd bug id for recently fixed bug
Jason Rumney [Thu, 25 Dec 2008 01:07:49 +0000 (01:07 +0000)]
Add bug id for recently fixed bug

15 years ago(tex-bibtex-file): Use tex-main-file.
Stefan Monnier [Wed, 24 Dec 2008 22:24:24 +0000 (22:24 +0000)]
(tex-bibtex-file): Use tex-main-file.

15 years ago* subr.el (chmod): New defalias for set-file-modes.
Dan Nicolaescu [Wed, 24 Dec 2008 18:27:30 +0000 (18:27 +0000)]
* subr.el (chmod): New defalias for set-file-modes.

* files.texi (Misc File Ops): Mention chmod as an alias for
set-file-modes.

15 years ago(Help): Fix typos and reword.
Martin Rudalics [Wed, 24 Dec 2008 18:01:06 +0000 (18:01 +0000)]
(Help): Fix typos and reword.
(Help Summary): Add entries for C-h n and C-h r, reorder
entries, and do some minor fixes.
(Name Help): Say that C-h F works for commands only.
(Misc Help): Say that view-lossage displays 300 keystrokes.

15 years agoAdd comments to explain checks and aborts, to assist future debugging.
Jason Rumney [Wed, 24 Dec 2008 11:37:12 +0000 (11:37 +0000)]
Add comments to explain checks and aborts, to assist future debugging.

15 years ago* ralloc.c (r_alloc_reset_variable): New function.
Jason Rumney [Wed, 24 Dec 2008 11:20:32 +0000 (11:20 +0000)]
* ralloc.c (r_alloc_reset_variable): New function.

* buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
record of what points where.

15 years ago* make-dist (tempdir): Distribute .dir-locals.el.
Dan Nicolaescu [Wed, 24 Dec 2008 00:45:51 +0000 (00:45 +0000)]
* make-dist (tempdir): Distribute .dir-locals.el.

* .dir-locals.el: New file.

15 years ago2008-12-23 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Tue, 23 Dec 2008 23:12:31 +0000 (23:12 +0000)]
2008-12-23  Carsten Dominik  <dominik@science.uva.nl>

* org-remember.el (org-remember-handler): Safer way to get a new
buffer accessing the target file.

* org.el (org-refile-get-location): Handle case of current buffer
not having a file associated with it.

15 years ago(Info-find-node-2): Use negative offset 2 instead of 1
Juri Linkov [Tue, 23 Dec 2008 21:03:09 +0000 (21:03 +0000)]
(Info-find-node-2): Use negative offset 2 instead of 1
for Info-point-loc since it is more correct in all cases.
(Info-isearch-filter): Rename from
`Info-isearch-filter-predicate'.  Doc fix.
(Info-mode): Replace `Info-isearch-filter-predicate' with
`Info-isearch-filter'.

15 years ago(dired-isearch-filenames-toggle): Use the original
Juri Linkov [Tue, 23 Dec 2008 21:02:17 +0000 (21:02 +0000)]
(dired-isearch-filenames-toggle): Use the original
value from `dired-isearch-filter-predicate-orig' instead of the
symbol `isearch-filter-invisible'.  Doc fix.
(dired-isearch-filter-filenames): Replace
`isearch-filter-invisible' with `isearch-filter-visible'.  Doc fix.

15 years ago(isearch-filter-predicate, isearch-search): Replace
Juri Linkov [Tue, 23 Dec 2008 21:01:41 +0000 (21:01 +0000)]
(isearch-filter-predicate, isearch-search): Replace
`isearch-filter-invisible' with `isearch-filter-visible'.
(isearch-filter-visible): Renamed from
`isearch-filter-invisible'.  Doc fix.

15 years agoIn comments, write delete_frame instead of Fdelete_frame.
Martin Rudalics [Tue, 23 Dec 2008 07:28:06 +0000 (07:28 +0000)]
In comments, write delete_frame instead of Fdelete_frame.

15 years agoERC: Update ChangeLog.
Michael Olson [Tue, 23 Dec 2008 07:02:32 +0000 (07:02 +0000)]
ERC: Update ChangeLog.

15 years agoERC: Sync with upstream.
Michael Olson [Tue, 23 Dec 2008 06:58:19 +0000 (06:58 +0000)]
ERC: Sync with upstream.

 - Add `erc-header-line-uses-tabbar-p' option for better integration with
   Tabbar Mode.

 - Update some TODO items in manual.

15 years ago*** empty log message ***
Richard M. Stallman [Tue, 23 Dec 2008 04:06:40 +0000 (04:06 +0000)]
*** empty log message ***

15 years ago(pmail-cease-edit): Put `>' before `From ' lines in message.
Richard M. Stallman [Tue, 23 Dec 2008 04:06:28 +0000 (04:06 +0000)]
(pmail-cease-edit): Put `>' before `From ' lines in message.

15 years agoComment change.
Richard M. Stallman [Tue, 23 Dec 2008 04:03:35 +0000 (04:03 +0000)]
Comment change.

15 years ago*** empty log message ***
Richard M. Stallman [Tue, 23 Dec 2008 04:02:49 +0000 (04:02 +0000)]
*** empty log message ***

15 years ago(pmail-edit-current-message): Change error message.
Richard M. Stallman [Tue, 23 Dec 2008 04:02:15 +0000 (04:02 +0000)]
(pmail-edit-current-message): Change error message.

15 years ago(pmail-edit-saved-coding-system): Var deleted.
Richard M. Stallman [Tue, 23 Dec 2008 03:56:30 +0000 (03:56 +0000)]
(pmail-edit-saved-coding-system): Var deleted.
(pmail-edit-current-message, pmail-cease-edit):
Don't set it, or save-buffer-coding-system.

15 years ago(pmail-variables): Don't set save-buffer-coding-system.
Richard M. Stallman [Tue, 23 Dec 2008 03:56:10 +0000 (03:56 +0000)]
(pmail-variables): Don't set save-buffer-coding-system.

15 years ago*** empty log message ***
Richard M. Stallman [Tue, 23 Dec 2008 03:50:34 +0000 (03:50 +0000)]
*** empty log message ***