summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (rmail): Run rmail-mail-hook last.Richard M. Stallman1996-10-121-7/+12
| | | | | (rmail-mode-2): Don't run rmail-mode-hook here. (rmail-mode, rmail): Run it here.
* (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)Richard M. Stallman1996-10-121-20/+18
| | | | | | (clear_cursor, x_display_bar_cursor, x_display_box_cursor) (x_set_window_size): Use phys_cursor_on field in frame. (x_update_cursor): Negative phys_cursor_x no longer means anything.
* (struct frame): New field phys_cursor_on.Richard M. Stallman1996-10-121-0/+2
|
* (msb--toggle-menu-type): Call menu-bar-update-buffers with t.Richard M. Stallman1996-10-121-1/+1
|
* Comment change.Richard M. Stallman1996-10-128-13/+13
|
* (edt-load-xkeys): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (set-process-filter): Doc fix.Richard M. Stallman1996-10-121-2/+2
|
* Doc fixes on most variables.Richard M. Stallman1996-10-121-24/+23
|
* (tpu-load-xkeys): Doc fix.Richard M. Stallman1996-10-121-3/+3
|
* (nnfolder-ignore-active-file): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (2C-two-columns): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (r2b-proceedings-list, r2b-help-message): Doc fixes.Richard M. Stallman1996-10-121-2/+2
|
* (solitaire): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (Fbuffer_has_markers_at): New function.Richard M. Stallman1996-10-111-0/+27
| | | | (syms_of_marker): defsubr it.
* (newline): Use buffer-has-markers-at.Richard M. Stallman1996-10-111-0/+2
|
* (browse-url-at-point): Add autoload cookie.Richard M. Stallman1996-10-111-16/+5
| | | | | (browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file) (browse-url-of-dired-file): Likewise.
* (browse-url): New function.Richard M. Stallman1996-10-111-151/+341
| | | | | | | | | | | | | | | | | | | | | (browse-url-CCI-host): New variable. (browse-url-at-mouse): Added event-buffer and event-point functions for XEmacs compatibility. (browse-url-file-url): Check for EFS after alist, URL-encode special chars. (browse-url-grail): New function. (browse-url-interactive-arg): Add new-window logic. (browse-url-looking-at): Fixed. (browse-url-lynx-xterm): New function. (browse-url-lynx-emacs): Use term.el instead of terminal.el. (browse-url-netscape): Contact/start Netscape in the background. Multi-display support. Renamed browse-url-netscape-send. URL-encode comma. (browse-url-netscape-command): New variable. (browse-url-netscape-startup-arguments): New variable. (browse-url-url-at-point): Improved matching to supply missing "http://". Other fixes for byte-compilation.
* (auto-mode-alist): .hpp files get C++ mode.Richard M. Stallman1996-10-101-0/+1
|
* [__hpux]: Define hpux. From Eric Backus.Jim Meyering1996-10-101-1/+9
| | | | [__sun]: Define sun. Reported by Kaveh Ghazi.
* (init_display): If not yet initialized,Richard M. Stallman1996-10-091-1/+1
| | | | we can't really use X, so we must do the real work.
* (Fx_popup_menu): Give the menu a title when the menu is a single keymap.Richard M. Stallman1996-10-091-0/+2
|
* (narrow-to-defun): Narrow to the same defun that `mark-defun' would makeErik Naggum1996-10-081-4/+8
| | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps.
* (comint-read-noecho): Clear out the intermediate strings.Richard M. Stallman1996-10-081-3/+9
|
* (line-move): Ignore invisibility in `move-to-column'.Richard M. Stallman1996-10-081-2/+5
| | | | (universal-argument): Doc fix.
* (cancel-function-timers): Add autoload.Richard M. Stallman1996-10-081-0/+1
|
* (with-current-buffer): Correct indentation property.Erik Naggum1996-10-081-1/+1
|
* Move two function definitions.Richard M. Stallman1996-10-081-15/+16
|
* (sgml-specials): Delete `-' from the list.Richard M. Stallman1996-10-071-5/+7
| | | | (sgml-font-lock-keywords): Add an element for comments.
* (struct position): New field ovstring_chars_done.Richard M. Stallman1996-10-071-0/+3
|
* (POSIX_SIGNALS): New definition.Richard M. Stallman1996-10-071-0/+3
|
* (Buffer-menu-revert): New function.Richard M. Stallman1996-10-071-2/+8
| | | | | (Buffer-menu-mode-map): Use Buffer-menu-revert for g. (Buffer-menu-mode): Doc fix.
* (cancel-timer): Add autoload cookie.Richard M. Stallman1996-10-071-0/+2
|
* (Info-read-subfile): Allow a file name as arg.Richard M. Stallman1996-10-061-23/+32
| | | | (Info-search): Restore previous subfile correctly.
* Clarify how insert-in-front-hooks and insert-behind-hooks are used.Richard M. Stallman1996-10-061-6/+6
|
* (display_text_line): New arg ovstr_done. (Callers changed).Richard M. Stallman1996-10-061-9/+33
| | | | | Ignore that many chars from start of overlay strings. Return updated value in ovstring_chars_done field.
* (x_set_internal_border_width): Only changeRichard M. Stallman1996-10-061-3/+5
| | | | | | an edit_widget's internal_border_width for the toolkit case. (syms_of_xfns): For x-sensitive-text-pointer-shape, use DEFVAR_LISP.
* (vmotion, compute_motion): Fill in ovstring_chars_done in the return value.Richard M. Stallman1996-10-061-0/+3
|
* (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.Richard M. Stallman1996-10-061-0/+9
|
* Provide an empty default for LD_SWITCH_X_SITE_AUX.Richard M. Stallman1996-10-061-1/+5
| | | | (ld_switch_machine): Fix typo.
* (special-display-p): Doc fix.Erik Naggum1996-10-061-1/+1
|
* (print-help-return-message): Use new functions `special-display-p' andErik Naggum1996-10-061-60/+28
| | | | | `same-window-p' to determine which help message to print. (Also unquote lambda forms.)
* (Fspecial_display_p, Fsame_window_p): New functions.Erik Naggum1996-10-061-49/+74
| | | | | (Fdisplay_buffer): Use them, instead of doing the work here. (syms_of_window): Defsubr them.
* (rmail-summary-line-count-flag): Renamed from rmail-summary-line-count-p.Richard M. Stallman1996-10-041-2/+2
|
* (rmail-summary-line-count-p): New variable.Richard M. Stallman1996-10-041-18/+24
| | | | (rmail-make-basic-summary-line): Optionally exclude the line count.
* (file-name-non-special): New function.Richard M. Stallman1996-10-041-0/+44
| | | | Add it to file-name-handler-alist.
* (decode_env_path): Add /: to dir names that could be magic.Richard M. Stallman1996-10-041-10/+42
| | | | (init_cmdargs): Add /: to argv[0] if it could be magic.
* (eldoc-function-argstring-from-docstring): Add search that finds arglistNoah Friedman1996-10-041-3/+11
| | | | for `start-process'; possibly others.
* (init_buffer): Add /: to dir names that could be magic.Richard M. Stallman1996-10-041-0/+8
|
* (openp): Omit /: from start of file name.Richard M. Stallman1996-10-041-3/+16
|
* (imenu-default-create-index-function): Fix error message.Richard M. Stallman1996-10-041-2/+1
|