]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago*** empty log message ***
Jan Djärv [Mon, 22 Apr 2002 18:27:39 +0000 (18:27 +0000)]
*** empty log message ***

22 years agoAdd calls to GrabKeyboard to remove strange
Jan Djärv [Mon, 22 Apr 2002 18:27:03 +0000 (18:27 +0000)]
Add calls to GrabKeyboard to remove strange
interactions with window managers that steal keypresses.

22 years agoRemove compiler warning
Jan Djärv [Mon, 22 Apr 2002 18:25:55 +0000 (18:25 +0000)]
Remove compiler warning

22 years agoAdd calls to Grab/UngrabKeyboard to remove strange interactions with
Jan Djärv [Mon, 22 Apr 2002 18:21:06 +0000 (18:21 +0000)]
Add calls to Grab/UngrabKeyboard to remove strange interactions with
window managers that steal keypresses.

22 years ago(remove_properties): Fixed trap for malformed plist.
Kim F. Storm [Mon, 22 Apr 2002 17:59:02 +0000 (17:59 +0000)]
(remove_properties): Fixed trap for malformed plist.

22 years ago*** empty log message ***
Pavel Janík [Mon, 22 Apr 2002 16:00:08 +0000 (16:00 +0000)]
*** empty log message ***

22 years ago(list-input-methods-1): Doc fix
Pavel Janík [Mon, 22 Apr 2002 15:59:04 +0000 (15:59 +0000)]
(list-input-methods-1): Doc fix
(LEIM is now part of the standard distribution).

22 years ago(make_window): Initialize height_fixed_p,
Richard M. Stallman [Mon, 22 Apr 2002 15:57:25 +0000 (15:57 +0000)]
(make_window): Initialize height_fixed_p,
last_cursor_off_p, and p->cursor_off_p slots.

22 years ago(tmm-completion-prompt): Doc fix.
Pavel Janík [Mon, 22 Apr 2002 15:30:18 +0000 (15:30 +0000)]
(tmm-completion-prompt): Doc fix.

22 years ago(global-highlight-changes): Capitalize status texts.
Pavel Janík [Mon, 22 Apr 2002 15:28:00 +0000 (15:28 +0000)]
(global-highlight-changes): Capitalize status texts.

22 years agoAdd comment of arbitrary chosen constant 59.
Pavel Janík [Mon, 22 Apr 2002 15:22:31 +0000 (15:22 +0000)]
Add comment of arbitrary chosen constant 59.

22 years ago("Od"): Remove rule.
Pavel Janík [Mon, 22 Apr 2002 15:20:14 +0000 (15:20 +0000)]
("Od"): Remove rule.
From Koaunghi Un <koaunghi@ling.cnu.ac.kr>.

22 years agoUpdate address of Koaunghi Un.
Pavel Janík [Mon, 22 Apr 2002 15:17:31 +0000 (15:17 +0000)]
Update address of Koaunghi Un.

22 years ago(last_node): Make it a global variable.
Francesco Potortì [Mon, 22 Apr 2002 14:12:08 +0000 (14:12 +0000)]
(last_node): Make it a global variable.
(process_file): Print the tags from the nodes as soon as
possible, and delete the nodes.  This brings down the memory
occupancy as etags to almost the same level as when the #line
directives were not parsed.
(free_fdesc): New function.
(find_entries): Use it.
(invalidate_nodes): In etags mode, do not just mark the nodes as
invalid, do delete them.

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

22 years agoClarify which letters in C-c LETTER are reserved for users.
Richard M. Stallman [Mon, 22 Apr 2002 07:52:50 +0000 (07:52 +0000)]
Clarify which letters in C-c LETTER are reserved for users.

22 years ago(include-other-diary-files): Allow modifying
Richard M. Stallman [Mon, 22 Apr 2002 07:51:28 +0000 (07:51 +0000)]
(include-other-diary-files): Allow modifying
included buffer, to turn off selective display.

22 years agoWhitespace changes.
Richard M. Stallman [Mon, 22 Apr 2002 07:50:50 +0000 (07:50 +0000)]
Whitespace changes.

