summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refill-modeDave Love2000-10-221-0/+3
|
* *** empty log message ***Dave Love2000-10-222-0/+160
|
* #André Spiegel2000-10-221-0/+21
|
* (vc-checkout): Added `-p' suffix in call to vc-make-version-backups-p;André Spiegel2000-10-221-12/+18
| | | | | | | | use vc-make-version-backup to actually make the backup. (vc-version-other-window, vc-version-backup-file): Handle both automatic and manual backups. (vc-revert-file): Use vc-delete-automatic-version-backups to get rid of all of them.
* (vc-cvs-make-version-backups-p): Added `-p' suffix as expected byAndré Spiegel2000-10-221-2/+2
| | | | vc[-hooks].el.
* (vc-version-backup-file-name): New optional args MANUAL and REGEXP.André Spiegel2000-10-221-8/+33
| | | | | | | | (vc-delete-automatic-version-backups, vc-make-version-backup): New functions. (vc-before-save): Use the latter. (vc-default-make-version-backups-p): Added `-p' suffix to avoid confusion.
* Fix a typo in a comment.Eli Zaretskii2000-10-221-1/+1
|
* (comint-highlight-input, comint-highlight-prompt):Miles Bader2000-10-222-7/+10
| | | | | | Renamed, `-face' at end removed. (comint-send-input, comint-output-filter): Use renamed faces.
* Clean up comint entries a bit.Miles Bader2000-10-221-17/+19
|
* *** empty log message ***Stefan Monnier2000-10-221-2/+3
|
* *** empty log message ***Stefan Monnier2000-10-221-2/+9
|
* (fix_submap_inheritance): Don't do anything if parent_entryStefan Monnier2000-10-221-13/+17
| | | | | | | is nil: since we go to the end of submap anyway, we'd end up setting nil to nil. (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP doesn't obey autoload.
* (fit-window-to-buffer): Change defaulting of MAX-HEIGHT slightly.Miles Bader2000-10-222-5/+6
|
* (window-text-height): Don't expect minibuffers to have mode-lines.Miles Bader2000-10-221-1/+2
|
* (color-values, color-defined-p): Use `member', notMiles Bader2000-10-212-5/+15
| | | | | | | `memq', because it works correctly for strings. (frame-set-background-mode): Actually, "unspecified-fg" and "unspecified-bg" *are* strings. Use `member', not `memq', and `equal', not `eq', when a string value is possible.
* (Info-file-list-for-emacs): Add an entry for Speedbar.Eli Zaretskii2000-10-212-1/+5
|
* (dos_set_window_size): Update screen dimension variables.Eli Zaretskii2000-10-212-0/+10
|
* (sh-mode-map): Remove bindings forStefan Monnier2000-10-212-408/+103
| | | | | | | | | | | | | | | | | | | | | | | sh-electric-rparen, sh-electric-less and sh-electric-hash. (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax. (sh-font-lock-heredoc, sh-font-lock-paren): New funs. (sh-font-lock-syntactic-keywords): Use them. (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove. (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove. (sh-mode): Don't override font-lock-unfontify-region-function. Use a copy of sh-font-lock-syntactic-keywords. (sh-set-shell): Don't set sh-electric-rparen-needed-here. Don't call sh-scan-buffer since font-lock does it on the fly. (sh-get-indent-info): Use `face' rather than `syntax-table' text-property to detect here-documents. Replace sh-special-syntax with sh-st-punc. (sh-prev-line): Use `face' rather than `syntax-table' text-property to skip over here-documents. (sh-font-lock-unfontify-region-function, sh-check-paren-in-case) (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash) (sh-electric-less, sh-set-here-doc-region) (sh-remove-our-text-properties, sh-search-word, sh-scan-case) (sh-scan-buffer, sh-rescan-buffer): Remove.
* (w32_cache_char_metrics): Double check that font isJason Rumney2000-10-211-1/+4
| | | | really fixed pitch before trusting tmPitchAndFamily.
* *** empty log message ***Jason Rumney2000-10-211-0/+5
|
* *** empty log message ***Andrew Innes2000-10-213-0/+97
|
* (w32_char_font_type): Move enum from w32term.cAndrew Innes2000-10-211-0/+24
|
* Extern decl for w32_cache_char_metrics.Andrew Innes2000-10-211-10/+1
|
* (w32_load_bdf_font): Call w32_cache_char_metrics.Andrew Innes2000-10-211-1/+4
|
* (w32_load_system_font): Call w32_cache_char_metrics.Andrew Innes2000-10-211-0/+4
| | | | (w32_unload_font): Free per_char array if present.
* (w32_per_char_metric): Remove HDC argument. UseAndrew Innes2000-10-211-92/+120
| | | | | | | | | | | | | cached information in emulated XFontStruct to handle common cases quickly. Do not allocate XCharStruct for return. (w32_native_per_char_metric): New function. (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of allocating one. (x_produce_glyphs): Don't get an HDC. Change calls to w32_per_char_metric to match arg change above. Remove calls to free results. (w32_get_glyph_overhangs): Ditto. (w32_cache_char_metrics): New function.
* Change .obj to .$(O) in all dependencies.Andrew Innes2000-10-211-82/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | ($(BLD)/casefiddle.$(O)): Remove compile command. ($(BLD)/gmalloc.$(O)): Remove compile command. ($(BLD)/dispnew.obj): ($(BLD)/keyboard.obj): ($(BLD)/w32inevt.obj): ($(BLD)/w32bdf.obj): ($(BLD)/alloc.obj): ($(BLD)/buffer.obj): ($(BLD)/editfns.obj): ($(BLD)/emacs.obj): ($(BLD)/fileio.obj): ($(BLD)/fns.obj): ($(BLD)/indent.obj): ($(BLD)/insdel.obj): ($(BLD)/intervals.obj): ($(BLD)/minibuf.obj): ($(BLD)/print.obj): ($(BLD)/scroll.obj): ($(BLD)/sysdep.obj): ($(BLD)/textprop.obj): ($(BLD)/widget.obj): ($(BLD)/xdisp.obj): Add dependency on w32gui.h. ($(BLD)/term.obj): Add dependency on dispextern.h.
* ($(BLD)\dispnew.obj):Andrew Innes2000-10-211-1/+22
| | | | | | | | | | | | | | | | | | | | | | | ($(BLD)\keyboard.obj): ($(BLD)\w32inevt.obj): ($(BLD)\w32bdf.obj): ($(BLD)\alloc.obj): ($(BLD)\buffer.obj): ($(BLD)\editfns.obj): ($(BLD)\emacs.obj): ($(BLD)\fileio.obj): ($(BLD)\fns.obj): ($(BLD)\indent.obj): ($(BLD)\insdel.obj): ($(BLD)\intervals.obj): ($(BLD)\minibuf.obj): ($(BLD)\print.obj): ($(BLD)\scroll.obj): ($(BLD)\sysdep.obj): ($(BLD)\textprop.obj): ($(BLD)\widget.obj): ($(BLD)\xdisp.obj): Add dependency on w32gui.h. ($(BLD)\term.obj): Add dependency on dispextern.h
* ($(TIT)): Add $(SUBDIRS) as dependents, insteadAndrew Innes2000-10-212-91/+92
| | | | | | | | | | | of conditional invocation of make. (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. ($(TIT)): Adjusted for the above change. (clean mostlyclean): Likewise. (.el.elc): New target.
* (make-auto-save-file-name): Don't apply conversion toAndrew Innes2000-10-211-1/+5
| | | | remote (ange-ftp) file names.
* (Fminibuffer_complete): Call Fpos_visible_in_window_pEli Zaretskii2000-10-212-1/+6
| | | | with an additional argument of Qt.
* (quail-update-guidance): Balance parens.Miles Bader2000-10-211-9/+9
|
* (Fpos_visible_in_window_p): Update prototypeMiles Bader2000-10-212-1/+10
|
* (pos_fully_visible_in_window_p):Miles Bader2000-10-211-9/+64
| | | | | | | | | New function. (Fpos_visible_in_window_p): Add FULLY argument. Use pos_fully_visible_in_window_p. (window_scroll_pixel_based, window_scroll_line_based): Update calls to Fpos_visible_in_window_p.
* (quail-update-guidance):Miles Bader2000-10-212-14/+16
| | | | Use `fit-window-to-buffer' instead of `set-window-text-height'.
* (resize-temp-buffer-window): Use `fit-window-to-buffer'.Miles Bader2000-10-212-7/+9
|
* (fit-window-to-buffer): New function.Miles Bader2000-10-211-30/+65
| | | | (shrink-window-if-larger-than-buffer): Use it.
* (quail-update-guidance): Force a redisplay before setting the guidanceMiles Bader2000-10-201-8/+13
| | | | window size, to ensure we see any minibuffer expansion it causes.
* Correct typos, fix markup, add index entries.Eli Zaretskii2000-10-202-159/+231
|
* (toplevel): Conditionalize compilation of mem_*Gerd Moellmann2000-10-202-1/+11
| | | | functions differently.
* Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc ↵Jason Rumney2000-10-201-2/+1
| | | | | | not defined otherwise.
* *** empty log message ***Jason Rumney2000-10-201-0/+5
|
* (quail-show-guidance-buf): Make sure guidance window really has enough room.Miles Bader2000-10-202-11/+25
| | | | | (quail-update-guidance): If quail-guidance-win is already shown, make sure its height is OK.
* (set-window-text-height): Force window-min-height to 1.Miles Bader2000-10-201-6/+6
|
* (_malloc_internal) [GC_MALLOC_CHECK]: UseGerd Moellmann2000-10-202-0/+31
| | | | | | _malloc_internal instead of malloc. (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead of free.
* (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: UndefGerd Moellmann2000-10-201-64/+177
| | | | | | | | | | | | | | | | | GC_MALLOC_CHECK. (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node structure definition and related variabled to the top of the file. Include this code when GC_MALLOC_CHECK is defined. (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't register/unregister allocated region. (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something which isn't allocated. (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning something which is already in use. (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise. (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal. (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal. (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
* (resize-temp-buffer-window): Use `set-window-text-height'Miles Bader2000-10-202-4/+11
| | | | instead of `enlarge-window' & `mode-line-window-height-fudge'.
* (window-text-height, set-window-text-height): New functions.Miles Bader2000-10-201-8/+56
| | | | | | (shrink-window-if-larger-than-buffer): Use `window-text-height' instead of `window-height' & `mode-line-window-height-fudge'. (mode-line-window-height-fudge): Add FACE parameter.
* [!WINDOWSNT]: Don't apply Solaris 2.5 work-around onAndrew Innes2000-10-202-5/+12
| | | | | | | Windows. (my_strftime) <macro>: Don't use macro arg list when redefining as _strftime_copytm. (my_strftime) <function>: Supply 0 as ut argument.
* (ispell-mode-line-window-height-fudge):Miles Bader2000-10-202-12/+36
| | | | | | | | | New function, conditionally aliased to `mode-line-window-height-fudge'. (ispell-help): Use it. (ispell-choices-win-default-height): Don't include mode-line fudge. (ispell-choices-win-default-height): New function. (ispell-show-choices, ispell-command-loop): Use function `ispell-choices-win-default-height' instead of variable.