bpt/emacs.git
22 years ago(openp): Update prototype.
Stefan Monnier [Tue, 30 Apr 2002 00:59:42 +0000 (00:59 +0000)]
(openp): Update prototype.

22 years ago(comment-fill-column): New var.
Stefan Monnier [Mon, 29 Apr 2002 23:43:11 +0000 (23:43 +0000)]
(comment-fill-column): New var.
(comment-indent): Use it.
(comment-or-uncomment-region): New fun.
(comment-dwim): Use it.

22 years agoWhitespace changes.
Glenn Morris [Mon, 29 Apr 2002 23:24:28 +0000 (23:24 +0000)]
Whitespace changes.

22 years ago*** empty log message ***
Colin Walters [Mon, 29 Apr 2002 23:16:38 +0000 (23:16 +0000)]
*** empty log message ***

22 years ago(ibuffer-kill-filter-group): Call `delete' function.
Colin Walters [Mon, 29 Apr 2002 23:12:29 +0000 (23:12 +0000)]
(ibuffer-kill-filter-group): Call `delete' function.
(ibuffer-kill-line): Copy the filter group data structure when killing.
(ibuffer-yank): Handle case where we're yanking on the default group
correctly.
(ibuffer-delete-saved-filter-groups): Doc fix.

22 years agoRegenerated.
Colin Walters [Mon, 29 Apr 2002 23:03:27 +0000 (23:03 +0000)]
Regenerated.

22 years ago*** empty log message ***
Glenn Morris [Mon, 29 Apr 2002 22:57:45 +0000 (22:57 +0000)]
*** empty log message ***