22 years agoExplain C-x b.
Richard M. Stallman [Mon, 22 Apr 2002 07:50:23 +0000 (07:50 +0000)]
Explain C-x b.

22 years agoDon't way where to find a non-free compiler.
Richard M. Stallman [Mon, 22 Apr 2002 07:50:00 +0000 (07:50 +0000)]
Don't way where to find a non-free compiler.

22 years agoCC Mode update to version 5.29. This is for testing; it's not a released
Martin Stjernholm [Mon, 22 Apr 2002 00:35:36 +0000 (00:35 +0000)]
CC Mode update to version 5.29.  This is for testing; it's not a released
version.

22 years ago(auto-mode-alist): .f95 files in f90-mode.
Glenn Morris [Sun, 21 Apr 2002 18:21:47 +0000 (18:21 +0000)]
(auto-mode-alist): .f95 files in f90-mode.

22 years ago(fortran-beginning-do): Make regexp match a DO statement irrespective of
Glenn Morris [Sun, 21 Apr 2002 17:57:43 +0000 (17:57 +0000)]
(fortran-beginning-do): Make regexp match a DO statement irrespective of
numeric label.

22 years ago(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Call
Glenn Morris [Sun, 21 Apr 2002 17:36:16 +0000 (17:36 +0000)]
(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Call
beginning-of-buffer, end-of-buffer interactively.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Apr 2002 17:15:46 +0000 (17:15 +0000)]
*** empty log message ***

22 years ago(insert-buffer-substring-no-properties): New function.
Kim F. Storm [Sun, 21 Apr 2002 17:00:41 +0000 (17:00 +0000)]
(insert-buffer-substring-no-properties): New function.
(insert-buffer-substring-as-yank): New function.

22 years ago(scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one
Glenn Morris [Sun, 21 Apr 2002 16:30:28 +0000 (16:30 +0000)]
(scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one
of the other windows being scrolled reaches the end/start of its buffer.
(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New
functions to track `beginning-of-buffer' and `end-of-buffer'.

22 years ago(minor-mode-alist): `scroll-all-mode', not `scroll-all-mode-mode'.
Glenn Morris [Sun, 21 Apr 2002 14:43:31 +0000 (14:43 +0000)]
(minor-mode-alist): `scroll-all-mode', not `scroll-all-mode-mode'.
(scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-check-to-scroll):
Remove `fkey-' prefix from scroll commands.

22 years ago(add_declarator): Test *CLS instead of CLS.
Gerd Moellmann [Sun, 21 Apr 2002 12:49:36 +0000 (12:49 +0000)]
(add_declarator): Test *CLS instead of CLS.

22 years agoVariable auto-save-file-name-transforms now has a third element.
Glenn Morris [Sat, 20 Apr 2002 23:14:02 +0000 (23:14 +0000)]
Variable auto-save-file-name-transforms now has a third element.

22 years ago(Auto Save Files): Mention auto-save-file-name-transforms.
Glenn Morris [Sat, 20 Apr 2002 22:56:08 +0000 (22:56 +0000)]
(Auto Save Files): Mention auto-save-file-name-transforms.
(Remote Files): Mention auto-save-file-name-transforms.

22 years ago(command-line): Add third element to auto-save-file-name-transforms.
Glenn Morris [Sat, 20 Apr 2002 22:25:55 +0000 (22:25 +0000)]
(command-line): Add third element to auto-save-file-name-transforms.

22 years ago(auto-save-file-name-transforms): Doc string addition - no effect for
Glenn Morris [Sat, 20 Apr 2002 22:22:57 +0000 (22:22 +0000)]
(auto-save-file-name-transforms): Doc string addition - no effect for
MS-DOS systems without long file names.  Add third element for uniquifying
filenames.
(make-auto-save-file-name): Make a unique filename if indicated by
new element of auto-save-file-name-transforms.

22 years ago*** empty log message ***
Pavel Janík [Sat, 20 Apr 2002 13:41:07 +0000 (13:41 +0000)]
*** empty log message ***

22 years ago(find_next_selectable): New function.
Pavel Janík [Sat, 20 Apr 2002 13:39:57 +0000 (13:39 +0000)]
(find_next_selectable): New function.
(Down, Up, Right): Use it.
(find_next_selectable): Prevent endless loops when only one item is enabled
in the menu.

22 years ago(use-dialog-box): Doc fix.
Pavel Janík [Sat, 20 Apr 2002 13:32:12 +0000 (13:32 +0000)]
(use-dialog-box): Doc fix.

22 years agoNew version from ftp://invisible-island.net.
Eli Zaretskii [Sat, 20 Apr 2002 07:39:34 +0000 (07:39 +0000)]
New version from ftp://invisible-island.net.

22 years ago*** empty log message ***
Pavel Janík [Fri, 19 Apr 2002 19:04:25 +0000 (19:04 +0000)]
*** empty log message ***

22 years ago(note_mode_line_or_margin_highlight): Remove unused variables `row', `i'
Pavel Janík [Fri, 19 Apr 2002 18:59:02 +0000 (18:59 +0000)]
(note_mode_line_or_margin_highlight): Remove unused variables `row', `i'
and `area'.
(XTread_socket) <KeyPress>: Pass KeyPress events when in menu to toolkit
library.

22 years ago(xlwMenuTranslations, xlwMenuActionsList): Add translations for cursor keys
Pavel Janík [Fri, 19 Apr 2002 18:56:51 +0000 (18:56 +0000)]
(xlwMenuTranslations, xlwMenuActionsList): Add translations for cursor keys
and RET.
(find_next_selectable, find_prev_selectable): New functions used for
finding menu-items.
(Down, Up, Left, Right): New functions.

22 years ago(clear_font_table): Don't free the default font of
Stefan Monnier [Fri, 19 Apr 2002 18:38:16 +0000 (18:38 +0000)]
(clear_font_table): Don't free the default font of
a frame even if it's on another display.
(Finternal_set_lisp_face_attribute): Don't use XFRAME on something
that could be Qt.

22 years ago(file-name-non-special): Don't mangle the 0'th arg and the
Stefan Monnier [Fri, 19 Apr 2002 16:27:09 +0000 (16:27 +0000)]
(file-name-non-special): Don't mangle the 0'th arg and the
return value of file-name-completion and file-name-all-completions.

22 years ago(Fmove_to_column): Remove unused local variable `next_boundary_byte'.
Juanma Barranquero [Fri, 19 Apr 2002 13:46:02 +0000 (13:46 +0000)]
(Fmove_to_column): Remove unused local variable `next_boundary_byte'.
(current_column_1): Likewise.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 19 Apr 2002 13:12:14 +0000 (13:12 +0000)]
*** empty log message ***

22 years agoReplace commented-out lines with a condition that is always false.
Eli Zaretskii [Fri, 19 Apr 2002 13:11:52 +0000 (13:11 +0000)]
Replace commented-out lines with a condition that is always false.

22 years agoRegenerated.
Eli Zaretskii [Fri, 19 Apr 2002 12:48:57 +0000 (12:48 +0000)]
Regenerated.

22 years agoUpdate maintainer.
Eli Zaretskii [Fri, 19 Apr 2002 12:22:13 +0000 (12:22 +0000)]
Update maintainer.
(f90-line-continued): Recognize blank/comment lines embedded in
continuation lines.
(f90-looking-at-program-block-start): No extra indentation after
function or subroutine keyword appears in single quotes.

22 years ago(MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS.
Eli Zaretskii [Fri, 19 Apr 2002 12:17:43 +0000 (12:17 +0000)]
(MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS.

22 years ago(Qhbar): New variable.
Eli Zaretskii [Fri, 19 Apr 2002 12:13:47 +0000 (12:13 +0000)]
(Qhbar): New variable.
(syms_of_msdos): intern and staticpro it.
(IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
cursor type.

22 years agoDocument the addition of `hbar'.
Eli Zaretskii [Fri, 19 Apr 2002 12:06:06 +0000 (12:06 +0000)]
Document the addition of `hbar'.

22 years ago(Window Frame Parameters): Document the hbar cursor type.
Eli Zaretskii [Fri, 19 Apr 2002 12:02:21 +0000 (12:02 +0000)]
(Window Frame Parameters): Document the hbar cursor type.

22 years ago(text_cursor_kinds): New enumeration member HBAR_CURSOR.
Eli Zaretskii [Fri, 19 Apr 2002 11:51:16 +0000 (11:51 +0000)]
(text_cursor_kinds): New enumeration member HBAR_CURSOR.

22 years ago(x_draw_bar_cursor): New argument KIND; callers changed.
Eli Zaretskii [Fri, 19 Apr 2002 11:47:58 +0000 (11:47 +0000)]
(x_draw_bar_cursor): New argument KIND; callers changed.
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.

22 years ago(Qhbar): New variable.
Eli Zaretskii [Fri, 19 Apr 2002 11:45:27 +0000 (11:45 +0000)]
(Qhbar): New variable.
(syms_of_xfns): intern and staticpro it.
(x_specified_cursor_type): Handle `hbar' cursor.

22 years agoFix typo and whitespaces.
Pavel Janík [Fri, 19 Apr 2002 11:39:17 +0000 (11:39 +0000)]
Fix typo and whitespaces.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 19 Apr 2002 10:35:52 +0000 (10:35 +0000)]
*** empty log message ***

22 years ago(TAGS): Don't use -t, it's the default for
Eli Zaretskii [Fri, 19 Apr 2002 10:35:02 +0000 (10:35 +0000)]
(TAGS): Don't use -t, it's the default for
etags, so it barfs if invoked with -t.

22 years ago(bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined.
Eli Zaretskii [Fri, 19 Apr 2002 10:11:57 +0000 (10:11 +0000)]
(bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined.

22 years ago(customize-mark-to-save, customize-mark-as-set)
Miles Bader [Fri, 19 Apr 2002 07:43:43 +0000 (07:43 +0000)]
(customize-mark-to-save, customize-mark-as-set)
(custom-quote): Moved here from `cus-edit.el'.

22 years ago(customize-mark-to-save, customize-mark-as-set)
Miles Bader [Fri, 19 Apr 2002 07:42:10 +0000 (07:42 +0000)]
(customize-mark-to-save, customize-mark-as-set)
(custom-quote): Moved to `custom.el'.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 19 Apr 2002 05:24:02 +0000 (05:24 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 19 Apr 2002 00:29:46 +0000 (00:29 +0000)]
*** empty log message ***

22 years agoDocument describe-text-at, not list-text-properties-at.
Richard M. Stallman [Fri, 19 Apr 2002 00:29:11 +0000 (00:29 +0000)]
Document describe-text-at, not list-text-properties-at.

22 years ago(list-text-properties-at): Command deleted.
Richard M. Stallman [Fri, 19 Apr 2002 00:27:07 +0000 (00:27 +0000)]
(list-text-properties-at): Command deleted.

22 years ago(insert-register): Use insert-for-yank.
Richard M. Stallman [Fri, 19 Apr 2002 00:23:18 +0000 (00:23 +0000)]
(insert-register): Use insert-for-yank.
(describe-register-1): Discard text props in yank-excluded-properties.

22 years ago(insert-rectangle): Use insert-for-yank.
Richard M. Stallman [Fri, 19 Apr 2002 00:23:08 +0000 (00:23 +0000)]
(insert-rectangle): Use insert-for-yank.

22 years agoLine break change.
Richard M. Stallman [Fri, 19 Apr 2002 00:18:22 +0000 (00:18 +0000)]
Line break change.

22 years agoExplain use of `declare'.
Richard M. Stallman [Fri, 19 Apr 2002 00:17:47 +0000 (00:17 +0000)]
Explain use of `declare'.

22 years ago(remove_properties): New arg LIST allows scanning
Richard M. Stallman [Fri, 19 Apr 2002 00:14:14 +0000 (00:14 +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 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.