- 17 Oct, 2007 5 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
(Fread_file_name): Use it rather than intern'ing.
-
Glenn Morris authored
(syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
-
Glenn Morris authored
(syms_of_minibuf): Add Qcompletion_ignore_case.
-
Glenn Morris authored
(Fread_coding_system): Ignore case of user input.
-
- 16 Oct, 2007 17 commits
-
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-892
-
Stefan Monnier authored
* window.c (window_fixed_size_p, enlarge_window, shrink_window_lowest_first): * macterm.c (init_font_name_table): * macfns.c (Fx_create_frame, Fx_display_list): * lread.c (close_load_descs): * keyboard.c (read_char_x_menu_prompt): * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent): * coding.c (code_convert_region_unwind): Test the type of an object rather than just !NILP before extracting data from it.
-
Stefan Monnier authored
-
Stefan Monnier authored
(XMISCANY): New macro. (XMISCTYPE): Use it. (struct Lisp_Misc_Any): New type. (union Lisp_Misc): Use it. (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit. * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding) (find_symbol_value, set_internal, default_value, Fset_default) (Fmake_variable_buffer_local, Fmake_local_variable) (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p) (Flocal_variable_if_set_p, Fvariable_binding_locus): The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set. * alloc.c (allocate_buffer): Set the size and tag. (allocate_misc, mark_maybe_object, mark_object, survives_gc_p): Use XMISCANY. (die): Follow the GNU convention for error messages. * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set. * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the tag any more. (set_buffer_internal_1): * frame.c (store_frame_param): * eval.c (specbind): * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
-
Stefan Monnier authored
indent-according-to-mode preserves point.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(bs--restore-window-config): Keep the selected frame. (bs--track-window-changes, bs--remove-hooks): New functions. (bs-mode): Use `define-derived-mode'. Set hook to track window changes. (bs--show-with-configuration): Revert 2006-11-09 change. Don't reuse window unless it is visible on the selected frame. Restore window configuration (possibly in a different frame) before creating any window.
-
Juanma Barranquero authored
(bs-select, bs--insert-one-entry): Simplify. Use `when'. (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'. (bs-sort-buffer-interns-are-last): Use `string-match-p'. (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp, bs-maximal-buffer-name-column, bs-minimal-buffer-name-column, bs-configurations, bs-default-configuration, bs-alternative-configuration, bs-cycle-configuration-name, bs-string-show-always, bs-string-show-never, bs-string-current, bs-string-current-marked, bs-string-marked, bs-string-show-normally, bs-sort-functions, bs-default-sort-name): Remove * in docstrings. (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete, bs-apply-sort-faces, bs-next-config-aux): Use `when'. (bs--window-config-coming-from): Revert 2006-11-09 change. (bs--restore-window-config): Keep the selected frame. (bs--track-window-changes, bs--remove-hooks): New functions. (bs-mode): Use `define-derived-mode'. Set hook to track window changes. (bs--create-header): Remove. (bs--create-header-line): New function, based on `bs--create-header'. (bs--show-header): Use `bs--create-header-line'. (bs--show-with-configuration): Revert 2006-11-09 change. Don't reuse window unless it is visible on the selected frame. Restore window configuration (possibly in a different frame) before creating any window.
-
YAMAMOTO Mitsuharu authored
replacing one when string text is being replaced. (handle_single_display_spec): Pretend as if characters with display property haven't been consumed only when buffer text is being replaced.
-
Stefan Monnier authored
-
Glenn Morris authored
(blink-matching-open): Don't report false errors with the `$' syntax class.
-
Richard M. Stallman authored
(ad-get-advice-info-macro): New macro, like old ad-get-advice-info. (ad-is-advised, ad-get-advice-info-field) (ad-set-advice-info-field): Use ad-get-advice-info-macro.
-
Richard M. Stallman authored
(ad-get-advice-info-macro): New macro, like old ad-get-advice-info. (ad-is-advised, ad-get-advice-info-field) (ad-set-advice-info-field): Use ad-get-advice-info-macro.
-
Richard M. Stallman authored
-
Glenn Morris authored
-
Glenn Morris authored
(blink-matching-open): Don't report false errors with the `$' syntax class.
-
- 15 Oct, 2007 10 commits
-
-
Stefan Monnier authored
(vc-default-working-revision): Compatibility for backends.
-
Juanma Barranquero authored
(filesets-ormap, filesets-sort-case-sensitive-flag, filesets-remake-shortcut, filesets-ingroup-collect-files): Fix typos in docstrings. (filesets-data-get-name, filesets-data-get-data, filesets-data-set, filesets-cmd-query-replace-getargs, filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
-
Juanma Barranquero authored
(filesets-ormap, filesets-sort-case-sensitive-flag, filesets-remake-shortcut, filesets-ingroup-collect-files): Fix typos in docstrings. (filesets-conditional-sort, filesets-find-or-display-file, filesets-data-get-name, filesets-data-get-data, filesets-data-set, filesets-cmd-query-replace-getargs, filesets-ingroup-collect): Doc fixes.
-
Sam Steingold authored
(sendmail-error-reporting-non-interactive): New variables for sendmail error reporting options to simplify support for imperfect sendmail emulators. (sendmail-send-it): Use them instead of list literals.
-
Juanma Barranquero authored
loop between advice.el and help-fns.el.
-
Juanma Barranquero authored
-
YAMAMOTO Mitsuharu authored
-
Miles Bader authored
Patches applied: * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
-
Glenn Morris authored
-
Juanma Barranquero authored
(syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
-
- 14 Oct, 2007 8 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ring-insert+extend, ring-remove+insert+extend, ring-member) (ring-next, ring-previous): New functions.
-
Richard M. Stallman authored
(ring-insert+extend, ring-remove+insert+extend, ring-member) (ring-next, ring-previous): New functions.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
is now handled at C level. (ad-stop-advice, ad-start-advice): Don't enable or disable advice for `documentation'. (ad-advised-definition-docstring-regexp): Var deleted. (ad-make-advised-definition-docstring): Store orig name as text property of string. (ad-advised-definition-p): Check for text property of docstring.
-
Richard M. Stallman authored
-
Juri Linkov authored
dismiss ("Dismiss this startup screen"). Use text "Never show it again" for the checkbox after this button. (fancy-startup-screen, fancy-about-screen): Put point before the first link, so the user can quickly select links with the keyboard. (normal-mouse-startup-screen): Add more useful text describing how to follow a link.
-
Juri Linkov authored
-