bpt/emacs.git
18 years ago* mh-e.el (mh-delete-msg): Sync docstrings with manual.
Bill Wohler [Thu, 15 Dec 2005 19:32:01 +0000 (19:32 +0000)]
* mh-e.el (mh-delete-msg): Sync docstrings with manual.

* mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
(mh-thread-previous-sibling, mh-thread-ancestor)
(mh-thread-delete, mh-thread-refile): Ditto.

18 years ago*** empty log message ***
Romain Francoise [Thu, 15 Dec 2005 18:44:35 +0000 (18:44 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 14 Dec 2005 23:14:14 +0000 (23:14 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
John Paul Wallington [Wed, 14 Dec 2005 22:59:35 +0000 (22:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Robert J. Chassell [Wed, 14 Dec 2005 22:23:30 +0000 (22:23 +0000)]
*** empty log message ***

18 years ago(texinfo-format-region):
Robert J. Chassell [Wed, 14 Dec 2005 21:57:31 +0000 (21:57 +0000)]
(texinfo-format-region):
    [on behalf of Lennart Borgman <lennart.borgman.073@student.lu.se>]
    Set buffer to read-only except for texinfo-format-region evaluation.

18 years ago* xfns.c (compute_tip_xy): Handle negative dx and dy.
Jan Djärv [Wed, 14 Dec 2005 20:58:33 +0000 (20:58 +0000)]
* xfns.c (compute_tip_xy): Handle negative dx and dy.

* w32fns.c (compute_tip_xy): Ditto

* macfns.c (compute_tip_xy): Ditto

18 years ago* print.c (print_preprocess): Go to a deeper print_depth to avoid
Chong Yidong [Wed, 14 Dec 2005 20:49:46 +0000 (20:49 +0000)]
* print.c (print_preprocess): Go to a deeper print_depth to avoid
print_object loop.

18 years ago(vc-default-previous-version, vc-default-next-version)
Richard M. Stallman [Wed, 14 Dec 2005 20:11:11 +0000 (20:11 +0000)]
(vc-default-previous-version, vc-default-next-version)
(vc-do-command): Doc fixes.

18 years ago* mh-customize.el (mh-speed-flists-interval): Rename to
Bill Wohler [Wed, 14 Dec 2005 18:47:38 +0000 (18:47 +0000)]
* mh-customize.el (mh-speed-flists-interval): Rename to
mh-speed-update-interval.
(mh-speed-run-flists-flag): Delete. Setting mh-speed-flists-interval
to 0 accomplishes the same thing.

* mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
mh-speed-update-interval instead of mh-speed-run-flists-flag.
(mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync docstrings
with manual.

18 years ago* faq.texi (Filling paragraphs with a single space): No need to
Chong Yidong [Wed, 14 Dec 2005 18:25:02 +0000 (18:25 +0000)]
* faq.texi (Filling paragraphs with a single space): No need to
change sentence-end now.

18 years ago(bibtex-expand-strings)
Stefan Monnier [Wed, 14 Dec 2005 17:15:20 +0000 (17:15 +0000)]
(bibtex-expand-strings)
(bibtex-autokey-expand-string, bibtex-name-part)
(bibtex-entry-type-whitespace, bibtex-entry-type-str)
(bibtex-any-entry-maybe-empty-head, bibtex-string-type)
(bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
(bibtex-entry-type, bibtex-entry-head): Match only valid entries.
(bibtex-entry-postfix, bibtex-known-entry-type-re)
(bibtex-valid-entry-re, bibtex-any-valid-entry-re)
(bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
(bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
(bibtex-beginning-of-last-entry): Remove.
(bibtex-parse-field-name): Use bibtex-field-name.  Issue error
message if comma is missing but buffer is read-only.
(bibtex-parse-field-text): Handle whitespaces at the end of field
text.  Return 3-element list with beginning and end of field text
and end of field.
(bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
(bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
(bibtex-search-forward-field, bibtex-search-backward-field):
Search always delimited by limits of entry.  Use more efficient
search algorithms.
(bibtex-name-in-field): Use bibtex-start-of-name-in-field and
bibtex-end-of-name-in-field.
(bibtex-text-in-field-bounds): Handle BibTeX strings when
extracting the content of a field.
(bibtex-text-in-field): Use search limits.
(bibtex-parse-string-prefix): Handle empty string keys based on
bibtex-string-empty-key.
(bibtex-parse-string): Fix docstring.
(bibtex-text-in-string): Use bibtex-text-in-field-bounds.
(bibtex-preamble-prefix, bibtex-strings): New functions.
(bibtex-skip-to-valid-entry): Include preceding whitespace in
BibTeX entries (consistent with other BibTeX functions).
(bibtex-map-entries): Use bibtex-skip-to-valid-entry.
(bibtex-search-entry): Fix docstring.  Simplify.
(bibtex-flash-head, bibtex-complete-string-cleanup)
(bibtex-count-entries, bibtex-sort-buffer): Simplify.
(bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
(bibtex-parse-entry): New optional arg content.
(bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
Use bibtex-text-in-field-bounds.
(bibtex-print-help-message): Handle BibTeX strings and preambles.
(bibtex-end-of-entry): Use bibtex-preamble-prefix and
bibtex-parse-string-postfix.
(bibtex-find-text-internal): New function.
(bibtex-remove-delimiters): Use it.
(bibtex-find-text): Use it.  New optional arg help.
(bibtex-complete): Handle BibTeX string and preamble entries.
(bibtex-Preamble): Fix order of closing delimiters.

18 years ago(vc-default-revert): New fun.
Stefan Monnier [Wed, 14 Dec 2005 16:57:35 +0000 (16:57 +0000)]
(vc-default-revert): New fun.

18 years ago(vc-mcvs-revert): Fix call to vc-default-revert.
Stefan Monnier [Wed, 14 Dec 2005 16:56:48 +0000 (16:56 +0000)]
(vc-mcvs-revert): Fix call to vc-default-revert.

18 years ago(Customizing Keywords): Rename `append' to `how'.
Romain Francoise [Wed, 14 Dec 2005 11:21:51 +0000 (11:21 +0000)]
(Customizing Keywords): Rename `append' to `how'.
Fix typo.

18 years ago(font-lock-keywords-alist): Rename `append' to `how'.
Romain Francoise [Wed, 14 Dec 2005 11:21:24 +0000 (11:21 +0000)]
(font-lock-keywords-alist): Rename `append' to `how'.
(font-lock-add-keywords, font-lock-update-removed-keyword-alist):
(font-lock-remove-keywords): Likewise.

18 years ago(log-view-diff): Doc fix.
Juri Linkov [Wed, 14 Dec 2005 10:20:03 +0000 (10:20 +0000)]
(log-view-diff): Doc fix.

18 years ago(isearch-query-replace): Use (mark) instead of
Juri Linkov [Wed, 14 Dec 2005 07:55:50 +0000 (07:55 +0000)]
(isearch-query-replace): Use (mark) instead of
isearch-opoint if mark is active in transient-mark-mode.

18 years ago(isearch-query-replace): Check for isearch-other-end.
Juri Linkov [Wed, 14 Dec 2005 07:52:22 +0000 (07:52 +0000)]
(isearch-query-replace): Check for isearch-other-end.

18 years ago(cpp-face): New widget.
Juri Linkov [Wed, 14 Dec 2005 07:48:11 +0000 (07:48 +0000)]
(cpp-face): New widget.
(cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.

18 years ago(wdired-old-point): New internal variable.
Juri Linkov [Wed, 14 Dec 2005 07:46:11 +0000 (07:46 +0000)]
(wdired-old-point): New internal variable.
(wdired-change-to-wdired-mode): Set it buffer-locally.
(wdired-abort-changes): Restore point after aborting changes.

18 years ago(desktop-minor-mode-table): Add vc-dired-mode with nil.
Juri Linkov [Wed, 14 Dec 2005 07:44:44 +0000 (07:44 +0000)]
(desktop-minor-mode-table): Add vc-dired-mode with nil.

18 years ago(describe-text-properties): Replace buffer name "*Help-2*" with "*Help*<2>".
Juri Linkov [Wed, 14 Dec 2005 07:44:20 +0000 (07:44 +0000)]
(describe-text-properties): Replace buffer name "*Help-2*" with "*Help*<2>".
(describe-char): Add functions print-help-return-message,
toggle-read-only.  Use help-setup-xref with nil to not store
describe-char in help-xref-stack.  Use help-make-xrefs to
make [back] button.

18 years ago(make-help-screen): Bind `inhibit-read-only' to t
Juri Linkov [Wed, 14 Dec 2005 07:42:20 +0000 (07:42 +0000)]
(make-help-screen): Bind `inhibit-read-only' to t
around `erase-buffer' and `insert'.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 14 Dec 2005 04:04:05 +0000 (04:04 +0000)]
*** empty log message ***

18 years ago(code_convert_region_unwind): GCPRO arg.
Kenichi Handa [Wed, 14 Dec 2005 00:43:36 +0000 (00:43 +0000)]
(code_convert_region_unwind): GCPRO arg.

18 years agoEnsure MH-E 8.0 has been released.
Bill Wohler [Wed, 14 Dec 2005 00:01:22 +0000 (00:01 +0000)]
Ensure MH-E 8.0 has been released.

18 years ago(vc-svn-registered): Use it to avoid popping up a spurious
Stefan Monnier [Tue, 13 Dec 2005 22:25:24 +0000 (22:25 +0000)]
(vc-svn-registered): Use it to avoid popping up a spurious
frame in case of errors.

18 years ago(vc-do-command): Add a new value t for okstatus.
Stefan Monnier [Tue, 13 Dec 2005 22:25:13 +0000 (22:25 +0000)]
(vc-do-command): Add a new value t for okstatus.

18 years ago(Scrolling only one line): Use `scroll-conservatively'.
Romain Francoise [Tue, 13 Dec 2005 20:48:20 +0000 (20:48 +0000)]
(Scrolling only one line): Use `scroll-conservatively'.

18 years ago* menu-bar.el (menu-bar-showhide-fringe-menu): Moved "On the Right"
Jan Djärv [Tue, 13 Dec 2005 11:07:50 +0000 (11:07 +0000)]
* menu-bar.el (menu-bar-showhide-fringe-menu): Moved "On the Right"
so it comes after "On the Left" in the menu.

18 years ago(customize-apropos, customize-apropos-options)
Luc Teirlinck [Tue, 13 Dec 2005 03:46:02 +0000 (03:46 +0000)]
(customize-apropos, customize-apropos-options)
(customize-apropos-faces, customize-apropos-groups): Doc fixes.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 13 Dec 2005 03:44:39 +0000 (03:44 +0000)]
*** empty log message ***

18 years ago(vc-svn-registered): Fix problem of visiting non-writable
Bill Wohler [Tue, 13 Dec 2005 00:48:04 +0000 (00:48 +0000)]
(vc-svn-registered): Fix problem of visiting non-writable
Subversion-controlled files by saving window configuration before
calling vc-do-command. vc-do-command calls pop-to-buffer on error
which is unexpected during registration.

18 years agoUpdated the changes information.
Jay Belanger [Mon, 12 Dec 2005 20:27:13 +0000 (20:27 +0000)]
Updated the changes information.

18 years ago(Calc): Update the version number.
Jay Belanger [Mon, 12 Dec 2005 19:12:52 +0000 (19:12 +0000)]
(Calc): Update the version number.

18 years ago(describe-char): Rework last fix to solve the problem
Stefan Monnier [Mon, 12 Dec 2005 16:50:39 +0000 (16:50 +0000)]
(describe-char): Rework last fix to solve the problem
is the same way it's solved for everything else in that function
(i.e. by extracting the info before setting up the *Help* buffer).

18 years ago(version-regexp-alist): Allow space as separator before
Kim F. Storm [Mon, 12 Dec 2005 14:23:06 +0000 (14:23 +0000)]
(version-regexp-alist): Allow space as separator before
non-numeric part, e.g. "1.0 alpha".
(version-to-list): Interpret .X.Y version as 0.X.Y version.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Dec 2005 14:22:53 +0000 (14:22 +0000)]
*** empty log message ***

18 years agoICCM => ICCCM
Jan Djärv [Mon, 12 Dec 2005 12:29:57 +0000 (12:29 +0000)]
ICCM => ICCCM

18 years agoVersion 3.24
Carsten Dominik [Mon, 12 Dec 2005 11:48:56 +0000 (11:48 +0000)]
Version 3.24

18 years ago(Progress Logging): New section.
Carsten Dominik [Mon, 12 Dec 2005 11:48:19 +0000 (11:48 +0000)]
(Progress Logging): New section.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 12 Dec 2005 11:48:11 +0000 (11:48 +0000)]
*** empty log message ***

18 years ago(org-agenda, org-timeline, org-todo): Implement Logging
Carsten Dominik [Mon, 12 Dec 2005 11:47:25 +0000 (11:47 +0000)]
(org-agenda, org-timeline, org-todo): Implement Logging
and the keep-modes setting.
(org-get-category): Make sure a string is returned.
(org-log-done): New function.
(org-log-done, org-closed-string): New options.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 12 Dec 2005 11:47:09 +0000 (11:47 +0000)]
*** empty log message ***

18 years agoAdd note about frame-parameter height and make-frame
Jan Djärv [Mon, 12 Dec 2005 09:38:23 +0000 (09:38 +0000)]
Add note about frame-parameter height and make-frame

18 years ago* tooltip.el (tooltip-y-offset): Changed default to 20.
Jan Djärv [Mon, 12 Dec 2005 09:36:47 +0000 (09:36 +0000)]
* tooltip.el (tooltip-y-offset): Changed default to 20.

18 years agoChanged default to 20 for tooltip-y-offset.
Jan Djärv [Mon, 12 Dec 2005 09:36:22 +0000 (09:36 +0000)]
Changed default to 20 for tooltip-y-offset.

18 years ago* (compute_tip_xy): Calculate root_y the same way as root_x,
Jan Djärv [Mon, 12 Dec 2005 09:32:59 +0000 (09:32 +0000)]
* (compute_tip_xy): Calculate root_y the same way as root_x,
i.e. dy is offset from top of frame instead of bottom.

18 years ago* xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
Jan Djärv [Mon, 12 Dec 2005 09:32:15 +0000 (09:32 +0000)]
* xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
i.e. dy is offset from top of frame instead of bottom.

* macfns.c (compute_tip_xy): Ditto.
* w32fns.c (compute_tip_xy): Ditto.

18 years ago* gtkutil.c (SSDATA): New macro to remove compiler warnings.
Jan Djärv [Mon, 12 Dec 2005 08:08:56 +0000 (08:08 +0000)]
* gtkutil.c (SSDATA): New macro to remove compiler warnings.
(xg_get_image_for_pixmap, xg_create_frame_widgets)
(xg_get_file_with_chooser): Use SSDATA instead of SDATA.

18 years ago* xmenu.c (menubar_selection_callback): Do nothing if the callback
Jan Djärv [Mon, 12 Dec 2005 08:08:43 +0000 (08:08 +0000)]
* xmenu.c (menubar_selection_callback): Do nothing if the callback
is for an unselected radio menu item.

18 years ago* gtkutil.c (SSDATA): New macro to remove compiler warnings.
Jan Djärv [Mon, 12 Dec 2005 08:08:23 +0000 (08:08 +0000)]
* gtkutil.c (SSDATA): New macro to remove compiler warnings.
(xg_get_image_for_pixmap, xg_create_frame_widgets)
(xg_get_file_with_chooser): Use SSDATA instead of SDATA.

* xmenu.c (menubar_selection_callback): Do nothing if the callback
is for an unselected radio menu item.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 12 Dec 2005 05:22:29 +0000 (05:22 +0000)]
*** empty log message ***

18 years ago(mouse-drag-vertical-line): Use adjust-window-trailing-edge.
Richard M. Stallman [Mon, 12 Dec 2005 05:21:33 +0000 (05:21 +0000)]
(mouse-drag-vertical-line): Use adjust-window-trailing-edge.

18 years agoMaintainer is FSF.
Richard M. Stallman [Mon, 12 Dec 2005 05:20:41 +0000 (05:20 +0000)]
Maintainer is FSF.

18 years ago(display-hourglass): Doc fix.
Richard M. Stallman [Mon, 12 Dec 2005 05:18:19 +0000 (05:18 +0000)]
(display-hourglass): Doc fix.

18 years ago(help-for-help-internal): Simplify entry for `a'.
Richard M. Stallman [Mon, 12 Dec 2005 05:16:39 +0000 (05:16 +0000)]
(help-for-help-internal): Simplify entry for `a'.

18 years ago(Info-on-current-buffer): Doc fix.
Richard M. Stallman [Mon, 12 Dec 2005 05:15:53 +0000 (05:15 +0000)]
(Info-on-current-buffer): Doc fix.
(info-insert-file-contents): Don't test (featurep 'jka-compr).

18 years ago(inhibit-splash-screen): Make this the real name.
Richard M. Stallman [Mon, 12 Dec 2005 05:14:51 +0000 (05:14 +0000)]
(inhibit-splash-screen): Make this the real name.
(inhibit-startup-message): Make this the alias.
(command-line): Find only simple.el, and use its directory
to fill in other preloaded files' names.
(command-line): Deactivate the mark if deactivate-mark is set.

18 years ago(mm-url-load-url): Require url-parse and url-vars.
Richard M. Stallman [Mon, 12 Dec 2005 05:12:46 +0000 (05:12 +0000)]
(mm-url-load-url): Require url-parse and url-vars.

18 years ago(load-with-code-conversion): Bind deactivate-mark.
Richard M. Stallman [Mon, 12 Dec 2005 05:11:57 +0000 (05:11 +0000)]
(load-with-code-conversion): Bind deactivate-mark.

18 years ago(compilation-error-regexp-alist): Doc fix.
Richard M. Stallman [Mon, 12 Dec 2005 05:11:08 +0000 (05:11 +0000)]
(compilation-error-regexp-alist): Doc fix.

18 years ago(Easy Customization): Change menu comment.
Richard M. Stallman [Mon, 12 Dec 2005 05:10:18 +0000 (05:10 +0000)]
(Easy Customization): Change menu comment.
(Prefix Keymaps): Fix spelling of Control-X-prefix.

18 years ago(Apropos): Rewrite. Talk about "apropos patterns".
Richard M. Stallman [Mon, 12 Dec 2005 05:08:20 +0000 (05:08 +0000)]
(Apropos): Rewrite.  Talk about "apropos patterns".
(Help): Among the Apropos commands, describe only C-h a here.

18 years ago(Options for Comments): Comment-end starts with space.
Richard M. Stallman [Mon, 12 Dec 2005 00:57:01 +0000 (00:57 +0000)]
(Options for Comments): Comment-end starts with space.

18 years ago(Glossary): Minor cleanup.
Richard M. Stallman [Mon, 12 Dec 2005 00:56:19 +0000 (00:56 +0000)]
(Glossary): Minor cleanup.

18 years ago(Old Versions): Use @table.
Richard M. Stallman [Mon, 12 Dec 2005 00:55:25 +0000 (00:55 +0000)]
(Old Versions): Use @table.

18 years ago(customize-apropos): Avoid listing an option more than once under
Luc Teirlinck [Sun, 11 Dec 2005 18:16:20 +0000 (18:16 +0000)]
(customize-apropos): Avoid listing an option more than once under
different aliases.  No longer list user options that are not defined
with defcustom (unless a prefix arg is given).  Doc fix.
(customize-apropos-options): Doc fix.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 11 Dec 2005 18:14:00 +0000 (18:14 +0000)]
*** empty log message ***

18 years ago(syms_of_xdisp) <blink-cursor-alist>: Doc fix.
Richard M. Stallman [Sun, 11 Dec 2005 15:40:37 +0000 (15:40 +0000)]
(syms_of_xdisp) <blink-cursor-alist>: Doc fix.

18 years ago(EQ): Use == so args are computed just once.
Richard M. Stallman [Sun, 11 Dec 2005 15:35:51 +0000 (15:35 +0000)]
(EQ): Use == so args are computed just once.

18 years ago(Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
Richard M. Stallman [Sun, 11 Dec 2005 15:35:14 +0000 (15:35 +0000)]
(Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
(Flookup_key): Doc fix.
(syms_of_keymap) <function-key-map>: Doc fix.

18 years ago(frame-background-mode): Replace `choice-item' keywords
Juri Linkov [Sun, 11 Dec 2005 11:09:33 +0000 (11:09 +0000)]
(frame-background-mode): Replace `choice-item' keywords
with `const' to not make [default] button.  Change default value tag
from `default' to `automatic'.  Doc fix.
(trailing-whitespace) <defface>: Change group `whitespace' to
`whitespace-faces'.

18 years ago(set-background-color, set-foreground-color)
Juri Linkov [Sun, 11 Dec 2005 11:08:20 +0000 (11:08 +0000)]
(set-background-color, set-foreground-color)
(set-cursor-color, set-mouse-color, set-border-color):
Add explicit prompts to read colors by `facemenu-read-color'.
(show-trailing-whitespace, blink-cursor-delay)
(blink-cursor-interval, display-hourglass, hourglass-delay):
Remove tags.
(display-hourglass, hourglass-delay): Doc fix.
(cursor-in-non-selected-windows): Capitalize words in tag.

18 years ago*** empty log message ***
Romain Francoise [Sun, 11 Dec 2005 10:47:41 +0000 (10:47 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juri Linkov [Sun, 11 Dec 2005 09:57:08 +0000 (09:57 +0000)]
*** empty log message ***

18 years ago(Completion Commands): Add mention of read-file-name
Juri Linkov [Sun, 11 Dec 2005 09:56:45 +0000 (09:56 +0000)]
(Completion Commands): Add mention of read-file-name
for filename completion keymaps.
(Reading File Names): Add mention of filename completion keymaps
for read-file-name and xref to `Completion Commands'.

18 years ago(display_completion_list_1): Call `minibuffer_completion_contents'
Juri Linkov [Sun, 11 Dec 2005 09:50:53 +0000 (09:50 +0000)]
(display_completion_list_1): Call `minibuffer_completion_contents'
instead of using `nil' as second arg of `Fdisplay_completion_list'.
(keys_of_minibuf): Unbind SPC in Vminibuffer_local_filename_completion_map
(see also related change on 2005-12-06).

18 years ago(Frequire): Treat evaluating from a source file
Richard M. Stallman [Sun, 11 Dec 2005 05:10:08 +0000 (05:10 +0000)]
(Frequire): Treat evaluating from a source file
like loading the file.

18 years ago(Flog): Doc fix.
Richard M. Stallman [Sun, 11 Dec 2005 05:09:00 +0000 (05:09 +0000)]
(Flog): Doc fix.

18 years ago(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
Richard M. Stallman [Sun, 11 Dec 2005 05:08:18 +0000 (05:08 +0000)]
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.

18 years agoComment and whitespace changes.
Richard M. Stallman [Sun, 11 Dec 2005 05:07:16 +0000 (05:07 +0000)]
Comment and whitespace changes.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 11 Dec 2005 05:02:28 +0000 (05:02 +0000)]
*** empty log message ***

18 years ago(Buffer-menu-sort-column): Not a user variable.
Richard M. Stallman [Sun, 11 Dec 2005 05:01:21 +0000 (05:01 +0000)]
(Buffer-menu-sort-column): Not a user variable.

18 years ago(Common Keywords): State caveats for use of :tag.
Richard M. Stallman [Sun, 11 Dec 2005 04:42:52 +0000 (04:42 +0000)]
(Common Keywords): State caveats for use of :tag.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 11 Dec 2005 01:06:48 +0000 (01:06 +0000)]
*** empty log message ***

18 years ago(syms_of_macselect) <mac-apple-event-map>:
YAMAMOTO Mitsuharu [Sun, 11 Dec 2005 01:06:29 +0000 (01:06 +0000)]
(syms_of_macselect) <mac-apple-event-map>:
Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.

18 years ago(main) [MAC_OS8]: Undo previous change.
YAMAMOTO Mitsuharu [Sun, 11 Dec 2005 01:06:20 +0000 (01:06 +0000)]
(main) [MAC_OS8]: Undo previous change.

18 years agoCreate keymap for mac-apple-event-map.
YAMAMOTO Mitsuharu [Sun, 11 Dec 2005 01:05:56 +0000 (01:05 +0000)]
Create keymap for mac-apple-event-map.

18 years ago(gud-tooltip-modes, gud-tooltip-display):
Nick Roberts [Sat, 10 Dec 2005 21:32:22 +0000 (21:32 +0000)]
(gud-tooltip-modes, gud-tooltip-display):
Add the gud groupname.
(gud-tooltip-mode): Add the tooltip groupname. Move in front
of other defcustoms with that groupname.
(gud-tooltip-echo-area): Add the gud groupname. Remove tag to
avoid conflict with tooltip-use-echo-area.

18 years ago(tooltip-mode): Move to start of file so that it
Nick Roberts [Sat, 10 Dec 2005 21:28:59 +0000 (21:28 +0000)]
(tooltip-mode): Move to start of file so that it
appears at top of customize buffer.

18 years ago*** empty log message ***
Nick Roberts [Sat, 10 Dec 2005 21:27:34 +0000 (21:27 +0000)]
*** empty log message ***

18 years agoSet VER to `22.1'.
Romain Francoise [Sat, 10 Dec 2005 21:21:30 +0000 (21:21 +0000)]
Set VER to `22.1'.
(Basic editing): Explain how to use localized versions of the
Tutorial.  Mention that `C-h r' displays the manual.  Delete
obsolete WWW link to an Emacs 18 tutorial.
(Getting a printed manual): Point to the new locations of the
manuals on the GNU Web site.
(Emacs Lisp documentation): Explain that the Emacs Lisp manual is
available via Info (it was previously distributed separately).
(Installing Texinfo documentation): The latest version of Texinfo
is 4.8, not 4.0.
(Informational files for Emacs): COPYING is the GNU General Public
License, not the Emacs General Public License.
(Informational files for Emacs): Delete obsolete link to the
GNUinfo pages as they have been removed from the GNU Web site.
(New in Emacs 22): New node.
(Setting up a customization file): Say that most packages support
Customize nowadays.
(Colors on a TTY): Delete reference to instructions on how to
enable syntax highlighting, it is now enabled by default.
(Turning on abbrevs by default): Emacs now reads the abbrevs file
at startup automatically.
(Controlling case sensitivity): Mention `M-c' in isearch.
(Using an already running Emacs process): Emacs now creates the
socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
gnuserv.  As emacsclient can now run Lisp code as well, delete a
sentence praising gnuserv for that.  Simplify description of how
the client/server operation works.
(Compiler error messages): Delete obsolete text (compile.el has
been rewritten).
(Indenting switch statements): Fix typo.
(Matching parentheses): Simplify setup instructions, mention the
menu bar item in the Options menu.
(Repeating a command as many times as possible): Mention `C-x e'.
(Going to a line by number): Mention new keymap and bindings
`M-g M-g', `M-g M-p' and `M-g M-n'.
(Turning on syntax highlighting): Now on by default.  Simplify.
(Replacing highlighted text): Use `1', not `t'.
(Problems with very large files): The maximum size is now 256MB on
32-bit machines.
(^M in the shell buffer): Mention `comint-process-echoes'.
(Emacs for Apple computers): Emacs 22 has native support for Mac
OS X.
(Translating names to IP addresses): Delete node.
(Binding keys to commands): Fix typo.
(SPC no longer completes file names): New node.
(MIME with Emacs mail packages): Delete section about the Emacs
MIME FAQ (it's not reachable anymore).

18 years ago(help-for-help-internal): Add `r' in doc string.
Romain Francoise [Sat, 10 Dec 2005 17:20:10 +0000 (17:20 +0000)]
(help-for-help-internal): Add `r' in doc string.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Dec 2005 12:35:47 +0000 (12:35 +0000)]
*** empty log message ***

18 years ago(align-regexp, align-highlight-rule): Use region-beginning and region-end
Eli Zaretskii [Sat, 10 Dec 2005 12:35:04 +0000 (12:35 +0000)]
(align-regexp, align-highlight-rule): Use region-beginning and region-end
instead of point and mark, so that repetition (with `repeat-complex-command')
recomputes the region bounds.

18 years ago(bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
Eli Zaretskii [Sat, 10 Dec 2005 12:21:44 +0000 (12:21 +0000)]
(bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
(bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
(bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
(balance-windows): Rewrite using the above new functions.

18 years agohi-lock-mode is now buffer local, use global-hi-lock-mode instead.
Eli Zaretskii [Sat, 10 Dec 2005 11:57:30 +0000 (11:57 +0000)]
hi-lock-mode is now buffer local, use global-hi-lock-mode instead.

18 years ago(Highlight Interactively): Include global-hi-lock-mode. Add miscellaneous
Eli Zaretskii [Sat, 10 Dec 2005 11:49:56 +0000 (11:49 +0000)]
(Highlight Interactively): Include global-hi-lock-mode.  Add miscellaneous
details and elaborations.