1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
Commit Graph

1773 Commits

Author SHA1 Message Date
Chong Yidong
0c8b58e9f7 Document line-move-visual and vertical-motion changes. 2008-07-11 18:18:34 +00:00
Dan Nicolaescu
0b22a5e17b *** empty log message *** 2008-07-11 02:57:16 +00:00
Dan Nicolaescu
289aee1ccc Reorganize the VC entry a bit. 2008-07-02 02:53:48 +00:00
Dan Nicolaescu
e86fa02be0 *** empty log message *** 2008-07-01 14:49:41 +00:00
Juri Linkov
90993beb6e Add `read-regexp'. 2008-06-29 16:11:04 +00:00
Jason Rumney
0f784aa6cd Add Windows support note to alpha frame parameter. 2008-06-28 23:57:37 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Chong Yidong
4502d15fd5 Documented shift-select-mode. 2008-06-26 19:49:45 +00:00
Chong Yidong
b350bdf295 Rearrange items, and delete some duplicates. 2008-06-26 17:26:15 +00:00
Glenn Morris
e889393b2e (calendar-iso-from-absolute): Add autoload cookie. 2008-06-26 03:43:18 +00:00
Juri Linkov
f45acc9d34 Add global bindings M-s o' for occur', M-s h r' for highlight-regexp',
and isearch binding `M-s h r' for `isearch-highlight-regexp'.
2008-06-25 20:27:45 +00:00
Stefan Monnier
43f8b27568 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point.  Signal an error if the file doesn't exist.
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.
2008-06-25 16:51:33 +00:00
Kenichi Handa
888d7d8651 Mention string-to-unibyte. 2008-06-25 02:55:06 +00:00
Chong Yidong
463c6766f9 Document truncate-partial-width-windows change. 2008-06-24 20:02:13 +00:00
Chong Yidong
85b1de329d Document `word-wrap'. 2008-06-24 18:04:44 +00:00
Chong Yidong
09e18d034a Re-order items. 2008-06-24 17:27:10 +00:00
Michael Albinus
7cba69f2ac * NEWS: Tramp uses auth-source. 2008-06-21 19:22:17 +00:00
Nick Roberts
d5d381e2ee *** empty log message *** 2008-06-21 08:48:44 +00:00
Stefan Monnier
d445b3f863 (special-mode-map): New var.
(special-mode): New major mode.
2008-06-20 17:10:33 +00:00
Stefan Monnier
c160dc76c0 *** empty log message *** 2008-06-20 16:04:48 +00:00
Stefan Monnier
a56fc14570 *** empty log message *** 2008-06-18 03:21:59 +00:00
Chong Yidong
d2d160bd24 *** S-down-mouse-1 now pops up a menu for changing the default font
and text size of the default face in the current buffer.  The face is
changed via face remapping (see below).
2008-06-15 20:11:11 +00:00
Chong Yidong
d54b8954d6 *** New function `font-face-attributes' returns a plist of face
attributes set by a font.
2008-06-15 19:44:11 +00:00
Dan Nicolaescu
6653c6b769 * log-view.el (log-view-diff-changeset): New function.
(log-view-mode-map, log-view-mode-menu): Bind it.
(log-view-per-file-logs, log-view-vc-fileset)
(log-view-vc-backend): New variables.
(log-view-find-revision, log-view-modify-change-comment)
(log-view-annotate-version): Throw an error if the log is for more
than one file and we can't find the current file.  Get the current
file from log-view-vc-fileset if necessary.
(log-view-diff): Get the current file from log-view-vc-fileset if
necessary.

* vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.

* vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
(vc-hg-log-view-mode): Declare for compiler.
(vc-hg-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.
(vc-hg-diff): If no file is passed, use default-directory for cwd.

* vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.

* vc-svn.el (vc-svn-log-view-mode): New derived mode.
2008-06-15 14:58:24 +00:00
Stefan Monnier
fdeb777a1d (Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
(Info-fontify-node): Use it.
(Info-mode-map): Move initialization into declaration.
2008-06-13 20:34:26 +00:00
Dan Nicolaescu
38b627cea0 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
(vc-annotate-show-diff-revision-at-line-internal): ... here.  New
function.
(vc-annotate-show-changeset-diff-revision-at-line): New function.
(vc-annotate-mode-menu): Bind it.
2008-06-13 14:51:06 +00:00
Glenn Morris
07d99e7544 Daniel Engeler <engeler at gmail.com>
Add documentation about serial port access.
2008-06-13 08:07:04 +00:00
Chong Yidong
0408f85857 Add menu bar changes, and font parsing changes. 2008-06-11 18:06:53 +00:00
Stefan Monnier
a1562258dc * window.c (Vwindow_point_insertion_type): New var.
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 16:08:48 +00:00
Stefan Monnier
1d69bd9baa (apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): Add apropos-short-label property.
(apropos-multi-type): New variables.
(apropos-command, apropos-value): Set it.
(apropos-compact-layout): New custom.
(apropos-print, apropos-print-doc): Use it.
(apropos-print): Truncate lines.
2008-06-10 02:44:48 +00:00
Martin Rudalics
e3a35600df *** empty log message *** 2008-06-09 06:54:15 +00:00
John Paul Wallington
203553fdc3 Document that `completion-ignore-case' is nil on MS-Windows. 2008-06-08 17:25:40 +00:00
Stefan Monnier
2e3d43acd9 (apropos-library): New command and new button.
(apropos-library-button): New function.
2008-06-08 04:32:43 +00:00
Chong Yidong
426e6ba046 New vars replace-search-function' and replace-re-search-function'. 2008-06-06 20:39:46 +00:00
Stefan Monnier
8ba31f366f * keymap.c (Vminibuffer_local_filename_must_match_map):
Rename from Vminibuffer_local_must_match_filename_map.
(syms_of_keymap):
* minibuf.c (Fcompleting_read): Adjust accordingly.
* commands.h: Rename declaration as well.
* minibuffer.el (minibuffer-local-must-match-filename-map):
Declare obsolete alias for the old name.
2008-06-05 05:44:12 +00:00
Stefan Monnier
c876b227d9 * window.c (window_scroll_pixel_based_preserve_x)
(window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
(window_scroll_pixel_based, window_scroll_line_based):
Use them to preserve column positions.
(syms_of_window): Initialize them.
* indent.c (Fvertical_motion): Extend first arg to allow passing an
(HPOS . VPOS) pair.
* xdisp.c (move_it_in_display_line_to): Improve the type of its args.
(move_it_in_display_line): New wrapper.
* dispextern.h (move_it_in_display_line): Declare.
2008-06-05 03:57:09 +00:00
Glenn Morris
ed25242f87 Update from Seiji Zenitani <zenitani at mac.com>. 2008-06-05 02:41:03 +00:00
Glenn Morris
f20186fdf0 face-remap place holder. 2008-06-04 07:09:08 +00:00
Glenn Morris
55f9bad5bd alpha frame parameter details from Seiji Zenitani <zenitani at mac.com>. 2008-06-04 07:08:45 +00:00
Stefan Monnier
fd9440c582 (Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Disallow mixing buffer-local and
frame-local settings for the same variable.
2008-05-30 02:37:40 +00:00
Stefan Monnier
c2d0b538ee (icomplete-prospects-length): Make obsolete.
(icomplete-prospects-height): New var.
(icomplete-completions): Use it.
2008-05-29 16:25:12 +00:00
Stefan Monnier
14c24780c3 (completion-all-sorted-completions): New var.
(completion--flush-all-sorted-completions)
(completion-all-sorted-completions): New functions.
(minibuffer-force-complete): New command.
2008-05-21 20:52:44 +00:00
Glenn Morris
fec8ef060d Add placeholder for alpha frame parameter. 2008-05-21 04:02:50 +00:00
Michael Olson
1b21ee065d Implement Project-local variables. 2008-05-19 22:36:09 +00:00
Glenn Morris
ab73e885f0 Switch to recommended form of GPLv3 permissions notice. 2008-05-15 07:32:14 +00:00
Glenn Morris
2fc5063f57 Update for font-backend changes. 2008-05-14 07:40:46 +00:00
Eric S. Raymond
db86064f73 Meta-CVS support removed. 2008-05-07 22:11:08 +00:00
Glenn Morris
8bf5c8a6bf Add ignore-errors. 2008-05-07 03:01:30 +00:00
Juanma Barranquero
9a930d7545 Fix typo. 2008-05-05 22:10:51 +00:00
Reiner Steib
e405fa5f4e * NEWS: Reword previous commit.
* NEWS.22: Document removal of duplicated "alt-" input methods.
2008-05-04 10:23:41 +00:00