1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
Commit Graph

1092 Commits

Author SHA1 Message Date
Juri Linkov
dc25712992 Info-history-forward 2005-01-11 21:59:47 +00:00
Kim F. Storm
8ab2c119c2 *** empty log message *** 2005-01-09 02:12:43 +00:00
Lars Hansen
200d028b30 Describe desktop package lazy restore feature. 2005-01-07 20:25:00 +00:00
Kim F. Storm
678d2655f9 Fix line-height and line-spacing docs. 2005-01-05 16:36:19 +00:00
Stefan Monnier
73a6a97294 (display-battery-mode): Rename from display-battery.
Handle the case where it gets turned off.
2005-01-04 21:15:09 +00:00
Richard M. Stallman
60d1a807af *** empty log message *** 2005-01-04 18:01:45 +00:00
Dan Nicolaescu
ffbec9baad *** empty log message *** 2005-01-03 03:23:31 +00:00
Richard M. Stallman
1db7dd46a1 *** empty log message *** 2004-12-31 15:21:56 +00:00
Kenichi Handa
a28e021871 *** empty log message *** 2004-12-29 01:30:45 +00:00
Jan Djärv
e2a57f2890 * NEWS: C-g pops down menus and dialogs. 2004-12-27 20:16:58 +00:00
Richard M. Stallman
4ae98fc573 *** empty log message *** 2004-12-27 19:57:47 +00:00
Richard M. Stallman
56011a8c59 *** empty log message *** 2004-12-27 17:08:45 +00:00
Thien-Thi Nguyen
f3e4c362ff Mention new var `hs-set-up-overlay'. 2004-12-26 19:57:35 +00:00
Richard M. Stallman
fda2922a94 *** empty log message *** 2004-12-21 11:49:53 +00:00
Richard M. Stallman
414ac1a314 *** empty log message *** 2004-12-21 11:47:38 +00:00
Kim F. Storm
c44edf72cd Implement context-sentitive dual behaviour for mouse-1 click. 2004-12-17 15:19:33 +00:00
Juri Linkov
a31a30b5bb *** empty log message *** 2004-12-15 10:27:25 +00:00
Juri Linkov
1113094c33 Fix tyop. 2004-12-13 21:51:11 +00:00
Richard M. Stallman
d9c1ce9ddc (file-cache-add-directory-using-find):
Only set up file-cache-find-command-posix-flag if we will use it.
2004-12-13 19:46:36 +00:00
Juri Linkov
8ab314f992 ffap and wildcards 2004-12-13 05:19:18 +00:00
Juri Linkov
6a2067b247 *** empty log message *** 2004-12-13 03:26:21 +00:00
Juri Linkov
836c086be0 query-replace-highlight eq isearch 2004-12-12 22:56:55 +00:00
Richard M. Stallman
593b351755 *** empty log message *** 2004-12-10 04:58:52 +00:00
Stefan Monnier
d3a403e56c *** empty log message *** 2004-12-07 05:01:55 +00:00
Glenn Morris
94f1c41a48 *** empty log message *** 2004-12-07 00:57:30 +00:00
Stefan Monnier
02c8032e0a (bibtex-sort-entry-class)
(bibtex-comment-start): Use defcustom.
(bibtex-entry-field-alist): Use nil if initial content of the
field is undefined.  Fix docstring.
(bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
(bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
(bibtex-mode, bibtex-field-list, bibtex-entry-updat)
(bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
Fix docstring.
(bibtex-autokey-title-terminators): Use only one regexp.
(bibtex-string-maybe-empty-head): New variable.
(bibtex-remove-delimiters-string): New function.
(bibtex-text-in-field-bounds, bibtex-text-in-string):
Use bibtex-remove-delimiters-string.
(bibtex-progress-message, bibtex-field-left-delimiter)
(bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
(bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
(bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
Simplify.
(bibtex-format-entry): Use save-excursion for inherited booktitle.
Use eq and bibtex-remove-delimiters-string.  For end markers use
insertion type so that marker stays after inserted text.
(bibtex-autokey-get-names): Return empty string if name is missing.
(bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
calling bibtex-autokey-name-case-convert.
(bibtex-autokey-demangle-title):
Call bibtex-autokey-titleword-case-convert.  Remove call to
bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
(bibtex-global-key-alist, bibtex-read-string-key): New functions.
(bibtex-read-key): New optional arg global.
(bibtex-files-expand): New optional arg force.
(bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
(bibtex-complete-crossref-cleanup): Rename from
bibtex-complete-key-cleanup.  Simplify code.
(bibtex-copy-summary-as-kill): Remove arg key.  Operate on current entry.
Use looking-at.
(bibtex-button): Add docstring.
(bibtex-entry): Simplify.
(bibtex-make-field): Replace optional arg called-by-yank with more
specific args move and interactive.
(bibtex-end-of-entry): Use forward-sexp.
(bibtex-find-entry-globally): Remove.
(bibtex-find-crossref): Allow for crossref key located in other buffer.
Bound to C-c C-x.
(bibtex-find-entry): New optional args global and display.
(bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
(bibtex-validate): Use arg force of bibtex-files-expand.
(bibtex-clean-entry): Bugfix, clean string entries properly.
Always keep point at beginning of entry.
(bibtex-complete): Bugfix.  Handle string entries properly.
Call cleanup functions only if needed.
(bibtex-String): Use bibtex-read-string-key.
(bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
case of replacement text.
2004-11-26 23:24:44 +00:00
Jan Djärv
3a0ab7ecf3 Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog. 2004-11-26 17:45:17 +00:00
Richard M. Stallman
261b01c642 *** empty log message *** 2004-11-25 03:22:56 +00:00
Glenn Morris
f607ff4bb2 *** empty log message *** 2004-11-25 00:49:34 +00:00
Stefan Monnier
19cfd74626 *** empty log message *** 2004-11-22 13:17:56 +00:00
Richard M. Stallman
9d00469fca *** empty log message *** 2004-11-20 22:09:16 +00:00
Richard M. Stallman
dedbac8923 *** empty log message *** 2004-11-20 14:18:59 +00:00
Richard M. Stallman
6de891db98 *** empty log message *** 2004-11-19 20:07:39 +00:00
Luc Teirlinck
6dd06769a9 *** empty log message *** 2004-11-19 03:03:18 +00:00
Richard M. Stallman
ee31cd78ef *** empty log message *** 2004-11-16 17:31:19 +00:00
Kim F. Storm
9f89426bd4 *** empty log message *** 2004-11-15 15:20:33 +00:00
Daniel Pfeiffer
c7eb99ce3a magic-mode-alist & conf-mode.el 2004-11-10 20:15:00 +00:00
Richard M. Stallman
ae8bbb4261 *** empty log message *** 2004-11-09 11:10:09 +00:00
Richard M. Stallman
1efc19ebfa *** empty log message *** 2004-11-08 17:00:42 +00:00
Richard M. Stallman
18819b0f49 *** empty log message *** 2004-11-08 16:46:59 +00:00
Eli Zaretskii
66fcf39cc0 Document get-internal-run-time. 2004-11-06 17:05:42 +00:00
Eli Zaretskii
4ac3afb9e7 Document changes in behavior of hide-body. 2004-11-06 12:15:10 +00:00
Jan Djärv
fb40303edc Add menu items "New File..." and "Open File...".
Add Mac to text about file selection and use-file-dialog.
2004-11-04 09:21:52 +00:00
Jan Djärv
cba71f2453 Mention use-old-gtk-file-dialog. 2004-11-02 08:27:06 +00:00
Richard M. Stallman
2d1ef312c8 *** empty log message *** 2004-11-01 07:48:44 +00:00
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