1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00
Commit graph

6782 commits

Author SHA1 Message Date
Michael Albinus
01917a18b4 Sync with Tramp 2.0.47. 2005-01-16 13:18:31 +00:00
Richard M. Stallman
d4b6c2e332 (lm-with-file): Use Lisp mode in temp buffer.
In non-temp buffer, switch syntax table temporarily.
2005-01-15 18:16:44 +00:00
Eli Zaretskii
43805352f1 *** empty log message *** 2005-01-15 14:31:22 +00:00
Eli Zaretskii
5754a69e2e *** empty log message *** 2005-01-15 14:05:13 +00:00
Eli Zaretskii
a7ed85f05b (type-break-file-name): Doc update as per the above.
(type-break-mode, type-break-file-time, type-break-file-keystroke-count)
(type-break-choose-file): Don't store data in or load data from the file
if none specified.
2005-01-15 13:06:55 +00:00
Eli Zaretskii
f79b331a48 (woman-dired-define-key-maybe): If KEY is undefined,
lookup-key might return nil; handle that.
2005-01-15 12:46:54 +00:00
Eli Zaretskii
8b3a75ac8f (ebrowse-class-in-tree): Return the tail of the tree
rather than the element found, thus enabling the tree to be
setcar'd.
2005-01-15 12:39:25 +00:00
Carsten Dominik
7d7dac8c93 *** empty log message *** 2005-01-14 13:08:16 +00:00
Carsten Dominik
791d856fac 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-show-following-heading): New option.
	(org-show-hierarchy-above): Use `org-show-following-heading'.

	* org.el (orgtbl-optimized): New option
	(orgtbl-mode): New command, a minor mode.
	(orgtbl-mode-map): New variable.
	(turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
	(orgtbl-error, orgtbl-self-insert-command)
	(orgtbl-delete-backward-char, orgtbl-delete-char): New functions.

	* org.el (org-mode): `org-table-may-need-update' is now a local
	variable in each org-mode buffer.

	* org.el (org-set-regexps-and-options): Renamed from
	`org-set-regexps'.  Added checking for STARTUP keyword.
	(org-get-current-options): Added STARTUP options.
	(org-table-insert-row): Mode mode intelligent about when
	realignment is needed.
	(org-self-insert-command, org-delete-backward-char,
	org-delete-char): New commands.
	(org-enable-table-editor): new default value `optimized'.
	(org-table-blank-field): Support blanking regions if active.
