]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 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.

22 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>.

22 years agoRevert some changes from 2002-07-23 because they don't work on MSVC/nmake builds.
Juanma Barranquero [Wed, 31 Jul 2002 07:45:58 +0000 (07:45 +0000)]
Revert some changes from 2002-07-23 because they don't work on MSVC/nmake builds.

22 years ago(set_frame_menubar): First parse all submenus,
Richard M. Stallman [Wed, 31 Jul 2002 06:15:58 +0000 (06:15 +0000)]
(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.

22 years agoNew version 2.0.5.
Kai Großjohann [Tue, 30 Jul 2002 20:24:27 +0000 (20:24 +0000)]
New version 2.0.5.
(tramp-methods): Remove inline encoding method parameters.  The
encoding is now autodetected.  Also shorten the list of
methods (u/m distinction gone) and rename the remaining methods to
have longer, but more mnemonic, names.
(tramp-login-prompt-regexp, tramp-password-prompt-regexp)
(tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
matched at end of buffer anyway.
(tramp-yesno-prompt-regexp): New variable, for questions where the
user should say "yes" or "no".
(tramp-file-name-structure-unified)
(tramp-file-name-structure-separate): Allow dash in method names.
(tramp-actions-before-shell): New variable, contains list of
pattern/action pairs.  Output sent by remote end is scanned for
the patterns, then the actions are executed.
(tramp-multi-actions): Like `tramp-actions-before-shell', but
executed for each hop in a multi-hop connection.
(tramp-last-cmd-time): New variable.  If nothing has been sent to
remote end for 60 seconds, look to see if the remote end is still
alive.
(tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.  It
didn't work.
(tramp-perl-encode, tramp-perl-decode): New variables, these
require the MIME::Base64 module on the remote end.
(tramp-handle-file-attributes): Restructure logic.
(tramp-handle-file-attributes-with-ls)
(tramp-handle-file-attributes-with-perl): More debugging.
(tramp-handle-directory-files): Grok fifth arg `files-only' for
XEmacs.
(tramp-handle-make-directory, tramp-handle-delete-directory)
(tramp-handle-delete-file, tramp-handle-insert-directory): Expand
file name.
(tramp-handle-shell-command): Use `when', not `if'.
(tramp-handle-file-local-copy, tramp-handle-write-region): Adapt
to autodetection of inline encoding.
(tramp-invoke-ange-ftp): Require ange-ftp to make sure that
variable ange-ftp-name-format is defined before binding it.
(tramp-action-login, tramp-action-password, tramp-action-succeed)
(tramp-action-permission-denied, tramp-action-yesno): Functions
called from `tramp-actions-before-shell'.
(tramp-multi-action-login, tramp-multi-action-password)
(tramp-multi-action-succeed)
(tramp-multi-action-permission-denied): Functions called from
`tramp-multi-actions'.
(tramp-process-one-action, tramp-process-actions): Pattern
matching and action invocation code for
`tramp-actions-before-shell'.
(tramp-process-one-multi-action, tramp-process-multi-actions):
Same for `tramp-multi-actions'.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Process actions instead of hardwired
logic.
(tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
(tramp-multi-connect-su): Ditto.
(tramp-post-connection): New method for tramp_encode and
tramp_decode scripts.
(tramp-post-connection): Invoke inline autodetection code.
(tramp-coding-commands): List of inline codings.
(tramp-find-inline-encoding): This is the inline autodetection
code.
(tramp-maybe-open-connection): If nothing was sent to connection
for 60 seconds, look if it connection is still alive.
(tramp-send-command): Remember that something was sent to the
connection.
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks for constructing alist.
(tramp-get-encoding-command, tramp-set-encoding-command)
(tramp-get-decoding-command, tramp-set-decoding-command)
(tramp-get-encoding-function, tramp-set-encoding-function)
(tramp-get-decoding-function, tramp-set-decoding-function): Use
for results of inline autodetection.
(tramp-get-encoding-command, tramp-get-decoding-command)
(tramp-get-encoding-function, tramp-get-decoding-function):
Remove these old functions.

22 years agoExplain values of sexp diary entries.
Richard M. Stallman [Tue, 30 Jul 2002 18:56:52 +0000 (18:56 +0000)]
Explain values of sexp diary entries.

22 years agoAdd missing semicolon.
Juanma Barranquero [Tue, 30 Jul 2002 16:24:30 +0000 (16:24 +0000)]
Add missing semicolon.

22 years ago(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.
Juanma Barranquero [Tue, 30 Jul 2002 16:19:30 +0000 (16:19 +0000)]
(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.

22 years ago(localstatedir): New variable.
Andreas Schwab [Tue, 30 Jul 2002 13:53:27 +0000 (13:53 +0000)]
(localstatedir): New variable.

22 years agoAdd coding cookie.
Dave Love [Tue, 30 Jul 2002 11:40:46 +0000 (11:40 +0000)]
Add coding cookie.

22 years ago(in-is13194): Give correct `safe-chars' property.
Kenichi Handa [Tue, 30 Jul 2002 06:35:51 +0000 (06:35 +0000)]
(in-is13194): Give correct `safe-chars' property.
(devanagari): Define it as an alias of in-is13194.

22 years ago(safe-chars): Put `char-table-extra-slots' property with value 0.
Kenichi Handa [Tue, 30 Jul 2002 06:34:28 +0000 (06:34 +0000)]
(safe-chars): Put `char-table-extra-slots' property with value 0.

22 years ago(revert-buffer): Fix previous change.
Kenichi Handa [Tue, 30 Jul 2002 00:44:36 +0000 (00:44 +0000)]
(revert-buffer): Fix previous change.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 30 Jul 2002 00:42:21 +0000 (00:42 +0000)]
*** empty log message ***

22 years ago(help-echo): If global-mode-string is non-nil,
Richard M. Stallman [Mon, 29 Jul 2002 21:17:06 +0000 (21:17 +0000)]
(help-echo): If global-mode-string is non-nil,
display some spaces after it.

22 years agoFix regexp for finding return address fields.
Pavel Janík [Mon, 29 Jul 2002 20:05:34 +0000 (20:05 +0000)]
Fix regexp for finding return address fields.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 29 Jul 2002 17:37:23 +0000 (17:37 +0000)]
*** empty log message ***

22 years agoUpdate for new mode line layout of LINE and POS.
Richard M. Stallman [Mon, 29 Jul 2002 17:31:47 +0000 (17:31 +0000)]
Update for new mode line layout of LINE and POS.

22 years agoUpdate info about --geometry.
Richard M. Stallman [Mon, 29 Jul 2002 17:30:57 +0000 (17:30 +0000)]
Update info about --geometry.

22 years ago(check-ispell-version): Bind default-directory
Richard M. Stallman [Mon, 29 Jul 2002 17:29:31 +0000 (17:29 +0000)]
(check-ispell-version): Bind default-directory
to avoid errors.  Kill the old temp buffer at the beginning.

22 years ago(scroll-all-mode): Make argument optional. Add to doc string.
Glenn Morris [Mon, 29 Jul 2002 13:53:48 +0000 (13:53 +0000)]
(scroll-all-mode): Make argument optional.  Add to doc string.

22 years ago(scroll-all-mode): Handle numeric arg. Use `if' instead of `cond'.
Glenn Morris [Mon, 29 Jul 2002 13:08:44 +0000 (13:08 +0000)]
(scroll-all-mode): Handle numeric arg.  Use `if' instead of `cond'.

22 years agoFix previous unexpected change.
Kenichi Handa [Mon, 29 Jul 2002 05:11:40 +0000 (05:11 +0000)]
Fix previous unexpected change.

22 years ago(ctext-post-read-conversion): Add support for emboded utf-8 encodng
Kenichi Handa [Mon, 29 Jul 2002 05:05:19 +0000 (05:05 +0000)]
(ctext-post-read-conversion): Add support for emboded utf-8 encodng
(ESC % G ... ESC % @).

22 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Jul 2002 05:04:52 +0000 (05:04 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 29 Jul 2002 02:46:52 +0000 (02:46 +0000)]
*** empty log message ***

22 years ago(mode-line-format): Handle vc-mode specially.
Richard M. Stallman [Mon, 29 Jul 2002 02:45:49 +0000 (02:45 +0000)]
(mode-line-format): Handle vc-mode specially.
Move mode-line-position to after global-mode-string.
(mode-line-modes): Move the starting 3 spaces out of here.
(mode-line-position): Separate with a space, not dashes.

22 years agoDon't add to minor-mode-alist.
Richard M. Stallman [Mon, 29 Jul 2002 02:40:40 +0000 (02:40 +0000)]
Don't add to minor-mode-alist.

22 years agoComment change.
Richard M. Stallman [Mon, 29 Jul 2002 02:09:19 +0000 (02:09 +0000)]
Comment change.

22 years agoFix set-face-attribute example.
Richard M. Stallman [Mon, 29 Jul 2002 01:58:43 +0000 (01:58 +0000)]
Fix set-face-attribute example.

22 years ago(HPUX8): Define this before including hpux.h.
Richard M. Stallman [Mon, 29 Jul 2002 01:57:49 +0000 (01:57 +0000)]
(HPUX8): Define this before including hpux.h.
(HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.

22 years ago(HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
Richard M. Stallman [Mon, 29 Jul 2002 01:56:56 +0000 (01:56 +0000)]
(HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.

22 years ago(make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
Richard M. Stallman [Mon, 29 Jul 2002 01:55:43 +0000 (01:55 +0000)]
(make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
Explicitly clear up_modifier in event->modifiers.

22 years agoExplain how enabling or disabling the tool bar affects specified geometry.
Richard M. Stallman [Mon, 29 Jul 2002 01:53:42 +0000 (01:53 +0000)]
Explain how enabling or disabling the tool bar affects specified geometry.

22 years ago(edebug-debugger): If inside redisplay, just return.
Richard M. Stallman [Mon, 29 Jul 2002 01:51:09 +0000 (01:51 +0000)]
(edebug-debugger): If inside redisplay, just return.

22 years ago(debug): If redisplaying, just return.
Richard M. Stallman [Mon, 29 Jul 2002 01:49:45 +0000 (01:49 +0000)]
(debug): If redisplaying, just return.

22 years ago(Info-find-index-name): Improve last change.
Richard M. Stallman [Mon, 29 Jul 2002 01:48:52 +0000 (01:48 +0000)]
(Info-find-index-name): Improve last change.

22 years agoUpdate copyright year.
Markus Rost [Sat, 27 Jul 2002 19:50:34 +0000 (19:50 +0000)]
Update copyright year.
(ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.

22 years agoDocument custom-file variable.
Richard M. Stallman [Sat, 27 Jul 2002 19:11:14 +0000 (19:11 +0000)]
Document custom-file variable.

22 years ago(file-name-sans-extension): Avoid expanding DIRECTORY.
Richard M. Stallman [Sat, 27 Jul 2002 19:09:54 +0000 (19:09 +0000)]
(file-name-sans-extension): Avoid expanding DIRECTORY.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 27 Jul 2002 19:09:08 +0000 (19:09 +0000)]
*** empty log message ***

22 years ago(diary-rosh-hodesh): Cons MARK on in the third case.
Richard M. Stallman [Sat, 27 Jul 2002 19:01:40 +0000 (19:01 +0000)]
(diary-rosh-hodesh): Cons MARK on in the third case.

22 years ago(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.
Richard M. Stallman [Sat, 27 Jul 2002 18:57:41 +0000 (18:57 +0000)]
(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.

22 years ago(FRAME_CURSOR_WIDTH): New macro.
Richard M. Stallman [Sat, 27 Jul 2002 18:56:36 +0000 (18:56 +0000)]
(FRAME_CURSOR_WIDTH): New macro.

22 years ago(eshell): Numeric prefix arg means to switch
Kai Großjohann [Fri, 26 Jul 2002 20:40:53 +0000 (20:40 +0000)]
(eshell): Numeric prefix arg means to switch
to the session with that number.  Old behavior still available
with nonumeric prefix args.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 26 Jul 2002 15:39:12 +0000 (15:39 +0000)]
*** empty log message ***

22 years ago(revert-buffer): Before calling insert-file-contents,
Kenichi Handa [Fri, 26 Jul 2002 12:07:26 +0000 (12:07 +0000)]
(revert-buffer): Before calling insert-file-contents,
kill the local variable buffer-file-coding-system.

22 years ago(detect_coding_iso2022): While checking a byte sequence
Kenichi Handa [Fri, 26 Jul 2002 11:53:25 +0000 (11:53 +0000)]
(detect_coding_iso2022): While checking a byte sequence
for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
it in the normal loop.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Jul 2002 11:53:10 +0000 (11:53 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Simon Josefsson [Fri, 26 Jul 2002 11:11:03 +0000 (11:11 +0000)]
*** empty log message ***

22 years ago(warning-levels): Doc fix.
Juanma Barranquero [Fri, 26 Jul 2002 07:58:04 +0000 (07:58 +0000)]
(warning-levels): Doc fix.
(warning-suppress-log-types): Fix typo.
(display-warning): Fix typo. Remove useless asignment to free variable
`group-string'.

22 years ago(lwarn, warn): Doc fix.
Juanma Barranquero [Fri, 26 Jul 2002 07:09:15 +0000 (07:09 +0000)]
(lwarn, warn): Doc fix.

22 years ago(ediff-window-setup-function): Extend type declaration.
Markus Rost [Fri, 26 Jul 2002 02:11:28 +0000 (02:11 +0000)]
(ediff-window-setup-function): Extend type declaration.

22 years ago(occur-rename-buffer): New command.
Sam Steingold [Thu, 25 Jul 2002 19:31:25 +0000 (19:31 +0000)]
(occur-rename-buffer): New command.
(occur-mode-map): Bind "r" to it.  Added keybindings for
`kill-this-buffer', `clone-buffer' and `quit-window'.

22 years ago(Info-find-index-name): Search for a function definition with a return type.
Richard M. Stallman [Thu, 25 Jul 2002 18:20:51 +0000 (18:20 +0000)]
(Info-find-index-name): Search for a function definition with a return type.

22 years ago(byte-compile-set-symbol-position): Don't recompute `entry' on each iteration.
Richard M. Stallman [Thu, 25 Jul 2002 18:18:10 +0000 (18:18 +0000)]
(byte-compile-set-symbol-position): Don't recompute `entry' on each iteration.
(byte-compile-delete-first): Make it defsubst.

22 years agoSexp diary entries can specify how to highlight the date.
Richard M. Stallman [Thu, 25 Jul 2002 18:16:45 +0000 (18:16 +0000)]
Sexp diary entries can specify how to highlight the date.

22 years ago(c-search-uplist-for-classkey): When `search-end' is a cons, use its car.
Sam Steingold [Thu, 25 Jul 2002 13:23:27 +0000 (13:23 +0000)]
(c-search-uplist-for-classkey): When `search-end' is a cons, use its car.

22 years ago*** empty log message ***
Dave Love [Thu, 25 Jul 2002 11:15:07 +0000 (11:15 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Juanma Barranquero [Thu, 25 Jul 2002 08:10:15 +0000 (08:10 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Carsten Dominik [Thu, 25 Jul 2002 07:10:05 +0000 (07:10 +0000)]
*** empty log message ***

22 years agoUpdate to RefTeX 4.18
Carsten Dominik [Thu, 25 Jul 2002 07:09:00 +0000 (07:09 +0000)]
Update to RefTeX 4.18

22 years agoUpdated to RefTeX 4.18
Carsten Dominik [Thu, 25 Jul 2002 07:03:41 +0000 (07:03 +0000)]
Updated to RefTeX 4.18

22 years ago(ibuffer-mouse-popup-menu): Allow point to be moved by menu functions.
Colin Walters [Thu, 25 Jul 2002 06:25:51 +0000 (06:25 +0000)]
(ibuffer-mouse-popup-menu): Allow point to be moved by menu functions.

22 years ago*** empty log message ***
Colin Walters [Thu, 25 Jul 2002 06:25:37 +0000 (06:25 +0000)]
*** empty log message ***

22 years ago(unwind_redisplay): Clear redisplay_updating_p.
Richard M. Stallman [Thu, 25 Jul 2002 03:20:36 +0000 (03:20 +0000)]
(unwind_redisplay): Clear redisplay_updating_p.

22 years ago(expose_overlaps): New function.
Richard M. Stallman [Thu, 25 Jul 2002 03:17:33 +0000 (03:17 +0000)]
(expose_overlaps): New function.
(expose_window): Use it to fix the display of overlapping rows.

22 years ago*** empty log message ***
Dave Love [Wed, 24 Jul 2002 23:01:32 +0000 (23:01 +0000)]
*** empty log message ***

22 years agocomment
Dave Love [Wed, 24 Jul 2002 22:23:44 +0000 (22:23 +0000)]
comment

22 years ago(set-auto-coding): Doc fix.
Dave Love [Wed, 24 Jul 2002 22:22:47 +0000 (22:22 +0000)]
(set-auto-coding): Doc fix.

22 years agoDoc fixes.
Dave Love [Wed, 24 Jul 2002 22:20:49 +0000 (22:20 +0000)]
Doc fixes.
(unencodable-char-position): New.
(select-safe-coding-system): Use it to indicate problematic
characters and add extra explanation.  Avoid checking auto-coding
for compressed files.
(leim-list-header): Add coding cookie.
(input-method-verbose-flag): Modify :type.
(locale-language-names): Add bs, wa.  Modify cy.

22 years ago("Georgian"): Add nonascii-translation.
Dave Love [Wed, 24 Jul 2002 22:19:46 +0000 (22:19 +0000)]
("Georgian"): Add nonascii-translation.

22 years ago("German", "French", "Spanish", "Turkish"):
Dave Love [Wed, 24 Jul 2002 22:19:28 +0000 (22:19 +0000)]
("German", "French", "Spanish", "Turkish"):
Add alternative coding systems.
("Dutch"): Likewise.  Add input method.
("Welsh", "Latin-7"): Add nonascii-translation.

22 years ago(skkdic-convert): Add coding cookie.
Dave Love [Wed, 24 Jul 2002 22:18:45 +0000 (22:18 +0000)]
(skkdic-convert): Add coding cookie.

22 years agoDoc fixes.
Dave Love [Wed, 24 Jul 2002 22:18:11 +0000 (22:18 +0000)]
Doc fixes.
(tit-process-header): Add coding cookie.
(titdic-convert): Force writing as iso-2022-7bit.

22 years ago("latin-postfix"): New.
Dave Love [Wed, 24 Jul 2002 19:58:44 +0000 (19:58 +0000)]
("latin-postfix"): New.

22 years ago("latin-prefix"): New.
Dave Love [Wed, 24 Jul 2002 19:57:52 +0000 (19:57 +0000)]
("latin-prefix"): New.

22 years ago("latin-alt-postfix"): New.
Dave Love [Wed, 24 Jul 2002 19:57:21 +0000 (19:57 +0000)]
("latin-alt-postfix"): New.

22 years ago("latin-1-prefix"): Add nbsp.
Dave Love [Wed, 24 Jul 2002 19:49:04 +0000 (19:49 +0000)]
("latin-1-prefix"): Add nbsp.
("latin-3-prefix"): Doc fix.

22 years agoFix typo.
Markus Rost [Wed, 24 Jul 2002 19:43:21 +0000 (19:43 +0000)]
Fix typo.

22 years agoDon't print anything special about gamedir.
Richard M. Stallman [Wed, 24 Jul 2002 16:00:59 +0000 (16:00 +0000)]
Don't print anything special about gamedir.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 24 Jul 2002 11:05:01 +0000 (11:05 +0000)]
*** empty log message ***

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

22 years ago(byte-compile-cl-functions): New variable.
Richard M. Stallman [Wed, 24 Jul 2002 03:58:02 +0000 (03:58 +0000)]
(byte-compile-cl-functions): New variable.
(byte-compile-cl-warn): Use that variable.
(byte-compile-find-cl-functions): New function.
(displaying-byte-compile-warnings):
Call byte-compile-find-cl-functions.

22 years ago(warning-levels): Add %s to the strings.
Richard M. Stallman [Wed, 24 Jul 2002 03:54:58 +0000 (03:54 +0000)]
(warning-levels): Add %s to the strings.
(warning-group-format): New variable.
(warning-suppress-log-types): Renamed from warning-suppress-log.
(warning-suppress-types): Renamed from warning-suppress.
(display-warning): Implement those changes.

22 years agoRemove bad line break.
Richard M. Stallman [Wed, 24 Jul 2002 03:32:54 +0000 (03:32 +0000)]
Remove bad line break.

22 years ago(start_of_data): Don't define the function if a macro
Ken Raeburn [Wed, 24 Jul 2002 02:07:41 +0000 (02:07 +0000)]
(start_of_data): Don't define the function if a macro
form has been defined.

22 years ago(start_of_data): If DATA_START is defined, prefer
Ken Raeburn [Wed, 24 Jul 2002 02:07:21 +0000 (02:07 +0000)]
(start_of_data): If DATA_START is defined, prefer
its value over other approaches.

22 years ago(BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
Ken Raeburn [Wed, 24 Jul 2002 02:07:15 +0000 (02:07 +0000)]
(BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
Macros deleted.

22 years ago(XPNTR): Use NO_UNION_TYPE version for union as well,
Ken Raeburn [Wed, 24 Jul 2002 02:07:11 +0000 (02:07 +0000)]
(XPNTR): Use NO_UNION_TYPE version for union as well,
since it only depends on XUINT.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 23 Jul 2002 19:33:09 +0000 (19:33 +0000)]
*** empty log message ***

22 years ago(redisplay_updating_p): New variable.
Richard M. Stallman [Tue, 23 Jul 2002 19:31:18 +0000 (19:31 +0000)]
(redisplay_updating_p): New variable.
(init_iterator): Don't free realized faces when
redisplay_updating_p is set.
(redisplay_internal): Set redisplay_updating_p while updating the display.

22 years ago(undo, undo-more): Adjust messages when undoing in a region.
Richard M. Stallman [Tue, 23 Jul 2002 19:25:27 +0000 (19:25 +0000)]
(undo, undo-more): Adjust messages when undoing in a region.

22 years agoAdd `provide' call.
Richard M. Stallman [Tue, 23 Jul 2002 19:24:03 +0000 (19:24 +0000)]
Add `provide' call.

22 years ago(basic-save-buffer-2): If there's an error writing the file,
Richard M. Stallman [Tue, 23 Jul 2002 19:23:08 +0000 (19:23 +0000)]
(basic-save-buffer-2): If there's an error writing the file,
unrename the backup file if it was just made.
(backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
(basic-save-buffer): Value now has form (MODES . BACKUPNAME)
when a backup was just made by renaming.  Otherwise it's nil.

22 years ago(widget-convert): Handle an argument that's a keyword.
Richard M. Stallman [Tue, 23 Jul 2002 19:20:53 +0000 (19:20 +0000)]
(widget-convert): Handle an argument that's a keyword.
Recognize explicit :args specification.

22 years ago(Composite Types): Explain what arguments are. Show what keyword-value
Richard M. Stallman [Tue, 23 Jul 2002 19:19:32 +0000 (19:19 +0000)]
(Composite Types): Explain what arguments are.  Show what keyword-value
pairs look like.  Give list of keywords.  Put restricted-sexp last.

22 years ago(select-safe-coding-system):
Richard M. Stallman [Tue, 23 Jul 2002 19:14:36 +0000 (19:14 +0000)]
(select-safe-coding-system):
Don't ask for confirmation of mismatch if find-file-literally was used.

22 years agoTexinfo usage fixes.
Richard M. Stallman [Tue, 23 Jul 2002 19:10:02 +0000 (19:10 +0000)]
Texinfo usage fixes.

22 years ago(Fmessage): Treat "" like nil.
Richard M. Stallman [Tue, 23 Jul 2002 19:08:44 +0000 (19:08 +0000)]
(Fmessage): Treat "" like nil.