aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Re-fill copyright header.Glenn Morris2007-10-162-14/+18
| | | | | | | | | | (blink-matching-open): Don't report false errors with the `$' syntax class.
| * (filesets-alist-get): Use `let' rather than `let*'.Juanma Barranquero2007-10-152-19/+28
| | | | | | | | | | | | | | | | (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.
| * Don't require url when compiling, as url-type is no longer a macro.YAMAMOTO Mitsuharu2007-10-152-1/+5
| |
* | * xfns.c (Fx_create_frame, Fx_display_list):Stefan Monnier2007-10-169-20/+32
| | | | | | | | | | | | | | | | | | | | | | * 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.
* | (Fpurecopy): Set the pvec tag on pseudo vectors.Stefan Monnier2007-10-162-1/+6
| |
* | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-169-107/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | (reindent-then-newline-and-indent): Don't assume thatStefan Monnier2007-10-162-1/+8
| | | | | | | | indent-according-to-mode preserves point.
* | (bs--make-header-match-string, bs-show-in-buffer, bs--nth-wrapper): Simplify.Juanma Barranquero2007-10-162-144/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | (Fsnarf_documentation): Simplify.Stefan Monnier2007-10-162-4/+10
| |
* | Re-fill copyright header.Glenn Morris2007-10-162-4/+20
| | | | | | | | | | (blink-matching-open): Don't report false errors with the `$' syntax class.
* | (ad-get-advice-info): Change to a function.Richard M. Stallman2007-10-162-6/+16
| | | | | | | | | | | | (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.
* | (vc-workfile-version): Compatibility alias.Stefan Monnier2007-10-152-3/+14
| | | | | | | | (vc-default-working-revision): Compatibility for backends.
* | (filesets-alist-get): Use `let' rather than `let*'.Juanma Barranquero2007-10-152-22/+30
| | | | | | | | | | | | | | | | (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.
* | (sendmail-error-reporting-interactive)Sam Steingold2007-10-152-6/+23
| | | | | | | | | | | | (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.
* | Revert previous change; it creates a dependencyJuanma Barranquero2007-10-152-1/+5
| | | | | | | | loop between advice.el and help-fns.el.
* | Require advice when compiling.Juanma Barranquero2007-10-152-4/+9
| |
* | Merge from emacs--rel--22Miles Bader2007-10-1528-274/+382
|\| | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 116-121) - Update from CVS Revision: [email protected]/emacs--devo--0--patch-889
| * Restore deleted entry.Glenn Morris2007-10-151-0/+5
| |
| * (ring-convert-sequence-to-ring)Richard M. Stallman2007-10-141-5/+0
| | | | | | | | | | (ring-insert+extend, ring-remove+insert+extend, ring-member) (ring-next, ring-previous): New functions.
| * *** empty log message ***Richard M. Stallman2007-10-141-3/+3
| |
| * Line break fix.Richard M. Stallman2007-10-141-2/+2
| |
| * (Ffset): Save autoload of the function being set.Juanma Barranquero2007-10-142-4/+18
| |
| * (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-16/+2
| |
| * (select-tags-table): Disable undo in the `*Tags Table List*' buffer.Glenn Morris2007-10-142-1/+7
| |
| * John Paul Wallington <jpw at pobox.com>Glenn Morris2007-10-143-6/+25
| | | | | | | | | | (x_create_tip_frame): Set the `display-type' frame parameter before setting up faces.
| * *** empty log message ***Eli Zaretskii2007-10-131-0/+7
| |
| * (dired-warn-writable): New face.Eli Zaretskii2007-10-131-2/+11
| | | | | | | | | | | | (dired-warn-writable-face): New variable. (dired-font-lock-keywords): Use dired-warn-writable-face, instead of dired-warning-face, for group- and world-writable files.
| * (octave-looking-at-kw): Add doc string.Glenn Morris2007-10-132-6/+17
| | | | | | | | | | | | | | (octave-re-search-forward-kw, octave-re-search-backward-kw): Add doc string, and an explicit COUNT argument. (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass INC to search functions.
| * John W. Eaton <jwe at octave.org>Glenn Morris2007-10-132-13/+37
| | | | | | | | | | | | | | | | | | | | | | (octave-looking-at-kw) (octave-re-search-forward-kw, octave-re-search-backward-kw): New functions. (octave-in-defun-p, calculate-octave-indent) (octave-blink-matching-block-open, octave-beginning-of-defun) (octave-auto-fill): Use octave-looking-at-kw instead of looking-at, to search for regexps that contain case-sensitive keywords. (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw. (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
| * (directory-abbrev-alist): Doc fix.Richard M. Stallman2007-10-132-3/+8
| |
| * (url-default-expander): Use `url-file-directory'.Richard M. Stallman2007-10-132-1/+13
| |
| * (url-digest-auth, url-basic-auth):Richard M. Stallman2007-10-131-22/+22
| | | | | | | | Rename `path' to `file'. Use `url-file-directory'.
| * (url-basepath): Function deleted.Richard M. Stallman2007-10-131-7/+13
| | | | | | | | | | (url-file-directory, url-file-nondirectory): New functions replacing url-basepath. Callers changed.
| * (comint-password-prompt-regexp): Add 'LDAP'.Eli Zaretskii2007-10-132-1/+5
| |
| * (dos_rawgetc): Undo last change (there's no ``leaving selected frame''Eli Zaretskii2007-10-132-7/+6
| | | | | | | | on MSDOS).
| * (Interactive Shell): Correct INSIDE_EMACS reference.Glenn Morris2007-10-131-4/+5
| |
| * Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-10-133-0/+10
| | | | | | | | (url-basic-auth): Set path to "/" when URL has an empty string filename.
| * (set-frame-configuration): Assign name parameter onlyMartin Rudalics2007-10-126-34/+15
| | | | | | | | if it has been set explicitly before.
| * (Qexplicit_name): New variable.Martin Rudalics2007-10-122-0/+10
| | | | | | | | | | (x_report_frame_params): Report it in parameter alist. (syms_of_frame): Intern and staticpro it.
| * (handle-select-window): Revert part of 2007-10-06Martin Rudalics2007-10-122-4/+5
| | | | | | | | change setting the input focus.
| * (Top): Add Distinguish Interactive to subnode menu.Richard M. Stallman2007-10-122-0/+9
| |
| * (Distinguish Interactive): New node,Richard M. Stallman2007-10-121-43/+61
| | | | | | | | | | broken out from Interactive Call and rewritten. (Command Loop): Put Distinguish Interactive in menu.
| * (custom-variable-menu, custom-face-menu)Glenn Morris2007-10-122-6/+17
| | | | | | | | | | (custom-group-menu): Check init-file-user rather than user-init-file, in case cus-edit is loaded by site-run-file.
| * Comment.Glenn Morris2007-10-121-0/+4
| |
| * (follow-stop-intercept-process-output):Juanma Barranquero2007-10-112-3/+8
| | | | | | | | Use `follow-call-process-filter' rather than `process-filter'.
| * (gdb-info-stack-custom): Ensure current frame is visible.Nick Roberts2007-10-111-55/+65
| |
| * *** empty log message ***Nick Roberts2007-10-111-0/+5
| |
| * Fix :foreground and :background face attributesVinicius Jose Latorre2007-10-112-10/+31
| |
| * (debugger-setup-buffer): Disable undo in *Backtrace*.Richard M. Stallman2007-10-102-0/+10
| |
| * (face-font-selection-order): Doc fix.Richard M. Stallman2007-10-101-1/+1
| |