bpt/emacs.git
21 years ago(Funencodable_char_position): Lisp_Object/int mixup.
Gerd Moellmann [Tue, 13 Aug 2002 19:12:46 +0000 (19:12 +0000)]
(Funencodable_char_position): Lisp_Object/int mixup.

21 years ago(find-function-search-for-symbol): Obey `definition-name' properties.
Richard M. Stallman [Tue, 13 Aug 2002 01:49:40 +0000 (01:49 +0000)]
(find-function-search-for-symbol): Obey `definition-name' properties.

21 years ago(easy-mmode-define-global-mode): Put `definition-name' properties on
Richard M. Stallman [Tue, 13 Aug 2002 01:49:13 +0000 (01:49 +0000)]
(easy-mmode-define-global-mode): Put `definition-name' properties on
the functions whose names are constructed.

21 years ago(toggle-truncate-lines): Force redisplay. Display status message.
Richard M. Stallman [Tue, 13 Aug 2002 01:48:42 +0000 (01:48 +0000)]
(toggle-truncate-lines): Force redisplay.  Display status message.

21 years ago(comment-region): Force `lines' when `block' is set.
Stefan Monnier [Mon, 12 Aug 2002 22:53:46 +0000 (22:53 +0000)]
(comment-region): Force `lines' when `block' is set.

21 years agoFix some white spaces.
Markus Rost [Mon, 12 Aug 2002 21:57:12 +0000 (21:57 +0000)]
Fix some white spaces.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 12 Aug 2002 17:31:43 +0000 (17:31 +0000)]
*** empty log message ***

21 years agoComment change.
Richard M. Stallman [Mon, 12 Aug 2002 17:28:36 +0000 (17:28 +0000)]
Comment change.

21 years agoOnly the include of sys/wait.h tests HAVE_SYS_WAIT_H.
Richard M. Stallman [Mon, 12 Aug 2002 17:27:57 +0000 (17:27 +0000)]
Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
[!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
(WSTOPSIG, WTERMSIG): Define each one independently if not defined already.

21 years ago(syms_of_buffer) <fill-column>: Doc fix.
Richard M. Stallman [Mon, 12 Aug 2002 17:25:23 +0000 (17:25 +0000)]
(syms_of_buffer) <fill-column>: Doc fix.

21 years ago(pages-target-buffer): Add defvar. Renamed from target-buffer.
Richard M. Stallman [Mon, 12 Aug 2002 17:23:16 +0000 (17:23 +0000)]
(pages-target-buffer): Add defvar.  Renamed from target-buffer.
(pages-directory, pages-copy-header-and-position): Uses changed.

21 years ago(scroll-all-mode): Use define-minor-mode.
Richard M. Stallman [Mon, 12 Aug 2002 17:21:40 +0000 (17:21 +0000)]
(scroll-all-mode): Use define-minor-mode.
(scroll-all-mode): defcustom deleted.
(running-xemacs): Variable deleted.
(minor-mode-alist): Don't manipulate it directly.

21 years ago(appt-make-list): Correct the parsing of each appointment from time-string.
Richard M. Stallman [Mon, 12 Aug 2002 17:21:06 +0000 (17:21 +0000)]
(appt-make-list): Correct the parsing of each appointment from time-string.

21 years ago2002-08-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Mon, 12 Aug 2002 04:33:59 +0000 (04:33 +0000)]
2002-08-11  Andrew Choi  <akochoi@shaw.ca>

* macterm.c (XTmouse_position): Check wp with is_emacs_window.
(Vmac_pass_command_to_system): New variable.
(Vmac_pass_control_to_system): New variable.
(do_mouse_moved): Check wp with is_emacs_window.
(XTread_socket): Check window_ptr with is_emacs_window.  Call
FrontNonFloatingWindow instead of FrontWindow.  Send keydown
events back to Mac Toolbox for processing, depending on values of
Vmac_pass_command_to_system and Vmac_pass_control_to_system.
(syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
Vmac_pass_control_to_system.

21 years ago(unencodable_char_position): New function.
Kenichi Handa [Sun, 11 Aug 2002 01:06:42 +0000 (01:06 +0000)]
(unencodable_char_position): New function.
(Funencodable_char_position): New function.
(syms_of_coding): Defsubr Funencodable_char_position.

21 years ago*** empty log message ***
Kenichi Handa [Sun, 11 Aug 2002 01:04:58 +0000 (01:04 +0000)]
*** empty log message ***

21 years ago(search-unencodable-char): New
Kenichi Handa [Sun, 11 Aug 2002 01:04:41 +0000 (01:04 +0000)]
(search-unencodable-char): New
function.
(select-safe-coding-system): Show unencodable characters.
(unencodable-char-position): Deleted, and implemented by C in
coding.c.

21 years ago2002-08-10 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Sun, 11 Aug 2002 00:26:24 +0000 (00:26 +0000)]
2002-08-10  Andrew Choi  <akochoi@shaw.ca>

