summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (size_menu): Make height and label_width unsigned.Richard M. Stallman1995-04-151-6/+6
| | | | | (fit_to_screen): Make screen_width and screen_height unsigned. (motion_event_is_in_menu): Make x, y unsigned.
* (really-lwlib, really-oldXMenu): Mark as .PHONY.Richard M. Stallman1995-04-151-0/+2
|
* Delete the #if that compares MARKBIT.Richard M. Stallman1995-04-151-4/+0
|
* (dired-do-search): Renamed from dired-do-tags-search.Richard M. Stallman1995-04-151-4/+4
| | | | (dired-do-query-replace): Renamed from dired-do-tags-query-replace.
* (dired-mode-map): Rename commands for A and Q.Richard M. Stallman1995-04-151-2/+2
|
* (cpp-parse-open): Delete comments that go past end of line.Richard M. Stallman1995-04-151-13/+20
| | | | | (cpp-edit-reset): Clean up the four standard buttons. (cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.
* Comment change.Richard M. Stallman1995-04-144-1/+4
|
* (finder-known-keywords):Richard M. Stallman1995-04-141-0/+4
| | | | Add frames, hypermedia, outlines, oop.
* Create mouse-drag-overlay as a dead overlay, insteadKarl Heuer1995-04-141-0/+2
| | | | of having it live in the *scratch* buffer until first used.
* (rmail-reformat-message): Call `rmail-clear-headers'Richard M. Stallman1995-04-141-23/+55
| | | | | | | | | | | | | | | | also if `rmail-displayed-headers' is set. (rmail-clear-headers): Handle `rmail-displayed-headers' correctly. (rmail-insert-inbox-text): When reading old .newmail-<user> file, report it specifically. (rmail-displayed-headers): New variable. (rmail-clear-headers): Handle rmail-displayed-headers (rmail-display-labels): Use `format' to convert message numbers to strings. (rmail-resend): If mailabbrev loaded, use that to expand abbrevs.
* (Fencode_time): Fix missing \n\'s.Karl Heuer1995-04-141-6/+6
|
* (tar-mode): Locally bind next-line-add-newlines to nil.Richard M. Stallman1995-04-141-37/+24
| | | | | | | | | | | (tar-subfile-mode): Doc fix. (tar-expunge): Make questions and messages start with upper case letter. (tar-summarize-buffer): Ditto. (tar-subfile-save-buffer): Make message like others. (tar-mode): Locally bind local-write-file-hooks. (tar-mode-write-file): Renamed from tar-mode-maybe-write-tar-file. (tar-mode-write-file): Simplify to only work for tar file buffers. (write-file-hooks): Don't modify this.
* (popup_get_selection): Queue up events that aren'tRichard M. Stallman1995-04-141-84/+65
| | | | | | | | | for the menu, and process them afterward. New arg dpyinfo. (set_frame_menubar): Use inhibit_garbage_collection. [USE_X_TOOLKIT] (xmenu_show): Delete the queue code here. Pass dpyinfo to popup_get_selection. Don't call lw_destroy_all_widgets. [USE_X_TOOLKIT] (xdialog_show): Simplify using popup_get_selection.
* (fill-paragraph, fill-region, fill-nonuniform-paragraphs)Richard M. Stallman1995-04-141-4/+7
| | | | | (fill-individual-paragraphs): Pass `full' for JUSTIFY arg, in the interactive spec, if have prefix arg.
* (init_editfns): Add casts.Richard M. Stallman1995-04-141-3/+3
|
* (get_doc_string): Add cast.Richard M. Stallman1995-04-141-1/+1
|
* (kbd_buffer_get_event): Don't use prototype.Richard M. Stallman1995-04-141-74/+79
| | | | | | | (read_char): Rearrange code so that getcjmp is set only around sit_for and kbd_buffer_get_event, and and polling is stopped only around the kbd_buffer_get_event call. (Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars.
* (redisplay): Call init_desired_glyphs for each frame.Richard M. Stallman1995-04-141-26/+12
| | | | | | | | Call prepare_menu_bars. (prepare_menu_bars): Delete code at beginning that duplicates things done at the beginning of redisplay. (message_log_check_duplicate): Make p1 and p2 unsigned char *.
* Comment fix.Karl Heuer1995-04-141-4/+1
|
* Many doc fixes.Karl Heuer1995-04-141-51/+47
| | | | (edt-version): Deleted.
* (edt-vt100-revision): Deleted.Karl Heuer1995-04-141-7/+1
|
* (edt-pc-revision): Deleted.Karl Heuer1995-04-141-7/+1
|
* (edt-mapper-revision): Deleted.Karl Heuer1995-04-141-7/+0
|
* (edt-lk201-revision): Deleted.Karl Heuer1995-04-141-7/+1
|
* (derived-mode-merge-keymaps): Recursively merge prefix key submaps also.Richard M. Stallman1995-04-141-1/+23
|
* (x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.Richard M. Stallman1995-04-141-51/+46
| | | | | | | | (XTread_socket): Pass dpyinfo to popup_get_selection. (XTread_socket): For ConfigureNotify, combine the USE_X_TOOLKIT and non-toolkit cases, which provides some things that were missing in the former.
* (update_one_menu_entry, make_menu_in_widget):Richard M. Stallman1995-04-141-2/+2
| | | | Specify more useful names in XmCreatePulldownMenu calls.
* (main): Improve error handling.Karl Heuer1995-04-141-4/+6
|
* (Fbuffer_string): Doc clarification.Karl Heuer1995-04-131-1/+3
|
* (byte-compile-log-file): Always insert at eob.Richard M. Stallman1995-04-131-1/+5
| | | | (byte-compile-insert-header): Cope if user-mail-address is nil.
* Update copyright.Karl Heuer1995-04-132-2/+2
|
* Delete the #if that compares MARKBIT.Karl Heuer1995-04-131-4/+0
|
* Comment change.Richard M. Stallman1995-04-131-0/+1
|
* (print-help-return-message): Check same-window-buffer-namesRichard M. Stallman1995-04-131-2/+9
| | | | and same-window-regexps.
* (Fdisplay_buffer): Search the proper frame when theKarl Heuer1995-04-131-4/+7
| | | | current frame is minibuffer-only.
* (Fexpand_file_name): Use IS_DIRECTORY_SEP instead ofKarl Heuer1995-04-131-34/+13
| | | | special code for WINDOWSNT.
* (main, skip_to_lf): Improve error handling.Karl Heuer1995-04-131-9/+29
| | | | (sysfail): New function.
* (make-help-screen): Explicitly translate key thru function-key-map.Richard M. Stallman1995-04-131-3/+7
|
* (main): Check for trailing ", " before trying to delete it.Karl Heuer1995-04-131-1/+3
|
* (reporter-mailer): Replace mail with reporter-mail.Richard M. Stallman1995-04-131-17/+24
| | | | | | (reporter-mail): New function. (reporter-submit-bug-report): Don't check return value of the reporter-mailer function.
* (tabify): Include entire first line in narrowing.Richard M. Stallman1995-04-131-1/+5
|
* (compute_char_face): Don't use NULL.Richard M. Stallman1995-04-131-2/+3
|
* Fix previous change.Karl Heuer1995-04-131-1/+1
|
* (Foverlays_at, Fnext_overlay_change): Don't use NULL.Richard M. Stallman1995-04-131-3/+6
| | | | (Fprevious_overlay_change): Don't use NULL.
* (Fx_color_defined_p): Doc fix.Richard M. Stallman1995-04-131-1/+1
|
* [! HAVE_X_WINDOWS] (build_face): Deleted.Richard M. Stallman1995-04-131-8/+0
|
* (Fcall_interactively): Fix paren nesting.Richard M. Stallman1995-04-131-1/+1
|
* (evaporate_overlays): Fix type error.Richard M. Stallman1995-04-131-2/+2
|
* (scan_c_file): At end, restore file name last char to its original value.Richard M. Stallman1995-04-131-1/+5
|
* (all): Build test-distrib and make-docfile.Richard M. Stallman1995-04-131-1/+1
|