- 06 Sep, 2007 30 commits
-
-
Glenn Morris authored
(SUBDIR_MAKEFILES): Update for new doc/ directory layout. (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and update these targets for new doc/ directory layout. (doc/misc/Makefile): New target. (install-arch-indep): Use mansrcdir for new location of manpages. (mostlyclean, clean, distclean, maintainer-clean, unlock) (relock, info, dvi): Update targets for new doc/ directory layout.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Emacs manual here. (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level. (../etc/GNU): Delete obsolete target.
-
Glenn Morris authored
Emacs manual here. (infodir): New variable. (INFO_TARGETS, info): Use infodir. Also used by all info targets. (cc-mode.texi, faq.texi): Update references to source file locations. Add `basename' versions of all info targets, for convenience when rebuilding just one manual. (../etc/GNU): Delete obsolete target. (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi. (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Changes made previously while moving from ../../man: (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs manual. (MULTI_INSTALL_INFO, ENVADD): Go up one more level. (emacsman): Delete target, not needed any more. (clean): Remove all info files but Emacs manual. Move all targets that are not the Emacs manual to misc/Makefile.in.
-
Glenn Morris authored
-
Glenn Morris authored
(INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs manual. (infodir): New variable. (info): Use $infodir. (emacsman): Delete target, not needed any more. (mostlyclean): Remove `gnustmp'. (INFOSOURCES): Delete. (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi. (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(usermanualdir): Change from ../man to ../emacs.
-
Glenn Morris authored
(usermanualdir): Change from ../man to ../emacs. (miscmanualdir): New. (dist): Use new variable miscmanualdir.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(usermanualdir): Change from ../man to ../emacs.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Richard M. Stallman authored
-
Stefan Monnier authored
consistent values of selected_frame and selected_window.
-
- 05 Sep, 2007 6 commits
-
-
Richard M. Stallman authored
Several items removed, simplified, or put on one line. (fancy-about-text): Add substantial contents, part of startup text. (fancy-splash-head): Make "GNU" or "GNU/Linux" a link. (normal-splash-screen): Call normal-mouse-startup-screen, normal-no-mouse-startup-screen, or normal-about-screen. (normal-mouse-startup-screen): New fn, broken out, shortened. (normal-no-mouse-startup-screen): New fn, broken out. (normal-about-screen): New function, contents all new.
-
Michaël Cadilhac authored
-
Glenn Morris authored
-
Glenn Morris authored
(ad-make-advised-docstring): Highlight note in doc string.
-
Glenn Morris authored
-
Jason Rumney authored
-
- 04 Sep, 2007 4 commits
-
-
Jason Rumney authored
-
Dan Nicolaescu authored
change. * xt-mouse.el: Undo previous change. * term.c (Vsuspend_tty_functions, Vresume_tty_functions) (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
-
Jason Rumney authored
in w32console.c. Set up input. Remove XXX comments that have been confirmed as correct.
-
Juri Linkov authored
(fancy-splash-delay, fancy-splash-max-time): Remove user options. (fancy-current-text, fancy-splash-stop-time) (fancy-splash-outer-buffer): Remove variables. (fancy-splash-head, fancy-splash-tail): Add new optional argument `startup' and use it to conditionally display different texts for Startup and About screens. Don't display Help commands on the About screen. (fancy-splash-screens-1): Remove function and move its content to `fancy-splash-screens' to the part that dislpays the About screen. (exit-splash-screen): Don't treat specially exiting from alternating screens. (fancy-splash-screens): Rename argument `static' to `startup'. Fix docstring. Remove code for displaying alternating screens. Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'. Remove let-bind for `fancy-splash-outer-buffer' and add let-bind for `inhibit-read-only'. (normal-splash-screen): Rename argument `static' to `startup'. Fix docstring. Use argument `startup' to conditionally display different texts for Startup and About screens. Don't display Help commands on the About screen. Remove `unwind-protect' `sit-for' delay and `kill-buffer' after it. (display-startup-echo-area-message): Remove call to `use-fancy-splash-screens-p' because image.el is preloaded and doesn't display "Loading image... done". (display-splash-screen): Rename argument `static' to `startup'. Fix docstring.
-