aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (defimage): Look for image files in load-path.Gerd Moellmann2000-03-011-5/+12
|
* (recentf): Added version tag to the defgroup ofGerd Moellmann2000-03-011-32/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recentf. (recentf-cleanup): Changed to remove excluded file too. (recentf-edit-list-action): `recentf-edit-list' checkbox widget action to select/unselect a file. (recentf-edit-list): Code cleanup and improvement. (recentf-open-more-files-action): `recentf-open-more-files' button widget action to open a file. (recentf-open-more-files): No more use standard completion but widgets. (recentf-more-collection): Deleted. (recentf-more-history): Deleted. (recentf-setup-more-completion): Deleted. (recentf-mode): No more needs that Emacs is running under a window-system. (recentf-edit-list): New command to edit the recent list which allow the user to remove files. (recentf-edit-selected-items): New global variable, used by `recentf-edit-list' to hold the list of files to be removed from the recent list. (recentf-make-menu-items): Updated to display a "Edit list..." menu item. Minor code cleanup. (recentf-open-more-files): New command to open files that are not displayed in the menu. (recentf-more-collection): New global variable holding the set of permissible completions used by `recentf-open-more-files'. (recentf-more-history): New global variable holding the history list used by `recentf-open-more-files' completion. (recentf-setup-more-completion): New function to setup completion for `recentf-open-more-files'. (recentf-make-menu-items): Updated to display a "More..." menu item. * recentf.el (recentf-menu-action): Doc fixed. (recentf-menu-filter): Doc updated. (recentf-update-menu-hook): Allow menu filters to force menu update. (recentf-make-menu-items): New menu filter handling. (recentf-make-menu-item): New helper function. (recentf-menu-elements): New menu handling function. (recentf-sort-ascending): Updated to new menu filter handling. (recentf-sort-descending): Updated to new menu filter handling. (recentf-sort-basenames-ascending): New menu filter function. (recentf-sort-basenames-descending): New menu filter function. (recentf-show-basenames): New menu filter function. (recentf-show-basenames-ascending): New menu filter function. (recentf-show-basenames-descending): New menu filter function.
* *** empty log message ***Gerd Moellmann2000-03-012-0/+18
|
* (list-diary-entries): Don't try to go forward atGerd Moellmann2000-03-011-1/+3
| | | | the end of the buffer.
* (dired-filename-at-point): Add `@' to validGerd Moellmann2000-03-011-3/+8
| | | | | file name characters. (dired-filename-at-point): Handle ange-ftp file names.
* (busy-cursor-delay-seconds): Change type to `number'.Gerd Moellmann2000-03-011-1/+1
|
* (start_busy_cursor): Allow floats for busy-cursor-delay.Gerd Moellmann2000-03-011-3/+11
|
* (start_atimer): Don't abort when timers are stopped.Gerd Moellmann2000-02-292-28/+49
| | | | | | (append_atimer_lists): New function. (cancel_atimer, stop_other_atimers, run_all_atimers): Handle arbitrary lists of stopped and running atimers.
* (list-character-sets): CompletelyKenichi Handa2000-02-291-44/+379
| | | | | | | | | | | | | | | | | rewritten. (sort-listed-character-sets): New function. (list-character-sets-1): Completely rewritten. (list-character-sets-2): New function. (non-iso-charset-alist): New variable. (decode-codepage-char): New function. (charset-history): New variable. (read-charset) (list-block-of-chars) (list-iso-charset-chars) (list-non-iso-charset-chars) (list-charset-chars): New functions. (mule-diag): Call list-character-sets-2, not list-character-sets-2. (dump-charsets): Likewise.
* *** empty log message ***Kenichi Handa2000-02-291-0/+18
|
* *** empty log message ***Gerd Moellmann2000-02-294-201/+229
|
* (frame-notice-user-settings): Use assq-delete-allGerd Moellmann2000-02-291-8/+8
| | | | | instead of assoc-delete-all. (frame-notice-user-settings): Ditto.
* (assq-delete-all): Renamed from assoc-delete-all.Gerd Moellmann2000-02-291-2/+1
| | | | Don't copy alist.
* (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.Gerd Moellmann2000-02-291-0/+4
|
* (java-keywords): Added missing java 1.2.2 Javadoc tags.Gerd Moellmann2000-02-292-3/+21
|
* (calculator-use-menu): New option.Gerd Moellmann2000-02-291-101/+235
| | | | | | | | (calculator-initial-bindings): Changed some bindings to work as macros. (calculator-forced-input): Removed. (calculator-restart-other-mode): New variable. (calculator-mode-map): Set up menu.
* (cancel_atimer): Handle canceling an atimer whenGerd Moellmann2000-02-291-18/+27
| | | | some timers are stopped.
* (cancel_busy_cursor): Set busy_cursor_atimer to nullGerd Moellmann2000-02-291-1/+5
| | | | after canceling it.
* (maybe_resize_hash_table): Handle case of new sizeGerd Moellmann2000-02-291-0/+1
| | | | coming out as being the same as old size.
* *** empty log message ***Michael Kifer2000-02-281-0/+1
|
* * viper-cmd.el (viper-envelop-ESC-key): added the option toMichael Kifer2000-02-288-5/+55
| | | | | | | | | | | | | translate all ESC key sequences. (viper-goto-mark-subr): restore markers for files for which they were saved. * viper-init.el (viper-translate-all-ESC-keysequences): new variable. * viper-util.el (viper-set-replace-overlay-glyphs, viper-set-replace-overlay): always check if the replacement overlay is live. * viper.el (viper-vi-state-mode-list): added major modes. * ediff-wind.el: minor comment changes. * ediff.el: copyright notice date fix.
* *** empty log message ***Jason Rumney2000-02-272-0/+35
|
* (handle_single_display_prop): Use FONT_HEIGHT macro.Jason Rumney2000-02-271-3/+3
| | | | (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
* (single_submenu): Set up help string.Jason Rumney2000-02-271-3/+15
| | | | | [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip. (w32_dialog_show): Set up help string.
* (struct W32FontStruct): Revert last change after change to xdisp.c.Jason Rumney2000-02-271-2/+0
|
* (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, WM_LBUTTON_UP,Jason Rumney2000-02-271-3/+3
| | | | WM_RBUTTON_UP]: Do not treat 4 or more button mice as 2 button mice.
* (tty_defined_color): Apply xfaces.c change from 02-17.Jason Rumney2000-02-271-2/+6
|
* Only disable window system features for dispextern.hJason Rumney2000-02-271-4/+8
| | | | (initialize_w32_display): Build a display info for the console.
* Add atimer.h to dependencies.Jason Rumney2000-02-271-3/+6
|
* (init_environment): Set Vw32_num_mouse_buttons here.Jason Rumney2000-02-271-0/+6
|
* (w32_display_info_for_display): Remove unused function.Jason Rumney2000-02-271-70/+77
| | | | | | | | | | (w32_draw_bitmap): Use pre-built bitmaps. (w32_initialize_display_info): New function to initialize parts of display info that are common to both GUI and console frames. (w32_term_init): Use w32_initialize_display_info. Do not set Vw32_num_mouse_buttons here, as it is not called for console frames. Build bitmaps for indicating truncated lines etc. (x_delete_display): Destroy pre-built bitmaps.
* (face-font-family-alternatives): Add arial to helv.Jason Rumney2000-02-271-3/+9
| | | | | | (mode-line, header-line, tool-bar): Same default as x for w32. (fixed-pitch, variable-pitch): Remove wildcard as it prevents face-font-family-alternatives from working.
* (mouse-set-font): Do not build fontset from chosen font.Jason Rumney2000-02-271-23/+3
|
* Add a bunch of prototypes.Dave Love2000-02-272-3/+21
|
* Remove definition of CONST.Dave Love2000-02-271-6/+0
|
* *** empty log message ***Dave Love2000-02-271-274/+280
|
* Fix pattern for osf5+.Dave Love2000-02-271-1/+1
|
* replace-regexps-in-string, mouse-position-function, define-key-after changeDave Love2000-02-261-0/+9
|
* (read_char): Set `usec' correctly.Kenichi Handa2000-02-261-1/+1
|
* *** empty log message ***Kenichi Handa2000-02-261-0/+4
|
* (ccl_driver) [CCL_MapMultiple]: When the mapped value isKenichi Handa2000-02-261-2/+3
| | | | | | `lambda', set reg[RRR] to the map index. (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set reg[RRR] to 0. Otherwise, set it to -1.
* *** empty log message ***Kenichi Handa2000-02-261-0/+7
|
* (main): Remove code snipped commented out with `//'.Gerd Moellmann2000-02-252-1/+4
|
* *** empty log message ***Gerd Moellmann2000-02-252-0/+21
|
* Indent `pprint-logical-block' properly.Gerd Moellmann2000-02-251-0/+1
|
* (rmail-resend): Verify buffer is really Rmail.Gerd Moellmann2000-02-251-0/+2
|
* (Ffile_symlink_p): If result starts with a `/'Gerd Moellmann2000-02-251-0/+2
| | | | and contains a `:', prepend `/:'.
* (select_window_1): If selected_window is nil,Gerd Moellmann2000-02-251-9/+28
| | | | | | | | don't "swap out" the buffer's point. (Fset_window_configuration): Set selected_window to nil before calling Fselect_window. (unshow_buffer): Don't set point in buffer from window's point if another more recently selected window also shows the buffer.
* *** empty log message ***Gerd Moellmann2000-02-253-17/+41
|
* (recursive_edit_1): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+8
|