aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (multiple_frames, Vframe_title_format, Vicon_title_format): New variables.Karl Heuer1994-09-161-61/+140
| | | | | | | (store_frame_title): New function. (x_consider_frame_title): Format title according to template. (display_mode_element): Handle frame title as well as mode line. (decode_mode_spec): Use w->buffer, not current_buffer.
* (syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again.Karl Heuer1994-09-161-4/+11
|
* (removenullpaths, paths-force):Richard M. Stallman1994-09-161-7/+7
| | | | Use name paths.h.tmp$$, which depends on the pid.
* (system-key-alist): Add Sun definition for mute-acute.Richard M. Stallman1994-09-151-0/+1
|
* (kill-new): Call menu-bar-update-yank-menu only if that function is defined.Karl Heuer1994-09-151-1/+2
|
* (yank-menu): New variable; kill-ring in menu format.Karl Heuer1994-09-151-36/+31
| | | | (menu-bar-update-yank-menu, menu-bar-select-yank): New function.
* Fix typo in comment.Karl Heuer1994-09-151-1/+1
|
* (mouse-save-then-kill, mouse-secondary-save-then-kill): Use the kill-newKarl Heuer1994-09-151-21/+11
| | | | interface; don't manipulate kill-ring directly.
* (auto-insert-alist): Add entries for C++.Richard M. Stallman1994-09-151-2/+6
| | | | (insert-auto-insert-files): Do case-sensitive match except on vms.
* (kill-new): New optional argument means replace most recent kill.Karl Heuer1994-09-151-11/+13
| | | | (kill-append): Use that new interface.
* (syms_of_textprop): Delete Lisp var interval-balance-threshold.Richard M. Stallman1994-09-151-5/+0
|
* (interval_balance_threshold): Var deleted.Richard M. Stallman1994-09-152-5/+0
|
* Don't call menu-bar-mode.Richard M. Stallman1994-09-151-2/+0
|
* (command-line): If initial X frame has a menu bar, mark menu-bar-mode as on.Richard M. Stallman1994-09-151-0/+4
|
* (Fx_create_frame): Make 1 the default for menu-bar-lines.Richard M. Stallman1994-09-151-1/+1
|
* (SUNOS4): Defined.Richard M. Stallman1994-09-151-0/+4
|
* (telnet-program): New variable.Richard M. Stallman1994-09-151-3/+6
| | | | | | (telnet): Use telnet-program. (rsh-program): Renamed from telnet-rsh-program. (rsh): Use new name.
* Include window.h.Richard M. Stallman1994-09-151-0/+6
| | | | | (Fnewline): Inhibit the insert-at-end-of-line hack when at the top of the window.
* (removenullpaths, paths-force):Richard M. Stallman1994-09-151-5/+5
| | | | Put paths.h.tmp in top-level dir, not in src.
* entered into RCSRichard M. Stallman1994-09-151-0/+6
|
* (Fcompleting_read): Doc fix.Richard M. Stallman1994-09-151-0/+4
|
* (forward-page): If we find a match that ends where weRichard M. Stallman1994-09-151-3/+12
| | | | started searching, look for another one.
* (shrink-window-if-larger-than-buffer):Richard M. Stallman1994-09-151-1/+1
| | | | Use frame-width, not screen-width.
* (commmand-line): Fix previous change.Richard M. Stallman1994-09-151-11/+14
|
* (command-line): If we can't load x-win.el, terminate.Richard M. Stallman1994-09-151-7/+22
|
* (facemenu-update): Don't use quoted constant listsRichard M. Stallman1994-09-151-10/+13
| | | | in define-key. Reverse order of menu definitions.
* Include puresize.h.Richard M. Stallman1994-09-141-1/+5
| | | | (menu_item_equiv_key): Use CHECK_IMPURE.
* Add autoloads.Richard M. Stallman1994-09-141-6/+12
|
* Update to 2.15.Richard M. Stallman1994-09-141-44/+77
|
* Initial revisionRichard M. Stallman1994-09-141-0/+288
|
* (c-mode-map): Add "Highlight Conditionals" menu item.Richard M. Stallman1994-09-141-0/+2
|
* entered into RCSRichard M. Stallman1994-09-141-11/+6
|
* *** empty log message ***Richard M. Stallman1994-09-141-3/+6
|
* (Info-mode-map): Bind M-s like s.Richard M. Stallman1994-09-141-0/+2
|
* (Fset_default_file_modes): Doc fix.Richard M. Stallman1994-09-141-2/+2
|
* (delete_temp_file): Use Fdelete_file.Richard M. Stallman1994-09-141-1/+3
|
* *** empty log message ***Richard M. Stallman1994-09-141-22/+11
|
* Initial revisionRichard M. Stallman1994-09-142-0/+1266
|
* (repeat-complex-command, next-history-element,Richard M. Stallman1994-09-141-6/+10
| | | | | previous-matching-history-element): Override print-level when offering command lines to edit.
* (server-start): Always use pipes for communication.Richard M. Stallman1994-09-141-1/+4
|
* (make-face-unbold, make-face-unitalic, make-face-bold, make-face-italic,Karl Heuer1994-09-141-5/+5
| | | | make-face-bold-italic): Don't try to frob font if it's nil.
* (syms_of_keymap): Doc fix.Richard M. Stallman1994-09-131-6/+9
|
* use new macro namesDavid J. MacKenzie1994-09-131-25/+23
|
* add comment about srcdirDavid J. MacKenzie1994-09-131-1/+2
|
* (rmail-summary-goto-msg): Preserve the current buffer.Richard M. Stallman1994-09-131-2/+5
|
* (gobble_input): Block SIGALRM if we are using it.Richard M. Stallman1994-09-131-1/+11
|
* (vc-do-command): Temporarily add vc-path to the end of PATH.Richard M. Stallman1994-09-111-1/+6
|
* Further split the Ispell menu autoloads.Richard M. Stallman1994-09-111-1/+5
|
* Comment fix.Richard M. Stallman1994-09-101-1/+1
|
* entered into RCSPaul Reilly1994-09-101-1/+3
|