]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago* xterm.c (x_underline_minimum_display_offset): New var.
Stefan Monnier [Tue, 10 Jun 2008 20:01:54 +0000 (20:01 +0000)]
* xterm.c (x_underline_minimum_display_offset): New var.
(x_draw_glyph_string): Use it.
(syms_of_xterm): Declare it.
* cus-start.el (x-underline-minimum-display-offset): Give it a type.

16 years ago(font_parse_fcname): Accept GTK-style font names too.
Chong Yidong [Tue, 10 Jun 2008 20:01:06 +0000 (20:01 +0000)]
(font_parse_fcname): Accept GTK-style font names too.

16 years ago* font.c (font_parse_fcname): Accept GTK-style font names too.
Chong Yidong [Tue, 10 Jun 2008 20:00:13 +0000 (20:00 +0000)]
* font.c (font_parse_fcname): Accept GTK-style font names too.

16 years ago(mouse-select-font): New function.
Chong Yidong [Tue, 10 Jun 2008 19:57:09 +0000 (19:57 +0000)]
(mouse-select-font): New function.

16 years ago(face-spec-recalc): When the face is set using Customize, avoid
Chong Yidong [Tue, 10 Jun 2008 19:56:42 +0000 (19:56 +0000)]
(face-spec-recalc): When the face is set using Customize, avoid
recalculating it twice.

16 years ago(menu-set-font): New function. Bind "Set Default
Chong Yidong [Tue, 10 Jun 2008 19:55:38 +0000 (19:55 +0000)]
(menu-set-font): New function.  Bind "Set Default
Font" menu item to it.  Apply selected font to all frames, and
make it savable.
(menu-bar-options-save): Save `default' font if changed.

16 years ago* mouse.el (mouse-select-font): New function.
Chong Yidong [Tue, 10 Jun 2008 19:53:37 +0000 (19:53 +0000)]
* mouse.el (mouse-select-font): New function.

* faces.el (face-spec-recalc): When the face is set using
Customize, avoid recalculating it twice.

* menu-bar.el (menu-set-font): New function.  Bind "Set Default
Font" menu item to it.  Apply selected font to all frames, and
make it savable.
(menu-bar-options-save): Save `default' font if changed.

16 years ago(ffap-string-at-point-mode-alist): Use alpha rather than lower.
Stefan Monnier [Tue, 10 Jun 2008 19:33:37 +0000 (19:33 +0000)]
(ffap-string-at-point-mode-alist): Use alpha rather than lower.

16 years ago(dired-insert-directory): Don't assume Unix-style dir names.
Stefan Monnier [Tue, 10 Jun 2008 19:10:42 +0000 (19:10 +0000)]
(dired-insert-directory): Don't assume Unix-style dir names.

16 years ago*** empty log message ***
Stefan Monnier [Tue, 10 Jun 2008 18:49:18 +0000 (18:49 +0000)]
*** empty log message ***

16 years ago* dired.c (file_name_completion): Don't return t if the match is exact
Stefan Monnier [Tue, 10 Jun 2008 18:41:01 +0000 (18:41 +0000)]
* dired.c (file_name_completion): Don't return t if the match is exact
but with different capitalization.
* minibuf.c (Ftry_completion): Simplify.

16 years agoFix committer names and other typos.
Juanma Barranquero [Tue, 10 Jun 2008 16:50:18 +0000 (16:50 +0000)]
Fix committer names and other typos.

16 years agoFix typos.
Juanma Barranquero [Tue, 10 Jun 2008 16:16:18 +0000 (16:16 +0000)]
Fix typos.

16 years ago(momentary-string-display): Use an overlay.
Stefan Monnier [Tue, 10 Jun 2008 16:12:18 +0000 (16:12 +0000)]
(momentary-string-display): Use an overlay.

16 years ago* window.c (Vwindow_point_insertion_type): New var.
Stefan Monnier [Tue, 10 Jun 2008 16:08:48 +0000 (16:08 +0000)]
* 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.

16 years ago(make-text-button): Allow `start' to be a string.
Stefan Monnier [Tue, 10 Jun 2008 14:17:32 +0000 (14:17 +0000)]
(make-text-button): Allow `start' to be a string.

16 years agoFix name of committer/author.
Juanma Barranquero [Tue, 10 Jun 2008 11:14:15 +0000 (11:14 +0000)]
Fix name of committer/author.

