]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(calc-over-notation): Use `completing-read'.
Colin Walters [Mon, 19 Nov 2001 07:34:00 +0000 (07:34 +0000)]
(calc-over-notation): Use `completing-read'.

Change all toplevel `setq' forms to `defvar' forms, and move them
before their first use.  Use `when', `unless'.  Remove trailing
periods from error forms.  Add description and headers suggested by
Emacs Lisp coding conventions.

22 years agoDon't include keymap.h any more.
Stefan Monnier [Mon, 19 Nov 2001 06:46:41 +0000 (06:46 +0000)]
Don't include keymap.h any more.
(keys_of_frame): Remove.

22 years ago(keys_of_frame): Remove declaration.
Stefan Monnier [Mon, 19 Nov 2001 06:46:01 +0000 (06:46 +0000)]
(keys_of_frame): Remove declaration.

22 years ago(main): Don't call `keys_of_frame' any more.
Stefan Monnier [Mon, 19 Nov 2001 06:41:44 +0000 (06:41 +0000)]
(main): Don't call `keys_of_frame' any more.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 19 Nov 2001 06:38:08 +0000 (06:38 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 19 Nov 2001 06:25:47 +0000 (06:25 +0000)]
*** empty log message ***

22 years ago(current_column_1): Fix handling of scan_bytes for mb chars.
Richard M. Stallman [Mon, 19 Nov 2001 06:25:33 +0000 (06:25 +0000)]
(current_column_1): Fix handling of scan_bytes for mb chars.

22 years ago(network-connection-service-abbrev-alist): New variable.
Richard M. Stallman [Mon, 19 Nov 2001 06:24:36 +0000 (06:24 +0000)]
(network-connection-service-abbrev-alist): New variable.

22 years ago(lisp-indent-defmethod): At first three elements, act like defun.
Richard M. Stallman [Mon, 19 Nov 2001 06:24:05 +0000 (06:24 +0000)]
(lisp-indent-defmethod): At first three elements, act like defun.
Advance to start of 3rd sexp by moving fwd and backing over it.

22 years agoComment change.
Richard M. Stallman [Mon, 19 Nov 2001 06:21:29 +0000 (06:21 +0000)]
Comment change.

22 years ago(delete-selection-pre-hook): Handle and resignal
Richard M. Stallman [Mon, 19 Nov 2001 06:21:11 +0000 (06:21 +0000)]
(delete-selection-pre-hook): Handle and resignal
file-supersession errors to interact properly with userlock.el.

22 years ago(comment-indent): Fix misindentation for comment-only lines.
Stefan Monnier [Mon, 19 Nov 2001 06:08:38 +0000 (06:08 +0000)]
(comment-indent): Fix misindentation for comment-only lines.
(comment-indent-new-line): Only obey comment-multi-line if the
comment-ender is not the end-of-line.

22 years ago(w32_menu_show, push_menu_pane): Doc fixes.
Jason Rumney [Sun, 18 Nov 2001 22:01:13 +0000 (22:01 +0000)]
(w32_menu_show, push_menu_pane): Doc fixes.

22 years ago(x_set_frame_parameters): Avoid infinite recursion for
Jason Rumney [Sun, 18 Nov 2001 21:57:18 +0000 (21:57 +0000)]
(x_set_frame_parameters): Avoid infinite recursion for
some items.
(x_set_internal_border_width): Set frame garbaged when window
doesn't exist yet.
(Fx_create_frame): Accept zero tool_bar_button_relief.
(x_clear_image_1, four_corners_best, image_background)
(image_background_transparent): New functions.
(xpm_format, png_format, jpeg_format, tiff_format, gif_format)
(gs_format): Add `:background' entry.
(lookup_image): Set IMG's background color if specified.
(pbm_load, xbm_load_image, png_load): Set IMG's background field
when appropriate.
(x_clear_image_1): Reset `background_valid' and
`background_transparent_valid' fields.
(x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
calculating it here.  Set IMG's background_transparent field.
(enum xpm_keyword_index): Add XPM_BACKGROUND.
(enum png_keyword_index): Add PNG_BACKGROUND.
(enum jpeg_keyword_index): Add JPEG_BACKGROUND.
(enum tiff_keyword_index): Add TIFF_BACKGROUND.
(enum gif_keyword_index): Add GIF_BACKGROUND.
(enum gs_keyword_index): Add GS_BACKGROUND.
(pbm_load, png_load, jpeg_load, tiff_load, gif_load):
Pre-calculate image background color where necessary.
(x_create_x_image_and_pixmap, xbm_load, gs_load): Use
display info's n_cbits entry for screen depth.
(Fx_show_tip): Remove unused variables `buffer', `top',
`left', `max_width' and `max_height'.

