1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

29904 commits

Author SHA1 Message Date
Gerd Moellmann
afd74e2569 (Ftranspose_regions): Use xfree instead of free. 2000-08-05 19:26:20 +00:00
Gerd Moellmann
9318456051 (Finsert_file_contents): Use xfree instead of free. 2000-08-05 19:26:04 +00:00
Gerd Moellmann
36cc2d3834 (popup_get_selection): Use xfree instead of free. 2000-08-05 19:25:41 +00:00
Gerd Moellmann
1fd4c450e5 Replace illegal' with invalid'.
(Fmake_hash_table, amke_hash_table): Allow table size of 0.
2000-08-05 15:48:22 +00:00
Gerd Moellmann
1a948b1794 Replace illegal' with invalid'. 2000-08-05 15:47:13 +00:00
Eli Zaretskii
efb29aff04 (src): Put gdb.tmp after -a, since -a requires an argument. 2000-08-05 08:25:09 +00:00
Noah Friedman
59f953a285 (Fmake_hash_table): Add missing `\n\' to end of line in docstring. 2000-08-05 03:01:49 +00:00
Kenichi Handa
82d497fc5c (skip_chars): Fix handling of multibyte<->unibyte conversion. 2000-08-05 01:45:10 +00:00
Gerd Moellmann
688351f25d (skip_chars): Fix typo in error message. 2000-08-04 15:07:44 +00:00
Eli Zaretskii
2e78d4abe0 (zone, zone-pgm-stress): Don't use window-system. 2000-08-04 12:21:12 +00:00
Eli Zaretskii
85628348e5 *** empty log message *** 2000-08-04 11:45:03 +00:00
Eli Zaretskii
cf667bc526 (hi-lock-unface-buffer): If a menu of regexps is
popped up, but the user clicks outside the menu, return an empty
regexp (that causes unhighlight-regexp to have no effect).
2000-08-04 11:39:24 +00:00
Eli Zaretskii
74f0e5522d *** empty log message *** 2000-08-04 08:52:04 +00:00
Andreas Schwab
2dad51cce6 * m/ia64.h: Moved from s/ia64.h. 2000-08-04 08:48:52 +00:00
Eli Zaretskii
7bff37dc16 (menu-bar-games-menu): Add Zone. 2000-08-04 08:34:51 +00:00
Eli Zaretskii
588aca276b (toplevel): Require font-lock. 2000-08-04 08:30:16 +00:00
Eli Zaretskii
c5feaf5415 (Highlight Interactively): Document the hi-lock mode. 2000-08-04 06:06:05 +00:00
Kenichi Handa
082a1df2db *** empty log message *** 2000-08-04 05:53:39 +00:00
Kenichi Handa
78108bcdcc (coding_restore_composition): Pay attention to the case that
cmp_data is not set properly (because of invalid code in the
source text).
(run_pre_post_conversion_on_str): Include text properties in the
resulting string.
(decode_coding_string): Set members of coding correctly.
2000-08-04 05:53:01 +00:00
Kenichi Handa
ed7a4b2d60 (read_process_output): Big simplification. Handle
composition and post-read-conversion of coding system correctly.
(send_process): Handle composition correctly.
2000-08-04 02:26:32 +00:00
Kenichi Handa
f778b157f4 (Fcall_process): Handle post-read-conversion of coding system if any. 2000-08-04 02:12:39 +00:00
Kenichi Handa
e7046a1877 (decode_coding_iso2022): More strict check for handling single
shifting.
2000-08-04 02:05:39 +00:00
Kenichi Handa
99bb2c6002 *** empty log message *** 2000-08-04 02:05:08 +00:00
Gerd Moellmann
f4988be716 *** empty log message *** 2000-08-03 20:24:26 +00:00
Gerd Moellmann
c52e7aa6e2 (set_frame_size, update_wm_hints, EmacsFrameSetValues):
Use NULL instead of 0 at the end of variable argument list of
XtVaGetValues and XtVaSetValues, because 0 fails on systems where
sizeof (int) < sizeof (void *).
2000-08-03 20:22:34 +00:00
Gerd Moellmann
6a2bfc8478 (update_frame_menubar): Use NULL instead of 0 at the end
of variable argument lists of XtVaGetValues and XtVaSetValues.
2000-08-03 20:22:17 +00:00
Gerd Moellmann
d16700638b (Fx_file_dialog): Use NULL instead of 0 at the end of
variable argument lists of XtVaGetValues and XtVaSetValues.
2000-08-03 20:21:52 +00:00
Gerd Moellmann
5268b4422d Get around a bug on skip-chars-forward.
(ebnf-8-bit-chars): New var for bug fix.
(ebnf-string): Bug fix.
2000-08-03 20:11:01 +00:00
Gerd Moellmann
8dd095ee45 Use NULL at the end of the
variable argument lists of XtVaSetValues and XtVaGetValues
functions because 0 is not sufficient on systems where sizeof
(int) < sizeof (void *).
2000-08-03 20:09:56 +00:00
Gerd Moellmann
2d23c8cc17 Add support for ia64*-*-linux*. 2000-08-03 20:08:27 +00:00
Sam Steingold
027b73ac1b * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
instead of `buffer-string'.
(require 'cl): Always, not just when compiling.
`ignore-errors' in `interactive', `list*', `defun*' &c make this necessary.
2000-08-03 18:11:47 +00:00
Eli Zaretskii
bbe1599028 Fix typos in the entry for `ispell' command. 2000-08-03 14:50:28 +00:00
Eli Zaretskii
2f1fa038c8 (select-safe-coding-system): Make
the message text about selecting a safe coding system more clear.
2000-08-03 11:38:08 +00:00
Gerd Moellmann
abb2db1cf3 *** empty log message *** 2000-08-02 21:29:36 +00:00
Gerd Moellmann
ead534947f *** empty log message *** 2000-08-02 20:23:23 +00:00
Gerd Moellmann
754bd273b7 (ispell): New function, replacing an alias.
Spell-check active region if in transient-mark-mode and mark
is active; otherwise spell-check buffer.
2000-08-02 20:21:53 +00:00
Gerd Moellmann
d79dfd472e (occur): Set tab-width in the *Occur* buffer to the
value of tab-width in the original buffer.  Choose a line number
format that's a multiple of the original buffer's tab width, so
that lines appear right.
2000-08-02 20:21:24 +00:00
Gerd Moellmann
8fdd56afa4 Fix a customization problem on
ps-mule-font-info-database-default.
2000-08-02 20:20:55 +00:00
Gerd Moellmann
9c3da604d1 (display_buffer_reuse_frames): New variable.
(Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
frames displaying BUFFER.
(syms_of_window): Define Lisp variable
display-buffer-reuse-frames.
2000-08-02 20:17:01 +00:00
Gerd Moellmann
c1848a97e5 (Fsingle_key_description): Add parameter NO_ANGLES.
Callers changed.
2000-08-02 20:16:40 +00:00
Gerd Moellmann
efff6e49a9 (read_char_minibuf_menu_prompt): Add new parameter
in call to Fsingle_key_description.
2000-08-02 20:16:22 +00:00
Gerd Moellmann
675d513090 (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
(xrealloc, xmalloc): Use size_t.
2000-08-02 20:15:51 +00:00
Gerd Moellmann
f66aa8f2c1 (Fsingle_key_description, xmalloc, xrealloc): Change
prototype.
2000-08-02 20:15:09 +00:00
Eli Zaretskii
f4a2b0a4bf (ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.
(ebrowse-member-mode-map): Ditto.
2000-08-02 07:38:53 +00:00
Gerd Moellmann
b685181ebb Update ps-print functions call. Indentation fix. Doc
fix.
(ebnf-version): New version number (3.2).
(ebnf-format-color, ebnf-begin-job): Code fix.
2000-08-01 19:58:35 +00:00
Miles Bader
10b0f752ea (Fconstrain_to_field): Fix the conditions for deciding when to constrain
NEW_POS (they were pretty screwed up before).
2000-08-01 12:56:24 +00:00
Eli Zaretskii
032ebb2999 (nslookup-font-lock-keywords): Don't condition font lock support
on window-system.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
2000-08-01 10:12:00 +00:00
Eli Zaretskii
3b5fab8756 (ispell-highlight-spelling-error): Use
display-color-p, if fboundp, instead of window-system.
2000-08-01 06:25:13 +00:00
Eli Zaretskii
7e2605e79e (rmail-start-mail): Use display-multi-frame-p
instead of looking at window-system.
2000-07-31 15:41:39 +00:00
Eli Zaretskii
ef64957506 (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-plot-square, gomoku-init-display): Don't use window-system.
2000-07-31 15:38:35 +00:00