]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoAdd description of +LINE:COLUMN.
Gerd Moellmann [Tue, 17 Jul 2001 10:59:34 +0000 (10:59 +0000)]
Add description of +LINE:COLUMN.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 17 Jul 2001 10:57:38 +0000 (10:57 +0000)]
*** empty log message ***

22 years ago(print_help_and_exit): Fix help message for
Gerd Moellmann [Tue, 17 Jul 2001 10:57:25 +0000 (10:57 +0000)]
(print_help_and_exit): Fix help message for
+LINE:COLUMN option.

(main): Add support for +LINE:COLUMN command line
argument.

22 years ago(command-line-1): Add support for +LINE:COLUMN
Gerd Moellmann [Tue, 17 Jul 2001 10:56:35 +0000 (10:56 +0000)]
(command-line-1): Add support for +LINE:COLUMN
command line argument.

22 years ago(server-visit-files): Handle the case the specified
Gerd Moellmann [Tue, 17 Jul 2001 10:55:28 +0000 (10:55 +0000)]
(server-visit-files): Handle the case the specified
column number is <= 0.

(command-line-1): Add support for +LINE:COLUMN
command line argument.

(server-process-filter, server-visit-files): Add
support for +LINE:COLUMN style emacsclient calls.

22 years agoProofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii [Tue, 17 Jul 2001 10:50:35 +0000 (10:50 +0000)]
Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.

22 years agoProofreading fixes from Chris Green <chris_e_green@yahoo.com>
Eli Zaretskii [Tue, 17 Jul 2001 10:39:21 +0000 (10:39 +0000)]
Proofreading fixes from Chris Green <chris_e_green@yahoo.com>
and "J. Otto Tennant" <jot@visi.com>.

22 years ago(Interactive Shell): Document that EMACS is only put into the shell's
Eli Zaretskii [Tue, 17 Jul 2001 10:34:48 +0000 (10:34 +0000)]
(Interactive Shell): Document that EMACS is only put into the shell's
environment if it is not already defined.  From Francois Pinard.

22 years ago(USAGE1): Add +LINE:COLUMN option help.
Gerd Moellmann [Tue, 17 Jul 2001 10:33:06 +0000 (10:33 +0000)]
(USAGE1): Add +LINE:COLUMN option help.