22 years ago(note_mouse_highlight): Fix type of variable `ignore'.
Jason Rumney [Sun, 18 Nov 2001 21:53:11 +0000 (21:53 +0000)]
(note_mouse_highlight): Fix type of variable `ignore'.
(x_draw_bar_cursor): If the background color of the glyph under
the cursor equals the frame's cursor color, use the glyph's
foreground color for drawing the bar cursor.
(x_after_update_window_line): Clear internal border in different
circumstances.
(w32_set_vertical_scroll_bar): Check for width and height > 0.
(w32_draw_relief_rect): Correct relief by 1 pixel.
(x_set_glyph_string_background_width): Set
extends_to_end_of_line_p if the row's fill_line_p is set and
drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
(x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
if cursor_in_non_selected_windows is false.
(show_mouse_face): Clean up.  Recognize overwritten cursor
differently.
(x_draw_glyphs): Remove parameters REAL_START and REAL_END.
Notice if cursor gets overwritten.
(notice_overwritten_cursor): Renamed from
note_overwritten_text_cursor.  Rewritten to take glyph widths
into account, and to take X positions as parameters.
(x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
around call to x_draw_glyphs.
(x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
`IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
color to use for image glyph reliefs.
(x_draw_image_relief): Accept zero tool_bar_button_relief.
(glyph_rect): Remove unused variable `area'.

22 years agoRe-add section "TeX'ing the Calc manual fails".
Colin Walters [Sun, 18 Nov 2001 18:47:16 +0000 (18:47 +0000)]
Re-add section "TeX'ing the Calc manual fails".

22 years agoHow to get a blinking underscore cursor inside Emacs.
Eli Zaretskii [Sun, 18 Nov 2001 18:41:05 +0000 (18:41 +0000)]
How to get a blinking underscore cursor inside Emacs.

22 years agoMention the French translations of the tutorial and the survival guide.
Eli Zaretskii [Sun, 18 Nov 2001 18:38:20 +0000 (18:38 +0000)]
Mention the French translations of the tutorial and the survival guide.

22 years agoNew file from Eric Jacoboni <jaco@teaser.fr>.
Eli Zaretskii [Sun, 18 Nov 2001 18:34:23 +0000 (18:34 +0000)]
New file from Eric Jacoboni <jaco@teaser.fr>.

22 years agoUpdate for Emacs 21, including the mailing list info.
Eli Zaretskii [Sun, 18 Nov 2001 12:16:19 +0000 (12:16 +0000)]
Update for Emacs 21, including the mailing list info.

22 years ago(BASE_PURESIZE): Increase to 750000.
Gerd Moellmann [Sun, 18 Nov 2001 11:00:08 +0000 (11:00 +0000)]
(BASE_PURESIZE): Increase to 750000.

22 years ago(Fframe_live_p): Doc fix.
Pavel Janík [Sun, 18 Nov 2001 10:02:38 +0000 (10:02 +0000)]
(Fframe_live_p): Doc fix.

22 years ago*** empty log message ***
Pavel Janík [Sun, 18 Nov 2001 08:37:52 +0000 (08:37 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 18 Nov 2001 06:54:59 +0000 (06:54 +0000)]
*** empty log message ***

22 years ago(message_dolog_marker1, message_dolog_marker2)
Richard M. Stallman [Sun, 18 Nov 2001 06:54:50 +0000 (06:54 +0000)]
(message_dolog_marker1, message_dolog_marker2)
(message_dolog_marker3): New static variables hold three markers.
(syms_of_xdisp): Initialize and staticpro them.
(message_dolog): Use message_dolog_marker1..3 instead of
allocating markers each time.  Unchain them when done.

22 years agoComment change.
Richard M. Stallman [Sun, 18 Nov 2001 06:52:56 +0000 (06:52 +0000)]
Comment change.

22 years ago(fortran-mode-syntax-table): Specify punctuation syntax for backslash.
Richard M. Stallman [Sun, 18 Nov 2001 06:51:53 +0000 (06:51 +0000)]
(fortran-mode-syntax-table): Specify punctuation syntax for backslash.

22 years ago(sh-must-be-shell-mode): Function deleted. All calls deleted.
Richard M. Stallman [Sun, 18 Nov 2001 06:50:58 +0000 (06:50 +0000)]
(sh-must-be-shell-mode): Function deleted.  All calls deleted.

22 years ago(string-to-sequence): Make it obsolete.
Richard M. Stallman [Sun, 18 Nov 2001 06:49:25 +0000 (06:49 +0000)]
(string-to-sequence): Make it obsolete.
(string-to-list, string-to-vector): Implement them directly
using append and vconcat, not with string-to-sequence.

22 years ago(command-line): Set abbrevs-changed to nil after
Richard M. Stallman [Sun, 18 Nov 2001 06:48:18 +0000 (06:48 +0000)]
(command-line): Set abbrevs-changed to nil after
reading the init file and the abbrevs file.

22 years ago(isearch): Use magenta2 as bg for (background light)
Richard M. Stallman [Sun, 18 Nov 2001 06:47:21 +0000 (06:47 +0000)]
(isearch): Use magenta2 as bg for (background light)

22 years ago*** empty log message ***
Stefan Monnier [Sun, 18 Nov 2001 05:59:41 +0000 (05:59 +0000)]
*** empty log message ***

22 years agoDoc fix.
Stefan Monnier [Sun, 18 Nov 2001 03:56:19 +0000 (03:56 +0000)]
Doc fix.

22 years ago(locale-language-names): Use "French" for "fr".
Stefan Monnier [Sun, 18 Nov 2001 03:55:01 +0000 (03:55 +0000)]
(locale-language-names): Use "French" for "fr".

22 years ago(font-lock-compile-keywords): New arg `regexp'.
Stefan Monnier [Sun, 18 Nov 2001 02:10:01 +0000 (02:10 +0000)]
(font-lock-compile-keywords): New arg `regexp'.
If set and if applicable, add a regexp to highlight defun-like
text inside comments and strings.
(font-lock-fontify-keywords-region): Pass that new arg.
(font-lock-set-defaults): Move the code to set `font-lock-keywords'
to the end and pass that new arg.
(c-font-lock-keywords-2): Fix regex for labels.
(font-lock-match-c++-style-declaration-item-and-skip-to-next):
Make it work when LIMIT is several lines further.
(c-font-lock-keywords-3, c++-font-lock-keywords-3)
(objc-font-lock-keywords-3, java-font-lock-keywords-3):
Use backquote and make the regexes for `int a, b, c;' work on
multiple lines.

22 years ago(reb-mode): Use define-derived-mode.
Stefan Monnier [Sun, 18 Nov 2001 01:44:08 +0000 (01:44 +0000)]
(reb-mode): Use define-derived-mode.
(font-lock-defaults-alist): Don't change it any more.
(reb-subexp-mode-map): Cleanup.

22 years ago(custom-current-group-alist): New var.
Stefan Monnier [Sun, 18 Nov 2001 01:35:12 +0000 (01:35 +0000)]
(custom-current-group-alist): New var.
(custom-declare-group): Set it.
(custom-current-group): New fun.
(custom-declare-variable, custom-handle-all-keywords):
Use it as a default if no :group argument is specified.

22 years ago(locale-name-match): Use \` and \(?:.
Stefan Monnier [Sun, 18 Nov 2001 01:29:22 +0000 (01:29 +0000)]
(locale-name-match): Use \` and \(?:.
(standard-keyboard-coding-systems): New var.
(set-locale-environment): Use it to decide whether or not to call
set-keyboard-coding-system.

22 years ago(princ-list, checkdoc-read-event, add-to-list): Delete compatibility code.
Richard M. Stallman [Sat, 17 Nov 2001 22:51:11 +0000 (22:51 +0000)]
(princ-list, checkdoc-read-event, add-to-list): Delete compatibility code.
(checkdoc-next-message-error): Doc fix.

22 years ago(smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
Richard M. Stallman [Sat, 17 Nov 2001 22:43:36 +0000 (22:43 +0000)]
(smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
(smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
Defsubst instead of defmacro.
(smtpmail-intersection): Return value in reverse order.
(smtpmail-open-stream): Use stringp instead of string-to-list.
(smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
separated from smtpmail-via-smtp.

(top level): Autoload starttls, mail-utils and rfc2104.
(smtpmail-smtp-service): Doc fix.  :type fix.
(smtpmail-debug-info): Doc fix.
(smtpmail-debug-verb, smtpmail-auth-credentials)
(smtpmail-starttls-credentials, smtpmail-auth-supported): New variables.
(smtpmail-deduce-address-list, smtpmail-send-it): Don't require
mail-utils (it is autoloaded).
(smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
(smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
(smtpmail-find-credentials, smtpmail-intersection): New utility funs.
(smtpmail-via-smtp): Support STARTTLS, if binary is installed.
(smtpmail-via-smtp): Support AUTH.
(smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.

22 years agoComment change.
Richard M. Stallman [Sat, 17 Nov 2001 22:41:26 +0000 (22:41 +0000)]
Comment change.

22 years ago(Fsnarf_documentation): Doc fix.
Richard M. Stallman [Sat, 17 Nov 2001 22:40:47 +0000 (22:40 +0000)]
(Fsnarf_documentation): Doc fix.

22 years ago(mouse-drag-throw): Push back non-drag events
Richard M. Stallman [Sat, 17 Nov 2001 22:37:39 +0000 (22:37 +0000)]
(mouse-drag-throw): Push back non-drag events
into `unread-command-events' instead of trying keymap
lookups ourselves.  This makes mouse-clicks do the right
thing even when keymaps of overlays are involved.
(mouse-drag-drag): Likewise.

22 years ago(menu-bar-update-buffers-1): Don't pad the buffer name.
Richard M. Stallman [Sat, 17 Nov 2001 22:30:16 +0000 (22:30 +0000)]
(menu-bar-update-buffers-1): Don't pad the buffer name.

22 years ago(minibuffer-history-sexp-flag): Doc fix.
Richard M. Stallman [Sat, 17 Nov 2001 22:28:30 +0000 (22:28 +0000)]
(minibuffer-history-sexp-flag): Doc fix.

22 years ago(note_mouse_highlight): Fix type of variable `ignore'.
Andreas Schwab [Sat, 17 Nov 2001 21:41:54 +0000 (21:41 +0000)]
(note_mouse_highlight): Fix type of variable `ignore'.

22 years ago(Fwrite_region): Avoid initializer for Lisp_Object.
Richard M. Stallman [Sat, 17 Nov 2001 21:08:52 +0000 (21:08 +0000)]
(Fwrite_region): Avoid initializer for Lisp_Object.

22 years agoComment change.
Richard M. Stallman [Sat, 17 Nov 2001 20:38:50 +0000 (20:38 +0000)]
Comment change.

22 years ago(notice_overwritten_cursor): Take care of end < 0 case.
Jason Rumney [Sat, 17 Nov 2001 18:09:27 +0000 (18:09 +0000)]
(notice_overwritten_cursor): Take care of end < 0 case.

22 years ago*** empty log message ***
Jason Rumney [Sat, 17 Nov 2001 17:58:51 +0000 (17:58 +0000)]
*** empty log message ***

22 years agoA work-around for blinking block cursor on a GNU/Linux console.
Eli Zaretskii [Sat, 17 Nov 2001 17:25:41 +0000 (17:25 +0000)]
A work-around for blinking block cursor on a GNU/Linux console.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Nov 2001 17:17:53 +0000 (17:17 +0000)]
*** empty log message ***

22 years agoNew version from Eric Jacoboni <jaco@teaser.fr>.
Eli Zaretskii [Sat, 17 Nov 2001 16:16:36 +0000 (16:16 +0000)]
New version from Eric Jacoboni <jaco@teaser.fr>.

22 years ago(locate): Show default locate pattern within the
Richard M. Stallman [Sat, 17 Nov 2001 15:42:19 +0000 (15:42 +0000)]
(locate): Show default locate pattern within the
prompt, but don't insert it into the minibuffer contents.  Catch
the case when pattern is the empty string.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 17 Nov 2001 15:05:17 +0000 (15:05 +0000)]
*** empty log message ***

22 years agoDon't depend on csh-specific features. Replace
Eli Zaretskii [Sat, 17 Nov 2001 15:04:56 +0000 (15:04 +0000)]
Don't depend on csh-specific features.  Replace
the interpreter name with /bin/sh.

22 years agoReplace elisp-vol? with vol?, per renamed files.
Eli Zaretskii [Sat, 17 Nov 2001 14:51:49 +0000 (14:51 +0000)]
Replace elisp-vol? with vol?, per renamed files.

22 years agoRenamed to vol1.texi and vol2.texi.
Eli Zaretskii [Sat, 17 Nov 2001 14:47:50 +0000 (14:47 +0000)]
Renamed to vol1.texi and vol2.texi.

22 years agoInsert the <<...>> marker that help-with-tutorial expects.
Eli Zaretskii [Sat, 17 Nov 2001 14:44:47 +0000 (14:44 +0000)]
Insert the <<...>> marker that help-with-tutorial expects.

22 years ago("French"): New language environment.
Eli Zaretskii [Sat, 17 Nov 2001 14:37:32 +0000 (14:37 +0000)]
("French"): New language environment.

22 years ago(tool_bar_item_info): Avoid calling Fget_text_property
Gerd Moellmann [Sat, 17 Nov 2001 10:46:45 +0000 (10:46 +0000)]
(tool_bar_item_info): Avoid calling Fget_text_property
with invalid position.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 17 Nov 2001 09:38:14 +0000 (09:38 +0000)]
*** empty log message ***

22 years ago(lispref): Add *.txt, *.el, permute-index, and
Eli Zaretskii [Sat, 17 Nov 2001 09:36:58 +0000 (09:36 +0000)]
(lispref): Add *.txt, *.el, permute-index, and
tindex.pl to the list of those being put into the distribution.

22 years agoRemove calc problems.
Colin Walters [Sat, 17 Nov 2001 07:20:39 +0000 (07:20 +0000)]
Remove calc problems.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Nov 2001 04:01:46 +0000 (04:01 +0000)]
*** empty log message ***

