aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of "win95".Richard M. Stallman1996-08-051-1/+1
|
* (EmacsFrameSetCharSize): Call do_pending_window_change.Richard M. Stallman1996-08-051-0/+2
|
* Fully reinstall July 26 change.Simon Marshall1996-08-051-2/+1
|
* Describe djgpp library replacement files.Richard M. Stallman1996-08-051-0/+6
|
* (Fcall_process_region) [DOS_NT]: Avoid downcasingRichard M. Stallman1996-08-051-4/+4
| | | | the `X' characters in the template passed to `mktemp'.
* (msdos): Add is_exec.c, sigaction.c to distribution.Richard M. Stallman1996-08-041-1/+1
|
* (*-sunos4.1.[3-9]*noshare): Move this beforeRichard M. Stallman1996-08-031-4/+4
| | | | the more general *-sunos4.1.[3-9]* clause.
* (Info-find-node): Use pop-to-buffer.Richard M. Stallman1996-08-031-1/+1
|
* (rmail-unix-mail-delimiter): Allow space or tab asPaul Eggert1996-08-031-1/+6
| | | | first character in mailbox part of `From ' line.
* (gdb): Undo previous change.Richard M. Stallman1996-08-011-7/+6
|
* (shell-file-name-chars): Was shell-file-name-regexp.Richard M. Stallman1996-08-011-4/+4
| | | | (shell-mode): Set comint-file-name-chars to this variable.
* (comint-file-name-chars): Was comint-file-name-regexp.Richard M. Stallman1996-08-011-5/+8
| | | | Give it a non-nil default value.
* (make_menubar): Turn off menu accelerator.Richard M. Stallman1996-08-011-1/+9
|
* Delete code to disable f10 if motif.Richard M. Stallman1996-08-011-3/+6
|
* (font-lock-inhibit-modes): Deleted.Richard M. Stallman1996-08-011-4/+0
| | | | (turn-on-font-lock-if-enabled): Deleted.
* (prepare_menu_bars): Conditionalize previous change.Richard M. Stallman1996-08-011-0/+7
|
* (dabbrev-expand): When snarfing consecutive words,Richard M. Stallman1996-08-011-4/+15
| | | | | | if previous one was upcased, upcase this one too. (dabbrev--substitute-expansion): When snarfing consecutive words, don't case convert here.
* (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):Richard M. Stallman1996-07-311-0/+7
| | | | Override to add /usr/contrib directoryes.
* (help-font-lock-keywords): Undo July 26 change.Richard M. Stallman1996-07-311-1/+4
|
* (*-sco3.2v5*):Richard M. Stallman1996-07-311-2/+2
| | | | | Set OVERRIDE_CPPFLAG to a string of one space. Fix the code that uses OVERRIDE_CPPFLAG.
* (XTread_socket): Delete the code to pass menu bar keysRichard M. Stallman1996-07-311-0/+3
| | | | | to the toolkit alone. (XTread_socket): Don't fail to pass button events to toolkit.
* (pending_menu_activation): Don't initialize. Not static.Richard M. Stallman1996-07-311-4/+18
| | | | | | | (set_frame_menubar): If no saved_menu_event yet, set deep_p. Don't clear pending_menu_activation here. (Fx_popup_dialog): Don't fail to initialize WINDOW.
* (XTread_socket): Delete the code to pass menu bar keysRichard M. Stallman1996-07-311-0/+5
| | | | to the toolkit alone.
* (gdb): Bind comint-file-name-regexp.Richard M. Stallman1996-07-311-6/+7
|
* (emerge-files-with-ancestor, emerge-files):Richard M. Stallman1996-07-301-8/+6
| | | | Use add-hook to add to QUIT-HOOKS.
* (XTread_socket): Pass keys in menu bar to toolkit aloneRichard M. Stallman1996-07-301-8/+21
| | | | | | | | | | | | only for Motif. (XTread_socket): Fixing previous change: Clear last_mouse_press_frame on non-menu-bar ButtonPress. Always use last_mouse_press_frame as frame for ButtonRelease. But ignore the event if frame's output_data.x is null. Save the ButtonRelease only if USE_MOTIF. (last_mouse_press_frame): This is now a Lisp object. (syms_of_xterm): Initialize and staticpro it.
* (PC-complete): When command is repeated,Richard M. Stallman1996-07-301-1/+15
| | | | scroll the completion buffer.
* When printing into a buffer, generate all the textRichard M. Stallman1996-07-301-14/+40
| | | | | | | | | | first, then insert it all at once. (print_buffer): New variable. (print_buffer_size, print_buffer_pos): New variables. (PRINTPREPARE): Allocate print_buffer. (PRINTFINISH): Free print_buffer after inserting its contents. (printchar, strout): Output into print_buffer. (print_string): If printcharfun is nil, use strout.
* Make examples in Output Streams stand on their own.Richard M. Stallman1996-07-291-0/+9
|
* (help-fontify-buffer-function): Function deleted.Richard M. Stallman1996-07-291-13/+1
| | | | (help-mode): Set font-lock-defaults in simple way again.
* (ange-ftp-read-passwd): Let first input overrideRichard M. Stallman1996-07-291-3/+3
| | | | | default, and let RET use the default value. (ange-ftp-get-passwd): Make prompt clearer.
* (lock_file_owner_name): Always initialize the_pw.Richard M. Stallman1996-07-291-0/+3
|
* (gud-display-line): Don't crash if BUFFER is nil.Richard M. Stallman1996-07-281-15/+17
|
* Comment change.Richard M. Stallman1996-07-281-1/+1
|
* Fix previous change.Richard M. Stallman1996-07-281-2/+6
|
* (last_mouse_press_frame): New variable.Richard M. Stallman1996-07-271-0/+7
| | | | (XTread_socket): Store a saved_button_event for ButtonRelease.
* (pending_menu_activation): New variable.Richard M. Stallman1996-07-271-3/+12
| | | | | | (x_activate_menubar): Don't call set_frame_menubar for ButtonRelease events. Instead, set pending_menu_activation. (set_frame_menubar): If pending_menu_activation, set deep_p.
* (font-lock-mode): Don't add to after-change-functionsRichard M. Stallman1996-07-271-2/+7
| | | | | | | if font-lock-fontify-region-function is `ignore'. (font-lock-inhibit-modes): New variable. (turn-on-font-lock-if-enabled): Test it.
* (merge_widget_value) [USE_MOTIF]: Pass along the change flag fromRichard M. Stallman1996-07-271-0/+3
| | | | merged_contents.
* (dabbrev--substitute-expansion): Use just ABBREV, not OLD, in previous change.Richard M. Stallman1996-07-271-6/+4
|
* (help-font-lock-keywords): Use font-lock-function-name-faceRichard M. Stallman1996-07-271-17/+27
| | | | | | | | for variables, too. (help-mode): Set font-lock-defaults to provide bindings for local fontification functions. (help-fontify-buffer-function): New function.
* (vc-do-command): Bind win32-quote-process-args.Richard M. Stallman1996-07-261-1/+2
|
* (buffer_permanent_local_flags): New variable.Richard M. Stallman1996-07-261-3/+5
| | | | | | (init_buffer_once): Initialize it. (reset_buffer_local_variables): New argument PERMANENT_TOO. Callers changed. Now declared static.
* (set_frame_menubar): Use -1 for call_dataRichard M. Stallman1996-07-251-0/+5
| | | | in the deep_p = 0 case.
* (win32_read_socket): Never block reading from input queue.Richard M. Stallman1996-07-251-1/+1
|
* (describe-mode): Put a formfeed between each two modes.Richard M. Stallman1996-07-241-1/+6
| | | | | Print a message at the top explaining that minor modes come first followed by the major mode.
* (edebug-trace-display): Save and restore current buffer.Richard M. Stallman1996-07-241-4/+6
|
* (TAGS): Make sure bin/etags.exe is current. MakeRichard M. Stallman1996-07-241-1/+4
| | | | the rules always generate TAGS.
* (browse-url-choose-browser): New function.Richard M. Stallman1996-07-241-3/+12
| | | | | (browse-url-browser-function): Use browse-url-choose-browser as the initial value.
* (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,Karl Heuer1996-07-241-0/+4
| | | | since timezone environment variable is ignored.