]> git.eshelyaron.com Git - emacs.git/log
emacs.git
20 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Apr 2004 07:15:39 +0000 (07:15 +0000)]
*** empty log message ***

20 years ago(quail-update-translation): Don't insert
Kenichi Handa [Tue, 20 Apr 2004 07:06:58 +0000 (07:06 +0000)]
(quail-update-translation): Don't insert
such an unsupported multibyte char in a unibyte buffer.

20 years ago(regularize_fontname): Renamed from regulalize_fontname.
John Paul Wallington [Tue, 20 Apr 2004 00:26:36 +0000 (00:26 +0000)]
(regularize_fontname): Renamed from regulalize_fontname.

20 years ago(Fassoc, Feql): Fix indentation.
John Paul Wallington [Tue, 20 Apr 2004 00:17:46 +0000 (00:17 +0000)]
(Fassoc, Feql): Fix indentation.

20 years ago(gdb-frame-parameters): New constant.
Nick Roberts [Mon, 19 Apr 2004 23:32:17 +0000 (23:32 +0000)]
(gdb-frame-parameters): New constant.
(gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
(gdb-frame-threads-buffer, gdb-frame-registers-buffer)
(gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
(gdb-frame-assembler-buffer): Improve behaviour with
multiple frames.
(gdb-display-buffer): Extend search to all visible frames.

20 years ago*** empty log message ***
Nick Roberts [Mon, 19 Apr 2004 23:31:39 +0000 (23:31 +0000)]
*** empty log message ***

20 years ago(rmail-convert-to-babyl-format): Don't remove ^M
Eli Zaretskii [Mon, 19 Apr 2004 18:06:51 +0000 (18:06 +0000)]
(rmail-convert-to-babyl-format): Don't remove ^M
characters left after base64 decoding.
(rmail-decode-region): Use -dos variety of `coding', to remove any
^M characters left after qp or base64 decoding.

20 years ago`eql' now available without requiring cl.
John Paul Wallington [Mon, 19 Apr 2004 15:29:23 +0000 (15:29 +0000)]
`eql' now available without requiring cl.

20 years ago(Feql): New function.
John Paul Wallington [Mon, 19 Apr 2004 15:17:53 +0000 (15:17 +0000)]
(Feql): New function.
(syms_of_fns): defsubr it.

20 years ago* x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
Jan Djärv [Mon, 19 Apr 2004 12:45:28 +0000 (12:45 +0000)]
* x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
messages.

20 years ago(iswitchb-max-to-show): Update documentation and :type information.
Stephen Eglen [Mon, 19 Apr 2004 11:42:38 +0000 (11:42 +0000)]
(iswitchb-max-to-show): Update documentation and :type information.

20 years ago(add-change-log-entry): Update doc string to mention
Stephen Eglen [Mon, 19 Apr 2004 11:32:03 +0000 (11:32 +0000)]
(add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.

20 years agosentence-end
Juri Linkov [Sun, 18 Apr 2004 22:23:01 +0000 (22:23 +0000)]
sentence-end

20 years ago(help-with-tutorial): Call `hack-local-variables'
Juri Linkov [Sun, 18 Apr 2004 22:12:23 +0000 (22:12 +0000)]
(help-with-tutorial): Call `hack-local-variables'
to put into effect local variables from TUTORIAL files.

20 years ago* progmodes/cc-cmds.el (c-beginning-of-statement): Use
Juri Linkov [Sun, 18 Apr 2004 22:09:27 +0000 (22:09 +0000)]
* progmodes/cc-cmds.el (c-beginning-of-statement): Use
function `sentence-end' instead of variable `sentence-end'.

20 years ago(canonically-space-region, fill-nobreak-p, fill-delete-newlines):
Juri Linkov [Sun, 18 Apr 2004 22:08:54 +0000 (22:08 +0000)]
(canonically-space-region, fill-nobreak-p, fill-delete-newlines):
Use function `sentence-end' instead of variable `sentence-end'.

20 years ago(sentence-end) <function>: New fun with default value taken
Juri Linkov [Sun, 18 Apr 2004 22:08:03 +0000 (22:08 +0000)]
(sentence-end) <function>: New fun with default value taken
from the variable `sentence-end'.
(sentence-end) <defcustom>: Set default to nil.  Doc fix.
Add nil const to :type.
(sentence-end-without-period, sentence-end-double-space)
(sentence-end-without-space): Doc fix.
(forward-sentence): Use function `sentence-end' instead of
variable `sentence-end'.

20 years ago(Spelling): Remove file extension from ispell xref.
Juri Linkov [Sun, 18 Apr 2004 20:04:24 +0000 (20:04 +0000)]
(Spelling): Remove file extension from ispell xref.

20 years ago(Fw32_set_clipboard_data): Get sequence number after closing the clipboard.
Jason Rumney [Sun, 18 Apr 2004 18:34:03 +0000 (18:34 +0000)]
(Fw32_set_clipboard_data): Get sequence number after closing the clipboard.

20 years ago*** empty log message ***
Jason Rumney [Sun, 18 Apr 2004 18:33:01 +0000 (18:33 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juri Linkov [Sun, 18 Apr 2004 15:29:18 +0000 (15:29 +0000)]
*** empty log message ***

20 years ago(Info-find-file, Info-find-node-2): Add history and toc.
Juri Linkov [Sun, 18 Apr 2004 15:28:19 +0000 (15:28 +0000)]
(Info-find-file, Info-find-node-2): Add history and toc.
(Info-find-node-2): Simplify error message.
(Info-insert-dir): Use Info-following-node-name.
(Info-goto-node): Remove *info-history* and *info-toc*.
(Info-history): Create a node of the virtual history file.
(Info-toc): Create a node of the virtual toc file.
(Info-insert-toc): New arg `curr-file' for reference file names.
(info-apropos): Remove redundant var binding for temp-file.
(Info-index, Info-index-next, Info-mode): Doc fix.
(Info-goto-emacs-command-node): Don't jump to *info* from
non-*info* Info buffers.
(Info-fontify-node): Don't show the file name of external
references if `Info-hide-note-references' is `hide'.  Don't hide
newlines at the end of paragraphs.

20 years ago(list-input-methods): Fix args to help-xref-button.
Juri Linkov [Sun, 18 Apr 2004 15:13:25 +0000 (15:13 +0000)]
(list-input-methods): Fix args to help-xref-button.

20 years ago.
Andreas Schwab [Sun, 18 Apr 2004 11:05:20 +0000 (11:05 +0000)]
.

20 years ago(compilation-start): Set window start to
Andreas Schwab [Sun, 18 Apr 2004 11:04:24 +0000 (11:04 +0000)]
(compilation-start): Set window start to
point-min if compilation-scroll-output is nil.

20 years ago2004-04-18 John Wiegley <johnw@newartisans.com>
John Wiegley [Sun, 18 Apr 2004 10:31:29 +0000 (10:31 +0000)]
2004-04-18  John Wiegley  <johnw@newartisans.com>

* iswitchb.el (iswitchb-completions): Removed dependency on cl.

20 years ago*** empty log message ***
John Wiegley [Sun, 18 Apr 2004 10:30:54 +0000 (10:30 +0000)]
*** empty log message ***

20 years ago* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert [Sun, 18 Apr 2004 06:02:16 +0000 (06:02 +0000)]
* rcs2log (Help): Clarify wording of the usage message.

20 years ago(Coding Conventions): defopt -> defcustom.
Jesper Harder [Sun, 18 Apr 2004 02:05:02 +0000 (02:05 +0000)]
(Coding Conventions): defopt -> defcustom.

20 years agoSet sentence-end-double-space to nil in Local Variables.
Juri Linkov [Sat, 17 Apr 2004 23:15:16 +0000 (23:15 +0000)]
Set sentence-end-double-space to nil in Local Variables.

20 years ago(gdb-goto-info): Require 'info.
Nick Roberts [Sat, 17 Apr 2004 23:14:17 +0000 (23:14 +0000)]
(gdb-goto-info): Require 'info.
(gdb-info-breakpoints-custom): Revert previous change.
(gdb-view-assembler): Update assembler if necessary.
(gdb-frame-handler): Parse correctly for gdb-current-frame.
(gdb-display-source-buffer): Update properly when both source and
assembler are visible.

20 years ago*** empty log message ***
Nick Roberts [Sat, 17 Apr 2004 23:13:35 +0000 (23:13 +0000)]
*** empty log message ***

20 years agoAdd coding latin-1 to Local Variables.
Juri Linkov [Sat, 17 Apr 2004 23:11:22 +0000 (23:11 +0000)]
Add coding latin-1 to Local Variables.
Set sentence-end-double-space to nil in Local Variables.

20 years agoAdd coding latin-1 to Local Variables.
Juri Linkov [Sat, 17 Apr 2004 22:54:09 +0000 (22:54 +0000)]
Add coding latin-1 to Local Variables.

20 years agoAdd "2004" to the list of copyright years.
Juri Linkov [Sat, 17 Apr 2004 22:40:52 +0000 (22:40 +0000)]
Add "2004" to the list of copyright years.
Move coding to Local Variables.
Add sentence-end-double-space: nil to Local Variables.

20 years agoMore corrections.
Juri Linkov [Sat, 17 Apr 2004 22:28:38 +0000 (22:28 +0000)]
More corrections.

20 years ago2004-04-17 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 17 Apr 2004 22:04:04 +0000 (22:04 +0000)]
2004-04-17  John Wiegley  <johnw@newartisans.com>

* iswitchb.el (iswitchb-max-to-show): Added a new config variable
which optionally limits the number of names shown in the
minibuffer.  Off by default.
(iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
up iswitchb for users with a multitude of open buffers, by showing
only the first and last N/2 buffers in the completion list (which
is enough for C-s/C-r, and to know that more characters need to be
typed to refine the completion list).

20 years ago*** empty log message ***
John Wiegley [Sat, 17 Apr 2004 22:02:45 +0000 (22:02 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Apr 2004 19:58:43 +0000 (19:58 +0000)]
*** empty log message ***

20 years ago(locate-file-completion): Handle nil in path-and-suffixes.
Richard M. Stallman [Sat, 17 Apr 2004 19:58:19 +0000 (19:58 +0000)]
(locate-file-completion): Handle nil in path-and-suffixes.
(file-truename): Expand all ~ constructs directly.
(insert-directory): Delete any error msg output by the
`insert-directory-program'.

20 years ago(allout-mode-exposure-menu, allout-mode-editing-menu):
Richard M. Stallman [Sat, 17 Apr 2004 19:53:58 +0000 (19:53 +0000)]
(allout-mode-exposure-menu, allout-mode-editing-menu):
(allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
(allout-prior-bindings, allout-added-bindings): Defvars deleted.
(allout-init): Use find-file-hook, not find-file-hooks.
(allout-mode): Eliminate Emacs 18 support.
Use write-contents-functions, not local-write-file-hooks.

20 years agoMove the info about site-lisp dirs,
Richard M. Stallman [Sat, 17 Apr 2004 19:47:38 +0000 (19:47 +0000)]
Move the info about site-lisp dirs,
and say uninstalled Emacs looks there too.

20 years ago(Fbuffer_base_buffer): Doc fix.
Luc Teirlinck [Sat, 17 Apr 2004 02:04:27 +0000 (02:04 +0000)]
(Fbuffer_base_buffer): Doc fix.

20 years ago(insert-directory): Minor whitespace fix in docstring.
Luc Teirlinck [Sat, 17 Apr 2004 01:46:53 +0000 (01:46 +0000)]
(insert-directory): Minor whitespace fix in docstring.

20 years agoVarious clarifications.
Luc Teirlinck [Sat, 17 Apr 2004 00:58:04 +0000 (00:58 +0000)]
Various clarifications.

20 years agoAdd anchors. Some other minor changes.
Luc Teirlinck [Sat, 17 Apr 2004 00:52:46 +0000 (00:52 +0000)]
Add anchors.  Some other minor changes.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 16 Apr 2004 23:56:04 +0000 (23:56 +0000)]
*** empty log message ***

20 years ago(python-compilation-line-number): Fix braindamage.
Stefan Monnier [Fri, 16 Apr 2004 23:36:13 +0000 (23:36 +0000)]
(python-compilation-line-number): Fix braindamage.
(python-load-file): Fix python-orig-start setting.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 23:27:40 +0000 (23:27 +0000)]
*** empty log message ***

20 years agoDoc fixes.
Stefan Monnier [Fri, 16 Apr 2004 23:22:07 +0000 (23:22 +0000)]
Doc fixes.
(compilation-error-regexp-alist-alist)
(compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
(compilation-assq): Wrap in eval-when-compile.
(compilation-mode-font-lock-keywords): Don't use list*.
(compilation-start): Avoid warning.
(compilation-compat-error-properties)
(compilation-directory-properties): Add keymap property.
(compilation-parsing-end): Make it a marker for better compatibility.

20 years ago(compilation-error-properties): Fix for adding messages when there are already
Daniel Pfeiffer [Fri, 16 Apr 2004 23:06:34 +0000 (23:06 +0000)]
(compilation-error-properties): Fix for adding messages when there are already
markers for their file.
(compilation-fake-loc): New function.

20 years ago(python-after-info-look): Use with-no-warnings.
Stefan Monnier [Fri, 16 Apr 2004 22:58:28 +0000 (22:58 +0000)]
(python-after-info-look): Use with-no-warnings.

20 years agoDoc fixes.
Stefan Monnier [Fri, 16 Apr 2004 22:46:26 +0000 (22:46 +0000)]
Doc fixes.
(xml-get-children): Only looks at sub-tags and ignore strings.

20 years ago(xml-parse-tag): Avoid overwriting node-name.
Stefan Monnier [Fri, 16 Apr 2004 22:26:53 +0000 (22:26 +0000)]
(xml-parse-tag): Avoid overwriting node-name.

20 years ago(url-debug): Use with-current-buffer.
Stefan Monnier [Fri, 16 Apr 2004 22:05:32 +0000 (22:05 +0000)]
(url-debug): Use with-current-buffer.

20 years ago(url-nfs-file-attributes): Add id-format parameter.
Stefan Monnier [Fri, 16 Apr 2004 22:04:33 +0000 (22:04 +0000)]
(url-nfs-file-attributes): Add id-format parameter.
(url-nfs-create-wrapper): Use new backquote syntax.

20 years ago(url-https-file-attributes): Add id-format param.
Stefan Monnier [Fri, 16 Apr 2004 22:02:46 +0000 (22:02 +0000)]
(url-https-file-attributes): Add id-format param.

20 years ago(url-http-head-file-attributes, url-http-file-attributes):
Stefan Monnier [Fri, 16 Apr 2004 22:01:56 +0000 (22:01 +0000)]
(url-http-head-file-attributes, url-http-file-attributes):
Add id-format parameter.

20 years agoUse new find-file-hook.
Stefan Monnier [Fri, 16 Apr 2004 22:00:40 +0000 (22:00 +0000)]
Use new find-file-hook.
(url-file-attributes): Add id-format parameter.

20 years ago(url-file-create-wrapper): Use new backquote syntax.
Stefan Monnier [Fri, 16 Apr 2004 21:59:12 +0000 (21:59 +0000)]
(url-file-create-wrapper): Use new backquote syntax.
(url-file-file-attributes): Add id-format parameter.

20 years agoUse with-current-buffer.
Stefan Monnier [Fri, 16 Apr 2004 21:58:11 +0000 (21:58 +0000)]
Use with-current-buffer.
(url-dav-process-response): Fix regexps and spurious quote.
(url-dav-file-attributes): Add id-format param.

20 years ago(diff-end-of-hunk): Be more careful with unified hunks.
Stefan Monnier [Fri, 16 Apr 2004 21:52:14 +0000 (21:52 +0000)]
(diff-end-of-hunk): Be more careful with unified hunks.

20 years ago(Fkey_description): Change callers.
Kim F. Storm [Fri, 16 Apr 2004 21:19:16 +0000 (21:19 +0000)]
(Fkey_description): Change callers.

20 years ago(Fkey_description): Fix prototype.
Kim F. Storm [Fri, 16 Apr 2004 21:17:02 +0000 (21:17 +0000)]
(Fkey_description): Fix prototype.
(describe_vector): Remove prototype.

20 years ago(Fkey_description): Add optional PREFIX arg.
Kim F. Storm [Fri, 16 Apr 2004 21:16:33 +0000 (21:16 +0000)]
(Fkey_description): Add optional PREFIX arg.
Combine prefix with KEYS to make up the full key sequence to describe.
Correlate meta_prefix_char and following (simple) key to describe
as meta modifier.  All callers changed.
(describe_map): Rename arg `keys' to `prefix'.  Remove local
`elt_prefix' var.  Use Fkey_description with prefix instead of
elt_prefix combined with Fsingle_key_description.
(describe_vector): Declare static.  Replace arg `elt_prefix' with
`prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
if !KEYMAP_P. Use Fkey_description with prefix instead of
Fsingle_key_description.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 21:16:06 +0000 (21:16 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
Miles Bader [Fri, 16 Apr 2004 21:04:07 +0000 (21:04 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221

Restore deleted tagline in etc/TUTORIAL.ru

20 years ago(update_overlay_arrows): Fix handling of up_to_date < 0.
Kim F. Storm [Fri, 16 Apr 2004 20:11:47 +0000 (20:11 +0000)]
(update_overlay_arrows): Fix handling of up_to_date < 0.

20 years ago(PNG_BG_COLOR_SHIFT): Remove.
Kim F. Storm [Fri, 16 Apr 2004 20:08:15 +0000 (20:08 +0000)]
(PNG_BG_COLOR_SHIFT): Remove.
(png_load): Fix calculation of transparent background color on X
and W32 platforms.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 20:07:49 +0000 (20:07 +0000)]
*** empty log message ***

20 years ago(try_scrolling): Make sure `scroll-conservatively' is not too large before
Juanma Barranquero [Fri, 16 Apr 2004 19:33:45 +0000 (19:33 +0000)]
(try_scrolling): Make sure `scroll-conservatively' is not too large before
computing how much to scroll.

20 years agoMarkup fixes.
Jesper Harder [Fri, 16 Apr 2004 16:42:36 +0000 (16:42 +0000)]
Markup fixes.

20 years agoChanges by Alex Ott checked in.
David Kastrup [Fri, 16 Apr 2004 13:10:15 +0000 (13:10 +0000)]
Changes by Alex Ott checked in.

20 years ago*** empty log message ***
David Kastrup [Fri, 16 Apr 2004 13:09:44 +0000 (13:09 +0000)]
*** empty log message ***

20 years ago#
André Spiegel [Fri, 16 Apr 2004 10:26:02 +0000 (10:26 +0000)]
#

20 years ago(vc-default-workfile-unchanged-p): Quote signal.
André Spiegel [Fri, 16 Apr 2004 10:21:51 +0000 (10:21 +0000)]
(vc-default-workfile-unchanged-p): Quote signal.

20 years ago(vc-print-log): Quote signal.
André Spiegel [Fri, 16 Apr 2004 10:21:24 +0000 (10:21 +0000)]
(vc-print-log): Quote signal.

20 years ago(completions-common-part): Rename from completion-de-emphasis.
Masatake YAMATO [Fri, 16 Apr 2004 08:57:51 +0000 (08:57 +0000)]
(completions-common-part): Rename from completion-de-emphasis.
(completions-first-difference): Rename from completion-emphasis. Suggested by RMS.

20 years ago(completion-setup-function): Set an initial value to `element-common-end' before...
Masatake YAMATO [Fri, 16 Apr 2004 08:45:40 +0000 (08:45 +0000)]
(completion-setup-function): Set an initial value to `element-common-end' before entering loop. Set a value to `element-common-end' at the end of loop. The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.

20 years agoemail fix
Vinicius Jose Latorre [Fri, 16 Apr 2004 00:22:38 +0000 (00:22 +0000)]
email fix

20 years ago(bookmark-send-edited-annotation): Fix docstring.
Juanma Barranquero [Thu, 15 Apr 2004 23:13:16 +0000 (23:13 +0000)]
(bookmark-send-edited-annotation): Fix docstring.
(bookmark-edit-annotation-mode): Add mode name.

20 years ago(Ffile_attributes): Don't pass extra nil arg to file-handler.
Stefan Monnier [Thu, 15 Apr 2004 21:02:33 +0000 (21:02 +0000)]
(Ffile_attributes): Don't pass extra nil arg to file-handler.

20 years ago(smerge-match-conflict): Fix last change.
Stefan Monnier [Thu, 15 Apr 2004 20:46:54 +0000 (20:46 +0000)]
(smerge-match-conflict): Fix last change.

20 years ago(smerge-match-conflict): Try to do something sensible
Stefan Monnier [Thu, 15 Apr 2004 20:19:11 +0000 (20:19 +0000)]
(smerge-match-conflict): Try to do something sensible
for nested conflict markers.
(smerge-find-conflict): Better handle errors in smerge-match-conflict.

20 years ago(gud-menu-map, gud-tool-bar-map): Add help button.
Nick Roberts [Thu, 15 Apr 2004 20:04:38 +0000 (20:04 +0000)]
(gud-menu-map, gud-tool-bar-map): Add help button.

20 years ago(gdb-goto-info): New function.
Nick Roberts [Thu, 15 Apr 2004 20:03:37 +0000 (20:03 +0000)]
(gdb-goto-info): New function.

20 years ago*** empty log message ***
Nick Roberts [Thu, 15 Apr 2004 20:02:36 +0000 (20:02 +0000)]
*** empty log message ***

20 years ago(Initial Options): Add -Q.
Kim F. Storm [Thu, 15 Apr 2004 15:11:15 +0000 (15:11 +0000)]
(Initial Options): Add -Q.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 15 Apr 2004 15:10:25 +0000 (15:10 +0000)]
*** empty log message ***

20 years agoRebuild.
Andreas Schwab [Thu, 15 Apr 2004 08:38:21 +0000 (08:38 +0000)]
Rebuild.

20 years ago(Fverify_visited_file_modtime, Fvisited_file_modtime):
Luc Teirlinck [Thu, 15 Apr 2004 02:32:32 +0000 (02:32 +0000)]
(Fverify_visited_file_modtime, Fvisited_file_modtime):
Add hyperlink to Elisp manual to the docstring.

20 years ago(Read Only Buffers): Mention optional ARG to `toggle-read-only'.
Luc Teirlinck [Thu, 15 Apr 2004 00:26:17 +0000 (00:26 +0000)]
(Read Only Buffers): Mention optional ARG to `toggle-read-only'.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 14 Apr 2004 20:45:43 +0000 (20:45 +0000)]
*** empty log message ***

20 years ago(fix_command): Use XDCR.
Stefan Monnier [Wed, 14 Apr 2004 20:45:02 +0000 (20:45 +0000)]
(fix_command): Use XDCR.

20 years ago(batch-byte-compile-file): Give a backtrace if requested.
Stefan Monnier [Wed, 14 Apr 2004 20:43:45 +0000 (20:43 +0000)]
(batch-byte-compile-file): Give a backtrace if requested.

20 years ago(ada-create-menu): Remove redundant call.
Stefan Monnier [Wed, 14 Apr 2004 20:41:47 +0000 (20:41 +0000)]
(ada-create-menu): Remove redundant call.

20 years ago(python-orig-start-line, python-orig-file): Remove.
Stefan Monnier [Wed, 14 Apr 2004 20:31:53 +0000 (20:31 +0000)]
(python-orig-start-line, python-orig-file): Remove.
(python-orig-start): New var.
(python-input-filter, python-compilation-line-number)
(python-send-region, python-load-file): Use it.

20 years ago(posn-set-point): Fix typos: parameter is `position', not `posn'.
John Paul Wallington [Wed, 14 Apr 2004 20:31:37 +0000 (20:31 +0000)]
(posn-set-point): Fix typos: parameter is `position', not `posn'.

20 years ago(run-python): Fix use of \n.
Stefan Monnier [Wed, 14 Apr 2004 20:16:05 +0000 (20:16 +0000)]
(run-python): Fix use of \n.
(python-load-file): Remove `try' from Python fragment.
(python-describe-symbol): Fix message.

20 years ago(Selecting Windows): Note that get-lru-window
Nick Roberts [Wed, 14 Apr 2004 20:06:29 +0000 (20:06 +0000)]
(Selecting Windows): Note that get-lru-window
returns a full-width window if possible.