Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now there is a column formatting mechanism. | Gerd Moellmann | 2000-10-24 | 1 | -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 each | Gerd Moellmann | 2000-10-24 | 2 | -7/+8 |
| | | | | buffer's file_truename before trying remove its lock file. | ||||
* | (authors-aliases): Add some more aliases. | Gerd Moellmann | 2000-10-24 | 1 | -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 if | Gerd Moellmann | 2000-10-24 | 2 | -43/+49 |
| | | | | WARN is nil. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-24 | 1 | -0/+3 |
| | |||||
* | (after-find-file): Don't print a message ``New file'' | Gerd Moellmann | 2000-10-24 | 1 | -1/+1 |
| | | | | if WARN is nil. | ||||
* | (directory_files_internal_unwind): New function. | Andrew Innes | 2000-10-24 | 2 | -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 or | Gerd Moellmann | 2000-10-24 | 2 | -5/+9 |
| | | | | height to a negative value (esp. with XSETFASTINT). | ||||
* | (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on | Andrew Innes | 2000-10-24 | 1 | -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 Moellmann | 2000-10-24 | 2 | -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 Love | 2000-10-24 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-24 | 2 | -0/+7 |
| | |||||
* | Update copyright. | Gerd Moellmann | 2000-10-24 | 1 | -3/+4 |
| | |||||
* | (widget-field-keymap, widget-text-keymap): Define | Gerd Moellmann | 2000-10-24 | 1 | -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 Love | 2000-10-24 | 1 | -4/+6 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-24 | 2 | -0/+7 |
| | |||||
* | (defun-prompt-regexp): Doc fix. | Gerd Moellmann | 2000-10-24 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-24 | 1 | -0/+4 |
| | |||||
* | (xbacktrace): Handle case that $bt->function isn't | Gerd Moellmann | 2000-10-24 | 1 | -2/+14 |
| | | | | a symbol. | ||||
* | (fit-window-to-buffer): Adjust point of the window buffer, not that of | Kenichi Handa | 2000-10-24 | 1 | -2/+3 |
| | | | | the current buffer. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-10-24 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-10-24 | 1 | -34/+26 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2000-10-24 | 2 | -1/+10 |
| | |||||
* | Update author's email address. | Eli Zaretskii | 2000-10-24 | 1 | -3/+3 |
| | |||||
* | (decode_coding_emacs_mule): If coding->eol_type is CR | Eli Zaretskii | 2000-10-24 | 1 | -1/+40 |
| | | | | or CRLF, decode EOLs. | ||||
* | (regex_compile): Fix previous change. | Kenichi Handa | 2000-10-24 | 1 | -1/+1 |
| | |||||
* | (regex_compile): Change the way of handling a range from a char less | Kenichi Handa | 2000-10-24 | 1 | -7/+8 |
| | | | | than 256 to a char not less than 256. | ||||
* | *** empty log message *** | Miles Bader | 2000-10-24 | 2 | -0/+11 |
| | |||||
* | (Defining Faces): Document `graphic' display type in face specs. | Miles Bader | 2000-10-24 | 1 | -3/+4 |
| | |||||
* | (face-spec-set-match-display): | Miles Bader | 2000-10-24 | 1 | -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 Handa | 2000-10-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-10-24 | 1 | -0/+4 |
| | |||||
* | (isearch-with-input-method): Call input-method-function with the first | Kenichi Handa | 2000-10-24 | 1 | -1/+4 |
| | | | | event in unread-command-events. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-10-24 | 1 | -0/+6 |
| | |||||
* | (face-default-spec, face-user-default-spec): Make defsubsts. | Miles Bader | 2000-10-24 | 2 | -9/+12 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-10-24 | 1 | -6/+6 |
| | |||||
* | (VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below). | Jason Rumney | 2000-10-23 | 2 | -1/+11 |
| | |||||
* | (x_to_w32_font): Initialize dpi from dpyinfo->resy. | Jason Rumney | 2000-10-23 | 1 | -3/+3 |
| | |||||
* | (syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of default | Jason Rumney | 2000-10-23 | 1 | -1/+5 |
| | | | | fontset on Windows. | ||||
* | *** empty log message *** | Dave Love | 2000-10-23 | 1 | -0/+7 |
| | |||||
* | (tool-bar-add-item-from-menu) | Dave Love | 2000-10-23 | 1 | -11/+31 |
| | | | | (tool-bar-add-item): Set foreground and background for XBM icons. | ||||
* | *** empty log message *** | Dave Love | 2000-10-23 | 1 | -0/+3 |
| | |||||
* | Andrew Choi <akochoi@i-cable.com> | Andrew Choi | 2000-10-23 | 5 | -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): New | Dave Love | 2000-10-23 | 1 | -6/+37 |
| | | | | | function (from Handa). (latin1-display-check-font): Use it. | ||||
* | (make-backup-file-name-1) [windowsnt, ms-dos]: Remove | Andrew Innes | 2000-10-23 | 2 | -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 mode | Dave Love | 2000-10-23 | 1 | -0/+20 |
| | |||||
* | (imenu--create-keymap-2): Build menu with menu-item | Dave Love | 2000-10-23 | 2 | -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 Zaretskii | 2000-10-23 | 2 | -1/+5 |
| | |||||
* | (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing | Gerd Moellmann | 2000-10-23 | 2 | -17/+25 |
| | | | | null. | ||||
* | (x_connection_closed): Reset handling_signal. | Gerd Moellmann | 2000-10-23 | 1 | -0/+1 |
| |