aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add #if 0 around everything but the include of sol2-4.h.Karl Heuer1996-01-091-0/+3
|
* Conditionalize many macro definitions on __hpux.Karl Heuer1996-01-091-30/+37
| | | | (NEED_BSDTTY): Delete duplicate definition.
* (x_handle_selection_notify): Give an indicationKarl Heuer1996-01-091-6/+11
| | | | | in reading_selection_reply of whether the request succeeded. (x_get_foreign_selection): Do error if foreign selection was cleared.
* (display_text_line): Clear out redisplay_end_triggerKarl Heuer1996-01-091-1/+4
| | | | before calling the functions.
* (tgetent): Find all the tc caps that there are.Karl Heuer1996-01-091-5/+5
|
* (create_process): Restore the signal stateKarl Heuer1996-01-091-21/+30
| | | | after vfork whether it succeeds or not.
* (read1): Use xmalloc and xrealloc, not malloc and realloc.Karl Heuer1996-01-091-12/+17
| | | | | | | (dump_path): New static var. (init_lread): Use that to record dump-time initial path. Delete the local var dump_path; find Vsource_directory differently. (syms_of_lread): staticpro it.
* (describe_map): New arg nomenu.Karl Heuer1996-01-091-3/+7
| | | | (describe_map_tree): Pass that arg.
* (do_auto_save_unwind): Don't close DESC if DESC < 0.Karl Heuer1996-01-091-3/+3
| | | | (Fdo_auto_save): Unconditionally set up unwind-protect.
* (main): In batch mode, don't handle SIGHUP if was ignored.Karl Heuer1996-01-091-2/+17
| | | | Block it while we decide what to do.
* (update_buffer_properties): Delete superfluous &'s.Karl Heuer1996-01-091-2/+2
|
* (init_display): Treat null string DISPLAY var like not set.Karl Heuer1996-01-091-4/+7
|
* (LOCALTIME_CACHE): Add #undef.Karl Heuer1996-01-091-0/+1
|
* Comment fixes.Karl Heuer1996-01-091-7/+2
|
* (x-cut-buffer-or-selection-value): Don't print messagesKarl Heuer1996-01-091-2/+2
| | | | about failure to get selection or cut buffer.
* (using-unix-filesystems):Karl Heuer1996-01-091-2/+0
| | | | Don't do anything to write-contents-hooks.
* (tmm-menubar-mouse): Add autoload cookie.Karl Heuer1996-01-091-0/+1
|
* (sh-alias-alist): Don't map sh to bash.Karl Heuer1996-01-091-74/+79
| | | | | | | (sh-canonicalize-shell): New function. (sh-shell-file): Renamed from sh-shell-path. (sh-set-shell): Don't set local-abbrev-table. (sh-abbrevs): Variable and function definition commented out.
* (mh-display-msg): Use kill-local-variableKarl Heuer1996-01-091-2/+2
| | | | to clear out write-contents-hooks.
* (makefile-space-face): Don't work onKarl Heuer1996-01-091-1/+2
| | | | facemenu-unlisted-faces if it isn't bound.
* (emacs-lisp-byte-compile): Fix error message.Karl Heuer1996-01-091-1/+16
| | | | | (emacs-lisp-compile-and-load): New function. (emacs-lisp-mode-map): Add emacs-lisp-compile-and-load to menu bar.
* (iso-accents-accent-key): Check iso-accents-enable here.Karl Heuer1996-01-091-26/+30
| | | | | | | (iso-accents-customize): Define all possible accent keys with translations, not just the enabled ones. Don't bind iso-accents-enable around the initial call to this function. (iso-accents-enable): Make the default once again include all prefixes.
* (imenu--create-keymap-2): Fix bug in constructingKarl Heuer1996-01-091-3/+5
| | | | the lambda expression. Use backquote. Don't use incf.
* (fill-region-as-paragraph): Check again for reachingKarl Heuer1996-01-091-14/+18
| | | | | the end of the paragraph, after we adjust for places we can't break and make sure to keep at least one word.
* (write-contents-hooks): Call make-variable-buffer-local.Karl Heuer1996-01-091-6/+16
| | | | | Doc fix. (local-write-file-hooks, write-file-hooks): Doc fixes.
* (executable-find): Renamed from `executable'.Karl Heuer1996-01-091-42/+45
| | | | | | (executable-set-magic): Use new name `executable'. Fix messages. Add save-excursion. Don't test this-command--use interactive to get the information. Simplify considerably.
* (menu-bar-emerge-menu): Delete spaces before `...'.Karl Heuer1996-01-091-7/+7
|
* Delete spaces before `...' in menu strings.Karl Heuer1996-01-091-48/+48
|
* (easy-menu-define): Doc fix.Karl Heuer1996-01-091-1/+1
|
* (dired-standard-move-to-filename-regexp): New variable.Karl Heuer1996-01-091-1/+13
| | | | | | | (dired-insert-directory): Don't alter environment if would use the C locale anyway, or if dired-move-to-filename-regexp has been changed from the default value. When changing the environment, avoid need for setenv.
* (diff): Set compilation-exit-message-function.Karl Heuer1996-01-091-0/+13
|
* (edt-emulation-on): system-type is a symbol.Karl Heuer1996-01-091-1/+1
|
* (apropos-print): Fix message about mouse command.Karl Heuer1996-01-091-1/+2
|
* (../info/ccmode): Renamed from ../info/cc-mode.Karl Heuer1996-01-091-2/+2
| | | | (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
* Recompile outdated .elc files and update all autoloads.Karl Heuer1996-01-091-37/+43
|
* (locallisppath): Put version-specific dir first.Karl Heuer1996-01-091-5/+26
| | | | | | (hppa-*-nextstep*): New alternative. (USE_X_TOOLKIT): By default, set this to "maybe"; and change that later to LUCID or "no" according to X11 version.
* (Fexecute_kbd_macro): Reindent properly.Erik Naggum1996-01-091-4/+5
|
* (Fapropos_internal): Fix previous change.Karl Heuer1996-01-091-1/+1
|
* (Fdefine_abbrev_table): Fix previous change.Karl Heuer1996-01-091-5/+4
|
* (Fset_char_table_parent): Fix previous change.Karl Heuer1996-01-091-1/+1
|
* (Flognot): Fix previous change.Karl Heuer1996-01-091-1/+1
|
* (Fmake_symbol): Harmonize arguments with documentation (correctly).Erik Naggum1996-01-091-1/+1
|
* (Fexecute_kbd_macro): Local var `pdlcount' renamed fromKarl Heuer1996-01-091-4/+5
| | | | `count' to remove collision with recently renamed argument.
* (Fmake_symbol): Harmonize arguments with documentation.Erik Naggum1996-01-091-3/+3
|
* (Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize argumentsErik Naggum1996-01-091-19/+19
| | | | with documentation.
* (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,Erik Naggum1996-01-091-96/+96
| | | | | | Fset_char_table_parent, Fchar_table_extra_slot, Fset_char_table_extra_slot, Fchar_table_range, Fset_char_table_range, Fmap_char_table, Fmapconcat, Fmapcar): Harmonize arguments with documentation.
* (Fpixmap_spec_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-12/+12
|
* (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,Erik Naggum1996-01-091-50/+50
| | | | | | Fscroll_up, Fscroll_down, Fscroll_other_window, Fscroll_left, Fscroll_right, Frecenter, Fwindow_configuration_p): Harmonize arguments with documentation.
* (Ftext_properties_at, Fget_text_property, Fget_char_property,Erik Naggum1996-01-091-88/+88
| | | | | | | | Fnext_property_change, Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change, Fadd_text_properties, Fput_text_property, Fset_text_properties, Fremove_text_properties, Ftext_property_any, Ftext_property_not_all): Harmonize arguments with documentation.
* (Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):Erik Naggum1996-01-091-22/+23
| | | | Harmonize arguments with documentation.