| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (font-lock-keywords): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -0/+2 |
| | | |||||
| * | (isearch-next-buffer-function, TeX-master): Add defvars. | Juanma Barranquero | 2005-08-31 | 1 | -11/+14 |
| | | |||||
| * | (calc-embedded-close-formula, calc-embedded-open-formula, | Juanma Barranquero | 2005-08-31 | 1 | -9/+13 |
| | | | | | font-lock-unfontify-region-function): Add defvars. | ||||
| * | (tex-end-of-header, tex-start-of-header): Add defvars. | Juanma Barranquero | 2005-08-31 | 1 | -0/+4 |
| | | |||||
| * | (mail-yank-prefix): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -2/+4 |
| | | |||||
| * | (outline-heading-end-regexp): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -5/+7 |
| | | | | | (conf-align-assignments): "?\ " -> "?\s". | ||||
| * | (x-pointer-crosshair): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -14/+15 |
| | | | | | | | | (artist-spray-chars, artist-mode-init, artist-replace-string, artist-select-erase-char, artist-vap-find-endpoints-horiz, artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne, artist-vap-find-endpoints-nwse): "?\ " -> "?\s". | ||||
| * | (x-keysym-table, x-selection-timeout, x-session-id, x-session-previous-id): | Juanma Barranquero | 2005-08-31 | 1 | -0/+4 |
| | | | | | Add defvars. | ||||
| * | (xlfd-regexp-registry-subnum): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -0/+2 |
| | | |||||
| * | (msdos-color-values): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -0/+2 |
| | | |||||
| * | (mac-charset-info-alist, mac-services-selection, mac-system-script-code): | Juanma Barranquero | 2005-08-31 | 1 | -0/+3 |
| | | | | | Add defvars. | ||||
| * | (tramp-handle-make-auto-save-file-name): Pass list of args to | Juanma Barranquero | 2005-08-31 | 2 | -3/+9 |
| | | | | | `tramp-run-real-handler', even if it's empty in this case. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-08-31 | 2 | -1/+22 |
| | | |||||
| * | (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -5/+0 |
| | | |||||
| * | [!TARGET_API_MAC_CARBON] (GetPixDepth): New define. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -0/+4 |
| | | |||||
| * | (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed. | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -161/+211 |
| | | | | | | | | | | | [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common cases. (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use posix_pathname_to_fsspec. [MAC_OS] (xpm_load_image): Fill in background_transparent field while we have mask. | ||||
| * | (dired-move-to-filename-regexp): Add date format for Mac OS X 10.3 in | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -3/+6 |
| | | | | | East Asian locales. | ||||
| * | Make `make-auto-save-file-name' a magic operation. | Michael Albinus | 2005-08-30 | 7 | -80/+125 |
| | | |||||
| * | Add arch tagline | Miles Bader | 2005-08-30 | 1 | -0/+2 |
| | | |||||
| * | Version 3.15 | Carsten Dominik | 2005-08-30 | 2 | -493/+489 |
| | | |||||
| * | *** empty log message *** | Carsten Dominik | 2005-08-30 | 3 | -2/+27 |
| | | |||||
| * | version 3.15 | Carsten Dominik | 2005-08-30 | 1 | -8/+10 |
| | | |||||
| * | (org-special-keyword): New face. | Carsten Dominik | 2005-08-30 | 1 | -220/+296 |
| | | | | | | | | | | | | | | | | | | | | | (org-table-copy-down, org-table-eval-formula) (org-table-recalculate, org-init-section-numbers): Use `string-to-number' instead of `string-to-int'. (org-get-location): Use `insert-buffer-substring' instead of `insert-buffer'. (org-modify-diary-entry-string): New function. (org-get-entries-from-diary): Set the hook for `add-to-diary-list'. (org-disable-agenda-to-diary): renamed from `org-disable-diary'. (org-toggle-fixed-width-section): Use QUOTE keyword if there is no active region. (org-export-as-html): Handle QUOTE keyword. (org-quote-string): New option. (org-bookmark-jump-unhide): New function, used for `bookmark-after-jump-hook'. (org-diary-default-entry): Apply only when not called through `org-agenda'. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2005-08-30 | 1 | -0/+48 |
| | | |||||
| * | (compilation-file-regexp-alist, itimer-version, lazy-lock-defer-contextually, | Juanma Barranquero | 2005-08-30 | 1 | -0/+6 |
| | | | | | lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): Add defvars. | ||||
| * | (font-lock-keyword-face, font-lock-set-defaults, font-lock-string-face): | Juanma Barranquero | 2005-08-30 | 1 | -0/+4 |
| | | | | | Add defvars. | ||||
| * | (font-lock-comment-face, font-lock-set-defaults, font-lock-string-face): | Juanma Barranquero | 2005-08-30 | 1 | -0/+3 |
| | | | | | Add defvars. | ||||
| * | (comint-prompt-regexp): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -0/+3 |
| | | |||||
| * | (font-lock-comment-face, font-lock-doc-face, font-lock-string-face): | Juanma Barranquero | 2005-08-30 | 1 | -0/+4 |
| | | | | | Add defvars. | ||||
| * | (compile-command): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -0/+2 |
| | | |||||
| * | (browse-url-generic-args): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -73/+76 |
| | | | | | (idlwave-help-with-source): Use `insert-buffer-substring', not `insert-buffer'. | ||||
| * | (idlwave-completion-help-info): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -6/+7 |
| | | |||||
| * | (gdb-active-process, gdb-define-alist, gdb-macro-info, gdb-server-prefix, | Juanma Barranquero | 2005-08-30 | 1 | -5/+14 |
| | | | | | | | gdb-show-changed-values, gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars. (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s". | ||||
| * | (font-lock-lines-before): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -0/+3 |
| | | |||||
| * | (tool-bar-map): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -7/+9 |
| | | | | | (gdb-frame-parameters): Declare before use. | ||||
| * | (fortran-indent-to-column): "?\ " -> "?\s". | Juanma Barranquero | 2005-08-30 | 1 | -2/+4 |
| | | | | | (font-lock-syntactic-keywords, gud-find-expr-function): Add defvars. | ||||
| * | (cperl-electric-lbrace, cperl-electric-keyword, cperl-electric-pod, | Juanma Barranquero | 2005-08-30 | 1 | -15/+18 |
| | | | | | | | cperl-electric-backspace, cperl-forward-re, cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s". (vc-rcs-header, vc-sccs-header): Add defvars. | ||||
| * | (font-lock-extra-managed-props, font-lock-keywords, font-lock-maximum-size, | Juanma Barranquero | 2005-08-30 | 1 | -3/+9 |
| | | | | | font-lock-support-mode): Add defvars. | ||||
| * | (msdos-shells): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -0/+3 |
| | | |||||
| * | (risky-local-variable-p): Match `-predicates' and `-commands. | Richard M. Stallman | 2005-08-30 | 1 | -1/+1 |
| | | |||||
| * | (custom-buffer-sort-alphabetically): Default to t. | Richard M. Stallman | 2005-08-30 | 1 | -29/+29 |
| | | | | | | | (custom-save-all): Visit the file if necessary; kill the buffer if we created it. (custom-save-delete): Don't visit file or kill buffer here. | ||||
| * | (font-lock-syntactic-keywords): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -0/+2 |
| | | |||||
| * | (compile-auto-highlight, skeleton-further-elements): Add defvars. | Juanma Barranquero | 2005-08-30 | 1 | -0/+3 |
| | | |||||
| * | (ps-printer-name, ps-lpr-command): Add defvars. | Juanma Barranquero | 2005-08-30 | 1 | -0/+3 |
| | | |||||
| * | (mode-popup-menu): Add defvar. | Juanma Barranquero | 2005-08-30 | 1 | -0/+2 |
| | | |||||
| * | Combine all three indices into one. Correct a few typos. | Luc Teirlinck | 2005-08-29 | 1 | -13/+7 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2005-08-29 | 1 | -0/+5 |
| | | |||||
| * | Remove progress inhibition notice based on policy document | Thien-Thi Nguyen | 2005-08-29 | 1 | -3/+0 |
| | | | | | admin/notes/years (that file is now updated). | ||||
| * | Mention rendered/commented copyright notice practice | Thien-Thi Nguyen | 2005-08-29 | 1 | -0/+6 |
| | | | | | for refcards under etc/. | ||||
| * | *** empty log message *** | Juri Linkov | 2005-08-29 | 1 | -0/+5 |
| | | |||||