Glenn Morris
0badeef452
*** empty log message ***
2009-07-23 02:56:06 +00:00
Ken Raeburn
100b635576
Document fixing of load-in-progress corruption.
2009-07-23 00:36:49 +00:00
Chong Yidong
7ff9d47331
Note that last change is documented.
2009-07-21 23:51:46 +00:00
Chong Yidong
551b1ac979
Move announcement of select-active-regions to 23.2 section.
2009-07-21 23:47:49 +00:00
Chong Yidong
28aaa2555d
Add auto-save-include-big-deletions.
2009-07-21 23:36:38 +00:00
Glenn Morris
fecbcdcbcd
mail-user-agent placeholder.
2009-07-19 00:29:52 +00:00
Juri Linkov
f4fcbe98c7
Add info about confirmation when killing a buffer with a running process.
2009-07-18 21:16:19 +00:00
Juri Linkov
f38fd73da3
Add `info-finder'.
2009-07-18 21:04:39 +00:00
Eli Zaretskii
8dca505221
Update the entry for `desktop-buffers-not-to-save'.
2009-07-18 19:14:11 +00:00
Dan Nicolaescu
e59e668bca
Mention two new ./configure options for developers.
2009-07-16 21:04:18 +00:00
Eli Zaretskii
7b607b7356
Mention change of default value for desktop-buffers-not-to-save.
2009-07-12 19:45:36 +00:00
Glenn Morris
ee047ec4c6
*** empty log message ***
2009-07-08 02:51:21 +00:00
Eli Zaretskii
a59e7eed59
Mention load average support on MS-Windows.
2009-07-04 10:46:06 +00:00
Jan Djärv
e044e4fcd5
* xterm.h (struct x_display_info): Add invisible_cursor.
...
(struct x_output): Add current_cursor.
* xterm.c (XTtoggle_invisible_pointer): New function.
(x_define_frame_cursor): Don't define cursor if invisible or the
same as before. Set current_cursor.
(x_create_terminal): Set toggle_invisible_pointer_hook.
* xfns.c (make_invisible_cursor): New function.
(x_set_mouse_color): Call make_invisible_cursor.
Set current_cursor.
(x_window): Set current_cursor.
* termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
* keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
inserting a character.
(read_avail_input): Call frame_make_pointer_visible.
* frame.c (Vmake_pointer_invisible): New variable.
(frame_make_pointer_invisible, frame_make_pointer_visible): New
functions.
(syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
* frame.h: Declare frame_make_pointer_invisible and
frame_make_pointer_visible.
(struct frame): Add pointer_invisible.
* cus-start.el (all): Added make-pointer-invisible.
2009-07-03 11:07:02 +00:00
Juri Linkov
9f18817ff4
Add Info-virtual-index' and
async-shell-command'.
2009-07-02 23:01:42 +00:00
Jan Djärv
7f1681d93c
*** empty log message ***
2009-07-01 16:59:09 +00:00
Jan Djärv
3f1c666608
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.
...
* frame.c: Qmaximized is new.
(x_set_frame_parameters): Do not handle fullscreen specially.
Only set width and height if explicitly set.
(x_set_fullscreen): Handle Qmaximized.
(x_set_font, x_figure_window_size): Do not handle fullscreen specially.
(syms_of_frame): Initialize Qmaximized.
* frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. Declare
Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
* xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
for Expose event. Add call to x_check_fullscreen for MapNotify event.
Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
set gravity to NorthWestGravity when USE_GTK.
(set_wm_state): New function.
(do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
(x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
(x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
or the case when no window manager is running. That means remove calls
to x_real_positions and x_fullscreen_adjust.
* gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
(xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
flush_and_sync.
(xg_height_changed): New function.
(xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
and gtk_window_set_policy. Set frame gravity after parsing the geometry
string.
(xg_update_frame_menubar, free_frame_menubar)
(xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
(update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
Remove calls to xg_frame_set_char_size.
* startup.el (command-line-x-option-alist): Add -mm and --maximized.
* NEWS: Mention maximized.
* frames.texi (Size Parameters): Mention maximized for fullscreen.
* xresources.texi (Table of Resources): Mention maximized for
fullscreen.
* cmdargs.texi (Window Size X): -mm/--maximized is new.
2009-07-01 14:02:27 +00:00
Michael Albinus
edb54f2798
* NEWS: Add "synce" connection method of Tramp.
2009-06-30 21:29:44 +00:00
Chong Yidong
d63a01efdb
* files.el (trash-directory): Change default to nil.
...
(move-file-to-trash): If trash-directory is nil and
system-move-file-to-trash is unbound, perform freedesktop-style
trashing.
* NEWS: Document change.
2009-06-28 04:54:06 +00:00
Dan Nicolaescu
3c3bf6ce8f
Remove find-file-not-found-hook VC method. (Bug#2757)
...
* vc-hooks.el (vc-file-not-found-hook)
(vc-default-find-file-not-found-hook): Remove functions.
(find-file-not-found-functions): Do not add vc-file-not-found-hook.
* vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
* vc.el:
* vc-hg.el:
* vc-git.el: Do not mention find-file-not-found-hook VC method.
2009-06-26 23:53:55 +00:00
Michael Albinus
009c963cd2
* NEWS: Add new connection methods of Tramp.
2009-06-24 19:21:22 +00:00
Chong Yidong
adce950df3
Put "temporary note" back in for Emacs 23.2.
2009-06-21 04:42:46 +00:00
Chong Yidong
16e8227107
Remove +++ and --- lines; minor copyedits.
2009-06-19 17:09:32 +00:00
Alan Mackenzie
7841339b76
Document changes to end-of-defun-function, clarifying entry for
...
beginning-of-defun-function.
2009-06-15 09:05:17 +00:00
Bill Wohler
d1d878511d
Update for MH-E release 8.2.
2009-06-13 17:15:40 +00:00
Chong Yidong
60959d23f4
Describe buffer-face-mode properly.
2009-06-13 00:26:45 +00:00
Chong Yidong
ae98e41f94
Note that comment-style now defaults to indent.
2009-05-26 03:04:49 +00:00
Chong Yidong
ee5dc90279
Update documentation status.
2009-05-13 03:22:28 +00:00
Chong Yidong
52456e5917
Update documentation status for abbrevs.
2009-05-13 01:27:13 +00:00
Chong Yidong
ded5dab72e
Documented empty -a option for emacsclient.
2009-05-12 04:10:30 +00:00
Chong Yidong
0c1e3f0de3
Documented font-backend X resource and frame parameter.
2009-05-12 03:32:48 +00:00
Martin Rudalics
abe8f3060b
Rewrite entry for display-buffer.
2009-05-08 06:26:05 +00:00
Chong Yidong
a99c39bbfc
Update documentation status.
2009-05-06 03:56:01 +00:00
Chong Yidong
91f68422d6
* files.el (hack-local-variables-prop-line)
...
(hack-local-variables, dir-locals-read-from-file): Bind
read-circle to nil before reading.
* lread.c (Vread_circle): New variable.
(read1): Disable recursive read if Vread_circle is nil.
2009-04-29 03:02:54 +00:00
Chong Yidong
b2c5a635a6
Update documentation status.
2009-04-22 04:22:20 +00:00
Chong Yidong
5222de6298
Documented initial-buffer-choice.
2009-04-22 01:29:46 +00:00
Chong Yidong
2ac982458b
Documented underline-minimum-offset.
2009-04-15 03:07:39 +00:00
Chong Yidong
605bfcb3b1
Document new variables wrap-prefix and line-prefix.
2009-04-13 16:20:56 +00:00
Chong Yidong
bea20cb928
Update documentation status.
2009-04-10 04:59:14 +00:00
Glenn Morris
540f30924d
Bob Rogers <rogers-emacs at rgrjr.dyndns.org> (tiny change; non-copyrightable)
...
Spelling and grammar fixes.
2009-04-10 02:18:58 +00:00
Chong Yidong
1c33b028b9
Documented fill-forward-paragraph-function.
2009-04-09 01:18:21 +00:00
Eli Zaretskii
e02ec85ea0
Mention the fact that font and color in tooltip-frame-parameters are ignored.
2009-04-04 14:51:33 +00:00
Chong Yidong
a08e807106
Documented: mkdir' is a new convenience alias for
make-directory'.
2009-04-04 01:34:05 +00:00
Chong Yidong
4c11694459
with-help-window is already documented.
2009-03-29 19:50:31 +00:00
Jan Djärv
e390f3a3fc
Point to etc/PROBLEMS for Gtk+ and display exit problem.
2009-03-28 16:03:03 +00:00
Chong Yidong
893cdc5799
Documented special-mode.
2009-03-28 13:39:10 +00:00
Glenn Morris
bcf3f1f5de
Add C-u M-x rmail to previous change.
2009-03-26 05:38:59 +00:00
Glenn Morris
329a643c50
Mention M-x find-file no longer works for Rmail files.
2009-03-25 06:49:19 +00:00
Chong Yidong
aea75a8702
Describe new completion rules more clearly.
2009-03-16 03:03:44 +00:00
Chong Yidong
7fab235acc
Documented completion-styles.
2009-03-15 14:52:19 +00:00
Chong Yidong
fc40114552
Documented read-file-name-completion-ignore-case and
...
read-buffer-completion-ignore-case.
2009-03-15 14:36:41 +00:00
Dan Nicolaescu
2b69181c88
Note the vc-annotate key changes.
2009-03-14 16:29:37 +00:00
Kenichi Handa
2d2db320ff
Add description for the argument change of
...
`set-fontset-font' and `print-fontset'.
2009-03-13 05:07:41 +00:00
Chong Yidong
c11ffe1a4c
custom-note-var-changed need not be documented.
2009-03-11 23:47:21 +00:00
Chong Yidong
6880f6db5b
Reorder new functions. Remove entry about deleted buffer-swapped-with
...
variable.
2009-03-11 23:08:05 +00:00
Chong Yidong
36a343d6bd
No need to document pp commands in Emacs or Emacs Lisp manuals.
2009-03-10 00:24:37 +00:00
Glenn Morris
2e538385c6
Rmail trivia, plus whitespace.
2009-03-06 03:45:17 +00:00
Glenn Morris
33b43245e3
More Rmail details.
2009-03-05 03:40:35 +00:00
Chong Yidong
cdc0338e1e
Fix typo.
2009-03-01 18:51:33 +00:00
Miles Bader
a20878b6d8
Rename system-process-attributes' to
process-attributes'
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553
2009-02-23 05:06:36 +00:00
Chong Yidong
8f513de89e
temp-file-name-pattern does not appear in the manuals.
2009-02-21 23:32:44 +00:00
Richard M. Stallman
80d634b8d9
(Antinews): Mention Babyl format.
2009-02-17 18:23:29 +00:00
Eli Zaretskii
763e01c4cf
(Rmail Coding) <rmail-redecode-body>: Remove stale documentation of
...
possible problems with redecoding.
2009-02-07 16:56:28 +00:00
Eli Zaretskii
8434d0b8c0
(syms_of_coding) <translation-table-for-input>: Modify doc string to
...
discourage use for character code unification.
2009-02-07 10:52:13 +00:00
Chong Yidong
55504ada77
Fix typo.
2009-01-30 18:13:39 +00:00
Chong Yidong
f4150f610d
** The variable temp_file_name_pattern has been removed.
2009-01-30 05:19:18 +00:00
Kenichi Handa
f4017dc56c
New function `coding-sytem-from-name'.
2009-01-27 04:39:53 +00:00
Eli Zaretskii
b55b134f14
Add some details about Rmail mbox merge.
2009-01-24 16:33:17 +00:00
Eli Zaretskii
3533155bcf
(System Environment): Remove description of the `environment' function which
...
has been deleted.
2009-01-24 16:24:17 +00:00
Dan Nicolaescu
82d0a2508e
Also mention ALTERNATE_EDITOR environment variable.
2009-01-24 11:38:06 +00:00
Glenn Morris
2d51ab6469
Add rmail placeholder.
2009-01-23 04:08:44 +00:00
Chong Yidong
70039c86fd
Document write-region-annotate-functions changes.
2009-01-22 04:53:20 +00:00
Eli Zaretskii
ead3f58d86
(Standard Keymaps): Rename function-key-map to local-function-key-map.
2009-01-17 19:16:08 +00:00
Eli Zaretskii
490f11979e
(Standard Hooks): Document suspend-tty-functions' and
resume-tty-functions'.
2009-01-17 18:47:53 +00:00
Jan Djärv
717c97e586
Mention Gtk+ bugs for closing displays.
2009-01-10 20:19:25 +00:00
Dan Nicolaescu
ac7020b35e
(diff-show-trailing-whitespaces): Remove function.
...
Move setting up whitepace-mode ...
(diff-mode): ... here.
(diff-mode-menu): Add a menu entry for showing trailing whitespace.
2009-01-10 17:21:04 +00:00
Chong Yidong
53ed745ab7
x-font-family-list has been removed.
2009-01-10 12:57:20 +00:00
Eli Zaretskii
b0caa7fb77
Mention inhibit-null-byte-detection.
2009-01-10 12:55:43 +00:00
Chong Yidong
1294e2bfc1
Last change documented.
2009-01-09 14:14:51 +00:00
Chong Yidong
bd9d28f7dd
*** The function x-font-family-list is now obsolete.
...
Instead, use the new function font-family-list.
2009-01-09 14:14:09 +00:00
Chong Yidong
543e6d09a2
Documented several font functions.
2009-01-08 20:58:57 +00:00
Chong Yidong
ae52547107
list-families is renamed to font-family-list.
2009-01-08 18:45:08 +00:00
Chong Yidong
4e598d290c
face-remap functions were already documented in display.texi.
2009-01-08 11:46:37 +00:00
Glenn Morris
bb65542c44
Add 2009 to copyright years.
2009-01-08 05:11:56 +00:00
Michael Albinus
cc2fc5a240
* NEWS: Tramp supports IPv6 addresses.
2009-01-03 15:11:47 +00:00
Dan Nicolaescu
53374291b7
(mkdir): New defalias.
2008-12-29 05:11:15 +00:00
Juri Linkov
18e4b9bdcb
Add `butterfly'.
2008-12-28 23:52:31 +00:00
Eli Zaretskii
765980a41e
(Top): Add @detailmenu item for "Terminal Type".
2008-12-27 15:46:03 +00:00
Eli Zaretskii
b8afe7e422
(Autoload): Document generate-autoload-cookie' and
generated-autoload-file'.
2008-12-27 14:02:07 +00:00
Dan Nicolaescu
e697906720
* subr.el (chmod): New defalias for set-file-modes.
...
* files.texi (Misc File Ops): Mention chmod as an alias for
set-file-modes.
2008-12-24 18:27:30 +00:00
Richard M. Stallman
9f48700650
*** empty log message ***
2008-12-22 19:58:55 +00:00
Stefan Monnier
125f795168
(completion-all-completions-with-base-size): Remove.
...
(completion-all-completions): Don't set it.
(completion-table-with-context, completion--file-name-table):
Don't add base-size in last cdr.
(completion-hilit-commonality): Add argument `base-size'.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions, completion-basic-all-completions):
Provide it.
(completion-pcm--all-completions): Don't need to remove the base-size
in last-cdr any more.
2008-12-21 05:20:06 +00:00
Eli Zaretskii
1e637a9fae
*** empty log message ***
2008-12-20 14:16:58 +00:00
Eli Zaretskii
028e2c1919
(Startup Summary): Add xref to documentation of `initial-window-system'.
2008-12-20 13:54:24 +00:00
Eli Zaretskii
ac0503eccc
*** empty log message ***
2008-12-20 13:34:44 +00:00
Dan Nicolaescu
efdd80c6fd
proced.el does not use ps(1) anymore, state that is not functional
...
everywhere.
2008-12-19 21:00:32 +00:00
Juri Linkov
45ad1cc518
Unbind M-s' from
Info-search'.
2008-12-19 00:22:05 +00:00
Dan Nicolaescu
c569485caf
Add info about emacsclient starting the daemon.
2008-12-18 08:24:37 +00:00
Glenn Morris
b1c3a827a1
Fix reStructuredText funky capitalization.
2008-12-18 03:34:16 +00:00
Juri Linkov
fd4c2a393b
Add key bindings to start nonincremental word search.
2008-12-18 01:18:06 +00:00
Chong Yidong
17a937cccb
Added Ruby mode.
2008-12-10 19:02:05 +00:00
Seiji Zenitani
920ab46cf5
requirements of the frame opacity code (OS X)
2008-12-06 01:11:07 +00:00
Glenn Morris
614677a0bb
Add VC switches entry.
2008-12-03 07:57:47 +00:00
Chong Yidong
e6fda20626
DocView is documented.
2008-11-30 23:08:22 +00:00
Chong Yidong
85c78c0fe4
hide-ifdef-mode documented; mark some entries as not needed doc updates.
2008-11-30 23:02:50 +00:00
Eli Zaretskii
98d059989a
(Top): Add a @detailmenu entry for "Character Properties".
2008-11-29 17:06:11 +00:00
Chong Yidong
71b605b87e
Explain why region-active-p is often not the best function to use.
2008-11-27 17:08:44 +00:00
Juanma Barranquero
0956be4f1a
* NEWS: Fix typo. (Bug#1439)
2008-11-27 09:14:14 +00:00
Chong Yidong
f4bd91bede
Documented set-file-modes.
2008-11-26 05:32:24 +00:00
Chong Yidong
5c6e52b01b
scroll-preserve-screen-position change is already documented.
2008-11-26 05:11:01 +00:00
Chong Yidong
b684436f20
Documented truncate-partial-width-windows change.
2008-11-26 05:08:06 +00:00
Chong Yidong
bc999cd3d0
Documented nXML mode.
2008-11-26 04:16:17 +00:00
Chong Yidong
206faa9298
Document changes to confirm-nonexistent-file-or-buffer.
2008-11-24 19:24:45 +00:00
Chong Yidong
d59f7c459e
Add NEWS entries for face-remap.
2008-11-24 15:45:54 +00:00
Chong Yidong
133c4dc535
Minor fix.
2008-11-23 06:23:28 +00:00
Chong Yidong
5f9e21a904
Add NEWS entry for text-scale-adjust.
2008-11-23 06:22:56 +00:00
Chong Yidong
50e54fbae3
Documented fontconfig and GTK font formats.
2008-11-23 03:52:55 +00:00
Juri Linkov
2cb5f8ed9d
Add dired-isearch-filenames' is
dwim'.
2008-11-22 20:41:10 +00:00
Juri Linkov
fc0318c6d5
Rename .dir-settings.el to .dir-locals.
...
Rename set-directory-project to dir-locals-set-directory-class.
Rename define-project-bindings to dir-locals-set-class-variables.
2008-11-22 19:06:02 +00:00
Eli Zaretskii
a208633805
*** empty log message ***
2008-11-22 18:31:15 +00:00
Martin Rudalics
6a4cfb0c8f
(Frames): Fix typo, add cross references, reword.
...
(Initial Parameters): Reword special-display-frame-alist text.
(Frames and Windows): Reword. Describe argument norecord for
set-frame-selected-window.
(Input Focus): Describe argument norecord for select-frame.
Remove comment on MS-Windows behavior for focus-follows-mouse.
(Raising and Lowering): Mention windows-frames dichotomy in
metaphor.
2008-11-21 10:20:14 +00:00
Glenn Morris
3b75ca8bd2
Manuals GFDL 1.3+.
2008-11-19 04:31:18 +00:00
Stefan Monnier
35b05a7793
(confirm-nonexistent-file-or-buffer):
...
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.
2008-11-18 18:26:08 +00:00
Chong Yidong
d0414e3656
Updated lispref re *-end-trigger-functions and jit-lock-register.
2008-11-18 18:10:15 +00:00
Chong Yidong
7b2b855762
Documented alpha frame parameter.
2008-11-18 07:06:04 +00:00
Chong Yidong
22854006f0
Linum mode mentioned in the manual.
2008-11-17 23:12:43 +00:00
Chong Yidong
194894cb11
*** compilation-scroll-output accepts a new value, `first-error', which
...
says to stop auto scrolling at the first error that occurs.
2008-11-17 01:51:09 +00:00
Chong Yidong
c594dbfad0
C-y now works when entering passwords.
2008-11-17 01:26:13 +00:00
Chong Yidong
c37fd4ede4
Documented delete-by-moving-to-trash.
2008-11-16 07:27:27 +00:00
Chong Yidong
0405753521
Remove incorrect and redundant entry about emacsclient -c.
2008-11-08 17:24:22 +00:00
Chong Yidong
0999a3f4b4
Documented Dired changes.
2008-11-07 19:02:57 +00:00
Martin Rudalics
e589455f84
*** empty log message ***
2008-11-07 14:22:27 +00:00
Martin Rudalics
ee434cb1a6
(save-selected-window): Make it behave like
...
save-selected-window-norecord.
(save-selected-window-norecord): Remove, since functionality
fully taken over by save-selected-window.
(walk-windows, set-window-text-height, fit-window-to-buffer):
Use save-selected-window instead of save-selected-window-norecord.
2008-11-04 06:53:44 +00:00
Martin Rudalics
205f3a3bee
Mention ordering of recently selected windows.
2008-11-02 11:12:25 +00:00
Eli Zaretskii
c4526e933c
(Text Representations): Rewrite to make consistent with Emacs 23
...
internal representation of characters. Document `unibyte-string'.
2008-11-01 16:36:10 +00:00
Chong Yidong
1f650d5d8f
Documented:
...
** The abbrev file is no longer read at startup in batch mode.
2008-11-01 04:11:32 +00:00
Chong Yidong
e228b7bcbe
Already documented: In Etags, the --members option is now the default.
2008-10-31 15:38:35 +00:00
Chong Yidong
14b5f3a6f3
compilation-auto-jump-to-first-error documented.
2008-10-31 06:18:21 +00:00
Chong Yidong
781459a418
Move window parameters entry to Lisp changes.
2008-10-30 18:01:47 +00:00
Chong Yidong
c417ddc29e
Documented use-empty-active-region.
2008-10-29 16:00:56 +00:00
Chong Yidong
c409d2f31c
Documented emacsclient changes.
2008-10-29 04:57:56 +00:00
Chong Yidong
468750667c
Documented:
...
*** When Transient Mark mode is on, TAB now indents the region if the
region is active.
2008-10-28 00:42:34 +00:00
Martin Rudalics
bee6058c44
Remove entry for `window-full-width-p' since it's in Emacs 22 already.
2008-10-27 10:28:00 +00:00
Juanma Barranquero
d6c180c46b
New function `locate-user-emacs-file'.
...
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
* url.el (url-configuration-directory): Use `locate-user-emacs-file'.
* NEWS: New function `locate-user-emacs-file'.
2008-10-24 09:39:27 +00:00
Chong Yidong
dfa2fb2af8
Note that free unrar only handles version 1 and 2.
2008-10-22 22:44:25 +00:00
Chong Yidong
536ee36ec0
Documented diff-mode changes and addition of rar to archive-mode.
2008-10-21 23:17:03 +00:00
Chong Yidong
d91c8dd8a1
Directory-local variables are already documented.
2008-10-21 22:14:30 +00:00
Chong Yidong
04e6cfffa0
Documented: VC mode-line, find-file-confirm-nonexistent-file, vc-dir,
...
"e" and "D" in log-view-mode, C-c C-d in log-edit-mode, and removal of
Meta-CVS support.
2008-10-21 20:58:16 +00:00
Eli Zaretskii
d2c52e2690
*** empty log message ***
2008-10-21 14:54:04 +00:00
Eli Zaretskii
80e6b6df5e
(Serial Ports): Fix wording and improve markup.
2008-10-21 14:45:34 +00:00
Eli Zaretskii
3645358ade
(Regexp Search): Document string-match-p' and
looking-at-p'.
...
(POSIX Regexps): Add an xref for "non-greedy".
(Regexp Special): Add @cindex entry for "non-greedy".
2008-10-21 14:01:33 +00:00
Eli Zaretskii
bf190568e0
(Image Cache) <image-refresh>: Minor wording fixes.
2008-10-21 13:46:08 +00:00
Eli Zaretskii
b3d50cffbd
(Attribute Functions): Document `face-all-attributes'.
2008-10-21 12:18:16 +00:00
Eli Zaretskii
73b7530a7e
(Color Names): Add an xref to `read-color'.
2008-10-21 11:27:40 +00:00
Eli Zaretskii
acc8b598b0
(Top): Add "Swapping Text" to @detailmenu.
2008-10-21 10:07:06 +00:00
Eli Zaretskii
fd6f900c21
(Creating Strings): Add xrefs to `split-string-and-unquote' and
...
`combine-and-quote-strings'.
2008-10-20 19:54:28 +00:00
Chong Yidong
8eb8f63486
T-mouse Mode changes need no extra documentation.
2008-10-20 01:53:54 +00:00
Chong Yidong
6c8ad8f7d5
Documented S-mouse-3.
2008-10-19 19:52:32 +00:00
Eli Zaretskii
e4372165fb
(Reading File Names): Document `read-shell-command' and
...
`minibuffer-local-shell-command-map'.
2008-10-19 16:12:19 +00:00
Eli Zaretskii
80f85d7cda
(Calling Functions): Document `apply-partially'.
2008-10-19 14:57:50 +00:00
Eli Zaretskii
291703b5c7
(File Local Variables): Document `file-local-variables-alist',
...
`before-hack-local-variables-hook' and `hack-local-variables-hook'.
2008-10-19 13:01:55 +00:00
Eli Zaretskii
583d8b3cfe
(Synchronous Processes): Document `process-lines'.
2008-10-19 12:29:22 +00:00
Chong Yidong
3a8de8dc62
Documented yank-pop-change-selection.
2008-10-19 04:58:14 +00:00
Stefan Monnier
0296a35eeb
(emacs-internal): New coding system alias.
2008-10-18 23:13:09 +00:00
Eli Zaretskii
04d3620369
*** empty log message ***
2008-10-18 22:09:19 +00:00
Eli Zaretskii
d334fa1e1a
*** empty log message ***
2008-10-18 18:56:00 +00:00
Eli Zaretskii
018a960d04
(Changing Files): Document symbolic input of file modes to `set-file-modes'.
...
Document `read-file-modes' and `file-modes-symbolic-to-number'.
2008-10-18 17:58:25 +00:00
Eli Zaretskii
2c0b814427
(Search and Replace): Document `multi-query-replace-map'.
2008-10-18 14:27:40 +00:00
Eli Zaretskii
80120f13ef
(Search and Replace): Document `replace-search-function' and
...
`replace-re-search-function'.
2008-10-18 14:07:36 +00:00
Eli Zaretskii
6d4913f0d3
(Text from Minibuffer): Document `read-regexp'.
...
(Completion Commands, Reading File Names): Rename
`minibuffer-local-must-match-filename-map' to
`minibuffer-local-filename-must-match-map'.
(Minibuffer Completion): The `require-match' argument to `completing-read'
can now have the value `confirm-only'.
2008-10-18 13:14:59 +00:00
Eli Zaretskii
43c59a3dca
(Displaying Buffers): Minor wording fix.
...
(Choosing Window): `split-height-threshold' can now be nil.
Document `split-width-threshold'. `pop-up-frames' can have the value
`graphic-only'.
2008-10-18 11:22:08 +00:00
Eli Zaretskii
53728487f1
(Processor Run Time): Document emacs-uptime' and
emacs-init-time'.
...
(Time Parsing): Document `format-seconds'.
2008-10-17 19:37:14 +00:00
Martin Rudalics
8f5cee6aa0
*** empty log message ***
2008-10-17 16:01:41 +00:00
Eli Zaretskii
f36acfd9ec
(Startup Summary): Document before-init-time' and
after-init-time'.
...
Document `initial-window-system' and `window-system-initialization-alist'.
Document reading the abbrevs file. Document the call to `server-start'
under --daemon. Rearrange a bit to be consistent with the code flow.
2008-10-17 15:42:34 +00:00
Eli Zaretskii
2de17c73f3
(The Mark): Document use-region-p.
2008-10-16 20:06:38 +00:00
Chong Yidong
ee0f05567b
ESR already documented changeset-based VC. Remove duplicate entry
...
about D in VC Annotate mode.
2008-10-16 00:04:33 +00:00
Eli Zaretskii
c3aaf1d70f
(Defining Commands, Using Interactive): The interactive-form of a function
...
can be added via its symbol's property.
2008-10-15 20:22:21 +00:00
Chong Yidong
ac40fadbd0
Documented primary selection changes
2008-10-15 17:01:27 +00:00
Eli Zaretskii
1184ea39b3
*** empty log message ***
2008-10-15 16:50:00 +00:00
Eli Zaretskii
52441368d6
(List Motion): beginning-of-defun-function can now accept an argument.
2008-10-15 15:00:53 +00:00
Eli Zaretskii
8e8c1a7214
(Low-Level Kill Ring): interprogram-paste-function can now return a list
...
of strings.
2008-10-15 14:44:02 +00:00
Eli Zaretskii
a33a1f2ac9
(Handling Errors): Document ignore-errors.
2008-10-15 12:49:11 +00:00
Eli Zaretskii
4fb04348e5
(Creating Frames): Document frame-inherited-parameters.
...
(Parameter Access): Document set-frame-parameter.
2008-10-15 12:25:19 +00:00
Eli Zaretskii
ee666f8409
(Creating Buffer-Local): Add an xref to "Setting Hooks" for the effect
...
of kill-all-local-variables on local hook functions.
2008-10-15 11:49:10 +00:00
Eli Zaretskii
9cf52b11bb
(Major Mode Conventions, Mode Line Variables): `mode-name' need not be a
...
string. xref to "Mode Line Data" for details, and to "Emulating Mode Line"
for computing a string value.
2008-10-15 11:27:32 +00:00
Eli Zaretskii
a65f6a855d
(Top): Adjust the @detailmenu for the addition of "System Processes" section.
2008-10-14 15:38:57 +00:00
Eli Zaretskii
c9a1876d68
*** empty log message ***
2008-10-14 12:53:29 +00:00
Eli Zaretskii
6fa4e7f5d7
*** empty log message ***
2008-10-14 11:45:01 +00:00
Eli Zaretskii
45e46036ff
* objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
...
* eval.texi (Special Forms): ...to here.
2008-10-13 11:24:22 +00:00
Eli Zaretskii
eaf4b68932
(Top): Add a @detailmenu entry for "Frame-Local Variables".
2008-10-13 10:43:53 +00:00
Chong Yidong
f691c21696
If pop-up-frames has the value `graphic-only', display-buffer only
...
makes a separate frame on graphic displays.
2008-10-12 04:47:51 +00:00
Chong Yidong
4545a33987
In Postcript mode, C-c C-c launches Doc View minor mode for viewing
...
the postscript file.
2008-10-12 03:12:17 +00:00
Chong Yidong
5ed3edfae2
Note that Postscript, PDF, and DVI files are now opened in Doc View
...
mode by default.
2008-10-11 21:38:57 +00:00
Chong Yidong
dd4c0a92b7
Documented clone-indirect-buffer and kill-matching-buffers.
2008-10-11 17:37:12 +00:00
Chong Yidong
1d3b373653
Documented save-buffers-kill-terminal.
2008-10-10 18:22:01 +00:00
Glenn Morris
3dcdb6ea2c
Fix case of "GNUstep".
2008-10-04 18:45:30 +00:00
Martin Rudalics
9721264a83
Mention latex-indent-within-escaped-parens.
2008-09-30 09:01:53 +00:00
Chong Yidong
d24cb9c940
Word search changes now documented.
2008-09-25 17:52:50 +00:00
Chong Yidong
3c24161771
Add word-search-forward-lax' and
word-search-backward-lax'.
2008-09-25 17:09:22 +00:00
Dan Nicolaescu
eab2ee8944
* emacs.c (standard_args): Add --daemon.
...
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.
* startup.el (command-line): Start the server when in daemon mode.
* cmdargs.texi (Initial Options): Document --daemon.
2008-09-21 23:31:40 +00:00
Chong Yidong
97431b7f7a
Update documentation status.
2008-08-31 02:13:38 +00:00
Glenn Morris
7d09b7a6e1
truncate-partial-width-windows default now 50.
2008-08-29 07:10:43 +00:00
Glenn Morris
b798e26a69
auth-source has nothing to do with X.
...
Add delete-by-moving-to-trash.
Collect some misc items near the end of "Changes" section.
2008-08-29 06:43:49 +00:00
Michael Albinus
1e9b0fb210
*** empty log message ***
2008-08-27 18:42:56 +00:00
Chong Yidong
9ac64acd79
Correct entry about non-breaking space.
2008-08-26 20:55:47 +00:00
Jason Rumney
fab17942e0
Multi-page TIFF image support.
2008-08-26 08:02:23 +00:00
Glenn Morris
d332a7a4ac
Fix copyright entries broken by "rearrangement".
...
Trim whitespace infodump to something more appropriate for NEWS.
Merge "Diff" sections.
2008-08-26 02:58:11 +00:00
Juri Linkov
4e14951ff2
In Text mode, rebind center-line' and
center-paragraph'
...
from `M-s' and `M-S' to `M-o M-s' and `M-o M-S'.
2008-08-25 20:33:06 +00:00
Chong Yidong
3307af6c8e
Consolidate minibuffer and completion changes.
2008-08-22 19:28:36 +00:00
Chong Yidong
0ca1ad6893
Update documentation status of minibuffer changes.
2008-08-22 19:27:01 +00:00
Glenn Morris
87aae241a4
(Fortran Comments): Replace fortran-indent-comment with comment-dwim.
2008-08-21 05:48:32 +00:00
Glenn Morris
77a00355a7
*** empty log message ***
2008-08-21 05:37:38 +00:00
Chong Yidong
a8d207a917
Revert last change.
2008-08-20 23:06:30 +00:00
Chong Yidong
23a1fff0f4
*** If Auto Revert mode is enabled in a Dired buffer, it is
...
temporarily disabled when entering Wdired mode; it is renabled upon
leaving Wdired mode.
2008-08-20 22:43:52 +00:00
Bill Wohler
6686384423
Update for MH-E release 8.1.
2008-08-19 04:42:07 +00:00
Chong Yidong
697f6b4371
Clarify description of word-wrapping changes.
2008-08-17 15:12:59 +00:00
Chong Yidong
043023cabf
Consolidate nextstep port items.
2008-08-17 15:04:30 +00:00
Chong Yidong
c4e606b67e
enable-recursive-minibuffers change need not be mentioned in the manual.
2008-08-16 17:42:42 +00:00
Vinicius Jose Latorre
4e5a8be947
Improve whitespace information.
2008-08-15 00:48:55 +00:00
Glenn Morris
a43a8a2e81
(Calendar Customizing): Mention whitespace variables and intermonth text.
...
(Holiday Customizing): Add holiday-chinese.
2008-08-10 01:51:23 +00:00
Chong Yidong
3353f8703a
Clarify enable-recursive-minibuffers change.
2008-08-06 19:14:42 +00:00
Dan Nicolaescu
c13375112a
*** empty log message ***
2008-08-06 03:48:14 +00:00
Eli Zaretskii
5d692341d3
Mention list-system-processes and system-process-attributes.
2008-08-02 17:18:32 +00:00
Teodor Zlatanov
6d496c76c6
Add entries about the new auth-source integration and
...
about the cyrillic-translit modifications.
2008-08-01 21:00:17 +00:00
Chong Yidong
7394499e07
Documented visual line mode.
2008-07-31 19:31:51 +00:00
Chong Yidong
9bc072cc8a
Add non-x86 Unixware to list of deprecated platforms.
2008-07-31 17:28:45 +00:00
Juri Linkov
e94d064572
Unify all names under one common name prefix
...
`minibuffer-depth-'.
(minibuffer-depth-indicator-function): Renamed from
`minibuf-depth-indicator-function'.
(minibuffer-depth-overlay): Renamed from
`minibuf-depth-overlay'.
(minibuffer-depth-setup): Renamed from
`minibuf-depth-setup-minibuffer'.
(minibuffer-depth-indicate-mode): Renamed from
`minibuffer-indicate-depth-mode'.
2008-07-31 17:23:45 +00:00
Jason Rumney
4a263588af
Note the dropping of BDF font support on Windows.
2008-07-31 11:52:15 +00:00
Chong Yidong
7082ceb2df
Document file-local-variables-alist and before-hack-local-variables-hook
2008-07-31 01:27:33 +00:00
Juri Linkov
4f75e0823b
Isearch-related changes.
2008-07-30 16:41:43 +00:00
Chong Yidong
6c897494ff
Document read-file-name-completion-ignore-case and
...
read-buffer-completion-ignore-case.
2008-07-30 15:31:59 +00:00
Chong Yidong
4b4eb083a2
** mairix.el is an interface to mairix, a free tool for indexing and
...
searching locally stored mail. It allows you to query mairix and
display the search results with Rmail, Gnus and VM. Note that there
is an existing Gnus back end, nnmairix.el, which should be used with
Maildir/MH setups.
2008-07-29 17:44:00 +00:00
Juri Linkov
d1949cd5c6
Add &'
dired-do-async-shell-command'.
2008-07-29 16:42:27 +00:00
Juri Linkov
6d9f0d00ea
Add Isearch that matches only at Dired file names.
2008-07-29 14:43:40 +00:00
Juri Linkov
cc3236e19e
Add multi-file Isearch in Dired.
2008-07-28 14:33:03 +00:00
Vinicius Jose Latorre
355b422fd2
New function diff-show-trailing-blanks in diff-mode.el.
2008-07-25 02:34:31 +00:00
Michael Albinus
0c68a24bc9
* NEWS: Add xesam.el.
2008-07-24 21:52:51 +00:00
Vinicius Jose Latorre
2f56f788e1
Add whitespace package information.
2008-07-24 03:56:00 +00:00
Juri Linkov
babc46090c
Document misearch.el and multi-isearch commands.
2008-07-24 00:28:06 +00:00
Chong Yidong
32847230da
Also, plans for deprecating Solaris on IBM RS6000 and UNIX System V.
2008-07-23 23:39:39 +00:00
Juri Linkov
71554a21ec
Add multi-buffer query-replace and `multi-query-replace-map'.
2008-07-23 01:20:12 +00:00
Chong Yidong
006a2cde6a
Announce future deprecation.
2008-07-21 14:49:46 +00:00
Thien-Thi Nguyen
7381be9dcb
Make auto-refining a minor mode, and diff- and smerge- use it.
...
* diff-mode.el (diff-auto-refine): Delete defcustom.
(diff-auto-refine-mode): New func/var via define-minor-mode.
Update var ref to use diff-auto-refine-mode.
* smerge-mode.el (diff-mode): Require when compiling.
(smerge-auto-refine): Delete defcustom.
Update smerge-auto-refine ref to use diff-auto-refine-mode.
2008-07-21 14:20:24 +00:00
Chong Yidong
12f165e92b
Add Visual Line mode.
2008-07-17 23:41:29 +00:00
Adrian Robert
06b627700d
remove need for nextstep/compile for NS build; also, add NEWS entry about the port
2008-07-17 17:44:41 +00:00
Stefan Monnier
0bcfd7d779
* keymap.c: Remove all NS-specific code.
...
(where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
(preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
where_is_preferred_modifier, return a different value depending on how
preferred is the binding.
(where_is_internal): Adjust accordingly.
(Fwhere_is_internal): Refresh where_is_preferred_modifier.
Adjust to new preferred_sequence_p.
(syms_of_keymap): Declare `where-is-preferred-modifier'.
* keyboard.c (parse_solitary_modifier): Not static any more.
* keyboard.h (parse_solitary_modifier): Declare.
2008-07-16 19:23:49 +00:00
Glenn Morris
de9efca0a9
Apparently incorrect to say that font backend _requires_ freetype and
...
fontconfig.
2008-07-16 02:23:30 +00:00
Chong Yidong
a6b85944c7
Aggregate change log mode changes. Update documentation status.
2008-07-13 20:38:12 +00:00
Martin Rudalics
f06b5ed2ce
(change-log-search-file-name): Use match-string-no-properties.
...
(change-log-search-tag-name-1, change-log-search-tag-name)
(change-log-goto-source-1, change-log-goto-source): New functions.
(change-log-tag-re, change-log-find-head, change-log-find-tail):
New variables.
(change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2008-07-13 07:35:15 +00:00
Chong Yidong
81efacf925
Update description of changes to Line Wrapping on the menu bar.
2008-07-12 22:12:49 +00:00