]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(remove_properties): New arg LIST allows scanning either a list or a plist.
Richard M. Stallman [Fri, 19 Apr 2002 00:13:57 +0000 (00:13 +0000)]
(remove_properties): New arg LIST allows scanning either a list or a plist.
(interval_has_some_properties_list): New function, like
interval_has_some_properties using list instead of plist.
All callers changed.
(Fremove_list_of_text_properties): New function.
(syms_of_textprop): Defsubr it.

22 years agoComment change.
Richard M. Stallman [Fri, 19 Apr 2002 00:11:58 +0000 (00:11 +0000)]
Comment change.

22 years ago(tool-bar-local-item-from-menu):
Richard M. Stallman [Fri, 19 Apr 2002 00:09:20 +0000 (00:09 +0000)]
(tool-bar-local-item-from-menu):
Fix parts in construction of `menu-item' item at end.

22 years ago(mail-mode-abbrev-table): Delete defvar.
Richard M. Stallman [Fri, 19 Apr 2002 00:08:19 +0000 (00:08 +0000)]
(mail-mode-abbrev-table): Delete defvar.

22 years ago(insert-for-yank): New function.
Richard M. Stallman [Fri, 19 Apr 2002 00:06:54 +0000 (00:06 +0000)]
(insert-for-yank): New function.

22 years ago(yank-excluded-properties): New user option.
Richard M. Stallman [Fri, 19 Apr 2002 00:05:22 +0000 (00:05 +0000)]
(yank-excluded-properties): New user option.
(yank-pop, yank): Use insert-for-yank.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 18 Apr 2002 23:54:54 +0000 (23:54 +0000)]
*** empty log message ***

22 years ago(pop-to-mark-command): Do not set this-command.
Kim F. Storm [Thu, 18 Apr 2002 22:16:50 +0000 (22:16 +0000)]
(pop-to-mark-command): Do not set this-command.
(set-mark-command): Always jump to mark when called with arg.

22 years ago(comint-watch-for-password-prompt): Remove whitespace
Francesco Potortì [Thu, 18 Apr 2002 19:41:57 +0000 (19:41 +0000)]
(comint-watch-for-password-prompt): Remove whitespace
at the beginning of password prompts.

22 years ago*** empty log message ***
Francesco Potortì [Thu, 18 Apr 2002 19:41:16 +0000 (19:41 +0000)]
*** empty log message ***

22 years agoRemove require of wid-edit.
Andrew Innes [Thu, 18 Apr 2002 12:08:40 +0000 (12:08 +0000)]
Remove require of wid-edit.

22 years ago(ibuffer-visit-buffer): Optionally allow reducing to one window.
Colin Walters [Wed, 17 Apr 2002 22:38:10 +0000 (22:38 +0000)]
(ibuffer-visit-buffer): Optionally allow reducing to one window.
(ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
(ibuffer-current-state-list): Reinstate optional argument; now just
call `point' inside the mapping function.

22 years ago*** empty log message ***
Colin Walters [Wed, 17 Apr 2002 22:37:42 +0000 (22:37 +0000)]
*** empty log message ***

22 years ago(HAVE_LIBKSTAT): Define only if not already defined.
Eli Zaretskii [Wed, 17 Apr 2002 19:39:00 +0000 (19:39 +0000)]
(HAVE_LIBKSTAT): Define only if not already defined.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 17 Apr 2002 16:09:45 +0000 (16:09 +0000)]
*** empty log message ***

22 years ago(Tips for Making Compiled Code Fast): Don't advertise profile.el.
Eli Zaretskii [Wed, 17 Apr 2002 15:03:02 +0000 (15:03 +0000)]
(Tips for Making Compiled Code Fast): Don't advertise profile.el.

22 years ago(Fmove_to_column): Remove unused local variable `end_byte'.
Juanma Barranquero [Wed, 17 Apr 2002 14:19:15 +0000 (14:19 +0000)]
(Fmove_to_column): Remove unused local variable `end_byte'.

22 years agoFix typo in comment.
Juanma Barranquero [Wed, 17 Apr 2002 13:49:49 +0000 (13:49 +0000)]
Fix typo in comment.

22 years ago(coordinates_in_window): Don't report on margin area if its width is zero.
Eli Zaretskii [Wed, 17 Apr 2002 10:36:37 +0000 (10:36 +0000)]
(coordinates_in_window): Don't report on margin area if its width is zero.