22 years ago(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
Gerd Moellmann [Tue, 17 Jul 2001 09:35:27 +0000 (09:35 +0000)]
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
to 4096 because of paste problems reported on GNU/Linux.

22 years ago*** empty log message ***
Pavel Janík [Tue, 17 Jul 2001 07:37:19 +0000 (07:37 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 23:45:18 +0000 (23:45 +0000)]
*** empty log message ***

22 years agoSome fixes to follow lisp coding conventions and typo fixes.
Pavel Janík [Mon, 16 Jul 2001 20:22:24 +0000 (20:22 +0000)]
Some fixes to follow lisp coding conventions and typo fixes.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 18:41:09 +0000 (18:41 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 16:00:02 +0000 (16:00 +0000)]
*** empty log message ***

22 years ago(unwind_read): Function removed.
Gerd Moellmann [Mon, 16 Jul 2001 15:59:43 +0000 (15:59 +0000)]
(unwind_read): Function removed.
(read_non_regular, read_non_regular_quit): New functions.
(Finsert_file_contents): When reading from non-regular files,
arrange to catch a `quit' and terminate the loop.  Rearrange
code so that a `quit' when reading from a regular file doesn't
insert text in the buffer.

22 years ago(calendar-goto-islamic-date): Remove
Gerd Moellmann [Mon, 16 Jul 2001 15:45:28 +0000 (15:45 +0000)]
(calendar-goto-islamic-date): Remove
autoload cookie.

22 years ago(calendar-goto-islamic-date): Add
Gerd Moellmann [Mon, 16 Jul 2001 15:45:01 +0000 (15:45 +0000)]
(calendar-goto-islamic-date): Add
call to autoload.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 15:20:00 +0000 (15:20 +0000)]
*** empty log message ***

22 years ago(ada-mode): Avoid unneeded version checks.
Stefan Monnier [Mon, 16 Jul 2001 15:12:19 +0000 (15:12 +0000)]
(ada-mode): Avoid unneeded version checks.
Don't change compile-auto-highlight globally.
Don't bother with `font-lock-defaults' property since XEmacs
also understands the `font-lock-defaults' variable.
Use make-local-variable rather than make-variable-buffer-local.
Don't `defconst' comment-indent-function: keep the default.
Call easy-menu-add unconditionally.
(ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
(ada-create-menu): Use :included for Emacs as well.

22 years agoAuthor header fix.
Pavel Janík [Mon, 16 Jul 2001 14:36:26 +0000 (14:36 +0000)]
Author header fix.

22 years ago(mouse-sel-bindings): Instead of unbinding
Gerd Moellmann [Mon, 16 Jul 2001 14:31:15 +0000 (14:31 +0000)]
(mouse-sel-bindings): Instead of unbinding
mouse-1 etc., bind them to `ignore'.

22 years ago(vc-do-command): Autoload.
Stefan Monnier [Mon, 16 Jul 2001 14:19:17 +0000 (14:19 +0000)]
(vc-do-command): Autoload.

22 years ago(ada-xref-initialize): Fix call to add-hook.
Stefan Monnier [Mon, 16 Jul 2001 13:38:53 +0000 (13:38 +0000)]
(ada-xref-initialize): Fix call to add-hook.

22 years agoFix typo.
Pavel Janík [Mon, 16 Jul 2001 13:16:47 +0000 (13:16 +0000)]
Fix typo.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 13:00:54 +0000 (13:00 +0000)]
*** empty log message ***

22 years ago(eshell-send-invisible): Renamed from
Gerd Moellmann [Mon, 16 Jul 2001 12:59:04 +0000 (12:59 +0000)]
(eshell-send-invisible): Renamed from
send-invisible, which is already defined in Comint.
(eshell-watch-for-password-prompt): Use it.

22 years agoDoc fix.
Pavel Janík [Mon, 16 Jul 2001 12:46:31 +0000 (12:46 +0000)]
Doc fix.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 12:23:00 +0000 (12:23 +0000)]
Some fixes to follow coding conventions.

22 years agoComment fix.
Gerd Moellmann [Mon, 16 Jul 2001 12:22:17 +0000 (12:22 +0000)]
Comment fix.

22 years ago(clear_face_cache): Clear fonts on a display basis.
Gerd Moellmann [Mon, 16 Jul 2001 12:21:02 +0000 (12:21 +0000)]
(clear_face_cache): Clear fonts on a display basis.
Clear faces afterwards.
(clear_font_table): Take a x_display_info parameter.  Don't free
fonts being the default font of any frame on the given display.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 11:54:17 +0000 (11:54 +0000)]
*** empty log message ***

22 years ago(set-variable): Require 'cus-edit' instead of
Gerd Moellmann [Mon, 16 Jul 2001 11:52:56 +0000 (11:52 +0000)]
(set-variable): Require 'cus-edit' instead of
`wid-edit', so that the Custom widgets get defined.

22 years agoFixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 11:39:42 +0000 (11:39 +0000)]
Fixes to follow coding conventions.

22 years agoSome clarification for --append.
Gerd Moellmann [Mon, 16 Jul 2001 11:22:34 +0000 (11:22 +0000)]
Some clarification for --append.

22 years ago(main): Check that the output file exists and
Gerd Moellmann [Mon, 16 Jul 2001 11:20:25 +0000 (11:20 +0000)]
(main): Check that the output file exists and
is non-empty if invoked with `--append'.

22 years ago(dired-insert-set-properties): Fix invalid mouse-face
Gerd Moellmann [Mon, 16 Jul 2001 10:54:22 +0000 (10:54 +0000)]
(dired-insert-set-properties): Fix invalid mouse-face
property.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 09:10:19 +0000 (09:10 +0000)]
Some fixes to follow coding conventions.

22 years agoDoc fix.
Gerd Moellmann [Mon, 16 Jul 2001 09:03:47 +0000 (09:03 +0000)]
Doc fix.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 07:46:48 +0000 (07:46 +0000)]
Some fixes to follow coding conventions.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 03:35:36 +0000 (03:35 +0000)]
*** empty log message ***

22 years ago(remote-compile): Use make-local-variable.
Stefan Monnier [Mon, 16 Jul 2001 02:07:12 +0000 (02:07 +0000)]
(remote-compile): Use make-local-variable.

22 years ago(hs-minor-mode): Use make-local-variable.
Stefan Monnier [Mon, 16 Jul 2001 01:55:37 +0000 (01:55 +0000)]
(hs-minor-mode): Use make-local-variable.

22 years ago(makefile-browse): Use make-local-variable.
Stefan Monnier [Mon, 16 Jul 2001 01:52:50 +0000 (01:52 +0000)]
(makefile-browse): Use make-local-variable.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 01:51:19 +0000 (01:51 +0000)]
*** empty log message ***

22 years ago(reporter-submit-bug-report):
Stefan Monnier [Mon, 16 Jul 2001 01:50:49 +0000 (01:50 +0000)]
(reporter-submit-bug-report):
Don't abuse make-variable-buffer-local.  Fix call to add-hook.

22 years agoMinor clarification about insert-buffer.
Richard M. Stallman [Sun, 15 Jul 2001 20:49:53 +0000 (20:49 +0000)]
Minor clarification about insert-buffer.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Sun, 15 Jul 2001 19:53:53 +0000 (19:53 +0000)]
Some fixes to follow coding conventions.

22 years agoSome fixes to follow coding conventions in files from Gnus.
Pavel Janík [Sun, 15 Jul 2001 17:42:53 +0000 (17:42 +0000)]
Some fixes to follow coding conventions in files from Gnus.

22 years agoSome fixes to follow coding conventions in files maintained by FSF.
Pavel Janík [Sun, 15 Jul 2001 16:15:35 +0000 (16:15 +0000)]
Some fixes to follow coding conventions in files maintained by FSF.

22 years agoClarify initial discussion.
Richard M. Stallman [Sat, 14 Jul 2001 18:19:27 +0000 (18:19 +0000)]
Clarify initial discussion.

22 years agoMounting a volume onto itself might also produce "text file busy".
Eli Zaretskii [Sat, 14 Jul 2001 15:31:32 +0000 (15:31 +0000)]
Mounting a volume onto itself might also produce "text file busy".

22 years agoEmacs lisp coding convention fixes.
Pavel Janík [Sat, 14 Jul 2001 11:21:08 +0000 (11:21 +0000)]
Emacs lisp coding convention fixes.

22 years ago(Info-build-node-completions): Make Info-current-file-completions buffer local.
Stefan Monnier [Fri, 13 Jul 2001 18:34:08 +0000 (18:34 +0000)]
(Info-build-node-completions): Make Info-current-file-completions buffer local.

22 years ago(which-func-mode, which-func-ff-hook)
Gerd Moellmann [Fri, 13 Jul 2001 14:37:39 +0000 (14:37 +0000)]
(which-func-mode, which-func-ff-hook)
(which-function-mode): Remove references to
which-func-mode-global.

22 years ago(calendar-goto-islamic-date): Add
Gerd Moellmann [Fri, 13 Jul 2001 14:02:02 +0000 (14:02 +0000)]
(calendar-goto-islamic-date): Add
autload cookie.

22 years agoFix license commentary.
Gerd Moellmann [Fri, 13 Jul 2001 12:59:13 +0000 (12:59 +0000)]
Fix license commentary.

22 years agoIncrement version number.
Gerd Moellmann [Fri, 13 Jul 2001 10:53:37 +0000 (10:53 +0000)]
Increment version number.

22 years agoFix a typo.
Pavel Janík [Fri, 13 Jul 2001 10:41:51 +0000 (10:41 +0000)]
Fix a typo.

22 years ago*** empty log message *** emacs-pretest-21.0.104
Gerd Moellmann [Fri, 13 Jul 2001 10:39:10 +0000 (10:39 +0000)]
*** empty log message ***

22 years agoAdd types to defcustoms.
Gerd Moellmann [Fri, 13 Jul 2001 10:20:15 +0000 (10:20 +0000)]
Add types to defcustoms.

22 years ago(CHAR_STRING_NO_SIGNAL): New macro.
Gerd Moellmann [Fri, 13 Jul 2001 09:31:16 +0000 (09:31 +0000)]
(CHAR_STRING_NO_SIGNAL): New macro.

22 years ago(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann [Fri, 13 Jul 2001 09:30:42 +0000 (09:30 +0000)]
(char_to_string_1): Extracted from char_to_string.
Return -1 instead of signaling an error.
(char_to_string): Use it.

22 years ago(get_next_display_element): Use CHAR_STRING_NO_SIGNAL
Gerd Moellmann [Fri, 13 Jul 2001 09:30:21 +0000 (09:30 +0000)]
(get_next_display_element): Use CHAR_STRING_NO_SIGNAL
instead of CHAR_STRING which can signal an error.

22 years ago(Ffind_coding_systems_region_internal): If safe_codings
Stefan Monnier [Thu, 12 Jul 2001 20:28:45 +0000 (20:28 +0000)]
(Ffind_coding_systems_region_internal): If safe_codings
is t, don't try to append anything to it.

22 years ago(file_name_completion): Pass dp->d_name to
Eli Zaretskii [Thu, 12 Jul 2001 16:29:51 +0000 (16:29 +0000)]
(file_name_completion): Pass dp->d_name to
Fstring_match, not elt, which is alays nil here.

22 years ago(XTread_socket) <PropertyNotify>: Put the code
Gerd Moellmann [Thu, 12 Jul 2001 14:39:45 +0000 (14:39 +0000)]
(XTread_socket) <PropertyNotify>: Put the code
ignoring events on foreign windows in #if 0.  Always dispatch
the event after checking it with x_handle_property_notify.

22 years ago(x_decline_selection_request): Handle errors
Gerd Moellmann [Thu, 12 Jul 2001 14:38:51 +0000 (14:38 +0000)]
(x_decline_selection_request): Handle errors
caused by receivers that have vanished.

(TRACE0, TRACE1, TRACE2): New macros, defined
depending on TRACE_SELECTION.  Replace fprintfs in #if 0 with
TRACE macros to facilitate debugging.  Add additional trace
statements.
(toplevel): Add prototypes for file-local functions.
(x_atom_to_symbol): Remove DPYINFO parameter.

22 years ago(gnus-browse-make-menu-bar): Changed one of the
Gerd Moellmann [Thu, 12 Jul 2001 10:17:47 +0000 (10:17 +0000)]
(gnus-browse-make-menu-bar): Changed one of the
Browse->Next entries to Browse->Prev.
From: Bj�Torkelsson  <torkel@hpc2n.umu.se>.

22 years ago(nnfolder-read-folder): Force to use a multibyte buffer.
Gerd Moellmann [Thu, 12 Jul 2001 10:14:27 +0000 (10:14 +0000)]
(nnfolder-read-folder): Force to use a multibyte buffer.

22 years ago*** empty log message ***
Pavel Janík [Thu, 12 Jul 2001 09:42:47 +0000 (09:42 +0000)]
*** empty log message ***

22 years agoExplain window-end never scrolls the window.
Richard M. Stallman [Thu, 12 Jul 2001 08:46:28 +0000 (08:46 +0000)]
Explain window-end never scrolls the window.

22 years agoMention antlr-mode.
Eli Zaretskii [Thu, 12 Jul 2001 07:18:18 +0000 (07:18 +0000)]
Mention antlr-mode.

22 years ago(speedbar-supported-extension-expressions): Add .g to the extension list,
Eli Zaretskii [Thu, 12 Jul 2001 07:15:00 +0000 (07:15 +0000)]
(speedbar-supported-extension-expressions): Add .g to the extension list,
for antlr-mode.  From Christoph Wedler <Christoph.Wedler@sap.com>.

22 years ago(Non-ASCII Rebinding): Fix a typo. Add index entries.
Eli Zaretskii [Thu, 12 Jul 2001 07:09:34 +0000 (07:09 +0000)]
(Non-ASCII Rebinding): Fix a typo.  Add index entries.

22 years ago(vc-prefix-map): Moved back to vc-hooks.el.
Stefan Monnier [Wed, 11 Jul 2001 22:55:25 +0000 (22:55 +0000)]
(vc-prefix-map): Moved back to vc-hooks.el.
(vc-dired-mode-map): Fix the madness.

22 years ago(vc-mode): Dummy function for doc purposes.
Stefan Monnier [Wed, 11 Jul 2001 22:05:01 +0000 (22:05 +0000)]
(vc-mode): Dummy function for doc purposes.
(vc-prefix-map): Moved back from vc.el.

22 years ago(menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.
Stefan Monnier [Wed, 11 Jul 2001 18:31:41 +0000 (18:31 +0000)]
(menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.
(w32_dialog_show): Remove unused `save_wv' variable.
(name_is_separator): Recognize "--:foo" and "--foo-bar".

22 years ago(try_cursor_movement): Prevent a warning from GCC 3.0.
Gerd Moellmann [Wed, 11 Jul 2001 15:45:24 +0000 (15:45 +0000)]
(try_cursor_movement): Prevent a warning from GCC 3.0.

22 years ago(unwind_read): Print a message when discarding inserted
Gerd Moellmann [Wed, 11 Jul 2001 15:42:26 +0000 (15:42 +0000)]
(unwind_read): Print a message when discarding inserted
text or switching the buffer to unibyte.  Change parameter.
(Finsert_file_contents): Don't pass VISIT to unwind_read.

22 years ago(Finsert_file_contents): Comment fix.
Gerd Moellmann [Wed, 11 Jul 2001 12:07:27 +0000 (12:07 +0000)]
(Finsert_file_contents): Comment fix.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 11 Jul 2001 12:04:31 +0000 (12:04 +0000)]
*** empty log message ***

