]>
git.eshelyaron.com Git - emacs.git/log
Gerd Moellmann [Thu, 27 Sep 2001 09:14:30 +0000 (09:14 +0000)]
(x_draw_relief_rect): Draw bottom relief 1 pixel more
to the left. Some cleanup.
Gerd Moellmann [Thu, 27 Sep 2001 08:36:13 +0000 (08:36 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 27 Sep 2001 08:35:44 +0000 (08:35 +0000)]
(display_mode_element): One more case where a string's
multibyteness should be used for display.
Gerd Moellmann [Thu, 27 Sep 2001 08:11:36 +0000 (08:11 +0000)]
(tar-mode-write-file): Don't signal an error by
calling byte-to-position with a nil tar-header-offset.
Eli Zaretskii [Wed, 26 Sep 2001 19:55:41 +0000 (19:55 +0000)]
(Creating Keymaps): Fix the description of the result of make-keymap.
Eli Zaretskii [Wed, 26 Sep 2001 19:44:26 +0000 (19:44 +0000)]
Mention XIM-related crashes on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:42:30 +0000 (19:42 +0000)]
Fix last change.
Eli Zaretskii [Wed, 26 Sep 2001 19:38:34 +0000 (19:38 +0000)]
Move the section aboiut XIMs on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:36:21 +0000 (19:36 +0000)]
Mention core dumps inside XIM on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:21:00 +0000 (19:21 +0000)]
Document problems with bad specifications of the default fontset.
Eli Zaretskii [Wed, 26 Sep 2001 19:11:07 +0000 (19:11 +0000)]
Document the problem with epop3's redefinition of gethash.
Eli Zaretskii [Wed, 26 Sep 2001 19:04:28 +0000 (19:04 +0000)]
Update as per suggestions by Shayne Steele <steele@cs.fsu.edu>.
Richard M. Stallman [Wed, 26 Sep 2001 18:03:51 +0000 (18:03 +0000)]
Comment change.
Stefan Monnier [Wed, 26 Sep 2001 15:45:47 +0000 (15:45 +0000)]
(Info-on-current-buffer): Default arg to "Top".
Gerd Moellmann [Wed, 26 Sep 2001 15:30:07 +0000 (15:30 +0000)]
(Finsert_file_contents): If REPLACE is non-nil, stop
reading at EOF.
Eli Zaretskii [Wed, 26 Sep 2001 15:26:30 +0000 (15:26 +0000)]
(Top): Clarify what is ``documentation''. Some bozo on comp.emacs
said that this can be confused for ``documents'', meaning files the user
edits using Emacs...
(Help-^L): Fix a typo.
Gerd Moellmann [Wed, 26 Sep 2001 14:09:01 +0000 (14:09 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 26 Sep 2001 12:02:24 +0000 (12:02 +0000)]
(with_echo_area_buffer): Use echo_kboard instead
of the only tempoarily set echoing flag for deciding when
the cancel echoing.
Gerd Moellmann [Wed, 26 Sep 2001 12:01:19 +0000 (12:01 +0000)]
(echo_kboard): Make externally visible.
Gerd Moellmann [Wed, 26 Sep 2001 12:00:56 +0000 (12:00 +0000)]
(echo_kboard): Declare extern.
Gerd Moellmann [Wed, 26 Sep 2001 11:27:25 +0000 (11:27 +0000)]
(make_cursor_line_fully_visible): Return 0 and set
fonts_changed_p if need larger matrices due to vscrolling.
(try_scrolling, try_cursor_movement, redisplay_window): Give up on
this round of redisplay if make_cursor_line_fully_visible fails.
(CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
(try_cursor_movement, try_scrolling): Use them instead of
integers.
Gerd Moellmann [Wed, 26 Sep 2001 11:15:40 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height): New
functions.
(allocate_matrices_for_window_redisplay)
(allocate_matrices_for_frame_redisplay: Use them. Remove
parameters CH_DIM.
Gerd Moellmann [Wed, 26 Sep 2001 11:15:20 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height):
Add prototypes.
Gerd Moellmann [Wed, 26 Sep 2001 08:19:04 +0000 (08:19 +0000)]
(display_mode_lines): Temporarily set selected_frame
and selected_window to the frame of the window whose mode-lines
are display, and to the window itself.
(redisplay_window, redisplay_mode_lines): Don't set selected_frame
here.
Gerd Moellmann [Tue, 25 Sep 2001 17:43:10 +0000 (17:43 +0000)]
(x_kill_gs_process): Recognize if someone has cleared
the image cache under us.
Gerd Moellmann [Tue, 25 Sep 2001 13:31:20 +0000 (13:31 +0000)]
Fix typo.
Gerd Moellmann [Tue, 25 Sep 2001 11:38:24 +0000 (11:38 +0000)]
(display_mode_element): If the mode element is a symbol
with a string value, use that string's multibyteness for
displaying.
Gerd Moellmann [Tue, 25 Sep 2001 10:53:12 +0000 (10:53 +0000)]
Increment version number.
Gerd Moellmann [Tue, 25 Sep 2001 10:34:41 +0000 (10:34 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 25 Sep 2001 10:18:44 +0000 (10:18 +0000)]
(read_char): Don't clear a message for a switch-frame
event. From Stefan Monnier <monnier@cs.yale.edu>.
Gerd Moellmann [Tue, 25 Sep 2001 10:12:53 +0000 (10:12 +0000)]
(fast_find_position) [0]: Add a presumably more correct
version for after 21.1.
Gerd Moellmann [Tue, 25 Sep 2001 09:54:09 +0000 (09:54 +0000)]
(row_containing_pos): Add prototype.
Gerd Moellmann [Tue, 25 Sep 2001 09:53:42 +0000 (09:53 +0000)]
(row_containing_pos): Make externally visible.
Gerd Moellmann [Tue, 25 Sep 2001 08:37:59 +0000 (08:37 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 25 Sep 2001 08:37:33 +0000 (08:37 +0000)]
(calculator-copy-displayer): New user-option.
(calculator-displayer-prev, calculator-displayer-next): Renamed
from calculator-displayed-{left,right}.
(calculator, calculator-standard-displayer)
(calculator-num-to-string, calculator-update-display)
(calculator-copy, calculator-put-value): Bug and display fixes.
Gerd Moellmann [Tue, 25 Sep 2001 08:21:22 +0000 (08:21 +0000)]
(send_process): Disable composition if from_byte < 0.
From Kenichi Handa <handa@etl.go.jp>.
Stefan Monnier [Mon, 24 Sep 2001 22:30:31 +0000 (22:30 +0000)]
(vc-checkin): Use vc-delete-automatic-version-backups.
Richard M. Stallman [Mon, 24 Sep 2001 19:00:26 +0000 (19:00 +0000)]
(tq-enqueue): Clarify meaning of REGEXP.
Gerd Moellmann [Mon, 24 Sep 2001 17:43:45 +0000 (17:43 +0000)]
Fix character range regexp. Doc fix.
(ebnf-yac-skip-chars): New internal const.
(ebnf-yac-skip-code): Fix code.
Gerd Moellmann [Mon, 24 Sep 2001 17:42:00 +0000 (17:42 +0000)]
Fix character range regexp. Doc fix.
(ebnf-iso-non-terminal-chars): New internal const.
(ebnf-iso-lex): Fix code.
Gerd Moellmann [Mon, 24 Sep 2001 17:41:41 +0000 (17:41 +0000)]
Fix character range regexp. Doc fix.
(ebnf-bnf-non-terminal-chars): New internal const.
(ebnf-bnf-lex): Fix code.
Gerd Moellmann [Mon, 24 Sep 2001 17:41:19 +0000 (17:41 +0000)]
Eliminate make-local-hook calls. Doc fix.
(ebnf-version): New version (3.6.1).
Stefan Monnier [Mon, 24 Sep 2001 16:42:14 +0000 (16:42 +0000)]
(cvs-parse-commit): Expand the file name before passing it to VC.
Stefan Monnier [Mon, 24 Sep 2001 16:37:10 +0000 (16:37 +0000)]
(vc-delete-automatic-version-backups): Handle the
case where the file is relative.
Gerd Moellmann [Mon, 24 Sep 2001 13:17:53 +0000 (13:17 +0000)]
Fix crossreferences. From Pavel@janik.cz (Pavel Jan\e ,Bm\e (Bk).
Gerd Moellmann [Mon, 24 Sep 2001 13:10:54 +0000 (13:10 +0000)]
(refreshicon): Removed.
Gerd Moellmann [Mon, 24 Sep 2001 13:08:54 +0000 (13:08 +0000)]
(xterm.o): Remove references to sink.h and sinkmask.h.
Gerd Moellmann [Mon, 24 Sep 2001 12:59:19 +0000 (12:59 +0000)]
(toplevel): Remove includes in #if 0.
Gerd Moellmann [Mon, 24 Sep 2001 12:09:23 +0000 (12:09 +0000)]
Remove entry for dynamically loadable modules. RMS has a political
concern about this.
Gerd Moellmann [Mon, 24 Sep 2001 09:28:24 +0000 (09:28 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 24 Sep 2001 09:26:53 +0000 (09:26 +0000)]
(xml-parse-attlist): Quotes around attributes must be the
same on each side. Make sure we properly handle simple quotes.
From Daiki Ueno <ueno@unixuser.org>.
Gerd Moellmann [Mon, 24 Sep 2001 09:18:19 +0000 (09:18 +0000)]
(sigchld_handler) [LINUX]: Don't return from
the signal handler at the end of the loop.
Eli Zaretskii [Sun, 23 Sep 2001 18:56:28 +0000 (18:56 +0000)]
(Font Lookup, Attribute Functions)
(Image Descriptors): Add cross-references to the definition of
selected frame.
Eli Zaretskii [Sun, 23 Sep 2001 18:52:16 +0000 (18:52 +0000)]
(The Buffer List): Add cross-references to the definition of selected frame.
Eli Zaretskii [Sun, 23 Sep 2001 18:49:04 +0000 (18:49 +0000)]
(Input Focus): Clarify which frame is _the_ selected
frame at any given time.
(Multiple Displays, Size and Position): Add cross-references to
the definition of the selected frame.
Eli Zaretskii [Sun, 23 Sep 2001 17:49:25 +0000 (17:49 +0000)]
Update Stephen Gildea's mail address?
Eli Zaretskii [Sun, 23 Sep 2001 17:48:31 +0000 (17:48 +0000)]
Update Stephen Gildea's mail address.
Eli Zaretskii [Sun, 23 Sep 2001 17:38:22 +0000 (17:38 +0000)]
Fix last change.
Eli Zaretskii [Sun, 23 Sep 2001 17:37:37 +0000 (17:37 +0000)]
Update Stephen Gildea's mail address.
Eli Zaretskii [Sun, 23 Sep 2001 17:08:31 +0000 (17:08 +0000)]
(mail-mode): Doc fix. From Simon Josefsson <jas@extundo.com>.
ShengHuo ZHU [Sun, 23 Sep 2001 12:33:24 +0000 (12:33 +0000)]
backend -> back end.
Eli Zaretskii [Sun, 23 Sep 2001 11:59:20 +0000 (11:59 +0000)]
Minor fixes for text of help-echo in some options.
Stefan Monnier [Sat, 22 Sep 2001 20:23:16 +0000 (20:23 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 22 Sep 2001 20:22:34 +0000 (20:22 +0000)]
(cvs-parse-commit): Remove the temp files used by VC.
Stefan Monnier [Sat, 22 Sep 2001 20:09:56 +0000 (20:09 +0000)]
(vc-delete-automatic-version-backups):
Don't fail if the directory doesn't exist.
Stefan Monnier [Sat, 22 Sep 2001 20:04:21 +0000 (20:04 +0000)]
Doc fix
Stefan Monnier [Sat, 22 Sep 2001 19:11:24 +0000 (19:11 +0000)]
(diff-default-read-only): New var.
(diff-mode): Use it.
Eli Zaretskii [Sat, 22 Sep 2001 17:50:10 +0000 (17:50 +0000)]
(hexl-mode-map): Fix the change of 2001-08-23: use
make-keymap instead of copy-keymap, since copying the global
keymap messes up the menu bar.
Eli Zaretskii [Sat, 22 Sep 2001 15:10:59 +0000 (15:10 +0000)]
(Info-goto-node, Info-menu): Doc fix. Suggested by
Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
Eli Zaretskii [Sat, 22 Sep 2001 09:21:39 +0000 (09:21 +0000)]
Remove entries which don't belong here.
Eli Zaretskii [Sat, 22 Sep 2001 09:20:49 +0000 (09:20 +0000)]
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii [Sat, 22 Sep 2001 09:17:10 +0000 (09:17 +0000)]
Put Milan Zamazal's entry from 2001-09-13 here.
Eli Zaretskii [Fri, 21 Sep 2001 16:45:34 +0000 (16:45 +0000)]
(dired-insert-subdir): Pass switches to dired-build-subdir-alist.
Eli Zaretskii [Fri, 21 Sep 2001 16:41:58 +0000 (16:41 +0000)]
(dired-build-subdir-alist): Accept optional arg SWITCHES.
Gerd Moellmann [Fri, 21 Sep 2001 14:09:22 +0000 (14:09 +0000)]
(wait_for_termination) [POSIX_SIGNALS]: Terminate
only if kill returns -1, and errno is ESRCH.
Gerd Moellmann [Fri, 21 Sep 2001 13:39:07 +0000 (13:39 +0000)]
Add XIE.
Gerd Moellmann [Fri, 21 Sep 2001 09:09:04 +0000 (09:09 +0000)]
(time-stamp-string-preprocess): Fix bug that
caused %#a and %#b to be mis-formatted.
Eli Zaretskii [Fri, 21 Sep 2001 07:45:37 +0000 (07:45 +0000)]
(shortlisp): Add env. From Markus Rost.
Eli Zaretskii [Thu, 20 Sep 2001 15:46:17 +0000 (15:46 +0000)]
(Help): Mention C-h C-f and C-h C-k.
(Misc Help): Explain that C-h C-k can be used for menu items, and that
C-h C-f and C-h C-k look in manuals other than the Emacs manual, not
only in the Emacs manual.
Eli Zaretskii [Thu, 20 Sep 2001 15:43:41 +0000 (15:43 +0000)]
Add an Index and index all commands. This is so C-h C-f works.
Eli Zaretskii [Thu, 20 Sep 2001 15:42:36 +0000 (15:42 +0000)]
Add a Command Index, for the sake of C-h C-f and C-h C-k.
Eli Zaretskii [Thu, 20 Sep 2001 15:31:28 +0000 (15:31 +0000)]
(Info-file-list-for-emacs): Add elements for ada-mode, ccmode,
emacs-mime, and eudc manuals.
Gerd Moellmann [Thu, 20 Sep 2001 13:24:09 +0000 (13:24 +0000)]
(wait_for_termination): Add a FIXME comment for the use of non-POSIX
sigpause.
Gerd Moellmann [Thu, 20 Sep 2001 11:44:26 +0000 (11:44 +0000)]
(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
since this function can be called during GC.
Gerd Moellmann [Thu, 20 Sep 2001 10:06:35 +0000 (10:06 +0000)]
(Fcall_process): Handle errors from pipe(2).
(child_setup): Delete code in #ifdef vipc.
Sam Steingold [Wed, 19 Sep 2001 20:59:24 +0000 (20:59 +0000)]
w32 find cannot be used with `grep-find'.
Richard M. Stallman [Wed, 19 Sep 2001 20:21:02 +0000 (20:21 +0000)]
Major rewrite of Help-Xref. Don't use "print" except for paper.
Richard M. Stallman [Wed, 19 Sep 2001 20:08:17 +0000 (20:08 +0000)]
New node Help-Xref broken out from Help-Int.
In Help-Int, describe the i command and add xref
to Info Search.
Richard M. Stallman [Wed, 19 Sep 2001 19:58:29 +0000 (19:58 +0000)]
Rename Help-Adv to Help-Int, for intermediate-level.
Add an xref in that node pointing to Advanced Info.
Sam Steingold [Wed, 19 Sep 2001 18:05:52 +0000 (18:05 +0000)]
(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.
Gerd Moellmann [Wed, 19 Sep 2001 14:54:19 +0000 (14:54 +0000)]
Fix copyright years.
Gerd Moellmann [Wed, 19 Sep 2001 14:48:52 +0000 (14:48 +0000)]
(decode_mode_spec): Add parameter MULTIBYTE.
(display_mode_element): Display the string from decode_mode_spec
depending on its multibyteness.
Gerd Moellmann [Wed, 19 Sep 2001 10:55:52 +0000 (10:55 +0000)]
(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
Gerd Moellmann [Wed, 19 Sep 2001 09:22:35 +0000 (09:22 +0000)]
Add Solaris IM bug.
Gerd Moellmann [Wed, 19 Sep 2001 09:13:17 +0000 (09:13 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 19 Sep 2001 09:12:54 +0000 (09:12 +0000)]
(bdf-read-bitmap): Initialize returned values to
defaults.
Gerd Moellmann [Wed, 19 Sep 2001 08:56:58 +0000 (08:56 +0000)]
Doc fix.
Gerd Moellmann [Wed, 19 Sep 2001 08:54:32 +0000 (08:54 +0000)]
Doc fix.
(ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
Gerd Moellmann [Wed, 19 Sep 2001 08:54:10 +0000 (08:54 +0000)]
Replace "Prologue" by "Prolog" in PostScript
programming. Doc fix.
(ebnf-version): New version (3.6).
(ebnf-eps-begin): Data fix.
(ebnf-begin-file): Code fix.
Gerd Moellmann [Wed, 19 Sep 2001 08:35:09 +0000 (08:35 +0000)]
(DATA_SEG_BITS): Also define for GCC 3.