16 years agoFix name of patch's author.
Juanma Barranquero [Tue, 10 Jun 2008 11:06:39 +0000 (11:06 +0000)]
Fix name of patch's author.

16 years agoFix typos.
Juanma Barranquero [Tue, 10 Jun 2008 09:18:36 +0000 (09:18 +0000)]
Fix typos.

16 years ago(autoload-rubric): Fix coding cookie not to force Unix EOL.
Juanma Barranquero [Tue, 10 Jun 2008 09:03:38 +0000 (09:03 +0000)]
(autoload-rubric): Fix coding cookie not to force Unix EOL.

16 years ago(window--splittable-p, window--try-to-split-window):
Martin Rudalics [Tue, 10 Jun 2008 07:45:23 +0000 (07:45 +0000)]
(window--splittable-p, window--try-to-split-window):
Don't use with-selected-window to avoid messing up get-lru-window.

16 years agoHeader formatting fix.
Glenn Morris [Tue, 10 Jun 2008 03:29:43 +0000 (03:29 +0000)]
Header formatting fix.

16 years agoCorrect copyright years to reflect the original newsticker.el from
Glenn Morris [Tue, 10 Jun 2008 03:21:37 +0000 (03:21 +0000)]
Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into
this file.
Header formatting fix.

16 years agoHeader formatting fix.
Glenn Morris [Tue, 10 Jun 2008 03:20:38 +0000 (03:20 +0000)]
Header formatting fix.

16 years agoCorrect copyright years to reflect the original newsticker.el from
Glenn Morris [Tue, 10 Jun 2008 03:20:18 +0000 (03:20 +0000)]
Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into
this file.
Header formatting fix.

16 years agoHeader formatting fix.
Glenn Morris [Tue, 10 Jun 2008 03:19:15 +0000 (03:19 +0000)]
Header formatting fix.

16 years agoCorrect copyright years to reflect the original newsticker.el from
Glenn Morris [Tue, 10 Jun 2008 03:17:34 +0000 (03:17 +0000)]
Correct copyright years to reflect the original newsticker.el from
which most of this code was extracted, not the year it was moved into
this file.

16 years agoRemove trailing whitespace.
Glenn Morris [Tue, 10 Jun 2008 03:15:43 +0000 (03:15 +0000)]
Remove trailing whitespace.

16 years agoFix commentary typo.
Glenn Morris [Tue, 10 Jun 2008 03:12:26 +0000 (03:12 +0000)]
Fix commentary typo.

16 years ago(locate-library): Doc fix.
Glenn Morris [Tue, 10 Jun 2008 03:10:06 +0000 (03:10 +0000)]
(locate-library): Doc fix.

16 years ago(newsticker--next-item-image)
Glenn Morris [Tue, 10 Jun 2008 03:09:10 +0000 (03:09 +0000)]
(newsticker--next-item-image)
(newsticker--previous-item-image, newsticker--previous-feed-image)
(newsticker--next-feed-image, newsticker--mark-read-image)
(ewsticker--mark-immortal-image, newsticker--narrow-image)
(newsticker--get-all-image, newsticker--update-image)
(newsticker--browse-image): Check xpm images are available.
(newsticker--mark-read-image, newsticker--mark-immortal-image)
(newsticker--narrow-image, newsticker--get-all-image): Doc fix.

16 years ago(tool-bar-map): Don't declare.
Glenn Morris [Tue, 10 Jun 2008 03:08:37 +0000 (03:08 +0000)]
(tool-bar-map): Don't declare.
(newsticker--plainview-tool-bar-map, newsticker-mode):
Check tool-bar-map is bound, for non-X builds.
(w3m-toggle-inline-image): Declare.

