Eli Zaretskii
7d41f451a8
Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.
2008-11-15 15:38:56 +00:00
Eli Zaretskii
2675bfef2e
Don't convert *.el files to Unix text format, and don't copy ldefs-boot.el
...
into loaddefs.el.
2008-11-15 15:38:14 +00:00
Eli Zaretskii
164fd5f8ea
Create bootlisp when bootstrapping b-emacs.exe.
2008-11-15 15:37:41 +00:00
Eli Zaretskii
2a2ec64942
Make bootstrap work again:
...
(boot): New variable.
(src): Pass $(boot) to sub-Make. Remove src/bootlisp. If src/bootlisp
exists after running Make, run Make in `lisp' as well.
(clean, mostlyclean): Remove bogus repeated clean in the top-level directory.
(info, bootstrap-clean): New targets.
(bootstrap): Depend only on bootstrap-clean. Commands modified to be
equivalent to top-level Makefile.in.
(bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
(bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
(clean, mostlyclean, distclean, maintainer-clean, extraclean): Don't recurse
into lwlib and oldXMenu.
2008-11-15 15:37:10 +00:00
Eli Zaretskii
21d907a373
(INFO_FILES): Remove ns-emacs.
2008-11-15 10:36:18 +00:00
Eli Zaretskii
71a692011c
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
2008-11-15 10:24:08 +00:00
Eli Zaretskii
c4e58908db
(NS-Emacs): Remove entry.
2008-11-15 09:52:43 +00:00
Martin Rudalics
3c448ab65e
Fix EOLs broken with last commit.
2008-11-15 08:54:12 +00:00
Martin Rudalics
f4f45fc52c
(quit-window): Restore delete window with second
...
arg non-nil behavior as of before 2008-10-30 change.
2008-11-15 08:51:13 +00:00
Carsten Dominik
d7dbaa7d1c
* org-publish.el (org-publish-attachment): Alow copy-file to
...
overwrite files.
2008-11-15 06:44:19 +00:00
Carsten Dominik
4389931e6a
*** empty log message ***
2008-11-15 06:43:50 +00:00
Chong Yidong
63326785af
(describe-function-1): Do char-range check for self-insert-command.
2008-11-15 06:19:12 +00:00
Chong Yidong
2a7e89eac7
* help-fns.el (describe-function-1): Do char-range check for
...
self-insert-command.
2008-11-15 06:18:47 +00:00
Chong Yidong
85bdc6d29e
(x_draw_glyph_string): For stretch glyphs, don't call
...
x_draw_glyph_string_background.
2008-11-15 05:33:17 +00:00
Chong Yidong
fb098a4b61
* xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
...
x_draw_glyph_string_background.
* w32term.c (x_draw_glyph_string): Likewise.
2008-11-15 05:32:55 +00:00
Chong Yidong
8afbb9372d
(x_draw_glyph_string): Stop drawing the background of the next glyph
...
string once past the overhang width.
2008-11-15 05:21:20 +00:00
Chong Yidong
06e23d40a6
(ns_draw_glyph_string): Stop drawing the background of the next glyph
...
string once past the overhang width.
2008-11-15 05:20:49 +00:00
Chong Yidong
e3f81cd557
(x_draw_glyph_string): Stop drawing the background of the next glyph
...
string once past the overhang width.
2008-11-15 05:20:33 +00:00
Chong Yidong
ce952b6ebb
* xterm.c (x_draw_glyph_string): Stop drawing the background of
...
the next glyph string once past the overhang width.
* nsterm.m (ns_draw_glyph_string): Likewise.
* w32term.c (x_draw_glyph_string): Likewise.
2008-11-15 05:20:12 +00:00
Karl Fogel
dab71b2c8d
(file-precious-flag): Document that this flag is advisory.
2008-11-14 23:36:37 +00:00
Chong Yidong
db65a627b0
(Finsert_file_contents): Decrement specpdl_ptr to avoid double file
...
close.
2008-11-14 21:11:15 +00:00
Chong Yidong
26ea70797a
* fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
...
double file close.
2008-11-14 21:10:43 +00:00
Chong Yidong
61de9aca20
Removed ns-emacs.texi
2008-11-14 20:47:58 +00:00
Chong Yidong
8aa41c9b6b
* ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
2008-11-14 20:47:07 +00:00
Chong Yidong
52e688075d
Remove ns-emacs.texi; contents moved into macos.texi (and some credits
...
moved into nextstep/AUTHORS).
2008-11-14 20:46:29 +00:00
Chong Yidong
642abf5911
Updated with additional credits, from ns-emacs.texi.
2008-11-14 20:45:28 +00:00
Chong Yidong
8be7682356
(Mac OS): Move Cocoa manual from ns-emacs.texi to here, replacing
...
previous contents. Numerous copyedits to adapt ns-emacs to the
conventions of the main Emacs manual.
2008-11-14 20:40:28 +00:00
Chong Yidong
0b4f2253e6
* macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
...
replacing previous contents. Numerous copyedits to adapt ns-emacs to
the conventions of the main Emacs manual.
* emacs.texi (Top): Update node listings.
2008-11-14 20:40:04 +00:00
Chong Yidong
5a7d2a8953
* emacs.texi (Top): Update node listings.
2008-11-14 20:39:45 +00:00
Chong Yidong
24ae8da4b3
(byte-compile-associative)
...
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).
2008-11-14 18:08:10 +00:00
Chong Yidong
0d496d4941
* emacs-lisp/bytecomp.el (byte-compile-associative)
...
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).
2008-11-14 18:07:52 +00:00
Martin Rudalics
1c33c906e0
(window_loop): In DELETE_BUFFER_WINDOWS case, reset
...
dedicated status of window before attempting to display another
buffer in it.
2008-11-14 13:53:21 +00:00
Juanma Barranquero
8fc29035f3
* w32-fns.el (w32-shell-dos-semantics):
...
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
(prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.
* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
* files.el (enable-local-eval, not-modified, kill-buffer-ask)
(kill-matching-buffers, save-buffers-kill-emacs)
(save-buffers-kill-terminal): Fix typos in docstrings.
(switch-to-buffer-other-window): Reflow docstring.
(revert-buffer): Doc fix.
(define-project-bindings): Rename arg LIST to SETTINGS.
(project-find-settings-file): Use `let', not `let*'. Use `when'.
2008-11-14 13:05:18 +00:00
Eli Zaretskii
55fb428628
(OBJ1, WIN32OBJ): Fix whitespace.
2008-11-14 12:17:38 +00:00
Jay Belanger
17587b1b2f
(About This Manual): Comment out a mention of marginal notes.
2008-11-14 05:32:46 +00:00
Katsumi Yamaoka
3fda03158c
(BASE_PURESIZE): Increase to 1260000.
2008-11-14 00:17:11 +00:00
Chong Yidong
386987aa50
(project-find-settings-file): Fix last change.
2008-11-13 17:04:53 +00:00
Juanma Barranquero
09949b83d2
* files.el (project-settings-file, locate-dominating-file):
...
Fix typos in docstrings.
(find-file-visit-truename): Remove * from defcustom docstring.
2008-11-13 16:01:47 +00:00
Chong Yidong
40d5e695f3
* files.el (project-settings-file): New variable.
...
(project-find-settings-file): Use it, instead of hardcoding
.dir.settings.el.
2008-11-13 15:18:38 +00:00
Chong Yidong
ffe89e7639
(project-settings-file): New variable.
...
(project-find-settings-file): Use it, instead of hardcoding .dir.settings.el.
2008-11-13 15:17:48 +00:00
Chong Yidong
f30efa7cf0
* files.el (project-settings-file): New variable.
...
(project-find-settings-file): Use it, instead of hardcoding
.dir.settings.el.
2008-11-13 15:17:28 +00:00
Paul Reilly
d5c79e811c
*** empty log message ***
2008-11-13 08:02:50 +00:00
Paul Reilly
c68997cf65
Add support for save-buffer.
2008-11-13 08:01:29 +00:00
Lute Kamstra
4c565c5c0f
(File Name Components): Fix file-name-extension documentation.
2008-11-13 05:29:24 +00:00
Glenn Morris
b2c99afe4d
Remove some charset code not needed since Emacs 22.
2008-11-13 05:03:33 +00:00
Glenn Morris
29c2869d40
Henry Weller <hweller0 at gmail.com> (tiny change)
...
(mairix-widget-fields-list): Fix bug regarding searching in mail bodies.
2008-11-13 04:38:10 +00:00
Glenn Morris
2cc7988b9a
(org-get-closed): Fix alias.
2008-11-13 04:36:13 +00:00
Chong Yidong
63961e6a1d
(Emacs Invocation): Link to Emacs Server. Note that command-line-args
...
is processed during startup.
(Action Arguments): Correctly describe how file arguments interact with
the startup screen. Link to Lisp Interaction for scratch buffer.
(Initial Options): Link to Command Example for -batch option.
(Environment): Document initial-environment.
2008-11-12 23:59:04 +00:00
Chong Yidong
07a856853c
* cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
...
command-line-args is processed during startup.
(Action Arguments): Correctly describe how file arguments interact with
the startup screen. Link to Lisp Interaction for scratch buffer.
(Initial Options): Link to Command Example for -batch option.
(Environment): Document initial-environment.
2008-11-12 23:58:52 +00:00
Chong Yidong
61b9fed1ff
(Entering Emacs): Note that inhibit-startup-screen can't be changed in
...
the site-start file.
2008-11-12 22:59:10 +00:00