aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (font-lock-keywords): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* (isearch-next-buffer-function, TeX-master): Add defvars.Juanma Barranquero2005-08-311-11/+14
|
* (calc-embedded-close-formula, calc-embedded-open-formula,Juanma Barranquero2005-08-311-9/+13
| | | | font-lock-unfontify-region-function): Add defvars.
* (tex-end-of-header, tex-start-of-header): Add defvars.Juanma Barranquero2005-08-311-0/+4
|
* (mail-yank-prefix): Add defvar.Juanma Barranquero2005-08-311-2/+4
|
* (outline-heading-end-regexp): Add defvar.Juanma Barranquero2005-08-311-5/+7
| | | | (conf-align-assignments): "?\ " -> "?\s".
* (x-pointer-crosshair): Add defvar.Juanma Barranquero2005-08-311-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 Barranquero2005-08-311-0/+4
| | | | Add defvars.
* (xlfd-regexp-registry-subnum): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* (msdos-color-values): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* (mac-charset-info-alist, mac-services-selection, mac-system-script-code):Juanma Barranquero2005-08-311-0/+3
| | | | Add defvars.
* (tramp-handle-make-auto-save-file-name): Pass list of args toJuanma Barranquero2005-08-312-3/+9
| | | | `tramp-run-real-handler', even if it's empty in this case.
* *** empty log message ***YAMAMOTO Mitsuharu2005-08-312-1/+22
|
* (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.YAMAMOTO Mitsuharu2005-08-311-5/+0
|
* [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.YAMAMOTO Mitsuharu2005-08-311-0/+4
|
* (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.YAMAMOTO Mitsuharu2005-08-311-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 inYAMAMOTO Mitsuharu2005-08-311-3/+6
| | | | East Asian locales.
* Make `make-auto-save-file-name' a magic operation.Michael Albinus2005-08-307-80/+125
|
* Add arch taglineMiles Bader2005-08-301-0/+2
|
* Version 3.15Carsten Dominik2005-08-302-493/+489
|
* *** empty log message ***Carsten Dominik2005-08-303-2/+27
|
* version 3.15Carsten Dominik2005-08-301-8/+10
|
* (org-special-keyword): New face.Carsten Dominik2005-08-301-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 Barranquero2005-08-301-0/+48
|
* (compilation-file-regexp-alist, itimer-version, lazy-lock-defer-contextually,Juanma Barranquero2005-08-301-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 Barranquero2005-08-301-0/+4
| | | | Add defvars.
* (font-lock-comment-face, font-lock-set-defaults, font-lock-string-face):Juanma Barranquero2005-08-301-0/+3
| | | | Add defvars.
* (comint-prompt-regexp): Add defvar.Juanma Barranquero2005-08-301-0/+3
|
* (font-lock-comment-face, font-lock-doc-face, font-lock-string-face):Juanma Barranquero2005-08-301-0/+4
| | | | Add defvars.
* (compile-command): Add defvar.Juanma Barranquero2005-08-301-0/+2
|
* (browse-url-generic-args): Add defvar.Juanma Barranquero2005-08-301-73/+76
| | | | (idlwave-help-with-source): Use `insert-buffer-substring', not `insert-buffer'.
* (idlwave-completion-help-info): Add defvar.Juanma Barranquero2005-08-301-6/+7
|
* (gdb-active-process, gdb-define-alist, gdb-macro-info, gdb-server-prefix,Juanma Barranquero2005-08-301-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 Barranquero2005-08-301-0/+3
|
* (tool-bar-map): Add defvar.Juanma Barranquero2005-08-301-7/+9
| | | | (gdb-frame-parameters): Declare before use.
* (fortran-indent-to-column): "?\ " -> "?\s".Juanma Barranquero2005-08-301-2/+4
| | | | (font-lock-syntactic-keywords, gud-find-expr-function): Add defvars.
* (cperl-electric-lbrace, cperl-electric-keyword, cperl-electric-pod,Juanma Barranquero2005-08-301-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 Barranquero2005-08-301-3/+9
| | | | font-lock-support-mode): Add defvars.
* (msdos-shells): Add defvar.Juanma Barranquero2005-08-301-0/+3
|
* (risky-local-variable-p): Match `-predicates' and `-commands.Richard M. Stallman2005-08-301-1/+1
|
* (custom-buffer-sort-alphabetically): Default to t.Richard M. Stallman2005-08-301-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 Barranquero2005-08-301-0/+2
|
* (compile-auto-highlight, skeleton-further-elements): Add defvars.Juanma Barranquero2005-08-301-0/+3
|
* (ps-printer-name, ps-lpr-command): Add defvars.Juanma Barranquero2005-08-301-0/+3
|
* (mode-popup-menu): Add defvar.Juanma Barranquero2005-08-301-0/+2
|
* Combine all three indices into one. Correct a few typos.Luc Teirlinck2005-08-291-13/+7
|
* *** empty log message ***Luc Teirlinck2005-08-291-0/+5
|
* Remove progress inhibition notice based on policy documentThien-Thi Nguyen2005-08-291-3/+0
| | | | admin/notes/years (that file is now updated).
* Mention rendered/commented copyright notice practiceThien-Thi Nguyen2005-08-291-0/+6
| | | | for refcards under etc/.
* *** empty log message ***Juri Linkov2005-08-291-0/+5
|