]>
git.eshelyaron.com Git - emacs.git/log
Dave Love [Wed, 16 Aug 2000 19:55:48 +0000 (19:55 +0000)]
C-Mouse-3.
msb-mode
indexing.
Gerd Moellmann [Wed, 16 Aug 2000 19:55:18 +0000 (19:55 +0000)]
*** empty log message ***
Dave Love [Wed, 16 Aug 2000 19:53:17 +0000 (19:53 +0000)]
*** empty log message ***
Dave Love [Wed, 16 Aug 2000 19:52:35 +0000 (19:52 +0000)]
(Buffer Convenience): New.
Stefan Monnier [Wed, 16 Aug 2000 19:51:55 +0000 (19:51 +0000)]
(smerge-mode-menu): Doc fix.
Dave Love [Wed, 16 Aug 2000 19:50:21 +0000 (19:50 +0000)]
iso-cvt, tildify, bibtex-mode
Dave Love [Wed, 16 Aug 2000 19:48:56 +0000 (19:48 +0000)]
(Mode Line): xref Mode Line Mouse
Dave Love [Wed, 16 Aug 2000 19:45:30 +0000 (19:45 +0000)]
delete-selection-mode
Stefan Monnier [Wed, 16 Aug 2000 19:40:41 +0000 (19:40 +0000)]
(msb-mode): Define it in terms of define-minor-mode.
Gerd Moellmann [Wed, 16 Aug 2000 19:37:26 +0000 (19:37 +0000)]
*** empty log message ***
Dave Love [Wed, 16 Aug 2000 19:25:25 +0000 (19:25 +0000)]
zone
Dave Love [Wed, 16 Aug 2000 19:20:14 +0000 (19:20 +0000)]
(Environment): setenv.
(Resources X): lineSpacing, privateColormap, screenGamma, synchronous,
visualClass.
Dave Love [Wed, 16 Aug 2000 19:10:48 +0000 (19:10 +0000)]
(fortune) <defgroup>: Add :version.
(fortune-append): Fix error message.
(fortune-from-region): Doc fix.
Dave Love [Wed, 16 Aug 2000 19:07:04 +0000 (19:07 +0000)]
(pong): Doc fix.
Dave Love [Wed, 16 Aug 2000 19:05:59 +0000 (19:05 +0000)]
Add `extensions' to keywords, since it's internal.
Dave Love [Wed, 16 Aug 2000 19:03:53 +0000 (19:03 +0000)]
Fix commentary section.
Dave Love [Wed, 16 Aug 2000 19:01:51 +0000 (19:01 +0000)]
(Emacs Server): emacs.bash
(Emulation): crisp, pc-bindings, pc-selection tweaks.
(Hyperlinking): Redo into subsections, &c.
(Amusements): Decipher, morse, pong, studlify
Dave Love [Wed, 16 Aug 2000 18:54:37 +0000 (18:54 +0000)]
emdash in title
Eli Zaretskii [Wed, 16 Aug 2000 18:19:47 +0000 (18:19 +0000)]
(desktop-save): Don't look at symbol-value of a
member of minor-mode-alist, unless it is boundp.
Dave Love [Wed, 16 Aug 2000 15:17:24 +0000 (15:17 +0000)]
(ccl-program-p): Fix doc string.
Sam Steingold [Wed, 16 Aug 2000 14:33:21 +0000 (14:33 +0000)]
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
`while'; use `with-current-buffer' instead of `save-excursion'.
Removed unnecessary kludges now that "*Buffer List*" is excluded.
Eli Zaretskii [Wed, 16 Aug 2000 12:47:20 +0000 (12:47 +0000)]
Document the new change-log-redate command.
Gerd Moellmann [Wed, 16 Aug 2000 12:14:15 +0000 (12:14 +0000)]
(write_glyphs): Also turn off inverse video after turning
off other appearances in case TS_exit_attribute_mode is not equal
to TS_end_standout_mode.
(insert_glyphs): Turn inverse video on/off for each run of glyphs
with the same face.
(turn_off_face): Reset standout_mode only if
TS_exit_attribute_mode has been output and TS_exit_attribute_mode
is equal to TS_end_standout_mode.
Kenichi Handa [Wed, 16 Aug 2000 11:19:34 +0000 (11:19 +0000)]
(encode_coding): Fix the bug of not flushing ISO escape sequence at
the end of the source block.
Kenichi Handa [Wed, 16 Aug 2000 11:17:37 +0000 (11:17 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 16 Aug 2000 10:57:57 +0000 (10:57 +0000)]
(declare-ccl-program): Docstring modified.
(ccl-execute-with-args): Likewise.
Kenichi Handa [Wed, 16 Aug 2000 10:49:31 +0000 (10:49 +0000)]
(Fccl_program_p): Docstring modified.
(Fccl_execute): Likewise.
(Fccl_execute_on_string): Likewise.
Kenichi Handa [Wed, 16 Aug 2000 10:48:41 +0000 (10:48 +0000)]
*** empty log message ***
Dave Love [Wed, 16 Aug 2000 09:23:20 +0000 (09:23 +0000)]
*** empty log message ***
Eli Zaretskii [Wed, 16 Aug 2000 05:22:00 +0000 (05:22 +0000)]
(IT_write_glyphs): Convert cbp to unsigned char *.
Miles Bader [Wed, 16 Aug 2000 02:34:28 +0000 (02:34 +0000)]
Add compatibility definition of comint-line-beginning-position.
Kenichi Handa [Wed, 16 Aug 2000 01:38:49 +0000 (01:38 +0000)]
(write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:32 +0000 (01:38 +0000)]
(write_glyphs): Use a locally declared conversion_buffer.
(insert_glyphs): Likewise.
Kenichi Handa [Wed, 16 Aug 2000 01:38:04 +0000 (01:38 +0000)]
(IT_write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:37:39 +0000 (01:37 +0000)]
(main): Don't call init_coding.
Kenichi Handa [Wed, 16 Aug 2000 01:37:20 +0000 (01:37 +0000)]
(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
(conversion_buffer, conversion_buffer_size): Variables deleted.
(get_conversion_buffer): Function deleted.
(struct conversion_buffer): New structure.
(MAX_ALLOCA): New macro.
(allocate_conversion_buffer): New macro.
(extend_conversion_buffer, free_conversion_buffer): New functions.
(ccl_coding_driver): Set coding->result.
(decode_coding): Set coding->result to CODING_FINISH_NORMAL if
this is the last block of source.
(encode_coding): Likewise. Handle the source block as the last
one only when the whole source text is consumed.
(decode_coding_string): Handle the case that the output buffer is
too small to decode the whole source text. Use
allocate_conversion_buffer, extend_conversion_buffer and
free_conversion_buffer, not get_conversion_buffer.
(encode_coding_string): Likewise.
(init_coding): Function deleted.
(init_coding_once): Delete code to initialize
conversion_buffer_size.
Kenichi Handa [Wed, 16 Aug 2000 01:36:53 +0000 (01:36 +0000)]
(conversion_buffer_size, conversion_buffer)
(get_conversion_buffer): Extern deleted.
Kenichi Handa [Wed, 16 Aug 2000 01:36:35 +0000 (01:36 +0000)]
(CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end
to avoid buffer overflow in the later call of string_as_multibyte
Kenichi Handa [Wed, 16 Aug 2000 01:36:13 +0000 (01:36 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 21:34:26 +0000 (21:34 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 21:28:08 +0000 (21:28 +0000)]
(list-buffers-noselect): Set `buffer' as well as
'buffer-menu' property.
(Buffer-menu-buffer): Use `buffer' property if `buffer-name'
fails.
(Buffer-menu-execute): When deleting, test `(and buf (buffer-name
buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
wasn't killed.
Eli Zaretskii [Tue, 15 Aug 2000 21:02:00 +0000 (21:02 +0000)]
(IT_update_begin): Don't crash if mouse_face_mouse_frame
member of display_info is NULL.
Gerd Moellmann [Tue, 15 Aug 2000 19:26:40 +0000 (19:26 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 19:26:09 +0000 (19:26 +0000)]
(list-buffers-noselect): Don't display the
*Buffer List* buffer.
Gerd Moellmann [Tue, 15 Aug 2000 19:24:42 +0000 (19:24 +0000)]
(compact_small_strings): Use safe_bcopy, add an
assertion.
Gerd Moellmann [Tue, 15 Aug 2000 15:02:30 +0000 (15:02 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 15:02:15 +0000 (15:02 +0000)]
(turn_off_face): Reset standout_mode when resetting
apparances with capability `me'.
(write_glyphs): Switch on inverse video before each face change.
Dave Love [Tue, 15 Aug 2000 14:29:03 +0000 (14:29 +0000)]
Autoload widget-convert when compiling.
(mail-user-agent): Doc fix.
Dave Love [Tue, 15 Aug 2000 14:25:50 +0000 (14:25 +0000)]
(function-called-at-point, variable-at-point): Use
with-syntax-table.
(help-manyarg-func-alist): Add insert-and-inherit.
Dave Love [Tue, 15 Aug 2000 14:22:21 +0000 (14:22 +0000)]
(thing-at-point-url-regexp): Prepend `\<'.
Dave Love [Tue, 15 Aug 2000 14:20:14 +0000 (14:20 +0000)]
(delsel-unload-hook): New function.
Dave Love [Tue, 15 Aug 2000 14:18:18 +0000 (14:18 +0000)]
Doc fixes. Move provide to end.
(ff) <defgroup>: Add :link.
(ff-goto-click): Deleted.
(ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
Use mouse-set-point.
Gerd Moellmann [Tue, 15 Aug 2000 14:10:04 +0000 (14:10 +0000)]
Require jit-lock to prevent a late message `Loading jit-lock' message.
Dave Love [Tue, 15 Aug 2000 14:04:13 +0000 (14:04 +0000)]
(glasses) <defgroup>: Add :version.
(glasses-custom-set): Use set-default, not set.
(minor-mode-alist): Propertize the lighter.
(glasses-mode): Provide optional arg.
Dave Love [Tue, 15 Aug 2000 13:55:45 +0000 (13:55 +0000)]
*** empty log message ***
Dave Love [Tue, 15 Aug 2000 13:45:51 +0000 (13:45 +0000)]
Copyright up-date.
Dave Love [Tue, 15 Aug 2000 13:44:37 +0000 (13:44 +0000)]
(cwarn) <defgroup>: Add :version, :link.
(global-cwarn-mode): Don't make it a user option. Unquote lambda.
(cwarn-font-lock-feature-keywords-alist): Don't make it a user
option. Provide :type.
(cwarn-configuration): Provide :type.
(cwarn-mode): Doc fix.
Dave Love [Tue, 15 Aug 2000 13:29:02 +0000 (13:29 +0000)]
Tidy up previous additions. List more languages. Glasses mode.
change-log-redate. xref Ebrowse. Cwarn mode.
Dave Love [Tue, 15 Aug 2000 13:26:16 +0000 (13:26 +0000)]
(change-log-merge): Doc fix.
(change-log-redate): New command.
Gerd Moellmann [Tue, 15 Aug 2000 13:22:09 +0000 (13:22 +0000)]
*** empty log message ***
Dave Love [Tue, 15 Aug 2000 13:14:45 +0000 (13:14 +0000)]
Minor English and formatting changes.
Dave Love [Tue, 15 Aug 2000 13:07:55 +0000 (13:07 +0000)]
small fixes
Gerd Moellmann [Tue, 15 Aug 2000 12:39:23 +0000 (12:39 +0000)]
Change authors' mail address.
Miles Bader [Tue, 15 Aug 2000 12:16:01 +0000 (12:16 +0000)]
*** empty log message ***
Miles Bader [Tue, 15 Aug 2000 12:06:42 +0000 (12:06 +0000)]
(ispell-graphic-p): New constant.
(ispell-choices-win-default-height, ispell-help):
Use `ispell-graphic-p' instead of `xemacsp'.
Dave Love [Tue, 15 Aug 2000 12:02:34 +0000 (12:02 +0000)]
*** empty log message ***
Dave Love [Tue, 15 Aug 2000 12:01:16 +0000 (12:01 +0000)]
(Name Help): Don't mention find-func.
Dave Love [Tue, 15 Aug 2000 11:19:13 +0000 (11:19 +0000)]
(msb--few-menus, msb--very-many-menus): Use current Gnus
modes.
(msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
Fix previous change to mapcan.
(msb--init-file-alist, msb--add-separators)
(msb--make-keymap-menu): Simplify.
(msb--choose-file-menu): Use copy-sequence.
(msb-mode-map): Add title to keymap.
(msb-unload-hook): New function.
Dave Love [Tue, 15 Aug 2000 11:18:38 +0000 (11:18 +0000)]
Fix indentation.
(bs) <defgroup>: Add :links.
Dave Love [Tue, 15 Aug 2000 11:17:17 +0000 (11:17 +0000)]
(browse-url-filename-alist): Add a clause for
Doze and Dog.
(browse-url): Use dolist, not mapcar.
(browse-url-at-point): Check for null url.
(browse-url-event-buffer, browse-url-event-point): Functions
deleted.
(browse-url-at-mouse, browse-url-netscape): Simplify.
Dave Love [Tue, 15 Aug 2000 09:17:23 +0000 (09:17 +0000)]
Comment about gcc -g.
Eli Zaretskii [Tue, 15 Aug 2000 08:26:43 +0000 (08:26 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 15 Aug 2000 08:25:50 +0000 (08:25 +0000)]
(timeclock-file): Run .timelog through convert-standard-filename.
Eli Zaretskii [Tue, 15 Aug 2000 08:24:30 +0000 (08:24 +0000)]
(Time Intervals): New node.
Eli Zaretskii [Tue, 15 Aug 2000 08:23:20 +0000 (08:23 +0000)]
(Authors): New node.
Sam Steingold [Mon, 14 Aug 2000 21:45:06 +0000 (21:45 +0000)]
fixed sds e-mail
Sam Steingold [Mon, 14 Aug 2000 21:42:58 +0000 (21:42 +0000)]
I wrote midnight.el
Gerd Moellmann [Mon, 14 Aug 2000 21:33:50 +0000 (21:33 +0000)]
*** empty log message ***
Sam Steingold [Mon, 14 Aug 2000 19:47:39 +0000 (19:47 +0000)]
typo fix
Gerd Moellmann [Mon, 14 Aug 2000 19:47:29 +0000 (19:47 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 14 Aug 2000 19:46:18 +0000 (19:46 +0000)]
(show-paren-priority): New user option.
(show-paren-function): Set overlay priorities to
show-paren-priority.
Gerd Moellmann [Mon, 14 Aug 2000 16:30:59 +0000 (16:30 +0000)]
*** empty log message ***
Dave Love [Mon, 14 Aug 2000 14:26:59 +0000 (14:26 +0000)]
*** empty log message ***
Dave Love [Mon, 14 Aug 2000 14:15:44 +0000 (14:15 +0000)]
[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
[!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
(lisp_free): Declare and make static.
Miles Bader [Mon, 14 Aug 2000 13:18:04 +0000 (13:18 +0000)]
*** empty log message ***
Miles Bader [Mon, 14 Aug 2000 12:56:03 +0000 (12:56 +0000)]
(comint-bol): Use `forward-line 0' instead of calling beginning-of-line
with inhibit-field-text-motion bound.
Gerd Moellmann [Mon, 14 Aug 2000 12:45:50 +0000 (12:45 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 14 Aug 2000 12:44:38 +0000 (12:44 +0000)]
(push_key_description): If C without modifiers is < 32,
make sure to print `C-' before `M-', like in the manual.
Gerd Moellmann [Mon, 14 Aug 2000 12:43:55 +0000 (12:43 +0000)]
(xml-parse-tag, xml-parse-attlist): Do not downcase
identifiers, since XML is case sensitive
Gerd Moellmann [Mon, 14 Aug 2000 12:43:13 +0000 (12:43 +0000)]
(recent-dialog-mode-map): Bind down-mouse-1 to
`widget-button-click'. so that one can use left mouse button to
click on dialog buttons.
Dave Love [Mon, 14 Aug 2000 10:52:50 +0000 (10:52 +0000)]
Fix embedded comment.
(syms_of_window): Fix doc string.
Miles Bader [Mon, 14 Aug 2000 09:16:49 +0000 (09:16 +0000)]
Update `fields' entry.
Eli Zaretskii [Sun, 13 Aug 2000 18:28:04 +0000 (18:28 +0000)]
(Top): Add Index in the menu.
(many nodes): Add index entries.
(Index): New node.
Eli Zaretskii [Sun, 13 Aug 2000 09:09:02 +0000 (09:09 +0000)]
Fix typo in comment.
Eli Zaretskii [Sun, 13 Aug 2000 06:09:11 +0000 (06:09 +0000)]
(Misc Buffer): Document kill-read-only-ok.
Eli Zaretskii [Sun, 13 Aug 2000 06:07:36 +0000 (06:07 +0000)]
(Killing): Document kill-read-only-ok.
Eli Zaretskii [Sun, 13 Aug 2000 05:49:52 +0000 (05:49 +0000)]
Fix a typo in Eli Zaretskii's name.
Miles Bader [Sat, 12 Aug 2000 01:48:25 +0000 (01:48 +0000)]
(comint-output-filter): Don't bother frobbing window-start, it doesn't
seem to be necessary.
Miles Bader [Fri, 11 Aug 2000 19:17:18 +0000 (19:17 +0000)]
(comint-send-string, comint-send-region): Make into real functions.
Snapshot the prompt before sending.
Sam Steingold [Fri, 11 Aug 2000 17:05:44 +0000 (17:05 +0000)]
punctuation fixes in doc strings