bpt/emacs.git
22 years ago(occur-mode-map): Bind "q" to `delete-window'.
Colin Walters [Thu, 2 May 2002 21:22:56 +0000 (21:22 +0000)]
(occur-mode-map): Bind "q" to `delete-window'.
(occur-1): If one of the buffers we're searching is the *Occur* buffer
itself, handle it by creating a temporary buffer.  If any of the
buffers being searched are killed, note that in the search result
message.  Also, set local variables before we possibly kill the
buffer.

22 years agoFollow coding conventions.
Pavel Janík [Thu, 2 May 2002 05:41:46 +0000 (05:41 +0000)]
Follow coding conventions.

22 years agoAgain with the whitespace.
Glenn Morris [Wed, 1 May 2002 23:38:05 +0000 (23:38 +0000)]
Again with the whitespace.
(f90-line-continued, f90-get-present-comment-type, f90-looking-at-if-then,
f90-indent-line, f90-indent-new-line, f90-indent-region,
f90-indent-subprogram, f90-do-auto-fill, f90-join-lines, f90-fill-region,
f90-match-end, f90-insert-end, f90-change-keywords): Minor code tidying.

22 years ago(cua-inhibit-cua-keys): New buffer-local variable.
Kim F. Storm [Wed, 1 May 2002 22:04:47 +0000 (22:04 +0000)]
(cua-inhibit-cua-keys): New buffer-local variable.

22 years ago(menu-bar-make-toggle): Added optional PROPS arg.
Kim F. Storm [Wed, 1 May 2002 22:01:16 +0000 (22:01 +0000)]
(menu-bar-make-toggle): Added optional PROPS arg.
(menu-bar-options-save): Added cua-mode.
(menu-bar-options-menu): Added toggle for cua-mode.  Disable
toggle for transient-mark-mode if cua-mode is enabled.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 1 May 2002 21:59:53 +0000 (21:59 +0000)]
*** empty log message ***

22 years ago(view-todo): New function.
Richard M. Stallman [Wed, 1 May 2002 16:41:52 +0000 (16:41 +0000)]
(view-todo): New function.
(help-map): Bind C-h C-t to view-todo.
(help-for-help): Change the text.

22 years agoAdd an introductory note.
Richard M. Stallman [Wed, 1 May 2002 16:36:11 +0000 (16:36 +0000)]
Add an introductory note.

