Commit Graph

87160 Commits

Author SHA1 Message Date
Michael Kifer
2dc754bc78 version timestamp update 2008-11-16 05:06:55 +00:00
Juanma Barranquero
9f90198a0e Fix typo. 2008-11-16 05:03:02 +00:00
Michael Kifer
99e2787524 version timestamp update 2008-11-16 05:02:33 +00:00
Juanma Barranquero
4923f0c64a Fix typos. 2008-11-16 04:59:24 +00:00
Michael Kifer
c7cac5ccbd 2008-16-06 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): removed.
2008-11-16 04:57:50 +00:00
Michael Kifer
42acc58182 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-init.el (viper-ESC-keyseq-timeout): Make it into a function
	instead of a variable.

	* viper-util.el (viper-fast-keysequence-p): Changed to use
	viper-ESC-keyseq-timeout as a function.
	(viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
	defsubst.

	* viper-cmd.el: Let line-move-visual to nil when using next-line or
	previous-line.
	(viper-R-state-post-command-sentinel): Use defun instead of defsubst.

	* viper-keym.el (viper-ESC-key): Use (kbd "ESC").

	* ediff-util.el (ediff-toggle-multiframe): Check if control window is
	live.
	(ediff-save-buffer): Let window-min-height to 2.

	* ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
	the minibuffer.
2008-11-16 04:55:45 +00:00
Juanma Barranquero
61c11870cc * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
(ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
  (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
  (ielm-map): Define within defvar.  Add docstring.
  (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
  (ielm-complete-filename): Use `when', `unless'.
  (ielm-is-whitespace-or-comment): Use `string-match-p'.
  (ielm-return, ielm-get-old-input): Use `looking-at-p'.
  (ielm-change-working-buffer): Check that the buffer is live.
  (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
  Simplify.  Reflow docstring.
  (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
  New aliases, to satisfy `define-derived-mode' expectations.
2008-11-16 04:54:05 +00:00
Juanma Barranquero
801a8da112 * macos.texi (Mac Customization): Fix typos. 2008-11-16 04:44:42 +00:00
Glenn Morris
f5e7fdddfb (find-function-advised-original): New.
(find-function-C-source, find-function-noselect):
Use find-function-advised-original to handle advised funcs.  (Bug#789)

(find-function-noselect): Add missing "is" in alias message.
2008-11-15 23:36:26 +00:00
Glenn Morris
43ae2c48f7 (uniquify-maybe-rerationalize-w/o-cb): Remove
uniquify-after-kill-buffer-p dependency.
(uniquify-kill-buffer-function): New function.
(kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
2008-11-15 22:37:20 +00:00
Glenn Morris
406aaa6f6d (ns-do-applescript, ns-popup-font-panel): Declare.
(ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
main Emacs manual.
2008-11-15 22:29:59 +00:00
Glenn Morris
2b6c5ff65c *** empty log message *** 2008-11-15 22:20:43 +00:00
Eli Zaretskii
aae2a498d7 (src): Move removal of src/bootlisp after recursing into `lisp'. 2008-11-15 20:29:14 +00:00
Eli Zaretskii
ad98e89f4f (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
if noninteractive is non-zero.
2008-11-15 16:20:09 +00:00
Eli Zaretskii
ead9233b5e Update the list of utilities needed by lisp/Makefile and for bootstrapping. 2008-11-15 15:41:56 +00:00
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