]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago*** empty log message ***
Luc Teirlinck [Mon, 19 Dec 2005 23:31:31 +0000 (23:31 +0000)]
*** empty log message ***

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

18 years ago(font-lock): Add tags to the links in the defgroup.
Luc Teirlinck [Mon, 19 Dec 2005 23:18:17 +0000 (23:18 +0000)]
(font-lock): Add tags to the links in the defgroup.

18 years ago(customize-apropos, customize-apropos-options): Docstring changes.
Luc Teirlinck [Mon, 19 Dec 2005 23:17:19 +0000 (23:17 +0000)]
(customize-apropos, customize-apropos-options): Docstring changes.

18 years agoAmend the file for CC Mode 5.31. In particular, relax the injunction
Alan Mackenzie [Mon, 19 Dec 2005 22:21:41 +0000 (22:21 +0000)]
Amend the file for CC Mode 5.31.  In particular, relax the injunction
that all braces/parens at column zero start defuns.

18 years ago*** empty log message ***
Romain Francoise [Mon, 19 Dec 2005 17:15:58 +0000 (17:15 +0000)]
*** empty log message ***

18 years ago(Vfunction_key_map): Docstring fix: mention that bindings can be functions.
Stefan Monnier [Mon, 19 Dec 2005 15:46:13 +0000 (15:46 +0000)]
(Vfunction_key_map): Docstring fix: mention that bindings can be functions.

18 years ago* longlines.el (longlines-mode): Wrap while widened.
Chong Yidong [Mon, 19 Dec 2005 14:30:56 +0000 (14:30 +0000)]
* longlines.el (longlines-mode): Wrap while widened.
(longlines-decode-region, longlines-encode-region): Compute max
just once.

18 years ago(syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended default
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 09:56:00 +0000 (09:56 +0000)]
(syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended default
value change.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:44 +0000 (08:31 +0000)]
*** empty log message ***

18 years ago(x_handle_dnd_message): Drag-and-drop items are now
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:33 +0000 (08:31 +0000)]
(x_handle_dnd_message): Drag-and-drop items are now
stored in member `args' of struct input_event.

18 years ago(construct_drag_n_drop): Drag-and-drop items are now
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:23 +0000 (08:31 +0000)]
(construct_drag_n_drop): Drag-and-drop items are now
stored in member `args' of struct input_event.

18 years ago(struct input_event): Fix comment for DRAG_N_DROP_EVENT.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:12 +0000 (08:31 +0000)]
(struct input_event): Fix comment for DRAG_N_DROP_EVENT.

18 years ago(create_apple_event_from_event_ref): Remove 5th argument from extern.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:04 +0000 (08:31 +0000)]
(create_apple_event_from_event_ref): Remove 5th argument from extern.

18 years ago(mac_do_receive_drag): Drag-and-drop items are now
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:30:56 +0000 (08:30 +0000)]
(mac_do_receive_drag): Drag-and-drop items are now
stored in member `args' of struct input_event.
(x_use_underline_position_properties): Undo 2005-07-13 change.
(syms_of_macterm) <x-use-underline-position-properties>: Likewise.
(mac_use_core_graphics, mac_wheel_button_is_mouse_2)
(mac_pass_command_to_system, mac_pass_control_to_system): New
boolean variables renamed from Lisp_Object ones
Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
Vmac_pass_command_to_system, and Vmac_pass_control_to_system.  All
uses changed.
(syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
Make them user options.
(mac_handle_command_event, mac_store_services_event): Call
create_apple_event_from_event_ref without 5th argument.
(backtranslate_modified_keycode): Mask off modifier keys that are
mapped to some Emacs modifiers before passing it to KeyTranslate.
(syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
`mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
Fix docstrings of `mac-*-modifier'.

18 years ago(create_apple_event_from_event_ref): Remove arg `types'.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:30:27 +0000 (08:30 +0000)]
(create_apple_event_from_event_ref): Remove arg `types'.
(do_applescript): Change argument types to Lisp_Object.  All uses
changed.

18 years ago(make_lispy_event): Drag-and-drop items are now
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:30:17 +0000 (08:30 +0000)]
(make_lispy_event): Drag-and-drop items are now
stored in member `args' of struct input_event.