22 years ago(unwind_read): New function.
Gerd Moellmann [Wed, 11 Jul 2001 12:04:09 +0000 (12:04 +0000)]
(unwind_read): New function.
(Finsert_file_contents): Record it as unwind-function for
the case that reading is interrupted by C-g.

22 years ago(mail-extr-all-top-level-domains): Increase
Gerd Moellmann [Wed, 11 Jul 2001 11:17:44 +0000 (11:17 +0000)]
(mail-extr-all-top-level-domains): Increase
the size of the obarray.
(mail-extr-all-top-level-domains): Add more toplevel domains,
add more long names.
From: Per Starback <starback@ling.uu.se>.

22 years agoSay that the file _is_ part of Emacs.
Eli Zaretskii [Wed, 11 Jul 2001 10:21:04 +0000 (10:21 +0000)]
Say that the file _is_ part of Emacs.

22 years ago(finder-insert-at-column): Also move to the next line if exactly at COLUMN.
Miles Bader [Wed, 11 Jul 2001 01:40:16 +0000 (01:40 +0000)]
(finder-insert-at-column): Also move to the next line if exactly at COLUMN.

22 years ago(c-indent-exp): Keep the indentation of the block
Gerd Moellmann [Tue, 10 Jul 2001 19:51:27 +0000 (19:51 +0000)]
(c-indent-exp): Keep the indentation of the block
itself, i.e. only indent the contents in it.