16 years ago(w3m-toggle-inline-images): Declare.
Glenn Morris [Tue, 10 Jun 2008 03:08:14 +0000 (03:08 +0000)]
(w3m-toggle-inline-images): Declare.
(newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
Check tool-bar-map is bound, for non-X builds.

16 years ago(tool-bar-map): Don't declare.
Glenn Morris [Tue, 10 Jun 2008 03:07:46 +0000 (03:07 +0000)]
(tool-bar-map): Don't declare.

16 years ago(autoload-rubric): Add coding cookie.
Glenn Morris [Tue, 10 Jun 2008 03:07:15 +0000 (03:07 +0000)]
(autoload-rubric): Add coding cookie.

16 years ago(finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris [Tue, 10 Jun 2008 03:06:30 +0000 (03:06 +0000)]
(finder-font-lock-keywords): Handle ``quotes''.
(finder-compile-keywords): Move let to where needed.
(finder-mouse-face-on-line): Go back one more line if needed.
(finder-list-matches): Use cadr.
(finder-goto-xref): New function.
(finder-commentary): Add buttons to jump to foo.el libraries.

16 years ago(apropos-function, apropos-macro, apropos-command)
Stefan Monnier [Tue, 10 Jun 2008 02:44:48 +0000 (02:44 +0000)]
(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.

16 years ago*** empty log message ***
Kenichi Handa [Tue, 10 Jun 2008 02:22:48 +0000 (02:22 +0000)]
*** empty log message ***

16 years ago(font_intern_prop): Prototype adjusted.
Kenichi Handa [Tue, 10 Jun 2008 02:09:41 +0000 (02:09 +0000)]
(font_intern_prop): Prototype adjusted.

16 years ago(font_intern_prop): New arg force_symbol.
Kenichi Handa [Tue, 10 Jun 2008 02:09:15 +0000 (02:09 +0000)]
(font_intern_prop): New arg force_symbol.
(font_parse_xlfd): Adjusted for the change of font_intern_prop.
(font_parse_fcname): Likewise.
(font_parse_family_registry): Likewise.

16 years ago(ftfont_pattern_entity): Adjusted for the change of font_intern_prop.
Kenichi Handa [Tue, 10 Jun 2008 02:07:53 +0000 (02:07 +0000)]
(ftfont_pattern_entity): Adjusted for the change of font_intern_prop.

16 years ago(add_font_name_to_list): Adjusted for
Kenichi Handa [Tue, 10 Jun 2008 02:07:06 +0000 (02:07 +0000)]
(add_font_name_to_list): Adjusted for
the change of font_intern_prop.
(w32_enumfont_pattern_entity): Likewise.
(w32_registry): Likewise.

16 years ago(add_opentype_font_name_to_list): Adjusted for
Kenichi Handa [Tue, 10 Jun 2008 02:06:27 +0000 (02:06 +0000)]
(add_opentype_font_name_to_list): Adjusted for
the change of font_intern_prop.

16 years agoFix typos.
Juanma Barranquero [Tue, 10 Jun 2008 00:31:53 +0000 (00:31 +0000)]
Fix typos.

16 years agoFix typos.
Juanma Barranquero [Tue, 10 Jun 2008 00:25:55 +0000 (00:25 +0000)]
Fix typos.

16 years agoFix typos.
Juanma Barranquero [Tue, 10 Jun 2008 00:01:00 +0000 (00:01 +0000)]
Fix typos.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 9 Jun 2008 23:58:03 +0000 (23:58 +0000)]
*** empty log message ***

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 23:56:54 +0000 (23:56 +0000)]
Fix typo.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 9 Jun 2008 23:53:21 +0000 (23:53 +0000)]
*** empty log message ***

16 years ago(digest_single_submenu): Declare extern.
Juanma Barranquero [Mon, 9 Jun 2008 23:48:12 +0000 (23:48 +0000)]
(digest_single_submenu): Declare extern.

16 years ago(x_make_frame_visible): Use alternate restore flags.
Jason Rumney [Mon, 9 Jun 2008 23:43:45 +0000 (23:43 +0000)]
(x_make_frame_visible): Use alternate restore flags.

16 years ago(set_frame_menubar): Sync with version in xmenu.c.
Jason Rumney [Mon, 9 Jun 2008 23:10:32 +0000 (23:10 +0000)]
(set_frame_menubar): Sync with version in xmenu.c.
(w32_menu_show): Sync with xmenu_show in xmenu.c.

16 years ago(set_frame_menubar): Sync with version in xmenu.c.
Jason Rumney [Mon, 9 Jun 2008 23:05:10 +0000 (23:05 +0000)]
(set_frame_menubar): Sync with version in xmenu.c.
(w32_menu_show): Sync with xmenu_show in xmenu.c.

