summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update info on window-end.Richard M. Stallman1995-04-241-0/+4
|
* (byte-optimize-letX): Use car-safe and cdr-safe.Richard M. Stallman1995-04-241-1/+2
|
* (rmail-attributes): Recognize "resent" attribute.Karl Heuer1995-04-211-2/+3
|
* Update some MIME doc strings.Karl Heuer1995-04-201-11/+10
| | | | (mh-auto-fill-for-letter): Use fill-prefix to do message headers.
* Update some MIME doc strings.Karl Heuer1995-04-201-8/+9
|
* Comment update.Karl Heuer1995-04-201-4/+4
|
* (sendmail-pre-abbrev-expand-hook): When setting theKarl Heuer1995-04-201-1/+1
| | | | | dummy value for abbrev-start-location, use (point-max) rather than (point), so we won't delete a "-" that happens to be at point.
* (Fexpand_abbrev): Add some error checking.Karl Heuer1995-04-201-3/+7
|
* (Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.Karl Heuer1995-04-201-1/+1
|
* (f90-keywords): "only" added to keyword list.Karl Heuer1995-04-201-13/+35
| | | | | | | | | | | | | (f90-font-lock-keywords-1): Type may now have attributes private and public. (f90-font-lock-keywords-2): Fixed difference between type and type(). (hilit-set-mode-patterns): Type may now have attributes private. and public, fixed difference between type and type(). (f90-p-type-re): New regular-expression constant for type commands. (f90-mode): indent-tabs-mode put to nil by default. (f90-looking-at-type-like): Now uses f90-p-type-re. (f90-no-block-limit): Now uses f90-p-type-re. (f90-change-keywords): Don't change preprocessor lines.
* Change the instructions in the INSTALLATIONKarl Heuer1995-04-201-3/+7
| | | | | | | | | comment block to set buffer-local variables like dired-omit-files-p in dired-mode-hook. (dired-omit-files-p): Make local to all buffers. (dired-omit-files): Fix doc string (not buffer-local). (dired-omit-startup): Don't need to make dired-omit-files-p local to buffer here.
* Comment change.Richard M. Stallman1995-04-201-1/+1
|
* (undigestify-rmail-message): Strip "^- " which isRichard M. Stallman1995-04-201-2/+15
| | | | added by some digest makers to the beginning of lines.
* (rmail-revert): Call rmail-mode after revertingRichard M. Stallman1995-04-201-2/+1
| | | | to make sure rmail-message-vector is buffer-local.
* (x_window): Use (or reuse) frame's namebuf instead of aKarl Heuer1995-04-191-13/+7
| | | | temp var. This avoids a storage leak.
* (Fdelete_frame): Free f->namebuf.Karl Heuer1995-04-191-0/+2
|
* (make_frame): Initialize f->namebuf.Karl Heuer1995-04-191-0/+1
|
* (struct frame): New member namebuf.Karl Heuer1995-04-191-1/+6
|
* (cpp-edit-reset): Fix typo.Richard M. Stallman1995-04-191-9/+12
| | | | | (cpp-signal-read-only, cpp-grow-overlay): Update to new calling conventions. (cpp-make-overlay-hidden): Don't allow insertion before a read-only overlay.
* (xmenu_show, xdialog_show): Delete menubarp arg.Richard M. Stallman1995-04-191-14/+4
| | | | (Fx_popup_menu): Don't compute menubarp.
* Downcase function parameters.Richard M. Stallman1995-04-191-252/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc fixes. Rewrite to support secondary selection. (mouse-sel-maintainer-address): New constant. (mouse-sel-submit-bug-report): New function. Rename mouse-sel-selection-type to mouse-sel-primary-thing. (mouse-sel-secondary-thing): New variable. (mouse-sel-selection-alist): New constant. (mouse-sel-set-selection-function): Semantics changed. Value should now be a function taking two arguments. (mouse-sel-get-selection-function): Semantics changed. Value should now be a function taking one argument. (mouse-sel-selection-owner-p-function): New variable. Removed variable mouse-sel-check-selection-function. Rename mouse-sel-determine-selection-type to mouse-sel-determine-selection-thing. (mouse-sel-set-selection): New function. (mouse-sel-get-selection): New function. (mouse-sel-selection-owner-p): New function. (mouse-sel-selection-overlay): New function. (mouse-sel-selection-thing): New function. (mouse-sel-region-to-primary): New function. (mouse-sel-primary-to-region): New function. (mouse-sel-eval-at-event-end): New macro. (mouse-sel-determine-selection-thing): Quad-click selects paragraphs. Removed variable mouse-sel-retain-highlight; use inverse of transient-mark-mode instead. (mouse-select-internal): New function. (mouse-select): Re-written using mouse-select-internal and mouse-sel-primary-to-region. (mouse-select-secondary): New function. (mouse-extend-internal): New function. (mouse-extend): Re-written using mouse-extend-internal, mouse-sel-region-to-primary and mouse-sel-primary-to-region. (mouse-extend-secondary): New function. (mouse-insert-selection-internal): New function. (mouse-insert-selection): Re-written using mouse-insert-selection-internal. (mouse-insert-secondary): New function. (mouse-sel-validate-selection): Check all selections in mouse-sel-selection-alist.
* (pushnew): Use edebug-keywordp.Richard M. Stallman1995-04-191-2/+2
|
* (finder-known-keywords): Add `debugging'.Richard M. Stallman1995-04-191-0/+1
|
* Add Keywords: comment header for finder.el.Roland McGrath1995-04-181-0/+1
|
* (main): Add argv[0] to an error message.Richard M. Stallman1995-04-181-1/+1
|
* (frame-notice-user-settings):Richard M. Stallman1995-04-181-3/+3
| | | | Don't respecify an old value which was nil and remains nil.
* (map_event_to_object): Declaration deleted.Richard M. Stallman1995-04-181-4/+0
|
* (x_report_frame_params): Report value of `display' parm.Richard M. Stallman1995-04-181-0/+2
|
* (tags-search, tags-query-replace): Put (quote ...) around args insertedRoland McGrath1995-04-181-3/+6
| | | | into forms to be evalled.
* (Ffetch_bytecode): Check the type of the object being read from the file.Richard M. Stallman1995-04-181-0/+2
|
* (cpp-edit-list): Move definition toward start of file.Richard M. Stallman1995-04-181-97/+102
| | | | | | | | | | | | | (cpp-face-type-list, cpp-writable-list, cpp-button-event) (cpp-edit-buffer, cpp-branch-list, cpp-face-default-list) (cpp-face-light-name-list, cpp-face-dark-name-list) (cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list) (cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise. (cpp-highlight-buffer): Rename stack to cpp-state-stack. (cpp-parse-open, cpp-parse-close): Likewise. (cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data. (cpp-state-stack, cpp-callback-data): Add defvars.
* (line-move): Fix previous change: if we get an error,Richard M. Stallman1995-04-181-69/+75
| | | | move to where the error happened, don't go back to starting point.
* (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.Richard M. Stallman1995-04-181-2/+9
| | | | (../info/mh-e, mh-e.dvi): New targets.
* Comment change.Richard M. Stallman1995-04-181-1/+3
|
* (Fencode_time): Don't treat years < 100 as special.Richard M. Stallman1995-04-181-9/+2
|
* (m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.Richard M. Stallman1995-04-181-1/+5
|
* (insert_1): Adjust overlay center after inserting.Karl Heuer1995-04-171-0/+7
| | | | | (insert_from_string_1, insert_from_buffer_1): Likewise. (del_range_1): Adjust overlay center after deleting.
* (adjust_overlays_for_insert): New function.Karl Heuer1995-04-171-0/+34
| | | | (adjust_overlays_for_delete): New function.
* Declare some functions.Karl Heuer1995-04-171-0/+3
|
* (map-y-or-n-p): Don't log prompt messages.Karl Heuer1995-04-171-8/+10
|
* (finder-known-keywords): Generalize `c' keyword.Richard M. Stallman1995-04-171-1/+1
|
* (ispell-init-ispell): Don't barf if there is aRichard M. Stallman1995-04-171-3/+10
| | | | warning message before the version line when Ispell starts up.
* (Fencode_time): Rewrite by Naggum.Richard M. Stallman1995-04-171-52/+69
|
* (font-lock-make-faces): Determine font-lock-background-mode from colorRichard M. Stallman1995-04-161-9/+12
| | | | | | | | | values of background color. (font-lock-make-faces-done): New variable. (font-lock-make-faces): Set font-lock-make-faces-done to t. Don't call it when loading the file. (font-lock-mode): Call font-lock-make-faces if not yet done.
* (x-defined-colors): Take frame as optional arg.Richard M. Stallman1995-04-161-4/+7
| | | | Check whether colors are really supported on the display in use.
* (list-colors-display): Minor clarification.Richard M. Stallman1995-04-161-12/+17
| | | | | (facemenu-special-menu): Add "Intangible" item. (facemenu-color-equal): Doc fix.
* (set-face-background): Handle FRAME = nil directlyRichard M. Stallman1995-04-161-1/+8
| | | | so stipple colors work in that case.
* (set-auto-mode): If -*- spec doesn't set `mode:',Richard M. Stallman1995-04-161-3/+4
| | | | look for other ways of specifying major mode.
* (xaw_pop_instance): Make x, y, w, h unsigned.Richard M. Stallman1995-04-151-1/+1
|
* (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.