summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Now there is a column formatting mechanism.Gerd Moellmann2000-10-241-63/+286
| | | | | | | | | | | | Modified to customization mechanisms convention. Doc fix. (columns): New group for delim-col. (delimit-columns-before, delimit-columns-after) (delimit-columns-format, delimit-columns-extra, delimit-columns-start) (delimit-columns-end): New vars. (delimit-columns-customize, delimit-columns-format): New funs. (delimit-columns-region, delimit-columns-rectangle) (delimit-columns-rectangle-line): Modified to support column formatting.
* (unlock_all_files): Use unlock_file to expand eachGerd Moellmann2000-10-242-7/+8
| | | | buffer's file_truename before trying remove its lock file.
* (authors-aliases): Add some more aliases.Gerd Moellmann2000-10-241-0/+4
| | | | | (authors): Set file coding system to iso-2022-7bit. Add file-local variables to output buffer.
* (after-find-file): Don't print any warnings ifGerd Moellmann2000-10-242-43/+49
| | | | WARN is nil.
* *** empty log message ***Gerd Moellmann2000-10-241-0/+3
|
* (after-find-file): Don't print a message ``New file''Gerd Moellmann2000-10-241-1/+1
| | | | if WARN is nil.
* (directory_files_internal_unwind): New function.Andrew Innes2000-10-242-0/+44
| | | | | | | (directory_files_internal): Use it to ensure closedir is called even if expand-file-name or file-attributes throw, eg. because of a user interrupt. Also enable immediate_quit while calling re_search, so that matching can be interrupted as well.
* (size_window): Prevent setting window's width orGerd Moellmann2000-10-242-5/+9
| | | | height to a negative value (esp. with XSETFASTINT).
* (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT onAndrew Innes2000-10-241-8/+13
| | | | | | NT-Emacs only. (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, so that re_search functions only quit when callers expect them to.
* (state_protected_p, last_state_size, last_heapinfo)Gerd Moellmann2000-10-242-1/+77
| | | | | | | | | | [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables. (protect_malloc_state) [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New function. (PROTECT_MALLOC_STATE): New macro. (__malloc_initialize, morecore, _malloc_internal) (_free_internal) _realloc_internal): Use it to make _heapinfo read-only outside of gmalloc.
* *** empty log message ***Dave Love2000-10-241-0/+4
|
* *** empty log message ***Gerd Moellmann2000-10-242-0/+7
|
* Update copyright.Gerd Moellmann2000-10-241-3/+4
|
* (widget-field-keymap, widget-text-keymap): DefineGerd Moellmann2000-10-241-1/+3
| | | | | | the tool-bar map as nil, as for the menu-bar. Otherwise, we'll get duplicate tool-bar entries because we'll see the global ones on more than one path through keymaps.
* (log-edit): Add :version and a :group for vc.Dave Love2000-10-241-4/+6
|
* *** empty log message ***Gerd Moellmann2000-10-242-0/+7
|
* (defun-prompt-regexp): Doc fix.Gerd Moellmann2000-10-241-1/+3
|
* *** empty log message ***Gerd Moellmann2000-10-241-0/+4
|
* (xbacktrace): Handle case that $bt->function isn'tGerd Moellmann2000-10-241-2/+14
| | | | a symbol.
* (fit-window-to-buffer): Adjust point of the window buffer, not that ofKenichi Handa2000-10-241-2/+3
| | | | the current buffer.
* *** empty log message ***Kenichi Handa2000-10-241-0/+5
|
* *** empty log message ***Gerd Moellmann2000-10-241-34/+26
|
* *** empty log message ***Eli Zaretskii2000-10-242-1/+10
|
* Update author's email address.Eli Zaretskii2000-10-241-3/+3
|
* (decode_coding_emacs_mule): If coding->eol_type is CREli Zaretskii2000-10-241-1/+40
| | | | or CRLF, decode EOLs.
* (regex_compile): Fix previous change.Kenichi Handa2000-10-241-1/+1
|
* (regex_compile): Change the way of handling a range from a char lessKenichi Handa2000-10-241-7/+8
| | | | than 256 to a char not less than 256.
* *** empty log message ***Miles Bader2000-10-242-0/+11
|
* (Defining Faces): Document `graphic' display type in face specs.Miles Bader2000-10-241-3/+4
|
* (face-spec-set-match-display):Miles Bader2000-10-241-2/+3
| | | | | Add `graphic' display type (the inverse of `tty'). Use `display-graphic-p' instead of the window-system variable.
* (Fdisplay_buffer): Fix doc.Kenichi Handa2000-10-241-1/+1
|
* *** empty log message ***Kenichi Handa2000-10-241-0/+4
|
* (isearch-with-input-method): Call input-method-function with the firstKenichi Handa2000-10-241-1/+4
| | | | event in unread-command-events.
* *** empty log message ***Kenichi Handa2000-10-241-0/+6
|
* (face-default-spec, face-user-default-spec): Make defsubsts.Miles Bader2000-10-242-9/+12
|
* *** empty log message ***Kenichi Handa2000-10-241-6/+6
|
* (VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).Jason Rumney2000-10-232-1/+11
|
* (x_to_w32_font): Initialize dpi from dpyinfo->resy.Jason Rumney2000-10-231-3/+3
|
* (syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of defaultJason Rumney2000-10-231-1/+5
| | | | fontset on Windows.
* *** empty log message ***Dave Love2000-10-231-0/+7
|
* (tool-bar-add-item-from-menu)Dave Love2000-10-231-11/+31
| | | | (tool-bar-add-item): Set foreground and background for XBM icons.
* *** empty log message ***Dave Love2000-10-231-0/+3
|
* Andrew Choi <akochoi@i-cable.com>Andrew Choi2000-10-235-30/+41
| | | | | | | | | | | | * international/mule-conf.el (mac-roman-lower, mac-roman-upper): New charsets. * term/mac-win.el: Remove definitions of mac-roman-lower and mac-roman-upper, require dired, and define instead of set mac-ready-for-drag-n-drop to avoid compilation error. * src/macterm.c (XTread_socket): check whether Lisp variable mac-ready-for-drag-n-drop is bound rather than non-nil value.
* (latin1-char-displayable-p): NewDave Love2000-10-231-6/+37
| | | | | function (from Handa). (latin1-display-check-font): Use it.
* (make-backup-file-name-1) [windowsnt, ms-dos]: RemoveAndrew Innes2000-10-232-5/+8
| | | | | | superfluous calls to subst-char-in-string; instead apply expand-file-name after convert-standard-filename to ensure expected directory separators are used.
* refill modeDave Love2000-10-231-0/+20
|
* (imenu--create-keymap-2): Build menu with menu-itemDave Love2000-10-232-14/+19
| | | | | | using :key-sequence, making it much more usable. Use nconc, not append. (imenu--create-keymap-1): Avoid append.
* (Info-file-list-for-emacs): Add an entry for Eshell.Eli Zaretskii2000-10-232-1/+5
|
* (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeingGerd Moellmann2000-10-232-17/+25
| | | | null.
* (x_connection_closed): Reset handling_signal.Gerd Moellmann2000-10-231-0/+1
|