22 years ago(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
Colin Walters [Mon, 29 Apr 2002 22:56:39 +0000 (22:56 +0000)]
(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
"~/.emacs.d/games".

22 years ago*** empty log message ***
Colin Walters [Mon, 29 Apr 2002 22:55:35 +0000 (22:55 +0000)]
*** empty log message ***

22 years agoAdd/change doc strings for many in-line functions.
Glenn Morris [Mon, 29 Apr 2002 22:55:10 +0000 (22:55 +0000)]
Add/change doc strings for many in-line functions.
(f90-indent-line-no, f90-update-line): Minor code changes.

22 years ago(gamegrid-add-score-with-update-game-score): Test whether or not
Colin Walters [Mon, 29 Apr 2002 22:53:44 +0000 (22:53 +0000)]
(gamegrid-add-score-with-update-game-score): Test whether or not
update-game-score is setuid, and do the right thing.

22 years agoUpdate email address.
Richard M. Stallman [Mon, 29 Apr 2002 22:50:36 +0000 (22:50 +0000)]
Update email address.

22 years ago(SCORE_FILE_PREFIX): Delete.
Colin Walters [Mon, 29 Apr 2002 22:49:00 +0000 (22:49 +0000)]
(SCORE_FILE_PREFIX): Delete.
(main): New argument -d, for specifying directory.
(usage): Document.
(get_user_id): Compute
(get_home_dir): Deleted.
(get_prefix): New function, taken from main.
(main): Check whether or not we are running setuid.  Move prefix
computation to get_prefix.  Don't call getpwent; we don't need to
any more.  Instead, move it to get_user_id().

22 years ago(${archlibdir}): Don't conditionalize on
Colin Walters [Mon, 29 Apr 2002 22:48:22 +0000 (22:48 +0000)]
(${archlibdir}): Don't conditionalize on
HAVE_SHARED_GAME_DIR. Instead, test at installation time whether or
not we have access to the specified game user.

22 years agoDelete configure check for access to the game user.
Colin Walters [Mon, 29 Apr 2002 22:47:27 +0000 (22:47 +0000)]
Delete configure check for access to the game user.

22 years ago(auto-insert-directory): Fix previous change.
Glenn Morris [Mon, 29 Apr 2002 21:26:14 +0000 (21:26 +0000)]
(auto-insert-directory): Fix previous change.

22 years ago(yank-excluded-properties): Added help-echo to list.
Kim F. Storm [Mon, 29 Apr 2002 21:13:51 +0000 (21:13 +0000)]
(yank-excluded-properties): Added help-echo to list.

22 years ago(remove-yank-excluded-properties): New helper function.
Kim F. Storm [Mon, 29 Apr 2002 21:06:51 +0000 (21:06 +0000)]
(remove-yank-excluded-properties): New helper function.
(insert-for-yank, insert-buffer-substring-as-yank): Use it.

22 years ago(auto-insert-directory): Doc fix.
Glenn Morris [Mon, 29 Apr 2002 20:20:06 +0000 (20:20 +0000)]
(auto-insert-directory): Doc fix.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 29 Apr 2002 19:43:56 +0000 (19:43 +0000)]
*** empty log message ***

22 years ago(remove_properties): Don't use XCAR without CONSP.
Stefan Monnier [Mon, 29 Apr 2002 19:29:58 +0000 (19:29 +0000)]
(remove_properties): Don't use XCAR without CONSP.

22 years ago(XTread_socket): Disable the Xutf8LookupString code.
Stefan Monnier [Mon, 29 Apr 2002 18:24:49 +0000 (18:24 +0000)]
(XTread_socket): Disable the Xutf8LookupString code.

22 years agoFix typo.
Pavel Janík [Mon, 29 Apr 2002 17:47:04 +0000 (17:47 +0000)]
Fix typo.

22 years agoDescribe cua and keypad packages.
Kim F. Storm [Mon, 29 Apr 2002 13:38:40 +0000 (13:38 +0000)]
Describe cua and keypad packages.

22 years ago*** empty log message ***
Kim F. Storm [Mon, 29 Apr 2002 13:08:33 +0000 (13:08 +0000)]
*** empty log message ***

22 years agoCause `texinfo-insert-@node' to insert a carriage return after the
Robert J. Chassell [Mon, 29 Apr 2002 12:59:26 +0000 (12:59 +0000)]
Cause `texinfo-insert-@node' to insert a carriage return after the
comment line.  This change does not affect normal use.  On the one
hand, it causes the command to insert a blank line when invoked on the
line preceeding the @section line.  This is a fault.  On the other
hand, it causes the command to format the output properly when you
invoke the command on the same line as the @chapter or similar line.
This is beneficial.

22 years agoRegenerated after adding cua files
Kim F. Storm [Mon, 29 Apr 2002 12:45:41 +0000 (12:45 +0000)]
Regenerated after adding cua files

22 years ago*** empty log message ***
Pavel Janík [Mon, 29 Apr 2002 09:27:57 +0000 (09:27 +0000)]
*** empty log message ***

22 years agoRemove dot at the end of sentence.
Pavel Janík [Mon, 29 Apr 2002 09:27:25 +0000 (09:27 +0000)]
Remove dot at the end of sentence.

22 years agoChange default values.
Pavel Janík [Mon, 29 Apr 2002 09:10:28 +0000 (09:10 +0000)]
Change default values.

22 years ago(DEFAULT_TOOL_BAR_BUTTON_MARGIN)
Pavel Janík [Mon, 29 Apr 2002 09:04:36 +0000 (09:04 +0000)]
(DEFAULT_TOOL_BAR_BUTTON_MARGIN)
(DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.

22 years ago*** empty log message ***
Pavel Janík [Mon, 29 Apr 2002 09:02:58 +0000 (09:02 +0000)]
*** empty log message ***

22 years agoUpdate Commentary section.
Pavel Janík [Mon, 29 Apr 2002 09:02:39 +0000 (09:02 +0000)]
Update Commentary section.

22 years ago(viet-tcvn-decode-table, ccl-decode-tcvn)
Pavel Janík [Mon, 29 Apr 2002 09:02:12 +0000 (09:02 +0000)]
(viet-tcvn-decode-table, ccl-decode-tcvn)
(ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): New Vietnamese
coding system.

22 years agoUse proper charset.
Pavel Janík [Mon, 29 Apr 2002 08:56:11 +0000 (08:56 +0000)]
Use proper charset.

22 years ago(filesets-data): Doc fix.
Pavel Janík [Mon, 29 Apr 2002 08:48:34 +0000 (08:48 +0000)]
(filesets-data): Doc fix.
(filesets-running-xemacs): Define even when compiling.

22 years agolwlib/Imakefile is removed.
Pavel Janík [Mon, 29 Apr 2002 08:07:43 +0000 (08:07 +0000)]
lwlib/Imakefile is removed.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 29 Apr 2002 05:12:58 +0000 (05:12 +0000)]
*** empty log message ***

22 years ago(fill-context-prefix): Fix last change with yet-another-approach.
Stefan Monnier [Mon, 29 Apr 2002 04:02:22 +0000 (04:02 +0000)]
(fill-context-prefix): Fix last change with yet-another-approach.

22 years ago(ange-ftp-passive-host-alist)
Richard M. Stallman [Mon, 29 Apr 2002 03:58:31 +0000 (03:58 +0000)]
(ange-ftp-passive-host-alist)
(ange-ftp-bs2000-additional-pubsets):  Fix custom type.

22 years ago(small-temporary-file-directory): Fix custom type.
Richard M. Stallman [Mon, 29 Apr 2002 03:55:57 +0000 (03:55 +0000)]
(small-temporary-file-directory): Fix custom type.

22 years ago(f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting of
Glenn Morris [Sun, 28 Apr 2002 23:38:51 +0000 (23:38 +0000)]
(f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting of
various "type" forms.

22 years ago*** empty log message ***
Glenn Morris [Sun, 28 Apr 2002 22:46:34 +0000 (22:46 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 28 Apr 2002 22:37:24 +0000 (22:37 +0000)]
*** empty log message ***

22 years ago(mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.
Richard M. Stallman [Sun, 28 Apr 2002 22:35:54 +0000 (22:35 +0000)]
(mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.

22 years ago(make-auto-save-file-name): Specify # as suffix in the non-file-visiting case.
Richard M. Stallman [Sun, 28 Apr 2002 22:30:22 +0000 (22:30 +0000)]
(make-auto-save-file-name): Specify # as suffix in the non-file-visiting case.

22 years ago(make-temp-file): New arg SUFFIX.
Richard M. Stallman [Sun, 28 Apr 2002 22:29:38 +0000 (22:29 +0000)]
(make-temp-file): New arg SUFFIX.

22 years agoMinor reorganization of some code.
Glenn Morris [Sun, 28 Apr 2002 22:28:38 +0000 (22:28 +0000)]
Minor reorganization of some code.

22 years ago(f90-mark-subprogram-overlay): New internal variable.
Glenn Morris [Sun, 28 Apr 2002 22:15:51 +0000 (22:15 +0000)]
(f90-mark-subprogram-overlay): New internal variable.
(f90-mark-subprogram): Use it to highlight the subprogram with an overlay.

22 years ago(f90-xemacs-flag): New variable to put the test for Emacs flavor in one
Glenn Morris [Sun, 28 Apr 2002 22:09:55 +0000 (22:09 +0000)]
(f90-xemacs-flag): New variable to put the test for Emacs flavor in one
place.

22 years ago(Fcommandp): New arg for_call_interactively.
Richard M. Stallman [Sun, 28 Apr 2002 22:06:38 +0000 (22:06 +0000)]
(Fcommandp): New arg for_call_interactively.

22 years ago(Fcommandp): Declare new arg.
Richard M. Stallman [Sun, 28 Apr 2002 22:06:17 +0000 (22:06 +0000)]
(Fcommandp): Declare new arg.

22 years ago(Fall_completions, Ftry_completion): New arg to Fcommandp.
Richard M. Stallman [Sun, 28 Apr 2002 22:05:02 +0000 (22:05 +0000)]
(Fall_completions, Ftry_completion): New arg to Fcommandp.

22 years agoAdded cua-mode based files [split from original cua.el]:
Kim F. Storm [Sun, 28 Apr 2002 21:48:39 +0000 (21:48 +0000)]
Added cua-mode based files [split from original cua.el]:
cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el

22 years ago(ibuffer-mode): Additional documentation on filter groups.
Colin Walters [Sun, 28 Apr 2002 21:42:07 +0000 (21:42 +0000)]
(ibuffer-mode): Additional documentation on filter groups.

22 years ago(ibuffer-set-filter-groups-by-mode): Don't make an ibuffer-mode filter
Colin Walters [Sun, 28 Apr 2002 21:40:57 +0000 (21:40 +0000)]
(ibuffer-set-filter-groups-by-mode): Don't make an ibuffer-mode filter
group if `ibuffer-view-ibuffer' is nil.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 28 Apr 2002 21:16:32 +0000 (21:16 +0000)]
*** empty log message ***

22 years agoComment change.
Richard M. Stallman [Sun, 28 Apr 2002 21:14:17 +0000 (21:14 +0000)]
Comment change.

22 years agoDo not grab keyboard if installation-directory is
Jan Djärv [Sun, 28 Apr 2002 19:54:30 +0000 (19:54 +0000)]
Do not grab keyboard if installation-directory is
non-nil (not installed Emacs).  To simplify debugging.

22 years agoEntries I should have made earlier.
Glenn Morris [Sun, 28 Apr 2002 19:03:24 +0000 (19:03 +0000)]
Entries I should have made earlier.

22 years ago*** empty log message ***
Jason Rumney [Sun, 28 Apr 2002 18:56:22 +0000 (18:56 +0000)]
*** empty log message ***

22 years ago(syms_of_w32proc): Get true file attributes by default.
Jason Rumney [Sun, 28 Apr 2002 18:53:48 +0000 (18:53 +0000)]
(syms_of_w32proc): Get true file attributes by default.

22 years ago(stat, fstat): Use file index information to generate
Jason Rumney [Sun, 28 Apr 2002 18:52:26 +0000 (18:52 +0000)]
(stat, fstat): Use file index information to generate
inodes for directories where available.

22 years agoEntry I should have made earlier.
Glenn Morris [Sun, 28 Apr 2002 18:15:26 +0000 (18:15 +0000)]
Entry I should have made earlier.

22 years ago(occur-accumulate-lines): Avoid incf and decf.
Richard M. Stallman [Sun, 28 Apr 2002 17:48:31 +0000 (17:48 +0000)]
(occur-accumulate-lines): Avoid incf and decf.
(occur-engine-add-prefix): New function.
(occur-engine): Avoid using macrolet, incf and decf.
Use occur-engine-add-prefix instead.
Rename `l' to `lines' and `c' to `matches'.

(occur-engine, occur-mode-mouse-goto)
(occur-mode-find-occurrence, occur-mode-goto-occurrence)
(occur-mode-goto-occurrence-other-window)
(occur-mode-display-occurrence): A position is just a marker,
not a list.

(occur-revert-arguments):
Renamed from occur-revert-properties.  All uses changed.

22 years agoRemove unused file.
Pavel Janík [Sun, 28 Apr 2002 13:38:13 +0000 (13:38 +0000)]
Remove unused file.

22 years agoRemove OpenLook file dependencies.
Pavel Janík [Sun, 28 Apr 2002 13:35:36 +0000 (13:35 +0000)]
Remove OpenLook file dependencies.
(xrdb-cpp.o): Remove target.
Remove unused defines.

22 years ago(instantiate_widget_instance): Remove duplicated prototype.
Pavel Janík [Sun, 28 Apr 2002 13:19:45 +0000 (13:19 +0000)]
(instantiate_widget_instance): Remove duplicated prototype.

22 years ago(recentf-menu-before): Use string to specify path in the menu.
Pavel Janík [Sun, 28 Apr 2002 12:11:55 +0000 (12:11 +0000)]
(recentf-menu-before): Use string to specify path in the menu.

22 years ago(custom-load-symbol): Moved to custom.el.
Richard M. Stallman [Sun, 28 Apr 2002 03:29:39 +0000 (03:29 +0000)]
(custom-load-symbol): Moved to custom.el.
(custom-load-recursion): Likewise.

22 years ago(custom-load-symbol): Moved from cus-edit.el.
Richard M. Stallman [Sun, 28 Apr 2002 03:23:52 +0000 (03:23 +0000)]
(custom-load-symbol): Moved from cus-edit.el.
(custom-load-recursion): Likewise.

22 years ago(ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase.
Richard M. Stallman [Sun, 28 Apr 2002 03:18:29 +0000 (03:18 +0000)]
(ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase.

22 years ago(menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer.
Richard M. Stallman [Sat, 27 Apr 2002 23:18:21 +0000 (23:18 +0000)]
(menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer.

22 years ago(next-buffer, prev-buffer): New commands.
Richard M. Stallman [Sat, 27 Apr 2002 23:16:18 +0000 (23:16 +0000)]
(next-buffer, prev-buffer): New commands.
Bind C-x left and C-x right to them.

22 years ago(read-language-name): Take of non-list values.
Pavel Janík [Sat, 27 Apr 2002 22:34:06 +0000 (22:34 +0000)]
(read-language-name): Take of non-list values.

22 years ago(Info-header-line): Mark it as risky-local-variable.
Richard M. Stallman [Sat, 27 Apr 2002 20:16:17 +0000 (20:16 +0000)]
(Info-header-line): Mark it as risky-local-variable.

22 years ago(insert-for-yank): Replace `category' property
Richard M. Stallman [Sat, 27 Apr 2002 19:49:18 +0000 (19:49 +0000)]
(insert-for-yank): Replace `category' property
with whatever properties it stands for.

(member-ignore-case): Ignore non-strings in LIST.

22 years agoFixed typographic errors.
Robert J. Chassell [Sat, 27 Apr 2002 13:10:05 +0000 (13:10 +0000)]
Fixed typographic errors.

22 years agoDocument the MacOS X support.
Eli Zaretskii [Sat, 27 Apr 2002 09:02:44 +0000 (09:02 +0000)]
Document the MacOS X support.

22 years ago(read-face-name): Format the prompt correctly when there's no default.
Miles Bader [Sat, 27 Apr 2002 04:57:44 +0000 (04:57 +0000)]
(read-face-name): Format the prompt correctly when there's no default.

22 years agoExplicitly load cus-face and timer.
Richard M. Stallman [Sat, 27 Apr 2002 03:50:12 +0000 (03:50 +0000)]
Explicitly load cus-face and timer.

22 years agoDon't require timer.
Richard M. Stallman [Sat, 27 Apr 2002 03:46:26 +0000 (03:46 +0000)]
Don't require timer.

22 years agoDon't require cus-face.
Richard M. Stallman [Sat, 27 Apr 2002 03:45:58 +0000 (03:45 +0000)]
Don't require cus-face.

22 years agoFix previous change.
Richard M. Stallman [Sat, 27 Apr 2002 03:14:21 +0000 (03:14 +0000)]
Fix previous change.

22 years agoPatch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi [Fri, 26 Apr 2002 23:39:06 +0000 (23:39 +0000)]
Patch for building Emacs on Mac OS X.  April 26, 2002.  See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.

22 years ago(customize-face-other-window): Make it work similarly.
Richard M. Stallman [Fri, 26 Apr 2002 22:33:33 +0000 (22:33 +0000)]
(customize-face-other-window): Make it work similarly.

22 years ago(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman [Fri, 26 Apr 2002 22:31:57 +0000 (22:31 +0000)]
(customize-face): Use read-face-name and handle multiple faces.

22 years ago(read-face-name): New defaulting features.
Richard M. Stallman [Fri, 26 Apr 2002 22:31:16 +0000 (22:31 +0000)]
(read-face-name): New defaulting features.
New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
(list-faces-display): Use the face, not its name string,
as arg when running customize-face.
Put a `read-face-name' prop on the entire line.
(describe-face): Handle multiple faces via read-face-name.

22 years ago(tex-start-options): New variable.
Richard M. Stallman [Fri, 26 Apr 2002 21:19:24 +0000 (21:19 +0000)]
(tex-start-options): New variable.
(tex-start-commands): New variable.
(tex-start-options-string): Variable deleted.
(tex-start-tex): Use tex-start-options and tex-start-commands,
not tex-start-options-string.
(tex-command): Doc fix.

22 years ago(smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.
Sam Steingold [Fri, 26 Apr 2002 18:59:08 +0000 (18:59 +0000)]
(smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.

22 years ago(x_draw_phys_cursor_glyph): Undo last change. Compute
Gerd Moellmann [Fri, 26 Apr 2002 17:56:03 +0000 (17:56 +0000)]
(x_draw_phys_cursor_glyph): Undo last change.  Compute
phys_cursor_width from the x position returned by x_draw_glyhs,
which is cheaper.
(x_display_and_set_cursor): Compute the buffer-local value
of `cursor-in-non-selected-windows' only when needed.

22 years agoRemove Ada-specific example code.
Gerd Moellmann [Fri, 26 Apr 2002 14:40:21 +0000 (14:40 +0000)]
Remove Ada-specific example code.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 26 Apr 2002 14:39:42 +0000 (14:39 +0000)]
*** empty log message ***

22 years ago(CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
Eli Zaretskii [Fri, 26 Apr 2002 12:03:20 +0000 (12:03 +0000)]
(CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
intentionally allowed.

22 years agoFix a few blunders.
Eli Zaretskii [Fri, 26 Apr 2002 11:56:35 +0000 (11:56 +0000)]
Fix a few blunders.

22 years agoAdd latest new features.
Eli Zaretskii [Fri, 26 Apr 2002 11:48:11 +0000 (11:48 +0000)]
Add latest new features.

22 years ago(Position Info): Add text properties to the example. Add index entries.
Eli Zaretskii [Fri, 26 Apr 2002 11:29:26 +0000 (11:29 +0000)]
(Position Info): Add text properties to the example.  Add index entries.

22 years agoNew file with information for Emacs pretesters.
Pavel Janík [Fri, 26 Apr 2002 06:23:06 +0000 (06:23 +0000)]
New file with information for Emacs pretesters.

22 years ago2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Fri, 26 Apr 2002 05:17:53 +0000 (05:17 +0000)]
2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-hooks.el: Put back the autoloads.

22 years ago(ibuffer-saved-filter-groups): Don't include broken defaults.
Colin Walters [Fri, 26 Apr 2002 03:59:35 +0000 (03:59 +0000)]
(ibuffer-saved-filter-groups): Don't include broken defaults.
(ibuffer-yank): Be sure to `setq' after we use `nconc'.
(ibuffer-save-filter-groups): Correctly structure filter groups.
(ibuffer-switch-to-saved-filter-groups): Correctly extract filter
groups.