Commit Graph

30786 Commits

Author SHA1 Message Date
Andrew Innes
dfaaaafb67 (w32_per_char_metric): Handle non-TrueType fonts. 2000-09-14 21:34:22 +00:00
Andrew Innes
cf498eda60 Standardize indentation somewhat.
(bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
cater for differences between shells.
2000-09-14 21:32:40 +00:00
Andrew Innes
0ba5fa0ec8 (clean mostlyclean): Ignore errors when deleting
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.
2000-09-14 21:27:11 +00:00
Andrew Innes
7b273f2f1d Rename skkdic to ja-dic. 2000-09-14 21:25:13 +00:00
Andrew Innes
161a7b3739 Add bootstrap support. Also copy lisp source
when installing.
2000-09-14 21:22:43 +00:00
Andrew Innes
524817296a (DONTCOMPILE): Fix typo. 2000-09-14 21:19:58 +00:00
Andrew Innes
4dced92736 (shell-write-history-on-exit): New function.
(shell-dumb-shell-regexp): New custom variable.
(shell-mode): Make shell-write-history-on-exit the process
sentinel if shell name matches shell-dumb-shell-regexp.
2000-09-14 21:15:44 +00:00
Andrew Innes
1198514be7 Comment out before-init-hook function which resets
source-directory based; this breaks bootstrap.
2000-09-14 21:13:08 +00:00
Gerd Moellmann
2a32b5ea15 (x_produce_glyphs): If the distance from the current
position to the next tab stop is less than a canonical character
width, use the tab stop after that.
2000-09-14 20:20:51 +00:00
Dave Love
b4331e964a *** empty log message *** 2000-09-14 19:47:28 +00:00
Dave Love
815add8485 (alloc_buffer_text): Fix xmalloc call. 2000-09-14 19:39:11 +00:00
Gerd Moellmann
085536c273 (handle_fontified_prop): While running fontification
functions, bind `fontification-functions' and
`after-change-functions' to nil.
2000-09-14 19:17:36 +00:00
Dave Love
2beab0dbab Tool bar, mention c-mouse-3. 2000-09-14 19:17:05 +00:00
Dave Love
69c406323b Fix spurion. 2000-09-14 18:59:00 +00:00
Gerd Moellmann
ef9e43452f *** empty log message *** 2000-09-14 15:15:16 +00:00
Gerd Moellmann
02bb17d31c Remove everything having to do with the use of mmap. 2000-09-14 15:14:28 +00:00
Gerd Moellmann
39c75ccb52 (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
(enlarge_buffer_text): Add prototype.
2000-09-14 15:14:15 +00:00
Gerd Moellmann
b86af064c5 Move allocation with mmap here, from ralloc.c. Change
conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
(mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
from former r_alloc_* functions in ralloc.c.
(mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New
variables.
(MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
(mmap_init) [REL_ALLOC_MMAP]: New function.
(alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
BUFFER_FREE.
2000-09-14 15:14:02 +00:00
Gerd Moellmann
71a7bfa7ee (make_gap): Use enlarge_buffer_text. 2000-09-14 15:13:29 +00:00
Gerd Moellmann
a74c5ec1a4 Change conditional compilation on REL_ALLOC_MMAP to
USE_MMAP_FOR_BUFFERS.
2000-09-14 15:13:18 +00:00
Gerd Moellmann
95f784a935 (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. 2000-09-14 15:13:02 +00:00
Gerd Moellmann
67cdbf1682 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. 2000-09-14 15:12:48 +00:00
Gerd Moellmann
e32fac2a98 (USE_MMAP_FOR_BUFFERS): Recognize in system
configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
to `no' if defined.  Change result report.
2000-09-14 15:11:53 +00:00
Dave Love
896160ba96 (toolbar-like-menu-item): Doc fix. 2000-09-14 13:17:02 +00:00
Dave Love
f8034e4114 *** empty log message *** 2000-09-14 12:53:20 +00:00
Gerd Moellmann
986b7dee46 (ansi-colors): Doc change.
(ansi-color-get-face): Simplified regexp.
(ansi-color-faces-vector): Added more faces, doc change.
(ansi-color-names-vector): Doc change.
(ansi-color-regexp): Simplified regexp.
(ansi-color-parameter-regexp): New regexp.
(ansi-color-filter-apply): Doc change.
(ansi-color-filter-region): Doc change.
(ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
deal with zero length parameters.
(ansi-color-apply-on-region): Doc change.
(ansi-color-map): Doc change.
(ansi-color-map-update): Removed debugging message.
(ansi-color-get-face-1): Added condition-case to trap
args-out-of-range errors.
(ansi-color-get-face): Doc change.
(ansi-color-make-face): Removed.
(ansi-color-for-shell-mode): New option.
2000-09-14 12:38:09 +00:00
Gerd Moellmann
b9ce5694b3 (indent-for-tab-command): Doc fix. 2000-09-14 12:19:16 +00:00
Dave Love
9385d14d31 Add toolbar. 2000-09-14 11:57:02 +00:00
Dave Love
a5d8b3ddbc New. (Gnome icon by tigert.) 2000-09-14 11:56:36 +00:00
Dave Love
b719979056 New. 2000-09-14 11:55:46 +00:00
Dave Love
ffb8db8d77 *** empty log message *** 2000-09-14 09:52:08 +00:00
Gerd Moellmann
2a494b2d89 (Fplay_sound): Doc fix. 2000-09-13 18:23:03 +00:00
Dave Love
c26a99e8d9 (Clickable Text): Fix example. 2000-09-13 18:00:34 +00:00
Gerd Moellmann
5dd05f61ab *** empty log message *** 2000-09-13 15:47:04 +00:00
Kenichi Handa
195e67401d (quail-start-translation): Translate KEY if necessary even if it
doesn't have any mapping in the current input method.
(quail-start-conversion): Likewise.
(quail-help): The output message is improved.
2000-09-13 12:10:29 +00:00
Kenichi Handa
076ff9117c *** empty log message *** 2000-09-13 12:09:56 +00:00
Miles Bader
bdf08678db (comint-output-filter):
Revert to using `insert-before-markers'.
  Add bletcherous hack to undo damage caused by `insert-before-markers'.
  Put `front-sticky' property on overlays created here so that the field code
    understands how the overlay works.
  Use a let when making comint-last-prompt-overlay, so that the code is
    easier to read.
2000-09-13 12:08:32 +00:00
Gerd Moellmann
8c907a5633 Avoid some more compiler warnings.
(parse_tool_bar_item): Ignore cached key bindings.
2000-09-13 11:18:03 +00:00
Dave Love
820d41817c (widget-default-format-handler): DTRT when
doc-property is a function.
2000-09-13 10:34:52 +00:00
Gerd Moellmann
f860896845 Add some comments about DOUG_LEA_MALLOC's use of mmap
and allocation of Lisp data.
2000-09-13 09:19:05 +00:00
Jason Rumney
670a1031e9 (browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific association. 2000-09-12 20:21:39 +00:00
Dave Love
9023837e89 (read-mail-command): Doc fix.
(mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2000-09-12 17:59:26 +00:00
Dave Love
c6ad01e853 Remove obsolescences, especially hash tables and refs to Emacs 19. 2000-09-12 17:44:45 +00:00
Gerd Moellmann
d12d0a9b79 Remove conditional compilation on SCALABLE_FONTS.
(Finternal_set_lisp_face_attribute): If frame is 0, set new frame
defaults first.
2000-09-12 14:19:54 +00:00
Dave Love
0812c1e828 (set-locale-environment): Doc fix. 2000-09-12 13:32:06 +00:00
Gerd Moellmann
8fcbbf7d42 (mail-mode-fill-paragraph): Do not get the
filed name if it's not there.
2000-09-12 13:30:30 +00:00
Dave Love
3517761708 *** empty log message *** 2000-09-12 13:16:58 +00:00
Dave Love
de98695343 Add `emulation' to keywords. 2000-09-12 13:07:00 +00:00
Dave Love
6f41eeb577 (vc-dired-listing-switches): Fix :version. 2000-09-12 13:03:44 +00:00
Dave Love
5eb2b516a6 Doc fixes. 2000-09-12 13:00:30 +00:00