1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

1833 commits

Author SHA1 Message Date
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