bpt/emacs.git
22 years ago*** empty log message ***
Juanma Barranquero [Mon, 25 Feb 2002 16:07:54 +0000 (16:07 +0000)]
*** empty log message ***

22 years ago(ielm-prompt): Allow customization; make it read-only.
Juanma Barranquero [Mon, 25 Feb 2002 16:07:01 +0000 (16:07 +0000)]
(ielm-prompt): Allow customization; make it read-only.

22 years agoAdd missing backslash.
Juanma Barranquero [Mon, 25 Feb 2002 15:47:41 +0000 (15:47 +0000)]
Add missing backslash.

22 years ago(shell-mode-map): Add "Complete" header so completion
Kim F. Storm [Mon, 25 Feb 2002 10:50:29 +0000 (10:50 +0000)]
(shell-mode-map): Add "Complete" header so completion
menu is shown on the menu bar in shell mode.

22 years ago(ielm-match-data): New var.
Stefan Monnier [Mon, 25 Feb 2002 07:26:15 +0000 (07:26 +0000)]
(ielm-match-data): New var.
(inferior-emacs-lisp-mode): Make it buffer-local.
(ielm-eval-input): Use it to preserve match-data between inputs.

22 years agoInclude "dispextern.h" unconditionally.
Pavel Janík [Sun, 24 Feb 2002 20:37:24 +0000 (20:37 +0000)]
Include "dispextern.h" unconditionally.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 18:40:25 +0000 (18:40 +0000)]
*** empty log message ***