22 years ago(todo-save): Fix previous change.
Richard M. Stallman [Sat, 17 Nov 2001 04:01:31 +0000 (04:01 +0000)]
(todo-save): Fix previous change.

22 years ago(functionp): Do use cdr-safe on object.
Richard M. Stallman [Sat, 17 Nov 2001 03:53:51 +0000 (03:53 +0000)]
(functionp): Do use cdr-safe on object.

22 years agoComment change.
Richard M. Stallman [Sat, 17 Nov 2001 03:49:52 +0000 (03:49 +0000)]
Comment change.

22 years agoDelete conditionals for HPUX7, ISC 4.1, and convex.
Richard M. Stallman [Sat, 17 Nov 2001 03:49:13 +0000 (03:49 +0000)]
Delete conditionals for HPUX7, ISC 4.1, and convex.

22 years ago(HAVE_SYS_WAIT_H): Add #undef.
Richard M. Stallman [Sat, 17 Nov 2001 03:48:21 +0000 (03:48 +0000)]
(HAVE_SYS_WAIT_H): Add #undef.

22 years ago(HAVE_SYS_WAIT_H): Define it.
Richard M. Stallman [Sat, 17 Nov 2001 03:47:10 +0000 (03:47 +0000)]
(HAVE_SYS_WAIT_H): Define it.

