1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

64972 Commits

Author SHA1 Message Date
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
Richard M. Stallman
978db1472a *** empty log message *** 2006-07-05 17:14:10 +00:00
Richard M. Stallman
f663a1ce37 (abbreviate-file-name): Add save-match-data. 2006-07-05 17:13:28 +00:00
Richard M. Stallman
d735cf50f7 (Buffer Contents): Add example of text props in result of buffer-substring.
(Text Properties): Explain better about use of specific property names.
(Property Search): Some cleanups; reorder some functions.
2006-07-05 17:09:30 +00:00
Richard M. Stallman
fc0804c447 (Changing Key Bindings): Cleanup.
Add xref to Key Binding Conventions.
2006-07-05 17:07:29 +00:00
Richard M. Stallman
c5a83cf9dd (Attribute Functions): Add examples for face-attribute-relative-p. 2006-07-05 17:05:41 +00:00
Richard M. Stallman
7985a8e3b8 (Coding Conventions): Cleanup last change. 2006-07-05 17:04:09 +00:00
Richard M. Stallman
cc008f87ed (Scrolling only one line): Fix xref. 2006-07-05 17:03:06 +00:00
Chong Yidong
234fb7734a * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
clash detection using the base buffer.
2006-07-05 16:05:02 +00:00
Chong Yidong
e2e6e4d2fa * puresize.h (BASE_PURESIZE): Increment to 1210500. 2006-07-05 15:12:41 +00:00
Karl Berry
42b506849a fix overfull/underfull boxes 2006-07-05 14:13:24 +00:00
Karl Berry
1f1584d4a8 10pt text size, no chapternewpage odd 2006-07-05 14:11:15 +00:00
Chong Yidong
0d61de903d * net/goto-addr.el (goto-address): Mark as safe for local evals. 2006-07-05 12:35:22 +00:00
Kim F. Storm
6fee106e91 Recover truncated ChangeLog. 2006-07-05 11:35:52 +00:00
Kenichi Handa
3acd7be259 Fix Danish. 2006-07-05 11:12:54 +00:00
André Spiegel
db1cc7cb75 # 2006-07-05 09:49:27 +00:00
André Spiegel
51ef683bad (vc-diff-internal): Fix prev change. 2006-07-05 08:05:29 +00:00
Thien-Thi Nguyen
180f018c6c *** empty log message *** 2006-07-05 08:04:51 +00:00
Thien-Thi Nguyen
03e3e1ad6e (Loading): Replace eval-current-buffer with eval-buffer. 2006-07-05 08:03:55 +00:00
Thien-Thi Nguyen
d8ca18c71b (Instrumenting): Add Edebug-specific findex for eval-buffer. 2006-07-05 08:02:11 +00:00
Thien-Thi Nguyen
220a668e6b (Evaluating Emacs Lisp code):
Throughout, replace eval-current-buffer with eval-buffer.
2006-07-05 07:54:53 +00:00