aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Ffile_attributes): Don't allow the device number become negative.Eli Zaretskii2008-05-031-0/+5
|
* Add epa-file-hook.elc to shortlisp as well.Daiki Ueno2008-05-021-1/+1
|
* (lisp): Add epa-file-hook.elc.Daiki Ueno2008-05-021-0/+4
|
* (Fread_from_minibuffer, Fread_string, Fread_command)Juri Linkov2008-05-021-0/+6
| | | | | (Fread_variable, Fread_buffer, Fcompleting_read): Document the DEFAULT argument as a list of default values in docstrings.
* * puresize.h (BASE_PURESIZE): Increase to 1210000.Chong Yidong2008-05-011-0/+4
|
* (make_window): Initialize resize_proportionally.Martin Rudalics2008-05-011-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (enlarge_window): Temporarily set resize_proportionally to make sure that shrink_windows does scale the window proportionally. (shrink_windows): When window has resize_proportionally set try to shrink it proportionally by stealing from other windows. (struct saved_window, Fset_window_configuration) (compare_window_configurations): Handle resize_proportionally. (WINDOW_TOTAL_SIZE): New macro. (window_min_size, shrink_windows, size_window): Use it. (check_min_window_sizes): Removed. Invalid values of window-min-height|width are handled by window_min_size_2 now. (size_window, Fsplit_window, enlarge_window) (adjust_window_trailing_edge, grow_mini_window): Don't call check_min_window_sizes. (window_min_size_2, window_min_size_1, window_min_size): New argument safe_p for retrieving "safe" minimum sizes. (Fdisplay_buffer, Fsplit_window, enlarge_window): (adjust_window_trailing_edge, grow_mini_window): Adjust arguments of window_min_size... functions. (shrink_windows): Argument min_size removed. New argument safe_p allows shrinking windows to their safe minimum sizes. Calculate minimum size and decide whether a window shall be deleted for each window individually. (size_window): When nodelete_p equals 2, tell shrink_windows to delete windows only if their new minimum size is no more safe. (shrink_window_lowest_first): Call window_min_size_1 to make sure to preserve modeline of bottom-most window when resizing the minibuffer. (Fset_window_configuration, Fcurrent_window_configuration) (compare_window_configurations): Do not handle window-min-height|width any more. (syms_of_window): Clarify window-min-height|width doc-strings.
* (file_name_completion): Fix up the encoding/decoding issueStefan Monnier2008-04-301-0/+7
| | | | | | some more. Copy some of the code from Ftry_completions. Remove special case code that dates back to initial revision when the slash was only added when necessary and that can't trigger nowadays.
* *** empty log message ***Kenichi Handa2008-04-301-0/+4
|
* (Fw32_battery_status): New defun.Jason Rumney2008-04-291-0/+5
| | | | (syms_of_w32fns): Defsubr it.
* (file_name_completion): Fix another mixing of encodedAndreas Schwab2008-04-281-0/+5
| | | | and decoded names.
* (Fw32_define_rgb_color): Fix typo in docstring.Juanma Barranquero2008-04-281-0/+4
|
* *** empty log message ***Juanma Barranquero2008-04-271-4/+8
|
* (file_name_completion): Fix inappropriate mixing ofAndreas Schwab2008-04-271-0/+3
| | | | encoded and decoded names.
* (XTread_socket): Fix use of uninitialized variable.Andreas Schwab2008-04-271-0/+2
|
* (BASE_PURESIZE): Increase to 1200000.Andreas Schwab2008-04-271-0/+4
|
* (Ffile_attributes) [WINDOWSNT]: Undo change from 2008-03-31, it's not neededEli Zaretskii2008-04-261-0/+7
| | | | | anymore with `struct stat' definition on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13 for the same reasons.
* * m/sparc.h: Additional redefinitions for GNU/Linux.Chong Yidong2008-04-251-0/+4
|
* Fix dates of merge entries.Glenn Morris2008-04-241-3/+3
|
* Merge from emacs--rel--22Miles Bader2008-04-241-0/+29
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1126
| * (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:YAMAMOTO Mitsuharu2008-04-231-0/+29
| | | | | | | | Make functions non-static.
* | * lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)Stefan Monnier2008-04-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | (read-file-name-completion-ignore-case, insert-default-directory): New vars, moved from fileio.c. (read-file-name): New fun, moved from fileio.c. * lisp/cus-start.el: Remove insert-default-directory and read-file-name-completion-ignore-case. * src/fileio.c (Vread_file_name_function, Vread_file_name_predicate) (read_file_name_completion_ignore_case, insert_default_directory) (Qdefault_directory): Move to minibuffer.el. (Fread_file_name): Call the new `read-file-name' instead.
* | Merge from emacs--rel--22Miles Bader2008-04-231-0/+61
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * (Vmac_ts_script_language_on_focus)YAMAMOTO Mitsuharu2008-04-191-0/+53
| | | | | | | | | | | | | | | | | | (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs. (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part is clicked. (x_activate_menubar): Remove extern for saved_menu_event_location. (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: Move from mac.c.
* | (Fswitch_to_buffer): Change interactive spec to callJuri Linkov2008-04-221-0/+5
| | | | | | | | read-buffer-to-switch instead of using the letter "B".
* | (Qdefault_directory): New variable.Stefan Monnier2008-04-211-0/+5
| | | | | | | | (Fread_file_name): Use it to pass `dir' to the completion functions.
* | *** empty log message ***Juanma Barranquero2008-04-201-14/+13
| |
* | * xdisp.c (pos_visible_p): Check if iterator stops on a displayChong Yidong2008-04-201-0/+5
| | | | | | | | string.
* | * tooltip.el (tooltip-previous-message): New var.Stefan Monnier2008-04-191-0/+3
| | | | | | | | | | | | | | | | (tooltip-show-help-non-mode): Rewrite to better follow the behavior of the C code (avoid overwriting a minibuffer, restore previous echo message, ...). (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt): Simplify. * keyboard.c (Vpre_help_message): Remove. (show_help_echo): Remove default C code.
* | (directory_files_internal, file_name_completion):Stefan Monnier2008-04-191-0/+5
| | | | | | | | Only call ENCODE_FILE if the string is indeed decoded.
* | * configure.in: Define USE_LUCID/USE_MOTIF in config.h.Stefan Monnier2008-04-181-1/+7
| | | | | | | | | | | | * lwlib/Makefile.in (TOOLKIT_DEFINES): Remove. * src/Makefile.in (TOOLKIT_DEFINES): Remove. (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
* | (Fmultibyte_char_to_unibyte): Return latin1 chars unchanged.Stefan Monnier2008-04-181-0/+2
| |
* | Merge from emacs--rel--22Miles Bader2008-04-181-0/+159
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1112
| * [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)YAMAMOTO Mitsuharu2008-04-121-0/+5
| | | | | | | | [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
| * (BASE_PURESIZE): Increase to 1140000.Katsumi Yamaoka2008-04-111-0/+4
| |
| * * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNKMichael Albinus2008-04-101-0/+7
| | | | | | | | | | | | only after check for file name handler functions. Signal, when native functionality is not supported. (syms_of_fileio): Declare it unconditionally.
| * Fix last change.Jason Rumney2008-04-101-0/+8
| |
| * *** empty log message ***YAMAMOTO Mitsuharu2008-04-061-1/+283
| |
* | (Fexpand_file_name): Refine last fix so `nm' is onlyStefan Monnier2008-04-181-0/+5
| | | | | | | | relocated if it points to `name'.
* | (Faset): Allow setting a multibyte character in anKenichi Handa2008-04-171-0/+7
| | | | | | | | ASCII-only unibyte string.
* | * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINEStefan Monnier2008-04-161-0/+5
| | | | | | | | | | | | | | rather than change CPPFLAGS. (HAVE_GTK): Rename to USE_GTK. * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now done in config.h.
* | (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction):Juanma Barranquero2008-04-161-0/+5
| | | | | | | | Add usage in the docstring.
* | * keyboard.c (read_key_sequence): Remove always-true checks.Chong Yidong2008-04-151-0/+4
| |
* | *** empty log message ***Michael Albinus2008-04-141-2/+2
| |
* | (w32font_open_internal): Set max_bounds.descent inJason Rumney2008-04-141-0/+5
| | | | | | | | compatibility struct, for better underline positioning.
* | * dbusbind.c (dbus-get-unique-name): Remove extra copying of name string.Michael Albinus2008-04-131-0/+5
| |
* | (XUINT, XSET): Remove.Dan Nicolaescu2008-04-121-0/+4
| |
* | (Fexpand_file_name): Add declaration for `p' missing in previous change.Juanma Barranquero2008-04-121-1/+6
| |
* | (Fexpand_file_name): Tighten the scope of `p' and `o' vars.Stefan Monnier2008-04-121-0/+5
| | | | | | | | Relocate `nm' after calling DECODE_FILE, in case the GC was run.
* | * keymap.h (map_keymap_canonical): Declare.Stefan Monnier2008-04-111-0/+5
| | | | | | | | * xmenu.c (single_keymap_panes): Use it.
* | (Fdefvaralias): If the alias is bound and the target is not, set theGlenn Morris2008-04-111-0/+5
| | | | | | | | target's value to that of the alias.