22 years ago*** empty log message ***
Stefan Monnier [Sat, 17 Nov 2001 01:25:10 +0000 (01:25 +0000)]
*** empty log message ***

22 years ago(build_annotations): Split off the tail.
Stefan Monnier [Sat, 17 Nov 2001 01:24:01 +0000 (01:24 +0000)]
(build_annotations): Split off the tail.
(build_annotations_2): New fun.  Extracted from build_annotations.
(Fwrite_region): Split the call to build_annotations into two
calls to build_annotations and build_annotations_2.

22 years agoUpdated MS-Windows problems.
Jason Rumney [Sat, 17 Nov 2001 01:17:30 +0000 (01:17 +0000)]
Updated MS-Windows problems.

22 years ago(SYS_LDFLAGS): Add setargv.obj for wildcard
Jason Rumney [Sat, 17 Nov 2001 01:00:48 +0000 (01:00 +0000)]
(SYS_LDFLAGS): Add setargv.obj for wildcard
expansion.  From Juanma Barranquero <lektu@terra.es>.

22 years ago*** empty log message ***
Jason Rumney [Sat, 17 Nov 2001 01:00:14 +0000 (01:00 +0000)]
*** empty log message ***

22 years ago(elp-not-profilable): New var.
Stefan Monnier [Sat, 17 Nov 2001 00:58:21 +0000 (00:58 +0000)]
(elp-not-profilable): New var.
(elp-not-profilable-p): New function.
(elp-instrument-function): Use it.  Use backquotes and push.