22 years ago(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
Glenn Morris [Wed, 1 May 2002 15:34:30 +0000 (15:34 +0000)]
(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.

22 years agoYet more doc string, commment and whitespace changes.
Glenn Morris [Wed, 1 May 2002 15:29:30 +0000 (15:29 +0000)]
Yet more doc string, commment and whitespace changes.
(f90-imenu-flag): New name for internal variable f90-imenu.
(f90-blocks-re, f90-program-block-re, f90-end-if-re, f90-no-break-re): Use
regexp-opt.
(f90-end-type-re): Add closing "\\>".
(f90-indent-region): Correctly indent comments embedded in continued lines.
(f90-indent-new-line): Make it indent the current line, as it should.

22 years ago(clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.
Eli Zaretskii [Wed, 1 May 2002 15:08:25 +0000 (15:08 +0000)]
(clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.

22 years agotypo
Kim F. Storm [Wed, 1 May 2002 14:23:37 +0000 (14:23 +0000)]
typo

22 years ago(cua--pre-command-handler): Only interpret delete-selection property if mark-active.
Kim F. Storm [Wed, 1 May 2002 14:22:06 +0000 (14:22 +0000)]
(cua--pre-command-handler): Only interpret delete-selection property if mark-active.

22 years agocua fix
Kim F. Storm [Wed, 1 May 2002 14:21:37 +0000 (14:21 +0000)]
cua fix

22 years ago*** empty log message ***
Pavel Janík [Wed, 1 May 2002 09:51:15 +0000 (09:51 +0000)]
*** empty log message ***

22 years agoAdd new rules to escape from composition.
Pavel Janík [Wed, 1 May 2002 09:50:45 +0000 (09:50 +0000)]
Add new rules to escape from composition.

22 years ago(cal-menu-x-popup-menu): Fix argument of error call.
Pavel Janík [Wed, 1 May 2002 09:46:36 +0000 (09:46 +0000)]
(cal-menu-x-popup-menu): Fix argument of error call.

22 years agoFollow coding conventions.
Pavel Janík [Wed, 1 May 2002 09:45:59 +0000 (09:45 +0000)]
Follow coding conventions.

22 years ago*** empty log message ***
Pavel Janík [Wed, 1 May 2002 09:44:09 +0000 (09:44 +0000)]
*** empty log message ***

22 years ago(tex-validate-buffer): Use `occur-revert-arguments' instead of setting
Colin Walters [Wed, 1 May 2002 05:22:08 +0000 (05:22 +0000)]
(tex-validate-buffer): Use `occur-revert-arguments' instead of setting
`occur-nlines' and `occur-buffer'.  Don't test for `input-pending-p'
in loop.  Set text property `occur-target' instead of `occur'.

22 years ago*** empty log message ***
Colin Walters [Wed, 1 May 2002 05:21:26 +0000 (05:21 +0000)]
*** empty log message ***

22 years ago2002-04-30 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Wed, 1 May 2002 04:30:59 +0000 (04:30 +0000)]
2002-04-30  Andrew Choi  <akochoi@shaw.ca>

        * configure.in: Provide documentation string when defining
        variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
        and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.

22 years ago(align-region): Fixed the fix to align-region, because the "name"
John Wiegley [Wed, 1 May 2002 00:54:10 +0000 (00:54 +0000)]
(align-region): Fixed the fix to align-region, because the "name"
argument was appearing twice.

22 years ago*** empty log message ***
John Wiegley [Wed, 1 May 2002 00:50:15 +0000 (00:50 +0000)]
*** empty log message ***

22 years ago(c-beginning-of-decl-1): Better way to handle protection labels, one
Martin Stjernholm [Tue, 30 Apr 2002 23:02:19 +0000 (23:02 +0000)]
(c-beginning-of-decl-1): Better way to handle protection labels, one
which doesn't get confused by inherit colons.

(c-end-of-decl-1): Don't treat functions that have "class" or "struct"
in the return type as classes or structs.

22 years ago[emacs]: Include stdio.h.
Richard M. Stallman [Tue, 30 Apr 2002 22:48:27 +0000 (22:48 +0000)]
[emacs]: Include stdio.h.
(GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.

22 years agoLowercase the first letter in the header.
Pavel Janík [Tue, 30 Apr 2002 20:42:40 +0000 (20:42 +0000)]
Lowercase the first letter in the header.
Remove Timestamp.

22 years ago(menu-bar-custom-menu): Change "Recently Changed Options"
Kim F. Storm [Tue, 30 Apr 2002 20:39:00 +0000 (20:39 +0000)]
(menu-bar-custom-menu): Change "Recently Changed Options"
to "New Options..."; rephrase tooltip.
Rephrase tooltip for "Specific Option...".
Added "Saved Options" item.  [from Simon Marshall]

22 years ago*** empty log message ***
Stefan Monnier [Tue, 30 Apr 2002 19:21:33 +0000 (19:21 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Apr 2002 17:57:09 +0000 (17:57 +0000)]
*** empty log message ***

22 years ago(display-time-mail-directory, display-time-mail-function): Doc fixes.
Richard M. Stallman [Tue, 30 Apr 2002 17:56:19 +0000 (17:56 +0000)]
(display-time-mail-directory, display-time-mail-function): Doc fixes.

22 years ago(Special Properties): Add index entry and xref for tooltips.
Richard M. Stallman [Tue, 30 Apr 2002 17:55:02 +0000 (17:55 +0000)]
(Special Properties): Add index entry and xref for tooltips.

22 years agoComment change.
Richard M. Stallman [Tue, 30 Apr 2002 17:53:39 +0000 (17:53 +0000)]
Comment change.

22 years agoDelete ediff-hook.el page.
Richard M. Stallman [Tue, 30 Apr 2002 17:48:09 +0000 (17:48 +0000)]
Delete ediff-hook.el page.

22 years ago(Frequire): Error if called while preparing to dump.
Richard M. Stallman [Tue, 30 Apr 2002 17:46:40 +0000 (17:46 +0000)]
(Frequire): Error if called while preparing to dump.

22 years ago(do_autoload): Error if called while preparing to dump.
Richard M. Stallman [Tue, 30 Apr 2002 17:46:26 +0000 (17:46 +0000)]
(do_autoload): Error if called while preparing to dump.

22 years agoRemove autoload cookies.
Richard M. Stallman [Tue, 30 Apr 2002 17:46:15 +0000 (17:46 +0000)]
Remove autoload cookies.

22 years ago(tibetan-obsolete-glyphs): From tibetan.el.
Richard M. Stallman [Tue, 30 Apr 2002 17:24:10 +0000 (17:24 +0000)]
(tibetan-obsolete-glyphs): From tibetan.el.

22 years ago(tibetan-obsolete-glyphs): Now in tibet-util.el.
Richard M. Stallman [Tue, 30 Apr 2002 17:23:53 +0000 (17:23 +0000)]
(tibetan-obsolete-glyphs): Now in tibet-util.el.

22 years ago(align-region): Fix call to `message'.
Richard M. Stallman [Tue, 30 Apr 2002 17:14:14 +0000 (17:14 +0000)]
(align-region): Fix call to `message'.
Check that (car rule) is a symbol.

22 years ago(report-emacs-bug-hook): Use replace-match only if search was successful.
Richard M. Stallman [Tue, 30 Apr 2002 17:11:38 +0000 (17:11 +0000)]
(report-emacs-bug-hook): Use replace-match only if search was successful.

22 years ago(auto-insert-directory): Doc fix.
Richard M. Stallman [Tue, 30 Apr 2002 16:36:02 +0000 (16:36 +0000)]
(auto-insert-directory): Doc fix.

22 years agoFixed require for cua-mode variable
Kim F. Storm [Tue, 30 Apr 2002 13:12:33 +0000 (13:12 +0000)]
Fixed require for cua-mode variable

22 years ago(comment-fill-column): Fix :type spec.
Stefan Monnier [Tue, 30 Apr 2002 13:01:03 +0000 (13:01 +0000)]
(comment-fill-column): Fix :type spec.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Apr 2002 05:42:29 +0000 (05:42 +0000)]
*** empty log message ***

22 years ago(describe-text-at and stuff): Moved to descr-text.el.
Richard M. Stallman [Tue, 30 Apr 2002 04:59:24 +0000 (04:59 +0000)]
(describe-text-at and stuff): Moved to descr-text.el.

22 years ago(documentation): Add ad-define-subr-args call.
Richard M. Stallman [Tue, 30 Apr 2002 04:20:25 +0000 (04:20 +0000)]
(documentation): Add ad-define-subr-args call.

22 years ago(zone-mode): Add write-file-hooks hook locally.
Richard M. Stallman [Tue, 30 Apr 2002 03:28:48 +0000 (03:28 +0000)]
(zone-mode): Add write-file-hooks hook locally.

22 years ago(report-emacs-bug-hook): Don't fail completely
Richard M. Stallman [Tue, 30 Apr 2002 02:23:49 +0000 (02:23 +0000)]
(report-emacs-bug-hook): Don't fail completely
if the user edits the Emacs version number in the text.

22 years ago(Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
Stefan Monnier [Tue, 30 Apr 2002 02:08:56 +0000 (02:08 +0000)]
(Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
(Info-read-node-name-1): Complete file names.
(Info-complete-menu-item): Don't cons unnecessarily.

22 years ago(filesets-running-xemacs): Make defvar unconditional.
Richard M. Stallman [Tue, 30 Apr 2002 01:59:00 +0000 (01:59 +0000)]
(filesets-running-xemacs): Make defvar unconditional.
(filesets-ingroup-files): Renamed from filesets-ingroup-paths.
(filesets-error): Simplify definition and make conditional
on filesets-running-xemacs.
(filesets-find-file-using): Renamed from fsfind-file-using.

22 years ago(locate-file): New fun.
Stefan Monnier [Tue, 30 Apr 2002 01:56:23 +0000 (01:56 +0000)]
(locate-file): New fun.
(locate-file-completion): Rename from load-completion and generalize.
(load-library): Use it.
(make-auto-save-file-name): Expand caddr.

22 years ago(x_create_bitmap_from_file, x_find_image_file): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:04:05 +0000 (01:04 +0000)]
(x_create_bitmap_from_file, x_find_image_file): Update call to openp.

22 years ago(sys_spawnve): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:02:26 +0000 (01:02 +0000)]
(sys_spawnve): Update call to openp.

22 years ago(check_windows_init_file): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:02:01 +0000 (01:02 +0000)]
(check_windows_init_file): Update call to openp.

22 years ago(Fplay_sound_internal): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:01:49 +0000 (01:01 +0000)]
(Fplay_sound_internal): Update call to openp.

22 years ago(Fstart_process): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:01:37 +0000 (01:01 +0000)]
(Fstart_process): Update call to openp.

22 years ago(run_mac_command): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:01:11 +0000 (01:01 +0000)]
(run_mac_command): Update call to openp.

22 years ago(init_cmdargs): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:00:48 +0000 (01:00 +0000)]
(init_cmdargs): Update call to openp.

22 years ago(Fcall_process): Update call to openp.
Stefan Monnier [Tue, 30 Apr 2002 01:00:24 +0000 (01:00 +0000)]
(Fcall_process): Update call to openp.

22 years ago(openp): Change arg exec_only to predicate.
Stefan Monnier [Tue, 30 Apr 2002 00:59:49 +0000 (00:59 +0000)]
(openp): Change arg exec_only to predicate.
(build_load_history): Use XCAR/XCDR.
(Flocate_file_internal): New fun.
(syms_of_lread): Defsubr it.
(Fload): Update call to openp.

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.