22 years ago(update_window): Don't skip the header-line
Gerd Moellmann [Tue, 10 Jul 2001 16:18:15 +0000 (16:18 +0000)]
(update_window): Don't skip the header-line
update when scrolling_window returns 0.

22 years ago(rmail-show-message): Show beginning of message in
Gerd Moellmann [Tue, 10 Jul 2001 14:22:13 +0000 (14:22 +0000)]
(rmail-show-message): Show beginning of message in
all windows containing it.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 10 Jul 2001 14:18:41 +0000 (14:18 +0000)]
*** empty log message ***

22 years ago(describe-function-1): When printing FUNCTION's
Gerd Moellmann [Tue, 10 Jul 2001 14:09:30 +0000 (14:09 +0000)]
(describe-function-1): When printing FUNCTION's
documentation, don't assume FUNCTION is a symbol.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 10 Jul 2001 12:57:08 +0000 (12:57 +0000)]
*** empty log message ***

22 years ago(normal-top-level): Don't operate on the initial
Gerd Moellmann [Tue, 10 Jul 2001 12:55:44 +0000 (12:55 +0000)]
(normal-top-level): Don't operate on the initial
frame if we failed to create one.

22 years ago(unload_color): Do nothing if PIXEL is -1.
Gerd Moellmann [Tue, 10 Jul 2001 12:20:02 +0000 (12:20 +0000)]
(unload_color): Do nothing if PIXEL is -1.

