Stefan Monnier
e0dc0c55b0
Use `button's.
...
(bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
(bibtex-reference-keys): Distinguish between header keys and crossref keys.
(bibtex-beginning-of-field): New function.
(bibtex-url-map): Remove.
(bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
(bibtex-font-lock-url-regexp): Assume that field names begin at
the beginning of a line.
(bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
Remove field delimiters. Bugfix, point can be inside a field with a url.
Use bibtex-beginning-of-field.
(bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs.
(bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
(bibtex-key-in-head): Simplify.
(bibtex-current-line): Use bolp.
(bibtex-parse-keys): Remove unused arg `add'.
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-parse-entry, bibtex-autofill-entry):
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-autokey-get-field): Do not alter case of replacement text.
(bibtex-autokey-get-names): Do all processing of name list.
(bibtex-autokey-get-year): New function.
(bibtex-autokey-get-title): Do all processing of title words.
(bibtex-generate-autokey): Simplify.
(bibtex-string-files-init): Use default-directory.
Allow for absolute file names in bibtex-string-files.
(bibtex-files, bibtex-file-path): New variables.
(bibtex-files-expand): New function.
(bibtex-find-entry-globally): New command.
(bibtex-summary-function): New variable.
(bibtex-summary): Default value of bibtex-summary-function.
(bibtex-find-crossref): New optional args pnt and split.
(bibtex-complete-key-cleanup): Call bibtex-summary-function.
(bibtex-copy-summary-as-kill): New command bound to C-cC-t.
(bibtex-validate): Fix docstring. Check only abbreviated month fields.
Fix handling of required and alternative fields.
Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
Use cons and display-buffer.
(bibtex-validate-globally): New command.
(bibtex-clean-entry): Use bibtex-files-expand. Do not call
bibtex-parse-keys and bibtex-parse-strings for updating
bibtex-reference-keys and bibtex-strings.
(bibtex-realign): Remove blank lines past the last entry.
(bibtex-reformat): Use bibtex-entry-format as default.
(bibtex-choose-completion-string): Remove.
(bibtex-complete): Do not use bibtex-choose-completion-string.
(bibtex-url): Simplify.
2004-10-31 22:25:34 +00:00
Stefan Monnier
2d5864780c
*** empty log message ***
2004-10-28 23:35:13 +00:00
Kenichi Handa
af3b9e477a
*** empty log message ***
2004-10-27 06:49:47 +00:00
Daniel Pfeiffer
f3df103306
set-auto-mode change
2004-10-26 21:53:34 +00:00
Kim F. Storm
c86364354c
*** empty log message ***
2004-10-26 12:59:20 +00:00
Kai Großjohann
213856ba58
Mention process-file.
2004-10-24 13:26:10 +00:00
Simon Josefsson
3d3b45dcf4
Add.
2004-10-24 12:21:16 +00:00
Kenichi Handa
d0ee2ed32e
*** empty log message ***
2004-10-22 13:17:31 +00:00
Kim F. Storm
31e931a5d1
typo.
2004-10-13 09:53:09 +00:00
Richard M. Stallman
3bfb0bff7b
Mention looking-back.
2004-10-13 01:58:45 +00:00
Luc Teirlinck
9f4b6e738f
*** empty log message ***
2004-10-09 18:57:48 +00:00
Eli Zaretskii
010864eabd
Document the new Progress Mode.
2004-10-08 17:42:15 +00:00
Eli Zaretskii
e42d647407
Mention the changes in C-y behavior when at end of line.
2004-10-08 17:14:15 +00:00
Glenn Morris
1698fb36fb
*** empty log message ***
2004-10-05 22:37:14 +00:00
Kim F. Storm
35ab48578a
*** empty log message ***
2004-10-05 08:57:14 +00:00
Glenn Morris
554b59cd74
Add entry from Emilio Lopes <eclig@gmx.net>.
2004-10-04 23:34:39 +00:00
Luc Teirlinck
5086e75d2a
*** empty log message ***
2004-10-04 23:00:13 +00:00
Kim F. Storm
f2a54fbc7a
*** empty log message ***
2004-09-29 12:39:27 +00:00
Luc Teirlinck
143e9e6aa1
*** empty log message ***
2004-09-26 02:34:13 +00:00
Glenn Morris
988c3fe319
*** empty log message ***
2004-09-23 22:54:22 +00:00
Glenn Morris
97f3be50fb
*** empty log message ***
2004-09-22 23:26:15 +00:00
Kim F. Storm
ed2846bd74
*** empty log message ***
2004-09-22 23:12:22 +00:00
Luc Teirlinck
6622d9280b
*** empty log message ***
2004-09-21 01:11:31 +00:00
Richard M. Stallman
4d894c989e
*** empty log message ***
2004-09-20 16:19:49 +00:00
Luc Teirlinck
7320911b5c
*** empty log message ***
2004-09-19 01:11:35 +00:00
Francesco Potortì
5dc59f2e62
Changes to the etags news.
2004-09-18 10:21:24 +00:00
Simon Josefsson
a3ba1a6a0d
Add.
2004-09-14 11:12:00 +00:00
Francesco Potortì
dfcb9727ca
Added support in etags for the Lua script language.
2004-09-13 13:42:00 +00:00
Kim F. Storm
662b102f12
Rename isearch-resume-enabled to isearch-resume-in-command-history
...
and change default to disabled.
2004-09-13 08:16:38 +00:00
Stefan Monnier
d528bff745
(bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.
...
(bibtex-autokey-titleword-ignore): Regexp is used in a case insensitive env.
(bibtex-mode-map): Rearrange order of menus.
(bibtex-quoted-string-re): Obsolete.
(bibtex-complete-key-cleanup): Variable replaced by new function.
(bibtex-font-lock-keywords): Use backquotes.
(bibtex-font-lock-url-regexp): New internal variable.
(bibtex-name-in-field): New opt arg remove-opt-alt to remove "OPT" and "ALT".
(bibtex-insert-current-kill, bibtex-make-field)
(bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
(bibtex-parse-field-text): Simplify.
(bibtex-string=): New helper function.
(bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
(bibtex-map-entries): Use bibtex-string=.
(bibtex-search-entry): Use not.
(bibtex-enclosing-field): Fix docstring.
(bibtex-assoc-regexp): Obsolete.
(bibtex-format-entry): Use assoc-string and bibtex-string=.
(bibtex-autokey-get-names): Handle empty name field.
(bibtex-parse-strings): Use assoc-string and unless.
(bibtex-complete-string-cleanup): Expansion list is passed as an argument.
Use assoc-string.
(bibtex-pop): Simplify.
(bibtex-mode): Set font-lock-extra-managed-props.
(bibtex-entry-update): Use assoc-string.
(bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
(bibtex-autofill-entry): Use bibtex-string=.
(bibtex-print-help-message): Simplify.
(bibtex-find-entry): New optional arg START.
(bibtex-validate): Use bibtex-string= and assoc-string.
Do not call obsolete function compilation-parse-errors.
(bibtex-remove-delimiters): Only remove delimiters if present.
(bibtex-copy-entry-as-kill): Add docstring.
(bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
(bibtex-complete): Use bibtex-predefined-month-strings,
bibtex-string=, and new function bibtex-complete-key-cleanup.
(bibtex-generate-url-list): New variable.
(bibtex-url): New command bound to C-c C-l and mouse-2.
(bibtex-url-map): New local keymap for bibtex-url-mouse.
(bibtex-font-lock-url): New function.
2004-09-10 21:24:50 +00:00
Juri Linkov
2a075e376b
Collect and rearrange compile and grep related items.
...
Add `history-delete-duplicates'.
2004-09-08 20:31:41 +00:00
Thien-Thi Nguyen
3bd7a6eda8
Mention change in --directory/-L behavior.
2004-09-08 12:53:31 +00:00
Luc Teirlinck
a020987fb7
*** empty log message ***
2004-09-08 03:26:24 +00:00
Kim F. Storm
4e14f66cdf
*** empty log message ***
2004-09-07 21:16:01 +00:00
Miles Bader
23f87bede0
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
...
Merge from emacs--gnus--5.10, gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
Import from CVS branch gnus-5_10-branch
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
Remove autoconf-generated files from archive
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
Update from CVS
2004-09-04 13:13:48 +00:00
Eli Zaretskii
2a223f35db
Fix last change.
2004-09-04 13:06:38 +00:00
Eli Zaretskii
f5e9cb9705
Document next-error-follow-mode.
2004-09-04 12:35:28 +00:00
Juri Linkov
dc29ba9b82
Update M-% in isearch.
2004-09-03 20:53:43 +00:00
Juri Linkov
f02069102b
New option `grep-highlight-matches'.
2004-09-02 16:40:38 +00:00
Juri Linkov
0dfddff5b5
Regexp isearch can search through multiple nodes. Add Info-search-backward.
2004-09-02 09:21:20 +00:00
Juri Linkov
8b3094c7c6
Add next-error-highlight' and
next-error-highlight-no-select'.
2004-09-01 18:48:19 +00:00
Luc Teirlinck
7d01236c22
*** empty log message ***
2004-09-01 00:09:17 +00:00
Luc Teirlinck
61b73aa496
*** empty log message ***
2004-08-31 23:53:10 +00:00
Luc Teirlinck
9f14953b05
*** empty log message ***
2004-08-26 01:47:55 +00:00
Bill Wohler
eccf961345
Upgraded to MH-E version 7.82.
...
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-25 05:55:39 +00:00
Richard M. Stallman
2ee3b79e47
*** empty log message ***
2004-08-22 17:46:31 +00:00
Bill Wohler
d103d8b388
Upgraded to MH-E version 7.81.
...
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-22 05:11:27 +00:00
Kim F. Storm
101c421e7e
*** empty log message ***
2004-08-17 22:42:23 +00:00
Bill Wohler
f0d73c14e2
Upgraded to MH-E version 7.4.80.
...
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-15 22:00:06 +00:00
Eli Zaretskii
723addaeae
Mention the thumbs.el package.
2004-08-14 12:32:24 +00:00
Luc Teirlinck
8392e13818
*** empty log message ***
2004-08-08 17:14:58 +00:00
Luc Teirlinck
c90e7e43b1
*** empty log message ***
2004-08-08 17:09:43 +00:00
Kim F. Storm
0f7a93c1c6
*** empty log message ***
2004-08-02 15:30:37 +00:00
Werner LEMBERG
b687047c72
Document all new tutorials.
2004-07-27 23:49:06 +00:00
Richard M. Stallman
d1b2b8cc72
Minor cleanups in text.
2004-07-17 12:00:10 +00:00
Luc Teirlinck
dd0a3ea36a
Mention new \_< and \_> operators. (From Jim Blandy.)
2004-07-16 18:55:01 +00:00
Luc Teirlinck
cbbfedb29d
*** empty log message ***
2004-07-15 00:38:38 +00:00
Bill Wohler
a66894d8b4
Upgraded to MH-E version 7.4.4.
...
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-07-13 03:06:25 +00:00
Richard M. Stallman
02c04e6f82
*** empty log message ***
2004-07-09 16:57:05 +00:00
David Kastrup
bcdf2143d3
(Lisp changes in 21.4): document (match-data t) change.
2004-07-08 17:47:25 +00:00
John Paul Wallington
94966e2bc1
Mention `read-file-name-completion-ignore-case'.
2004-07-06 18:49:32 +00:00
Eli Zaretskii
e5ab79ea19
Document that there's now a separate grep.el package.
2004-07-03 10:16:10 +00:00
Kai Großjohann
5fe536b81b
** file-remote-p now returns an identifier for the remote system,
...
if the file is indeed remote. (Before, the return value was t in
this case.)
2004-07-02 14:49:00 +00:00
Juri Linkov
5dc0a68b42
*** empty log message ***
2004-07-02 04:38:51 +00:00
Juri Linkov
59035302e7
*** empty log message ***
2004-07-01 11:56:39 +00:00
David Kastrup
255ec1b01b
Fixing +++ tag from last checkin.
2004-06-25 13:00:58 +00:00
David Kastrup
1791907b10
Move description from new paragraph-start and
...
indent-line-function defaults to general news instead of new
packages. Same for query-replace-skip-read-only. Add
description of new `\,' and `\?' replacement string features.
2004-06-24 10:36:13 +00:00
Richard M. Stallman
376de73927
*** empty log message ***
2004-06-21 03:26:53 +00:00
Richard M. Stallman
5b3dedccf3
*** empty log message ***
2004-06-21 03:10:40 +00:00
Juanma Barranquero
1ebd4f78e4
*** empty log message ***
2004-06-14 21:17:25 +00:00
Richard M. Stallman
092de21d0b
*** empty log message ***
2004-06-13 22:39:41 +00:00
Juri Linkov
a1bcf785a0
Add news for Dired and Info modes.
2004-06-12 06:09:32 +00:00
Kenichi Handa
66189a403f
*** empty log message ***
2004-06-12 02:36:47 +00:00
Juanma Barranquero
8758f42e99
*** empty log message ***
2004-06-11 16:43:14 +00:00
Juanma Barranquero
9fc2be4c21
*** empty log message ***
2004-06-10 20:59:26 +00:00
Lars Hansen
61d244caf6
Describe dired-omit-mode. Describe desktop package changes.
2004-06-10 20:33:06 +00:00
Kim F. Storm
d82baff9bd
*** empty log message ***
2004-06-10 08:41:13 +00:00
Juri Linkov
3fc3e0a6d6
Add C-M-x on defface.
...
Add eval-expression-print-format.
Move flymake to new modes and packages.
2004-06-10 04:28:42 +00:00
Juanma Barranquero
0b0dea7bb7
*** empty log message ***
2004-06-07 21:03:48 +00:00
Miles Bader
a0a2334679
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
...
Face merging cleanups
The only user-visible changes should be:
* The priority order of faces in a face :inherit attribute is now
reversed (for consistency with face lists in `face' text
properties)
* An :inherit loop is halted immediately, instead of being applied
several times first; this should only matters when a relative
attribute such as a :height scale is used.
2004-06-07 07:02:20 +00:00
Kim F. Storm
2e2d7ee654
*** empty log message ***
2004-06-06 22:40:53 +00:00
Juri Linkov
11d7bca4f0
Fix typo.
2004-06-06 00:38:29 +00:00
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
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
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
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
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
2d2ff53001
Removed erroneous comment about using utf-16 as
...
selection-coding-system on Windows.
2004-05-08 19:15:53 +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
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
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
Kim F. Storm
c78bf5031e
*** empty log message ***
2004-04-16 23:27:40 +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
Kim F. Storm
a27ddfaf2b
*** empty log message ***
2004-04-13 22:24:34 +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
Stefan Monnier
f8f853ded2
*** empty log message ***
2004-04-07 19:39:45 +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
Daniel Pfeiffer
e5c644da12
message deletion note added to M-x compile
2004-04-01 10:48:40 +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
Eli Zaretskii
2f9da07b59
Document the new command `strokes-global-set-stroke-string'.
2004-03-27 11:44:58 +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
Stefan Monnier
ecf4207f93
*** empty log message ***
2004-03-12 13:56:49 +00:00
Stefan Monnier
61042632e3
*** empty log message ***
2004-03-11 18:46:47 +00:00
Stefan Monnier
982c8d45de
Mention with-local-quit.
2004-03-04 22:56:30 +00:00
Kim F. Storm
851e55621f
Add overlay-arrow-variable-list variable.
2004-03-02 11:09:29 +00:00
Juanma Barranquero
89b1172bfa
Remove bogus reference to user option unicode-data.
2004-02-29 01:54:40 +00:00
Eli Zaretskii
11a365f9f2
Document the new min-colors face attribute.
2004-02-27 17:14:05 +00:00
Luc Teirlinck
e2b9b51f5e
*** empty log message ***
2004-02-21 20:15:23 +00:00
Eli Zaretskii
b1faee6e4f
Document recent changes in saveplace.el regarding skipping unreadable
...
files.
2004-02-21 14:17:30 +00:00
Luc Teirlinck
43e48bdaa5
*** empty log message ***
2004-02-17 03:18:43 +00:00
Kim F. Storm
b2b681f163
Describe new fringe bitmap features.
2004-02-15 18:15:38 +00:00
Andreas Schwab
eca7b90832
Another typo fix.
2004-02-08 12:23:56 +00:00
Andreas Schwab
fd94050431
Fix typo.
2004-02-08 00:38:50 +00:00
Kim F. Storm
4372d88663
Add line-number-at-pos.
2004-02-07 01:03:03 +00:00
Jan Djärv
0074d3a095
Add note about drag and drop support.
2004-02-03 17:09:02 +00:00
Luc Teirlinck
ac459e8a5e
*** empty log message ***
2004-02-01 00:04:28 +00:00
Stefan Monnier
cce5462e72
*** empty log message ***
2004-01-30 00:40:55 +00:00
Kenichi Handa
e91408d7ec
Add an entry for sentence-end-without-space.
2004-01-27 07:42:55 +00:00
Jonathan Yavner
b19ac4751a
*** empty log message ***
2004-01-24 17:40:21 +00:00
Stefan Monnier
d710758638
*** empty log message ***
2004-01-21 05:03:24 +00:00
Luc Teirlinck
9adcb5f2c8
*** empty log message ***
2004-01-20 23:09:25 +00:00
André Spiegel
1ce8d8b1c5
Add +++ to prev change.
2004-01-20 17:48:00 +00:00
André Spiegel
7aa518f3d7
Describe new key bindings in vc-annotate-mode.
2004-01-20 17:46:50 +00:00
Luc Teirlinck
d0cd7210e5
*** empty log message ***
2004-01-20 00:08:33 +00:00
Kim F. Storm
dcf0c8e0d5
Add overflow-newline-into-fringe and indicate-buffer-boundaries.
2004-01-18 20:26:39 +00:00
Luc Teirlinck
bc83b22ba7
*** empty log message ***
2004-01-18 01:47:10 +00:00
Luc Teirlinck
4ffff234d7
*** empty log message ***
2004-01-18 01:26:19 +00:00
Luc Teirlinck
3e7274ae13
*** empty log message ***
2004-01-16 01:48:11 +00:00
Jan Djärv
ecb3b438dd
Lucid pop up menus stay up, dialogs closes with ESC.
2004-01-12 02:03:41 +00:00
Glenn Morris
0fbe422d1c
*** empty log message ***
2004-01-12 01:02:18 +00:00
Kim F. Storm
05faee07bb
*** empty log message ***
2004-01-06 23:49:51 +00:00
Simon Josefsson
652dd27103
Mention before-save-hook.
2004-01-05 18:21:12 +00:00
Kim F. Storm
31e0fbdd43
*** empty log message ***
2004-01-01 23:44:00 +00:00
Luc Teirlinck
3f70fe8247
*** empty log message ***
2003-12-31 00:32:19 +00:00
Richard M. Stallman
ca205aa366
*** empty log message ***
2003-12-29 19:18:20 +00:00
Eli Zaretskii
53092de4a7
Document the change in insert-for-yank.
2003-12-29 11:46:03 +00:00
Kim F. Storm
69348b2a71
Add pointer text property. Add image maps.
2003-12-28 00:40:46 +00:00
Kenichi Handa
3999c70516
*** empty log message ***
2003-12-01 13:06:41 +00:00
Luc Teirlinck
d18473b956
*** empty log message ***
2003-12-01 02:29:01 +00:00
Jonathan Yavner
9f8a930d98
testcover.el: Changes to 1value and noreturn
2003-11-30 07:33:32 +00:00
Jan Djärv
1394f7f5f6
NEWS and documentation for use-file-dialog.
2003-11-29 11:36:55 +00:00
Kim F. Storm
d46aeafce0
posn-object and posn-object-x-y.
2003-11-27 21:59:16 +00:00
Kim F. Storm
5f6eef9448
Enhanced mouse events. Grep decoupled from compile.
2003-11-23 22:56:12 +00:00
Thien-Thi Nguyen
d29bf2fae9
Fix typo for hide-ifdef-mode entry: "line" -> "like".
2003-11-22 07:34:51 +00:00
Luc Teirlinck
76bf15e9a2
*** empty log message ***
2003-11-14 23:14:37 +00:00
Luc Teirlinck
92d2f1869d
*** empty log message ***
2003-11-09 22:02:08 +00:00
Luc Teirlinck
06a49fc15e
*** empty log message ***
2003-11-09 03:38:24 +00:00
Luc Teirlinck
c617790907
*** empty log message ***
2003-11-05 05:11:41 +00:00
Luc Teirlinck
e5dadca769
*** empty log message ***
2003-10-22 19:23:55 +00:00
Nick Roberts
f2afecdaf3
*** empty log message ***
2003-10-21 23:08:11 +00:00
Dave Love
46937ad8f2
cfengine-mode
2003-10-21 11:32:22 +00:00
Richard M. Stallman
1ae7cf5ee8
(edebug-display-freq-count): Doc fix.
2003-10-20 23:46:31 +00:00
Jan Djärv
c94472fc11
Added x-send-client-message.
2003-10-12 15:30:22 +00:00
Lute Kamstra
86b9b767c5
*** empty log message ***
2003-09-29 10:28:56 +00:00
Lute Kamstra
bc3b02f99b
*** empty log message ***
2003-09-26 12:53:18 +00:00
Kim F. Storm
fbe574208a
*** empty log message ***
2003-09-24 23:52:11 +00:00
Luc Teirlinck
f8977ff323
*** empty log message ***
2003-09-23 02:48:44 +00:00
Richard M. Stallman
8fe7d8c8bd
*** empty log message ***
2003-09-22 15:51:28 +00:00
Kim F. Storm
0c4da02395
Rename get-network-interface-info to network-interface-info.
2003-09-20 23:25:46 +00:00
Richard M. Stallman
837ea4dc04
Delete some ???.
2003-09-19 14:27:24 +00:00