Sat, 22 Oct 1994 04:27:25 +0000 |
Richard M. Stallman |
(x_sync): Take frame ptr as arg.
|
Sat, 22 Oct 1994 03:55:39 +0000 |
Richard M. Stallman |
(read_avail_input): Use input_fd.
|
Sat, 22 Oct 1994 03:55:00 +0000 |
Richard M. Stallman |
(input_fd): No longer static.
|
Sat, 22 Oct 1994 03:54:14 +0000 |
Richard M. Stallman |
(Fframe_or_buffer_changed_p):
|
Sat, 22 Oct 1994 03:51:12 +0000 |
Richard M. Stallman |
(xmenu_show): Get the screen number for DisplayHeight
|
Sat, 22 Oct 1994 03:27:46 +0000 |
Richard M. Stallman |
(other_visible_frames): Pass a frame ptr to x_sync.
|
Sat, 22 Oct 1994 02:54:46 +0000 |
Richard M. Stallman |
(mail-aliases, mail-archive-file-name): Doc fixes.
|
Sat, 22 Oct 1994 02:53:32 +0000 |
Karl Heuer |
(insert_before_markers): Don't inherit; insert_before_markers_and_inherit does
|
Fri, 21 Oct 1994 21:31:47 +0000 |
Richard M. Stallman |
(sendmail-synch-aliases): Check MAILRC envvar.
|
Fri, 21 Oct 1994 21:30:38 +0000 |
Richard M. Stallman |
(define-mail-alias): Check MAILRC envvar.
|
Fri, 21 Oct 1994 20:31:43 +0000 |
Richard M. Stallman |
(main): Don't process one input file twice.
|
Fri, 21 Oct 1994 20:29:30 +0000 |
Richard M. Stallman |
Finish installing previous change.
|
Fri, 21 Oct 1994 20:27:08 +0000 |
Richard M. Stallman |
(timer-error, timer-abnormal-termination,
|
Fri, 21 Oct 1994 20:01:17 +0000 |
Richard M. Stallman |
(view-file): Do record the buffer switch.
|
Fri, 21 Oct 1994 19:42:50 +0000 |
Richard M. Stallman |
(describe-function-find-file): New function.
|
Fri, 21 Oct 1994 19:37:36 +0000 |
Richard M. Stallman |
(describe-function): Mention the file it was loaded from.
|
Fri, 21 Oct 1994 19:27:26 +0000 |
Richard M. Stallman |
(dbx): Delete call to gud-switch-to-buffer.
|
Fri, 21 Oct 1994 18:43:22 +0000 |
Richard M. Stallman |
(emerge-auto-advance): Fix criterion for which message.
|
Fri, 21 Oct 1994 12:28:55 +0000 |
Francesco Potort |
* etags.c (prestr, substr): return a logical type.
|
Fri, 21 Oct 1994 01:50:59 +0000 |
Per Bothner |
Better NCR support.
|
Fri, 21 Oct 1994 00:48:18 +0000 |
Richard M. Stallman |
(rmail-get-new-mail): If display-time is in use,
|
Thu, 20 Oct 1994 21:19:47 +0000 |
Richard M. Stallman |
(list_buffers_1): Always mark current_buffer read-only.
|
Thu, 20 Oct 1994 21:17:44 +0000 |
Roland McGrath |
(next-file): Initialize next-file-list all at once from all tables.
|
Thu, 20 Oct 1994 20:35:57 +0000 |
Richard M. Stallman |
PopServer renamed to popserver throughout.
|
Thu, 20 Oct 1994 20:14:45 +0000 |
Karl Heuer |
(edit-and-eval-command): Elements of command-history are forms, not strings.
|
Thu, 20 Oct 1994 20:10:29 +0000 |
Richard M. Stallman |
(LD_SWITCH_MACHINE): Defined.
|
Thu, 20 Oct 1994 20:03:30 +0000 |
Richard M. Stallman |
(ange-ftp-get-passwd): Use user-mail-address.
|
Thu, 20 Oct 1994 20:01:41 +0000 |
Karl Heuer |
(repeat-matching-complex-command): Fix check for empty pattern. Simplify.
|
Thu, 20 Oct 1994 19:13:47 +0000 |
Karl Heuer |
(read_minibuf): Fix comment.
|
Thu, 20 Oct 1994 19:11:29 +0000 |
Karl Heuer |
(Fdisplay_buffer): Make old_selected_window a Lisp_Object.
|
Thu, 20 Oct 1994 18:15:25 +0000 |
Boris Goldowsky |
(facemenu-get-face): Don't add to menu here.
|
Thu, 20 Oct 1994 18:11:27 +0000 |
Boris Goldowsky |
(make-face): Add new face to Face menu on creation. -- Bng
|
Thu, 20 Oct 1994 16:37:04 +0000 |
David J. MacKenzie |
Don't declare malloc, since we include config.h.
|
Thu, 20 Oct 1994 10:04:17 +0000 |
Francesco Potort |
* man.el (Man-init-defvars): Corrections to Man-filter-list.
|
Thu, 20 Oct 1994 06:39:00 +0000 |
Richard M. Stallman |
(xdialog_show, xmenu_show): Use grabbed field instead of x_mouse_grabbed.
|
Thu, 20 Oct 1994 05:33:22 +0000 |
Richard M. Stallman |
(do_mouse_tracking): Now a FRAME_PTR.
|
Thu, 20 Oct 1994 04:40:28 +0000 |
Richard M. Stallman |
Log omitted from previous checkin:
|
Thu, 20 Oct 1994 04:39:13 +0000 |
Richard M. Stallman |
(x_get_foreign_selection): Get display from
|
Thu, 20 Oct 1994 04:37:03 +0000 |
Richard M. Stallman |
(read_minibuf): Undo previous change.
|
Thu, 20 Oct 1994 04:33:34 +0000 |
Richard M. Stallman |
(Fdisplay_buffer): If the other window is smaller
|
Wed, 19 Oct 1994 22:52:57 +0000 |
Richard M. Stallman |
Only include ../src/config.h if HAVE_CONFIG_H is
|
Wed, 19 Oct 1994 22:49:37 +0000 |
Richard M. Stallman |
Don't declare malloc.
|
Wed, 19 Oct 1994 21:27:58 +0000 |
David J. MacKenzie |
Use test -r instead of < to check readability, to avoid syntax error.
|
Wed, 19 Oct 1994 19:55:36 +0000 |
David J. MacKenzie |
Add licensing exception for Autoconf.
|
Wed, 19 Oct 1994 19:46:05 +0000 |
Richard M. Stallman |
(child_setup): Always use _exit.
|
Wed, 19 Oct 1994 09:56:48 +0000 |
Richard M. Stallman |
Use FRAME_X_DISPLAY, not XDISPLAY or x_current_display.
|
Wed, 19 Oct 1994 09:00:37 +0000 |
Richard M. Stallman |
(Voverriding_local_map_menu_flag): New variable.
|
Wed, 19 Oct 1994 07:47:54 +0000 |
Morten Welinder |
*** empty log message ***
|
Wed, 19 Oct 1994 04:51:45 +0000 |
Karl Heuer |
(searchbufs): New variable, replaces searchbuf and last_regexp and
|
Wed, 19 Oct 1994 04:51:07 +0000 |
Karl Heuer |
(Fdirectory_files): Use the new calling convention for compile_pattern.
|
Wed, 19 Oct 1994 03:55:13 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Wed, 19 Oct 1994 00:08:18 +0000 |
Richard M. Stallman |
(auto-mode-alist): Doc fix.
|
Wed, 19 Oct 1994 00:03:41 +0000 |
Richard M. Stallman |
(auto-mode-alist): Doc fix.
|
Tue, 18 Oct 1994 23:50:10 +0000 |
Richard M. Stallman |
Fix mismatch in conditionals.
|
Tue, 18 Oct 1994 23:29:31 +0000 |
Richard Kenner |
Minor update to last change.
|
Tue, 18 Oct 1994 23:26:27 +0000 |
Richard Kenner |
Revise support for AIX 4.1 on POWER and PowerPC.
|