22 years ago(byte-compile-call-tree, byte-code-vector)
Stefan Monnier [Sat, 17 Nov 2001 00:54:36 +0000 (00:54 +0000)]
(byte-compile-call-tree, byte-code-vector)
(byte-stack+-info, byte-compile-last-warned-form)
(byte-compile-last-logged-file): Don't defconst a variable.
(no-byte-compile): Declare.
(byte-compile-file): Don't boundp-check no-byte-compile any more.
(byte-compile-defvar): Leave defconst as is.

22 years ago(edebug-form-data, edebug-offsets)
Stefan Monnier [Sat, 17 Nov 2001 00:51:55 +0000 (00:51 +0000)]
(edebug-form-data, edebug-offsets)
(edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
(edebug-current-offset, edebug-old-def-name, edebug-error-point)
(edebug-best-error): Don't defconst a variable.
(edebug-read-syntax-table): Use a char-table.
(edebug-lemacs-specific): Remove.
Toplevel: Eliminate check for Lucid Emacs.

22 years ago(cvs-prefix-define): Don't defconst a variable.
Stefan Monnier [Sat, 17 Nov 2001 00:48:14 +0000 (00:48 +0000)]
(cvs-prefix-define): Don't defconst a variable.

22 years ago(move-to-column-force): Mark obsolete.
Stefan Monnier [Sat, 17 Nov 2001 00:47:42 +0000 (00:47 +0000)]
(move-to-column-force): Mark obsolete.
(operate-on-rectangle, delete-extract-rectangle-line)
(insert-rectangle, delete-whitespace-rectangle-line)
(open-rectangle-line, clear-rectangle-line): Use move-to-column.
(string-rectangle-history): New var.
(string-rectangle, string-insert-rectangle): Use it.
(delete-rectangle-line): Fix pos/column mixup and simplify.

22 years ago(mode-line-mode-name): Only put the help-echo property
Stefan Monnier [Sat, 17 Nov 2001 00:27:08 +0000 (00:27 +0000)]
(mode-line-mode-name): Only put the help-echo property
if the local-map property was put as well.
(global-map): Bind switch-frame, delete-frame, iconify-frame
and make-frame-visible events.

22 years ago(normal-top-level-add-subdirs-to-load-path): Simplify.
Stefan Monnier [Sat, 17 Nov 2001 00:08:20 +0000 (00:08 +0000)]
(normal-top-level-add-subdirs-to-load-path): Simplify.
(normal-top-level, command-line, command-line-1): Simplify.

22 years ago(tar-mode): Use define-derived-mode.
Stefan Monnier [Sat, 17 Nov 2001 00:04:29 +0000 (00:04 +0000)]
(tar-mode): Use define-derived-mode.

22 years ago(view-mode-enable): Don't use make-local-hook.
Stefan Monnier [Sat, 17 Nov 2001 00:00:26 +0000 (00:00 +0000)]
(view-mode-enable): Don't use make-local-hook.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 16 Nov 2001 23:59:51 +0000 (23:59 +0000)]
*** empty log message ***

22 years ago(eldoc-mode): Use define-minor-mode.
Stefan Monnier [Fri, 16 Nov 2001 23:58:48 +0000 (23:58 +0000)]
(eldoc-mode): Use define-minor-mode.

22 years ago*** empty log message ***
Pavel Janík [Fri, 16 Nov 2001 22:54:22 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago(x_update_cursor): Remove duplicated prototype.
Pavel Janík [Fri, 16 Nov 2001 22:52:53 +0000 (22:52 +0000)]
(x_update_cursor): Remove duplicated prototype.

22 years ago(waiting_for_input): Remove unnecessary prototype.
Pavel Janík [Fri, 16 Nov 2001 22:52:13 +0000 (22:52 +0000)]
(waiting_for_input): Remove unnecessary prototype.

22 years ago(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
Pavel Janík [Fri, 16 Nov 2001 22:50:51 +0000 (22:50 +0000)]
(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
argument.

22 years ago(clear_waiting_for_input): Remove duplicated prototype.
Pavel Janík [Fri, 16 Nov 2001 22:50:09 +0000 (22:50 +0000)]
(clear_waiting_for_input): Remove duplicated prototype.

22 years agoChange maintainer email address.
Richard M. Stallman [Fri, 16 Nov 2001 21:10:58 +0000 (21:10 +0000)]
Change maintainer email address.

22 years ago(mail-extr-voodoo): Treat a number as a word
Richard M. Stallman [Fri, 16 Nov 2001 19:57:07 +0000 (19:57 +0000)]
(mail-extr-voodoo): Treat a number as a word
if it doesn't make sense as anything else.
(mail-extr-leading-garbage): Match non-word characters only.

22 years ago*** empty log message ***
Pavel Janík [Fri, 16 Nov 2001 18:40:10 +0000 (18:40 +0000)]
*** empty log message ***

22 years agoFix typo.
Pavel Janík [Fri, 16 Nov 2001 18:37:52 +0000 (18:37 +0000)]
Fix typo.

22 years ago(command-line-processed): Doc fix.
Pavel Janík [Fri, 16 Nov 2001 18:34:06 +0000 (18:34 +0000)]
(command-line-processed): Doc fix.

22 years ago(apropos-next-label-button): Doc fix.
Pavel Janík [Fri, 16 Nov 2001 18:30:25 +0000 (18:30 +0000)]
(apropos-next-label-button): Doc fix.

22 years ago(Ftimes): Doc fix.
Pavel Janík [Fri, 16 Nov 2001 18:19:58 +0000 (18:19 +0000)]
(Ftimes): Doc fix.
(Fquo): Likewise.
(Frem): Likewise.
(Fmod): Likewise.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 16 Nov 2001 14:59:44 +0000 (14:59 +0000)]
*** empty log message ***