18 years ago(macselect.c.x): Depend on keymap.h.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:29:43 +0000 (08:29 +0000)]
(macselect.c.x): Depend on keymap.h.

18 years ago(mac-handle-language-change)
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:29:06 +0000 (08:29 +0000)]
(mac-handle-language-change)
(mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
(mac-services-open-selection, mac-services-mail-selection)
(mac-services-mail-to, mac-services-insert-text)
(mac-dispatch-apple-event): Add docstrings.
(x-get-selection, mac-select-convert-to-string): Select coding
system from `utf-16be' and `utf-16le' using `byteorder'.

18 years ago(all): Add user options in macterm.c. Add test for
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:28:55 +0000 (08:28 +0000)]
(all): Add user options in macterm.c.  Add test for
Mac-related built-ins.  Fix test for GTK-related built-ins.

18 years ago(mac): New group.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:28:38 +0000 (08:28 +0000)]
(mac): New group.

18 years agoCopyright checks done for leim directory.
Kenichi Handa [Mon, 19 Dec 2005 07:12:36 +0000 (07:12 +0000)]
Copyright checks done for leim directory.

18 years agoCopyright fixed
Kenichi Handa [Mon, 19 Dec 2005 07:04:44 +0000 (07:04 +0000)]
Copyright fixed

18 years agoCopyright fixed
Kenichi Handa [Mon, 19 Dec 2005 06:02:52 +0000 (06:02 +0000)]
Copyright fixed