22 years ago(Fx_create_frame): Initialize frame colors to -1,
Gerd Moellmann [Tue, 10 Jul 2001 12:19:10 +0000 (12:19 +0000)]
(Fx_create_frame): Initialize frame colors to -1,
for the case that x_decode_colors signals an error.

22 years agoFix a typo.
Gerd Moellmann [Tue, 10 Jul 2001 10:46:53 +0000 (10:46 +0000)]
Fix a typo.

22 years ago(add_to_log): Do nothing if called asynchronously.
Gerd Moellmann [Tue, 10 Jul 2001 10:44:40 +0000 (10:44 +0000)]
(add_to_log): Do nothing if called asynchronously.

22 years agoFix the header line and the copyright years.
Eli Zaretskii [Tue, 10 Jul 2001 08:14:32 +0000 (08:14 +0000)]
Fix the header line and the copyright years.

22 years ago(toplevel): Include <signal.h> and "syssignal.h".
Gerd Moellmann [Mon, 9 Jul 2001 17:15:48 +0000 (17:15 +0000)]
(toplevel): Include <signal.h> and "syssignal.h".
(vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
around ioctls.

22 years ago(ad-make-advised-definition): If the
Gerd Moellmann [Mon, 9 Jul 2001 13:06:36 +0000 (13:06 +0000)]
(ad-make-advised-definition): If the
original definition has an interactive form, but is Elp
instrumented, use the interactive form of the function called by
elp-wrapper.