]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years agoAll dependencies updated.
Juanma Barranquero [Wed, 4 Sep 2002 06:21:03 +0000 (06:21 +0000)]
All dependencies updated.

22 years agoFix Unicode Greek line.
Kenichi Handa [Wed, 4 Sep 2002 04:18:39 +0000 (04:18 +0000)]
Fix Unicode Greek line.

22 years agoetags bug
Francesco Potortì [Tue, 3 Sep 2002 15:21:51 +0000 (15:21 +0000)]
etags bug

22 years ago(regex_tag_multiline, readline): Never pass pfnote a
Francesco Potortì [Tue, 3 Sep 2002 15:21:07 +0000 (15:21 +0000)]
(regex_tag_multiline, readline): Never pass pfnote a
string that cannot be freed.

22 years agoUpdated in accordance with the latest English version.
Kenichi Handa [Tue, 3 Sep 2002 12:18:20 +0000 (12:18 +0000)]
Updated in accordance with the latest English version.

22 years agoVersion updated to 21.3.50. From Peter Runestig <peter@runestig.com>.
Juanma Barranquero [Tue, 3 Sep 2002 07:14:54 +0000 (07:14 +0000)]
Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>.

22 years agoFix typo.
Pavel Janík [Tue, 3 Sep 2002 04:16:36 +0000 (04:16 +0000)]
Fix typo.