* mac.c (sys_select) [MAC_OSX]: New function.

* macterm.c (MakeMeTheFrontProcess): New function.
(mac_initialize): Call MakeMeTheFrontProcess.

* s/darwin.h: Define select to sys_select.

21 years ago(make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
Richard M. Stallman [Sat, 10 Aug 2002 03:48:12 +0000 (03:48 +0000)]
(make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.

21 years agoI did not mean to check in these changes yet, they are still
John Wiegley [Sat, 10 Aug 2002 00:20:09 +0000 (00:20 +0000)]
I did not mean to check in these changes yet, they are still
unreviewed.

21 years agoRemoved eshell-under-cygwin-p, and all uses of it.
John Wiegley [Sat, 10 Aug 2002 00:18:18 +0000 (00:18 +0000)]
Removed eshell-under-cygwin-p, and all uses of it.

21 years ago*** empty log message ***
John Wiegley [Sat, 10 Aug 2002 00:17:41 +0000 (00:17 +0000)]
*** empty log message ***

21 years ago(forward_to_next_line_start): Return 0 when reaching the
Gerd Moellmann [Fri, 9 Aug 2002 17:29:34 +0000 (17:29 +0000)]
(forward_to_next_line_start): Return 0 when reaching the
end of the buffer.

21 years ago(pages-directory-mode): Undo previous change.
Richard M. Stallman [Fri, 9 Aug 2002 16:41:01 +0000 (16:41 +0000)]
(pages-directory-mode): Undo previous change.

21 years ago(set-variable): If given a prefix argument, set variable buffer-locally.
Richard M. Stallman [Fri, 9 Aug 2002 14:14:32 +0000 (14:14 +0000)]
(set-variable): If given a prefix argument, set variable buffer-locally.
Give locality status in prompt.

21 years ago(font-lock-function): Make it buffer-local.
John Paul Wallington [Fri, 9 Aug 2002 12:15:54 +0000 (12:15 +0000)]
(font-lock-function): Make it buffer-local.

21 years ago(BASE_PURESIZE): Increase to 910000.
Ken Raeburn [Fri, 9 Aug 2002 05:08:10 +0000 (05:08 +0000)]
(BASE_PURESIZE): Increase to 910000.

21 years ago(checkdoc, checkdoc-interactive)
Richard M. Stallman [Fri, 9 Aug 2002 01:56:00 +0000 (01:56 +0000)]
(checkdoc, checkdoc-interactive)
(checkdoc-message-interactive, checkdoc-interactive-loop)
(checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
(checkdoc-defun):
Update checkdoc-spellcheck-documentation-flag correctly.
(checkdoc-ispell-docstring-engine): Don't test for
checkdoc-autofix-flag = nil.

21 years ago(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
Ken Raeburn [Thu, 8 Aug 2002 16:59:23 +0000 (16:59 +0000)]
(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.

21 years ago(Ffind_operation_coding_system): For write-region, if
Kenichi Handa [Thu, 8 Aug 2002 12:34:27 +0000 (12:34 +0000)]
(Ffind_operation_coding_system): For write-region, if
VISIT is a filename, make it the target.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 8 Aug 2002 12:34:08 +0000 (12:34 +0000)]
*** empty log message ***

21 years ago* xt-mouse.el (xterm-mouse-mode): Make it a global mode.
John Paul Wallington [Wed, 7 Aug 2002 21:46:49 +0000 (21:46 +0000)]
* xt-mouse.el (xterm-mouse-mode): Make it a global mode.

* wid-browse.el (widget-minor-mode): Fix doc typo.

21 years agoVersion 2.0.12 released.
Kai Großjohann [Wed, 7 Aug 2002 14:54:05 +0000 (14:54 +0000)]
Version 2.0.12 released.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Comment out possibly obsolete "echo hello" commands.
(tramp-run-real-handler): If operation is
`ange-ftp-hook-function', use first arg as the real operation.
(tramp-check-ls-commands): Use / instead of \ as directory
separator.  (Relevant for XEmacs on Windows.)
(tramp-maybe-open-connection): Use tramp-wait-for-output when
waiting for the "are you awake" command.  Use a different string
for the "are you awake" command.
(tramp-send-command): New optional arg NEVEROPEN means to never
invoke tramp-maybe-open-connection.
(tramp-maybe-open-connection): Use it

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 7 Aug 2002 14:38:02 +0000 (14:38 +0000)]
*** empty log message ***

21 years ago(mark_object): Detect long lists for debugging.
Richard M. Stallman [Wed, 7 Aug 2002 14:37:32 +0000 (14:37 +0000)]
(mark_object): Detect long lists for debugging.
(mark_object_loop_halt): New variable.

21 years ago(C_SWITCH_SYSTEM): #undef it.
Richard M. Stallman [Wed, 7 Aug 2002 14:32:09 +0000 (14:32 +0000)]
(C_SWITCH_SYSTEM): #undef it.

21 years ago(Fmake_variable_frame_local): Doc fix.
Richard M. Stallman [Wed, 7 Aug 2002 14:30:52 +0000 (14:30 +0000)]
(Fmake_variable_frame_local): Doc fix.

21 years ago(warning-prefix-function, warning-series)
Richard M. Stallman [Wed, 7 Aug 2002 14:26:28 +0000 (14:26 +0000)]
(warning-prefix-function, warning-series)
(warning-fill-prefix, warning-group-format): Add autoload cookies.

21 years ago(select-safe-coding-system): Call pop-to-buffer inside
Kenichi Handa [Wed, 7 Aug 2002 12:21:25 +0000 (12:21 +0000)]
(select-safe-coding-system): Call pop-to-buffer inside
save-window-excursion and save-excursion.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 7 Aug 2002 12:21:05 +0000 (12:21 +0000)]
*** empty log message ***

21 years ago(describe-function-1): Skip arglist note if
John Paul Wallington [Tue, 6 Aug 2002 17:21:19 +0000 (17:21 +0000)]
(describe-function-1): Skip arglist note if
function's definition is a keymap.

21 years ago(diary-mail-entries): Use `compose-mail'
Sam Steingold [Tue, 6 Aug 2002 15:11:26 +0000 (15:11 +0000)]
(diary-mail-entries): Use `compose-mail'
and `mail-user-agent' instead of straight sendmail.
(diary-modified, diary-entries-list, displayed-year)
(displayed-month, entry, date, number, date-string, d-file)
(original-date): defvar without binding to avoid compiler warnings.

21 years ago(ibuffer-list-buffer-modes): New.
Colin Walters [Tue, 6 Aug 2002 06:04:44 +0000 (06:04 +0000)]
(ibuffer-list-buffer-modes): New.
(ibuffer-filter-by-used-mode): New.

21 years ago(ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
Colin Walters [Tue, 6 Aug 2002 06:04:22 +0000 (06:04 +0000)]
(ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
(ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
(ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.

21 years ago*** empty log message ***
Colin Walters [Tue, 6 Aug 2002 06:03:59 +0000 (06:03 +0000)]
*** empty log message ***

21 years ago(ediff-copy-list): Use `defalias' instead of
John Paul Wallington [Mon, 5 Aug 2002 22:37:25 +0000 (22:37 +0000)]
(ediff-copy-list): Use `defalias' instead of
`fset' and `symbol-function'.

21 years agoAdded checks that distinguish between cygwin and windows in some
John Wiegley [Mon, 5 Aug 2002 20:09:37 +0000 (20:09 +0000)]
Added checks that distinguish between cygwin and windows in some
places.

21 years agoRemoved a comment.
John Wiegley [Mon, 5 Aug 2002 20:08:40 +0000 (20:08 +0000)]
Removed a comment.

21 years ago(pcomplete-entries): Don't set `above-cutoff' to a value unless
John Wiegley [Mon, 5 Aug 2002 20:07:12 +0000 (20:07 +0000)]
(pcomplete-entries): Don't set `above-cutoff' to a value unless
pcomplete-cycle-cutoff-length is non-nil.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 5 Aug 2002 16:35:07 +0000 (16:35 +0000)]
*** empty log message ***

21 years ago(select-safe-coding-system): Check for
Richard M. Stallman [Mon, 5 Aug 2002 16:34:53 +0000 (16:34 +0000)]
(select-safe-coding-system): Check for
non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.

21 years ago(local_heap, local_alloc, local_free): New macros.
Richard M. Stallman [Mon, 5 Aug 2002 16:33:44 +0000 (16:33 +0000)]
(local_heap, local_alloc, local_free): New macros.
(malloc_widget_value, free_widget_value)
(w32_free_submenu_strings): Use them.

(push_submenu_start, push_submenu_end, push_left_right_boundary)
(push_menu_pane, push_menu_item, single_keymap_panes)
(single_menu_item, Fx_popup_menu, menubar_selection_callback)
(single_submenu, set_frame_menubar)
(w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.

(Fx_popup_menu):  Don't show pop up menu until preceding one is
actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.

Changes adapted from xmenu.c
(set_frame_menubar): First parse all submenus,
then make widget_value trees from them.
Don't allocate any widget_value objects
until we are done with the parsing.
(parse_single_submenu): New function.
(digest_single_submenu): New function.
(single_submenu): Function deleted, replaced by those two.

21 years agoComment change.
Richard M. Stallman [Mon, 5 Aug 2002 16:28:41 +0000 (16:28 +0000)]
Comment change.

21 years agoAdd index entries for skeletons, templates, autotyping, etc.
Richard M. Stallman [Mon, 5 Aug 2002 16:28:06 +0000 (16:28 +0000)]
Add index entries for skeletons, templates, autotyping, etc.

21 years ago(ange-ftp-smart-gateway): Doc fix.
Richard M. Stallman [Mon, 5 Aug 2002 16:27:07 +0000 (16:27 +0000)]
(ange-ftp-smart-gateway): Doc fix.

21 years ago(image-jpeg-p): Accept "Exif" marker.
Richard M. Stallman [Mon, 5 Aug 2002 16:26:03 +0000 (16:26 +0000)]
(image-jpeg-p): Accept "Exif" marker.

21 years ago2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 5 Aug 2002 15:15:18 +0000 (15:15 +0000)]
2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>

* customize.texi (Splicing into Lists): Fixed example.
Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>

21 years agoVersion 2.0.11 released.
Kai Großjohann [Mon, 5 Aug 2002 14:58:21 +0000 (14:58 +0000)]
Version 2.0.11 released.
(tramp-perl-file-attributes): Print uid and gid as signed
integers.
(tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
calling Tramp again.
(tramp-find-file-exists-command): Check for `ls -d' last, after
all the variants on `test -e'.
(tramp-post-connection): Erase buffer before finding a command to
check if file exists.

21 years ago(math-format-stack-value): Revert a broken
David Kastrup [Mon, 5 Aug 2002 09:34:12 +0000 (09:34 +0000)]
(math-format-stack-value): Revert a broken
if->when replacement and reformat so that this does not happen
again.  Fixes a pretty lethal line formatting/yanking bug.

21 years ago*** empty log message ***
David Kastrup [Mon, 5 Aug 2002 09:33:44 +0000 (09:33 +0000)]
*** empty log message ***

21 years ago2002-08-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Sun, 4 Aug 2002 19:29:06 +0000 (19:29 +0000)]
2002-08-04  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
        returns a valid window pointer before proceeding for keyDown and
        autoKey events.

21 years ago(fancy-splash-frame): Check selected frame last.
Glenn Morris [Sun, 4 Aug 2002 16:18:54 +0000 (16:18 +0000)]
(fancy-splash-frame): Check selected frame last.

21 years agoVersion 2.0.10 released.
Kai Großjohann [Sun, 4 Aug 2002 13:58:44 +0000 (13:58 +0000)]
Version 2.0.10 released.
(tramp-uudecode): New shell function `tramp_uudecode' to decode to
standard output even if `uudecode -p' and `uudecode -o -' don't
work.
(tramp-post-connection): After finding the right shell, wait a
bit.  This is a kludge to avoid a race condition, even though I
don't understand why there is a race condition in the first place.
(tramp-post-connection): Install the `tramp_uudecode' shell
function on the remote host.
(tramp-coding-commands): Add an alternative for `tramp_uudecode'.
(tramp-bug): Include more variables in the report.

21 years agoVersion 2.0.9 released.
Kai Großjohann [Sun, 4 Aug 2002 11:41:38 +0000 (11:41 +0000)]
Version 2.0.9 released.
(tramp-bug): Add wording about additional info to include in bug
report.
(tramp-find-shell): Set $PS1 for invocation of second shell (for
tilde expansion).
(tramp-find-shell): Shell prompt must match at end of buffer.  Do
this also for fallback shell prompt.
(tramp-find-shell): More debugging output.
(tramp-find-inline-encoding): When checking the decoding command,
some commands fail when reading from /dev/null.  So we pass a
known string through the encoding command and pass that through
the decoding command.  So we know whether the decoding command can
deal with some real input.

21 years ago(tramp-perl-encode, tramp-perl-decode): Doc fix.
Andreas Schwab [Sat, 3 Aug 2002 23:26:26 +0000 (23:26 +0000)]
(tramp-perl-encode, tramp-perl-decode): Doc fix.

21 years agoIn src:
Andrew Choi [Sat, 3 Aug 2002 22:21:09 +0000 (22:21 +0000)]
In src:

2002-08-03  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (USE_CARBON_EVENTS): New macro.
        (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
        (x_iconify_frame): Call CollapseWindow.
        (Vmac_reverse_ctrl_meta): New variable.
        (Vmac_wheel_button_is_mouse_2): New variable.
        (init_mac_drag_n_drop): New function.
        (mac_do_receive_drag): New function.
        (mac_handle_service_event): New function.
        (init_service_handler): New function.
        (mac_to_emacs_modifiers): New function.
        (mac_event_to_emacs_modifiers): New function.
        (mac_get_mouse_btn): New function.
        (mac_convert_event_ref): New function.
        (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
        SendEventToEventTarget, mac_event_to_emacs_modifiers, and
        mac_get_mouse_btn.
        (mac_initialize): Call init_mac_drag_n_drop and
        init_service_handler.

        * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
        lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
        (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
        TOOL_BAR_EVENT for MAC_OS as well.
        (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
        as for WINDOWS_NT.
        (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.

        * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for
        MAC_OSX.

In lisp:

2002-08-03  Andrew Choi  <akochoi@shaw.ca>

        * term/mac-win.el: Set keys to enable mouse wheel support.

21 years agoVersion 2.0.8.
Kai Großjohann [Sat, 3 Aug 2002 20:54:52 +0000 (20:54 +0000)]
Version 2.0.8.
(tramp-perl-encode, tramp-perl-encode): Double the backslashes.

21 years ago(f90-font-lock-keywords-1): Simplify `type' value a little.
Glenn Morris [Sat, 3 Aug 2002 19:01:50 +0000 (19:01 +0000)]
(f90-font-lock-keywords-1): Simplify `type' value a little.
(f90-type-def-re): Simplify value a little.

21 years agoVersion 2.0.7.
Kai Großjohann [Sat, 3 Aug 2002 17:04:43 +0000 (17:04 +0000)]
Version 2.0.7.
(tramp-perl-encode-with-module, tramp-perl-decode-with-module)
(tramp-perl-encode, tramp-perl-decode): Escape `%' characters
because of `format' and say so in the docstring.

21 years ago(f90-font-lock-keywords-1): Fix highlighting of `type' forms.
Glenn Morris [Sat, 3 Aug 2002 16:57:43 +0000 (16:57 +0000)]
(f90-font-lock-keywords-1): Fix highlighting of `type' forms.
(f90-font-lock-keywords-2): Fix highlighting of `implicit type(foo)' forms.
(f90-type-def-re): Fix value.

21 years ago(forward_to_next_line_start): Fix a condition that
Gerd Moellmann [Sat, 3 Aug 2002 12:44:32 +0000 (12:44 +0000)]
(forward_to_next_line_start): Fix a condition that
lead to a newline being skipped.

21 years agoVersion 2.0.6.
Kai Großjohann [Sat, 3 Aug 2002 09:23:25 +0000 (09:23 +0000)]
Version 2.0.6.
(tramp-default-method): Change to "ssh" from "sm".
(tramp-wrong-passwd-regexp): Restructure.  Add additional
alternative.
(tramp-su-program): New internal variable for method parameter.
(tramp-perl-encode-with-module, tramp-perl-decode-with-module):
New variables.  Very short Perl one-liner, but requires Perl
module MIME::Base64 to be installed on the remote site.
(tramp-perl-encode, tramp-perl-decode): New base64
encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
(tramp-handle-file-truename): Invoke Ange-FTP properly (even
though Ange-FTP doesn't do anything for this operation).
(tramp-handle-set-visited-file-modtime): Comment change.
(tramp-handle-make-directory): Save-excursion.
(tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
twice, once is enough.
(tramp-action-permission-denied): Show *tramp/foo* buffer so the
user knows what's wrong.
(tramp-post-connection): Support the two Perl encoders and
decoders.
(tramp-coding-commands): Ditto.  Add some todo items.

21 years agoAdd comment for last change.
Andreas Schwab [Fri, 2 Aug 2002 22:21:43 +0000 (22:21 +0000)]
Add comment for last change.

21 years ago2002-08-02 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Fri, 2 Aug 2002 20:34:38 +0000 (20:34 +0000)]
2002-08-02  Andrew Choi  <akochoi@shaw.ca>

* mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.

21 years ago*** empty log message ***
Richard M. Stallman [Fri, 2 Aug 2002 18:03:01 +0000 (18:03 +0000)]
*** empty log message ***

21 years ago(mule-keymap, set-coding-system-map):
Richard M. Stallman [Fri, 2 Aug 2002 18:02:17 +0000 (18:02 +0000)]
(mule-keymap, set-coding-system-map):
Add bindings for revert-buffer-with-coding-system.
(set-coding-system-map): Clarify menu item info for
set-buffer-file-coding-system.
(set-coding-system-map): Reorder and add separators.

21 years ago(merge-coding-systems): New function.
Richard M. Stallman [Fri, 2 Aug 2002 18:01:33 +0000 (18:01 +0000)]
(merge-coding-systems): New function.
(set-buffer-file-coding-system): Use merge-coding-systems.
Change prompt for args.
(revert-buffer-with-coding-system): New command.

21 years ago(edebug-eval-top-level-form): Use eval-expression.
Richard M. Stallman [Fri, 2 Aug 2002 18:00:18 +0000 (18:00 +0000)]
(edebug-eval-top-level-form): Use eval-expression.

21 years ago(atomic-change-group): Doc fix.
Richard M. Stallman [Fri, 2 Aug 2002 17:59:22 +0000 (17:59 +0000)]
(atomic-change-group): Doc fix.

21 years ago*** empty log message ***
Richard M. Stallman [Thu, 1 Aug 2002 17:07:46 +0000 (17:07 +0000)]
*** empty log message ***

21 years ago(compile-after-backup): Renamed from `compile'.
Richard M. Stallman [Thu, 1 Aug 2002 17:07:28 +0000 (17:07 +0000)]
(compile-after-backup): Renamed from `compile'.
Use `compile-always'.
(bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
(compile): Renamed from `compile-files'.
(compile-CMD, compile-SH): Renamed from `compile-files-*'.

21 years agoCorrection regarding --enable-static and libjpeg.
Richard M. Stallman [Thu, 1 Aug 2002 17:06:08 +0000 (17:06 +0000)]
Correction regarding --enable-static and libjpeg.

21 years ago(SOME_MACHINE_OBJECTS): Add fontset.o.
Richard M. Stallman [Thu, 1 Aug 2002 17:04:14 +0000 (17:04 +0000)]
(SOME_MACHINE_OBJECTS): Add fontset.o.

21 years ago2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 1 Aug 2002 03:53:04 +0000 (03:53 +0000)]
2002-07-31  Andrew Choi  <akochoi@shaw.ca>

        * macfns.c: #undef init_process before #define-ing it.

21 years ago2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 1 Aug 2002 03:48:22 +0000 (03:48 +0000)]
2002-07-31  Andrew Choi  <akochoi@shaw.ca>

        * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
        change creator code from ???? to EMAx.

21 years agoIn src:
Andrew Choi [Thu, 1 Aug 2002 03:33:20 +0000 (03:33 +0000)]
In src:

2002-07-31  Andrew Choi  <akochoi@shaw.ca>

* s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
HAVE_CARBON is defined.

In mac:

2002-07-31  Andrew Choi  <akochoi@shaw.ca>

* INSTALL: Add instructions for building X Window version.

21 years agoMention new command `ediff-backup'.
Markus Rost [Thu, 1 Aug 2002 03:11:39 +0000 (03:11 +0000)]
Mention new command `ediff-backup'.

21 years ago(P_): New macro. Use it for all prototypes.
Colin Walters [Thu, 1 Aug 2002 01:31:44 +0000 (01:31 +0000)]
(P_): New macro.  Use it for all prototypes.
(lose): Don't use varargs.
(lose_syserr): New function.

Change all functions to K&R style.

21 years ago*** empty log message ***
Colin Walters [Thu, 1 Aug 2002 01:31:04 +0000 (01:31 +0000)]
*** empty log message ***

21 years ago(ibuffer-hooks): Rename to `ibuffer-hook'; Add defvaralias for
Colin Walters [Thu, 1 Aug 2002 01:24:10 +0000 (01:24 +0000)]
(ibuffer-hooks): Rename to `ibuffer-hook'; Add defvaralias for
compatibility.
(ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add defvaralias
for compatibility.

21 years ago(ibuffer-fontification-alist): Use `font-lock-constant-face' instead
Colin Walters [Thu, 1 Aug 2002 01:21:18 +0000 (01:21 +0000)]
(ibuffer-fontification-alist): Use `font-lock-constant-face' instead
of `font-lock-reference-face'.

21 years ago(pcomplete-comint-setup): Use `add-to-list', to prevent adding the
John Wiegley [Wed, 31 Jul 2002 23:32:14 +0000 (23:32 +0000)]
(pcomplete-comint-setup): Use `add-to-list', to prevent adding the
symbol `pcomplete' to shell-dynamic-complete-functions too many times.

21 years ago*** empty log message ***
John Wiegley [Wed, 31 Jul 2002 23:32:02 +0000 (23:32 +0000)]
*** empty log message ***

21 years ago(ediff-backup): New autoloaded command.
Markus Rost [Wed, 31 Jul 2002 22:29:36 +0000 (22:29 +0000)]
(ediff-backup): New autoloaded command.

21 years ago(describe-function-1): Test function for obsolescence only if it is a
Markus Rost [Wed, 31 Jul 2002 22:28:30 +0000 (22:28 +0000)]
(describe-function-1): Test function for obsolescence only if it is a
symbol.

21 years ago(byte-compile-find-cl-functions):
Richard M. Stallman [Wed, 31 Jul 2002 22:05:16 +0000 (22:05 +0000)]
(byte-compile-find-cl-functions):
Check that (car elt) is a string.

21 years ago(pcomplete-entries): Doc fix.
Richard M. Stallman [Wed, 31 Jul 2002 22:01:54 +0000 (22:01 +0000)]
(pcomplete-entries): Doc fix.

21 years ago(non-standard-icccm-encodings-alist): Doc fix.
Richard M. Stallman [Wed, 31 Jul 2002 22:01:07 +0000 (22:01 +0000)]
(non-standard-icccm-encodings-alist): Doc fix.

21 years agoHide disabling of dired-find-alternate-file behind
Andreas Schwab [Wed, 31 Jul 2002 12:08:06 +0000 (12:08 +0000)]
Hide disabling of dired-find-alternate-file behind
autoload-cookie.

21 years ago(update-subdirs-CMD): Generate the right list of subdirectories. From
Juanma Barranquero [Wed, 31 Jul 2002 08:09:58 +0000 (08:09 +0000)]
(update-subdirs-CMD): Generate the right list of subdirectories.  From
Tak Ota <Takaaki.Ota@am.sony.com>.