summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (rmail): Avoid showing message twice.Karl Heuer1997-10-151-6/+8
|
* (report-emacs-bug): Delete the condition-case.Karl Heuer1997-10-151-85/+83
|
* (imenu-add-to-menubar): If not usingKarl Heuer1997-10-151-1/+3
| | | | imenu-default-create-index-function, don't require its variables.
* (hs-special-modes-alist): Correct alistKarl Heuer1997-10-151-1/+1
| | | | for java-mode.
* (mail-bury): Check for value, not justKarl Heuer1997-10-151-1/+1
| | | | existence, of alist element.
* (read_list): Don't recognize Vload_file_nameKarl Heuer1997-10-151-1/+5
| | | | specially if it is nil.
* (winner-change-fun): Don't use pushnew.Karl Heuer1997-10-151-1/+2
|
* (window_scroll): When scrolling forward and point isKarl Heuer1997-10-151-1/+1
| | | | | inside the scroll margin put point at bottom of it, not at window start.
* Everything seems to work in Harald Melands Emacs 20.02 andOliver Seidel1997-10-151-18/+23
| | | | | | my Emacs 19.34. Beware of the spelling in some of the variable names. I looked up "threshold" in a dictionary and here in Britain this appears to be the way to spell it.
* Attempted to reconcile Harald's changes with mine since 1.15.Oliver Seidel1997-10-151-17/+24
|
* Fixed 'file-item' and added 20.02 split-string function.Oliver Seidel1997-10-151-20/+34
|
* Added string-split (which I stole from ediff-util), changedOliver Seidel1997-10-141-2/+40
| | | | | pop-to-buffer to switch-to-buffer and added message on how to exit the multi-line-edit mode.
* Ensure standard handles are reset even if spawnve fails.Andrew Innes1997-10-131-1/+1
|
* Pass menu handle by value.Andrew Innes1997-10-131-1/+1
|
* (decode_mode_spec): Display non-nil title as the frame'sEli Zaretskii1997-10-131-1/+4
| | | | name only on FRAME_WINDOW_P frames.
* (set_menu_bar_lines): Make the function external insteadEli Zaretskii1997-10-131-1/+1
| | | | of static (MS-DOS needs to call it).
* (shut_down_emacs): Call `dos_cleanup'.Eli Zaretskii1997-10-131-0/+4
|
* (mouse_get_pos): Remove reduntant call to `int86'.Eli Zaretskii1997-10-131-69/+39
| | | | | | | | | | Clear the mouse-moved flag for all frames. Update last mouse position. (IT_set_menu_bar_lines): Remove. (x_set_menu_bar_lines): Call `set_menu_bar_line' (from frame.c) instead of duplicating its code. (IT_set_frame_parameters): Support the `title' and `reverse' properties.
* Declare Vdos_windows_version.Eli Zaretskii1997-10-131-0/+1
|
* (__tb): Define.Eli Zaretskii1997-10-131-0/+149
| | | | | | | | | | | (restore_parent_vm_title): New function. (ms_windows_version): New function. (w95_set_virtual_machine_title): New function (x_set_title): New function. (dos_cleanup): New function (syms_of_dosfns): Define `dos-windows-version' Lisp variable. (init_dosfns): Compute MS-Windows version and save the original title of our DOS box.
* (x-long-option-alist): New variable.Eli Zaretskii1997-10-131-13/+63
| | | | | (msdos-handle-args): Handle and complete long options with attached arguments. Support "-name", "-T" and "-rv" options.
* (LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__.Richard M. Stallman1997-10-111-1/+8
|
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-10-111-4/+8
| | | | | | (PTY_OPEN): Call sigblock properly. (TEXT_END, COFF, DATA_END): Define them if __NetBSD__ just as if LINUX. (HAVE_TEXT_START): Define, if __NetBSD__ and __ELF__.
* (command-line): Don't suppress suffix search.Richard M. Stallman1997-10-111-1/+1
|
* (make-help-screen): Make scroll bar work normally.Richard M. Stallman1997-10-111-2/+9
|
* Harald Meland <harald.meland@usit.uio.no> asked forOliver Seidel1997-10-091-187/+264
| | | | | | | | | | | | | | | | | | | | the latest version, got 1.13, and returned this. He writes: Thanks a lot for the new version of todo-mode.el. As you will see I have messed it up a bit, hopefully for the better -- I don't like short, cryptic names for variables and functions, so I renamed most of them, and `defalias'ed the old function names. I hope you don't mind too much, I just kinda couldn't stop myself. Additionally, I included some support for multiline entries, cleaned up (IMHO :) a lot of the code, included completion-support for which category to install a new entry in, and possibly some other changes I can't remember :) It's getting rather late, and I have just done some preliminary testing on whether all of this really works, but so far it looks good.
* (gettimeofday, one arg or two):Richard M. Stallman1997-10-021-3/+3
| | | | Clarify messages by avoiding double negative.
* (round_up): Make arguments and return type unsigned.Karl Heuer1997-10-021-2/+2
|
* (syms_of_print): Fix doc string of print-gensym.Karl Heuer1997-10-021-1/+1
|
* Make sure that make-docfile does not see the doc stringKarl Heuer1997-10-021-1/+1
| | | | of the disabled function eval-current-buffer.
* Repeat the argument list of format-time-string in theKarl Heuer1997-10-021-0/+1
| | | | comment for make-docstring.
* (previous-matching-history-element): No need to bindKarl Heuer1997-10-021-7/+8
| | | | | | | | | | | minibuffer-history-sexp-flag any more. (next-matching-history-element): Likewise. (repeat-complex-command): Bind minibuffer-history-sexp-flag to the minibuffer depth. (next-history-element): Compare minibuffer-history-sexp-flag against the current minibuffer depth to verify its validity. (previous-matching-history-element): Likewise. (minibuffer-history-sexp-flag): Update doc string.
* (term-regexp-arg): No need to bindKarl Heuer1997-10-021-2/+1
| | | | minibuffer-history-sexp-flag any more.
* (comint-regexp-arg): No need to bindKarl Heuer1997-10-021-2/+1
| | | | minibuffer-history-sexp-flag any more.
* (ps-print-background-image): Fix customize type.Karl Heuer1997-10-021-3/+24
| | | | | (ps-print-background-text): Likewise. (ps-show-n-of-n): Doc fix.
* (revert-without-query): Fix customize type.Karl Heuer1997-10-021-1/+1
|
* (echo-keystrokes): Fix customize type.Karl Heuer1997-10-021-1/+1
|
* (browse-url-netscape-display): Fix customize type.Karl Heuer1997-10-021-2/+2
| | | | (browse-url-generic-program): Likewise.
* (ange-ftp-name-format): Fix customize type.Karl Heuer1997-10-021-2/+5
| | | | (ange-ftp-smart-gateway-port): Likewise.
* (elint-check-defcustom-form): New function.Karl Heuer1997-10-021-14/+23
| | | | (elint-special-forms): Use it.
* (lisp-imenu-generic-expression): Allow `/' in names.Richard M. Stallman1997-10-011-3/+3
|
* [! HAVE_LIBXMU] (LIBXMU): Define as empty.Richard M. Stallman1997-10-011-0/+7
| | | | [! HAVE_LIBXMU] (NO_EDITRES): Defined.
* addpm.c (env_vars): Fix misplaced % in SHELL entry.Geoff Voelker1997-10-011-1/+1
|
* automatically generated from GPLed versionPaul Eggert1997-09-301-1/+7
|
* (finder-mode-map): Bind [mouse-2].Karl Heuer1997-09-301-24/+35
| | | | | | | | | | | (finder-compile-keywords): Match compressed file names, but don't put compression extension in the output. (finder-find-library): Deleted. (finder-commentary): Use locate-library, not finder-find-library. (finder-mouse-select): New function. (finder-summary): Mention mouse binding. (finder-exit): Kill "*Finder Category*" buffer too. Avoid error from deleting sole window.
* (vc-find-cvs-master): Added missing `throw' forKarl Heuer1997-09-301-1/+2
| | | | the case when TIMESTAMP is arbitrary text.
* (install-arch-indep): install the widget info file.Karl Heuer1997-09-301-1/+1
|
* (widget-plist-member): Move from here to src/fns.c;Karl Heuer1997-09-301-43/+0
| | | | | translated into C for efficiency. (widget-put, widget-get, widget-apply): Likewise.
* Delete vestigial autoloads.Karl Heuer1997-09-301-11/+0
|
* (Qwidget_type): New variable.Karl Heuer1997-09-301-19/+109
| | | | | | (widget-plist-member, widget-put, widget-get, widget-apply): Move here from lisp/wid-edit.el; translated into C for efficiency. (syms_of_fns): Initialize Qwidget_type; defsubr new functions.