22 years ago(paragraph-indent-text-mode-abbrev-table)
Stefan Monnier [Tue, 3 Sep 2002 01:59:51 +0000 (01:59 +0000)]
(paragraph-indent-text-mode-abbrev-table)
(paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
Use text-mode's syntax-table and abbrev-table.
(text-mode): Set require-final-newline to t.

22 years ago(comment-make-extra-lines): Only use the
Stefan Monnier [Tue, 3 Sep 2002 01:45:18 +0000 (01:45 +0000)]
(comment-make-extra-lines): Only use the
dummy `=' char when there's really nothing else.
Don't remove spaces if it leads to an incorrect comment.

22 years ago(cvs-run-process): Use a pty rather than a pipe to work
Stefan Monnier [Tue, 3 Sep 2002 01:40:29 +0000 (01:40 +0000)]
(cvs-run-process): Use a pty rather than a pipe to work
around the cvs/ssh/libc bug.
(cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
(defun-cvs-mode): Use the new `declare' thingy.
(cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
(cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
(cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).

22 years ago(cvs-parse-table): Create a `need-update'
Stefan Monnier [Tue, 3 Sep 2002 01:23:15 +0000 (01:23 +0000)]
(cvs-parse-table): Create a `need-update'
node rather than a message for new directories.
(cvs-parse-status): Add support for `Entry Invalid'.

22 years ago(smerge-diff-buffer-name): Default to *vc-diff*.
Stefan Monnier [Tue, 3 Sep 2002 01:20:20 +0000 (01:20 +0000)]
(smerge-diff-buffer-name): Default to *vc-diff*.
(smerge-combine-with-next): New function.
(smerge-diff): Don't output `wrote /tmp/foo' messages.
Insert message if no diffs were found.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 3 Sep 2002 01:16:33 +0000 (01:16 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Tue, 3 Sep 2002 00:23:09 +0000 (00:23 +0000)]
*** empty log message ***

22 years ago(mail-mode): Don't set local-abbrev-table.
Stefan Monnier [Mon, 2 Sep 2002 17:24:54 +0000 (17:24 +0000)]
(mail-mode): Don't set local-abbrev-table.
(mail-mode-abbrev-table): Set to text-mode-abbrev-table.

22 years ago* net/tramp.el: Version 2.0.15 released.
Kai Großjohann [Mon, 2 Sep 2002 12:53:12 +0000 (12:53 +0000)]
* net/tramp.el: Version 2.0.15 released.
(require 'base64): Most modern Emacsen have the base64
encode/decode functions built in, so test to see if they are bound
before we go blindly requiring base64.el.  From Steve Youngs
<youngs@xemacs.org>.
(tramp-feature-write-region-fix): XEmacs doesn't have a
'find-operation-coding-system' and this variable doesn't seem to
be used anywhere so wrap it in (unless (featurep 'xemacs)).  From
Steve Youngs <youngs@xemacs.org>.
(tramp-methods): Remove duplicate definition of ssh1-old and
ssh2-old.
(tramp-open-connection-su): Use user name "root" if no user name
is given.

From Michael Albinus <Michael.Albinus@alcatel.de>:
* net/tramp.el (tramp-invoke-ange-ftp):
(tramp-ange-ftp-file-name-p): Check for Xemacs.
(tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
tramp-invoke-ange-ftp 'rename.
(tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
tramp-invoke-ange-ftp 'write-region.
(tramp-handle-set-file-modes): Change order of FILENAME and MODE
passing to tramp-invoke-ange-ftp 'set-file-modes.
(tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
again after activating `ange-ftp'.

22 years ago(multi-occur): Made "ido-aware":
Kim F. Storm [Mon, 2 Sep 2002 10:41:25 +0000 (10:41 +0000)]
(multi-occur): Made "ido-aware":
Changed prompt to use C-j instead of RET to end.
Set ido-ignore-item-temp-list to the selected buffers so far, so
they are automatically excluded from the list of choices.
Use add-to-list instead of push.

22 years ago(ido-ignore-item-temp-list): New variable.
Kim F. Storm [Mon, 2 Sep 2002 10:40:56 +0000 (10:40 +0000)]
(ido-ignore-item-temp-list): New variable.
(ido-read-internal): Don't set ido-default-item if the default is
member of ido-ignore-item-temp-list.
Don't return first match for C-j if no text is entered.
(ido-buffer-internal): Check for empty string return.
(ido-make-buffer-list1): Use member instead of memq.
(ido-window-buffer-p): Likewise.
(ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
(ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.

22 years ago*** empty log message ***
Kim F. Storm [Mon, 2 Sep 2002 10:40:23 +0000 (10:40 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 2 Sep 2002 00:15:35 +0000 (00:15 +0000)]
*** empty log message ***

22 years agoFix typo.
Richard M. Stallman [Mon, 2 Sep 2002 00:12:31 +0000 (00:12 +0000)]
Fix typo.

22 years ago(save-some-buffers-action-alist): New variable.
Richard M. Stallman [Mon, 2 Sep 2002 00:11:41 +0000 (00:11 +0000)]
(save-some-buffers-action-alist): New variable.
(save-some-buffers): Use that.
(diff-buffer-with-file): New function.

22 years ago(function-key-map): Define S-iso-lefttab.
Richard M. Stallman [Mon, 2 Sep 2002 00:09:27 +0000 (00:09 +0000)]
(function-key-map): Define S-iso-lefttab.

22 years ago(edit-kbd-macro): Recognize new default binding for
Kim F. Storm [Sun, 1 Sep 2002 21:26:25 +0000 (21:26 +0000)]
(edit-kbd-macro): Recognize new default binding for
C-x e in addition to old binding.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 1 Sep 2002 21:26:03 +0000 (21:26 +0000)]
*** empty log message ***

22 years agoResync with English text.
Andreas Schwab [Sun, 1 Sep 2002 19:01:09 +0000 (19:01 +0000)]
Resync with English text.

22 years agoRemove emacs-lisp-intro.txt erroneously installed
Robert J. Chassell [Sun, 1 Sep 2002 18:54:14 +0000 (18:54 +0000)]
Remove emacs-lisp-intro.txt erroneously installed

22 years agoRegenerated.
Markus Rost [Sun, 1 Sep 2002 16:01:07 +0000 (16:01 +0000)]
Regenerated.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 1 Sep 2002 13:46:53 +0000 (13:46 +0000)]
*** empty log message ***

22 years agoInitial version.
Richard M. Stallman [Sun, 1 Sep 2002 13:45:21 +0000 (13:45 +0000)]
Initial version.

22 years ago(Qbox): Declare external, don't define.
Richard M. Stallman [Sun, 1 Sep 2002 13:44:53 +0000 (13:44 +0000)]
(Qbox): Declare external, don't define.

22 years ago(redisplay_window) <force-start case>:
Richard M. Stallman [Sun, 1 Sep 2002 13:43:38 +0000 (13:43 +0000)]
(redisplay_window) <force-start case>:
If point is on semi-visible last line, reposition
it at previous line.

22 years ago(TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS. Don't include LDFLAGS.
Richard M. Stallman [Sun, 1 Sep 2002 13:38:50 +0000 (13:38 +0000)]
(TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.  Don't include LDFLAGS.
(temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.

22 years ago(display_malloc_warning): Use display-warning.
Richard M. Stallman [Sun, 1 Sep 2002 13:37:41 +0000 (13:37 +0000)]
(display_malloc_warning): Use display-warning.
(malloc_warning_1): Function deleted.

[ALLOC_DEBUG]: #undef INLINE.

22 years ago(read1): Handle #! by skipping the line.
Richard M. Stallman [Sun, 1 Sep 2002 13:33:08 +0000 (13:33 +0000)]
(read1): Handle #! by skipping the line.

22 years ago(defgroup ruler-mode): Use `convenience' as parent.
Richard M. Stallman [Sun, 1 Sep 2002 13:30:19 +0000 (13:30 +0000)]
(defgroup ruler-mode): Use `convenience' as parent.

22 years ago(kill-line): Use end-of-visible-line to determine
Richard M. Stallman [Sun, 1 Sep 2002 13:29:34 +0000 (13:29 +0000)]
(kill-line): Use end-of-visible-line to determine
if rest of line is blank.
(end-of-visible-line): Cope if end-of-line moved back over
invisible intangible chars at end of line.

(completion-setup-function): Don't use directory-sep-char.

22 years ago(defgroup dired): Use `files' as parent.
Richard M. Stallman [Sun, 1 Sep 2002 13:27:47 +0000 (13:27 +0000)]
(defgroup dired): Use `files' as parent.
(dired-get-filename): Ignore handler if it has safe-magic prop.

22 years ago(jka-compr-handler): Add safe-magic property.
Richard M. Stallman [Sun, 1 Sep 2002 13:26:06 +0000 (13:26 +0000)]
(jka-compr-handler): Add safe-magic property.

22 years ago*** empty log message ***
Glenn Morris [Sun, 1 Sep 2002 01:03:09 +0000 (01:03 +0000)]
*** empty log message ***

22 years agoRemove (eval-when-compile) for free variables.
Glenn Morris [Sun, 1 Sep 2002 00:54:55 +0000 (00:54 +0000)]
Remove (eval-when-compile) for free variables.
(f90-menu): Remove ":active" keyword where not needed.
(f90-menu, f90-add-imenu-menu): Use lookup-key rather than
imenu--index-alist.
A few whitespace changes.

22 years ago(font-lock-change-mode): Avoid changing buffer state in any way.
Andreas Schwab [Sat, 31 Aug 2002 17:22:46 +0000 (17:22 +0000)]
(font-lock-change-mode): Avoid changing buffer state in any way.

22 years ago(get_window_cursor_type): Don't use x_highlight_frame
Eli Zaretskii [Sat, 31 Aug 2002 10:17:09 +0000 (10:17 +0000)]
(get_window_cursor_type): Don't use x_highlight_frame
member of x_display_info unless we compile for some window system.

22 years ago2002-08-30 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Sat, 31 Aug 2002 00:53:12 +0000 (00:53 +0000)]
2002-08-30  Andrew Choi  <akochoi@shaw.ca>

* macterm.c (expose_overlaps): New function (merge code from
xterm.c).
(expose_window): Use it to fix the display of overlapping
rows (merge code from xterm.c).

22 years agocursor-in-non-selected-windows can now be any cursor type.
Kim F. Storm [Fri, 30 Aug 2002 23:16:29 +0000 (23:16 +0000)]
cursor-in-non-selected-windows can now be any cursor type.

22 years ago(Valternate_cursor_type, Qalternate_cursor_type): Removed.
Kim F. Storm [Fri, 30 Aug 2002 23:10:09 +0000 (23:10 +0000)]
(Valternate_cursor_type, Qalternate_cursor_type): Removed.
(get_window_cursor_type): Don't use them.
(syms_of_xdisp): Remove intern, staticpro, and defvar for them.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 30 Aug 2002 23:08:57 +0000 (23:08 +0000)]
*** empty log message ***

22 years ago(easy-menu-filter-return):
Stefan Monnier [Fri, 30 Aug 2002 21:55:07 +0000 (21:55 +0000)]
(easy-menu-filter-return):
Handle the case where the filter returns a single menu entry.
(easy-menu-add): Improve docstring.
(easy-menu-current-active-maps): Remove.
(easy-menu-get-map): Use current-active-maps.

22 years ago(custom-unlispify-menu-entry): Don't remove
Stefan Monnier [Fri, 30 Aug 2002 21:52:10 +0000 (21:52 +0000)]
(custom-unlispify-menu-entry): Don't remove
the -p prefix from variables since they shouldn't have it anyway.
(custom-group-menu-create, customize-menu-create):
Only cdr if applicable, since custom-menu-create might return
a vector (i.e. a single menu entry).

22 years agoRecreated, to remove spurious `reveal-mode' autoloads.
Stefan Monnier [Fri, 30 Aug 2002 20:41:05 +0000 (20:41 +0000)]
Recreated, to remove spurious `reveal-mode' autoloads.

22 years ago2002-08-30 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Fri, 30 Aug 2002 19:47:57 +0000 (19:47 +0000)]
2002-08-30  Andrew Choi  <akochoi@shaw.ca>

* macfns.c (Qbox): Add extern declaration.

22 years agoUpdated version.
Pavel Janík [Fri, 30 Aug 2002 18:25:36 +0000 (18:25 +0000)]
Updated version.

22 years ago(diary-mail-entries): Don't overwrite user's value
Richard M. Stallman [Fri, 30 Aug 2002 18:21:39 +0000 (18:21 +0000)]
(diary-mail-entries): Don't overwrite user's value
of diary-list-include-blanks, but generate message instead if
there are no entries.

22 years ago(Qbox): Make extern.
Juanma Barranquero [Fri, 30 Aug 2002 17:46:32 +0000 (17:46 +0000)]
(Qbox): Make extern.
(syms_of_w32fns): Remove initialization of Qbox.

22 years ago(Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpoint...
Juanma Barranquero [Fri, 30 Aug 2002 17:02:47 +0000 (17:02 +0000)]
(Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpoint.no>.

22 years agoEtags improvement.
Francesco Potortì [Fri, 30 Aug 2002 16:41:25 +0000 (16:41 +0000)]
Etags improvement.

22 years ago(consider_token, C_entries): Switch to C++ parsing when
Francesco Potortì [Fri, 30 Aug 2002 16:38:58 +0000 (16:38 +0000)]
(consider_token, C_entries): Switch to C++ parsing when
auto-detection is enabled and the `::' qualifier is met.
(consider_token, C_entries): Several bugs corrected that tagged
some declarations even though --declarations was not used.
(plainc): New macro.
(C_entries): Use it.
(C_entries): Several cosmetic changes.
(C_entries): Invalidate the token is some cases.

22 years agoBug corrections in etags.
Francesco Potortì [Fri, 30 Aug 2002 16:38:22 +0000 (16:38 +0000)]
Bug corrections in etags.

22 years ago(ps-lp-system): Fixed typo in `usg-unix-v'.
Richard M. Stallman [Fri, 30 Aug 2002 15:49:30 +0000 (15:49 +0000)]
(ps-lp-system): Fixed typo in `usg-unix-v'.

22 years ago(menu-bar-read-mail): Doc fix.
Markus Rost [Fri, 30 Aug 2002 15:21:38 +0000 (15:21 +0000)]
(menu-bar-read-mail): Doc fix.

22 years ago(get_next_display_element): Fix previous change.
Kenichi Handa [Fri, 30 Aug 2002 13:44:55 +0000 (13:44 +0000)]
(get_next_display_element): Fix previous change.

22 years ago(struct w32_display_info) <x_highlight_frame>: Renamed from
Kim F. Storm [Fri, 30 Aug 2002 13:22:12 +0000 (13:22 +0000)]
(struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.

22 years agoChanged all occurrences of w32_highlight_frame with x_highlight_frame.
Kim F. Storm [Fri, 30 Aug 2002 13:19:45 +0000 (13:19 +0000)]
Changed all occurrences of w32_highlight_frame with x_highlight_frame.

22 years ago(ibuffer-update): Revert expansion of `caddr'.
John Paul Wallington [Fri, 30 Aug 2002 12:42:36 +0000 (12:42 +0000)]
(ibuffer-update): Revert expansion of `caddr'.
(ibuffer-fontification-alist): Check hidden buffer case isn't
visiting a file and change its face to italic.

22 years ago(Qbar, Qbox): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:07:52 +0000 (12:07 +0000)]
(Qbar, Qbox): Removed.
(syms_of_macfns): Don't intern or staticpro them.

22 years ago(enum text_cursor_kinds): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:05:31 +0000 (12:05 +0000)]
(enum text_cursor_kinds): Removed.
(struct output_x) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
(x_specified_cursor_type): Remove prototype.

22 years ago(x_specified_cursor_type): Remove prototype.
Kim F. Storm [Fri, 30 Aug 2002 12:05:04 +0000 (12:05 +0000)]
(x_specified_cursor_type): Remove prototype.
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_off_state.
Redraw cursor if hbar cursor width changes.

22 years ago(Vblink_cursor_alist): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:04:18 +0000 (12:04 +0000)]
(Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
(syms_of_xfns): Don't intern, staticpro, or define them.
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.

22 years ago(enum text_cursor_kinds): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:03:50 +0000 (12:03 +0000)]
(enum text_cursor_kinds): Removed.
(struct output_w32) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.

22 years ago(Vblink_cursor_alist): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:03:01 +0000 (12:03 +0000)]
(Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
(syms_of_w32fns): Don't intern, staticpro, or define them.
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.

22 years ago(enum text_cursor_kinds): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:02:32 +0000 (12:02 +0000)]
(enum text_cursor_kinds): Removed.
(struct output_mac) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR): Macro removed.

22 years ago(x_specified_cursor_type): Remove prototype.
Kim F. Storm [Fri, 30 Aug 2002 12:02:10 +0000 (12:02 +0000)]
(x_specified_cursor_type): Remove prototype.
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_non_selected, active_cursor.
Redraw cursor if hbar cursor width changes.
(make_mac_frame): Set FRAME_DESIRED_CURSOR.

22 years ago(x_specified_cursor_type): Removed.
Kim F. Storm [Fri, 30 Aug 2002 12:01:27 +0000 (12:01 +0000)]
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.

22 years ago(Qcursor_in_non_selected_windows): Extern removed.
Kim F. Storm [Fri, 30 Aug 2002 12:01:01 +0000 (12:01 +0000)]
(Qcursor_in_non_selected_windows): Extern removed.
(get_specified_cursor_type, get_window_cursor_type)
(set_frame_cursor_types): Added prototypes.

22 years ago(cursor_in_non_selected_windows): Extern removed.
Kim F. Storm [Fri, 30 Aug 2002 12:00:36 +0000 (12:00 +0000)]
(cursor_in_non_selected_windows): Extern removed.

22 years ago(Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
Kim F. Storm [Fri, 30 Aug 2002 12:00:12 +0000 (12:00 +0000)]
(Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
Variables consolidated here.
(Valternate_cursor_type, Qalternate_cursor_type): New variables.
(Vcursor_in_non_selected_windows): Renamed from
cursor_in_non_selected_windows and changed to Lisp_Object.
(syms_of_xdisp): Define and staticpro new and moved variables.
(get_specified_cursor_type): Renamed from x_specified_cursor_type;
consolidated here.  Recognize Qhollow setting.
(set_frame_cursor_types): New function to set frame cursor types
based on the frame parameters.
(get_window_cursor_type): New function to calculate new cursor
type and width for the specified window.  Based on duplicated
code consolidated here.
Enhancements: cursor-in-non-selected-windows may be a cursor type,
check buffer-local alternate-cursor-type and blink-cursor-alist
before using built-in blink off methods.

22 years ago(enum text_cursor_kinds): Consolidated here.
Kim F. Storm [Fri, 30 Aug 2002 11:59:35 +0000 (11:59 +0000)]
(enum text_cursor_kinds): Consolidated here.
Added DEFAULT_CURSOR value.
(struct frame) <desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: New fields.
Consolidated from output_x, output_w32 and output_mac structs.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.

22 years agoThese changes consolidates the handling of the cursor
Kim F. Storm [Fri, 30 Aug 2002 11:58:54 +0000 (11:58 +0000)]
These changes consolidates the handling of the cursor
type in xdisp.c, moving duplicate code and functionality from
xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.

22 years ago*** empty log message ***
Juanma Barranquero [Fri, 30 Aug 2002 11:51:56 +0000 (11:51 +0000)]
*** empty log message ***

22 years ago(occur-mode): Add interactive declaration.
Juanma Barranquero [Fri, 30 Aug 2002 11:51:42 +0000 (11:51 +0000)]
(occur-mode): Add interactive declaration.

22 years ago(imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos.
Juanma Barranquero [Fri, 30 Aug 2002 11:10:30 +0000 (11:10 +0000)]
(imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos.

22 years ago*** empty log message ***
Juanma Barranquero [Fri, 30 Aug 2002 11:09:19 +0000 (11:09 +0000)]
*** empty log message ***

22 years ago(my-mark-marker): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:03:28 +0000 (11:03 +0000)]
(my-mark-marker): Fix typo.

22 years ago(dcl-calc-cont-indent-relative): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:02:54 +0000 (11:02 +0000)]
(dcl-calc-cont-indent-relative): Fix typo.

22 years ago(idlwave-max-extra-continuation-indent): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:02:31 +0000 (11:02 +0000)]
(idlwave-max-extra-continuation-indent): Fix typo.

22 years ago(ex-compile-command): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:02:10 +0000 (11:02 +0000)]
(ex-compile-command): Fix typo.

22 years ago(bibtex-mode): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:01:51 +0000 (11:01 +0000)]
(bibtex-mode): Fix typo.

22 years ago(mouse-copy-work-around-drag-bug): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:01:29 +0000 (11:01 +0000)]
(mouse-copy-work-around-drag-bug): Fix typo.

22 years ago(font-lock-add-keywords): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:01:07 +0000 (11:01 +0000)]
(font-lock-add-keywords): Fix typo.

22 years ago(font-lock-defaults): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:00:46 +0000 (11:00 +0000)]
(font-lock-defaults): Fix typo.

22 years ago(bs-message-without-log): Fix typo.
Juanma Barranquero [Fri, 30 Aug 2002 11:00:27 +0000 (11:00 +0000)]
(bs-message-without-log): Fix typo.

22 years ago(smtpmail-via-smtp): Delete process buffer
Simon Josefsson [Fri, 30 Aug 2002 10:32:25 +0000 (10:32 +0000)]
(smtpmail-via-smtp): Delete process buffer
unless s-debug-info is enabled.

22 years agoNew version from jaco@teaser.fr, then shortened at the front by rms.
Richard M. Stallman [Fri, 30 Aug 2002 06:06:15 +0000 (06:06 +0000)]
New version from jaco@teaser.fr, then shortened at the front by rms.

22 years agoFix typo.
Richard M. Stallman [Fri, 30 Aug 2002 04:00:37 +0000 (04:00 +0000)]
Fix typo.

22 years ago* ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
John Paul Wallington [Thu, 29 Aug 2002 22:06:26 +0000 (22:06 +0000)]
* ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.

* mwheel.el (mouse-wheel-up-button): Doc fix.

22 years agoUse match-string and drop useless `function's.
Stefan Monnier [Thu, 29 Aug 2002 21:48:50 +0000 (21:48 +0000)]
Use match-string and drop useless `function's.
(ange-ftp-get-process): Bind `ange-ftp-this-user' and
`ange-ftp-this-host' before running ange-ftp-process-startup-hook.
(ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
(ange-ftp-parse-dired-listing): Update the calls.
(dired-local-variables-file): Declare to shut quieten the compiler.
(ange-ftp-file-entry-active-p): Remove.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
Don't exclude dangling symlinks.
(ange-ftp-file-name-completion-1): Make predicate optional.
(ange-ftp-parse-list-func-alist): Use add-to-list to update.
(ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
(ange-ftp-bs2000-posix-hook-installed): Remove.
(ange-ftp-add-bs2000-posix-host): Don't use it anymore.
(ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
`ange-ftp-this-host' instead of `user' and `host'.

22 years ago(occur-mode-hook): New hook.
Juanma Barranquero [Thu, 29 Aug 2002 21:40:28 +0000 (21:40 +0000)]
(occur-mode-hook): New hook.
(occur-mode): Use it.
(occur-hook): Set default to nil.

22 years ago(byte-compile-warning-prefix):
Richard M. Stallman [Thu, 29 Aug 2002 17:26:47 +0000 (17:26 +0000)]
(byte-compile-warning-prefix):
Decide here whether to print which form we're compiling.
If we do that, still print file and line.  Make file name
relative to default-directory. Print fewer newlines.
(byte-compile-log-file): Print something even if no file.
Print messages for entering and leaving directories,
and set default-directory.
(displaying-byte-compile-warnings): Only sometimes bind warning-series.
(byte-compile-warning-series): New function.
(byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
(byte-compile-display-log-head-p): Function deleted.

22 years ago(warning-series): Now can be a marker, not an integer.
Richard M. Stallman [Thu, 29 Aug 2002 16:46:11 +0000 (16:46 +0000)]
(warning-series): Now can be a marker, not an integer.
(display-warning): Handle new value for warning-series.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 29 Aug 2002 14:50:07 +0000 (14:50 +0000)]
*** empty log message ***