1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

90297 Commits

Author SHA1 Message Date
Chong Yidong
ee1b1917a6 * frames.texi (Text Terminal Colors): Multi-tty is already
implemented, but tty-local colors are not.
2009-05-28 13:30:46 +00:00
Chong Yidong
5df647e8f2 * hooks.texi (Standard Hooks): Remove mention of obsolete
redisplay-end-trigger-functions.

* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.
2009-05-27 22:08:29 +00:00
Chong Yidong
c46768fcff * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387). 2009-05-26 20:19:26 +00:00
Chong Yidong
9d14bd379a * view.el (view-window-size): Use window-line-height to find window height.
(view-page-size-default): Return nil if LINES is nil, 0, or larger
than the window height.
(view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
2009-05-26 18:19:27 +00:00
David Reitter
15891144c8 Ensure NS frames remain hidden when invisible
* nsterm.m (ns_raise_frame): only raise frame if visible.
(x_make_frame_visible): move frame to front rather than calling
ns_raise_frame().
(keyDown:) do not swallow events that aren't re-sent if frame
isn't key window.
(drawRect:) do not set visibility/iconified flags because
drawRect may be called by NSView even if the frame is hidden.

* nsfns.m (Fx_create_frame): follow other ports in
determining visibility; default to t. Ensure async_visible is set.
2009-05-26 18:14:14 +00:00
Chong Yidong
f2872f04a4 * view.el (view-recenter): Allow recenter to compute window height
normally.
2009-05-26 14:37:51 +00:00
Chong Yidong
66bb84855f * textmodes/table.el (table--unibyte-char-to-multibyte): Function
deleted.
(*table--cell-self-insert-command, *table--cell-quoted-insert):
Don't call table--unibyte-char-to-multibyte (Bug#3372).
2009-05-26 03:32:02 +00:00
Chong Yidong
0d77490724 Tweak entry about Exceed X server (Bug#3383). 2009-05-26 03:23:13 +00:00
Chong Yidong
707f4689ea * newcomment.el (comment-region): Doc fix (Bug#3370). 2009-05-26 03:16:31 +00:00
Chong Yidong
ae98e41f94 Note that comment-style now defaults to indent. 2009-05-26 03:04:49 +00:00
Chong Yidong
de4d9050ec wl checked de tutorial 2009-05-26 02:59:07 +00:00
Werner LEMBERG
7481597491 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Use reformed Orthography.
Minor improvements.
2009-05-25 10:11:15 +00:00
Roland Winkler
75da36cc8f * mail/smtpmail.el: Indent code properly to make it more readable. 2009-05-25 01:13:59 +00:00
Chong Yidong
d1dca2014b * textmodes/ispell.el (ispell-check-version): Handle dashes in
version numbers.  Suggested by sdl.web@gmail.com (Bug#3369).
2009-05-24 23:26:33 +00:00
Chong Yidong
00b8844c36 Martin Rudalics has checked windows.texi. 2009-05-24 20:09:51 +00:00
Chong Yidong
70e16c006d Eli has checked the msdog chapter. 2009-05-24 20:08:12 +00:00
Chong Yidong
558fc4c99b * info.el (Info-mode): Doc fix (Bug#3358). 2009-05-23 23:31:49 +00:00
Johan Bockgård
e290f028d6 (ediff-vc-latest-version): Use property `vc-latest-revision' instead
of `vc-latest-version'. (It was renamed in the big VC overhaul.)
2009-05-23 12:46:55 +00:00
Eli Zaretskii
21f73755fe (Ffile_attributes): Doc fix. 2009-05-23 09:10:42 +00:00
Chong Yidong
70cb3ee246 Bump version to 23.0.94. 2009-05-23 03:13:49 +00:00
Chong Yidong
2657775f8b Regenerate. 2009-05-23 03:12:49 +00:00
Chong Yidong
708ee539a0 Regenerate. 2009-05-23 02:53:58 +00:00
Chong Yidong
d4bbd646f4 * progmodes/grep.el (grep-compute-defaults): Simplify how settings
are looked up.
(grep-apply-setting): New function.
(grep-highlight-matches, grep-command, grep-template)
(grep-use-null-device, grep-find-command, grep-find-template):
Clarify role of grep-compute-defaults in docstrings.  Use
grep-apply-setting to apply changes (Bug#3343).
2009-05-23 00:11:53 +00:00
Chong Yidong
34001e4188 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685). 2009-05-22 18:47:02 +00:00
Stefan Monnier
46306a1728 (xfont_list_pattern): Don't initialize xfont_scripts_cache
and xfont_scratch_props.
(syms_of_xfont): Do it here instead.
(xfont_find_ccl_program): Delete, unused.
(xfont_open): Delete unused var `i'.
2009-05-21 16:36:29 +00:00
Martin Rudalics
01f17ae208 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
* backups.texi (Making Backups): backup-directory-alist and
make-backup-file-name-function are options.
(Auto-Saving): auto-save-list-file-prefix is an option.

* buffers.texi (Killing Buffers): buffer-offer-save is an
option.

* display.texi (Refresh Screen): no-redraw-on-reenter is an
option.
(Echo Area Customization): echo-keystrokes is an option.
(Selective Display): selective-display-ellipses is an option.
(Temporary Displays): temp-buffer-show-function is an option.
(Face Attributes): underline-minimum-offset and x-bitmap-file-path
are options.
(Font Selection): face-font-family-alternatives,
face-font-selection-order, face-font-registry-alternatives, and
scalable-fonts-allowed are options.
(Fringe Indicators): indicate-buffer-boundaries is an option.
(Fringe Cursors): overflow-newline-into-fringe is an option.
(Scroll Bars): scroll-bar-mode is an option.

* eval.texi (Eval): max-lisp-eval-depth is an option.

* files.texi (Visiting Functions): find-file-hook is an option.
(Directory Names): directory-abbrev-alist is an option.
(Unique File Names): temporary-file-directory and
small-temporary-file-directory are options.

* frames.texi (Initial Parameters): initial-frame-alist,
minibuffer-frame-alist and default-frame-alist are options.
(Cursor Parameters): blink-cursor-alist and
cursor-in-non-selected-windows ar options.
(Window System Selections): selection-coding-system is an
option.
(Display Feature Testing): display-mm-dimensions-alist is an
option.

* help.texi (Help Functions): help-char and help-event-list are
options.

* keymaps.texi (Functions for Key Lookup): meta-prefix-char is
an option.

* minibuf.texi (Minibuffer History): history-length and
history-delete-duplicates are options.
(High-Level Completion): read-buffer-function and
read-buffer-completion-ignore-case are options.
(Reading File Names): read-file-name-completion-ignore-case is
an option.

* modes.texi (Mode Line Top): mode-line-format is an option.
(Mode Line Variables): mode-line-position and mode-line-modes
are options.

* nonascii.texi (Text Representations):
enable-multibyte-characters is an option.
(Default Coding Systems): auto-coding-regexp-alist,
file-coding-system-alist, auto-coding-alist and
auto-coding-functions are options.
(Specifying Coding Systems): inhibit-eol-conversion is an
option.

* os.texi (Init File): site-run-file is an option.
(System Environment): mail-host-address is an option.
(User Identification): user-mail-address is an option.
(Terminal Output): baud-rate is an option.

* positions.texi (Word Motion): words-include-escapes is an
option.

* searching.texi (Standard Regexps): page-delimiter,
paragraph-separate, paragraph-separate and sentence-end are
options.

* text.texi (Margins): left-margin and fill-nobreak-predicate
are options.

* variables.texi (Local Variables): max-specpdl-size is an
option.

* windows.texi (Choosing Window):
split-window-preferred-function, special-display-function and
display-buffer-function are options.
2009-05-21 15:31:31 +00:00
Kenichi Handa
ef6e069495 (Qlatin): Don't make it static. 2009-05-21 11:24:19 +00:00
Kenichi Handa
5a189ffa3f (xfont_chars_supported, xfont_supported_scripts): New
functions.
(xfont_scripts_cache, xfont_scratch_props): New variables.
(Qlatin, Vscalable_fonts_allowed): Extern it.
(xfont_list_pattern): Argument changed.  Callers changed.  Check
Vscalable_fonts_allowed.  Check the support of a script.
(xfont_list): Don't reject a font spec with :script property.
(xfont_has_char): Fix setting of encoding.
(syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
xfont_scratch_props.
2009-05-21 11:23:41 +00:00
Glenn Morris
d5a8ed1053 (calendar-forward-day): Fix 2008-06-21 change -
always move cursor to new date.  (Bug#3338)
2009-05-21 04:40:08 +00:00
Stefan Monnier
24d2266c20 (tex-uptodate-p): Accept [1{/var/foo}] as a page number. 2009-05-20 15:14:20 +00:00
Jason Rumney
48b862642e Updated for new pretest 2009-05-20 12:57:47 +00:00
Jason Rumney
41c4018353 (locate-dominating-stop-dir-regexp): Add terminal
directory separator to UNC path case (Bug#3252).
2009-05-20 12:53:54 +00:00
Chong Yidong
4a83454db6 Note that errors were spotted by rudalics. 2009-05-20 02:57:15 +00:00
Chong Yidong
106e6894f2 * syntax.texi (Position Parse): Document rationale for ignored
arguments to syntax-ppss-flush-cache.

* processes.texi (Input to Processes): Mark PROCESS arg to
process-running-child-p as optional.
(Network Options): Document NO-ERROR arg to
set-network-process-option.

* buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
command.

* searching.texi (POSIX Regexps): Mark posix-search-forward and
posix-search-backward as commands.

* os.texi (Killing Emacs): Mark kill-emacs as a command.
(Suspending Emacs): Mark suspend-emacs as a command.
(Processor Run Time): Mark emacs-uptime and emacs-init-time as
commands.
(Terminal Output): Remove obsolete function baud-rate.  Document
TERMINAL arg for send-string-to-terminal.

* nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
terminal-coding-system and set-terminal-coding-system.
(Explicit Encoding): Mark DESTINATION arg of decode-coding-region
as optional.
(Character Sets): Document RESTRICTION arg of char-charset.
(Character Codes): Mark POS argument to get-byte as optional.

* minibuf.texi (Minibuffer Misc): Document ARGS arg for
minibuffer-message.

* files.texi (Create/Delete Dirs): Mark make-directory and
delete-directory as commands.

* abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.

* text.texi (Base 64): Mark base64-decode-string and
base64-encode-string as commands.
(Columns): Mark move-to-column as a command.
(Mode-Specific Indent): Document RIGID arg to
indent-for-tab-command.
(Region Indent): Mark TO-COLUMN arg to indent-region as optional.
Mark indent-code-rigidly as a command.
(Substitution): Mark translate-region as a command.

* frames.texi (Size and Position): Remove obsolete functions
screen-height and screen-width.
2009-05-20 02:56:33 +00:00
Chong Yidong
ae8ba4092c * indent.el (indent-for-tab-command): Fix typo in docstring. 2009-05-20 02:35:45 +00:00
Chong Yidong
4b77f8a33f * international/encoded-kb.el (encoded-kbd-setup-display): Change
DISPLAY arg to TERMINAL.

* international/mule.el (set-terminal-coding-system)
(set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
2009-05-20 02:17:50 +00:00
Chong Yidong
089c16bf15 Regenerate. 2009-05-20 01:41:14 +00:00
Alan Mackenzie
a0526d5ee5 cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed from
c-neutralize-syntax-in-CPP.  Set the variables c-new-BEG and c-new-END,
thus extending the font-lock region.
(c-font-lock-init): Don't set obsolete variable font-lock-lines-before.

cc-langs.el (c-before-font-lock-function): Rename a value to
c-extend-and-neutralize-syntax-in-CPP.
2009-05-19 22:35:07 +00:00
Alan Mackenzie
30d01cdc47 *** empty log message *** 2009-05-19 22:31:26 +00:00
Adrian Robert
8e3f151eb9 finish 5/17 check-in 2009-05-19 17:31:02 +00:00
Chong Yidong
04173931b0 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
(Displaying Buffers, Resizing Windows): Correct mistakes;
next-window, previous-window, and pop-to-buffer are not commands,
and fit-window-to-buffer" is a command.  (Pointed out by Martin
Rudalics.)
2009-05-19 15:07:29 +00:00
Stefan Monnier
ac71ced75b (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
(delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2009-05-19 03:30:36 +00:00
Kenichi Handa
2645d15bb1 (font_sort_entities): Renamed from font_sort_entites.
Callers changed.
2009-05-19 02:05:52 +00:00
Chong Yidong
ece53951d7 * refcards/survival.tex: Add M-g M-g binding.
* refcards/survival.tex:
* refcards/sk-survival.tex:
* refcards/sk-refcard.tex:
* refcards/sk-dired-ref.tex:
* refcards/ru-refcard.tex:
* refcards/pt-br-refcard.tex:
* refcards/pl-refcard.tex:
* refcards/fr-survival.tex:
* refcards/fr-dired-ref.tex:
* refcards/dired-ref.tex:
* refcards/cs-survival.tex:
* refcards/cs-refcard.tex:
* refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
2009-05-19 01:46:13 +00:00
Kenichi Handa
3a92c09593 (set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY". 2009-05-19 01:28:54 +00:00
YAMAMOTO Mitsuharu
1c6d1051f1 (x_delete_display): Don't call XrmDestroyDatabase here.
(x_delete_terminal): Dissociate resource database from display and
then call XrmDestroyDatabase before closing display.
2009-05-19 00:27:03 +00:00
Chong Yidong
5858bcc49b * register.el (register-alist): Doc fix (Bug#3311). 2009-05-18 17:08:19 +00:00
Richard M. Stallman
0b508a2736 * progmodes/compile.el (compilation-filter): If inserting at end
of accessible part of buffer, keep end of output visible.
2009-05-18 16:30:59 +00:00
Richard M. Stallman
4df49ff1d2 * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
Don't call rmail-modify-format here.
(rmail-expunge): Call it here after expunge is confirmed.
(rmail-confirm-expunge): Doc fix.  Mark as risky.
(rmail-convert-babyl-to-mbox): Call rmail-modify-format.
(rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
For other attributes, call `rmail-modify-format',
and propagate the modified flag to rmail-buffer.
2009-05-18 16:26:57 +00:00
Kenichi Handa
227f12fabb (font_find_for_lface): Copy SPEC's FONT_TYPE too. 2009-05-18 12:14:14 +00:00