aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (vc-dir-children-marked-p): Fix child check.Andreas Schwab2008-06-082-3/+4
|
* (vc-cvs-dir-status): Pass -f to cvs.Andreas Schwab2008-06-082-1/+3
|
* (vc-dir-move-to-goal-column): Don't move in anAndreas Schwab2008-06-082-2/+6
| | | | empty line.
* (minibuffer-message): Bind inhibit-quit aroundAndreas Schwab2008-06-082-1/+9
| | | | sit-for.
* (split-height-threshold, split-width-threshold): AddMartin Rudalics2008-06-082-75/+97
| | | | | | | | | | 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.
* Fix last entry for .gdbinit.Eli Zaretskii2008-06-081-1/+1
|
* *** empty log message ***Juanma Barranquero2008-06-081-3/+1
|
* * auth-source.el: Precise Tramp doc.Michael Albinus2008-06-082-11/+13
|
* Fix typo.Bastien Guerry2008-06-081-1/+1
|
* Document when cvs -d up may be needed.Eric S. Raymond2008-06-082-0/+14
|
* *** empty log message ***Kenichi Handa2008-06-081-0/+4
|
* *** empty log message ***Kenichi Handa2008-06-081-0/+17
|
* * net/tramp.el (top): Quote feature names. RemoveMichael Albinus2008-06-082-12/+22
| | | | | | | `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.
* * uniquify.el (uniquify-get-proposed-name): Handle remote files.Michael Albinus2008-06-081-1/+2
|
* * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".Andreas Schwab2008-06-083-1/+8
| | | | * Makefile.in (menu.o): Update dependencies.
* (Ffontset_info): Fix typo.Andreas Schwab2008-06-082-1/+3
|
* * Makefile.in (obj): Always add menu.oAndreas Schwab2008-06-084-12/+9
| | | | | * emacs.c (main): Always call syms_of_menu. * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
* (display-buffer): Use lru window if current windowAndreas Schwab2008-06-082-1/+7
| | | | cannot be split.
* Add note.Chong Yidong2008-06-081-1/+1
|
* * Makefile.in: Compile menu.c.Chong Yidong2008-06-081-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Compile menu.c.Chong Yidong2008-06-081-1/+7
|
* Declare syms_of_menu.Chong Yidong2008-06-081-0/+3
|
* (main): Call syms_of_menu.Chong Yidong2008-06-081-0/+4
|
* Relocate platform-independent menu definitions from xmenu.c.Chong Yidong2008-06-081-3/+82
|
* Remove platform-independent menu definitions.Chong Yidong2008-06-081-947/+6
| | | | | | | | | | | | | | | (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.
* * menu.c: New file. Relocate platform-independent menu definitionsChong Yidong2008-06-081-0/+996
| | | | from xmenu.c.
* (apropos-library): New command and new button.Stefan Monnier2008-06-083-0/+71
| | | | (apropos-library-button): New function.
* Remove spurious * in docstrings.Stefan Monnier2008-06-082-71/+73
| | | | | | (apropos-label-face): Use variable pitch. (apropos-print): Use dolist and with-current-buffer. (apropos-print-doc): Use when.
* (special-display-p, display-buffer): Fix up C->Elisp transcription error.Stefan Monnier2008-06-082-20/+27
|
* (byte-compile-current-group): New var.Stefan Monnier2008-06-082-8/+25
| | | | | (byte-compile-file): Initialize it. (byte-compile-nogroup-warn): Keep track of the current group.
* (compile, compile-always, bootstrap-prepare):Glenn Morris2008-06-082-4/+11
| | | | Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
* (Flast_nonminibuf_frame): Handle the NULL case.Stefan Monnier2008-06-072-2/+7
|
* Docstrings improved.Kenichi Handa2008-06-072-129/+142
|
* (hanja-init-load): Use a char-table forKenichi Handa2008-06-071-7566/+6439
| | | | | hanja-table. (hangul-to-hanja-char): Adjusted for the above change.
* (bootstrap-build): Remove mostlyclean, since it seems to serve noGlenn Morris2008-06-072-1/+8
| | | | purpose.
* (bootstrap-clean): Run autogen-clean.Glenn Morris2008-06-072-5/+25
| | | | | (maintainer-clean): No need to run autogen-clean now it is included in bootstrap-clean.
* Remove unnecessary eval-when-compile.Glenn Morris2008-06-071-5/+4
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-073-5/+5
|
* (finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.Glenn Morris2008-06-071-6/+4
|
* (terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.Glenn Morris2008-06-071-3/+2
|
* Commentary fixes.Glenn Morris2008-06-071-5/+4
| | | | Remove unnecessary eval-when-compile.
* Remove unnecessary eval-and-compile.Glenn Morris2008-06-071-7/+5
|
* (mail-interactive): Add :version.Glenn Morris2008-06-071-1/+3
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-071-4/+3
|
* Remove unnecessary eval-and-compile.Glenn Morris2008-06-071-5/+4
|
* Remove unnecessary eval-when-compiles.Glenn Morris2008-06-072-10/+8
|
* Remove unnecessary eval-when-compile.Glenn Morris2008-06-072-9/+8
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-079-66/+55
|
* Fix attribution and date of nnir.el addition.Glenn Morris2008-06-071-1/+5
|
* Remove unnecessary eval-when-compile.Glenn Morris2008-06-071-3/+2
|