16 years ago(digest_single_submenu): Remove.
Jason Rumney [Mon, 9 Jun 2008 22:06:21 +0000 (22:06 +0000)]
(digest_single_submenu): Remove.
(syms_of_w32menu): Don't initialise variables that have moved to menu.c.

16 years ago(single_keymap_panes, push_menu_pane, push_menu_item): Make static again.
Jason Rumney [Mon, 9 Jun 2008 21:55:16 +0000 (21:55 +0000)]
(single_keymap_panes, push_menu_pane, push_menu_item): Make static again.

16 years ago(parse_single_submenu): Remove.
Jason Rumney [Mon, 9 Jun 2008 21:54:36 +0000 (21:54 +0000)]
(parse_single_submenu): Remove.

16 years ago(Fx_popup_menu): Unwind protect while building menu.
Jason Rumney [Mon, 9 Jun 2008 21:43:49 +0000 (21:43 +0000)]
(Fx_popup_menu): Unwind protect while building menu.

16 years agoBootstrap now always starts from fresh loaddefs and similar files, so
Glenn Morris [Mon, 9 Jun 2008 17:07:18 +0000 (17:07 +0000)]
Bootstrap now always starts from fresh loaddefs and similar files, so
maintainer-clean is no longer relevant to this issue.

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 16:15:02 +0000 (16:15 +0000)]
Fix typo.

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 15:25:27 +0000 (15:25 +0000)]
Fix typo.

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 15:09:44 +0000 (15:09 +0000)]
Fix typo.

16 years agoRemove non-breaking space.
Juanma Barranquero [Mon, 9 Jun 2008 13:58:42 +0000 (13:58 +0000)]
Remove non-breaking space.

