bpt/emacs.git
16 years agoAdd arch tagline
Miles Bader [Sun, 8 Jun 2008 18:09:06 +0000 (18:09 +0000)]
Add arch tagline

16 years agoDocument that `completion-ignore-case' is nil on MS-Windows.
John Paul Wallington [Sun, 8 Jun 2008 17:25:40 +0000 (17:25 +0000)]
Document that `completion-ignore-case' is nil on MS-Windows.

16 years agonewsticker changes.
Ulf Jasper [Sun, 8 Jun 2008 15:43:53 +0000 (15:43 +0000)]
newsticker changes.

16 years agoSplit into multiple files. New frontend. Bugfixes.
Ulf Jasper [Sun, 8 Jun 2008 15:37:08 +0000 (15:37 +0000)]
Split into multiple files. New frontend. Bugfixes.

16 years agoInitial check-in.
Ulf Jasper [Sun, 8 Jun 2008 15:36:18 +0000 (15:36 +0000)]
Initial check-in.

16 years ago(vc-dir-children-marked-p): Fix child check.
Andreas Schwab [Sun, 8 Jun 2008 15:31:08 +0000 (15:31 +0000)]
(vc-dir-children-marked-p): Fix child check.

16 years ago(vc-cvs-dir-status): Pass -f to cvs.
Andreas Schwab [Sun, 8 Jun 2008 15:18:28 +0000 (15:18 +0000)]
(vc-cvs-dir-status): Pass -f to cvs.

16 years ago(vc-dir-move-to-goal-column): Don't move in an
Andreas Schwab [Sun, 8 Jun 2008 14:53:18 +0000 (14:53 +0000)]
(vc-dir-move-to-goal-column): Don't move in an
empty line.

16 years ago(minibuffer-message): Bind inhibit-quit around
Andreas Schwab [Sun, 8 Jun 2008 14:10:50 +0000 (14:10 +0000)]
(minibuffer-message): Bind inhibit-quit around
sit-for.

16 years ago(split-height-threshold, split-width-threshold): Add
Martin Rudalics [Sun, 8 Jun 2008 13:02:38 +0000 (13:02 +0000)]
(split-height-threshold, split-width-threshold): Add
choice nil.
(split-window-preferred-function): Allow either nil or a function.
(window--splittable-p, window--try-to-split-window): Handle
changed option values.
(window--frame-usable-p): Handle nil argument.
(display-buffer): Call get-lru-window when pop-up-windows is nil
and window can't be split.

16 years agoFix last entry for .gdbinit.
Eli Zaretskii [Sun, 8 Jun 2008 12:41:36 +0000 (12:41 +0000)]
Fix last entry for .gdbinit.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 8 Jun 2008 12:03:27 +0000 (12:03 +0000)]
*** empty log message ***

16 years ago* auth-source.el: Precise Tramp doc.
Michael Albinus [Sun, 8 Jun 2008 11:50:16 +0000 (11:50 +0000)]
* auth-source.el: Precise Tramp doc.

16 years agoFix typo.
Bastien Guerry [Sun, 8 Jun 2008 11:40:45 +0000 (11:40 +0000)]
Fix typo.

16 years agoDocument when cvs -d up may be needed.
Eric S. Raymond [Sun, 8 Jun 2008 11:33:11 +0000 (11:33 +0000)]
Document when cvs -d up may be needed.

