summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman1999-07-14
|
* (compare-windows): Try to find the next window inAndreas Schwab1999-07-14
| | | | the current frame before looking at the other frames.
* (cyrillic-jcuken): Use X11 keyboard layout.Richard M. Stallman1999-07-13
|
* ("Cyrillic-KOI8", "Cyrillic-ALT"): Use cyrillic-jcuken as default input method.Richard M. Stallman1999-07-13
|
* Comment fix.Karl Heuer1999-07-13
|
* (pascal-beg-of-defun): More intuitive behavior when having nested functons.Richard M. Stallman1999-07-12
| | | | | | (pascal-indent-nested-functions) (pascal-indent-line) (pascal-calculate-indent) (pascal-get-lineup-indent): Support for indenting nested functions.
* (flyspell-get-word): Add special handling for when ispell-otherchars is empty.Richard M. Stallman1999-07-12
|
* (ispell-dictionary-alist-6): Change charset for Russian.Richard M. Stallman1999-07-12
| | | | (ispell-local-dictionary-alist): Add koi8-r for character set.
* (x_display_bar_cursor): Use the cursor-colorRichard M. Stallman1999-07-10
| | | | to display the bar, not the cursor foreground pixel.
* (add-log-current-defun): Remove trailing -=' in C modes.Richard M. Stallman1999-07-09
|
* (hscroll-minibuffer-hook): New function.Richard M. Stallman1999-07-09
| | | | | (hscroll-global-mode): Add and remove that hook. Set hscroll-old-truncate-was-global's default value.
* (w32_use_full_screen_buffer): New variable.Andrew Innes1999-07-09
| | | | | | (syms_of_ntterm): Register it. (initialize_w32_display): Set initial frame size accordingly, respecting the LINES and COLUMNS environment variables if set.
* (w32_console_read_socket): Use new variable w32_use_full_screen_buffer.Andrew Innes1999-07-09
|
* (term-emulate-terminal): Avoid infinite loopRichard M. Stallman1999-07-09
| | | | in strange case where minibuffer window is selected but not active.
* (easy-mmode-define-keymap): Doc fix.Richard M. Stallman1999-07-09
|
* *** empty log message ***Karl Heuer1999-07-07
|
* (create_process): If the output goes to a unibyteRichard M. Stallman1999-07-07
| | | | buffer, suppress character code conversion.p
* (Finsert_file_contents): If reading into a unibyteRichard M. Stallman1999-07-07
| | | | buffer, suppress character code conversion.
* (Fcall_process): Decide coding system for decodingRichard M. Stallman1999-07-07
| | | | | | | | after we set to the target buffer. If the output goes to a unibyte buffer, suppress character code conversion. (Fcall_process): Don't use initializer on coding_systems. (Fcall_process_region): Likewise.
* inferior-octave-directory-tracker: Change regexp so that it doesn'tStephen Eglen1999-07-07
| | | | think functions beginning with `cd' are directory-changing commands.
* (mail-unsent-separator): Add a missing \\|.Richard M. Stallman1999-07-07
|
* (line-number-display-limit): Doc fix.Andreas Schwab1999-07-07
|
* *** empty log message ***Richard M. Stallman1999-07-06
|
* (minibuffer-frame-alist): Use defcustom.Richard M. Stallman1999-07-06
| | | | | (pop-up-frame-alist): Likewise. (initial-frame-alist): Specify * in the doc string.
* (revert-buffer): Don't preserve point here.Richard M. Stallman1999-07-05
| | | | (revert-buffer-insert-file-contents-function): Doc fix.
* (isearch-process-search-char): Write octal 200 correctly.Richard M. Stallman1999-07-05
|
* (normal-top-level-add-subdirs-to-load-path): Avoid doing a `stat' whenRichard M. Stallman1999-07-05
| | | | it isn't necessary because that can cause trouble when an NFS server is down.
* (hscroll-window-maybe): Do nothing in the minibuffer.Richard M. Stallman1999-07-05
| | | | | | (hscroll-mode): Make it a permanent local. (hscroll-mode): Don't cancel the timer if HScroll mode is enabled in some other buffer.
* (isearch-quote-char): Call unibyte-char-to-multibyte for \200...\240 also.Richard M. Stallman1999-07-03
| | | | (isearch-printing-char): Use unibyte-char-to-multibyte.
* (init_callproc): Set exec_directory if installation_directory isRichard M. Stallman1999-07-02
| | | | non-nil, without a test of exec_path.
* (isearch-done): If search ends in middle of intangibleRichard M. Stallman1999-07-02
| | | | text (due to text property), move on to the limit of that text.
* (read_minibuf): Set the multibyteness of theRichard M. Stallman1999-07-02
| | | | minibuffer before inserting `initial' string.
* (drain_message_queue): New function.Andrew Innes1999-07-01
|
* (drain_message_queue): Add extern.Andrew Innes1999-07-01
|
* (sys_select): Call MsgWaitForMultipleObjects insteadAndrew Innes1999-07-01
| | | | | | | | of WaitForMultipleObjects when user input is allowed, so we can handle incoming window messages. Call drain_message_queue when there are messages waiting; this ensures that windows created indirectly from the lisp thread get processed properly, and don't hang other applications by failing to respond to broadcasts.
* (Man-build-man-command): Use value of null-device,Andrew Innes1999-07-01
| | | | instead of hard-coding "/dev/null".
* (untranslated-canonical-name): Avoid expandingAndrew Innes1999-07-01
| | | | | ange-ftp file names, which might force ange-ftp to prompt for a password.
* (ange-ftp-load): Bind load-force-doc-strings to t,Andrew Innes1999-07-01
| | | | to prevent references to temp files.
* (Fcall_interactively): Ignore first element ofAndreas Schwab1999-07-01
| | | | event-symbol-elements property.
* Comment changes.Richard M. Stallman1999-07-01
|
* (Fread_file_name): Check type of DEFAULT_FILENAME.Richard M. Stallman1999-07-01
|
* (SHELL, MAKESHELL): Don't use /dos/command, it canEli Zaretskii1999-07-01
| | | | invoke an incompatible version of COMAMND.COM.
* (gnus-uu-decode-save-view): Fix typo.Karl Heuer1999-07-01
|
* (sh-feature): If nothing is known about the given shell, use theRichard M. Stallman1999-07-01
| | | | values for `sh'.
* (x_make_gc): Turn off GCStipple when setting up cursor_gc.Richard M. Stallman1999-07-01
|
* (clean): remove fns*.el.Richard M. Stallman1999-06-30
|
* (vc-fetch-cvs-status): Use "-l" option for "cvs status", to make itAndré Spiegel1999-06-30
| | | | non-recursive.
* (vc-find-cvs-master): Set case-fold-search correctly.André Spiegel1999-06-30
|
* (auto-show-mode): Fix Typo in :set.Karl Heuer1999-06-29
|
* [DOUG_LEA_MALLOC] (malloc_initialize_hook):Karl Heuer1999-06-29
| | | | | | | | | | Move the handling of MALLOC_CHECK_ envvar here. (main): Moved from here. [DOUG_LEA_MALLOC] (malloc_initialize_hook): New function, assigned to the global __malloc_initialize_hook pointer. (main): Move malloc_set_state call into malloc_initialize_hook so that it happens as early as possible.