Eli Zaretskii
9de0ae286c
(Minibuffer Contents): Remove @tindex.
2006-07-08 18:06:06 +00:00
Eli Zaretskii
4d65ea9d33
(Defining Minor Modes, Header Lines): Remove @tindex.
2006-07-08 18:05:39 +00:00
Eli Zaretskii
c58faeeda4
(Text Representations, Character Sets, Chars and Bytes, Locales): Remove
...
@tindex.
2006-07-08 18:05:09 +00:00
Eli Zaretskii
27d8ff6349
(Init File, System Environment, Sound Output, Session Management): Remove
...
@tindex.
2006-07-08 18:04:32 +00:00
Eli Zaretskii
3fbca65f53
(Word Motion, Text Lines, List Motion): Remove @tindex.
2006-07-08 18:03:53 +00:00
Eli Zaretskii
6061e9bcf2
(Input to Processes, Query Before Exit): Remove @tindex.
2006-07-08 18:03:23 +00:00
Eli Zaretskii
9b6194b459
(Output Variables): Remove @tindex.
2006-07-08 18:02:52 +00:00
Eli Zaretskii
aac2522c1d
(Other Plists): Remove @tindex.
2006-07-08 18:02:19 +00:00
Eli Zaretskii
e30108de22
(Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.
2006-07-08 18:01:52 +00:00
Eli Zaretskii
baa4b6c86a
(Buffer Contents, Deletion, Changing Properties)
...
(Property Search, Special Properties, Sticky Properties)
(Links and Mouse-1, Fields, Change Hooks): Remove @tindex.
2006-07-08 18:01:23 +00:00
Eli Zaretskii
f04493d872
(Constant Variables): Remove @tindex.
2006-07-08 18:00:50 +00:00
Eli Zaretskii
02dedf4bc4
(Textual Scrolling, Resizing Windows): Remove @tindex.
2006-07-08 18:00:14 +00:00
Romain Francoise
366f174136
(x-display-name): Fix typo.
2006-07-08 16:31:42 +00:00
Eli Zaretskii
d47a5ce6dd
ChangeLog
2006-07-08 16:18:51 +00:00
Eli Zaretskii
811137f6cc
Regenerated.
2006-07-08 16:18:28 +00:00
Eli Zaretskii
f240128d35
(PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we
...
don't need the error message, just the exit status.
2006-07-08 16:17:47 +00:00
Eli Zaretskii
7f9da0f3c7
(hexl-find-file): Doc fix.
2006-07-08 15:53:01 +00:00
Eli Zaretskii
1094404231
(define-minor-mode): Doc fix.
2006-07-08 15:20:52 +00:00
Thien-Thi Nguyen
f2bb3ca35b
Add an example "Compilation started ..." line.
2006-07-08 13:21:42 +00:00
Stephen Gildea
26816cbf78
fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
...
directory unreadable for better user privacy.
2006-07-08 11:42:40 +00:00
Chong Yidong
6f6c5fb394
* term/x-win.el (x-display-name): Doc fix.
2006-07-08 01:45:46 +00:00
Stefan Monnier
55f6a28058
(fill-delete-prefix): Don't ignore excessively long prefixes.
...
(fill-region-as-paragraph): Don't round up to a whole line.
(fill-comment-paragraph): Don't include the code-before-the-comment
when calling fill-region-as-paragraph.
2006-07-07 19:04:49 +00:00
Stefan Monnier
dd9f0dcd8f
(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
2006-07-07 16:52:13 +00:00
Stefan Monnier
2850984d60
(make-char): Remove redundancy.
2006-07-07 16:38:17 +00:00
Robert J. Chassell
1a3e2c5912
* textmodes/texinfmt.el (texinfo-format-separate-node):
...
Insert a string before point, which fits documentation, not after.
(texinfo-multitable-item): In a multitable row, insert any
additional needed @tabs and spaces.
2006-07-07 16:36:29 +00:00
Stefan Monnier
e0b4be6cc0
(byte-compile-form): The `byte-compile'
...
property may contain an anonymous function rather than a symbol.
2006-07-07 16:34:44 +00:00
Stefan Monnier
91fe949656
(readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
2006-07-07 16:16:18 +00:00
Stefan Monnier
4332cf50f7
(read_filtered_event): Remove `register' qualifier because it
...
causes compilation problem with gcc-4.0.2-20051125 on amd64.
2006-07-07 16:12:51 +00:00
Eli Zaretskii
dfb4bff5ef
(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
2006-07-07 15:49:31 +00:00
Stefan Monnier
e5a099ecae
(cvs-temp-buffer-name): Fix non-hiddenness.
2006-07-07 15:39:53 +00:00
Stefan Monnier
24a768a078
*** empty log message ***
2006-07-07 15:26:26 +00:00
Stefan Monnier
8decc87fd4
(compilation-error-regexp-alist-alist) <gnu>:
...
Use shy regexp. Fix incorrect backref to potentially unmatched group.
2006-07-07 15:17:35 +00:00
Stefan Monnier
df8a0bfffe
(dirtrack-default-directory-function): Remove.
...
(dirtrack-directory-function): Use file-name-as-directory.
(dirtrack-windows-directory-function): Simplify.
(dirtrack-forward-slash, dirtrack-backward-slash)
(dirtrack-replace-slash): Remove.
(dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
(dirtrack): Fix wrong parenthesizing; use match-string.
2006-07-07 15:14:47 +00:00
Stefan Monnier
e2536e57f9
Remove spurious * in docstrings.
...
(inferior-octave-mode): Only change the buffer-local value of
comint-dynamic-complete-functions.
(inferior-octave-mode-map, inferior-octave-mode-syntax-table):
Move the initialization to the declaration.
(inferior-octave-complete): Remove unused var `filter'.
2006-07-07 14:40:35 +00:00
Stefan Monnier
898cfc1d8a
(shell-mode): Only change the buffer-local value of
...
comint-dynamic-complete-functions.
2006-07-07 14:34:02 +00:00
Kim F. Storm
1daf0ddeff
(Fringe Cursors): Fix typo.
...
(Customizing Bitmaps): Fix define-fringe-bitmap entry.
(Overlay Arrow): Default is overlay-arrow fringe indicator.
2006-07-07 13:31:23 +00:00
Kim F. Storm
7f08703068
*** empty log message ***
2006-07-07 13:31:09 +00:00
Eli Zaretskii
014a250c24
Slight formatting changes and typo fixes. Add description of NEWS markings.
2006-07-07 11:20:50 +00:00
Kim F. Storm
2faacff7d9
(Fdefine_fringe_bitmap): Doc fix.
2006-07-07 10:38:26 +00:00
Kim F. Storm
efaed3b023
*** empty log message ***
2006-07-07 10:38:10 +00:00
Kim F. Storm
ccda8b9259
Mention INSTALL.CVS.
2006-07-07 08:22:04 +00:00
Kim F. Storm
09542a66cc
*** empty log message ***
2006-07-07 08:21:54 +00:00
Carsten Dominik
267154559e
Version number change.
2006-07-07 06:33:47 +00:00
Carsten Dominik
c725107664
*** empty log message ***
2006-07-07 06:33:03 +00:00
Carsten Dominik
77ef352e07
(Exporting): Document `C-c C-e' as the prefix for
...
exporting commands.
(Global TODO list): Document the use of the variables
`org-agenda-todo-ignore-scheduled' and
`org-agenda-todo-list-sublevels'.
2006-07-07 06:32:09 +00:00
Carsten Dominik
40a555f70f
(org-agenda-get-todos): Skip subtree also if entry is
...
skipped because it has been scheduled.
(org-prepare-agenda-buffers): Don't mark buffers as modified when
changing `:org-archived' and `:org-comment' properties.
2006-07-07 06:31:30 +00:00
Jason Rumney
fad82744c1
Checked lispref/display.texi
2006-07-06 23:00:15 +00:00
Chong Yidong
3008851538
* server.el (server-select-display): Don't make the temp frame
...
minibuffer-only, in case it's not a temp frame.
(server-process-filter): Don't delete the temp frame if it's the
only one we have on that display.
2006-07-06 22:48:16 +00:00
Chong Yidong
077f47e2a5
* files.el (find-alternate-file): Doc fix.
2006-07-06 13:55:49 +00:00
Richard M. Stallman
1dc75cda6b
*** empty log message ***
2006-07-06 13:44:10 +00:00