18 years ago* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
Bill Wohler [Mon, 19 Dec 2005 05:37:02 +0000 (05:37 +0000)]
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
(mh-tool-bar-search-function): Sync docstrings with manual.
(mh-tool-bar-customize): Replace toolbar with tool bar in docstring.
(mh-tool-bar-letter-help): Fix manual reference.
(mh-xemacs-use-toolbar-flag): Rename to mh-xemacs-use-tool-bar-flag.
Initialize to mh-xemacs-has-tool-bar-flag. Sync docstrings with
manual.
(mh-xemacs-toolbar-position): Rename to mh-xemacs-tool-bar-position.
Initialize to nil. Drop "no tool bar" option (redundant) and change
"Same As Default Tool Bar" setting to nil. Sync docstrings with
manual.
(mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
depending on context.
(mh-toolbar-init): Rename to mh-tool-bar-init. Simplified condition
for calling set-specifier. Only look at the value of
mh-xemacs-use-tool-bar-flag.
(mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
docstrings with manual.

* mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
mh-toolbar-init.

* mh-e.el (mh-folder-mode): Ditto.

* mh-utils.el (mh-show-mode): Ditto.

18 years ago(Tool Bars): Shorten text of previous change.
Bill Wohler [Mon, 19 Dec 2005 04:49:42 +0000 (04:49 +0000)]
(Tool Bars): Shorten text of previous change.

18 years ago(Fx_backspace_delete_keys_p): In case we cannot determine
Dan Nicolaescu [Mon, 19 Dec 2005 04:28:01 +0000 (04:28 +0000)]
(Fx_backspace_delete_keys_p): In case we cannot determine
the answer, return `lambda', not nil.

18 years ago(VC Status): Document log-view mode.
Richard M. Stallman [Mon, 19 Dec 2005 03:00:43 +0000 (03:00 +0000)]
(VC Status): Document log-view mode.

18 years ago(lazy-completion-table): Don't be fooled if the var holds
Stefan Monnier [Mon, 19 Dec 2005 02:20:33 +0000 (02:20 +0000)]
(lazy-completion-table): Don't be fooled if the var holds
a "list" (lambda ...) rather than a real completion list.

18 years ago(cl-macroexpand-all): Fix code-walk for
Stefan Monnier [Mon, 19 Dec 2005 02:17:38 +0000 (02:17 +0000)]
(cl-macroexpand-all): Fix code-walk for
lexical-let when encountering ((lambda (...) ...) ...).

18 years ago(Tool Bars): Mention that you can turn off tool bars permanently via
Bill Wohler [Sun, 18 Dec 2005 18:03:57 +0000 (18:03 +0000)]
(Tool Bars): Mention that you can turn off tool bars permanently via
the customize interface

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 18 Dec 2005 05:39:10 +0000 (05:39 +0000)]
*** empty log message ***

18 years ago* progmodes/sh-script.el (sh-mode): Add keymap to docstring.
Chong Yidong [Sun, 18 Dec 2005 01:18:45 +0000 (01:18 +0000)]
* progmodes/sh-script.el (sh-mode): Add keymap to docstring.

18 years ago* language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
Chong Yidong [Sun, 18 Dec 2005 01:17:27 +0000 (01:17 +0000)]
* language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
* textmodes/picture.el (picture-mode): Update docstrings.

18 years agoDocstring keymaps checked.
Chong Yidong [Sun, 18 Dec 2005 01:16:00 +0000 (01:16 +0000)]
Docstring keymaps checked.

18 years agoCircle printing bug fixed.
Chong Yidong [Sun, 18 Dec 2005 00:20:09 +0000 (00:20 +0000)]
Circle printing bug fixed.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader [Sat, 17 Dec 2005 21:41:34 +0000 (21:41 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 169-173)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-signature-separator): Fix custom type.

   * lisp/gnus/mm-decode.el (mm-inlined-types): Fix custom type.
   (mm-keep-viewer-alive-types): Ditto.
   (mm-automatic-display): Ditto.
   (mm-attachment-override-types): Ditto.
   (mm-inline-override-types): Ditto.
   (mm-automatic-external-display): Ditto.

2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-buttonized-mime-types): Mention addition of
   multipart/alternative and add xref to mm-discouraged-alternatives
   in doc string.

   * lisp/gnus/mm-decode.el (mm-discouraged-alternatives): Add xref to
   gnus-buttonized-mime-types in doc string.

2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-charset-to-coding-system): Recognize
   us-ascii as a MIME charset.

   * lisp/gnus/mm-bodies.el (mm-decode-content-transfer-encoding): Protect
   against the case where the 2nd arg TYPE is nil.

2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-no-server-1): Mention
   `gnus-level-default-subscribed' in doc string.

2005-11-26  Dave Love  <fx@gnu.org>

   * lisp/gnus/tls.el (open-tls-stream): Rename arg SERVICE to PORT.
   (tls-program, tls-success): Provide openssl alternative.

   * lisp/gnus/starttls.el: Doc fixes.
   (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
   SERVICE to PORT.

2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-start-draft-setup): Enforce
   `gnus-draft-mode' for nndraft:drafts at startup.

   * lisp/gnus/gnus.el (gnus-splash): Change custom group.
   (gnus-group-get-parameter, gnus-group-parameter-value): Describe
   allow-list argument.

   * lisp/gnus/gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
   string.

2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)

   * lisp/gnus/mm-decode.el (mm-display-external): Add lacked cdr.

2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (MIME Commands): Mention addition of
   multipart/alternative to gnus-buttonized-mime-types and add xref
   to mm-discouraged-alternatives.

   * man/emacs-mime.texi (Display Customization): Mention addition of
   "image/.*" and add xref to gnus-buttonized-mime-types in the
   mm-discouraged-alternatives section.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 17 Dec 2005 17:29:36 +0000 (17:29 +0000)]
*** empty log message ***

18 years ago($(TIT), leim-list.el): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii [Sat, 17 Dec 2005 17:29:20 +0000 (17:29 +0000)]
($(TIT), leim-list.el): Warn that parts of commands enclosed in $(ARGQUOTE)s
should not be split between two lines, as that will break with GNU Make >3.80,
when sh.exe is used and arg quoting is with '..'.

18 years ago(autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii [Sat, 17 Dec 2005 17:27:35 +0000 (17:27 +0000)]
(autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
should not be split between two lines, as that will break with GNU Make >3.80,
when sh.exe is used and arg quoting is with '..'.
(autoloads): Don't break the quoted --eval expression between several lines.

18 years ago(bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii [Sat, 17 Dec 2005 17:25:20 +0000 (17:25 +0000)]
(bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)s
should not be split between two lines, as that will break with GNU Make >3.80,
when sh.exe is used and arg quoting is with '..'.

18 years ago2005-12-17 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Sat, 17 Dec 2005 15:55:29 +0000 (15:55 +0000)]
2005-12-17  Chong Yidong  <cyd@stupidchicken.com>

* print.c (print_preprocess): Just signal an error if print_depth
is exceeded.

18 years agoRevert last change.
Chong Yidong [Sat, 17 Dec 2005 15:51:00 +0000 (15:51 +0000)]
Revert last change.

18 years ago* print.c (print_preprocess): Just signal an error if print_depth
Chong Yidong [Sat, 17 Dec 2005 15:46:16 +0000 (15:46 +0000)]
* print.c (print_preprocess): Just signal an error if print_depth
is exceeded.

18 years ago* emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture
Chong Yidong [Sat, 17 Dec 2005 15:45:55 +0000 (15:45 +0000)]
* emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture
error from printing circular structures.

18 years agoSet a breakpoint on w32_abort.
Eli Zaretskii [Sat, 17 Dec 2005 15:14:03 +0000 (15:14 +0000)]
Set a breakpoint on w32_abort.

18 years ago(widget-checkbox-action): Clear undo info.
Eli Zaretskii [Sat, 17 Dec 2005 08:53:38 +0000 (08:53 +0000)]
(widget-checkbox-action): Clear undo info.

18 years ago(Minibuffer Contents): Minor cleanup.
Richard M. Stallman [Fri, 16 Dec 2005 23:22:56 +0000 (23:22 +0000)]
(Minibuffer Contents): Minor cleanup.

18 years ago(kill-this-buffer): Set a good example by using menu bar, not menubar
Bill Wohler [Fri, 16 Dec 2005 20:37:23 +0000 (20:37 +0000)]
(kill-this-buffer): Set a good example by using menu bar, not menubar
in comment.

18 years ago(c-after-change-check-<>-operators):
Stefan Monnier [Fri, 16 Dec 2005 20:07:49 +0000 (20:07 +0000)]
(c-after-change-check-<>-operators):
After-change-functions should not clobber the match data.

18 years ago*** empty log message ***
Juri Linkov [Fri, 16 Dec 2005 19:10:49 +0000 (19:10 +0000)]
*** empty log message ***

18 years ago(crm-minibuffer-completion-help):
Juri Linkov [Fri, 16 Dec 2005 19:09:43 +0000 (19:09 +0000)]
(crm-minibuffer-completion-help):
Use `crm-current-element' for second arg of `display-completion-list'.

18 years ago(Info-read-node-name-1): In completion-base-size-function's
Juri Linkov [Fri, 16 Dec 2005 19:09:20 +0000 (19:09 +0000)]
(Info-read-node-name-1): In completion-base-size-function's
lambda return 1 if common-substring or minibuffer-completion-contents
starts with (, and 0 otherwise.

18 years ago(PC-do-completion): Remove `(equal (point) beg)' to
Juri Linkov [Fri, 16 Dec 2005 19:08:42 +0000 (19:08 +0000)]
(PC-do-completion): Remove `(equal (point) beg)' to
place point at the first different character in the minibuffer
even if this position is at the beginning of the minibuffer.

18 years ago(choose-completion): Use `buffer-substring-no-properties'
Juri Linkov [Fri, 16 Dec 2005 19:08:21 +0000 (19:08 +0000)]
(choose-completion): Use `buffer-substring-no-properties'
instead of `buffer-substring'.
(completion-common-substring): Doc fix.
(completion-setup-function): Use minibuffer-completion-contents
instead of minibuffer-contents.  Don't set common-string-length
initially.  Remove special handling of partial-completion-mode.
Move computation of completion-base-size into one cond.  Call
completion-base-size-function in mainbuf.  In computation of
completion-base-size for file name completion don't move point to
the end of the minibuffer.  Move computation of common-string-length
into one cond.  Start putting faces only when common-string-length>=0.
Add condition to put completions-common-part when common-string-length>0.

18 years agoAdd minibuffer-completion-contents.
Juri Linkov [Fri, 16 Dec 2005 19:07:32 +0000 (19:07 +0000)]
Add minibuffer-completion-contents.

18 years ago(Minibuffer Contents): Add minibuffer-completion-contents.
Juri Linkov [Fri, 16 Dec 2005 19:05:54 +0000 (19:05 +0000)]
(Minibuffer Contents): Add minibuffer-completion-contents.

18 years ago(Fminibuffer_completion_contents): New Lisp function
Juri Linkov [Fri, 16 Dec 2005 19:03:17 +0000 (19:03 +0000)]
(Fminibuffer_completion_contents): New Lisp function
created from minibuffer_completion_contents.
(minibuffer_completion_contents): Remove.
(do_completion, Fminibuffer_complete_word)
(Fminibuffer_completion_help): Replace minibuffer_completion_contents
with Fminibuffer_completion_contents.
(syms_of_minibuf): Add Sminibuffer_completion_contents.
(Fdisplay_completion_list): Doc fix.
(display_completion_list_1): Use `nil' for second arg of
`Fdisplay_completion_list'.

18 years ago(set-auto-mode): If search for mode specification failed, look for an
Eli Zaretskii [Fri, 16 Dec 2005 15:44:39 +0000 (15:44 +0000)]
(set-auto-mode): If search for mode specification failed, look for an
interpreter specified on the first line.

18 years agoVersion 4.0
Carsten Dominik [Fri, 16 Dec 2005 14:32:51 +0000 (14:32 +0000)]
Version 4.0

18 years ago*** empty log message ***
Carsten Dominik [Fri, 16 Dec 2005 14:32:16 +0000 (14:32 +0000)]
*** empty log message ***

18 years ago(org-tags-match-list-sublevels): New option.
Carsten Dominik [Fri, 16 Dec 2005 14:31:22 +0000 (14:31 +0000)]
(org-tags-match-list-sublevels): New option.
(org-open-at-point): implement tag searches as links
(org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
(org-make-tags-matcher, org-scan-tags, org-activate-tags): New
functions
(org-tags-sparse-tree, org-tags-view, org-set-tags)
(org-agenda-dispatch): New commands.
(org-use-tag-inheritance, org-tags-column): New options.
(org-tab-follows-link, org-return-follows-link): New options.
(org-tags): New customize group.
(org-start-icalendar-file): Get local time zone.
(org-tags-completion-function): New function.
(org-set-font-lock-defaults): make sure links will also
be highlighted inside headlines.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 16 Dec 2005 14:30:44 +0000 (14:30 +0000)]
*** empty log message ***

18 years agoUpdates from Dave Love.
Eli Zaretskii [Fri, 16 Dec 2005 12:49:13 +0000 (12:49 +0000)]
Updates from Dave Love.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 16 Dec 2005 12:17:14 +0000 (12:17 +0000)]
*** empty log message ***

18 years ago(term-emulate-terminal): Let term-handle-ansi-terminal-messages override
Eli Zaretskii [Fri, 16 Dec 2005 12:16:35 +0000 (12:16 +0000)]
(term-emulate-terminal): Let term-handle-ansi-terminal-messages override
what Bash says about its current directory.

18 years agoMark kill-whole-line as documented.
Eli Zaretskii [Fri, 16 Dec 2005 12:06:41 +0000 (12:06 +0000)]
Mark kill-whole-line as documented.

18 years ago(Killing by Lines): Document `kill-whole-line' function.
Eli Zaretskii [Fri, 16 Dec 2005 12:03:17 +0000 (12:03 +0000)]
(Killing by Lines): Document `kill-whole-line' function.

18 years ago(Internal Links): Add a missing comma after an @xref.
Eli Zaretskii [Fri, 16 Dec 2005 11:44:33 +0000 (11:44 +0000)]
(Internal Links): Add a missing comma after an @xref.

18 years ago* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey [Fri, 16 Dec 2005 11:37:43 +0000 (11:37 +0000)]
* buffers.texi (Select Buffer): Change `prev-buffer' to
`previous-buffer'.  Indicate that these functions use a frame
local buffer list.

18 years ago2005-12-16 Lőrentey Károly <lorentey@elte.hu>
Károly Lőrentey [Fri, 16 Dec 2005 11:35:25 +0000 (11:35 +0000)]
2005-12-16  Lőrentey Károly  <lorentey@elte.hu>

* bindings.el (last-buffer): Move to simple.el.
* simple.el (last-buffer): Move here.
(get-next-valid-buffer): New function.
(next-buffer): Use frame-local buffer list, maintain buried buffer list.
(prev-buffer): Ditto. Rename to `previous-buffer'.

* menu-bar.el (menu-bar-update-buffers): Update references to `prev-buffer'.
* bindings.el (global-map): Ditto.

18 years agoChange `prev-buffer' to `previous-buffer'; add note on them using the
Károly Lőrentey [Fri, 16 Dec 2005 11:33:25 +0000 (11:33 +0000)]
Change `prev-buffer' to `previous-buffer'; add note on them using the
frame-local buffer list.

18 years agoIntroductory comment change.
Luc Teirlinck [Fri, 16 Dec 2005 03:43:51 +0000 (03:43 +0000)]
Introductory comment change.
(custom-magic-alist): Change message string for the `rogue' state.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 16 Dec 2005 03:42:27 +0000 (03:42 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 16 Dec 2005 02:07:23 +0000 (02:07 +0000)]
*** empty log message ***

18 years agoDelete defcustom variable :tag names.
Richard M. Stallman [Fri, 16 Dec 2005 02:06:54 +0000 (02:06 +0000)]
Delete defcustom variable :tag names.

18 years ago(partial-completion-mode): Doc fix.
Richard M. Stallman [Fri, 16 Dec 2005 02:06:11 +0000 (02:06 +0000)]
(partial-completion-mode): Doc fix.

18 years ago(flyspell-external-point-words): Use save-excursion to ensure we don't
Richard M. Stallman [Fri, 16 Dec 2005 02:02:42 +0000 (02:02 +0000)]
(flyspell-external-point-words): Use save-excursion to ensure we don't
move backward in the search loop, not even one character.
(flyspell-delete-all-overlays): Use remove-overlays directly.

18 years ago(ispell-current-personal-dictionary): New variable.
Richard M. Stallman [Fri, 16 Dec 2005 02:00:02 +0000 (02:00 +0000)]
(ispell-current-personal-dictionary): New variable.
(ispell-start-process): Set that variable.
Clear ispell-buffer-local-name.
(ispell-internal-change-dictionary):
Set ispell-current-dictionary after killing process.
(ispell-buffer-local-dict):
Don't set spell-personal-dictionary after killing process.
(ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.

(ispell-tex-skip-alists)
(ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.

18 years ago(newsticker--retrieval-timer-list, newsticker--display-timer)
Richard M. Stallman [Fri, 16 Dec 2005 01:55:46 +0000 (01:55 +0000)]
(newsticker--retrieval-timer-list, newsticker--display-timer)
(newsticker-running-p, newsticker-ticker-running-p): Definitions moved up.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Dec 2005 00:44:41 +0000 (00:44 +0000)]
*** empty log message ***

18 years ago(gdb-many-windows): Echo new state in minibuffer.
Nick Roberts [Thu, 15 Dec 2005 21:21:43 +0000 (21:21 +0000)]
(gdb-many-windows): Echo new state in minibuffer.

18 years ago*** empty log message ***
Nick Roberts [Thu, 15 Dec 2005 21:20:47 +0000 (21:20 +0000)]
*** empty log message ***

18 years ago(recentf-dialog-goto-first): Fix missing error condition.
David Ponce [Thu, 15 Dec 2005 20:23:46 +0000 (20:23 +0000)]
(recentf-dialog-goto-first): Fix missing error condition.
(recentf-edit-list, recentf-open-files): Signal an error when
there is no recent file.

18 years ago*** empty log message ***
David Ponce [Thu, 15 Dec 2005 20:23:19 +0000 (20:23 +0000)]
*** empty log message ***

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.