1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

30151 commits

Author SHA1 Message Date
Stefan Monnier
1e495fc764 (mh-make-local-vars):
Replace make-variable-buffer-local with make-local-variable.
2000-08-16 20:38:40 +00:00
Stefan Monnier
7e86942c8a (outline-minor-mode): Don't quote lambda. 2000-08-16 20:34:25 +00:00
Stefan Monnier
399ede1371 (bg-mouse-report): screen-height -> frame-height. 2000-08-16 20:29:14 +00:00
Stefan Monnier
44946a4c9e * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
(ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
Allow going past the last element.
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
(cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
(cvs-mouse-toggle-mark): Don't move point.
(cvs-revert-if-needed): Avoid re-eval of local variables and modes.
2000-08-16 20:27:39 +00:00
Stefan Monnier
ffb4b7a11d (grep): Provide a default set of files.
(next-error): Docstring fix.
(compilation-find-file): Avoid find-file (fails in a dedicated window).
2000-08-16 20:20:43 +00:00
Stefan Monnier
4d3a92281f Typo. 2000-08-16 20:17:39 +00:00
Stefan Monnier
cb5da1a31e (define-minor-mode): Use `symbol-value' to keep the byte-compiler quiet. 2000-08-16 20:16:33 +00:00
Dave Love
d683704ce5 mainly indexing 2000-08-16 19:57:31 +00:00
Dave Love
de73598846 dired-x tweaks 2000-08-16 19:56:30 +00:00
Stefan Monnier
027ac3f8db (diff-mode-map): Bind diff-apply-hunk.
(diff-find-source-location): New fun, extracted from diff-goto-source.
(diff-goto-source): Use it.
(diff-next-complex-hunk, diff-filter-lines): New function.
(diff-apply-hunk): New command.
2000-08-16 19:56:10 +00:00
Dave Love
239e21e224 C-Mouse-3.
msb-mode
indexing.
2000-08-16 19:55:48 +00:00
Gerd Moellmann
d7b38c0550 *** empty log message *** 2000-08-16 19:55:18 +00:00
Dave Love
4f00b8c106 *** empty log message *** 2000-08-16 19:53:17 +00:00
Dave Love
b54346bc49 (Buffer Convenience): New. 2000-08-16 19:52:35 +00:00
Stefan Monnier
394bd1cae1 (smerge-mode-menu): Doc fix. 2000-08-16 19:51:55 +00:00
Dave Love
ef94046937 iso-cvt, tildify, bibtex-mode 2000-08-16 19:50:21 +00:00
Dave Love
ad4a78d640 (Mode Line): xref Mode Line Mouse 2000-08-16 19:48:56 +00:00
Dave Love
dd5c1ea9b7 delete-selection-mode 2000-08-16 19:45:30 +00:00
Stefan Monnier
3bdb5fb8e0 (msb-mode): Define it in terms of define-minor-mode. 2000-08-16 19:40:41 +00:00
Gerd Moellmann
1c2eababcb *** empty log message *** 2000-08-16 19:37:26 +00:00
Dave Love
834d56ed63 zone 2000-08-16 19:25:25 +00:00
Dave Love
7514115408 (Environment): setenv.
(Resources X): lineSpacing, privateColormap, screenGamma, synchronous,
visualClass.
2000-08-16 19:20:14 +00:00
Dave Love
329d7667c8 (fortune) <defgroup>: Add :version.
(fortune-append): Fix error message.
(fortune-from-region): Doc fix.
2000-08-16 19:10:48 +00:00
Dave Love
e8951be0ff (pong): Doc fix. 2000-08-16 19:07:04 +00:00
Dave Love
0419a4af90 Add `extensions' to keywords, since it's internal. 2000-08-16 19:05:59 +00:00
Dave Love
9f56503b8e Fix commentary section. 2000-08-16 19:03:53 +00:00
Dave Love
b1a92ebfab (Emacs Server): emacs.bash
(Emulation): crisp, pc-bindings, pc-selection tweaks.
(Hyperlinking): Redo into subsections, &c.
(Amusements): Decipher, morse, pong, studlify
2000-08-16 19:01:51 +00:00
Dave Love
bdb6b1e156 emdash in title 2000-08-16 18:54:37 +00:00
Eli Zaretskii
69db7ee70f (desktop-save): Don't look at symbol-value of a
member of minor-mode-alist, unless it is boundp.
2000-08-16 18:19:47 +00:00
Dave Love
ed1f9d49ba (ccl-program-p): Fix doc string. 2000-08-16 15:17:24 +00:00
Sam Steingold
10e1dad961 * 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.
2000-08-16 14:33:21 +00:00
Eli Zaretskii
6bb6cda236 Document the new change-log-redate command. 2000-08-16 12:47:20 +00:00
Gerd Moellmann
65aa5e85fa (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.
2000-08-16 12:14:15 +00:00
Kenichi Handa
bb10be8b6f (encode_coding): Fix the bug of not flushing ISO escape sequence at
the end of the source block.
2000-08-16 11:19:34 +00:00
Kenichi Handa
9d7bcb2ee8 *** empty log message *** 2000-08-16 11:17:37 +00:00
Kenichi Handa
07fd074eb8 (declare-ccl-program): Docstring modified.
(ccl-execute-with-args): Likewise.
2000-08-16 10:57:57 +00:00
Kenichi Handa
c7c386ad47 (Fccl_program_p): Docstring modified.
(Fccl_execute): Likewise.
(Fccl_execute_on_string): Likewise.
2000-08-16 10:49:31 +00:00
Kenichi Handa
ece23901b5 *** empty log message *** 2000-08-16 10:48:41 +00:00
Dave Love
c1e757e36b *** empty log message *** 2000-08-16 09:23:20 +00:00
Eli Zaretskii
5e30eaa296 (IT_write_glyphs): Convert cbp to unsigned char *. 2000-08-16 05:22:00 +00:00
Miles Bader
04231ab822 Add compatibility definition of comint-line-beginning-position. 2000-08-16 02:34:28 +00:00
Kenichi Handa
4d5d6aabc3 (write_glyphs): Use a locally declared conversion_buffer. 2000-08-16 01:38:49 +00:00
Kenichi Handa
d2fdb076c0 (write_glyphs): Use a locally declared conversion_buffer.
(insert_glyphs): Likewise.
2000-08-16 01:38:32 +00:00
Kenichi Handa
648648a9cb (IT_write_glyphs): Use a locally declared conversion_buffer. 2000-08-16 01:38:04 +00:00
Kenichi Handa
ae2d77a105 (main): Don't call init_coding. 2000-08-16 01:37:39 +00:00
Kenichi Handa
73be902c32 (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.
2000-08-16 01:37:20 +00:00
Kenichi Handa
0749a60833 (conversion_buffer_size, conversion_buffer)
(get_conversion_buffer): Extern deleted.
2000-08-16 01:36:53 +00:00
Kenichi Handa
904a2edd5c (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
2000-08-16 01:36:35 +00:00
Kenichi Handa
290602fd0a *** empty log message *** 2000-08-16 01:36:13 +00:00
Gerd Moellmann
dc28878c8b *** empty log message *** 2000-08-15 21:34:26 +00:00