1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

90269 Commits

Author SHA1 Message Date
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
Adrian Robert
2d087c0685 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning. 2009-05-18 08:02:06 +00:00
Adrian Robert
06302656f3 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether selected frame is viable before raising it (based on patch by David Reitter), and improve commentary. 2009-05-18 08:01:51 +00:00
Adrian Robert
1564e6499e * nsterm.m (ns_read_socket): Remove unused variable. * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether selected frame is viable before raising it (based on patch by David Reitter), and improve commentary. * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning. 2009-05-18 08:01:20 +00:00
Adrian Robert
43474a5af3 * Cocoa/Emacs.xcodeproj/project.pbxproj: Update and redo targets to utilize Makefiles for assembly portions of the build. * INSTALL: Describe the Xcode project. 2009-05-18 07:56:09 +00:00
Adrian Robert
9b9b779c56 * nsterm.m (ns_read_socket): Remove unused variable. 2009-05-18 01:56:12 +00:00
Richard M. Stallman
f5b574ad03 * mail/rmailedit.el (rmail-edit-current-message):
Call rmail-modify-format here.
(rmail-cease-edit): Not here.
2009-05-17 16:11:23 +00:00
Richard M. Stallman
eae7d8f84e * modes.texi (Precalculated Fontification): Clarify text. 2009-05-17 16:09:22 +00:00
Martin Rudalics
b87661795f (Selecting Windows): Clarify descriptions of
with-selected-window and get-lru-window.
(Cyclic Window Ordering): Refer to particular frame when talking
about how splitting affects the ordering.
(Displaying Buffers): Fix descriptions of switch-to-buffer and
switch-to-buffer-other-window.  Explain how setting of
display-buffer-reuse-frames affects pop-to-buffer.
(Choosing Window): Clarify some details in descriptions of
display-buffer-reuse-frames, pop-up-frames, and
pop-up-frame-function.
(Dedicated Windows): Clarify some details.
(Textual Scrolling): Replace term vscroll by term vertical
scroll position.
(Vertical Scrolling): Fix typo.
(Window Hooks): Relate text on jit-lock-register to window
scrolling and size changes.
2009-05-17 12:11:18 +00:00
Stefan Monnier
2793b89ee4 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
of any kind of error (e.g. when "sha1sum" is not found).
2009-05-17 03:38:41 +00:00
Chong Yidong
d3b396e4e1 * mule.texi (Select Input Method): Fix typo. 2009-05-16 14:33:16 +00:00
Martin Rudalics
b50e9ccf43 (dired-pop-to-buffer): Fix last fix. 2009-05-15 18:14:03 +00:00
Martin Rudalics
19998f14b6 (dired-pop-to-buffer): Try to make this behave the
Emacs 22 way (Bug#1806).
2009-05-15 15:00:32 +00:00
Chong Yidong
a96da3ab42 * refcards/refcard.tex: Update Emacs version to 23. 2009-05-15 06:18:34 +00:00
Chong Yidong
91ce9459d8 * refcards/de-refcard.tex: Merge changes from refcard.tex.
Change `Paragraph' to `Absatz'.
2009-05-15 06:16:32 +00:00
Kenichi Handa
cccd42d52f (Ffont_spec): Check arguments. 2009-05-15 02:49:46 +00:00
Chong Yidong
337fbd1718 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
weight when testing attributes (Bug#3282).
2009-05-14 21:37:02 +00:00
Chong Yidong
05be46d79e * frames.texi (Buffer Parameters): Note that the minibuffer parameter
can not be altered.
2009-05-14 04:29:45 +00:00
Chong Yidong
0a65633ef5 * frames.texi (Initial Parameters): Clarify what the initial
minibuffer frame is.
2009-05-14 04:00:44 +00:00
Chong Yidong
92e0207223 * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276). 2009-05-14 03:50:53 +00:00
Chong Yidong
e8e1b0c32e Checked anti.texi, errors.texi, and maps.texi. 2009-05-14 03:23:22 +00:00
Chong Yidong
734b5e3b59 * anti.texi (Antinews): Copyedits. Rearrange some entries.
Document display-buffer changes.
2009-05-14 03:22:44 +00:00
Chong Yidong
17ecd7af77 * anti.texi (Antinews): Rewrite for Emacs 22. 2009-05-13 05:13:36 +00:00
Chong Yidong
3f698a06a5 * anti.texi (Antinews): Document completion changes. Some additional
copyedits and rearrangement of entries.
2009-05-13 03:49:46 +00:00
Chong Yidong
ee5dc90279 Update documentation status. 2009-05-13 03:22:28 +00:00
Chong Yidong
32350dc9a9 Checked abbrevs.texi. 2009-05-13 01:32:18 +00:00
Chong Yidong
52456e5917 Update documentation status for abbrevs. 2009-05-13 01:27:13 +00:00
Chong Yidong
925672cdc7 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
obarrays are first mentioned.  Define "system abbrev" more
prominently, and add it to the index.
(Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
Copyedits.
(Abbrev Expansion): Document abbrev-insert.
2009-05-13 01:26:47 +00:00
Chong Yidong
78e4a31a2d Minor doc fix. 2009-05-13 01:13:51 +00:00