22 years ago(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
Jason Rumney [Sun, 24 Feb 2002 18:39:16 +0000 (18:39 +0000)]
(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
(lisp): Sync with list in src/Makefile.in
(VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.

22 years ago(lisp): Add emacs-lisp/backquote.elc.
Jason Rumney [Sun, 24 Feb 2002 18:31:35 +0000 (18:31 +0000)]
(lisp): Add emacs-lisp/backquote.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
Jason Rumney [Sun, 24 Feb 2002 18:02:49 +0000 (18:02 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.
Jason Rumney [Sun, 24 Feb 2002 17:42:49 +0000 (17:42 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 13:29:20 +0000 (13:29 +0000)]
*** empty log message ***

22 years ago(inferior-emacs-lisp-mode): Use hexl for the dummy process.
Jason Rumney [Sun, 24 Feb 2002 13:14:07 +0000 (13:14 +0000)]
(inferior-emacs-lisp-mode): Use hexl for the dummy process.

22 years ago2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 24 Feb 2002 09:14:41 +0000 (09:14 +0000)]
2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.

22 years ago*** empty log message ***
Colin Walters [Sun, 24 Feb 2002 01:21:32 +0000 (01:21 +0000)]
*** empty log message ***

22 years ago(math-solve-get-sign): Convert integer to string.
Colin Walters [Sun, 24 Feb 2002 01:14:55 +0000 (01:14 +0000)]
(math-solve-get-sign): Convert integer to string.

22 years ago(Flookup_key): Fixed problem in 2001-12-28 patch:
Kim F. Storm [Sun, 24 Feb 2002 00:24:37 +0000 (00:24 +0000)]
(Flookup_key): Fixed problem in 2001-12-28 patch:
The validation of the event type was too strict as it didn't
allow string events; buffer names are used in bindings for
menu-bar-select-buffer (see `menu-bar-update-buffers').

22 years agoModify description of command remapping which now uses a `remap'
Kim F. Storm [Sat, 23 Feb 2002 23:42:31 +0000 (23:42 +0000)]
Modify description of command remapping which now uses a `remap'
prefix-key.

22 years ago*** empty log message ***
Pavel Janík [Sat, 23 Feb 2002 22:54:05 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kim F. Storm [Sat, 23 Feb 2002 22:32:39 +0000 (22:32 +0000)]
*** empty log message ***

22 years ago(where-is): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:31:02 +0000 (22:31 +0000)]
(where-is): Use remap-command.

22 years ago(describe-function-1): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:27:39 +0000 (22:27 +0000)]
(describe-function-1): Use remap-command.

22 years ago(global-set-key, local-set-key): Undo 2002-02-06
Kim F. Storm [Sat, 23 Feb 2002 22:26:44 +0000 (22:26 +0000)]
(global-set-key, local-set-key): Undo 2002-02-06
change (no longer accept a symbol for the KEY argument).

22 years ago(command_loop_1): Use Fremap_command for command remapping;
Kim F. Storm [Sat, 23 Feb 2002 22:03:17 +0000 (22:03 +0000)]
(command_loop_1): Use Fremap_command for command remapping;
now try command remapping for all symbols.

22 years ago(Fremap_command): Declare extern.
Kim F. Storm [Sat, 23 Feb 2002 22:01:16 +0000 (22:01 +0000)]
(Fremap_command): Declare extern.
(is_command_symbol): Remove extern.

22 years agoThe following changes rework my patch of 2002-02-06 which
Kim F. Storm [Sat, 23 Feb 2002 22:00:37 +0000 (22:00 +0000)]
The following changes rework my patch of 2002-02-06 which
added command remapping by entering the commands directly into
the keymaps.  Now, command remapping uses an explicit `remap'
prefix in the keymaps, i.e. [remap COMMAND].

(Qremap, remap_command_vector): New variables.
(is_command_symbol): Removed function.
(Fdefine_key): No longer accept a symbol for KEY.  Added
validation of [remap COMMAND] argument for KEY.  The DEF is no
longer required to be a symbol when remapping a command.
(Fremap_command): New function to remap command through keymaps.
(Flookup_key): Perform command remapping initiated by
Fremap_command directly for speed.
(Fkey_binding): Use Fremap_command for command remapping.
(where_is_internal): Handle new command remapping representation.
(syms_of_keymap): Intern Qremap, initialize remap_command_vector,
staticpro them.  Defsubr Fremap_command.

22 years ago*** empty log message ***
Colin Walters [Sat, 23 Feb 2002 21:35:34 +0000 (21:35 +0000)]
*** empty log message ***

22 years agoDocument how use new pcomplete completion facility.
Colin Walters [Sat, 23 Feb 2002 21:34:25 +0000 (21:34 +0000)]
Document how use new pcomplete completion facility.

22 years ago(shell-pcomplete, shell-pcomplete-reverse): New functions.
Colin Walters [Sat, 23 Feb 2002 21:34:11 +0000 (21:34 +0000)]
(shell-pcomplete, shell-pcomplete-reverse): New functions.
(toplevel): Bind them.
(shell-mode): Don't set `comint-dynamic-complete-functions'; it is
not necessary now that we use pcomplete.

22 years ago(ibuffer-old-time): Change to hours.
Colin Walters [Sat, 23 Feb 2002 21:33:49 +0000 (21:33 +0000)]
(ibuffer-old-time): Change to hours.
(ibuffer-mark-old-buffers): Handle it.

22 years ago(ibuffer-compile-format): Don't uselessly bind `pt' in generated
Colin Walters [Sat, 23 Feb 2002 21:33:33 +0000 (21:33 +0000)]
(ibuffer-compile-format): Don't uselessly bind `pt' in generated
function.

22 years ago(calc-invent-variables): Convert integer to string.
Colin Walters [Sat, 23 Feb 2002 21:33:19 +0000 (21:33 +0000)]
(calc-invent-variables): Convert integer to string.

22 years ago(run_pre_post_conversion_on_str): Add prototype.
Eli Zaretskii [Sat, 23 Feb 2002 18:39:29 +0000 (18:39 +0000)]
(run_pre_post_conversion_on_str): Add prototype.

22 years ago*** empty log message ***
Jason Rumney [Sat, 23 Feb 2002 18:24:55 +0000 (18:24 +0000)]
*** empty log message ***

22 years ago(w32_wnd_proc) <WM_TIMER>: Fix last change.
Jason Rumney [Sat, 23 Feb 2002 18:14:06 +0000 (18:14 +0000)]
(w32_wnd_proc) <WM_TIMER>: Fix last change.

22 years ago(Fw32_set_clipboard_data): Run pre-write-conversion
Jason Rumney [Sat, 23 Feb 2002 18:12:30 +0000 (18:12 +0000)]
(Fw32_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw32_get_clipboard_data): Run post-read-conversion on the string
after decoding it.

22 years ago(rmail-summary-output): Properly advance
Richard M. Stallman [Sat, 23 Feb 2002 17:14:34 +0000 (17:14 +0000)]
(rmail-summary-output): Properly advance
to next message, by calling rmail-summary-goto-msg.

22 years ago(enter_timestamp): Put in #if 0 to prevent warning.
Pavel Janík [Sat, 23 Feb 2002 16:36:30 +0000 (16:36 +0000)]
(enter_timestamp): Put in #if 0 to prevent warning.

22 years ago(enter_timestamp): Remove unused static variable to prevent warning.
Pavel Janík [Sat, 23 Feb 2002 16:28:28 +0000 (16:28 +0000)]
(enter_timestamp): Remove unused static variable to prevent warning.

22 years ago*** empty log message ***
Pavel Janík [Sat, 23 Feb 2002 10:55:47 +0000 (10:55 +0000)]
*** empty log message ***

22 years ago(Fw16_get_clipboard_data): Fix last change.
Eli Zaretskii [Sat, 23 Feb 2002 08:55:52 +0000 (08:55 +0000)]
(Fw16_get_clipboard_data): Fix last change.

22 years ago(selection_data_to_lisp_data): Fix last change.
Eli Zaretskii [Sat, 23 Feb 2002 08:53:27 +0000 (08:53 +0000)]
(selection_data_to_lisp_data): Fix last change.

22 years ago(mouse_move_timer, mouse_button_timer): Initialize.
Jason Rumney [Sat, 23 Feb 2002 00:07:22 +0000 (00:07 +0000)]
(mouse_move_timer, mouse_button_timer): Initialize.
(menu_free_timer): New variable.
(MENU_FREE_ID, MENU_FREE_DELAY): New constants.
(w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
<WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
menu command is in progress.
<WM_COMMAND>: Set the menu_command_in_progress flag.  Kill
any menu_free_timer that is running.

22 years ago(menubar_selection_callback): Free the menu and
Jason Rumney [Sat, 23 Feb 2002 00:01:34 +0000 (00:01 +0000)]
(menubar_selection_callback): Free the menu and
clear the menu_command_in_progress flag.

22 years ago(w32_text_out): Renamed from W32_TEXTOUT.
Jason Rumney [Fri, 22 Feb 2002 23:59:50 +0000 (23:59 +0000)]
(w32_text_out): Renamed from W32_TEXTOUT.
Call ExtTextOutA rather than ExtTextOut.

22 years ago(struct w32_output): New member menu_command_in_progress.
Jason Rumney [Fri, 22 Feb 2002 23:58:11 +0000 (23:58 +0000)]
(struct w32_output): New member menu_command_in_progress.

22 years agoMinor correction.
Richard M. Stallman [Fri, 22 Feb 2002 23:44:02 +0000 (23:44 +0000)]
Minor correction.

22 years ago(find-tag-noselect, find-tag)
Eli Zaretskii [Fri, 22 Feb 2002 16:30:46 +0000 (16:30 +0000)]
(find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 22 Feb 2002 15:27:02 +0000 (15:27 +0000)]
*** empty log message ***

22 years ago(snake-velocity-queue, snake-update-velocity)
Richard M. Stallman [Fri, 22 Feb 2002 15:19:06 +0000 (15:19 +0000)]
(snake-velocity-queue, snake-update-velocity)
(snake-final-x-velocity, snake-final-y-velocity):
New variable and functions.  Store user's keypresses
into a queue and pop from the queue each subsequent turn.
(snake-update-game, snake-move-left)
(snake-move-right, snake-move-up, snake-move-down, snake-active-p)
(snake-start-game): Use that queue.
(snake-use-glyphs-flag): Renamed from snake-use-glyphs.
(snake-use-color-flag): Likewise.
(snake-mode): Rename uses of those variables.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Feb 2002 14:43:53 +0000 (14:43 +0000)]
*** empty log message ***

22 years ago(BASE_PURESIZE): Increase to 755000.
Eli Zaretskii [Fri, 22 Feb 2002 14:43:39 +0000 (14:43 +0000)]
(BASE_PURESIZE): Increase to 755000.

22 years ago(Fw16_set_clipboard_data): Run pre-write-conversion
Eli Zaretskii [Fri, 22 Feb 2002 14:09:07 +0000 (14:09 +0000)]
(Fw16_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw16_get_clipboard_data): Run post-read-conversion on the string
after decoding it.

22 years agoDocument the support for ICCCM Extended Segments.
Eli Zaretskii [Fri, 22 Feb 2002 13:49:56 +0000 (13:49 +0000)]
Document the support for ICCCM Extended Segments.

22 years ago(ctext-no-compositions): New coding system.
Eli Zaretskii [Fri, 22 Feb 2002 13:44:59 +0000 (13:44 +0000)]
(ctext-no-compositions): New coding system.
(compount-text-no-extensions): Renamed from compound-text.
(x-ctext-no-extensions, ctext-no-extensions): Aliases for
compound-text-no-extensions.
(compound-text): Redefined using post-read and pre-write
conversions.

22 years ago(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
Eli Zaretskii [Fri, 22 Feb 2002 13:44:21 +0000 (13:44 +0000)]
(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
variables.
(ctext-post-read-conversion, ctext-pre-write-conversion): New functions.

22 years agoFix last change.
Eli Zaretskii [Fri, 22 Feb 2002 13:20:00 +0000 (13:20 +0000)]
Fix last change.

22 years ago<Qcompound_text_with_extensions>: New variable.
Eli Zaretskii [Fri, 22 Feb 2002 13:16:35 +0000 (13:16 +0000)]
<Qcompound_text_with_extensions>: New variable.
(syms_of_xselect): Intern and staticpro it.
(selection_data_to_lisp_data): Run post-read-conversion on decoded
selection text.
(lisp_data_to_selection_data): If next-selection-coding-system is
compound-text-with-extensions, set the type of selection to be
compound-text.

22 years ago(x_encode_text): Update prototype.
Eli Zaretskii [Fri, 22 Feb 2002 13:15:02 +0000 (13:15 +0000)]
(x_encode_text): Update prototype.

22 years ago(x_encode_text): Accept additional arg SELECTIONP; all
Eli Zaretskii [Fri, 22 Feb 2002 13:14:27 +0000 (13:14 +0000)]
(x_encode_text): Accept additional arg SELECTIONP; all
callers changed.  If SELECTIONP is non-zero, run the
pre-write-conversion function before encoding the selection text.

22 years ago#
André Spiegel [Thu, 21 Feb 2002 21:09:18 +0000 (21:09 +0000)]
#

22 years agoPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
André Spiegel [Thu, 21 Feb 2002 21:00:35 +0000 (21:00 +0000)]
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-default-init-version): Update documentation to
indicate that the backend can override the default init version.
(vc-register): Use the backend init-version function, if it exists, to
determine the initial version of a file.
(vc-diff-switches-list): Don't symbol-quote backend, since it's
already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.

22 years agoPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
André Spiegel [Thu, 21 Feb 2002 20:56:58 +0000 (20:56 +0000)]
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-mode-line): Set vc-mode to nil if the file is
not version-controlled.  This is necessary, e.g., if the file has
just been reverted, and thus was previously under version control
but isn't any longer.
(vc-find-file-hook): Likewise.

22 years ago#
André Spiegel [Thu, 21 Feb 2002 20:25:20 +0000 (20:25 +0000)]
#

22 years agoPatch by Martin.Lorentzson@telia.com.
André Spiegel [Thu, 21 Feb 2002 20:16:47 +0000 (20:16 +0000)]
Patch by Martin.Lorentzson@telia.com.
(vc-cvs-sticky-date-format-string): New variable.
(vc-cvs-sticky-tag-display): New variable.
(vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
(vc-cvs-checkin): If the input revision is a valid symbolic tag
name, we create it as a branch, commit and switch to it.
(vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
(vc-cvs-valid-symbolic-tag-name-p): New function.
(vc-cvs-parse-sticky-tag): New function.
(vc-cvs-parse-entry): Added parsing of sticky tags.

22 years ago* gnus-art.el (gnus-article-edit-done): Widen the article buffer.
ShengHuo ZHU [Thu, 21 Feb 2002 17:57:43 +0000 (17:57 +0000)]
* gnus-art.el (gnus-article-edit-done): Widen the article buffer.

22 years ago2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Thu, 21 Feb 2002 09:39:39 +0000 (09:39 +0000)]
2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>

      * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
      nil, and then explicitly set the standard-value to t.

22 years ago(flyspell-mode): Autoload the variable since it is used in the menu bar.
Sam Steingold [Thu, 21 Feb 2002 01:42:22 +0000 (01:42 +0000)]
(flyspell-mode): Autoload the variable since it is used in the menu bar.

22 years ago(syms_of_frame): Change mouse-highlight default to t.
Kim F. Storm [Wed, 20 Feb 2002 23:45:51 +0000 (23:45 +0000)]
(syms_of_frame): Change mouse-highlight default to t.

22 years ago(kbd_buffer_get_event) [WINDOWSNT]: Corrected
Kim F. Storm [Wed, 20 Feb 2002 23:01:48 +0000 (23:01 +0000)]
(kbd_buffer_get_event) [WINDOWSNT]: Corrected
composing of language-change event.

22 years agoNew node Charsets.
Richard M. Stallman [Wed, 20 Feb 2002 22:36:29 +0000 (22:36 +0000)]
New node Charsets.

22 years agoDocument focus-follows-mouse.
Richard M. Stallman [Wed, 20 Feb 2002 22:35:56 +0000 (22:35 +0000)]
Document focus-follows-mouse.

22 years ago(tcl-do-fill-paragraph): Find and fill on more
Richard M. Stallman [Wed, 20 Feb 2002 22:33:35 +0000 (22:33 +0000)]
(tcl-do-fill-paragraph): Find and fill on more
natural paragraph boundaries.  Don't fail at beginning of buffer.

22 years ago(shell-command-on-region): Display the exit status when a command fails.
Richard M. Stallman [Wed, 20 Feb 2002 22:33:01 +0000 (22:33 +0000)]
(shell-command-on-region): Display the exit status when a command fails.

22 years ago(add-hook): Doc fix.
Richard M. Stallman [Wed, 20 Feb 2002 22:30:39 +0000 (22:30 +0000)]
(add-hook): Doc fix.

22 years ago(other-frame): Doc fix.
Richard M. Stallman [Wed, 20 Feb 2002 22:28:44 +0000 (22:28 +0000)]
(other-frame): Doc fix.

22 years agoMinor cleanup.
Richard M. Stallman [Wed, 20 Feb 2002 22:27:32 +0000 (22:27 +0000)]
Minor cleanup.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 20 Feb 2002 22:24:59 +0000 (22:24 +0000)]
*** empty log message ***

22 years agoFix typo in update-date (change year).
Robert J. Chassell [Wed, 20 Feb 2002 17:42:40 +0000 (17:42 +0000)]
Fix typo in update-date (change year).

22 years ago(texinfo-insert-menu): Explain in doc string that
Robert J. Chassell [Wed, 20 Feb 2002 17:39:38 +0000 (17:39 +0000)]
(texinfo-insert-menu): Explain in doc string that
descriptions are indented, and that menus without
descriptions will contain trailing whitespace instead;
argue for importance of descriptions.

(texinfo-all-menus-update, texinfo-master-menu,texinfo-make-menu)
Also, note reason for indentation in doc string.

22 years ago(menu_bar_items): Don't include keymap or local-map
Kim F. Storm [Wed, 20 Feb 2002 14:52:54 +0000 (14:52 +0000)]
(menu_bar_items): Don't include keymap or local-map
bindings at PT when building menu (the menu is not updated often
enough for this to work reliable).
(tool_bar_items): Likewise.
(current_active_maps): Removed unused (and faulty) function.

22 years ago(gif_load): Use correct width and height for GIF images.
Pavel Janík [Wed, 20 Feb 2002 10:27:06 +0000 (10:27 +0000)]
(gif_load): Use correct width and height for GIF images.

22 years ago(tar-next-line, tar-previous-line): Add doc string,
Pavel Janík [Wed, 20 Feb 2002 09:04:25 +0000 (09:04 +0000)]
(tar-next-line, tar-previous-line): Add doc string,
call the argument "arg" to match plain next-line and
previous-line.  From Kevin Ryde <user42@zip.com.au>.

22 years agoCan specify different scroll amounts for different modifiers now.
Sam Steingold [Tue, 19 Feb 2002 17:53:07 +0000 (17:53 +0000)]
Can specify different scroll amounts for different modifiers now.

22 years agoPatched a wrong location.
ShengHuo ZHU [Tue, 19 Feb 2002 14:08:08 +0000 (14:08 +0000)]
Patched a wrong location.

22 years ago* mail-source.el (mail-source-fetch-directory): Run scripts.
ShengHuo ZHU [Tue, 19 Feb 2002 14:03:24 +0000 (14:03 +0000)]
* mail-source.el (mail-source-fetch-directory): Run scripts.

22 years ago* mm-encode.el (mm-content-transfer-encoding-defaults): Set
ShengHuo ZHU [Tue, 19 Feb 2002 13:30:08 +0000 (13:30 +0000)]
* mm-encode.el (mm-content-transfer-encoding-defaults): Set
default to base64. Add application/emacs-lisp.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 19 Feb 2002 11:22:16 +0000 (11:22 +0000)]
*** empty log message ***

22 years ago(bibtex-parse-keys): Put save-match-data around function body.
Eli Zaretskii [Tue, 19 Feb 2002 11:21:23 +0000 (11:21 +0000)]
(bibtex-parse-keys): Put save-match-data around function body.

22 years ago(browse-url-maybe-new-window): Reverse the sense of the comparison,
Eli Zaretskii [Tue, 19 Feb 2002 11:16:06 +0000 (11:16 +0000)]
(browse-url-maybe-new-window): Reverse the sense of the comparison,
to match the doc strings of functions that use this macro.

22 years agoDocument the optional second arg of `atan'.
Eli Zaretskii [Tue, 19 Feb 2002 11:07:20 +0000 (11:07 +0000)]
Document the optional second arg of `atan'.

22 years ago(Math Functions): Document the optional second arg of atan.
Eli Zaretskii [Tue, 19 Feb 2002 11:03:54 +0000 (11:03 +0000)]
(Math Functions): Document the optional second arg of atan.

22 years ago(Fatan): Accept an optional second arg and call atan2 if passed 2 args.
Eli Zaretskii [Tue, 19 Feb 2002 10:58:07 +0000 (10:58 +0000)]
(Fatan): Accept an optional second arg and call atan2 if passed 2 args.

22 years ago2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Tue, 19 Feb 2002 10:30:30 +0000 (10:30 +0000)]
2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>

* facemenu.el (describe-text-mode-map): Removed bootstrap kludge.

* toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
* menu-bar.el (menu-bar-mode): Ditto.

22 years ago* make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
Paul Eggert [Tue, 19 Feb 2002 06:50:24 +0000 (06:50 +0000)]
* make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
"sed q" is a portable equivalent to plain "head -1".

22 years agoPort to POSIX 1003.1-2001, which doesn't allow "head -1".
Paul Eggert [Tue, 19 Feb 2002 06:49:08 +0000 (06:49 +0000)]
Port to POSIX 1003.1-2001, which doesn't allow "head -1".
"sed q" is a portable equivalent to plain "head -1".

22 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2002 23:45:18 +0000 (23:45 +0000)]
*** empty log message ***

22 years ago(glyph_rect): Determine the row and glyph more precisely.
Jason Rumney [Mon, 18 Feb 2002 23:31:06 +0000 (23:31 +0000)]
(glyph_rect): Determine the row and glyph more precisely.

22 years ago(query-replace-regexp-eval): Doc fix.
Andreas Schwab [Mon, 18 Feb 2002 20:30:58 +0000 (20:30 +0000)]
(query-replace-regexp-eval): Doc fix.

22 years ago(math-solve-get-int): Convert return value from
Colin Walters [Mon, 18 Feb 2002 20:06:20 +0000 (20:06 +0000)]
(math-solve-get-int): Convert return value from
`math-get-from-counter' to a string before calling `concat' on it.