22 years ago* dired-aux.el (dired-star-subst-regexp,
Francesco Potortì [Wed, 17 Apr 2002 09:54:47 +0000 (09:54 +0000)]
* dired-aux.el (dired-star-subst-regexp,
dired-quark-subst-regexp): New constants.
(dired-do-shell-command, dired-shell-stuff-it): Use them.
(dired-do-shell-command): Raise an error if both `*' and `?'
substitution marks are used in the same command.
(dired-shell-stuff-it): Substitute all instances of `*' and `?'
in a command given via dired-do-shell-command.

22 years ago*** empty log message ***
Francesco Potortì [Wed, 17 Apr 2002 09:54:06 +0000 (09:54 +0000)]
*** empty log message ***

22 years ago(comint-password-prompt-regexp): Match "Repeat passphrase".
Francesco Potortì [Wed, 17 Apr 2002 08:04:38 +0000 (08:04 +0000)]
(comint-password-prompt-regexp): Match "Repeat passphrase".

22 years ago*** empty log message ***
Francesco Potortì [Wed, 17 Apr 2002 08:04:17 +0000 (08:04 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jason Rumney [Tue, 16 Apr 2002 23:00:27 +0000 (23:00 +0000)]
*** empty log message ***

22 years ago(locale-preferred-coding-systems): Add "jpn".
Jason Rumney [Tue, 16 Apr 2002 22:59:20 +0000 (22:59 +0000)]
(locale-preferred-coding-systems): Add "jpn".

22 years ago(Fx_file_dialog): Decode file name before using.
Jason Rumney [Tue, 16 Apr 2002 22:26:33 +0000 (22:26 +0000)]
(Fx_file_dialog): Decode file name before using.

22 years ago(construct_drag_n_drop): Likewise.
Jason Rumney [Tue, 16 Apr 2002 22:24:25 +0000 (22:24 +0000)]
(construct_drag_n_drop): Likewise.

22 years agoMove config.h before the other headers, to prevent compiler warnings
Eli Zaretskii [Tue, 16 Apr 2002 20:05:08 +0000 (20:05 +0000)]
Move config.h before the other headers, to prevent compiler warnings
due to redifinition of _FILE_OFFSET_BITS.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 16 Apr 2002 18:55:27 +0000 (18:55 +0000)]
*** empty log message ***

22 years ago(term-emulate-terminal): Fix last change.
Eli Zaretskii [Tue, 16 Apr 2002 18:50:07 +0000 (18:50 +0000)]
(term-emulate-terminal): Fix last change.

22 years agoAdd update-game-score.
Eli Zaretskii [Tue, 16 Apr 2002 18:26:02 +0000 (18:26 +0000)]
Add update-game-score.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 16 Apr 2002 17:39:22 +0000 (17:39 +0000)]
*** empty log message ***

22 years agoUpdate for msdos/sed2v2.inp.
Eli Zaretskii [Tue, 16 Apr 2002 17:39:08 +0000 (17:39 +0000)]
Update for msdos/sed2v2.inp.

22 years agoNew file.
Eli Zaretskii [Tue, 16 Apr 2002 17:37:04 +0000 (17:37 +0000)]
New file.

22 years agoRemove DJGPP v2.x stuff.
Eli Zaretskii [Tue, 16 Apr 2002 17:36:19 +0000 (17:36 +0000)]
Remove DJGPP v2.x stuff.

22 years ago(SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
Eli Zaretskii [Tue, 16 Apr 2002 17:29:11 +0000 (17:29 +0000)]
(SYSTEM_PURESIZE_EXTRA): Reduce to 50000.

22 years ago(BASE_PURESIZE): Increase to 830000, since we now
Eli Zaretskii [Tue, 16 Apr 2002 17:27:42 +0000 (17:27 +0000)]
(BASE_PURESIZE): Increase to 830000, since we now
store load-history in pure space.

22 years agoUpdate to new version.
Pavel Janík [Tue, 16 Apr 2002 16:46:18 +0000 (16:46 +0000)]
Update to new version.

22 years agoUpdate address of Koaunghi Un.
Pavel Janík [Tue, 16 Apr 2002 16:45:41 +0000 (16:45 +0000)]
Update address of Koaunghi Un.

22 years ago(Qlatin_1, Qutf_8): New vars.
Stefan Monnier [Tue, 16 Apr 2002 15:08:20 +0000 (15:08 +0000)]
(Qlatin_1, Qutf_8): New vars.
(syms_of_xterm): Initialize them.
(XTread_socket): Eliminate incorrect optimization that tried to avoid
decoding the output of X*LookupString.
Always use latin-1 to decode the output of XLookupString.
Try Xutf8LookupString if XmbLookupString failed.

22 years agoMore updates.
Miles Bader [Tue, 16 Apr 2002 15:06:05 +0000 (15:06 +0000)]
More updates.

22 years ago(mode-line-mode-menu): Update names to reflect latest changes.
Pavel Janík [Tue, 16 Apr 2002 14:56:36 +0000 (14:56 +0000)]
(mode-line-mode-menu): Update names to reflect latest changes.

22 years agoAdd entries for some things I did earlier:
Miles Bader [Tue, 16 Apr 2002 14:28:10 +0000 (14:28 +0000)]
Add entries for some things I did earlier:
*Grep no devnull (+ call-process-shell-command)
*Face custom widget changes
*RFN-eshadow
*Scrollbar shadow anti-dither fix
*Buttons
*`comint-input-previous-argument'

22 years ago(new_region_cache): Use BEG.
Stefan Monnier [Tue, 16 Apr 2002 12:39:25 +0000 (12:39 +0000)]
(new_region_cache): Use BEG.

22 years ago(sgml-at-indentation-p): Move to fix compilation error.
Mike Williams [Tue, 16 Apr 2002 10:38:30 +0000 (10:38 +0000)]
(sgml-at-indentation-p): Move to fix compilation error.

22 years ago(MMAP_ALLOCATED_P): New macro to be set from system
Gerd Moellmann [Tue, 16 Apr 2002 07:35:02 +0000 (07:35 +0000)]
(MMAP_ALLOCATED_P): New macro to be set from system
configuration files.
(mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
returns 0.

22 years agotypo fix
Michael Kifer [Tue, 16 Apr 2002 05:59:36 +0000 (05:59 +0000)]
typo fix

22 years ago* viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
Michael Kifer [Tue, 16 Apr 2002 05:49:11 +0000 (05:49 +0000)]
* viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
(viper-ex-print-buf-name): New variable.
(viper-ex-print-buf): New variable.
(ex-token-alist): Invoke ex-print on ":print" Ex commands.
(ex-g-marks): New variable.
(ex-print): New function.
(ex-print-display-lines): New function.

* viper.el (viper-set-hooks): add window-setup-hook, which sets
the cursor color.

* ediff-util.el (ediff-cleanup-mess): delete ctl window on exit
when the window is not in its own frame.
(ediff-clone-buffer-for-region-comparison): more robust window
arrangement while prompting for regions to compare.
(ediff-make-cloned-buffer): use generate-new-buffer-name.
(ediff-inferior-compare-regions): deleted unused vars
ctl-buf and quit-now.

22 years ago(find_entries): Bug fix in list management.
Francesco Potortì [Tue, 16 Apr 2002 00:02:55 +0000 (00:02 +0000)]
(find_entries): Bug fix in list management.

22 years ago*** empty log message ***
Francesco Potortì [Tue, 16 Apr 2002 00:02:38 +0000 (00:02 +0000)]
*** empty log message ***

22 years ago(facemenu-add-new-face): Use this only for faces. Delete arg MENU.
Richard M. Stallman [Mon, 15 Apr 2002 22:05:52 +0000 (22:05 +0000)]
(facemenu-add-new-face): Use this only for faces. Delete arg MENU.
(facemenu-add-new-color): New function.
(facemenu-set-foreground, facemenu-set-background):
Use facemenu-add-new-color.

22 years agoDocument problems with DEC C 5.9.x on Digital Unix 4.0f.
Eli Zaretskii [Mon, 15 Apr 2002 18:44:53 +0000 (18:44 +0000)]
Document problems with DEC C 5.9.x on Digital Unix 4.0f.

22 years ago(ediff-current-diff-face-A)
Eli Zaretskii [Mon, 15 Apr 2002 18:31:09 +0000 (18:31 +0000)]
(ediff-current-diff-face-A)
(ediff-current-diff-face-B, ediff-current-diff-face-C)
(ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
(ediff-fine-diff-face-B, ediff-fine-diff-face-C)
(ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
(ediff-even-diff-face-B, ediff-even-diff-face-C)
(ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
(ediff-odd-diff-face-B, ediff-odd-diff-face-C)
(ediff-odd-diff-face-Ancestor): Add special color definitions for
tty and MS-DOS displays.

22 years ago* etags.c (get_language_from_filename): Add one argument.
Francesco Potortì [Mon, 15 Apr 2002 16:04:52 +0000 (16:04 +0000)]
* etags.c (get_language_from_filename): Add one argument.
(strcaseeq): New function.
(get_language_from_filename): Use it to do a case insenstitive
comparison if called with appropriate args.
(find_entries): Try with case insensitive match.
(process_file): Bug fixed.

22 years ago*** empty log message ***
Francesco Potortì [Mon, 15 Apr 2002 16:04:29 +0000 (16:04 +0000)]
*** empty log message ***

22 years agoBug fix. New version to come soon.
Francesco Potortì [Mon, 15 Apr 2002 15:55:07 +0000 (15:55 +0000)]
Bug fix.  New version to come soon.

22 years agoAvoid doubly tagging parse.y when both parse.c and parse.y are given on
Francesco Potortì [Mon, 15 Apr 2002 14:18:47 +0000 (14:18 +0000)]
Avoid doubly tagging parse.y when both parse.c and parse.y are given on
the command line, in either order.

* etags.c (find_entries): Delete tags previously obtained from
file xxx.c's #line directives when parsing file xxx.y.  This is
generally done for automatically generated files containing
#line directives.  This handles the case when xxx.y is tagged
before xxx.c, and the entries of xxx.c pointing to xxx.y should
be discarded.
(language): Added the metasource member.  Initializers changed.
(invalidate_nodes): New function.
(readline): Discard lines after having found a #line
   directive pointing to an already tagged file.  This handles the
case when xxx.y is tagged before xxx.c, and the entries of
xxx.c pointing to xxx.y should be discarded.
(fdesc): New structure for keeping track of input files.
(fdesc): Remove `file' member (a string) and use instead a pointer
to a file description structure.
(curfile, curfiledir, curtagfname, curlang, nocharno,
forced_lang): Global variables removed in favor of fdhead and
curfdp, pointers to file description strucures.
(longopts, main, print_help): Use the CTAGS conditional to include
or exclude options that work on etags or ctags only.
(process_file, find_entries, pfnote, add_node, put_entries,
readline): Use fdhead and curfdp.
(process_file, find_entries): Do not take an arg string, all
callers changed.

* etags.c (longopts, print_help, main): Test CTAGS to disallow
options that are not right for either etags or ctags.

* etags.c (number_len, total_size_of_entries): Define them also
in CTAGS mode, because gcc does not compile all refs away.

22 years ago*** empty log message ***
Francesco Potortì [Mon, 15 Apr 2002 14:17:50 +0000 (14:17 +0000)]
*** empty log message ***

22 years agoDon't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
Andreas Schwab [Mon, 15 Apr 2002 13:24:05 +0000 (13:24 +0000)]
Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.

22 years agoStamp file for config.in
Andreas Schwab [Mon, 15 Apr 2002 13:14:45 +0000 (13:14 +0000)]
Stamp file for config.in

22 years agoRegenerated with autoheader.
Andreas Schwab [Mon, 15 Apr 2002 13:14:20 +0000 (13:14 +0000)]
Regenerated with autoheader.

22 years ago.
Andreas Schwab [Mon, 15 Apr 2002 13:13:44 +0000 (13:13 +0000)]
.

22 years agoRun autoheader if necessary.
Andreas Schwab [Mon, 15 Apr 2002 13:13:32 +0000 (13:13 +0000)]
Run autoheader if necessary.

22 years ago($(srcdir)/src/config.in): Generate using autoheader.
Andreas Schwab [Mon, 15 Apr 2002 13:13:02 +0000 (13:13 +0000)]
($(srcdir)/src/config.in): Generate using autoheader.

22 years ago(bootstrap): Don't bother using the pure space.
Stefan Monnier [Mon, 15 Apr 2002 11:30:08 +0000 (11:30 +0000)]
(bootstrap): Don't bother using the pure space.

22 years agoRequire wid-edit.
Andrew Innes [Mon, 15 Apr 2002 10:25:19 +0000 (10:25 +0000)]
Require wid-edit.

22 years ago(widget-field-face, widget-single-line-field-face): Force foreground to
Miles Bader [Mon, 15 Apr 2002 06:18:38 +0000 (06:18 +0000)]
(widget-field-face, widget-single-line-field-face): Force foreground to
be black on a tty, so this face is readable on a dark-background tty.

22 years ago(highlight): Force foreground to be black on a tty, so this face is
Miles Bader [Mon, 15 Apr 2002 06:16:28 +0000 (06:16 +0000)]
(highlight): Force foreground to be black on a tty, so this face is
readable on a dark-background tty.

22 years agoEnhancements to set-mark-command and exchange-point-and-mark.
Kim F. Storm [Sun, 14 Apr 2002 20:17:44 +0000 (20:17 +0000)]
Enhancements to set-mark-command and exchange-point-and-mark.

22 years agoFix last change.
Eli Zaretskii [Sun, 14 Apr 2002 17:41:32 +0000 (17:41 +0000)]
Fix last change.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 14 Apr 2002 17:33:06 +0000 (17:33 +0000)]
*** empty log message ***

22 years ago(pop-to-mark-command, push-mark-command): New commands.
Kim F. Storm [Sun, 14 Apr 2002 17:27:55 +0000 (17:27 +0000)]
(pop-to-mark-command, push-mark-command): New commands.
(set-mark-command): Use them.
Enhanced functionality when command is repeated:
- If first command set the mark (no prefix arg), repeat temporarily
enables transient-mark-mode.
- If first command jumped to mark off ring (with argument),
repeat (with or without arg) jump to next mark off ring.
- Use C-u C-u prefix to set mark after jump.
(exchange-point-and-mark): Temporarily enable transient-mark-mode
if prefix arg.

22 years ago(speedbar-tag-hierarchy-method)
Pavel Janík [Sun, 14 Apr 2002 16:22:57 +0000 (16:22 +0000)]
(speedbar-tag-hierarchy-method)
(speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.

22 years ago(sgml-parse-tag-backward): Fix to work at beginning of buffer.
Mike Williams [Sun, 14 Apr 2002 12:50:10 +0000 (12:50 +0000)]
(sgml-parse-tag-backward): Fix to work at beginning of buffer.

22 years ago*** empty log message ***
Pavel Janík [Sun, 14 Apr 2002 08:18:02 +0000 (08:18 +0000)]
*** empty log message ***

22 years ago(marginal_area_string): Sort arguments.
Pavel Janík [Sun, 14 Apr 2002 08:16:33 +0000 (08:16 +0000)]
(marginal_area_string): Sort arguments.

22 years ago(marginal_area_string): Add prototype.
Pavel Janík [Sun, 14 Apr 2002 08:15:43 +0000 (08:15 +0000)]
(marginal_area_string): Add prototype.

22 years ago(speedbar-generic-item-info)
Pavel Janík [Sun, 14 Apr 2002 08:11:22 +0000 (08:11 +0000)]
(speedbar-generic-item-info)
(speedbar-sort-tags): Doc fix.
(speedbar-add-supported-extension): Fix typo in interactive spec.

22 years ago*** empty log message ***
Colin Walters [Sun, 14 Apr 2002 06:42:43 +0000 (06:42 +0000)]
*** empty log message ***

22 years ago(lock_file): If the lock file is older than an hour, delete it. Reset
Colin Walters [Sun, 14 Apr 2002 06:40:19 +0000 (06:40 +0000)]
(lock_file): If the lock file is older than an hour, delete it.  Reset
attempts to zero if we have to break the lock.

22 years agoRevert previous change.
Colin Walters [Sun, 14 Apr 2002 05:51:31 +0000 (05:51 +0000)]
Revert previous change.

22 years ago(math-format-number): Load `calc-ext' before we call
Colin Walters [Sun, 14 Apr 2002 05:50:05 +0000 (05:50 +0000)]
(math-format-number): Load `calc-ext' before we call
`math-group-float'.

22 years agoUpdate callers of `ibuffer-map-lines'.
Colin Walters [Sun, 14 Apr 2002 05:48:09 +0000 (05:48 +0000)]
Update callers of `ibuffer-map-lines'.

22 years ago(math-format-radix-float): Load `calc-ext' before we call `math-group-float'.
Colin Walters [Sun, 14 Apr 2002 01:51:15 +0000 (01:51 +0000)]
(math-format-radix-float): Load `calc-ext' before we call `math-group-float'.

22 years ago(ibuffer-forward-line): Just skip header if we're
Colin Walters [Sun, 14 Apr 2002 01:50:57 +0000 (01:50 +0000)]
(ibuffer-forward-line): Just skip header if we're
only moving one line forward.
(ibuffer-map-lines): Preserve point position even if we delete
lines.  Only call mapping functions with buffer and mark
arguments; the other two were unused.
(ibuffer-redisplay, ibuffer-update): Always skip special areas.

22 years ago*** empty log message ***
Colin Walters [Sun, 14 Apr 2002 01:50:33 +0000 (01:50 +0000)]
*** empty log message ***

22 years agoRegenerated.
Andreas Schwab [Sun, 14 Apr 2002 01:42:18 +0000 (01:42 +0000)]
Regenerated.

22 years agoAdd config header templates to all AC_DEFINE and
Andreas Schwab [Sun, 14 Apr 2002 01:40:58 +0000 (01:40 +0000)]
Add config header templates to all AC_DEFINE and
AC_DEFINE_UNQUOTED symbols.

22 years ago(read_score): Fix type of second parameter
Andreas Schwab [Sun, 14 Apr 2002 01:02:53 +0000 (01:02 +0000)]
(read_score): Fix type of second parameter
of getdelim to be of type size_t instead of int.  Use 0 instead of
ESUCCES.

22 years ago(gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.
Colin Walters [Sat, 13 Apr 2002 20:26:36 +0000 (20:26 +0000)]
(gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.
(gamegrid-add-score-insecure): Restored from the old `update-game-score'.
(gamegrid-add-score): Just dispatch on `system-type' to one of the
previous two functions.

22 years ago(Finsert_file_contents):
Richard M. Stallman [Sat, 13 Apr 2002 17:49:34 +0000 (17:49 +0000)]
(Finsert_file_contents):
Don't call temp_output_buffer_setup--do just part, by hand.

22 years ago(run_pre_post_conversion_on_str):
Richard M. Stallman [Sat, 13 Apr 2002 17:49:00 +0000 (17:49 +0000)]
(run_pre_post_conversion_on_str):
Don't call temp_output_buffer_setup--do just part, by hand.

22 years ago(command_loop_1): Don't call start_hourglass
Richard M. Stallman [Sat, 13 Apr 2002 17:48:10 +0000 (17:48 +0000)]
(command_loop_1): Don't call start_hourglass
or cancel_hourglass when executing a macro.

22 years ago(count_markers): New function.
Richard M. Stallman [Sat, 13 Apr 2002 17:47:20 +0000 (17:47 +0000)]
(count_markers): New function.

22 years ago(display_mode_element): Don't let mode_line_proptrans_alist
Richard M. Stallman [Sat, 13 Apr 2002 17:46:37 +0000 (17:46 +0000)]
(display_mode_element): Don't let mode_line_proptrans_alist
grow without limit.  Move recently used elements to the front.

22 years agoUpdate commentary to include new function iswitchb-exclude-nonmatching.
Pavel Janík [Sat, 13 Apr 2002 13:01:48 +0000 (13:01 +0000)]
Update commentary to include new function iswitchb-exclude-nonmatching.

22 years agoDocument the problems with building and dumping on Irix 6.5.9 and earlier.
Eli Zaretskii [Sat, 13 Apr 2002 10:50:32 +0000 (10:50 +0000)]
Document the problems with building and dumping on Irix 6.5.9 and earlier.

22 years ago(unexec) [__sgi]: Undo the change from 2002-01-20.
Eli Zaretskii [Sat, 13 Apr 2002 09:53:06 +0000 (09:53 +0000)]
(unexec) [__sgi]: Undo the change from 2002-01-20.

22 years ago(eshell-script-interpreter): Fix for CRLF operating systems to the
John Wiegley [Fri, 12 Apr 2002 20:11:06 +0000 (20:11 +0000)]
(eshell-script-interpreter): Fix for CRLF operating systems to the
regexp used to detect a script's interpretor.

22 years ago*** empty log message ***
John Wiegley [Fri, 12 Apr 2002 20:10:46 +0000 (20:10 +0000)]
*** empty log message ***