16 years ago*** empty log message ***
Kenichi Handa [Sun, 8 Jun 2008 11:11:18 +0000 (11:11 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Sun, 8 Jun 2008 11:01:55 +0000 (11:01 +0000)]
*** empty log message ***

16 years ago* net/tramp.el (top): Quote feature names. Remove
Michael Albinus [Sun, 8 Jun 2008 10:49:19 +0000 (10:49 +0000)]
* net/tramp.el (top): Quote feature names.  Remove
`tramp-rfn-eshadow-setup-minibuffer' from
`rfn-eshadow-setup-minibuffer-hook' when unloading.
(tramp-read-passwd): There is only one call to
`auth-source-user-or-password' needed.  Pacify byte compiler.

16 years ago* uniquify.el (uniquify-get-proposed-name): Handle remote files.
Michael Albinus [Sun, 8 Jun 2008 10:42:34 +0000 (10:42 +0000)]
* uniquify.el (uniquify-get-proposed-name): Handle remote files.

16 years ago* menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
Andreas Schwab [Sun, 8 Jun 2008 09:26:02 +0000 (09:26 +0000)]
* menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
* Makefile.in (menu.o): Update dependencies.

16 years ago(Ffontset_info): Fix typo.
Andreas Schwab [Sun, 8 Jun 2008 09:01:28 +0000 (09:01 +0000)]
(Ffontset_info): Fix typo.

16 years ago* Makefile.in (obj): Always add menu.o
Andreas Schwab [Sun, 8 Jun 2008 08:59:47 +0000 (08:59 +0000)]
* Makefile.in (obj): Always add menu.o
* emacs.c (main): Always call syms_of_menu.
* keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.

16 years ago(display-buffer): Use lru window if current window
Andreas Schwab [Sun, 8 Jun 2008 07:54:25 +0000 (07:54 +0000)]
(display-buffer): Use lru window if current window
cannot be split.

16 years agoAdd note.
Chong Yidong [Sun, 8 Jun 2008 04:39:45 +0000 (04:39 +0000)]
Add note.

16 years ago* Makefile.in: Compile menu.c.
Chong Yidong [Sun, 8 Jun 2008 04:38:11 +0000 (04:38 +0000)]
* Makefile.in: Compile menu.c.

* lisp.h: Declare syms_of_menu.

* emacs.c (main): Call syms_of_menu.

* keyboard.h: Relocate platform-independent menu definitions from
xmenu.c.

* menu.c: New file.  Relocate platform-independent menu
definitions from xmenu.c.

* xmenu.c: Remove platform-independent menu definitions.
(menu_items menu_items_inuse, menu_items_allocated)
(menu_items_used, menu_items_n_panes)
(menu_items_submenu_depth): Move to keyboard.h.
(init_menu_items, finish_menu_items, unuse_menu_items)
(discard_menu_items, restore_menu_items, save_menu_items)
(grow_menu_items, push_submenu_start, push_submenu_end)
(push_left_right_boundary, push_menu_pane, push_menu_item)
(keymap_panes, single_keymap_panes, single_menu_item)
(list_of_panes, list_of_items, find_and_call_menu_selection)
(xmalloc_widget_value, free_menubar_widget_value_tree)
(parse_single_submenu, digest_single_submenu)
(update_submenu_strings): Move to menu.c.

16 years agoCompile menu.c.
Chong Yidong [Sun, 8 Jun 2008 04:37:50 +0000 (04:37 +0000)]
Compile menu.c.

16 years agoDeclare syms_of_menu.
Chong Yidong [Sun, 8 Jun 2008 04:37:34 +0000 (04:37 +0000)]
Declare syms_of_menu.

16 years ago(main): Call syms_of_menu.
Chong Yidong [Sun, 8 Jun 2008 04:37:19 +0000 (04:37 +0000)]
(main): Call syms_of_menu.

16 years agoRelocate platform-independent menu definitions from xmenu.c.
Chong Yidong [Sun, 8 Jun 2008 04:37:01 +0000 (04:37 +0000)]
Relocate platform-independent menu definitions from xmenu.c.

16 years agoRemove platform-independent menu definitions.
Chong Yidong [Sun, 8 Jun 2008 04:36:46 +0000 (04:36 +0000)]
Remove platform-independent menu definitions.
(menu_items menu_items_inuse, menu_items_allocated)
(menu_items_used, menu_items_n_panes)
(menu_items_submenu_depth): Move to keyboard.h.
(init_menu_items, finish_menu_items, unuse_menu_items)
(discard_menu_items, restore_menu_items, save_menu_items)
(grow_menu_items, push_submenu_start, push_submenu_end)
(push_left_right_boundary, push_menu_pane, push_menu_item)
(keymap_panes, single_keymap_panes, single_menu_item)
(list_of_panes, list_of_items, find_and_call_menu_selection)
(xmalloc_widget_value, free_menubar_widget_value_tree)
(parse_single_submenu, digest_single_submenu)
(update_submenu_strings): Move to menu.c.

16 years ago* menu.c: New file. Relocate platform-independent menu definitions
Chong Yidong [Sun, 8 Jun 2008 04:36:08 +0000 (04:36 +0000)]
* menu.c: New file.  Relocate platform-independent menu definitions
from xmenu.c.

16 years ago(apropos-library): New command and new button.
Stefan Monnier [Sun, 8 Jun 2008 04:32:43 +0000 (04:32 +0000)]
(apropos-library): New command and new button.
(apropos-library-button): New function.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Sun, 8 Jun 2008 03:48:22 +0000 (03:48 +0000)]
Remove spurious * in docstrings.
(apropos-label-face): Use variable pitch.
(apropos-print): Use dolist and with-current-buffer.
(apropos-print-doc): Use when.

16 years ago(special-display-p, display-buffer): Fix up C->Elisp transcription error.
Stefan Monnier [Sun, 8 Jun 2008 02:07:47 +0000 (02:07 +0000)]
(special-display-p, display-buffer): Fix up C->Elisp transcription error.

16 years ago(byte-compile-current-group): New var.
Stefan Monnier [Sun, 8 Jun 2008 02:07:25 +0000 (02:07 +0000)]
(byte-compile-current-group): New var.
(byte-compile-file): Initialize it.
(byte-compile-nogroup-warn): Keep track of the current group.

16 years ago(compile, compile-always, bootstrap-prepare):
Glenn Morris [Sun, 8 Jun 2008 01:23:11 +0000 (01:23 +0000)]
(compile, compile-always, bootstrap-prepare):
Explictly pass EMACS to sub-makes that use it, for non-GNU makes.

16 years ago(Flast_nonminibuf_frame): Handle the NULL case.
Stefan Monnier [Sat, 7 Jun 2008 13:52:12 +0000 (13:52 +0000)]
(Flast_nonminibuf_frame): Handle the NULL case.

16 years agoDocstrings improved.
Kenichi Handa [Sat, 7 Jun 2008 12:43:11 +0000 (12:43 +0000)]
Docstrings improved.

16 years ago(hanja-init-load): Use a char-table for
Kenichi Handa [Sat, 7 Jun 2008 12:41:32 +0000 (12:41 +0000)]
(hanja-init-load): Use a char-table for
hanja-table.
(hangul-to-hanja-char): Adjusted for the above change.

16 years ago(bootstrap-build): Remove mostlyclean, since it seems to serve no
Glenn Morris [Sat, 7 Jun 2008 02:47:27 +0000 (02:47 +0000)]
(bootstrap-build): Remove mostlyclean, since it seems to serve no
purpose.

16 years ago(bootstrap-clean): Run autogen-clean.
Glenn Morris [Sat, 7 Jun 2008 02:46:01 +0000 (02:46 +0000)]
(bootstrap-clean): Run autogen-clean.
(maintainer-clean): No need to run autogen-clean now it is included in
bootstrap-clean.

16 years agoRemove unnecessary eval-when-compile.
Glenn Morris [Sat, 7 Jun 2008 02:44:49 +0000 (02:44 +0000)]
Remove unnecessary eval-when-compile.

16 years agoRemove unnecessary eval-when-compiles and eval-and-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:44:10 +0000 (02:44 +0000)]
Remove unnecessary eval-when-compiles and eval-and-compiles.

16 years ago(finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.
Glenn Morris [Sat, 7 Jun 2008 02:42:43 +0000 (02:42 +0000)]
(finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.

16 years ago(terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.
Glenn Morris [Sat, 7 Jun 2008 02:42:21 +0000 (02:42 +0000)]
(terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.

16 years agoCommentary fixes.
Glenn Morris [Sat, 7 Jun 2008 02:41:46 +0000 (02:41 +0000)]
Commentary fixes.
Remove unnecessary eval-when-compile.

16 years agoRemove unnecessary eval-and-compile.
Glenn Morris [Sat, 7 Jun 2008 02:41:06 +0000 (02:41 +0000)]
Remove unnecessary eval-and-compile.

16 years ago(mail-interactive): Add :version.
Glenn Morris [Sat, 7 Jun 2008 02:40:47 +0000 (02:40 +0000)]
(mail-interactive): Add :version.

16 years agoRemove unnecessary eval-when-compiles and eval-and-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:39:43 +0000 (02:39 +0000)]
Remove unnecessary eval-when-compiles and eval-and-compiles.

16 years agoRemove unnecessary eval-and-compile.
Glenn Morris [Sat, 7 Jun 2008 02:38:59 +0000 (02:38 +0000)]
Remove unnecessary eval-and-compile.

16 years agoRemove unnecessary eval-when-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:38:32 +0000 (02:38 +0000)]
Remove unnecessary eval-when-compiles.

16 years agoRemove unnecessary eval-when-compile.
Glenn Morris [Sat, 7 Jun 2008 02:37:56 +0000 (02:37 +0000)]
Remove unnecessary eval-when-compile.

16 years agoRemove unnecessary eval-when-compiles and eval-and-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:37:13 +0000 (02:37 +0000)]
Remove unnecessary eval-when-compiles and eval-and-compiles.

16 years agoFix attribution and date of nnir.el addition.
Glenn Morris [Sat, 7 Jun 2008 02:36:34 +0000 (02:36 +0000)]
Fix attribution and date of nnir.el addition.

16 years agoRemove unnecessary eval-when-compile.
Glenn Morris [Sat, 7 Jun 2008 02:36:02 +0000 (02:36 +0000)]
Remove unnecessary eval-when-compile.

16 years agoFormatting fixes.
Glenn Morris [Sat, 7 Jun 2008 02:35:44 +0000 (02:35 +0000)]
Formatting fixes.

16 years agoRemove unnecessary eval-when-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:35:02 +0000 (02:35 +0000)]
Remove unnecessary eval-when-compiles.

16 years ago(auth-source-user-or-password): Remove unnecessary eval-and-compile.
Glenn Morris [Sat, 7 Jun 2008 02:34:01 +0000 (02:34 +0000)]
(auth-source-user-or-password): Remove unnecessary eval-and-compile.

16 years agoCalculate tab width based on current face, not global default
Miles Bader [Fri, 6 Jun 2008 23:07:50 +0000 (23:07 +0000)]
Calculate tab width based on current face, not global default

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1217

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 6 Jun 2008 22:53:14 +0000 (22:53 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1215

16 years ago(menu-bar-options-menu): Add Menu entry for longlines mode.
Chong Yidong [Fri, 6 Jun 2008 21:28:20 +0000 (21:28 +0000)]
(menu-bar-options-menu): Add Menu entry for longlines mode.

16 years ago* menu-bar.el (menu-bar-options-menu): Add Menu entry for longlines
Chong Yidong [Fri, 6 Jun 2008 21:28:10 +0000 (21:28 +0000)]
* menu-bar.el (menu-bar-options-menu): Add Menu entry for longlines
mode.

16 years agoNew vars `replace-search-function' and `replace-re-search-function'.
Chong Yidong [Fri, 6 Jun 2008 20:39:46 +0000 (20:39 +0000)]
New vars `replace-search-function' and `replace-re-search-function'.

16 years ago(longlines-show-effect): Default to a pilcrow sign.
Chong Yidong [Fri, 6 Jun 2008 20:39:18 +0000 (20:39 +0000)]
(longlines-show-effect): Default to a pilcrow sign.

16 years ago* longlines.el (longlines-show-effect): Default to a pilcrow sign.
Chong Yidong [Fri, 6 Jun 2008 20:39:07 +0000 (20:39 +0000)]
* longlines.el (longlines-show-effect): Default to a pilcrow sign.

16 years ago(replace-search-function, replace-re-search-function): New vars.
Chong Yidong [Fri, 6 Jun 2008 20:32:11 +0000 (20:32 +0000)]
(replace-search-function, replace-re-search-function): New vars.
(perform-replace): Use them.

16 years ago(longlines-re-search-forward): New function.
Chong Yidong [Fri, 6 Jun 2008 20:31:10 +0000 (20:31 +0000)]
(longlines-re-search-forward): New function.
(longlines-mode): Bind replace-search-function and
replace-re-search-function, to ensure that replacement commands
treat newlines as spaces.

16 years ago* replace.el (replace-search-function)
Chong Yidong [Fri, 6 Jun 2008 20:30:54 +0000 (20:30 +0000)]
* replace.el (replace-search-function)
(replace-re-search-function): New vars.
(perform-replace): Use them.

* longlines.el (longlines-re-search-forward): New function.
(longlines-mode): Bind replace-search-function and
replace-re-search-function, to ensure that replacement commands
treat newlines as spaces.

16 years ago* help.el (function-called-at-point):
Stefan Monnier [Fri, 6 Jun 2008 20:02:42 +0000 (20:02 +0000)]
* help.el (function-called-at-point):
* help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
even when calling find-tag-default.

16 years agoFix typos.
Juanma Barranquero [Fri, 6 Jun 2008 18:04:20 +0000 (18:04 +0000)]
Fix typos.

16 years agoAdd ChangeLog entries. Remove unneeded (require 'cl).
Michael Olson [Fri, 6 Jun 2008 16:24:04 +0000 (16:24 +0000)]
Add ChangeLog entries.  Remove unneeded (require 'cl).

16 years agonXML: Use font lock
Michael Olson [Fri, 6 Jun 2008 16:14:49 +0000 (16:14 +0000)]
nXML: Use font lock

16 years ago(display-buffer): Remove dead call to get-lru-window.
Martin Rudalics [Fri, 6 Jun 2008 08:01:29 +0000 (08:01 +0000)]
(display-buffer): Remove dead call to get-lru-window.

16 years ago(mail-interactive): Change default.
Stefan Monnier [Fri, 6 Jun 2008 05:59:38 +0000 (05:59 +0000)]
(mail-interactive): Change default.

16 years ago(completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl.
John Paul Wallington [Thu, 5 Jun 2008 19:59:49 +0000 (19:59 +0000)]
(completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl.

16 years ago(ffap-prompter): Don't use the region.
Stefan Monnier [Thu, 5 Jun 2008 19:14:34 +0000 (19:14 +0000)]
(ffap-prompter): Don't use the region.

16 years ago(vc-cvs-registered): Consider a directory with a CVS subdirectory to be registered.
Sam Steingold [Thu, 5 Jun 2008 18:52:48 +0000 (18:52 +0000)]
(vc-cvs-registered): Consider a directory with a CVS subdirectory to be registered.

16 years ago* window.el (display-buffer-function, special-display-p)
Stefan Monnier [Thu, 5 Jun 2008 18:00:36 +0000 (18:00 +0000)]
* window.el (display-buffer-function, special-display-p)
(special-display-buffer-names, special-display-regexps)
(special-display-function, same-window-p, same-window-buffer-names)
(same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
(pop-up-frame-function, pop-up-windows)
(split-window-preferred-function, split-height-threshold)
(split-width-threshold, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(even-window-heights, window--even-window-heights)
(window--display-buffer-1, window--display-buffer-2, display-buffer)
(pop-to-buffer): Move from window.c and buffer.c.
(split-window-preferred-horizontally): Remove.
* cus-start.el: Remove corresponding declarations.

* window.c (pop_up_windows, pop_up_frames)
(display_buffer_reuse_frames, Vpop_up_frame_function)
(Vdisplay_buffer_function, Veven_window_heights)
(Vspecial_display_buffer_names, Vspecial_display_regexps)
(Vspecial_display_function, Vsame_window_buffer_names)
(Vsame_window_regexps, split_height_threshold)
(Vsplit_window_preferred_function): Move those vars to window.el.
(display_buffer_1, Fspecial_display_p, Fsame_window_p)
(Fdisplay_buffer): Move those functions to window.el.
(syms_of_window): Remove corresponding declarations.
(display_buffer): New function.
(temp_output_buffer_show, Fother_window_for_scrolling): Use it.
* dispnew.c (Flast_nonminibuf_frame): New function.
* buffer.c (Fpop_to_buffer): Move to window.el.

16 years ago(set_internal): Fix up call to let_shadows_buffer_binding_p.
Stefan Monnier [Thu, 5 Jun 2008 17:31:55 +0000 (17:31 +0000)]
(set_internal): Fix up call to let_shadows_buffer_binding_p.

16 years agoFix comment typo.
Glenn Morris [Thu, 5 Jun 2008 16:51:30 +0000 (16:51 +0000)]
Fix comment typo.

16 years ago(vc-update): Use `save-some-buffers' instead of signaling an error on modified buffers.
Sam Steingold [Thu, 5 Jun 2008 15:53:05 +0000 (15:53 +0000)]
(vc-update): Use `save-some-buffers' instead of signaling an error on modified buffers.

16 years ago* gnus-util.el (gnus-read-shell-command): New function.
Stefan Monnier [Thu, 5 Jun 2008 14:37:42 +0000 (14:37 +0000)]
* gnus-util.el (gnus-read-shell-command): New function.
* mm-decode.el (mm-pipe-part):
* gnus-art.el (gnus-summary-save-in-pipe): Use it.

16 years ago(detect_coding): Fix previous change.
Kenichi Handa [Thu, 5 Jun 2008 11:35:10 +0000 (11:35 +0000)]
(detect_coding): Fix previous change.
(detect_coding_system): Likewise.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Jun 2008 11:34:57 +0000 (11:34 +0000)]
*** empty log message ***

16 years ago(finder-compile-keywords): Tweak whitespace in output.
Glenn Morris [Thu, 5 Jun 2008 07:24:30 +0000 (07:24 +0000)]
(finder-compile-keywords): Tweak whitespace in output.

16 years agoDocstrings and comments improved.
Kenichi Handa [Thu, 5 Jun 2008 07:23:16 +0000 (07:23 +0000)]
Docstrings and comments improved.

16 years agoMerge from gnus--devo--0
Miles Bader [Thu, 5 Jun 2008 06:05:12 +0000 (06:05 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1212

16 years ago(tags-verify-table): Be careful to use and update
Stefan Monnier [Thu, 5 Jun 2008 05:55:37 +0000 (05:55 +0000)]
(tags-verify-table): Be careful to use and update
tags-file-name and tags-table-list from the right buffer.
(tags-table-check-computed-list, tags-table-extend-computed-list)
(find-tag-noselect): Use with-current-buffer.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Jun 2008 05:48:36 +0000 (05:48 +0000)]
*** empty log message ***

16 years ago(trace-entry-message, trace-exit-message): Use print-circle.
Stefan Monnier [Thu, 5 Jun 2008 05:46:11 +0000 (05:46 +0000)]
(trace-entry-message, trace-exit-message): Use print-circle.

16 years ago(MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
Stefan Monnier [Thu, 5 Jun 2008 05:45:16 +0000 (05:45 +0000)]
(MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.

16 years ago* keymap.c (Vminibuffer_local_filename_must_match_map):
Stefan Monnier [Thu, 5 Jun 2008 05:44:12 +0000 (05:44 +0000)]
* 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.

16 years ago(Fx_family_fonts): Use font_parse_family_registry instead of
Kenichi Handa [Thu, 5 Jun 2008 05:40:11 +0000 (05:40 +0000)]
(Fx_family_fonts): Use font_parse_family_registry instead of
Ffont_put.

16 years ago(Ffont_put): Don't use font_parse_family_registry for
Kenichi Handa [Thu, 5 Jun 2008 05:39:37 +0000 (05:39 +0000)]
(Ffont_put): Don't use font_parse_family_registry for
family name.

16 years ago(Ffont_spec): Don't use font_parse_family_registry for
Kenichi Handa [Thu, 5 Jun 2008 05:08:57 +0000 (05:08 +0000)]
(Ffont_spec): Don't use font_parse_family_registry for
family name.

16 years ago(unexpand-abbrev): Better preserve markers.
Stefan Monnier [Thu, 5 Jun 2008 05:06:58 +0000 (05:06 +0000)]
(unexpand-abbrev): Better preserve markers.

16 years ago(fontset_find_font): Call font_open_for_lface with the
Kenichi Handa [Thu, 5 Jun 2008 04:56:02 +0000 (04:56 +0000)]
(fontset_find_font): Call font_open_for_lface with the
current font-spec.

16 years ago(xfont_list): Don't set registry to iso8859-1 even if it
Kenichi Handa [Thu, 5 Jun 2008 04:18:55 +0000 (04:18 +0000)]
(xfont_list): Don't set registry to iso8859-1 even if it
is unspecified.

16 years ago(realize_x_face): If the font-related face attributes
Kenichi Handa [Thu, 5 Jun 2008 04:14:48 +0000 (04:14 +0000)]
(realize_x_face): If the font-related face attributes
are the same s those of default face, realize a new fontset
from default->fontset.

16 years ago* window.c (window_scroll_pixel_based_preserve_x)
Stefan Monnier [Thu, 5 Jun 2008 03:57:09 +0000 (03:57 +0000)]
* 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.