summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (x_set_frame_parameters): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
| | | | if size is specified and there is a pending size change already.
* (sit_for): Call swallow_events.Richard M. Stallman1996-04-091-0/+2
|
* Include locale.h if HAVE_SETLOCALE.Richard M. Stallman1996-04-081-1/+3
| | | | (x_term_init): Restore LC_TIME as well as LC_NUMERIC.
* (HAVE_PTYS): #undef removed.Miles Bader1996-04-081-4/+1
|
* Add Solaris on PowerPC supportlibc-960412libc-960411libc-960410libc-960409Michael Meissner1996-04-081-0/+3
|
* (disassemble-internal): Graceful error if compile failed.Richard M. Stallman1996-04-081-2/+3
|
* (garbage_collection_messages): New variable.Richard M. Stallman1996-04-081-5/+15
| | | | | (syms_of_alloc): Set up Lisp variable. (Fgarbage_collect): Variable controls whether to display messages.
* Test HAVE_LIBNCURSES, not HAVE_NCURSESRichard M. Stallman1996-04-081-1/+1
|
* (HAVE_LIBNCURSES): Renamed from HAVE_NCURSES.Richard M. Stallman1996-04-081-1/+1
|
* (MANIFEST): Don't include lines from =files.Richard M. Stallman1996-04-081-1/+1
|
* Don't put lisp/dired.todo in the dist.Richard M. Stallman1996-04-081-1/+1
|
* Fix length of separator string.Edward M. Reingold1996-04-071-5/+13
|
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-071-0/+4
|
* (read_minibuf): Rearrange operations, mainly puttingRichard M. Stallman1996-04-071-28/+42
| | | | | the read_minibuf_unwind setup and the associated variable changes together after saving the frame configuration.
* (calendar-mouse-goto-date): New function.Richard M. Stallman1996-04-071-19/+24
| | | | | Call it instead of calendar-goto-date throughout this file. (calendar-event-to-date): Switch buffers based on the event.
* Include locale.h.Richard M. Stallman1996-04-051-0/+4
|
* [HAVE_NCURSES] (LIBS_TERMCAP): New definition.Richard M. Stallman1996-04-051-0/+1
|
* (gomoku-click): Position on nearest square. Adapt keymap accordingly.Richard M. Stallman1996-04-051-186/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | (gomoku-mouse-play): Use it to play nearest to mouse click. (gomoku-terminate-game): Factorize messages. (gomoku): Allow interactive passing of board size. Don't make a fuss about restarting a game that hasn't progressed. (gomoku-offer-a-draw): Give user the choice it pretended to give. (gomoku-point-x): Deleted function. (gomoku-point-y, gomoku-point-square): Simplified because point is always on a square. (gomoku-goto-xy, gomoku-plot-square): Fix line count due to intangible newlines. (gomoku-init-display): Once again fairly fast due to minimization of characters in buffer and text-property operations. Cursor cannot be be off a square. (gomoku-display-statistics): Simplified equivalently. (gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end) (gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables only used for non-functional argument passing deleted. (gomoku-cross-winning-qtuple): Accordingly deleted function and (gomoku-check-filled-qtuple): Accordingly adapted. (gomoku-cross-qtuple): Don't be confused by tabs. (gomoku-move-down, gomoku-move-up): Simplified because point is always on square. (gomoku-beginning-of-line, gomoku-end-of-line): New commands necessary because intangible newlines perverted these.
* (dired-noselect): Resolve symbolic links in argument.Richard M. Stallman1996-04-051-0/+2
|
* (x_term_init): Respecify LC_NUMERIC locale.Richard M. Stallman1996-04-051-0/+2
|
* (init_lread): Specify LC_NUMERIC locale.Richard M. Stallman1996-04-051-0/+5
|
* (HAVE_SETLOCALE): Add #undef.Richard M. Stallman1996-04-051-0/+1
|
* (electric-help-mode): Use add-hook mouse-leave-buffer-hook.Richard M. Stallman1996-04-051-5/+5
| | | | (electric-help-retain): Use remove-hook.
* (x_destroy_window): Do call XCloseIM if X11R6.Richard M. Stallman1996-04-051-3/+4
|
* (Electric-command-loop): Set universal-argument-other-key to 0.Richard M. Stallman1996-04-041-1/+3
|
* (rmail-summary-scroll-between-messages): New var.Richard M. Stallman1996-04-041-2/+10
| | | | (rmail-summary-scroll-msg-down, rmail-summary-scroll-msg-up): Obey that var.
* (isearch-mode): Use add-hook for mouse-leave-buffer-hook.Richard M. Stallman1996-04-041-2/+2
| | | | (isearch-done): Use remove-hook.
* (run-at-time): Allow floating REPEAT values.Richard M. Stallman1996-04-041-1/+1
|
* Spelling fix.Edward M. Reingold1996-04-031-1/+1
|
* (elisp): Make this be the default target.Karl Heuer1996-04-031-10/+15
| | | | | | | Don't depend on makeinfo. (install): Don't depend on elisp.dvi, since we don't install that. Use mkinstalldirs. (dist): Add mkinstalldirs.
* (wait_reading_process_input): Don't callRichard M. Stallman1996-04-031-1/+2
| | | | wait_reading_process_input_1 if time_limit is -1.
* (gud-mode): Doc fix.Richard M. Stallman1996-04-031-2/+3
|
* Update phone number.Karl Heuer1996-04-031-1/+1
|
* (gnus-summary-prepare-threads): Call `gnus-message' instead of `message'.Erik Naggum1996-04-031-2/+2
|
* (destroy_all_children): When freeing a cascade button, free its submenu too.Richard M. Stallman1996-04-031-2/+16
| | | | | (make_menu_in_widget): Use a cascade button gadget, not a widget. Include Xm/CascadeBG.h.
* (hexlify-buffer, dehexlify-buffer): Clear out the undoRichard M. Stallman1996-04-031-4/+16
| | | | info, and don't record undo info for the conversion.
* Remove "text-based browser".Richard M. Stallman1996-04-031-4/+0
|
* (command-line-1): Document the C- and M- conventions more completely.Richard M. Stallman1996-04-031-5/+9
|
* (file-newest-backup): Return the newest backup for theRichard M. Stallman1996-04-031-5/+9
| | | | | exact file name specified, not the newest backup of all files whose names start with that substring.
* (mail): Once again set default dir to home dir.Richard M. Stallman1996-04-031-2/+3
|
* (mail): Put the auto-save file in the home dir.Richard M. Stallman1996-04-031-1/+4
|
* (absolute_filename): Use absolutefn.Richard M. Stallman1996-04-021-1/+1
|
* (timer-event-handler): Save copies of events too.Richard M. Stallman1996-04-021-1/+1
|
* (main): Initialize displayname.Richard M. Stallman1996-04-021-1/+1
|
* (x_destroy_window) [SOLARIS2]: Don't free the IC or IM.Richard M. Stallman1996-04-021-0/+4
|
* (absolutefn) [DOS_NT]: Support Novell drives whose driveRichard M. Stallman1996-04-011-6/+51
| | | | | | | | | | | | letter isn't an alphabetic character. (main) [DOS_NT]: Use binary mode on redirected `stdout'. (process_file) [DOS_NT]: Convert all slashes to forward style. (absolute_filename) [DOS_NT]: Emit error message for relative paths with a drive letter. (absolute_filename) [DOS_NT]: Handle absolute pathnames with DOS/NT drive letters which try to reference the parent of the root. (absolute_dirname) [DOS_NT]: Convert all slashes to forward style. info, and don't record undo info for the conversion.
* Update MSDOS info.Richard M. Stallman1996-03-311-21/+56
|
* (TERMINFO): Do define (if HAVE_NCURSES).Richard M. Stallman1996-03-301-4/+0
|
* Fixed solar-arcsin/arcos stuff.Edward M. Reingold1996-03-301-15/+17
|
* (rmail-forward): Put the "end" line right after theRichard M. Stallman1996-03-291-3/+5
| | | | forwarded message; the signature goes after.