1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
Commit Graph

1904 Commits

Author SHA1 Message Date
Juanma Barranquero
bfd40f00f7 Add reference to face `help-argument-name'. 2004-06-04 23:27:33 +00:00
Miles Bader
7e07a66d85 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
Rewrite face-differs-from-default-p
2004-06-04 02:50:50 +00:00
Steven Tamm
32364f491e Document the workaround for the Mac OS X port not picking up the environment
variables from the dotfiles.
2004-05-30 00:35:44 +00:00
Richard M. Stallman
08fd12516b *** empty log message *** 2004-05-29 16:26:16 +00:00
Eli Zaretskii
a7ab1711cf Document the addition of Flymake. 2004-05-29 12:11:59 +00:00
Simon Josefsson
9e94e25445 *** empty log message *** 2004-05-28 05:38:36 +00:00
Miles Bader
54212d2e6b Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Tweak source regexps so that building in place won't cause problems
2004-05-28 01:55:45 +00:00
Glenn Morris
2c37583719 *** empty log message *** 2004-05-17 18:57:23 +00:00
David Ponce
a422e170be *** empty log message *** 2004-05-17 11:41:26 +00:00
Kenichi Handa
9254ee5e1b *** empty log message *** 2004-05-17 00:26:33 +00:00
Juri Linkov
f3298aadc4 Add coding: latin-1, sentence-end-double-space: nil.
Remove trailing whitespace.
2004-05-16 06:33:53 +00:00
Juri Linkov
6f5c184d66 Regenerated. 2004-05-16 06:31:53 +00:00
Juri Linkov
34dc198dd5 Add C-u and RET to `C-h t Russian'.
Remove trailing whitespace.
2004-05-16 06:28:54 +00:00
Miles Bader
15866edb17 Changes from arch/CVS synchronization 2004-05-15 17:45:55 +00:00
Eli Zaretskii
c1380aa6e5 *** empty log message *** 2004-05-15 12:43:52 +00:00
Eli Zaretskii
bb99c48bef New file. 2004-05-15 12:43:16 +00:00
David Ponce
ddda21d349 *** empty log message *** 2004-05-14 10:04:16 +00:00
David Ponce
3212eb61c3 New file. 2004-05-14 10:03:23 +00:00
Miles Bader
ee2e55be94 Changes from arch/CVS synchronization 2004-05-14 07:38:55 +00:00
David Kastrup
b8d5565fcf 2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
* TUTORIAL.pt_BR: initial check-in.
2004-05-14 07:12:29 +00:00
Juanma Barranquero
85f6be548e Fix description of new help arg highlighting. 2004-05-13 01:23:07 +00:00
Kenichi Handa
d6696bb69c *** empty log message *** 2004-05-12 11:03:59 +00:00
Kenichi Handa
64a0fd206e *** empty log message *** 2004-05-12 10:54:47 +00:00
Kenichi Handa
44251fad2c *** empty log message *** 2004-05-12 02:42:42 +00:00
Juanma Barranquero
c968810061 *** empty log message *** 2004-05-12 00:02:52 +00:00
Jason Rumney
7aa70236bc Added note about CreateProcess failures from make.exe 2004-05-10 21:31:34 +00:00
Daniel Pfeiffer
1b44af75e4 Add edg examples and remove redundant ultrix examples. 2004-05-10 21:09:51 +00:00
Juanma Barranquero
f0529fe181 Describe next- and prev-buffer.
Warn about change of keybindings for winner-redo and -undo.
Describe help argument highlighting feature.
2004-05-09 22:37:12 +00:00
Jason Rumney
07312b25d3 Remove incorrect comment about using utf-16 for Windows clipboard
coding system.
2004-05-09 10:12:00 +00:00
Jason Rumney
2d2ff53001 Removed erroneous comment about using utf-16 as
selection-coding-system on Windows.
2004-05-08 19:15:53 +00:00
Miles Bader
91ab5bb456 Changes from arch/CVS synchronization 2004-05-06 22:57:32 +00:00
Stefan Monnier
24d5055cef Changes largely merged in from Dave Love's code. Doc fixes.
(python-mode-map): Add python-complete-symbol.
(python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
(python-comment-indent, python-complete-symbol)
(python-symbol-completions, python-partial-symbol)
(python-try-complete): New.
(python-indent-line): Remove optional arg.  Use python-block-end-p.
(python-check): Bind compilation-error-regexp-alist.
(inferior-python-mode): Use rx.  Move keybindings to top level.
Set comint-input-filter.
(python-preoutput-filter): Use rx.
(python-input-filter): Re-introduce.
(python-proc): Start new process if necessary.
Check python-buffer non-nil.
(view-return-to-alist): Defvar.
(python-send-receive): New.
(python-eldoc-function): Use it.
(python-mode-running): Don't defvar.
(python-mode): Set comment-indent-function.
Maybe update hippie-expand-try-functions-list.
(python-indentation-levels): Initialize differently.
(python-block-end-p): New.
(python-indent-line): Use it.
(python-compilation-regexp-alist): Augment.
(run-python): Import `emacs' module to Python rather than loading
code directly.  Set python-buffer differently.
(python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
Use python-proc.
(python-send-command): Go to end of comint buffer.
(python-load-file): Use python-proc, emacs.eimport.
(python-describe-symbol): Simplify interactive form.
Use emacs.help.  Do use temp-buffer-show-hook.
Call print-help-return-message.
(hippie-exp): Require when compiling.
(python-preoutput-continuation): Use rx.
2004-05-06 20:22:32 +00:00
Kim F. Storm
6ab6679999 *** empty log message *** 2004-05-04 13:45:52 +00:00
Stefan Monnier
c20052b268 *** empty log message *** 2004-05-04 13:26:05 +00:00
Kim F. Storm
26fb226b87 *** empty log message *** 2004-05-02 00:26:40 +00:00
Luc Teirlinck
8248b4ad74 *** empty log message *** 2004-05-01 22:39:27 +00:00
Luc Teirlinck
0dbc1dd0d4 *** empty log message *** 2004-05-01 22:24:39 +00:00
Glenn Morris
d71d20ea2c *** empty log message *** 2004-04-30 18:55:13 +00:00
Stefan Monnier
2c2cd44fdd *** empty log message *** 2004-04-30 13:53:58 +00:00
Kim F. Storm
e71caa4ed9 *** empty log message *** 2004-04-29 22:41:05 +00:00
Stefan Monnier
033ad8c637 *** empty log message *** 2004-04-27 22:02:27 +00:00
Masatake YAMATO
f24485f172 * subr.el (remove-overlays): Make arguments optional.
* wid-edit.el (widget-specify-button): Put evaporate to the
overlay for sample.
(widget-specify-sample): Put evaporate to the overlay for sample.
(widget-specify-doc): Put evaporate to the overlay for documentation.

* etc/NEWS: Write about remove-overlays's arguments.

* man/widget.texi: Add remove-overlays to the example.
2004-04-27 21:00:31 +00:00
Eli Zaretskii
08818866f1 Document set-file-times. 2004-04-27 13:17:34 +00:00
Juri Linkov
5a2c89c3ab You can narrow news to the specific version by calling
`view-emacs-news' with a prefix argument or by typing C-u C-h C-n.
2004-04-27 06:37:35 +00:00
Kim F. Storm
360fe9d22b *** empty log message *** 2004-04-26 22:39:49 +00:00
Kim F. Storm
06859ebdf6 Add line-height property, change line-spacing property. 2004-04-26 22:22:23 +00:00
Daniel Pfeiffer
63915149f3 added irix/Compaq C severe example 2004-04-25 12:57:05 +00:00
Kim F. Storm
e5847e5600 New line-spacing property on newlines. 2004-04-25 00:42:22 +00:00
Luc Teirlinck
21fb758865 *** empty log message *** 2004-04-24 23:29:39 +00:00
Stefan Monnier
ba1c68de59 Use outline mode. Remove compile.el entry (done). 2004-04-22 22:58:45 +00:00
Juri Linkov
7dcac3a665 Add images in Info pages from Jan Nieuwenhuizen <janneke@gnu.org>. 2004-04-21 22:36:22 +00:00
Kim F. Storm
879054ea28 *** empty log message *** 2004-04-21 21:45:15 +00:00
Kim F. Storm
d88beab585 New next-error framework, use in occur. 2004-04-21 21:39:26 +00:00
Richard M. Stallman
b144fc11ec Clarify recent text. 2004-04-21 19:36:24 +00:00
Kim F. Storm
09fe18d30a Add image slices. Add posn-at- functions. 2004-04-20 22:44:20 +00:00
John Paul Wallington
98a51048c9 `eql' now available without requiring cl. 2004-04-19 15:29:23 +00:00
Juri Linkov
8bc51bd120 sentence-end 2004-04-18 22:23:01 +00:00
Juri Linkov
d1d37da8ae *** empty log message *** 2004-04-18 15:29:18 +00:00
Juri Linkov
06e2fd488e Set sentence-end-double-space to nil in Local Variables. 2004-04-17 23:15:16 +00:00
Juri Linkov
45d3ac974a Add coding latin-1 to Local Variables.
Set sentence-end-double-space to nil in Local Variables.
2004-04-17 23:11:22 +00:00
Juri Linkov
b506221585 Add coding latin-1 to Local Variables. 2004-04-17 22:54:09 +00:00
Juri Linkov
c76dac700c Add "2004" to the list of copyright years.
Move coding to Local Variables.
Add sentence-end-double-space: nil to Local Variables.
2004-04-17 22:40:52 +00:00
Juri Linkov
172871024e More corrections. 2004-04-17 22:28:38 +00:00
Kim F. Storm
c78bf5031e *** empty log message *** 2004-04-16 23:27:40 +00:00
Miles Bader
88a8660408 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
Restore deleted tagline in etc/TUTORIAL.ru
2004-04-16 21:04:07 +00:00
David Kastrup
38f34d4a94 Changes by Alex Ott checked in. 2004-04-16 13:10:15 +00:00
David Kastrup
029139686e *** empty log message *** 2004-04-16 13:09:44 +00:00
Masatake YAMATO
6a4940b235 (completions-common-part): Rename from completion-de-emphasis.
(completions-first-difference): Rename from completion-emphasis. Suggested by RMS.
2004-04-16 08:57:51 +00:00
Juri Linkov
d2072c54c9 Update Delete/Delback translation. 2004-04-14 01:42:25 +00:00
Kim F. Storm
a27ddfaf2b *** empty log message *** 2004-04-13 22:24:34 +00:00
Miles Bader
a2de0c3b75 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
More RCS keyword removal
2004-04-13 09:47:51 +00:00
Stefan Monnier
1e88a355b5 *** empty log message *** 2004-04-12 19:43:37 +00:00
Miles Bader
0610f22fb4 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203
Add entry for macroexpand-all to NEWS
2004-04-12 04:44:19 +00:00
Masatake YAMATO
8bdbf30dbf Added "Visual feedback of *Completions* buffer is enhanced.". 2004-04-11 18:11:37 +00:00
Juri Linkov
ee213e98df *** empty log message *** 2004-04-11 09:58:19 +00:00
Juri Linkov
0aa8368b2e Fix sorting order. 2004-04-08 02:41:08 +00:00
Stefan Monnier
f8f853ded2 *** empty log message *** 2004-04-07 19:39:45 +00:00
Daniel Pfeiffer
1618ce6df7 Fix caml (Python) & irix (Info) 2004-04-07 12:57:55 +00:00
Kim F. Storm
661e85c1eb *** empty log message *** 2004-04-05 22:03:26 +00:00
Kim F. Storm
fa7f39add2 Typo. 2004-04-05 21:56:59 +00:00
Jesper Harder
43ea994715 Remove index-apropos entry. 2004-04-05 13:01:03 +00:00
Luc Teirlinck
4ba2fd662e *** empty log message *** 2004-04-05 02:09:28 +00:00
Luc Teirlinck
428b6b85c7 *** empty log message *** 2004-04-04 02:01:19 +00:00
Stefan Monnier
aa81d8d24a *** empty log message *** 2004-04-04 01:27:13 +00:00
Juri Linkov
35aeddc47b *** empty log message *** 2004-04-03 04:42:43 +00:00
Juri Linkov
c3d8b9da32 Add Javanese. 2004-04-03 04:41:21 +00:00
Daniel Pfeiffer
e5c644da12 message deletion note added to M-x compile 2004-04-01 10:48:40 +00:00
Vinicius Jose Latorre
f7f5c8fbb1 Doc fix. 2004-03-30 03:12:27 +00:00
Vinicius Jose Latorre
30301a737a Clip the header and footer area. 2004-03-30 03:08:48 +00:00
Kim F. Storm
62ce360830 Add x-mouse-click-focus-ignore-position. 2004-03-29 23:00:22 +00:00
Daniel Pfeiffer
d3a29dd8b4 reformulated compile announcement 2004-03-29 19:54:16 +00:00
Jan Djärv
6d8e13a0c7 TODO: Removed drag-and-drop entry (DONE). 2004-03-29 15:34:56 +00:00
Eli Zaretskii
2f9da07b59 Document the new command `strokes-global-set-stroke-string'. 2004-03-27 11:44:58 +00:00
Stefan Monnier
d08c4c2857 Fix copyright. 2004-03-22 15:38:14 +00:00
Juri Linkov
4581649ee7 Small fix. 2004-03-22 07:31:41 +00:00
Juanma Barranquero
e4aaf69c6a Fix typos. 2004-03-20 15:05:40 +00:00
Kim F. Storm
c1cbc25ad6 Document new :width and :align-to features. 2004-03-19 22:26:38 +00:00
Kim F. Storm
ab24c1278d *** empty log message *** 2004-03-19 21:10:52 +00:00
Kim F. Storm
88edcd0c5b Remove entries for fringe related issues (DONE).
Remove entry about image-relative coordinates of mouse clicks (DONE).
2004-03-19 21:10:10 +00:00
Stefan Monnier
44c0a4651e *** empty log message *** 2004-03-16 15:16:59 +00:00