16 years ago(enum button_type, widget_value, local_heap, local_alloc):
Jason Rumney [Mon, 9 Jun 2008 12:59:07 +0000 (12:59 +0000)]
(enum button_type, widget_value, local_heap, local_alloc):
(local_free, malloc_widget_value, free_widget_value):
(MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE):
(MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION):
(MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP):
(MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
(menu_items, menu_items_allocated, menu_items_used):
(menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
(init_menu_items, finish_menu_items, discard_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, list_of_panes, list_of_items):
(free_menubar_widget_tree_value, parse_single_submenu):
(update_submenu_strings): Remove functions.
(xmalloc_widget_value): Remove and declare extern.

16 years ago* menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
Jason Rumney [Mon, 9 Jun 2008 12:57:42 +0000 (12:57 +0000)]
* menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
defs to w32gui.h.
(single_keymap_panes, push_menu_item, push_menu_pane): Make
globally visible.

16 years ago* w32gui.h (widget_value, XtPointer, Boolean, enum button_type):
Jason Rumney [Mon, 9 Jun 2008 12:57:27 +0000 (12:57 +0000)]
* w32gui.h (widget_value, XtPointer, Boolean, enum button_type):
(local_heap, local_alloc, local_free, malloc_widget_value):
(free_widget_value): Define here.

16 years ago(enum button_type, widget_value, local_heap, local_alloc):
Jason Rumney [Mon, 9 Jun 2008 12:38:07 +0000 (12:38 +0000)]
(enum button_type, widget_value, local_heap, local_alloc):
(local_free, malloc_widget_value, free_widget_value):
(MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE):
(MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION):
(MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP):
(MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
(menu_items, menu_items_allocated, menu_items_used):
(menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
(init_menu_items, finish_menu_items, discard_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, list_of_panes, list_of_items):
(free_menubar_widget_tree_value, parse_single_submenu):
(update_submenu_strings): Remove functions.
(xmalloc_widget_value): Remove and declare extern.

16 years agoInclude w32term.h, move widget related
Jason Rumney [Mon, 9 Jun 2008 12:36:49 +0000 (12:36 +0000)]
Include w32term.h, move widget related
defs there.

16 years ago(widget_value, XtPointer, Boolean, enum button_type): Define here.
Jason Rumney [Mon, 9 Jun 2008 12:36:01 +0000 (12:36 +0000)]
(widget_value, XtPointer, Boolean, enum button_type): Define here.

16 years ago($(SRC)/menu.o): New target.
Jason Rumney [Mon, 9 Jun 2008 11:54:51 +0000 (11:54 +0000)]
($(SRC)/menu.o): New target.
(OBJ1): Include it.

16 years agoFix typos.
Juanma Barranquero [Mon, 9 Jun 2008 11:36:44 +0000 (11:36 +0000)]
Fix typos.

16 years agoFix typos.
Juanma Barranquero [Mon, 9 Jun 2008 11:30:20 +0000 (11:30 +0000)]
Fix typos.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 9 Jun 2008 10:25:27 +0000 (10:25 +0000)]
*** empty log message ***

16 years agoFix typo. "cvs -d" is another entirely different switch.
Juanma Barranquero [Mon, 9 Jun 2008 10:08:13 +0000 (10:08 +0000)]
Fix typo. "cvs -d" is another entirely different switch.

16 years agoClarify why `make bootstrap' sometimes fails.
Alan Mackenzie [Mon, 9 Jun 2008 08:48:12 +0000 (08:48 +0000)]
Clarify why `make bootstrap' sometimes fails.

16 years ago*** empty log message ***
Alan Mackenzie [Mon, 9 Jun 2008 08:46:21 +0000 (08:46 +0000)]
*** empty log message ***

16 years ago(Qascii_0): Extern it.
Kenichi Handa [Mon, 9 Jun 2008 07:20:07 +0000 (07:20 +0000)]
(Qascii_0): Extern it.

16 years ago(Qascii_0): New variable.
Kenichi Handa [Mon, 9 Jun 2008 07:19:19 +0000 (07:19 +0000)]
(Qascii_0): New variable.
(syms_of_font): DEFSYM it.
(font_open_by_name): If the registry "iso8859-1" fails, try also
"ascii-0".

16 years ago(ftfont_spec_pattern): Accept the registry `ascii-0'.
Kenichi Handa [Mon, 9 Jun 2008 07:16:15 +0000 (07:16 +0000)]
(ftfont_spec_pattern): Accept the registry `ascii-0'.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 9 Jun 2008 07:14:37 +0000 (07:14 +0000)]
*** empty log message ***

16 years ago(font-encoding-alist): Add an entry for "ascii-0".
Kenichi Handa [Mon, 9 Jun 2008 07:05:35 +0000 (07:05 +0000)]
(font-encoding-alist): Add an entry for "ascii-0".

16 years ago*** empty log message ***
Martin Rudalics [Mon, 9 Jun 2008 06:54:15 +0000 (06:54 +0000)]
*** empty log message ***

16 years ago(hanja-init-load): Show the message only when loading a table.
Kenichi Handa [Mon, 9 Jun 2008 01:19:02 +0000 (01:19 +0000)]
(hanja-init-load): Show the message only when loading a table.

16 years ago(mh-complete-word): Doc fix.
John Paul Wallington [Sun, 8 Jun 2008 21:53:13 +0000 (21:53 +0000)]
(mh-complete-word): Doc fix.

16 years ago(mh-letter-mode-syntax-table): Define within defvar.
John Paul Wallington [Sun, 8 Jun 2008 21:48:05 +0000 (21:48 +0000)]
(mh-letter-mode-syntax-table): Define within defvar.

16 years ago(mh-alias-read-address-map): Define within defvar.
John Paul Wallington [Sun, 8 Jun 2008 21:47:08 +0000 (21:47 +0000)]
(mh-alias-read-address-map): Define within defvar.

16 years ago(toplevel): Put `doc-string-elt' properties on `defun-mh'
John Paul Wallington [Sun, 8 Jun 2008 21:46:14 +0000 (21:46 +0000)]
(toplevel): Put `doc-string-elt' properties on `defun-mh'
and `defmacro-mh'.

16 years agoloaddefs are always fully regenerated on bootstrapping.
Glenn Morris [Sun, 8 Jun 2008 19:11:43 +0000 (19:11 +0000)]
loaddefs are always fully regenerated on bootstrapping.
Mention esh-groups.
Mention autogen-clean.

16 years agoThere is no reason to not use the `-dP' options to `cvs update' every time.
Glenn Morris [Sun, 8 Jun 2008 19:00:38 +0000 (19:00 +0000)]
There is no reason to not use the `-dP' options to `cvs update' every time.

16 years agoAutoload cookies for newsticker.
Ulf Jasper [Sun, 8 Jun 2008 18:44:20 +0000 (18:44 +0000)]
Autoload cookies for newsticker.

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.