2005-01-14 10:47:42 +00:00
Carsten Dominik
099fc2c9b1 Fixed typo in reftex log 2005-01-14 10:18:12 +00:00
Carsten Dominik
af41e1415a RefTeX upgraded to version 4.26 2005-01-14 10:14:35 +00:00
Nick Roberts
5ca75c83ef *** empty log message *** 2005-01-14 07:35:58 +00:00
Stefan Monnier
ed8031f295 (sgml-fill-nobreak): New fun.
(sgml-mode): Use it.
(sgml-get-context): Better keep track of implicitly closed tags.
2005-01-13 14:51:57 +00:00
Kenichi Handa
7573e36da2 *** empty log message *** 2005-01-13 04:38:31 +00:00
John Paul Wallington
e2244c1dd9 *** empty log message *** 2005-01-12 23:14:00 +00:00
John Paul Wallington
808882608a (custom-declare-variable): Just put symbol instead of (defvar . symbol)
on `current-load-list'.
2005-01-12 22:49:19 +00:00
Reiner Steib
9deb0abaf8 Fixed typo in Commentary section. 2005-01-12 16:07:42 +00:00
Jay Belanger
f5340eb76a *** empty log message *** 2005-01-12 14:52:11 +00:00
Kim F. Storm
1e801ac3be *** empty log message *** 2005-01-12 10:16:45 +00:00
Nick Roberts
a1c9fd1979 *** empty log message *** 2005-01-12 06:12:34 +00:00
Richard M. Stallman
28f94a3454 *** empty log message *** 2005-01-12 05:14:15 +00:00
Juri Linkov
aac42a1b2c (desktop-save): Add `mode: emacs-lisp' to the local
variables line in desktop files.
2005-01-12 00:52:33 +00:00
Juri Linkov
987d1819c1 * facemenu.el (list-colors-print): New function created from code
in list-colors-display.  Print #RRGGBB at the window right edge.
(list-colors-display): When temp-buffer-show-function is not
defined, call list-colors-print from temp-buffer-show-hook
to get the right value of window-width in list-colors-print
after the buffer is displayed.
2005-01-12 00:33:00 +00:00
Juri Linkov
066a23af25 (list-colors-display): Add new arg buffer-name.
Use it.  Fix docstring.  Replace code for identifying duplicate
colors by the name with call to `list-colors-duplicates' which
identifies duplicate colors by the value unless the color
is one of special Windows colors.  Set truncate-lines to t.
Print sorted duplicate color names on each line.  Indent to 22
\(the longest color name in rgb.txt) instead of 20.  Optimize.
(list-colors-duplicates): New function.
(facemenu-color-name-equal): Delete function.
2005-01-11 23:53:35 +00:00
Juri Linkov
afd33362f4 (query-replace-lazy-highlight): Add lazy-highlight group.
(query-replace-highlight, query-replace-lazy-highlight)
(query-replace): Move definitions to the beginning of the file.
2005-01-11 23:05:16 +00:00
Juri Linkov
424b9d3e7d (Info-history-forward): New variable.
(Info-select-node): Reset Info-history-forward to nil.
(Info-last): Turn into defalias.
(Info-history-back): Rename from Info-last.
Add current node to Info-history-forward.
(Info-history-forward): New fun.
(Info-mode-map): Replace Info-last by Info-history-back.
Bind Info-history-forward to "r".
(Info-mode-menu): Replace Info-last by Info-history-back.
Fix menu item text.  Add menu item for Info-history-forward.
(info-tool-bar-map): Replace Info-last by Info-history-back.
Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
for Info-history-forward.
(Info-mode): Replace Info-last by Info-history-back in docstring.
Add local variable Info-history-forward.
(Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2005-01-11 21:57:46 +00:00
Stefan Monnier
fbd8dc8a0d (mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)
(mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events
rather than fiddle with mouse-autoselect-window.
2005-01-11 15:36:57 +00:00
Jay Belanger
10907497c4 *** empty log message *** 2005-01-11 05:24:37 +00:00
Jay Belanger
b748957a3a *** empty log message *** 2005-01-10 17:30:03 +00:00
Thien-Thi Nguyen
e4edc5cd31 (Electric-buffer-menu-mode):
Preserve value of buffer-local var header-line-format.
2005-01-10 11:56:07 +00:00
Jay Belanger
7f72c3db5a (calc-embedded-subst): Replace math-multi-subst-rec, which is only
supposed to be called by math-multi-subst, by math-multi-subst.
2005-01-10 05:01:27 +00:00
Jay Belanger
3579f0c2bc *** empty log message *** 2005-01-10 04:27:09 +00:00
André Spiegel
5fbf7903ee # 2005-01-09 21:33:58 +00:00
Jay Belanger
809c26be25 *** empty log message *** 2005-01-09 16:24:30 +00:00
David Kastrup
0ba9bc53bd (desktop-restore-eager): Fix typo in type. 2005-01-09 13:31:53 +00:00
Richard M. Stallman
03e31a1a3e (customize): Delete :link. 2005-01-09 02:45:24 +00:00
Jay Belanger
3aba853a93 *** empty log message *** 2005-01-08 21:04:11 +00:00
Kim F. Storm
1f38760073 *** empty log message *** 2005-01-08 20:05:58 +00:00
Kim F. Storm
7716b93b24 *** empty log message *** 2005-01-08 18:58:33 +00:00
Jay Belanger
a4dfc830e0 *** empty log message *** 2005-01-08 07:12:32 +00:00
Lars Hansen
9abb41ebcb *** empty log message *** 2005-01-07 20:26:30 +00:00
Richard M. Stallman
c7ce7fc43b (find-face-definition): Renamed from find-face. 2005-01-07 02:52:29 +00:00
Kim F. Storm
c35b0c6bc3 *** empty log message *** 2005-01-06 22:01:38 +00:00
Jay Belanger
4c07596d8d *** empty log message *** 2005-01-06 18:30:41 +00:00
Juri Linkov
b49018ff4e *** empty log message *** 2005-01-06 07:02:50 +00:00
Miles Bader
e3cde0c787 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
Remove "-face" suffix from lazy-highlight face name

2005-01-06  Miles Bader  <miles@gnu.org>

   * lisp/isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'.
   (isearch-lazy-highlight-face): Use new name.
2005-01-06 04:44:57 +00:00
Stefan Monnier
9890ec7d19 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
to the same name.
2005-01-05 21:49:02 +00:00
Stefan Monnier
2eec3e8edf (uniquify-rationalize-file-buffer-names): Re-add an interactive spec. 2005-01-05 21:20:38 +00:00
Stefan Monnier
4dbbcb46d9 (isearch-dehighlight): Remove unused arg `totally'.
(isearch-update, isearch-done): Adjust calls accordingly.
2005-01-05 20:49:11 +00:00
Richard M. Stallman
436c08c288 (find-variable, find-variable-other-window, find-variable-other-frame):
Fix the TYPE args to find-function-read and find-function-do-it.
(find-function): Doc fix.
(find-function-at-point): Replace function-at-point alias.
2005-01-05 19:31:57 +00:00