aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'Juanma Barranquero2007-10-262-3/+7
| | | | is no longer bound to a key.
* (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.Juanma Barranquero2007-10-262-4/+6
|
* (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,Juanma Barranquero2007-10-262-36/+46
| | | | | | | | | dont_register_blocks, staticvec, staticidx, interval_block, n_interval_blocks, init_strings, check_string_bytes, check_sblock, init_float, free_float, n_cons_blocks, init_cons, all_vectors, n_vectors, symbol_block, symbol_block_index, symbol_free_list, n_symbol_blocks, init_symbol, marker_block, marker_free_list, n_marker_blocks, init_marker, valid_pointer_p, make_pure_float, last_marked, mark_object_loop_halt): Make static.
* *** empty log message ***Juanma Barranquero2007-10-261-1/+1
|
* *** empty log message ***Juanma Barranquero2007-10-261-1/+1
|
* *** empty log message ***Juanma Barranquero2007-10-262-14/+10
|
* (isearch-buffers-multi): New option.Richard M. Stallman2007-10-263-7/+30
| | | | (isearch-buffers-search-fun): Test it.
* (ps-mode-map): Delete C-c v binding.Richard M. Stallman2007-10-261-2/+1
| | | | Put ps-run-clear on C-c C-l.
* (comment-styles): New style indent-or-triple.Richard M. Stallman2007-10-261-26/+40
| | | | | | | | (comment-style): Make that the default. (comment-add defvar): Doc fix. (comment-add): Delete arg EXTRA. (comment-region-default): Open code call to comment-add. Handle indent-or-triple style which uses `multi-char' for INDENT.
* (Equality Predicates): Null strings are uniquified.Richard M. Stallman2007-10-262-1/+14
|
* Minor clarifications in previous change.Richard M. Stallman2007-10-261-26/+30
|
* *** empty log message ***Juanma Barranquero2007-10-261-4/+8
|
* (nil-blank-string): Doc fix.Juanma Barranquero2007-10-261-5/+4
|
* 2007-10-26 John Wiegley <[email protected]>John Wiegley2007-10-262-1/+18
| | | | | | | | | * eshell/em-unix.el (eshell/diff): Before calling the `diff' function, ensure that the third argument is turned into a NIL if the string is otherwise completely empty (either no characters, or all tabs/spaces). This fixes a bug from a user who found himself unable to customize `diff-switches' and still use Eshell's diff command.
* (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-262-1/+7
|
* (browse-url-browser-function): Delete grail.Richard M. Stallman2007-10-263-69/+20
| | | | | | | | | | (browse-url-grail): Function and variable deleted. (browse-url-browser-function): Delete IXI Mosaic. (browse-url-default-browser): Don't try IXI Mosaic. (browse-url-iximosaic): Function deleted. (browse-url-browser-function): Delete MMM. (browse-url-default-browser): Don't try MMM. (browse-url-mmm): Function deleted.
* (custom-note-var-changed): New function.Richard M. Stallman2007-10-261-0/+9
|
* (syms_of_frame) <delete-frame-functions>: Fix typo in docstring.Juanma Barranquero2007-10-262-23/+28
|
* * emulation/edt-mapper.el (edt-emacs-variant): Replace the onlyDan Nicolaescu2007-10-255-8/+53
| | | | | | | | | | | | | | use with the definition. Remove. * add-log.el (change-log-start-entry-re): New defconst. (change-log-sortable-date-at): Use it. (change-log-beginning-of-defun, change-log-end-of-defun): New functions. (change-log-mode): Use them for beginning-of-defun-function and end-of-defun-function. * erc-ibuffer.el (erc-modified-channels-alist): Pacify byte-compiler.
* *** empty log message ***Juanma Barranquero2007-10-252-5/+4
|
* ses.texi (The Basics): Mention how to create a new spreadsheet. Mention theJonathan Yavner2007-10-252-10/+29
| | | | | | | | | new three-letter column identifiers. (More on cell printing): Calculate-cell and truncate-cell are now `c' and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error message when using `c' on an empty default with default printer. (Buffer-local variables in spreadsheets): `symbolic-formulas' was renamed to `ses--symbolic-formulas' some time ago.
* Make `ses--symbolic-formulas' a safe local variable.Jonathan Yavner2007-10-252-4/+28
| | | | | | | (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees). (ses-recalculate-cell): Deal with point being just beyond end of data area (why does this happen?) (ses-set-curcell): Ditto. (ses-column-letter): Handle columns beyond 702. Code written by Gareth Rees.
* Get rid of silly life-universe-everything localJonathan Yavner2007-10-252-3/+7
| | | | variable. `symbolic-formulas' is now `ses--symbolic-formulas'.
* (w32_get_resource): Remove unused variable `ok'.Juanma Barranquero2007-10-252-1/+1
|
* (org-no-warnings): New macro.Carsten Dominik2007-10-251-3/+5
| | | | (org-columns-eval): Use `org-no-warnings'.
* *** empty log message ***Carsten Dominik2007-10-251-0/+2
|
* (org-todo): Save and restore match data.Carsten Dominik2007-10-251-3/+5
|
* *** empty log message ***Carsten Dominik2007-10-251-0/+1
|
* (init_environment): Fix tiny memory leak.Juanma Barranquero2007-10-252-0/+5
|
* * textmodes/org.el: (org-agenda-get-restriction-and-command): UseCarsten Dominik2007-10-251-23/+31
| | | | | | | | `mapc' instead of `mapcar'. (org-agenda-list): Numeric prefix argument can specify the number of days. (remember-register, remember-buffer): Prevent byte compiler from complaining.
* *** empty log message ***Carsten Dominik2007-10-251-0/+9
|
* *** empty log message ***Juanma Barranquero2007-10-251-1/+1
|
* (Fortran): F90 mode handles F2003.Glenn Morris2007-10-253-6/+7
|
* (Variable Definitions): Add :risky and :safe keywords.Glenn Morris2007-10-252-0/+12
|
* (conf-space-keywords): Mark this regexp as safe if a string.Glenn Morris2007-10-253-3/+42
|
* (f90-indented-comment-re, f90-directive-comment-re)Glenn Morris2007-10-251-3/+3
| | | | (f90-break-delimiters): Mark these regexps as safe if they are strings.
* Fix attribution.Dan Nicolaescu2007-10-251-1/+2
|
* (fortran-comment-line-start-skip, fortran-directive-re):Glenn Morris2007-10-251-2/+2
| | | | Mark these regexps as safe if they are strings.
* Chris Moore <christopher.ian.moore at gmail.com>Glenn Morris2007-10-251-1/+2
| | | | (comint-password-prompt-regexp): Handle `[sudo] password'-style prompt.
* (custom-declare-variable): Add :risky and :safe keywords.Glenn Morris2007-10-251-0/+6
| | | | (defcustom): Doc fix.
* (f90-keywords-re, f90-keywords-level-3-re): Add `non_intrinsic'.Glenn Morris2007-10-251-38/+155
| | | | | | | | | | | | | | | | | (f90-constants-re): Add ieee modules. (f90-typedef-matcher, f90-typedec-matcher) (f90-imenu-type-matcher): New functions. (f90-font-lock-keywords-1): Give module procedures function-name face. Use `f90-typedef-matcher' for derived types. Fix `abstract interface'. Add `use, intrinsic'. (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types. Move start of `enum' blocks to separate entry. (f90-start-block-re): Fix `type', `abstract interface'. (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for derived types. (f90-mode-abbrev-table): Add `abstract interface', `asynchronous', `elemental', change `enumerator'. (f90-no-block-limit): Fix `abstract interface'.
* (Default Simplifications, Making Selections, Customizing Calc):Jay Belanger2007-10-252-23/+31
| | | | Clarify associativity of multiplication.
* Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-2515-26/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | frame-local as done originally by multi-tty). * startup.el (window-system): Remove. Don't make it frame-local. * keyboard.h (struct kboard): Add Vwindow_system. * keyboard.c (init_kboard): Set a default for Vwindow_system. (mark_kboards): Mark Vwindow_system. * dispnew.c (syms_of_display) <window-system>: Declare terminal-local. (init_display): Don't set the obsolete `window-system' frame-param. * xterm.c (x_term_init): * w32term.c (w32_create_terminal): * term.c (init_tty): Set Vwindow_system. * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system. * xfns.c (Fx_create_frame, x_create_tip_frame): * w32fns.c (Fx_create_frame, x_create_tip_frame): * macfns.c (Fx_create_frame): Don't set the obsolete `window-system' frame-param. * frame.h (Qwindow_system): Remove. * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well. (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
* (org-publish-attachment): Re-installDan Nicolaescu2007-10-242-3/+9
| | | | accidentally deleted change.
* (iris-function-map): Move initialization into declaration.Stefan Monnier2007-10-242-199/+198
|
* (Buffer-menu-sort-column): Doc fix.Juanma Barranquero2007-10-242-51/+48
| | | | | (Buffer-menu-mode-map): Initialize in the declaration. (Buffer-menu-mode): Define with `define-derived-mode'.
* * textmodes/org.el (org-version): Changed to 5.13e.Carsten Dominik2007-10-241-148/+203
| | | | | | | | | | | | | | | | | | | | | | (org-agenda-file-regexp): Fixed typo in docstring. (org-add-planning-info): Fixed bug in parenthesis settings. (org-scan-tags): Catch the case of indirect buffers with no filename. (org-fast-tag-selection, org-export-as-ascii, org-export-as-html): Re-installed switch to mapc, had been removed by accident. (org-columns-map): New binding `C-c C-o'. (org-columns-menu): Changed menu text and added new entry. (org-columns-eval): Documented the use of `next-line'. (org-columns-open-link): New function. (org-columns-follow-link): Function removed. (org-open-link-from-string): New function. (org-read-date-get-relative): Fixed typo in docstring. (org-read-date-get-relative): Leading +/- is not optional. (org-agenda-get-restriction-and-command): Always resize window on first loop cycle. (org-agenda-open-link): Make sure the link abbreviations are present in the agenda buffer. (org-agenda-copy-local-variable): New function.
* *** empty log message ***Carsten Dominik2007-10-241-0/+23
|
* (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.Stefan Monnier2007-10-242-1/+5
|
* (read_key_sequence): Trivial typo in comment.Stefan Monnier2007-10-241-1/+1
|